English

ATTN-FIQA: Interpretable Attention-based Face Image Quality Assessment with Vision Transformers

Computer Vision and Pattern Recognition 2026-04-28 v1 Image and Video Processing

Abstract

Face Image Quality Assessment (FIQA) aims to assess the recognition utility of face samples and is essential for reliable face recognition (FR) systems. Existing approaches require computationally expensive procedures such as multiple forward passes, backpropagation, or additional training, and only recent work has focused on the use of Vision Transformers. Recent studies highlighted that these architectures inherently function as saliency learners with attention patterns naturally encoding spatial importance. This work proposes ATTN-FIQA, a novel training-free approach that investigates whether pre-softmax attention scores from pre-trained Vision Transformer-based face recognition models can serve as quality indicators. We hypothesize that attention magnitudes intrinsically encode quality: high-quality images with discriminative facial features enable strong query-key alignments producing focused, high-magnitude attention patterns, while degraded images generate diffuse, low-magnitude patterns. ATTN-FIQA extracts pre-softmax attention matrices from the final transformer block, aggregate multi-head attention information across all patches, and compute image-level quality scores through simple averaging, requiring only a single forward pass through pre-trained models without architectural modifications, backpropagation, or additional training. Through comprehensive evaluation across eight benchmark datasets and four FR models, this work demonstrates that attention-based quality scores effectively correlate with face image quality and provide spatial interpretability, revealing which facial regions contribute most to quality determination.

Keywords

Cite

@article{arxiv.2604.22841,
  title  = {ATTN-FIQA: Interpretable Attention-based Face Image Quality Assessment with Vision Transformers},
  author = {Guray Ozgur and Tahar Chettaoui and Eduarda Caldeira and Jan Niklas Kolf and Marco Huber and Andrea Atzori and Naser Damer and Fadi Boutros},
  journal= {arXiv preprint arXiv:2604.22841},
  year   = {2026}
}

Comments

Accepted at FG2026

R2 v1 2026-07-01T12:34:16.480Z