paper-with-me

Papers

DiffStega: Towards Universal Training-Free Coverless Image Steganography with Diffusion Models

2024-07-15 · Yiwei Yang, Zheyuan Liu, Jun Jia, Zhongpai Gao, Yunhao Li, Wei Sun, Xiaohong Liu, Guangtao Zhai

Traditional image steganography focuses on concealing one image within another, aiming to avoid steganalysis by unauthorized entities. Coverless image steganography (CIS) enhances imperceptibility by not using any cover image. Recent works have utilized text prompts as keys in CIS through diffusion models. However, this approach faces three challenges: invalidated when private prompt is guessed, crafting public prompts for semantic diversity, and the risk of prompt leakage during frequent transmission. To address these issues, we propose DiffStega, an innovative training-free diffusion-based CIS strategy for universal application. DiffStega uses a password-dependent reference image as an image prompt alongside the text, ensuring that only authorized parties can retrieve the hidden information. Furthermore, we develop Noise Flip technique to further secure the steganography against unauthorized decryption. To comprehensively assess our method across general CIS tasks, we create a dataset comprising various image steganography instances. Experiments indicate substantial improvements in our method over existing ones, particularly in aspects of versatility, password sensitivity, and recovery quality. Codes are available at \url{https://github.com/evtricks/DiffStega}.

📄 PDF Abstract BibTeX arXiv:2407.10459

Code (1)

evtricks/diffstega 공식 구현 pytorch

Tasks

DiversityImage SteganographySteganalysis

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

Training-Free Coverless Multi-Image Steganography with Access Control

2026-03-10 · Minyeol Bae, Si-Hyeon Lee arxiv

Coverless Image Steganography (CIS) hides information without explicitly modifying a cover image, providing strong imperceptibility and inherent robustness to steganalysis. However, existing CIS methods largely lack robu…

Coverless information hiding based on Generative Model

2018-02-10 · Xintao Duan, Haoxian Song

A new coverless image information hiding method based on generative model is proposed, we feed the secret image to the generative model database, and generate a meaning-normal and independent image different from the sec…

Image SteganographymodelSteganalysis

DDIM-Driven Coverless Steganography Scheme with Real Key

2024-11-10 · Mingyu Yu, Haonan Miao, Zhengping Jin, Sujuan Qin

With the advancement of information hiding techniques, generation-based coverless steganography has emerged as an alternative to traditional methods, leveraging generative models to transform secret information into steg…

DenoisingImage Generation

Training-Free Color-Aware Adversarial Diffusion Sanitization for Diffusion Stegomalware Defense at Security Gateways

2025-12-30 · Vladimir Frants, Sos Agaian arxiv

The rapid expansion of generative AI has normalized large-scale synthetic media creation, enabling new forms of covert communication. Recent generative steganography methods, particularly those based on diffusion models,…

3rd Place Solution for Google Universal Image Embedding

2022-10-14 · Nobuaki Aoki, Yasumasa Namba

This paper presents the 3rd place solution to the Google Universal Image Embedding Competition on Kaggle. We use ViT-H/14 from OpenCLIP for the backbone of ArcFace, and trained in 2 stage. 1st stage is done with freezed …