paper-with-me

홈 › Papers

CAM-loss: Towards Learning Spatially Discriminative Feature Representations

2021-09-03 · ICCV 2021 10 · Chaofei Wang, Jiayu Xiao, Yizeng Han, Qisen Yang, Shiji Song, Gao Huang

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 generalization ability of CAM-loss is validated in the transfer learning and few shot learning tasks. Based on CAM-loss, we also propose a novel CAAM-CAM matching knowledge distillation method. This method directly uses the CAM generated by the teacher network to supervise the CAAM generated by the student network, which effectively improves the accuracy and convergence rate of the student network.

📄 PDF Abstract BibTeX arXiv:2109.01359

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot Learningimage-classificationImage ClassificationKnowledge DistillationTransfer Learning

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

Boosting with Spatial Regularization

2009-12-01 · NeurIPS 2009 12 · Yongxin Xi, Uri Hasson, Peter J. Ramadge, Zhen J. Xiang

By adding a spatial regularization kernel to a standard loss function formulation of the boosting problem, we develop a framework for spatially informed boosting. From this regularized loss framework we derive an effici…

ASK: Adaptively Selecting Key Local Features for RGB-D Scene Recognition

2021-10-14 · Zhitong Xiong, Yuan Yuan, Qi Wang

Indoor scene images usually contain scattered objects and various scene layouts, which make RGB-D scene classification a challenging task. Existing methods still have limitations for classifying scene images with great s…

feature selectionScene ClassificationScene Recognition

Joint Discriminative and Metric Embedding Learning for Person Re-Identification

2022-12-28 · Sinan Sabri, Zaigham Randhawa, Gianfranco Doretto

Person re-identification is a challenging task because of the high intra-class variance induced by the unrestricted nuisance factors of variations such as pose, illumination, viewpoint, background, and sensor noise. Rece…

Metric LearningPerson Re-IdentificationTriplet

On Equivariant and Invariant Learning of Object Landmark Representations

2020-06-26 · ICCV 2021 10 · Zezhou Cheng, Jong-Chyi Su, Subhransu Maji

Given a collection of images, humans are able to discover landmarks by modeling the shared geometric structure across instances. This idea of geometric equivariance has been widely used for the unsupervised discovery of …

Contrastive LearningObjectRepresentation Learning

Towards More Accurate Iris Recognition Using Deeply Learned Spatially Corresponding Features

2017-10-01 · ICCV 2017 10 · Zijing Zhao, Ajay Kumar

This paper proposes an accurate and generalizable deep learning framework for iris recognition. The proposed framework is based on a fully convolutional network (FCN), which generates spatially corresponding iris feature…

Iris RecognitionTriplet