Skip to content

GBRAS_SW a spatial image steganalysis software.

Notifications You must be signed in to change notification settings

BioAITeam/GBRAS_SW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBRAS_SW: a software for steganalysis in the spatial domain.

GBRAS_SW is a software for the detection of steganographic images in the spatial domain. It is based in the GBRAS architecture that is in-depth explanate in [1]. GBRAS_SW shows high precision rates for the prediction of steganographic images. This software maintains, for preprocessing stage, the 30 SRM filters and has a 3xTanH activation function. Also, it uses the ELU activation function in all feature extraction convolutions, and shortcuts for feature extraction and separable and depthwise convolutions. This software does not use fully connected layers; the network uses a softmax directly after global average pooling.

Prerequisites

The GBRAS_SW requires the following libraries and frameworks.

  • GIT
  • Python 3.10 (64-bit)
  • Windows 11
  • VSC (Visual Studio Code)

Installation:

Create a folder, and inside you need to clone the repository

git clone https://github.com/BioAITeam/GBRAS_SW.git . 

In terminal create a venv using Python 3.10

py -3.10 -m venv venv

Activate it

venv\scripts\activate
pip install -r requirements.txt

The requirements file will install:

In the case of TensorFlow 2.8.0, you can see the version in: https://pypi.org/project/tensorflow-gpu/2.8.0/#files

This corresponds to tensorflow_gpu-2.8.0-cp310-cp310-win_amd64.whl (438.0 MB), you need to have Python 3.10

GBRAS_SW execution

In the repository, there are two folders, one with images and the other with models. The images folder contains eighty cover and stego images for testing the software. You can add more images to the folder to test the software's accuracy in detecting cover and stego image in the spatial domain. The format of the images is Portable Gray Map (PGM). In the model folder, there are four models S_UNIWARD and WOW, with two payloads, 0.4 and 0.2 bpp, respectively. You can choose any of the four models to perform a cover or stego image prediction, for example:

Run as following:

python GBRAS_SW.py -i ./images -m ./models/S-UNIWARD_0.4bpp.hdf5
python GBRAS_SW.py -i ./images -m ./models/WOW_0.4bpp.hdf5
python GBRAS_SW.py -i ./images -m ./models/S-UNIWARD_0.2bpp.hdf5
python GBRAS_SW.py -i ./images -m ./models/WOW_0.2bpp.hdf5

Authors

Universidad Autónoma de Manizales (https://www.autonoma.edu.co/)

  • Reinel Tabares Soto
  • Harold Brayan Arteaga Arteaga
  • Mario Alejandro Bravo Ortiz
  • Alejandro Mora Rubio
  • Daniel Arias Grazon
  • Jesus Alejandro Alzate Grisales
  • Simon Orozco Arias

Universidad de Caldas (http://ucaldas.edu.co/)

  • Gustavo Isaza

Universidad de Antioquia (http://udea.edu.co/)

  • Raul Ramos Pollan

Citing

If you use our project for your research or if you find this paper and repository helpful, please consider citing the work:

T. -S. Reinel et al., "GBRAS-Net: A Convolutional Neural Network Architecture for Spatial Image Steganalysis," in IEEE Access, vol. 9, pp. 14340-14350, 2021, doi: 10.1109/ACCESS.2021.3052494.

@ARTICLE{GBRAS2021,  
  author={Reinel, Tabares-Soto and Brayan, Arteaga-Arteaga Harold and Alejandro, Bravo-Ortiz Mario and Alejandro, Mora-Rubio and Daniel, Arias-Garzón and Alejandro, Alzate-Grisales Jesús and Buenaventura, Burbano-Jacome Alejandro and Simon, Orozco-Arias and Gustavo, Isaza and Raúl, Ramos-Pollán},  
  journal={IEEE Access},   
  title={GBRAS-Net: A Convolutional Neural Network Architecture for Spatial Image Steganalysis},   
  year={2021},  
  volume={9},  
  number={},  
  pages={14340-14350},  
  doi={10.1109/ACCESS.2021.3052494}
}

This paper was published as a journal paper in IEEE Access. (PDF)

About

GBRAS_SW a spatial image steganalysis software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages