paper-with-me

홈 › Papers

Rethinking Feature Distribution for Loss Functions in Image Classification

2018-03-08 · CVPR 2018 6 · Weitao Wan, Yuanyi Zhong, Tianpeng Li, Jiansheng Chen

We propose a large-margin Gaussian Mixture (L-GM) loss for deep neural networks in classification tasks. Different from the softmax cross-entropy loss, our proposal is established on the assumption that the deep features of the training set follow a Gaussian Mixture distribution. By involving a classification margin and a likelihood regularization, the L-GM loss facilitates both a high classification performance and an accurate modeling of the training feature distribution. As such, the L-GM loss is superior to the softmax loss and its major variants in the sense that besides classification, it can be readily used to distinguish abnormal inputs, such as the adversarial examples, based on their features' likelihood to the training feature distribution. Extensive experiments on various recognition benchmarks like MNIST, CIFAR, ImageNet and LFW, as well as on adversarial examples demonstrate the effectiveness of our proposal.

📄 PDF Abstract BibTeX arXiv:1803.02988

Code (1)

yuyijie1995/gluon_GMLoss mxnet

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

PSL: Rethinking and Improving Softmax Loss from Pairwise Perspective for Recommendation

2024-10-31 · Weiqin Yang, Jiawei Chen, Xin Xin, Sheng Zhou 외

Softmax Loss (SL) is widely applied in recommender systems (RS) and has demonstrated effectiveness. This work analyzes SL from a pairwise perspective, revealing two significant limitations: 1) the relationship between SL…

Recommendation Systems

Rethinking Loss Functions for Fact Verification

2024-03-13 · Yuta Mukobara, Yutaro Shigeto, Masashi Shimbo

We explore loss functions for fact verification in the FEVER shared task. While the cross-entropy loss is a standard objective for training verdict predictors, it fails to capture the heterogeneity among the FEVER verdic…

Fact Verification

Rethinking Loss Design for Large-scale 3D Shape Retrieval

2019-06-03 · Zhaoqun Li, Cheng Xu, Biao Leng

Learning discriminative shape representations is a crucial issue for large-scale 3D shape retrieval. In this paper, we propose the Collaborative Inner Product Loss (CIP Loss) to obtain ideal shape embedding that discrimi…

3D Object Retrieval3D Shape Classification3D Shape RetrievalRetrieval

Rethinking Layer-wise Feature Amounts in Convolutional Neural Network Architectures

2018-12-14 · Martin Mundt, Sagnik Majumder, Tobias Weis, Visvanathan Ramesh

We characterize convolutional neural networks with respect to the relative amount of features per layer. Using a skew normal distribution as a parametrized framework, we investigate the common assumption of monotonously …

General Classificationimage-classificationImage Classification

Model Compression Using Optimal Transport

2020-12-07 · Suhas Lohit, Michael Jones

Model compression methods are important to allow for easier deployment of deep learning models in compute, memory and energy-constrained environments such as mobile phones. Knowledge distillation is a class of model comp…

image-classificationImage ClassificationKnowledge Distillationmodel+1