Gradient as Conditions: Rethinking HOG for All-in-one Image Restoration
Jiawei Wu, Zhifei Yang, Zhe Wang, Zhi Jin
TL;DR
This work tackles all-in-one image restoration by introducing HOGformer, a Transformer-based network that uses learnable HOG gradient descriptors as explicit degradation priors. It blends Dynamic HOG-aware Self-Attention (DHOGSA) with a Dynamic Interaction Feed-Forward (DIFF) and a dedicated HOG loss to improve structure, edges, and cross-degradation generalization. Extensive experiments across adverse weather and natural degradations demonstrate state-of-the-art performance and strong generalization, while ablations validate the utility of LDRConv, BHOGR/FHOGR, and HOG-guided mechanisms. The approach offers a principled, efficient alternative to implicit conditioning for robust AIR in real-world scenarios.
Abstract
All-in-one image restoration (AIR) aims to address diverse degradations within a unified model by leveraging informative degradation conditions to guide the restoration process. However, existing methods often rely on implicitly learned priors, which may entangle feature representations and hinder performance in complex or unseen scenarios. Histogram of Oriented Gradients (HOG) as a classical gradient representation, we observe that it has strong discriminative capability across diverse degradations, making it a powerful and interpretable prior for AIR. Based on this insight, we propose HOGformer, a Transformer-based model that integrates learnable HOG features for degradation-aware restoration. The core of HOGformer is a Dynamic HOG-aware Self-Attention (DHOGSA) mechanism, which adaptively models long-range spatial dependencies conditioned on degradation-specific cues encoded by HOG descriptors. To further adapt the heterogeneity of degradations in AIR, we propose a Dynamic Interaction Feed-Forward (DIFF) module that facilitates channel-spatial interactions, enabling robust feature transformation under diverse degradations. Besides, we propose a HOG loss to explicitly enhance structural fidelity and edge sharpness. Extensive experiments on a variety of benchmarks, including adverse weather and natural degradations, demonstrate that HOGformer achieves state-of-the-art performance and generalizes well to complex real-world scenarios.Code is available at https://github.com/Fire-friend/HOGformer.
