vix.ing · top · new · best · stats · spec

FADPNet: Frequency-Aware Dual-Path Network for Face Super-Resolution

2025/06/17 by Siyu Xu, Xu, Siyu, Wenjie Li +10
Computer Science · Engineering · #Advanced Image Processing Techniques #Block (permutation group theory) #Component (thermodynamics) #Computational complexity theory #Face (sociological concept) #Face recognition and analysis #Facial recognition system #Image Processing Techniques and Applications #Pixel #Quality (philosophy) #Reduction (mathematics) #cs.CV

paper · pdf · doi:10.48550/arxiv.2506.14121

openalex publication_date 2025/06/17 · openalex created_date 2025/10/18 · openalex updated_date 2026/08/05

Abstract

Face super-resolution (FSR) under limited computational budgets remains challenging. Existing methods often treat all facial pixels equally, leading to suboptimal resource allocation and degraded performance. CNNs are sensitive to high-frequency facial features such as contours and outlines, while Mamba excels at capturing low-frequency attributes like facial color and texture with lower complexity than Transformers. Motivated by this, we propose FADPNet, a Frequency-Aware Dual-Path Network that decomposes facial features into low- and high-frequency components for dedicated processing. The low-frequency branch employs a Mamba-based Low-Frequency Enhancement Block (LFEB) that integrates state-space attention with squeeze-and-excitation to restore global interactions and emphasize informative channels. The high-frequency branch uses a CNN-based Depthwise Position-aware Attention (DPA) module to refine structural details, followed by a lightweight High-Frequency Refinement (HFR) module for further frequency-specific refinement. These designs enable FADPNet to achieve a strong balance between FSR quality and efficiency, outperforming existing methods. Codes will be available at https://github.com/IVIPLab/FADPNet.

Related