paper-with-me

홈 › Papers

IDSelect: A RL-Based Cost-Aware Selection Agent for Video-based Multi-Modal Person Recognition

2026-02-22 · Yuyang Ji, Yixuan Shen, Kien Nguyen, Lifeng Zhou, Feng Liu arxiv

Video-based person recognition achieves robust identification by integrating face, body, and gait. However, current systems waste computational resources by processing all modalities with fixed heavyweight ensembles regardless of input complexity. To address these limitations, we propose IDSelect, a reinforcement learning-based cost-aware selector that chooses one pre-trained model per modality per-sequence to optimize the accuracy-efficiency trade-off. Our key insight is that an input-conditioned selector can discover complementary model choices that surpass fixed ensembles while using substantially fewer resources. IDSelect trains a lightweight agent end-to-end using actor-critic reinforcement learning with budget-aware optimization. The reward balances recognition accuracy with computational cost, while entropy regularization prevents premature convergence. At inference, the policy selects the most probable model per modality and fuses modality-specific similarities for the final score. Extensive experiments on challenging video-based datasets demonstrate IDSelect's superior efficiency: on CCVID, it achieves 95.9% Rank-1 accuracy with 92.4% less computation than strong baselines while improving accuracy by 1.8%; on MEVID, it reduces computation by 41.3% while maintaining competitive performance.

📄 PDF Abstract BibTeX arXiv:2602.18990

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

When Knowledge Is Not Free: Cost-Aware Evidence Selection in Retrieval-Augmented Generation

2026-06-01 · Mingyan Wu, Han Yang, Omer Ben-Porat, Yftah Ziser arxiv

Retrieval-Augmented Generation (RAG) typically assumes that external knowledge is free, but many high-quality sources are paywalled, licensed, restricted, or otherwise costly to access. We introduce cost-aware RAG, a set…

Learning Question-Aware Keyframe Selection with Synthetic Supervision for Video Question Answering

2026-03-16 · Minchan Kwon, Hyounguk Shon, Junmo Kim arxiv

Large multimodal models (LMMs) have recently demonstrated remarkable performance in video question answering (VideoQA), yet reasoning over video remains challenging due to high inference cost and diluted information. Key…

Video Question Answering

Hybrid Active Learning via Deep Clustering for Video Action Detection

2023-01-01 · CVPR 2023 1 · Aayush J. Rana, Yogesh S. Rawat

In this work, we focus on reducing the annotation cost for video action detection which requires costly frame-wise dense annotations. We study a novel hybrid active learning (AL) strategy which performs efficient lab…

Action DetectionActive LearningClusteringDeep Clustering+3

Beyond the Single Camera: Agentic Multi-View Reasoning in Sports Video Understanding

2026-07-13 · Kerui Chen, Jinglu Wang, Xiaoyi Zhang, Yan Lu arxiv

Recent Multimodal Large Language Models (MLLMs) achieve strong performance on single-view video understanding benchmarks. However, sports videos involve dense occlusion, rapid motion, and complex interactions that are di…

FUSE : Failure-aware Usage of Subagent Evidence for MultiModal Search and Recommendation

2025-11-15 · Tushar Vatsa, Vibha Belavadi, Priya Shanmugasundaram, Suhas Suresha 외 arxiv

Multimodal creative assistants decompose user goals and route tasks to subagents for layout, styling, retrieval, and generation. Retrieval quality is pivotal, yet failures can arise at several stages: understanding user …