Search papers, labs, and topics across Lattice.
The paper introduces DPC-VQA, a framework that decouples quality perception and residual calibration for efficient adaptation of MLLMs to new video quality assessment (VQA) scenarios. It leverages a frozen MLLM to provide a perceptual prior and employs a lightweight calibration branch to predict residual corrections, avoiding costly retraining. Experiments on UGC and AIGC benchmarks demonstrate competitive performance with significantly fewer trainable parameters (2%) and less MOS label data (20%) compared to conventional MLLM-based VQA methods.
Forget retraining massive models: DPC-VQA shows you can adapt MLLMs to new video quality tasks with just a tiny calibration layer and a fraction of the data.
Recent multimodal large language models (MLLMs) have shown promising performance on video quality assessment (VQA) tasks. However, adapting them to new scenarios remains expensive due to large-scale retraining and costly mean opinion score (MOS) annotations. In this paper, we argue that a pretrained MLLM already provides a useful perceptual prior for VQA, and that the main challenge is to efficiently calibrate this prior to the target MOS space. Based on this insight, we propose DPC-VQA, a decoupling perception and calibration framework for video quality assessment. Specifically, DPC-VQA uses a frozen MLLM to provide a base quality estimate and perceptual prior, and employs a lightweight calibration branch to predict a residual correction for target-scenario adaptation. This design avoids costly end-to-end retraining while maintaining reliable performance with lower training and data costs. Extensive experiments on both user-generated content (UGC) and AI-generated content (AIGC) benchmarks show that DPC-VQA achieves competitive performance against representative baselines, while using less than 2% of the trainable parameters of conventional MLLM-based VQA methods and remaining effective with only 20\% of MOS labels. The code will be released upon publication.