{"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/x3d-expanding-architectures-for-efficient","title":"X3D: Expanding Architectures for Efficient Video Recognition","arxiv_id":"2004.04730","date":"2020-04-09","proceeding":"CVPR 2020 6","authors":["Christoph Feichtenhofer"],"abstract":"This paper presents X3D, a family of efficient video networks that progressively expand a tiny 2D image classification architecture along multiple network axes, in space, time, width and depth. Inspired by feature selection methods in machine learning, a simple stepwise network expansion approach is employed that expands a single axis in each step, such that good accuracy to complexity trade-off is achieved. To expand X3D to a specific target complexity, we perform progressive forward expansion followed by backward contraction. X3D achieves state-of-the-art performance while requiring 4.8x and 5.5x fewer multiply-adds and parameters for similar accuracy as previous work. Our most surprising finding is that networks with high spatiotemporal resolution can perform well, while being extremely light in terms of network width and parameters. We report competitive accuracy at unprecedented efficiency on video classification and detection benchmarks. Code will be available at: https://github.com/facebookresearch/SlowFast","url_abs":"https://arxiv.org/abs/2004.04730v1","url_pdf":"https://arxiv.org/pdf/2004.04730v1.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":"x3d-expanding-architectures-for-efficient","repo_url":"https://github.com/facebookresearch/SlowFast","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"x3d-expanding-architectures-for-efficient","repo_url":"https://github.com/Chianugoogidi/X3D-tf","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"x3d-expanding-architectures-for-efficient","repo_url":"https://github.com/LukasHedegaard/co3d","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"x3d-expanding-architectures-for-efficient","repo_url":"https://github.com/ZJCV/X3D","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"x3d-expanding-architectures-for-efficient","repo_url":"https://github.com/STONE-SAMA/x3d_mindspore","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"mindspore","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"x3d-expanding-architectures-for-efficient","repo_url":"https://github.com/facebookresearch/pytorchvideo","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}},{"paper_slug":"x3d-expanding-architectures-for-efficient","repo_url":"https://github.com/kkahatapitiya/X3D-Multigrid","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null},{"paper_slug":"x3d-expanding-architectures-for-efficient","repo_url":"https://github.com/open-mmlab/mmaction2","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"action-classification","task_name":"Action Classification"},{"task_slug":"classification","task_name":"General Classification"},{"task_slug":"image-classification","task_name":"Image Classification"},{"task_slug":"video-classification","task_name":"Video Classification"},{"task_slug":"video-recognition","task_name":"Video Recognition"},{"task_slug":"feature-selection","task_name":"feature selection"},{"task_slug":"image-classification","task_name":"image-classification"}],"methods":[{"method_slug":"feature-selection","method_name":"Feature Selection"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/action-classification-on-kinetics-400","task":"Action Classification","dataset":"Kinetics-400","model":"X3D-XXL","rank_in_archive_order":100,"of":207,"metrics":{"Acc@1":"80.4","Acc@5":"94.6"},"uses_additional_data":false},{"leaderboard":"/sota/action-classification-on-kinetics-400","task":"Action Classification","dataset":"Kinetics-400","model":"X3D-XL","rank_in_archive_order":118,"of":207,"metrics":{"Acc@1":"79.1","Acc@5":"93.9"},"uses_additional_data":false},{"leaderboard":"/sota/action-classification-on-kinetics-400","task":"Action Classification","dataset":"Kinetics-400","model":"X3D-L","rank_in_archive_order":137,"of":207,"metrics":{"Acc@1":"77.5","Acc@5":"92.9"},"uses_additional_data":false},{"leaderboard":"/sota/action-classification-on-kinetics-400","task":"Action Classification","dataset":"Kinetics-400","model":"X3D-M","rank_in_archive_order":150,"of":207,"metrics":{"Acc@1":"76","Acc@5":"92.3"},"uses_additional_data":false}],"syntology":{"syntology_url":"https://syntology.ai/paper/2004.04730","atlas_url":"https://app.syntology.ai/?focus=2004.04730","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2004.04730"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/ZJCV/X3D","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/facebookresearch/SlowFast","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/kkahatapitiya/X3D-Multigrid","reach":null},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/facebookresearch/pytorchvideo","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Chianugoogidi/X3D-tf","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/LukasHedegaard/co3d","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/STONE-SAMA/x3d_mindspore","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/open-mmlab/mmaction2","reach":null}],"summary":{"ran":9,"ran_draft_wrong":1,"ran_honours":1,"unverified":4},"by_repo_kind":{"listed":{"samples":15,"ran":11,"repositories":3}},"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":"293dab24489b41d1","entry":"check_is_number","repo":"STONE-SAMA/x3d_mindspore","repo_kind":"listed","path":"src/utils/check_param.py","file_url":"https://github.com/STONE-SAMA/x3d_mindspore/blob/HEAD/src/utils/check_param.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"293dab24489b41d1"}},{"code_sha256_prefix":"0a3fae1570b6c8c7","entry":"conv1x1x1","repo":"kkahatapitiya/X3D-Multigrid","repo_kind":"listed","path":"x3d.py","file_url":"https://github.com/kkahatapitiya/X3D-Multigrid/blob/HEAD/x3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0a3fae1570b6c8c7"}},{"code_sha256_prefix":"acfa08610335818d","entry":"get_inplanes","repo":"kkahatapitiya/X3D-Multigrid","repo_kind":"listed","path":"x3d.py","file_url":"https://github.com/kkahatapitiya/X3D-Multigrid/blob/HEAD/x3d.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"acfa08610335818d"}},{"code_sha256_prefix":"d6a99ec714147ac1","entry":"linear_warmup_learning_rate","repo":"STONE-SAMA/x3d_mindspore","repo_kind":"listed","path":"src/schedule/lr_schedule.py","file_url":"https://github.com/STONE-SAMA/x3d_mindspore/blob/HEAD/src/schedule/lr_schedule.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d6a99ec714147ac1"}},{"code_sha256_prefix":"0aca91fe0fed88cb","entry":"normalize","repo":"Chianugoogidi/X3D-tf","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/Chianugoogidi/X3D-tf/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0aca91fe0fed88cb"}},{"code_sha256_prefix":"64bc6885f46ca205","entry":"recur_list2tuple","repo":"STONE-SAMA/x3d_mindspore","repo_kind":"listed","path":"src/utils/config.py","file_url":"https://github.com/STONE-SAMA/x3d_mindspore/blob/HEAD/src/utils/config.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"64bc6885f46ca205"}},{"code_sha256_prefix":"4ed34e164b9d3a9f","entry":"round_repeats","repo":"Chianugoogidi/X3D-tf","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/Chianugoogidi/X3D-tf/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4ed34e164b9d3a9f"}},{"code_sha256_prefix":"b033c87e17ebe6b9","entry":"round_width","repo":"Chianugoogidi/X3D-tf","repo_kind":"listed","path":"utils.py","file_url":"https://github.com/Chianugoogidi/X3D-tf/blob/HEAD/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b033c87e17ebe6b9"}},{"code_sha256_prefix":"f040ea8252820867","entry":"to_tf_example","repo":"Chianugoogidi/X3D-tf","repo_kind":"listed","path":"datasets/create_tfrecords.py","file_url":"https://github.com/Chianugoogidi/X3D-tf/blob/HEAD/datasets/create_tfrecords.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f040ea8252820867"}},{"code_sha256_prefix":"1a80346f67ccb9cf","entry":"warmup_cosine_annealing_lr_v1","repo":"STONE-SAMA/x3d_mindspore","repo_kind":"listed","path":"src/schedule/lr_schedule.py","file_url":"https://github.com/STONE-SAMA/x3d_mindspore/blob/HEAD/src/schedule/lr_schedule.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"1a80346f67ccb9cf"}},{"code_sha256_prefix":"e90ba252e203e0e9","entry":"warmup_step_lr","repo":"STONE-SAMA/x3d_mindspore","repo_kind":"listed","path":"src/schedule/lr_schedule.py","file_url":"https://github.com/STONE-SAMA/x3d_mindspore/blob/HEAD/src/schedule/lr_schedule.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"e90ba252e203e0e9"}},{"code_sha256_prefix":"8ce6bc3f1fabc927","entry":"check_number","repo":"STONE-SAMA/x3d_mindspore","repo_kind":"listed","path":"src/utils/check_param.py","file_url":"https://github.com/STONE-SAMA/x3d_mindspore/blob/HEAD/src/utils/check_param.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":"8ce6bc3f1fabc927"}},{"code_sha256_prefix":"e5f77ac329bf7def","entry":"check_number_range","repo":"STONE-SAMA/x3d_mindspore","repo_kind":"listed","path":"src/utils/check_param.py","file_url":"https://github.com/STONE-SAMA/x3d_mindspore/blob/HEAD/src/utils/check_param.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":"e5f77ac329bf7def"}},{"code_sha256_prefix":"624693b57e7dcd4a","entry":"conv3x3x3","repo":"kkahatapitiya/X3D-Multigrid","repo_kind":"listed","path":"x3d.py","file_url":"https://github.com/kkahatapitiya/X3D-Multigrid/blob/HEAD/x3d.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"624693b57e7dcd4a"}},{"code_sha256_prefix":"7be94293e72825f2","entry":"write_tfrecord","repo":"Chianugoogidi/X3D-tf","repo_kind":"listed","path":"datasets/create_tfrecords.py","file_url":"https://github.com/Chianugoogidi/X3D-tf/blob/HEAD/datasets/create_tfrecords.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7be94293e72825f2"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}