CVApr 14, 2025

GFT: Gradient Focal Transformer

arXiv:2504.09852v11 citationsh-index: 1
Originality Highly original
AI Analysis

This addresses the problem of distinguishing subtle visual differences in fine-grained image classification for computer vision applications, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles fine-grained image classification by introducing GFT, a ViT-derived framework that integrates Gradient Attention Learning Alignment and Progressive Patch Selection to dynamically prioritize discriminative features and reduce computational overhead, achieving state-of-the-art accuracy on FGVC Aircraft, Food-101, and COCO datasets with 93M parameters.

Fine-Grained Image Classification (FGIC) remains a complex task in computer vision, as it requires models to distinguish between categories with subtle localized visual differences. Well-studied CNN-based models, while strong in local feature extraction, often fail to capture the global context required for fine-grained recognition, while more recent ViT-backboned models address FGIC with attention-driven mechanisms but lack the ability to adaptively focus on truly discriminative regions. TransFG and other ViT-based extensions introduced part-aware token selection to enhance attention localization, yet they still struggle with computational efficiency, attention region selection flexibility, and detail-focus narrative in complex environments. This paper introduces GFT (Gradient Focal Transformer), a new ViT-derived framework created for FGIC tasks. GFT integrates the Gradient Attention Learning Alignment (GALA) mechanism to dynamically prioritize class-discriminative features by analyzing attention gradient flow. Coupled with a Progressive Patch Selection (PPS) strategy, the model progressively filters out less informative regions, reducing computational overhead while enhancing sensitivity to fine details. GFT achieves SOTA accuracy on FGVC Aircraft, Food-101, and COCO datasets with 93M parameters, outperforming ViT-based advanced FGIC models in efficiency. By bridging global context and localized detail extraction, GFT sets a new benchmark in fine-grained recognition, offering interpretable solutions for real-world deployment scenarios.

Foundations

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

Your Notes