paper-with-me

홈 › Papers

Hiding Images in Diffusion Models by Editing Learned Score Functions

2025-03-24 · CVPR 2025 1 · Haoyu Chen, Yunqiao Yang, Nan Zhong, Kede Ma

Hiding data using neural networks (i.e., neural steganography) has achieved remarkable success across both discriminative classifiers and generative adversarial networks. However, the potential of data hiding in diffusion models remains relatively unexplored. Current methods exhibit limitations in achieving high extraction accuracy, model fidelity, and hiding efficiency due primarily to the entanglement of the hiding and extraction processes with multiple denoising diffusion steps. To address these, we describe a simple yet effective approach that embeds images at specific timesteps in the reverse diffusion process by editing the learned score functions. Additionally, we introduce a parameter-efficient fine-tuning method that combines gradient-based parameter selection with low-rank adaptation to enhance model fidelity and hiding efficiency. Comprehensive experiments demonstrate that our method extracts high-quality images at human-indistinguishable levels, replicates the original model behaviors at both sample and population levels, and embeds images orders of magnitude faster than prior methods. Besides, our method naturally supports multi-recipient scenarios through independent extraction channels.

📄 PDF Abstract BibTeX arXiv:2503.18459

Code (1)

haoychen3/DMIH pytorch

Tasks

Denoisingparameter-efficient fine-tuning

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…

Similar Papers 제목 키워드 기반

Diffusion-Stego: Training-free Diffusion Generative Steganography via Message Projection

2023-05-30 · Daegyu Kim, Chaehun Shin, Jooyoung Choi, Dahuin Jung 외

Generative steganography is the process of hiding secret messages in generated images instead of cover images. Existing studies on generative steganography use GAN or Flow models to obtain high hiding message capacity an…

DenoisingImage Generation

Text-to-image Editing by Image Information Removal

2023-05-27 · Zhongping Zhang, Jian Zheng, Jacob Zhiyuan Fang, Bryan A. Plummer

Diffusion models have demonstrated impressive performance in text-guided image generation. Current methods that leverage the knowledge of these models for image editing either fine-tune them using the input image (e.g., …

Image GenerationImage Reconstruction

Collaborative Score Distillation for Consistent Visual Editing

2023-09-21 · NeurIPS 2023 11

Generative priors of large-scale text-to-image diffusion models enable a wide range of new generation and editing applications on diverse visual modalities. However, when adapting these priors to complex visual modalitie…

Constructing Non-isotropic Gaussian Diffusion Model Using Isotropic Gaussian Diffusion Model for Image Editing

2023-09-21 · NeurIPS 2023 11

Score-based diffusion models (SBDMs) have achieved state-of-the-art results in image generation. In this paper, we propose a Non-isotropic Gaussian Diffusion Model (NGDM) for image editing, which requires editing the sou…

Continuous Layout Editing of Single Images with Diffusion Models

2023-06-22 · Zhiyuan Zhang, Zhitong Huang, Jing Liao

Recent advancements in large-scale text-to-image diffusion models have enabled many applications in image editing. However, none of these methods have been able to edit the layout of single existing images. To address th…