paper-with-me

Papers

Rate-In: Information-Driven Adaptive Dropout Rates for Improved Inference-Time Uncertainty Estimation

2024-12-10 · CVPR 2025 1 · Tal Zeevi, Ravid Shwartz-Ziv, Yann Lecun, Lawrence H. Staib, John A. Onofrey

Accurate uncertainty estimation is crucial for deploying neural networks in risk-sensitive applications such as medical diagnosis. Monte Carlo Dropout is a widely used technique for approximating predictive uncertainty by performing stochastic forward passes with dropout during inference. However, using static dropout rates across all layers and inputs can lead to suboptimal uncertainty estimates, as it fails to adapt to the varying characteristics of individual inputs and network layers. Existing approaches optimize dropout rates during training using labeled data, resulting in fixed inference-time parameters that cannot adjust to new data distributions, compromising uncertainty estimates in Monte Carlo simulations. In this paper, we propose Rate-In, an algorithm that dynamically adjusts dropout rates during inference by quantifying the information loss induced by dropout in each layer's feature maps. By treating dropout as controlled noise injection and leveraging information-theoretic principles, Rate-In adapts dropout rates per layer and per input instance without requiring ground truth labels. By quantifying the functional information loss in feature maps, we adaptively tune dropout rates to maintain perceptual quality across diverse medical imaging tasks and architectural configurations. Our extensive empirical study on synthetic data and real-world medical imaging tasks demonstrates that Rate-In improves calibration and sharpens uncertainty estimates compared to fixed or heuristic dropout rates without compromising predictive performance. Rate-In offers a practical, unsupervised, inference-time approach to optimizing dropout for more reliable predictive uncertainty estimation in critical applications.

📄 PDF Abstract BibTeX arXiv:2412.07169

Code (1)

code-supplement-25/rate-in 공식 구현 pytorch

Tasks

Medical Diagnosis

Methods 이 논문이 사용한 방법론

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…
Monte Carlo Dropout 설명 없음

Similar Papers 제목 키워드 기반

Dropout Training as Adaptive Regularization

2013-07-04 · NeurIPS 2013 12 · Stefan Wager, Sida Wang, Percy Liang

Dropout and other feature noising schemes control overfitting by artificially corrupting the training data. For generalized linear models, dropout performs a form of adaptive regularization. Using this viewpoint, we show…

Document Classification

Adaptive Dropout with Rademacher Complexity Regularization

2018-01-01 · ICLR 2018 1 · Ke Zhai, Huan Wang

We propose a novel framework to adaptively adjust the dropout rates for the deep neural network based on a Rademacher complexity bound. The state-of-the-art deep learning algorithms impose dropout strategy to prevent fea…

Document Classification

DropoutTS: Sample-Adaptive Dropout for Robust Time Series Forecasting

2026-01-29 · Siru Zhong, Yiqiu Liu, Zhiqing Cui, Zezhi Shao 외 arxiv

Deep time series models are vulnerable to noisy data ubiquitous in real-world applications. Existing robustness strategies either prune data or rely on costly prior quantification, failing to balance effectiveness and ef…

Time Series Forecasting

Provable Generalization Bounds for Deep Neural Networks with Momentum-Adaptive Gradient Dropout

2025-10-21 · Adeel Safder arxiv

Deep neural networks (DNNs) achieve remarkable performance but often suffer from overfitting due to their high capacity. We introduce Momentum-Adaptive Gradient Dropout (MAGDrop), a novel regularization method that dynam…

Handling Students Dropouts in an LLM-driven Interactive Online Course Using Language Models

2025-08-24 · Yuanchun Wang, Yiyang Fu, Jifan Yu, Daniel Zhang-Li 외 arxiv

Interactive online learning environments, represented by Massive AI-empowered Courses (MAIC), leverage LLM-driven multi-agent systems to transform passive MOOCs into dynamic, text-based platforms, enhancing interactivity…