CVApr 12, 2025

Gradient as Conditions: Rethinking HOG for All-in-one Image Restoration

arXiv:2504.09377v22 citationsh-index: 2Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of handling diverse image degradations in a unified model for applications in computer vision, representing an incremental improvement with a novel method for a known bottleneck.

The paper tackles the problem of all-in-one image restoration by proposing HOGformer, a Transformer-based model that integrates learnable Histogram of Oriented Gradients (HOG) features to guide degradation-aware restoration, achieving state-of-the-art performance on benchmarks for adverse weather and natural degradations.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes