COPRA: Conditional Parameter Adaptation with Reinforcement Learning for Video Anomaly Detection

Darryl Cherian Jacob, Xinyu Liu, Kai Wang, Pan He

arXiv:2605.15325 · 2026-05-18 공개 · arXiv · PDF

reinforcement-learning vision-language-models video-understanding distribution-shift cross-domain context-aware video-anomaly-detection parameter-updates

Abstract

Vision-language models (VLMs) have shown strong performance in video anomaly detection (VAD) while providing interpretable predictions. However, existing VLM-based VAD methods suffer from a fundamental mismatch between training and inference in both data distribution and model configuration. First, most approaches rely on static post-training adaptation, limiting generalization under distribution shifts such as unseen environments or anomaly types. Second, they train VLMs on sparse frames from long videos, but perform inference on densely sampled short segments, creating inconsistencies between training and testing. To address these limitations, we propose COPRA, a conditional parameter adaptation framework for VLM-based VAD. Instead of fixed prompts or shared parameter updates, COPRA generates input-specific parameter updates to dynamically adapt a frozen VLM for each video segment during both training and inference. Experiments show strong performance on standard VAD benchmarks, consistently outperforming static baselines in both in-domain and cross-domain settings. Moreover, COPRA generalizes beyond VAD to unseen tasks such as multiple-choice Video Question Answering and Dense Captioning. These results highlight COPRA as an effective weight-space generation framework for scalable, adaptive, and context-aware video understanding. The code will be released at https://github.com/THE-MALT-LAB/COPRA

한국어 요약

📋 한 줄 요약

**[비디오 이상 탐지 / VLM]** 강화학습으로 입력별 파라미터 업데이트를 생성해 동결된 VLM을 비디오 세그먼트마다 동적으로 적응시키는 COPRA.

🎯 핵심 기여도

💡 핵심 아이디어

VLM 기반 VAD는 두 가지 학습-추론 불일치를 겪는다: (1) 미지 환경/이상 유형 등 분포 이동에 대한 일반화 한계, (2) 학습은 sparse 프레임, 추론은 dense 세그먼트라는 샘플링 불일치. COPRA는 매 세그먼트마다 RL로 생성되는 입력 조건부 파라미터를 통해 두 문제를 동시에 해결한다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: 가중치 공간 생성 프레임워크로 VAD뿐 아니라 다양한 비디오 이해 태스크에 확장 가능한 적응형 패러다임을 제시한다. **한계**: 입력별 파라미터 생성기 학습은 RL 안정성과 추가 연산 비용을 요구하며, 매우 긴 비디오에서의 효율성은 추가 연구가 필요하다.

🚀 실용적 활용