paper-with-me

홈 › Papers

Unifying Approaches in Active Learning and Active Sampling via Fisher Information and Information-Theoretic Quantities

2022-08-01 · Andreas Kirsch, Yarin Gal

Recently proposed methods in data subset selection, that is active learning and active sampling, use Fisher information, Hessians, similarity matrices based on gradients, and gradient lengths to estimate how informative data is for a model's training. Are these different approaches connected, and if so, how? We revisit the fundamentals of Bayesian optimal experiment design and show that these recently proposed methods can be understood as approximations to information-theoretic quantities: among them, the mutual information between predictions and model parameters, known as expected information gain or BALD in machine learning, and the mutual information between predictions of acquisition candidates and test samples, known as expected predictive information gain. We develop a comprehensive set of approximations using Fisher information and observed information and derive a unified framework that connects seemingly disparate literature. Although Bayesian methods are often seen as separate from non-Bayesian ones, the sometimes fuzzy notion of "informativeness" expressed in various non-Bayesian objectives leads to the same couple of information quantities, which were, in principle, already known by Lindley (1956) and MacKay (1992).

📄 PDF Abstract BibTeX arXiv:2208.00549

Code (1)

blackhc/2208.00549 공식 구현 pytorch

Tasks

Active LearningInformativeness

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Asymptotic Analysis of Objectives based on Fisher Information in Active Learning

2016-05-27 · Jamshid Sourati, Murat Akcakaya, Todd K. Leen, Deniz Erdogmus 외

Obtaining labels can be costly and time-consuming. Active learning allows a learning algorithm to intelligently query samples to be labeled for efficient learning. Fisher information ratio (FIR) has been used as an objec…

Active Learning

FisherRF: Active View Selection and Uncertainty Quantification for Radiance Fields using Fisher Information

2023-11-29 · Wen Jiang, Boshu Lei, Kostas Daniilidis

This study addresses the challenging problem of active view selection and uncertainty quantification within the domain of Radiance Fields. Neural Radiance Fields (NeRF) have greatly advanced image rendering and reconstru…

NeRFUncertainty Quantification

Advancing Deep Active Learning & Data Subset Selection: Unifying Principles with Information-Theory Intuitions

2024-01-09 · Andreas Kirsch

At its core, this thesis aims to enhance the practicality of deep learning by improving the label and training efficiency of deep learning models. To this end, we investigate data subset selection techniques, specificall…

Active LearningDeep Learning

HodgeRank with Information Maximization for Crowdsourced Pairwise Ranking Aggregation

2017-11-16 · Qianqian Xu, Jiechao Xiong, Xi Chen, Qingming Huang 외

Recently, crowdsourcing has emerged as an effective paradigm for human-powered large scale problem solving in various domains. However, task requester usually has a limited amount of budget, thus it is desirable to have …

Gone Fishing: Neural Active Learning with Fisher Embeddings

2021-06-17 · NeurIPS 2021 12 · Jordan T. Ash, Surbhi Goel, Akshay Krishnamurthy, Sham Kakade

There is an increasing need for effective active learning algorithms that are compatible with deep neural networks. This paper motivates and revisits a classic, Fisher-based active selection objective, and proposes BAIT,…

Active Learning