paper-with-me

Papers

Implicit Generative Prior for Bayesian Neural Networks

2024-04-27 · Yijia Liu, Xiao Wang

Predictive uncertainty quantification is crucial for reliable decision-making in various applied domains. Bayesian neural networks offer a powerful framework for this task. However, defining meaningful priors and ensuring computational efficiency remain significant challenges, especially for complex real-world applications. This paper addresses these challenges by proposing a novel neural adaptive empirical Bayes (NA-EB) framework. NA-EB leverages a class of implicit generative priors derived from low-dimensional distributions. This allows for efficient handling of complex data structures and effective capture of underlying relationships in real-world datasets. The proposed NA-EB framework combines variational inference with a gradient ascent algorithm. This enables simultaneous hyperparameter selection and approximation of the posterior distribution, leading to improved computational efficiency. We establish the theoretical foundation of the framework through posterior and classification consistency. We demonstrate the practical applications of our framework through extensive evaluations on a variety of tasks, including the two-spiral problem, regression, 10 UCI datasets, and image classification tasks on both MNIST and CIFAR-10 datasets. The results of our experiments highlight the superiority of our proposed framework over existing methods, such as sparse variational Bayesian and generative models, in terms of prediction accuracy and uncertainty quantification.

📄 PDF Abstract BibTeX arXiv:2404.18008

Code (1)

yjliu7/neural-adaptive-empirical-bayes 공식 구현 pytorch

Tasks

Classification ConsistencyComputational EfficiencyDecision Makingimage-classificationImage ClassificationUncertainty QuantificationVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

The Deep Weight Prior

2018-10-16 · ICLR 2019 5 · Andrei Atanov, Arsenii Ashukha, Kirill Struminsky, Dmitry Vetrov 외

Bayesian inference is known to provide a general framework for incorporating prior knowledge or specific properties into machine learning models via carefully choosing a prior distribution. In this work, we propose a new…

Bayesian InferenceVariational Inference

BIGPrior: Towards Decoupling Learned Prior Hallucination and Data Fidelity in Image Restoration

2020-11-03 · Majed El Helou, Sabine Süsstrunk

Classic image-restoration algorithms use a variety of priors, either implicitly or explicitly. Their priors are hand-designed and their corresponding weights are heuristically assigned. Hence, deep learning methods often…

ColorizationDenoisingHallucinationImage Colorization+2

Stochastic full waveform inversion with deep generative prior for uncertainty quantification

2024-06-07 · Yuke Xie, Hervé Chauris, Nicolas Desassis

To obtain high-resolution images of subsurface structures from seismic data, seismic imaging techniques such as Full Waveform Inversion (FWI) serve as crucial tools. However, FWI involves solving a nonlinear and often no…

Bayesian InferenceSeismic ImagingUncertainty QuantificationVariational Inference

TrackDiffuser: Nearly Model-Free Bayesian Filtering with Diffusion Model

2025-02-08 · Yangguang He, Wenhao Li, Minzhe Li, Juan Zhang 외

State estimation remains a fundamental challenge across numerous domains, from autonomous driving, aircraft tracking to quantum system control. Although Bayesian filtering has been the cornerstone solution, its classical…

Autonomous DrivingmodelState Estimation

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