CVAIJan 13

EfficientFSL: Enhancing Few-Shot Classification via Query-Only Tuning in Vision Transformers

arXiv:2601.08499v1h-index: 4
Originality Incremental advance
AI Analysis

This addresses the problem of resource-intensive fine-tuning for few-shot classification in low-resource scenarios, offering a practical solution with incremental improvements in efficiency.

The paper tackles the high computational cost of fine-tuning large Vision Transformers for few-shot classification by proposing EfficientFSL, a query-only tuning framework that reduces GPU memory and training time while achieving state-of-the-art performance on multiple datasets.

Large models such as Vision Transformers (ViTs) have demonstrated remarkable superiority over smaller architectures like ResNet in few-shot classification, owing to their powerful representational capacity. However, fine-tuning such large models demands extensive GPU memory and prolonged training time, making them impractical for many real-world low-resource scenarios. To bridge this gap, we propose EfficientFSL, a query-only fine-tuning framework tailored specifically for few-shot classification with ViT, which achieves competitive performance while significantly reducing computational overhead. EfficientFSL fully leverages the knowledge embedded in the pre-trained model and its strong comprehension ability, achieving high classification accuracy with an extremely small number of tunable parameters. Specifically, we introduce a lightweight trainable Forward Block to synthesize task-specific queries that extract informative features from the intermediate representations of the pre-trained model in a query-only manner. We further propose a Combine Block to fuse multi-layer outputs, enhancing the depth and robustness of feature representations. Finally, a Support-Query Attention Block mitigates distribution shift by adjusting prototypes to align with the query set distribution. With minimal trainable parameters, EfficientFSL achieves state-of-the-art performance on four in-domain few-shot datasets and six cross-domain datasets, demonstrating its effectiveness in real-world applications.

Foundations

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

Your Notes