Affordance-First Decomposition for Continual Learning in Video-Language Understanding
Mengzhu Xu, Hanzhi Liu, Ningkang Peng, Qianyu Chen, Canran Xiao
TL;DR
This work addresses continual video–language learning by separating a slowly varying, interaction-centered affordance substrate from a plastic, query-driven LLM scheduler. It introduces Affordance-First Decomposition (AFD), with a stable affordance head generating tokens and prototypes, and a conflict-aware per-layer router that grows capacity only when needed via rank-expansion. Stability is enforced through weak alignment and teacher consistency on the affordance head, while question-only replay distills knowledge to the LLM scheduler, enabling rehearsal-free adaptation. Empirically, AFD sets new state-of-the-art performance across domain-time incremental VideoQA and ViLCo benchmarks with minimal forgetting, and extensive ablations/analyzes confirm the benefits of the explicit stability/plasticity split and targeted adaptation.
Abstract
Continual learning for video--language understanding is increasingly important as models face non-stationary data, domains, and query styles, yet prevailing solutions blur what should stay stable versus what should adapt, rely on static routing/capacity, or require replaying past videos. We aim to explicitly specify where stability lives and where plasticity should be focused under realistic memory and privacy constraints. We introduce Affordance-First Decomposition (AFD): videos are mapped to slowly varying affordance tokens that form a shared, time-aligned substrate, while a lightweight, query-routed, conflict-aware scheduler concentrates adaptation and grows capacity only when needed. The substrate is stabilized via weak alignment and teacher consistency, and training uses question-only replay. AFD achieves state-of-the-art across protocols: 51.6% average accuracy with -1.8% forgetting on domain-incremental VideoQA, ViLCo R@1@0.5 of 29.6% (MQ) and 20.7% (NLQ) with 18.4% stAP@0.25 (VQ), and 39.5% accuracy with -1.6% forgetting on time-incremental iVQA. Overall, AFD offers an explicit, interpretable split between a stable interaction-centered substrate and targeted adaptation.
