paper-with-me

Papers

On Last-Layer Algorithms for Classification: Decoupling Representation from Uncertainty Estimation

2020-01-22 · Nicolas Brosse, Carlos Riquelme, Alice Martin, Sylvain Gelly, Éric Moulines

Uncertainty quantification for deep learning is a challenging open problem. Bayesian statistics offer a mathematically grounded framework to reason about uncertainties; however, approximate posteriors for modern neural networks still require prohibitive computational costs. We propose a family of algorithms which split the classification task into two stages: representation learning and uncertainty estimation. We compare four specific instances, where uncertainty estimation is performed via either an ensemble of Stochastic Gradient Descent or Stochastic Gradient Langevin Dynamics snapshots, an ensemble of bootstrapped logistic regressions, or via a number of Monte Carlo Dropout passes. We evaluate their performance in terms of \emph{selective} classification (risk-coverage), and their ability to detect out-of-distribution samples. Our experiments suggest there is limited value in adding multiple uncertainty layers to deep classifiers, and we observe that these simple methods strongly outperform a vanilla point-estimate SGD in some complex benchmarks like ImageNet.

📄 PDF Abstract BibTeX arXiv:2001.08049

Code (1)

nbrosse/uncertainties 공식 구현

Tasks

General ClassificationRepresentation LearningUncertainty Quantification

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Decoupling Feature Extraction and Classification Layers for Calibrated Neural Networks

2024-05-02 · Mikkel Jordahn, Pablo M. Olmos

Deep Neural Networks (DNN) have shown great promise in many classification applications, yet are widely known to have poorly calibrated predictions when they are over-parametrized. Improving DNN calibration without compr…

Classificationimage-classificationImage Classification

Temporal Action Localization with Cross Layer Task Decoupling and Refinement

2024-12-12 · Qiang Li, Di Liu, Jun Kong, Sen Li 외

Temporal action localization (TAL) involves dual tasks to classify and localize actions within untrimmed videos. However, the two tasks often have conflicting requirements for features. Existing methods typically employ …

Action ClassificationAction LocalizationTemporal Action Localization

Towards Optimal Customized Architecture for Heterogeneous Federated Learning with Contrastive Cloud-Edge Model Decoupling

2024-03-04 · Xingyan Chen, Tian Du, Mu Wang, Tiancheng Gu 외

Federated learning, as a promising distributed learning paradigm, enables collaborative training of a global model across multiple network edge clients without the need for central data collecting. However, the heterogen…

Federated Learning

Decoupling Localization and Classification in Single Shot Temporal Action Detection

2019-04-16 · Yupan Huang, Qi Dai, Yutong Lu

Video temporal action detection aims to temporally localize and recognize the action in untrimmed videos. Existing one-stage approaches mostly focus on unifying two subtasks, i.e., localization of action proposals and cl…

Action DetectionClassificationGeneral ClassificationTemporal Action Localization

Entropy Guided Extrapolative Decoding to Improve Factuality in Large Language Models

2024-04-14 · Souvik Das, Lifeng Jin, Linfeng Song, Haitao Mi 외

Large language models (LLMs) exhibit impressive natural language capabilities but suffer from hallucination -- generating content ungrounded in the realities of training data. Recent work has focused on decoding techniqu…

Hallucination