CVMLSep 25, 2024

Parameter-efficient Bayesian Neural Networks for Uncertainty-aware Depth Estimation

arXiv:2409.17085v12 citationsh-index: 32
Originality Synthesis-oriented
AI Analysis

This work addresses uncertainty-aware depth estimation for safety-critical applications, but it is incremental as it adapts existing methods to a specific domain.

The paper tackles the problem of enabling reliable predictive performance and uncertainty quantification in monocular depth estimation for safety-critical domains by combining parameter-efficient fine-tuning methods with Bayesian inference, resulting in more robust and reliable performance.

State-of-the-art computer vision tasks, like monocular depth estimation (MDE), rely heavily on large, modern Transformer-based architectures. However, their application in safety-critical domains demands reliable predictive performance and uncertainty quantification. While Bayesian neural networks provide a conceptually simple approach to serve those requirements, they suffer from the high dimensionality of the parameter space. Parameter-efficient fine-tuning (PEFT) methods, in particular low-rank adaptations (LoRA), have emerged as a popular strategy for adapting large-scale models to down-stream tasks by performing parameter inference on lower-dimensional subspaces. In this work, we investigate the suitability of PEFT methods for subspace Bayesian inference in large-scale Transformer-based vision models. We show that, indeed, combining BitFit, DiffFit, LoRA, and CoLoRA, a novel LoRA-inspired PEFT method, with Bayesian inference enables more robust and reliable predictive performance in MDE.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes