paper-with-me

홈 › Papers

Effective Message Hiding with Order-Preserving Mechanisms

2024-02-29 · Gao Yu, Qiu Xuchong, Ye Zihan

Message hiding, a technique that conceals secret message bits within a cover image, aims to achieve an optimal balance among message capacity, recovery accuracy, and imperceptibility. While convolutional neural networks have notably improved message capacity and imperceptibility, achieving high recovery accuracy remains challenging. This challenge arises because convolutional operations struggle to preserve the sequential order of message bits and effectively address the discrepancy between these two modalities. To address this, we propose StegaFormer, an innovative MLP-based framework designed to preserve bit order and enable global fusion between modalities. Specifically, StegaFormer incorporates three crucial components: Order-Preserving Message Encoder (OPME), Decoder (OPMD) and Global Message-Image Fusion (GMIF). OPME and OPMD aim to preserve the order of message bits by segmenting the entire sequence into equal-length segments and incorporating sequential information during encoding and decoding. Meanwhile, GMIF employs a cross-modality fusion mechanism to effectively fuse the features from the two uncorrelated modalities. Experimental results on the COCO and DIV2K datasets demonstrate that StegaFormer surpasses existing state-of-the-art methods in terms of recovery accuracy, message capacity, and imperceptibility. We will make our code publicly available.

📄 PDF Abstract BibTeX arXiv:2402.19160

Code (1)

boschresearch/Stegaformer 공식 구현 pytorch

Tasks

Image SteganographySteganalysis

Similar Papers 제목 키워드 기반

Adversarial Watermarking Transformer: Towards Tracing Text Provenance with Data Hiding

2020-09-07 · Sahar Abdelnabi, Mario Fritz

Recent advances in natural language generation have introduced powerful language models with high-quality output text. However, this raises concerns about the potential misuse of such models for malicious purposes. In th…

DecoderDenoisingText Generation

Hiding Information in Big Data based on Deep Learning

2019-12-31 · Dingju Zhu

The current approach of information hiding based on deep learning model can not directly use the original data as carriers, which means the approach can not make use of the existing data in big data to hiding information…

Deep Learning

SUDS: Sanitizing Universal and Dependent Steganography

2023-09-23 · Preston K. Robinette, Hanchen D. Wang, Nishan Shehadeh, Daniel Moyer 외

Steganography, or hiding messages in plain sight, is a form of information hiding that is most commonly used for covert communication. As modern steganographic mediums include images, text, audio, and video, this communi…

Steganalysis

The Capacity of Multi-user Private Information Retrieval for Computationally Limited Databases

2020-09-18 · William Barnhart, Zhi Tian

We present a private information retrieval (PIR) scheme that allows a user to retrieve a single message from an arbitrary number of databases by colluding with other users while hiding the desired message index. This sch…

Information RetrievalPrivacy PreservingRetrieval

Exploiting Fine-Grained DCT Representations for Hiding Image-Level Messages within JPEG Images

2023-05-11 · Junxue Yang, Xin Liao

Unlike hiding bit-level messages, hiding image-level messages is more challenging, which requires large capacity, high imperceptibility, and high security. Although recent advances in hiding image-level messages have bee…