paper-with-me

홈 › Papers

CC-Loss: Channel Correlation Loss For Image Classification

2020-10-12 · Zeyu Song, Dongliang Chang, Zhanyu Ma, Xiaoxu Li, Zheng-Hua Tan

The loss function is a key component in deep learning models. A commonly used loss function for classification is the cross entropy loss, which is a simple yet effective application of information theory for classification problems. Based on this loss, many other loss functions have been proposed,~\emph{e.g.}, by adding intra-class and inter-class constraints to enhance the discriminative ability of the learned features. However, these loss functions fail to consider the connections between the feature distribution and the model structure. Aiming at addressing this problem, we propose a channel correlation loss (CC-Loss) that is able to constrain the specific relations between classes and channels as well as maintain the intra-class and the inter-class separability. CC-Loss uses a channel attention module to generate channel attention of features for each sample in the training stage. Next, an Euclidean distance matrix is calculated to make the channel attention vectors associated with the same class become identical and to increase the difference between different classes. Finally, we obtain a feature embedding with good intra-class compactness and inter-class separability.Experimental results show that two different backbone models trained with the proposed CC-Loss outperform the state-of-the-art loss functions on three image classification datasets.

📄 PDF Abstract BibTeX arXiv:2010.05469

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Average Pooling 설명 없음
Sigmoid Activation 설명 없음
How do i ask a question at Expedia?*AskExpertService To ask a question on Expedia, you can utilize their Help Center +1-888-829-0881, call customer service, use live chat, or reach out via social media. You can also find answers to…

Similar Papers 제목 키워드 기반

Uncorrelated Feature Encoding for Faster Image Style Transfer

2018-07-04 · Minseong Kim, Jongju Shin, Myung-Cheol Roh, Hyun-Chul Choi

Recent fast style transfer methods use a pre-trained convolutional neural network as a feature encoder and a perceptual loss network. Although the pre-trained network is used to generate responses of receptive fields eff…

image-classificationImage ClassificationStyle Transfer

Multi-stage feature decorrelation constraints for improving CNN classification performance

2023-08-24 · Qiuyu Zhu, Hao Wang, Xuewen Zu, Chengfei Liu

For the convolutional neural network (CNN) used for pattern classification, the training loss function is usually applied to the final output of the network, except for some regularization constraints on the network para…

Linking Image and Text with 2-Way Nets

2016-08-29 · CVPR 2017 7 · Aviv Eisenschtat, Lior Wolf

Linking two data sources is a basic building block in numerous computer vision problems. Canonical Correlation Analysis (CCA) achieves this by utilizing a linear optimizer in order to maximize the correlation between the…

Sentence

The Devil is in the Channels: Mutual-Channel Loss for Fine-Grained Image Classification

2020-02-11 · Dongliang Chang, Yifeng Ding, Jiyang Xie, Ayan Kumar Bhunia 외

Key for solving fine-grained image categorization is finding discriminate and local regions that correspond to subtle visual traits. Great strides have been made, with complex networks designed specifically to learn part…

DiversityFine-Grained Image ClassificationGeneral ClassificationImage Categorization+2

Cascade Network with Guided Loss and Hybrid Attention for Finding Good Correspondences

2021-01-31 · Zhi Chen, Fan Yang, Wenbing Tao

Finding good correspondences is a critical prerequisite in many feature based tasks. Given a putative correspondence set of an image pair, we propose a neural network which finds correct correspondences by a binary-class…