SwinIFS: Landmark Guided Swin Transformer For Identity Preserving Face Super Resolution

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, extended

Summary

SwinIFS is a novel landmark-guided super-resolution framework designed to reconstruct high-quality facial images from severely degraded low-resolution inputs, preserving identity and fine structural details. It integrates dense Gaussian heatmaps of five key facial landmarks into an 8-channel input representation, guiding the network to focus on semantically important regions. Utilizing a compact Swin Transformer backbone, SwinIFS captures long-range contextual information while maintaining local geometry, enabling the restoration of subtle facial textures and global structural consistency. Extensive experiments on the CelebA benchmark demonstrate its superior perceptual quality, sharper reconstructions, and improved identity retention, particularly at challenging 8× magnification where it achieves a PSNR of 27.97dB and an SSIM of 0.851. SwinIFS also offers an advantageous balance between accuracy and computational efficiency, with an inference time of 0.015 seconds per 128×128 face.

Key takeaway

For Machine Learning Engineers developing face enhancement or surveillance systems, SwinIFS offers a robust solution for high-fidelity super-resolution. You should consider integrating landmark-guided Swin Transformer architectures to achieve superior identity preservation and sharper reconstructions, even from highly degraded inputs at 8× magnification. This approach provides an efficient balance of quality and speed, making it suitable for real-time applications.

Key insights

SwinIFS fuses landmark heatmaps with Swin Transformers for identity-preserving face super-resolution, excelling at extreme upscaling factors.

Principles

Method

SwinIFS concatenates LR images with five Gaussian landmark heatmaps into an 8-channel input. It uses a Swin Transformer backbone with Residual Swin Transformer Blocks (RSTBs) and PixelShuffle upsampling, trained with L1 and VGG perceptual losses.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Computer Vision Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.