{"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/cater-a-diagnostic-dataset-for-compositional","title":"CATER: A diagnostic dataset for Compositional Actions and TEmporal Reasoning","arxiv_id":"1910.04744","date":"2019-10-10","proceeding":null,"authors":["Rohit Girdhar","Deva Ramanan"],"abstract":"Computer vision has undergone a dramatic revolution in performance, driven in large part through deep features trained on large-scale supervised datasets. However, much of these improvements have focused on static image analysis; video understanding has seen rather modest improvements. Even though new datasets and spatiotemporal models have been proposed, simple frame-by-frame classification methods often still remain competitive. We posit that current video datasets are plagued with implicit biases over scene and object structure that can dwarf variations in temporal structure. In this work, we build a video dataset with fully observable and controllable object and scene bias, and which truly requires spatiotemporal understanding in order to be solved. Our dataset, named CATER, is rendered synthetically using a library of standard 3D objects, and tests the ability to recognize compositions of object movements that require long-term reasoning. In addition to being a challenging dataset, CATER also provides a plethora of diagnostic tools to analyze modern spatiotemporal video architectures by being completely observable and controllable. Using CATER, we provide insights into some of the most recent state of the art deep video architectures.","url_abs":"https://arxiv.org/abs/1910.04744v2","url_pdf":"https://arxiv.org/pdf/1910.04744v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"cater-a-diagnostic-dataset-for-compositional","repo_url":"https://github.com/ndrwmlnk/awesome-benchmarks-for-physical-reasoning-ai","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok"}},{"paper_slug":"cater-a-diagnostic-dataset-for-compositional","repo_url":"https://github.com/rohitgirdhar/CATER","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"caffe2","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"diagnostic","task_name":"Diagnostic"},{"task_slug":"object","task_name":"Object"},{"task_slug":"video-object-tracking","task_name":"Video Object Tracking"},{"task_slug":"video-understanding","task_name":"Video Understanding"}],"methods":[],"datasets_introduced":[{"slug":"cater","name":"CATER","full_name":""}],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1910.04744","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1910.04744"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/rohitgirdhar/CATER","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ndrwmlnk/awesome-benchmarks-for-physical-reasoning-ai","reach":{"status":"ok"}}],"summary":{"unverified":12},"by_repo_kind":{"listed":{"samples":12,"ran":0,"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":0,"samples":[{"code_sha256_prefix":"53562d1d43d7da1d","entry":"add_random_objects","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"generate/render_videos.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/generate/render_videos.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"53562d1d43d7da1d"}},{"code_sha256_prefix":"cb087309adc9f1cc","entry":"count_lines","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"baselines/video-nonlocal-net/lib/core/config.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/baselines/video-nonlocal-net/lib/core/config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"cb087309adc9f1cc"}},{"code_sha256_prefix":"91fb38597804107d","entry":"extract_args","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"generate/utils.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/generate/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"91fb38597804107d"}},{"code_sha256_prefix":"94398091c12cbe1c","entry":"flatten_list","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"generate/actions.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/generate/actions.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"94398091c12cbe1c"}},{"code_sha256_prefix":"a0eabd797d12040d","entry":"get_class_prediction","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"baselines/tracking/proj_utils.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/baselines/tracking/proj_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a0eabd797d12040d"}},{"code_sha256_prefix":"46a9268fefb8a285","entry":"lock","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"generate/render_videos.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/generate/render_videos.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"46a9268fefb8a285"}},{"code_sha256_prefix":"b54ceac1b8bf7815","entry":"parse_args","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"generate/utils.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/generate/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"b54ceac1b8bf7815"}},{"code_sha256_prefix":"9c13ae68c70e2c17","entry":"project_3d_point","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"baselines/tracking/proj_utils.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/baselines/tracking/proj_utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"9c13ae68c70e2c17"}},{"code_sha256_prefix":"6af88954b47cfaa9","entry":"rand","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"generate/render_videos.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/generate/render_videos.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6af88954b47cfaa9"}},{"code_sha256_prefix":"a7bc03e4e814c851","entry":"read_from_file","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"baselines/video-nonlocal-net/process_data/cater/gen_lmdbs.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/baselines/video-nonlocal-net/process_data/cater/gen_lmdbs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"a7bc03e4e814c851"}},{"code_sha256_prefix":"efe1413953ea5a64","entry":"sanitize_locations","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"generate/actions.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/generate/actions.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"efe1413953ea5a64"}},{"code_sha256_prefix":"e354775acb3be342","entry":"shuf_repeat","repo":"rohitgirdhar/CATER","repo_kind":"listed","path":"baselines/video-nonlocal-net/process_data/cater/gen_lmdbs.py","file_url":"https://github.com/rohitgirdhar/CATER/blob/HEAD/baselines/video-nonlocal-net/process_data/cater/gen_lmdbs.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e354775acb3be342"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}