paper-with-me

홈 › Papers

Learning Spatial Attention for Face Super-Resolution

2020-12-02 · Chaofeng Chen, Dihong Gong, Hao Wang, Zhifeng Li, Kwan-Yee K. Wong

General image super-resolution techniques have difficulties in recovering detailed face structures when applying to low resolution face images. Recent deep learning based methods tailored for face images have achieved improved performance by jointly trained with additional task such as face parsing and landmark prediction. However, multi-task learning requires extra manually labeled data. Besides, most of the existing works can only generate relatively low resolution face images (e.g., $128\times128$), and their applications are therefore limited. In this paper, we introduce a novel SPatial Attention Residual Network (SPARNet) built on our newly proposed Face Attention Units (FAUs) for face super-resolution. Specifically, we introduce a spatial attention mechanism to the vanilla residual blocks. This enables the convolutional layers to adaptively bootstrap features related to the key face structures and pay less attention to those less feature-rich regions. This makes the training more effective and efficient as the key face structures only account for a very small portion of the face image. Visualization of the attention maps shows that our spatial attention network can capture the key face structures well even for very low resolution faces (e.g., $16\times16$). Quantitative comparisons on various kinds of metrics (including PSNR, SSIM, identity similarity, and landmark detection) demonstrate the superiority of our method over current state-of-the-arts. We further extend SPARNet with multi-scale discriminators, named as SPARNetHD, to produce high resolution results (i.e., $512\times512$). We show that SPARNetHD trained with synthetic data cannot only produce high quality and high resolution outputs for synthetically degraded face images, but also show good generalization ability to real world low quality face images.

📄 PDF Abstract BibTeX arXiv:2012.01211

Code (1)

chaofengc/Face-SPARNet 공식 구현 pytorch

Tasks

Face ParsingImage Super-ResolutionMulti-Task LearningSSIMSuper-Resolution

Similar Papers 제목 키워드 기반

Super-Resolving Face Image by Facial Parsing Information

2023-04-06 · Chenyang Wang, Junjun Jiang, Zhiwei Zhong, Deming Zhai 외

Face super-resolution is a technology that transforms a low-resolution face image into the corresponding high-resolution one. In this paper, we build a novel parsing map guided face super-resolution network which extract…

Super-Resolution

Component Attention Guided Face Super-Resolution Network: CAGFace

2019-10-19 · Ratheesh Kalarot, Tao Li, Fatih Porikli

To make the best use of the underlying structure of faces, the collective information through face datasets and the intermediate estimates during the upsampling process, here we introduce a fully convolutional multi-stag…

Super-Resolution

When Earth Foundation Models Meet Diffusion: An Application to Land Surface Temperature Super-Resolution

2026-04-18 · Yiheng Chen, Zihui Ma, Peishi Jiang, Yilong Dai 외 arxiv

Land surface temperature (LST) super-resolution is important for environmental monitoring. However, it remains challenging as coarse thermal observations severely underdetermine fine-scale structure. In this paper, we pr…

Face Super-Resolution Guided by 3D Facial Priors

2020-07-18 · ECCV 2020 8 · Xiaobin Hu, Wenqi Ren, John LaMaster, Xiaochun Cao 외

State-of-the-art face super-resolution methods employ deep convolutional neural networks to learn a mapping between low- and high- resolution facial patterns by exploring local appearance knowledge. However, most of thes…

Super-Resolution

DualX-VSR: Dual Axial Spatial$\times$Temporal Transformer for Real-World Video Super-Resolution without Motion Compensation

2025-06-05 · Shuo Cao, Yihao Liu, Xiaohui Li, Yuanting Gao 외

Transformer-based models like ViViT and TimeSformer have advanced video understanding by effectively modeling spatiotemporal dependencies. Recent video generation models, such as Sora and Vidu, further highlight the powe…

Motion CompensationOptical Flow EstimationSuper-ResolutionVideo Generation+2