paper-with-me

Papers

Mutual Information Learned Classifiers: an Information-theoretic Viewpoint of Training Deep Learning Classification Systems

2022-10-03 · Jirong Yi, Qiaosheng Zhang, Zhen Chen, Qiao Liu, Wei Shao

Deep learning systems have been reported to acheive state-of-the-art performances in many applications, and one of the keys for achieving this is the existence of well trained classifiers on benchmark datasets which can be used as backbone feature extractors in downstream tasks. As a main-stream loss function for training deep neural network (DNN) classifiers, the cross entropy loss can easily lead us to find models which demonstrate severe overfitting behavior when no other techniques are used for alleviating it such as data augmentation. In this paper, we prove that the existing cross entropy loss minimization for training DNN classifiers essentially learns the conditional entropy of the underlying data distribution of the dataset, i.e., the information or uncertainty remained in the labels after revealing the input. In this paper, we propose a mutual information learning framework where we train DNN classifiers via learning the mutual information between the label and input. Theoretically, we give the population error probability lower bound in terms of the mutual information. In addition, we derive the mutual information lower and upper bounds for a concrete binary classification data model in $\mbR^n$, and also the error probability lower bound in this scenario. Besides, we establish the sample complexity for accurately learning the mutual information from empirical data samples drawn from the underlying data distribution. Empirically, we conduct extensive experiments on several benchmark datasets to support our theory. Without whistles and bells, the proposed mutual information learned classifiers (MILCs) acheive far better generalization performances than the state-of-the-art classifiers with an improvement which can exceed more than 10\% in testing accuracy.

📄 PDF Abstract BibTeX arXiv:2210.01000

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationData Augmentation

Similar Papers 제목 키워드 기반

Mutual Information Learned Classifiers: an Information-theoretic Viewpoint of Training Deep Learning Classification Systems

2022-09-21 · Jirong Yi, Qiaosheng Zhang, Zhen Chen, Qiao Liu 외

Deep learning systems have been reported to achieve state-of-the-art performances in many applications, and a key is the existence of well trained classifiers on benchmark datasets. As a main-stream loss function, the cr…

Binary Classification

Theoretical Evaluation of Feature Selection Methods based on Mutual Information

2016-09-21 · Cláudia Pascoal, M. Rosário Oliveira, António Pacheco, Rui Valadas

Feature selection methods are usually evaluated by wrapping specific classifiers and datasets in the evaluation process, resulting very often in unfair comparisons between methods. In this work, we develop a theoretical …

feature selectionMutual Information Estimation

Derivation of Information-Theoretically Optimal Adversarial Attacks with Applications to Robust Machine Learning

2020-07-28 · Jirong Yi, Raghu Mudumbai, Weiyu Xu

We consider the theoretical problem of designing an optimal adversarial attack on a decision system that maximally degrades the achievable performance of the system as measured by the mutual information between the degra…

Adversarial AttackBIG-bench Machine LearningFeature Compression

On Information Plane Analyses of Neural Network Classifiers -- A Review

2020-03-21 · Bernhard C. Geiger

We review the current literature concerned with information plane analyses of neural network classifiers. While the underlying information bottleneck theory and the claim that information-theoretic compression is causall…

Information PlaneMutual Information Estimation

The Role of Mutual Information in Variational Classifiers

2020-10-22 · Matias Vera, Leonardo Rey Vega, Pablo Piantanida

Overfitting data is a well-known phenomenon related with the generation of a model that mimics too closely (or exactly) a particular instance of data, and may therefore fail to predict future observations reliably. In pr…

Variational Inference