paper-with-me

홈 › Papers

Shedding Light on Large Generative Networks: Estimating Epistemic Uncertainty in Diffusion Models

2024-06-05 · Lucas Berry, Axel Brando, David Meger

Generative diffusion models, notable for their large parameter count (exceeding 100 million) and operation within high-dimensional image spaces, pose significant challenges for traditional uncertainty estimation methods due to computational demands. In this work, we introduce an innovative framework, Diffusion Ensembles for Capturing Uncertainty (DECU), designed for estimating epistemic uncertainty for diffusion models. The DECU framework introduces a novel method that efficiently trains ensembles of conditional diffusion models by incorporating a static set of pre-trained parameters, drastically reducing the computational burden and the number of parameters that require training. Additionally, DECU employs Pairwise-Distance Estimators (PaiDEs) to accurately measure epistemic uncertainty by evaluating the mutual information between model outputs and weights in high-dimensional spaces. The effectiveness of this framework is demonstrated through experiments on the ImageNet dataset, highlighting its capability to capture epistemic uncertainty, specifically in under-sampled image classes.

📄 PDF Abstract BibTeX arXiv:2406.18580

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Epistemic Injustice in Generative AI

2024-08-21 · Jackie Kay, Atoosa Kasirzadeh, Shakir Mohamed

This paper investigates how generative AI can potentially undermine the integrity of collective knowledge and the processes we rely on to acquire, assess, and trust information, posing a significant threat to our knowled…

MisinformationPhilosophy

Uncertainty Decomposition and Error Margin Detection of Homodyned-K Distribution in Quantitative Ultrasound

2024-09-17 · Dorsa Ameri, Ali K. Z. Tehrani, Ivan M. Rosado-Mendez, Hassan Rivaz

Homodyned K-distribution (HK-distribution) parameter estimation in quantitative ultrasound (QUS) has been recently addressed using Bayesian Neural Networks (BNNs). BNNs have been shown to significantly reduce computation…

parameter estimation

Under Frequency Load Shedding based on PMU Estimates of Frequency and ROCOF

2018-05-02

The paper describes a distributed under-frequency load shedding and load restoration scheme, that exploits frequency and Rate-of-Change-of-Frequency (ROCOF) measurements produced by Phasor Measurement Units (PMUs) as det…

Query The Agent: Improving sample efficiency through epistemic uncertainty estimation

2022-10-05 · Julian Alverio, Boris Katz, Andrei Barbu

Curricula for goal-conditioned reinforcement learning agents typically rely on poor estimates of the agent's epistemic uncertainty or fail to consider the agents' epistemic uncertainty altogether, resulting in poor sampl…

reinforcement-learningReinforcement Learning (RL)

Estimating Risk and Uncertainty in Deep Reinforcement Learning

2019-05-23 · William R. Clements, Bastien Van Delft, Benoît-Marie Robaglia, Reda Bahi Slaoui 외

Reinforcement learning agents are faced with two types of uncertainty. Epistemic uncertainty stems from limited data and is useful for exploration, whereas aleatoric uncertainty arises from stochastic environments and mu…

Bayesian InferenceDeep Reinforcement LearningDistributional Reinforcement LearningEfficient Exploration+3