Why Can't I Open My Drawer? Mitigating Object-Driven Shortcuts in Zero-Shot Compositional Action Recognition
Summary
This paper investigates object-driven shortcuts that hinder compositional generalization in zero-shot compositional action recognition, proposing RCORE to mitigate verb-collapse and improve unseen composition generalization.
View Cached Full Text
Cached at: 07/10/26, 06:15 AM
Paper page - Why Can’t I Open My Drawer? Mitigating Object-Driven Shortcuts in Zero-Shot Compositional Action Recognition
Source: https://huggingface.co/papers/2601.16211 TL;DR: We quantify how object-driven shortcuts sabotage compositional generalization in video understanding.
A model that has seen “Open Window” and “Close Drawer” should be able to recognize “Open Drawer”—an unseen yet plausible verb–object combination. But we found that when existing models fail, it’s mostly a verb-collapse phenomenon: they get the object right and the verb wrong. The model simply assumes the verb that is most often paired with that object in training and thus fails to generalize to unseen compositions.
We show that these object-driven shortcuts are not a matter of insufficient model capacity or pretrained knowledge. They stem from two intertwined, structural problems: (i) sparse compositional supervision and (ii) the learning asymmetry between verbs and objects (objects are simply easier to learn than verbs). We prove this empirically, and we further propose a suite of diagnostic tools that measure exactly how far a model overfits to co-occurrence statistics.
Our diagnostic-driven fix—RCORE (Robust COmpositional REpresentations)—directly mitigates both root causes and delivers consistent gains in unseen-composition generalization across multiple benchmarks.
Similar Articles
CORE: Conflict-Oriented Reasoning for General Multimodal Manipulation Detection
Proposes the CORE framework that endows multimodal large language models with explicit conflict-capturing capability for generalizable manipulation detection, adapting to unseen manipulation types with few or zero samples.
Object-Centric Residual RL for Zero-Shot Sim-to-Real VLA Enhancement
An object-centric residual reinforcement learning framework enhances zero-shot sim-to-real transfer for vision-language-action models, improving success rates from 42% to 76% on manipulation tasks without real-world training.
Shortcut Solutions Learned by Transformers Impair Continual Compositional Reasoning
This research paper investigates how shortcut solutions learned by Transformer models, specifically BERT, impair their ability to perform continual compositional reasoning. It contrasts BERT with ALBERT, finding that ALBERT's recurrent nature offers better inductive bias for continual learning tasks.
Holographic Memory for Zero-Shot Compositional Reasoning in Knowledge Graphs: A Mechanistic Study of Where and Why It Fails
This paper investigates holographic reduced representations for zero-shot compositional reasoning in knowledge graphs, finding that while single-hop performance is strong, composition fails due to retrieval capacity and interference effects in the superposed memory, not the bind-unbind algebra.
HRO: Hierarchical Room-to-Object Framework for Zero-Shot Object Goal Navigation with Large Language Models
Proposes HRO, a hierarchical LLM-driven framework for zero-shot object goal navigation that mimics human coarse-to-fine spatial reasoning, achieving superior success rate and generalization on Gibson and HM3D datasets.