paper-with-me

Papers

Uncertainty-Aware Collaborative System of Large and Small Models for Multimodal Sentiment Analysis

2025-08-27 · Shiqin Han, Manning Gao, Menghua Jiang, Yuncheng Jiang, Haifeng Hu, Sijie Mai arxiv

Multimodal Large Language Models (MLLMs) have notably enhanced the performance of Multimodal Sentiment Analysis (MSA), yet their massive parameter scale leads to excessive resource consumption in training and inference, severely limiting model efficiency. To balance performance and efficiency for MSA, this paper innovatively proposes a novel Uncertainty-Aware Collaborative System (U-ACS) that integrates Uncertainty-aware Baseline Model (UBM) with MLLMs. U-ACS operates in three stages: First, all samples are processed by the UBM, retain high-confidence samples and forward low-confidence samples to the MLLM. Notably, to address the challenge that continuous outputs of regression tasks hinder uncertainty calculation, we innovatively convert the continuous sentiment label prediction task to a classification task, enabling a more accurate calculation of entropy and uncertainty. Second, the MLLM performs initial process. In this stage, high-confidence samples or low-confidence samples whose predictive sentiment polarity matches that of the UBM are deemed acceptable, while unqualified samples are forwarded for further processing. Finally, the MLLM performs secondary inference on remaining low-confidence samples using prompts augmented with prior rounds predictions as references. By aggregating results from the three stages, U-ACS preserves high MSA prediction accuracy while drastically boosting efficiency via offloading most simple samples to the UBM and minimizing MLLM processing volume. Extensive experiments verify that U-ACS maintains superior performance while significantly reducing computational overhead and resource consumption.

📄 PDF Abstract BibTeX arXiv:2509.04459

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal Sentiment Analysis

Similar Papers 제목 키워드 기반

CoE: Collaborative Entropy for Uncertainty Quantification in Agentic Multi-LLM Systems

2026-03-30 · Kangkang Sun, Jun Wu, Jianhua Li, Minyi Guo 외 arxiv

Uncertainty estimation in multi-LLM systems remains largely single-model-centric: existing methods quantify uncertainty within each model but do not adequately capture semantic disagreement across models. To address this…

Multi-output Gaussian Processes for Uncertainty-aware Recommender Systems

2021-06-08 · Yinchong Yang, Florian Buettner

Recommender systems are often designed based on a collaborative filtering approach, where user preferences are predicted by modelling interactions between users and items. Many common approaches to solve the collaborativ…

Collaborative FilteringGaussian ProcessesRecommendation SystemsRepresentation Learning

Real-World Deployment of a Hierarchical Uncertainty-Aware Collaborative Multiagent Planning System

2024-04-26 · Martina Stadler Kurtz, Samuel Prentice, Yasmin Veys, Long Quang 외

We would like to enable a collaborative multiagent team to navigate at long length scales and under uncertainty in real-world environments. In practice, planning complexity scales with the number of agents in the team, w…

Navigate

Collaborative Uncertainty Benefits Multi-Agent Multi-Modal Trajectory Forecasting

2022-07-11 · Bohan Tang, Yiqi Zhong, Chenxin Xu, Wei-Tao Wu 외

In multi-modal multi-agent trajectory forecasting, two major challenges have not been fully tackled: 1) how to measure the uncertainty brought by the interaction module that causes correlations among the predicted trajec…

regressionTask 2Trajectory Forecasting

Fast and Slow Generating: An Empirical Study on Large and Small Language Models Collaborative Decoding

2024-06-18 · Kaiyan Zhang, Jianyu Wang, Ning Ding, Biqing Qi 외

Large Language Models (LLMs) exhibit impressive capabilities across various applications but encounter substantial challenges such as high inference latency, considerable training costs, and the generation of hallucinati…

Hallucination