Cross-Modal Bayesian Low-Rank Adaptation for Uncertainty-Aware Multimodal Learning

arXiv cs.LG / 4/21/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper argues that common PEFT approaches are mostly deterministic and unimodal, which can be inadequate for low-resource multimodal tasks where predictive uncertainty and cross-modal reliability are important.
  • It introduces CALIBER, a multimodal uncertainty-aware PEFT framework for audio-text learning that conditions a Bayesian low-rank adapter’s variational posterior on token-level text-audio cross-attention.
  • CALIBER uses text-derived low-rank features to attend to frame-level audio embeddings to create localized acoustic context that modulates both the mean and variance of a stochastic latent matrix inside a rank-r adapter space.
  • By restricting stochasticity to a compact low-dimensional latent component, CALIBER aims to preserve PEFT’s efficiency and scalability while producing heteroscedastic uncertainty estimates across modalities.
  • Experiments on multiple text and audio backbone combinations show CALIBER matches or improves text-only Bayesian PEFT and standard multimodal transfer baselines, with token-level cross-attention delivering the most consistent improvements.

Abstract

Large pre-trained language models are increasingly adapted to downstream tasks using parameter-efficient fine-tuning (PEFT), but existing PEFT methods are typically deterministic and unimodal, making them poorly suited for low-resource multimodal settings where predictive uncertainty and cross-modal reliability both matter. We introduce CALIBER (Context-Aware Low-rank Inference with Bayesian Embedding Regularization), a multimodal uncertainty-aware PEFT framework for audio-text learning. CALIBER extends Bayesian low-rank adaptation by conditioning the variational posterior in the adapter space on per-layer, token-level text-audio cross-attention. Specifically, text-derived low-rank features attend to frame-level audio embeddings to produce localized acoustic context, which then modulates the mean and variance of a compact stochastic latent matrix within the rank-r adapter space. This design treats audio not only as an additional feature source, but as a contextual reliability signal that shapes both adaptation and confidence. By confining stochasticity to a low-dimensional latent component, CALIBER retains the computational efficiency and scalability of PEFT while enabling heteroscedastic multimodal uncertainty estimation. Experimental results across diverse text and audio backbones show that CALIBER consistently matches or improves upon text-only Bayesian PEFT and conventional multimodal transfer-learning baselines, with token-level cross-attention yielding the most consistent gains. Our findings demonstrate that localized cross-modal conditioning is an effective and lightweight mechanism for uncertainty-aware multimodal adaptation.

Cross-Modal Bayesian Low-Rank Adaptation for Uncertainty-Aware Multimodal Learning | AI Navigate