Anchor-based Nearest Class Mean Loss for Convolutional Neural Networks
Fusheng Hao, Jun Cheng, Lei Wang, Xinchao Wang, Jianzhong Cao, Xiping, Hu, Dapeng Tao

TL;DR
This paper introduces a novel anchor-based loss function for CNNs that explicitly enforces intra-class compactness and inter-class separability, improving discriminative feature learning without complex sample pairings.
Contribution
The paper proposes a new anchor-based loss with fixed class centers and two distance metrics, enhancing CNN discriminability efficiently without pair/triplet sampling.
Findings
Achieved promising results on three benchmark datasets.
The proposed loss improves intra-class compactness and inter-class separability.
Efficient optimization via batch stochastic gradient descent.
Abstract
Discriminative features are critical for machine learning applications. Most existing deep learning approaches, however, rely on convolutional neural networks (CNNs) for learning features, whose discriminant power is not explicitly enforced. In this paper, we propose a novel approach to train deep CNNs by imposing the intra-class compactness and the inter-class separability, so as to enhance the learned features' discriminant power. To this end, we introduce anchors, which are predefined vectors regarded as the centers for each class and fixed during training. Discriminative features are obtained by constraining the deep CNNs to map training samples to the corresponding anchors as close as possible. We propose two principles to select the anchors, and measure the proximity of two points using the Euclidean and cosine distance metric functions, which results in two novel loss functions.…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Human Pose and Action Recognition
