paper-with-me

홈 › Papers

Quantifying Uncertainty in Motion Prediction with Variational Bayesian Mixture

2024-04-04 · CVPR 2024 1 · Juanwu Lu, Can Cui, Yunsheng Ma, Aniket Bera, Ziran Wang

Safety and robustness are crucial factors in developing trustworthy autonomous vehicles. One essential aspect of addressing these factors is to equip vehicles with the capability to predict future trajectories for all moving objects in the surroundings and quantify prediction uncertainties. In this paper, we propose the Sequential Neural Variational Agent (SeNeVA), a generative model that describes the distribution of future trajectories for a single moving object. Our approach can distinguish Out-of-Distribution data while quantifying uncertainty and achieving competitive performance compared to state-of-the-art methods on the Argoverse 2 and INTERACTION datasets. Specifically, a 0.446 meters minimum Final Displacement Error, a 0.203 meters minimum Average Displacement Error, and a 5.35% Miss Rate are achieved on the INTERACTION test set. Extensive qualitative and quantitative analysis is also provided to evaluate the proposed model. Our open-source code is available at https://github.com/PurdueDigitalTwin/seneva.

📄 PDF Abstract BibTeX arXiv:2404.03789

Code (1)

purduedigitaltwin/seneva 공식 구현 pytorch

Tasks

Autonomous Vehiclesmotion prediction

Similar Papers 제목 키워드 기반

Variational Bayes: A report on approaches and applications

2019-05-26 · Manikanta Srikar Yellapragada, Chandra Prakash Konkimalla

Deep neural networks have achieved impressive results on a wide variety of tasks. However, quantifying uncertainty in the network's output is a challenging task. Bayesian models offer a mathematical framework to reason a…

Bayesian InferenceContinual Learningreinforcement-learningReinforcement Learning+2

Predictive Uncertainty Quantification with Compound Density Networks

2019-02-04 · Agustinus Kristiadi, Sina Däubener, Asja Fischer

Despite the huge success of deep neural networks (NNs), finding good mechanisms for quantifying their prediction uncertainty is still an open problem. Bayesian neural networks are one of the most popular approaches to un…

Bayesian InferenceUncertainty Quantification

Federated Bayesian Deep Learning: The Application of Statistical Aggregation Methods to Bayesian Models

2024-03-22 · John Fischer, Marko Orescanin, Justin Loomis, Patrick McClure

Federated learning (FL) is an approach to training machine learning models that takes advantage of multiple distributed datasets while maintaining data privacy and reducing communication costs associated with sharing loc…

Federated LearningUncertainty QuantificationVariational Inference

B-PINNs: Bayesian Physics-Informed Neural Networks for Forward and Inverse PDE Problems with Noisy Data

2020-03-13 · Liu Yang, Xuhui Meng, George Em. Karniadakis

We propose a Bayesian physics-informed neural network (B-PINN) to solve both forward and inverse nonlinear problems described by partial differential equations (PDEs) and noisy data. In this Bayesian framework, the Bayes…

Uncertainty QuantificationVariational Inference

Training-Free Bayesianization for Low-Rank Adapters of Large Language Models

2024-12-07 · Haizhou Shi, Yibin Wang, Ligong Han, huan zhang 외

Estimating the uncertainty of responses from Large Language Models (LLMs) remains a critical challenge. While recent Bayesian methods have demonstrated effectiveness in quantifying uncertainty through low-rank weight upd…

Variational Inference