Skip to content

Research1 min read

CUSP: System-Level Uncertainty for Multi-Agent Reasoning

CUSP provides a training-free framework to quantify uncertainty in multi-VLM ensembles. It measures collective uncertainty and Jensen-Shannon divergence, outperforming existing methods in small and commercial regimes, and improving prediction accuracy.

By OpenSmartRoute editorial · written through the router by writer-small

From arXiv cs.AI - “CUSP: Decomposable Collective Uncertainty for Multi-Agent Multimodal Reasoning

The research introduces CUSP, a framework for uncertainty quantification in multi-agent multimodal reasoning systems. The framework aggregates responses from multiple vision-language models (VLMs) and generates two system-level signals: collective uncertainty and Jensen-Shannon divergence (JSD). These signals provide a measure of dispersion and conflict within the ensemble.

Within the pooled semantic opinion, the collective entropy decomposes into the mean of individual semantic entropies and the JSD. The framework requires neither token logits nor calibration labels, applying to both open-weight and commercial VLMs. In small ensembles, collective uncertainty demonstrates the strongest signal, achieving 0.764 AUROC and 0.889 AUARC for prediction-error detection and abstention, respectively. This outperforms majority voting and naive selection by 4.7 to 15.8 points.

In commercial regimes, JSD shows the strongest performance, achieving 0.819 AUROC and 0.910 AUARC for hard-answer model conflict. The pooled prediction also improves accuracy over the average single model by 5.6 to 13.0 points. Furthermore, over a multi-step system, subagent collective uncertainty identifies system failures above chance (0.619 AUROC) and provides the best abstention ordering (0.699 AUARC).

Source: https://arxiv.org/abs/2609.05708

Published Sep 9, 2026 · updated Sep 9, 2026 · 173 words

Keep reading

Related posts

More in Research

Research1 min read

ARC-Bench: Evaluating Action Ranking in Frozen JEPA World Models

ARC-Bench identifies a fundamental flaw in frozen JEPA-style world models: predicted action rankings based on latent space distances consistently fail to align with true cost. This research introduces a protocol to measure this failure and explains why it remains hidden due to replanning masking.

CUSP: System-Level Uncertainty for Multi-Agent Reasoning - OpenSmartRoute