IVCRCVLGMMJun 30, 2020

BitMix: Data Augmentation for Image Steganalysis

arXiv:2006.16625v114 citations
AI Analysis

This addresses data scarcity for researchers in steganalysis, but it is incremental as it builds on existing augmentation concepts.

The paper tackles the problem of limited data augmentation options in image steganalysis by proposing BitMix, a method that mixes cover and stego image pairs via patch swapping, resulting in improved performance compared to other augmentation methods.

Convolutional neural networks (CNN) for image steganalysis demonstrate better performances with employing concepts from high-level vision tasks. The major employed concept is to use data augmentation to avoid overfitting due to limited data. To augment data without damaging the message embedding, only rotating multiples of 90 degrees or horizontally flipping are used in steganalysis, which generates eight fixed results from one sample. To overcome this limitation, we propose BitMix, a data augmentation method for spatial image steganalysis. BitMix mixes a cover and stego image pair by swapping the random patch and generates an embedding adaptive label with the ratio of the number of pixels modified in the swapped patch to those in the cover-stego pair. We explore optimal hyperparameters, the ratio of applying BitMix in the mini-batch, and the size of the bounding box for swapping patch. The results reveal that using BitMix improves the performance of spatial image steganalysis and better than other data augmentation methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes