Adapt2HideLeveraging Off-the-shelf Autoencoder
for Reversible Visual Processing

ICIP 2026 Spotlight Oral (top 3%)

1 Research Center for Information Technology Innovation, Academia Sinica

2 Johns Hopkins University

* Equal contribution

Overview of Adapt2Hide: an original image is hidden within a processed image and later reconstructed. Examples show pixelation, AI editing, blur, black censorship, and grayscale.
Process the image. Keep the original within. Adapt2Hide hides the original image inside its processed version through imperceptible residuals, enabling high-quality reconstruction after censorship, AI editing, and more.

Adapt to hide

Abstract

Reversible visual processing, a novel task of image steganography by hiding and later receiving the original image from its processed version under various irreversible image processing operations, has diverse applications. Despite its potential, existing approaches are often specialized for specific tasks and face limitations in handling real-world degradations like image quantization, thus hindering their practical adoption. In this work, we find that large pretrained autoencoders (AEs) are surprisingly suitable for reversible visual processing. We thus introduce Adapt to Hide (Adapt2Hide), a novel reversible visual processing method leveraging off-the-shelf pretrained AEs and LoRA adapters. Unlike prior approaches, Adapt2Hide operates in the latent space of AEs, offering high-quality image reconstruction with minimal additional parameters (around 10% of the base AE) and efficient training with LoRA. Adapt2Hide’s design enables robust performance across a wide range of tasks, including reversible visual censorship and reversible AI editing, allowing users to retrieve the original image from censored or AI-edited images with competitive perceptual quality compared to specialized models. Additionally, Adapt2Hide demonstrates the robustness of common distortions such as cropping, quantization, and compression. Code is at github.com/aiiu-lab/Adapt2Hide.

One pretrained AE

Adapt the Stable Diffusion v1.5 autoencoder with LoRA.

13% trainable

Additional parameters with rank-64 LoRA in the main experiments.

A simple L2 loss

Learn to reconstruct the original image’s latent representation.

How it works

Architecture

A pretrained autoencoder already knows how to reconstruct images. We adapt it to hide and recover their latent representations.

Adapt2Hide architecture: a frozen encoder maps the message image to a latent; a LoRA-adapted decoder and conformity layer embed it in a cover image; a LoRA-adapted encoder retrieves the latent; the frozen decoder reconstructs the message. Optional noise layers simulate distortions during training.
The pretrained decoder becomes the steganographic encoder, and the pretrained encoder becomes the steganographic decoder, using trainable LoRA adapters. Residuals are amplified 100× for visualization. View full-resolution figure.
  1. 01

    Encode the original

    The frozen AE encoder maps the original message image to a compact latent representation.

  2. 02

    Hide in the processed image

    The LoRA-adapted decoder produces a signal. A conformity layer bounds the residual to ±2 on the 0–255 pixel scale.

  3. 03

    Recover the source

    The LoRA-adapted encoder retrieves the message latent; the frozen decoder reconstructs the original image.

Distortion-aware training adds noise layers for 8-bit quantization, JPEG compression, or cropping. The paper evaluates task-specific model variants for these settings.

From processed to recovered

Results

Reversible visual censorship on ImageNet-1K and reversible AI editing on InstructPix2Pix.

Uncurated clean-setting results for censorship and AI editing. Rows compare the cover, ground-truth message, reconstructions without spatial quantization training, and Adapt2Hide reconstructions.
Uncurated samples from the paper (random seed 123). The encoded images retain the appearance of their covers, while the recovered images reconstruct the message content. Click any figure to enlarge it.

Reconstruction quality

Selected results from Table 1. Higher PSNR and SSIM are better; lower LPIPS is better.

Reversibility of Adapt2Hide with the corresponding noise layer for each evaluation setting.
Setting / modelVisual censorshipAI editing
PSNR ↑SSIM ↑LPIPS ↓PSNR ↑SSIM ↑LPIPS ↓
Clean 8-bit quantization32.900.95450.041732.460.95770.0341
JPEG Real JPEG noise layer29.990.89570.060121.650.70110.3933
Cropping Crop noise layer26.560.81530.172922.520.71770.2371

Message reconstructions are evaluated against the pretrained VAE’s reconstruction of the reference image. Clean images are saved and reloaded as 8-bit PNGs. In the JPEG setting, half of the encoded images are additionally saved at quality 90. See the paper for full metrics and ablations.

Reversible visual censorship

Recover embedded source content after pixelation, blur, or black masking. This experiment also illustrates why the visual appearance of censorship alone does not guarantee that information has been removed.

Reversible AI editing

Embed an image’s source in its AI-edited counterpart, allowing the source to be retrieved later and supporting editing traceability.

Beyond the main tasks

The supplementary material explores reversible style transfer, grayscale, stereo mononization, and general image steganography.

Cite this work

BibTeX

Adapt2Hide · ICIP 2026
@inproceedings{chu2026adapt2hide,
  title     = {{Adapt2Hide}: Leveraging Off-the-shelf Autoencoder
               for Reversible Visual Processing},
  author    = {Chu, Ernie and Fang, I-Sheng and Huang, Tai-Ming
               and Chiu, Pin-Yen and Patel, Vishal M.
               and Chen, Jun-Cheng},
  booktitle = {IEEE International Conference on Image Processing (ICIP)},
  year      = {2026}
}

Download citation

Acknowledgments

This research is supported by the National Science and Technology Council (NSTC), Taiwan under Grants 114-2221-E-001-004, 114-2221-E-001-016, 114-2634-F-001-001-MBK, 114-2634-F-002-004, and 113-2634-F-002-008, and by Academia Sinica under Grants AS-IAIA-114-M10 and AS-GCS-115-M06. We thank the National Center for High-performance Computing (NCHC) of National Applied Research Laboratories (NARLabs), Taiwan, for computational and storage resources.

Press Esc or click outside the image to close.