paper-with-me

Papers

Bayesian Uncertainty Quantification with Anchored Ensembles for Robust EV Power Consumption Prediction

2025-11-09 · Ghazal Farhani, Taufiq Rahman, Kieran Humphries arxiv

Accurate EV power estimation underpins range prediction and energy management, yet practitioners need both point accuracy and trustworthy uncertainty. We propose an anchored-ensemble Long Short-Term Memory (LSTM) with a Student-t likelihood that jointly captures epistemic (model) and aleatoric (data) uncertainty. Anchoring imposes a Gaussian weight prior (MAP training), yielding posterior-like diversity without test-time sampling, while the t-head provides heavy-tailed robustness and closed-form prediction intervals. Using vehicle-kinematic time series (e.g., speed, motor RPM), our model attains strong accuracy: RMSE 3.36 +/- 1.10, MAE 2.21 +/- 0.89, R-squared = 0.93 +/- 0.02, explained variance 0.93 +/- 0.02, and delivers well-calibrated uncertainty bands with near-nominal coverage. Against competitive baselines (Student-t MC dropout; quantile regression with/without anchoring), our method matches or improves log-scores while producing sharper intervals at the same coverage. Crucially for real-time deployment, inference is a single deterministic pass per ensemble member (or a weight-averaged collapse), eliminating Monte Carlo latency. The result is a compact, theoretically grounded estimator that couples accuracy, calibration, and systems efficiency, enabling reliable range estimation and decision-making for production EV energy management.

📄 PDF Abstract BibTeX arXiv:2511.06538

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bayesian Inference with Anchored Ensembles of Neural Networks, and Application to Exploration in Reinforcement Learning

2018-05-29 · Tim Pearce, Nicolas Anastassacos, Mohamed Zaki, Andy Neely

The use of ensembles of neural networks (NNs) for the quantification of predictive uncertainty is widespread. However, the current justification is intuitive rather than analytical. This work proposes one minor modificat…

Bayesian Inferencereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Stein Variational Newton Neural Network Ensembles

2024-11-04 · Klemens Flöge, Mohammed Abdul Moeed, Vincent Fortuin

Deep neural network ensembles are powerful tools for uncertainty quantification, which have recently been re-interpreted from a Bayesian perspective. However, current methods inadequately leverage second-order informatio…

Bayesian InferenceUncertainty Quantification

SAE: Sequential Anchored Ensembles

2021-12-30 · Arnaud Delaunoy, Gilles Louppe

Computing the Bayesian posterior of a neural network is a challenging task due to the high-dimensionality of the parameter space. Anchored ensembles approximate the posterior by training an ensemble of neural networks on…

Deep Ensembles from a Bayesian Perspective

2021-05-27 · Lara Hoffmann, Clemens Elster

Deep ensembles can be considered as the current state-of-the-art for uncertainty quantification in deep learning. While the approach was originally proposed as a non-Bayesian technique, arguments supporting its Bayesian …

Uncertainty Quantification

bde: A Python Package for Bayesian Deep Ensembles via MILE

2026-05-13 · Vyron Arvanitis, Angelos Aslanidis, Emanuel Sommer, David Rügamer arxiv

bde is a user-friendly Python package for Bayesian Deep Ensembles with a particular focus on tabular data. Built on an efficient JAX implementation of the sampling-based inference method Microcanonical Langevin Ensembles…