paper-with-me

홈 › Papers

Loss Function Entropy Regularization for Diverse Decision Boundaries

2022-04-30 · Sue Sin Chong

Is it possible to train several classifiers to perform meaningful crowd-sourcing to produce a better prediction label set without ground-truth annotation? This paper will modify the contrastive learning objectives to automatically train a self-complementing ensemble to produce a state-of-the-art prediction on the CIFAR10 and CIFAR100-20 tasks. This paper will present a straightforward method to modify a single unsupervised classification pipeline to automatically generate an ensemble of neural networks with varied decision boundaries to learn a more extensive feature set of classes. Loss Function Entropy Regularization (LFER) are regularization terms to be added to the pre-training and contrastive learning loss functions. LFER is a gear to modify the entropy state of the output space of unsupervised learning, thereby diversifying the latent representation of decision boundaries of neural networks. Ensemble trained with LFER has higher successful prediction accuracy for samples near decision boundaries. LFER is an adequate gear to perturb decision boundaries and has produced classifiers that beat state-of-the-art at the contrastive learning stage. Experiments show that LFER can produce an ensemble with accuracy comparable to the state-of-the-art yet have varied latent decision boundaries. It allows us to perform meaningful verification for samples near decision boundaries, encouraging the correct classification of near-boundary samples. By compounding the probability of correct prediction of a single sample amongst an ensemble of neural network trained, our method can improve upon a single classifier by denoising and affirming correct feature mappings.

📄 PDF Abstract BibTeX arXiv:2205.00224

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDenoisingPredictionUnsupervised Image Classification

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음
Entropy Regularization 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Increasing Fairness in Predictions Using Bias Parity Score Based Loss Function Regularization

2021-11-05 · Bhanu Jain, Manfred Huber, Ramez Elmasri

Increasing utilization of machine learning based decision support systems emphasizes the need for resulting predictions to be both accurate and fair to all stakeholders. In this work we present a novel approach to increa…

Fairness

Role of Orthogonality Constraints in Improving Properties of Deep Networks for Image Classification

2020-09-22 · Hongjun Choi, Anirudh Som, Pavan Turaga

Standard deep learning models that employ the categorical cross-entropy loss are known to perform well at image classification tasks. However, many standard models thus obtained often exhibit issues like feature redundan…

General Classificationimage-classificationImage Classification

A Dual Approach to Constrained Markov Decision Processes with Entropy Regularization

2021-10-17 · Donghao Ying, Yuhao Ding, Javad Lavaei

We study entropy-regularized constrained Markov decision processes (CMDPs) under the soft-max parameterization, in which an agent aims to maximize the entropy-regularized value function while satisfying constraints on th…

H-Entropy Search: Generalizing Bayesian Optimization with a Decision-theoretic Uncertainty Measure

2021-09-29 · Willie Neiswanger, Lantao Yu, Shengjia Zhao, Chenlin Meng 외

Bayesian optimization (BO) is a popular method for efficiently inferring optima of an expensive black-box function via a sequence of queries. Existing information-theoretic BO procedures aim to make queries that most red…

Bayesian Optimization

A Note on Knowledge Distillation Loss Function for Object Classification

2021-09-14 · Defang Chen

This research note provides a quick introduction to the knowledge distillation loss function used in object classification. In particular, we discuss its connection to a previously proposed logits matching loss function.…

Knowledge DistillationModel Compression