CoNe: Contrast Your Neighbours for Supervised Image Classification
Mingkai Zheng, Shan You, Lang Huang, Xiu Su, Fei Wang, Chen Qian,, Xiaogang Wang, Chang Xu

TL;DR
CoNe introduces a neighbor-based supervised learning framework for image classification that considers intra-class variance and distributional consistency, achieving state-of-the-art results on benchmarks like ImageNet.
Contribution
The paper proposes CoNe, a novel framework that uses neighbor features and distributional regularization to improve supervised image classification performance.
Findings
Achieves 80.8% Top-1 accuracy on ImageNet with ResNet-50.
Outperforms recent training recipes without complex procedures.
Demonstrates effectiveness across multiple datasets and architectures.
Abstract
Image classification is a longstanding problem in computer vision and machine learning research. Most recent works (e.g. SupCon , Triplet, and max-margin) mainly focus on grouping the intra-class samples aggressively and compactly, with the assumption that all intra-class samples should be pulled tightly towards their class centers. However, such an objective will be very hard to achieve since it ignores the intra-class variance in the dataset. (i.e. different instances from the same class can have significant differences). Thus, such a monotonous objective is not sufficient. To provide a more informative objective, we introduce Contrast Your Neighbours (CoNe) - a simple yet practical learning framework for supervised image classification. Specifically, in CoNe, each sample is not only supervised by its class center but also directly employs the features of its similar neighbors as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI · Advanced Neural Network Applications
MethodsFocus
