Degradation-Aware Adaptive Context Gating for Unified Image Restoration

arXiv cs.CV / 5/5/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical UsageModels & Research

Key Points

  • The paper introduces DACG-IR, a unified image restoration model designed to reduce task interference caused by diverse image degradations by explicitly estimating degradation characteristics.
  • It uses a lightweight multi-scale degradation-aware module to extract coarse degradation cues and generate layer-wise prompts that dynamically modulate attention temperature and output gating in both encoder and decoder blocks.
  • DACG-IR also applies a spatial-channel dual-gated adaptive fusion mechanism to refine encoder features and suppress noise propagation from shallow layers to deeper ones.
  • Experiments on multiple restoration scenarios (including adverse weather removal and composite degradations) show DACG-IR outperforming state-of-the-art methods, and the authors provide accompanying code on GitHub.

Abstract

Unified image restoration using a single model often faces task interference due to diverse degradations. To address this, we propose DACG-IR (Degradation-Aware Adaptive Context Gating), which enables explicit perception of degradation characteristics to dynamically modulate feature representations. Our method constructs degradation-aware contextual representations from the input to modulate attention distribution, frequency-domain features, and feature aggregation. Specifically, a lightweight multi-scale degradation-aware module extracts coarse degradation information and generates layer-wise prompts. These prompts guide attention temperature and output gating in encoder and decoder blocks for adaptive feature extraction. Additionally, a spatial-channel dual-gated adaptive fusion mechanism refines encoder features, suppressing noise propagation from shallow to deep layers. This design effectively suppresses degradation-induced noise while preserving informative structures. Experiments show DACG-IR outperforms state-of-the-art methods in single-task, all-in-one, adverse weather removal, and composite degradation settings. Code: https://github.com/HlHomes/DACG-IR-code