{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-16211","title":"Why Can't I Open My Drawer? Mitigating Object-Driven Shortcuts in Zero-Shot Compositional Action Recognition","arxiv_id":"2601.16211","date":"2026-01-22","proceeding":null,"authors":["Geo Ahn","Inwoong Lee","Taeoh Kim","Minho Shim","Dongyoon Wee","Jinwoo Choi"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2601.16211","url_pdf":"https://arxiv.org/pdf/2601.16211","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2601.16211","atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.16211"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/KHU-VLL/RCORE","reach":null}],"summary":{"ran_draft_wrong":2,"unverified":7},"by_repo_kind":{"found_in_text":{"samples":9,"ran":2,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":9,"samples":[{"code_sha256_prefix":"d919ae32e5e4e616","entry":"get_pairs","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"custom_clip/simple_tokenizer.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/custom_clip/simple_tokenizer.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d919ae32e5e4e616"}},{"code_sha256_prefix":"9542161e9640b858","entry":"whitespace_clean","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"custom_clip/simple_tokenizer.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/custom_clip/simple_tokenizer.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9542161e9640b858"}},{"code_sha256_prefix":"58149cc1cfb6b50c","entry":"build_model","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"custom_clip/model.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/custom_clip/model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"58149cc1cfb6b50c"}},{"code_sha256_prefix":"5b1a884852c840e2","entry":"cal_accs","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"engine/evaluate_helper.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/engine/evaluate_helper.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"5b1a884852c840e2"}},{"code_sha256_prefix":"43d77d074ad9e997","entry":"cal_accs_with_component_logits","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"engine/evaluate_helper.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/engine/evaluate_helper.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"43d77d074ad9e997"}},{"code_sha256_prefix":"b5d43a2ad73d7b83","entry":"get_state_dict","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"engine/train_comp_engine.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/engine/train_comp_engine.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"b5d43a2ad73d7b83"}},{"code_sha256_prefix":"cf30627ae249d124","entry":"hsic_loss","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"utils/loss.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/utils/loss.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"cf30627ae249d124"}},{"code_sha256_prefix":"c22a78c25372b59f","entry":"load","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"custom_clip/clip.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/custom_clip/clip.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"c22a78c25372b59f"}},{"code_sha256_prefix":"9157a56252b98f69","entry":"loss_calu","repo":"KHU-VLL/RCORE","repo_kind":"found_in_text","path":"utils/loss.py","file_url":"https://github.com/KHU-VLL/RCORE/blob/HEAD/utils/loss.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"9157a56252b98f69"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CV","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}