English

Channel Importance Matters in Few-Shot Image Classification

Computer Vision and Pattern Recognition 2022-06-22 v2

Abstract

Few-Shot Learning (FSL) requires vision models to quickly adapt to brand-new classification tasks with a shift in task distribution. Understanding the difficulties posed by this task distribution shift is central to FSL. In this paper, we show that a simple channel-wise feature transformation may be the key to unraveling this secret from a channel perspective. When facing novel few-shot tasks in the test-time datasets, this transformation can greatly improve the generalization ability of learned image representations, while being agnostic to the choice of training algorithms and datasets. Through an in-depth analysis of this transformation, we find that the difficulty of representation transfer in FSL stems from the severe channel bias problem of image representations: channels may have different importance in different tasks, while convolutional neural networks are likely to be insensitive, or respond incorrectly to such a shift. This points out a core problem of the generalization ability of modern vision systems and needs further attention in the future. Our code is available at https://github.com/Frankluox/Channel_Importance_FSL.

Keywords

Cite

@article{arxiv.2206.08126,
  title  = {Channel Importance Matters in Few-Shot Image Classification},
  author = {Xu Luo and Jing Xu and Zenglin Xu},
  journal= {arXiv preprint arXiv:2206.08126},
  year   = {2022}
}

Comments

Accepted to ICML 2022; code available at https://github.com/Frankluox/Channel_Importance_FSL

R2 v1 2026-06-24T11:53:43.591Z