paper-with-me

Papers

Resolving label uncertainty with implicit posterior models

2022-02-28 · Esther Rolf, Nikolay Malkin, Alexandros Graikos, Ana Jojic, Caleb Robinson, Nebojsa Jojic

We propose a method for jointly inferring labels across a collection of data samples, where each sample consists of an observation and a prior belief about the label. By implicitly assuming the existence of a generative model for which a differentiable predictor is the posterior, we derive a training objective that allows learning under weak beliefs. This formulation unifies various machine learning settings; the weak beliefs can come in the form of noisy or incomplete labels, likelihoods given by a different prediction mechanism on auxiliary input, or common-sense priors reflecting knowledge about the structure of the problem at hand. We demonstrate the proposed algorithms on diverse problems: classification with negative training examples, learning from rankings, weakly and self-supervised aerial imagery segmentation, co-segmentation of video frames, and coarsely supervised text classification.

📄 PDF Abstract BibTeX arXiv:2202.14000

Code (1)

estherrolf/implicit-posterior 공식 구현 pytorch

Tasks

Common Sense ReasoningSegmentationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Resolving label uncertainty with implicit generative models

2021-09-29 · Esther Rolf, Nikolay Malkin, Alexandros Graikos, Ana Jojic 외

In prediction problems, coarse and imprecise sources of input can provide rich information about labels, but are not readily used by discriminative learners. In this work, we propose a method for jointly inferring labels…

Common Sense ReasoningSegmentationtext-classificationText Classification

Martingale Posterior Neural Processes

2023-04-19 · Hyungi Lee, Eunggu Yun, Giung Nam, Edwin Fong 외

A Neural Process (NP) estimates a stochastic process implicitly defined with neural networks given a stream of data, rather than pre-specifying priors already known, such as Gaussian processes. An ideal NP would learn ev…

Bayesian InferenceGaussian Processes

Generative Posterior Networks for Approximately Bayesian Epistemic Uncertainty Estimation

2023-12-29 · Melrose Roderick, Felix Berkenkamp, Fatemeh Sheikholeslami, Zico Kolter

In many real-world problems, there is a limited set of training data, but an abundance of unlabeled data. We propose a new method, Generative Posterior Networks (GPNs), that uses unlabeled data to estimate epistemic unce…

Flexible Bayesian Last Layer Models Using Implicit Priors and Diffusion Posterior Sampling

2024-08-07 · Jian Xu, Zhiqi Lin, Shigui Li, Min Chen 외

Bayesian Last Layer (BLL) models focus solely on uncertainty in the output layer of neural networks, demonstrating comparable performance to more complex Bayesian models. However, the use of Gaussian priors for last laye…

Computational EfficiencyOut-of-Distribution DetectionUncertainty Quantification

Thompson Sampling via Local Uncertainty

2019-10-30 · ICML 2020 1 · Zhendong Wang, Mingyuan Zhou

Thompson sampling is an efficient algorithm for sequential decision making, which exploits the posterior uncertainty to address the exploration-exploitation dilemma. There has been significant recent interest in integrat…

Decision MakingMulti-Armed BanditsSequential Decision MakingThompson Sampling+1