paper-with-me

Papers

Q-Router: Agentic Video Quality Assessment with Expert Model Routing and Artifact Localization

2025-10-09 · Shuo Xing, Soumik Dey, Mingyang Wu, Ashirbad Mishra, Naveen Ravipati, Binbin Li, Hansi Wu, Zhengzhong Tu arxiv

Video quality assessment (VQA) is a fundamental computer vision task that aims to predict the perceptual quality of a given video in alignment with human judgments. Existing performant VQA models trained with direct score supervision suffer from (1) poor generalization across diverse content and tasks, ranging from user-generated content (UGC), short-form videos, to AI-generated content (AIGC), (2) limited interpretability, and (3) lack of extensibility to novel use cases or content types. We propose Q-Router, an agentic framework for universal VQA with a multi-tier model routing system. Q-Router integrates a diverse set of expert models and employs vision--language models (VLMs) as real-time routers that dynamically reason and then ensemble the most appropriate experts conditioned on the input video semantics. We build a multi-tiered routing system based on the computing budget, with the heaviest tier involving a specific spatiotemporal artifacts localization for interpretability. This agentic design enables Q-Router to combine the complementary strengths of specialized experts, achieving both flexibility and robustness in delivering consistent performance across heterogeneous video sources and tasks. Extensive experiments demonstrate that Q-Router matches or surpasses state-of-the-art VQA models on a variety of benchmarks, while substantially improving generalization and interpretability. Moreover, Q-Router excels on the quality-based question answering benchmark, Q-Bench-Video, highlighting its promise as a foundation for next-generation VQA systems. Finally, we show that Q-Router capably localizes spatiotemporal artifacts, showing potential as a reward function for post-training video generation models.

📄 PDF Abstract BibTeX arXiv:2510.08789

Code (0)

등록된 구현이 없습니다.

Tasks

Video Quality AssessmentQuestion AnsweringVideo Generation

Similar Papers 제목 키워드 기반

Investigating the Potential of Large Language Model-Based Router Multi-Agent Architectures for Foundation Design Automation: A Task Classification and Expert Selection Study

2025-06-13 · Sompote Youwai, David Phim, Vianne Gayl Murcia, Rianne Clair Onas

This study investigates router-based multi-agent systems for automating foundation design calculations through intelligent task classification and expert selection. Three approaches were evaluated: single-agent processin…

Language ModelingLanguage ModellingLarge Language ModelMathematical Reasoning

TimeRouter: Efficient and Adaptive Routing of Time-Series Foundation Models

2026-06-10 · Kanghui Ning, Yushan Jiang, Kashif Rasul, Anderson Schneider 외 arxiv

Time-series foundation models (TSFMs) are increasingly explored as predictive experts within emerging agentic time-series systems. However, TSFMs exhibit heterogeneous inductive biases, and no single model consistently d…

MoA-VR: A Mixture-of-Agents System Towards All-in-One Video Restoration

2025-10-09 · Lu Liu, Chunlei Cai, Shaocheng Shen, Jianfeng Liang 외 arxiv

Real-world videos often suffer from complex degradations, such as noise, compression artifacts, and low-light distortions, due to diverse acquisition and transmission conditions. Existing restoration methods typically re…

Video Quality AssessmentVideo Restoration

Phase-Aware Mixture of Experts for Agentic Reinforcement Learning

2026-02-19 · Shengtian Yang, Yu Li, Shuo He, Yewen Li 외 arxiv

Reinforcement learning (RL) has equipped LLM agents with a strong ability to solve complex tasks. However, existing RL methods normally use a \emph{single} policy network, causing \emph{simplicity bias} where simple task…

Reinforcement Learning

Grouter: Decoupling Routing from Representation for Accelerated MoE Training

2026-02-22 · Yuqi Xu, Rizhen Hu, Zihan Liu, Mou Sun 외 arxiv

Traditional Mixture-of-Experts (MoE) training typically proceeds without any structural priors, effectively requiring the model to simultaneously train expert weights while searching for an optimal routing policy within …