CAM-loss: Towards Learning Spatially Discriminative Feature Representations
Chaofei Wang, Jiayu Xiao, Yizeng Han, Qisen Yang, Shiji Song, Gao, Huang

TL;DR
CAM-loss is a novel training method that enhances CNN feature discriminability by aligning features with class activation maps, improving classification, transfer learning, and few-shot learning performance.
Contribution
The paper introduces CAM-loss, a new loss function that constrains CNN features with class activation maps to improve discriminability and generalization.
Findings
CAM-loss improves classification accuracy across various CNN architectures.
CAM-loss enhances transfer learning and few-shot learning performance.
The proposed CAAM-CAM knowledge distillation method boosts student network accuracy.
Abstract
The backbone of traditional CNN classifier is generally considered as a feature extractor, followed by a linear layer which performs the classification. We propose a novel loss function, termed as CAM-loss, to constrain the embedded feature maps with the class activation maps (CAMs) which indicate the spatially discriminative regions of an image for particular categories. CAM-loss drives the backbone to express the features of target category and suppress the features of non-target categories or background, so as to obtain more discriminative feature representations. It can be simply applied in any CNN architecture with neglectable additional parameters and calculations. Experimental results show that CAM-loss is applicable to a variety of network structures and can be combined with mainstream regularization methods to improve the performance of image classification. The strong…
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
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Brain Tumor Detection and Classification
MethodsKnowledge Distillation · Linear Layer · Class-activation map
