Geo Ahn, Inwoong Lee, Taeoh Kim, Minho Shim, Dongyoon Wee, Jinwoo Choi
3 min
Zero-Shot Compositional Action Recognition (ZS-CAR) requires models to recognize novel combinations of verbs and objects (e.g., 'opening a drawer') that were never seen together during training. A persistent failure mode is that models learn 'object-driven shortcuts,' where the presence of a familiar object (like a drawer) triggers a prediction for a frequent verb (like 'closing') regardless of the actual temporal motion in the video. This paper investigates why these shortcuts occur and how to force models to rely on temporal cues instead.
The authors diagnose the problem by analyzing two root causes: sparse compositional supervision (skewed training data) and the inherent difficulty gap where objects are easier to recognize than verbs. They introduce two diagnostic metrics—False Seen Prediction (FSP) and False Co-occurrence Prediction (FCP)—to quantify how often models collapse unseen inputs into frequent, seen training pairs.
To address these issues, they propose Robust COmpositional REpresentations (RCORE), which consists of two main components:
The study demonstrates that current state-of-the-art models, including those using advanced video-pretrained backbones, exhibit significant shortcut reliance. The diagnostic metrics reveal that when models fail on unseen compositions, they frequently 'collapse' to the most common verb associated with the detected object. By applying RCORE, the authors show a consistent reduction in these shortcut diagnostics across two datasets (Sth-com and EK100-com), leading to improved generalization on unseen verb-object compositions.
This work highlights a critical limitation in current video understanding models: they often act as 'object detectors' rather than 'action recognizers.' By providing a diagnostic framework to measure this bias and a regularization method to counteract it, the paper offers a path toward more robust, temporally-aware video models that can truly generalize to novel actions in real-world settings.
Zero-Shot Compositional Action Recognition (ZS-CAR) requires recognizing novel verb-object combinations composed of previously observed primitives. In this work, we tackle a key failure mode: models predict verbs via object-driven shortcuts (i.e., relying on the labeled object class) rather than temporal evidence. We argue that sparse compositional supervision and verb-object learning asymmetry can promote object-driven shortcut learning. Our analysis with proposed diagnostic metrics shows that existing methods overfit to training co-occurrence patterns and underuse temporal verb cues, resulting in weak generalization to unseen compositions. To address object-driven shortcuts, we propose Robust COmpositional REpresentations (RCORE) with two components. Co-occurrence Prior Regularization (CPR) adds explicit supervision for unseen compositions and regularizes the model against frequent co-occurrence priors by treating them as hard negatives. Temporal Order Regularization for Composition (TORC) enforces temporal-order sensitivity to learn temporally grounded verb representations. Across Sth-com and EK100-com, RCORE reduces shortcut diagnostics and consequently improves compositional generalization.
Alex: That's the logic. And to verify it's working, the researchers developed what they call Shortcut Diagnostics — tools that measure how often a model falls back on object recognition instead of motion understanding. As the regularization methods take effect, the model stops defaulting to those familiar pairs and starts handling actions it hasn't encountered before.
Sam: So the diagnostic isn't just measuring accuracy — it's revealing whether the model is actually learning the right thing for the right reasons.
Alex: Which matters a great deal for reliability. A model that gets the right answer by accident — because it memorised a pattern — will fail the moment it encounters something slightly different. What this research is pushing toward is a model that understands motion the way a person does: by watching what actually changes over time, not by guessing from context.
Sam: That's a more honest kind of intelligence.
Alex: It is. And it's a meaningful step toward AI systems that can be trusted in real environments, where drawers get opened and closed, and the difference genuinely matters. Thanks for listening to ResearchPod.