VIOLA: Towards Video In-Context Learning with Minimal Annotations
Ryo Fujii, Hideo Saito, Ryo Hachiuma
TL;DR
VIOLA tackles the practical challenge of adapting video-capable Multimodal LLMs under sparse supervision. It introduces a unified SSAL-inspired pipeline with density-uncertainty-weighted selective annotation, in-context pseudo-annotation, and confidence-aware retrieval and prompting to form a reliable hybrid demonstration pool for inference. Across nine diverse datasets and four MLLMs, VIOLA yields substantial gains over zero-shot and existing baselines, especially at low annotation budgets, highlighting its robustness and practical impact for real-world deployment. The approach provides a concrete, low-cost strategy for domain adaptation of video-language models in industrial, medical, and surveillance contexts.
Abstract
Generalizing Multimodal Large Language Models (MLLMs) to novel video domains is essential for real-world deployment but remains challenging due to the scarcity of labeled data. While In-Context Learning (ICL) offers a training-free adaptation path, standard methods rely on large annotated pools, which are often impractical in specialized environments like industrial or surgical settings since they require the experts' annotations. To bridge this gap, we introduce VIOLA (Video In-cOntext Learning with minimal Annotation), a label-efficient framework that synergizes minimal expert supervision with abundant unlabeled data. First, to maximize the efficiency of a strict annotation budget, we propose density-uncertainty-weighted sampling. Unlike standard diversity or uncertainty strategies that risk selecting visual outliers, our method leverages density estimation to identify samples that are simultaneously diverse, representative, and informative. Second, to utilize the remaining unlabeled data without noise propagation, we construct a hybrid pool and introduce confidence-aware retrieval and confidence-aware prompting. These mechanisms explicitly model label reliability, retrieving demonstrations based on a composite score of similarity and confidence while enabling the MLLM to adaptively distinguish between verified ground truths and noisy pseudo-labels. Extensive experiments across nine diverse benchmarks using four MLLMs demonstrate that our framework significantly outperforms various baselines in low-resource settings, achieving robust adaptation with minimal annotation costs.
