paper-with-me

Papers

RoSteALS: Robust Steganography using Autoencoder Latent Space

2023-04-06 · Tu Bui, Shruti Agarwal, Ning Yu, John Collomosse

Data hiding such as steganography and invisible watermarking has important applications in copyright protection, privacy-preserved communication and content provenance. Existing works often fall short in either preserving image quality, or robustness against perturbations or are too complex to train. We propose RoSteALS, a practical steganography technique leveraging frozen pretrained autoencoders to free the payload embedding from learning the distribution of cover images. RoSteALS has a light-weight secret encoder of just 300k parameters, is easy to train, has perfect secret recovery performance and comparable image quality on three benchmarks. Additionally, RoSteALS can be adapted for novel cover-less steganography applications in which the cover image can be sampled from noise or conditioned on text prompts via a denoising diffusion process. Our model and code are available at \url{https://github.com/TuBui/RoSteALS}.

📄 PDF Abstract BibTeX arXiv:2304.03400

Code (1)

tubui/rosteals 공식 구현 pytorch

Tasks

Denoising

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 제목 키워드 기반

PSyDUCK: Training-Free Steganography for Latent Diffusion

2025-01-31 · Aqib Mahfuz, Georgia Channing, Mark van der Wilk, Philip Torr 외

Recent advances in generative AI have opened promising avenues for steganography, which can securely protect sensitive information for individuals operating in hostile environments, such as journalists, activists, and wh…

Denoising

Image Steganography based on Style Transfer

2022-03-09 · Donghui Hu, Yu Zhang, Cong Yu, Jian Wang 외

Image steganography is the art and science of using images as cover for covert communications. With the development of neural networks, traditional image steganography is more likely to be detected by deep learning-based…

Image SteganographyImage StylizationSteganalysisStyle Transfer

Latent Watermark: Inject and Detect Watermarks in Latent Diffusion Space

2024-03-30 · Zheling Meng, Bo Peng, Jing Dong

Watermarking is a tool for actively identifying and attributing the images generated by latent diffusion models. Existing methods face the dilemma of image quality and watermark robustness. Watermarks with superior image…

Color Image steganography using Deep convolutional Autoencoders based on ResNet architecture

2022-11-17 · Seyed Hesam Odin Hashemi, Mohammad-Hassan Majidi, Saeed Khorashadizadeh

In this paper, a deep learning color image steganography scheme combining convolutional autoencoders and ResNet architecture is proposed. Traditional steganography methods suffer from some critical defects such as low ca…

Image SteganographySSIM

Robust Provably Secure Image Steganography via Latent Iterative Optimization

2026-03-10 · Yanan Li, Zixuan Wang, Qiyang Xiao, Yanzhen Ren arxiv

We propose a robust and provably secure image steganography framework based on latent-space iterative optimization. Within this framework, the receiver treats the transmitted image as a fixed reference and iteratively re…

Image Compression