paper-with-me

홈 › Papers

Active Learning in Bayesian Neural Networks with Balanced Entropy Learning Principle

2021-05-30 · Jae Oh Woo

Acquiring labeled data is challenging in many machine learning applications with limited budgets. Active learning gives a procedure to select the most informative data points and improve data efficiency by reducing the cost of labeling. The info-max learning principle maximizing mutual information such as BALD has been successful and widely adapted in various active learning applications. However, this pool-based specific objective inherently introduces a redundant selection and further requires a high computational cost for batch selection. In this paper, we design and propose a new uncertainty measure, Balanced Entropy Acquisition (BalEntAcq), which captures the information balance between the uncertainty of underlying softmax probability and the label variable. To do this, we approximate each marginal distribution by Beta distribution. Beta approximation enables us to formulate BalEntAcq as a ratio between an augmented entropy and the marginalized joint entropy. The closed-form expression of BalEntAcq facilitates parallelization by estimating two parameters in each marginal Beta distribution. BalEntAcq is a purely standalone measure without requiring any relational computations with other data points. Nevertheless, BalEntAcq captures a well-diversified selection near the decision boundary with a margin, unlike other existing uncertainty measures such as BALD, Entropy, or Mean Standard Deviation (MeanSD). Finally, we demonstrate that our balanced entropy learning principle with BalEntAcq consistently outperforms well-known linearly scalable active learning methods, including a recently proposed PowerBALD, a simple but diversified version of BALD, by showing experimental results obtained from MNIST, CIFAR-100, SVHN, and TinyImageNet datasets.

📄 PDF Abstract BibTeX arXiv:2105.14559

Code (1)

jaeohwoo/balancedentropy 공식 구현 pytorch

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Bayesian Active Learning for Semantic Segmentation

2024-08-03 · Sima Didari, WenJun Hu, Jae Oh Woo, Heng Hao 외

Fully supervised training of semantic segmentation models is costly and challenging because each pixel within an image needs to be labeled. Therefore, the sparse pixel-level annotation methods have been introduced to tra…

Active LearningSemantic Segmentation

Integrating Bayesian and Discriminative Sparse Kernel Machines for Multi-class Active Learning

2019-12-01 · NeurIPS 2019 12 · Weishi Shi, Qi Yu

We propose a novel active learning (AL) model that integrates Bayesian and discriminative kernel machines for fast and accurate multi-class data sampling. By joining a sparse Bayesian model and a maximum margin machine u…

Active Learning

Generative Cross-Entropy: A Strictly Proper Loss for Data-Efficient Classification

2026-04-08 · Qipeng Zhan, Zhuoping Zhou, Li Shen arxiv

Cross-entropy (CE) is the default training loss for supervised classification, but its sample efficiency is limited when labels are scarce. Existing remedies primarily act on the data side, via augmentation, synthesis, o…

Out-of-Distribution Detection

Zero Initialised Unsupervised Active Learning by Optimally Balanced Entropy-Based Sampling for Imbalanced Problems

2021-05-24 · Journal of Experimental & Theoretical Artificial Intelligence 2021 5 · Gábor Szűcs, Dávid Papp

Given the challenge of gathering labelled training data for machine learning tasks, active learning has become popular. This paper focuses on the beginning of unsupervised active learning, where there are no labelled dat…

Active LearningBIG-bench Machine Learningimbalanced classification

Robust entropy requires strong and balanced excitatory and inhibitory synapses

2018-04-14

It is widely appreciated that well-balanced excitation and inhibition are necessary for proper function in neural networks. However, in principle, such balance could be achieved by many possible configurations of excitat…