CVMay 15

How to Choose Your Teacher for Fine Grained Image Recognition

arXiv:2605.1568949.1Has Code
Predicted impact top 85% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying resource-efficient fine-grained classifiers, this metric simplifies choosing the best teacher model to maximize student accuracy.

The paper introduces Ratio 1-2, a teacher selection metric for knowledge distillation in fine-grained image recognition, which improves teacher selection by 18% over previous methods and enables student models to achieve up to 17% accuracy gains.

Fine-grained image recognition classifies subcategories such as bird species or car models. While state-of-the-art (SOTA) models are accurate, they are often too resource-intensive for deployment on constrained devices. Knowledge distillation addresses this by transferring knowledge from a large teacher model to a smaller student model. A key challenge is selecting the right teacher, as it heavily impacts student performance. This paper introduces a teacher selection metric, \textbf{Ratio 1-2}, based on teacher prediction ratios. Extensive analysis of over one thousand experiments across 3 students, 8 teachers, and 8 datasets under 4 training strategies demonstrates that our metric improves teacher selection by 18\% over previous methods, enabling small student models to achieve up to 17\% accuracy gains. Experiment codebase is available at: \href{https://github.com/arkel23/FGIR-KD-Teacher}{https://github.com/arkel23/FGIR-KD-Teacher}.

Foundations

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

Your Notes