{"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-2510-23569","title":"EgoThinker: Unveiling Egocentric Reasoning with Spatio-Temporal CoT","arxiv_id":"2510.23569","date":"2025-10-27","proceeding":"NeurIPS","authors":["Baoqi Pei","Yifei Huang","Jilan Xu","Yuping He","Guo Chen","Fei Wu","Yu Qiao","Jiangmiao Pang"],"abstract":"Egocentric video reasoning centers on an unobservable agent behind the camera who dynamically shapes the environment, requiring inference of hidden intentions and recognition of fine-grained interactions. This core challenge limits current multimodal large language models MLLMs, which excel at visible event reasoning but lack embodied, first-person understanding. To bridge this gap, we introduce EgoThinker, a novel framework that endows MLLMs with robust egocentric reasoning capabilities through spatio-temporal chain-of-thought supervision and a two-stage learning curriculum. First, we introduce EgoRe-5M, a large-scale egocentric QA dataset constructed from 13M diverse egocentric video clips. This dataset features multi-minute segments annotated with detailed CoT rationales and dense hand-object grounding. Second, we employ SFT on EgoRe-5M to instill reasoning skills, followed by reinforcement fine-tuning RFT to further enhance spatio-temporal localization. Experimental results show that EgoThinker outperforms existing methods across multiple egocentric benchmarks, while achieving substantial improvements in fine-grained spatio-temporal localization tasks. Full code and data are released at https://github.com/InternRobotics/EgoThinker.","url_abs":"https://arxiv.org/abs/2510.23569","url_pdf":"https://arxiv.org/pdf/2510.23569","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":{"atlas_url":"https://app.syntology.ai/?focus=2510.23569","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2510.23569"}},"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":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/InternRobotics/EgoThinker","reach":{"status":"ok"}}],"summary":{"ran_honours":3,"unverified":7},"by_repo_kind":{"found_in_text":{"samples":10,"ran":3,"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":10,"samples":[{"code_sha256_prefix":"6e45201fa27cb24a","entry":"ceil_by_factor","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/my_qwen_utils.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/my_qwen_utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6e45201fa27cb24a"}},{"code_sha256_prefix":"8155263d7ff19bb3","entry":"floor_by_factor","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/my_qwen_utils.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/my_qwen_utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8155263d7ff19bb3"}},{"code_sha256_prefix":"e252767324188623","entry":"round_by_factor","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/my_qwen_utils.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/my_qwen_utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"e252767324188623"}},{"code_sha256_prefix":"3ee120aa15d74bf5","entry":"calculate_iou","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/grpo_qa.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/grpo_qa.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3ee120aa15d74bf5"}},{"code_sha256_prefix":"fbec3efbe6c60afe","entry":"calculate_t_iou","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/grpo_qa.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/grpo_qa.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fbec3efbe6c60afe"}},{"code_sha256_prefix":"26720b6f9ee7eba4","entry":"format_reward","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/grpo.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/grpo.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"26720b6f9ee7eba4"}},{"code_sha256_prefix":"06eb76b246b185f7","entry":"format_reward","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/grpo_video.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/grpo_video.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"06eb76b246b185f7"}},{"code_sha256_prefix":"27e99ab68fa237fd","entry":"iou_timestamp_reward","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/grpo_video.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/grpo_video.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"27e99ab68fa237fd"}},{"code_sha256_prefix":"fc83720f5859eac2","entry":"parse_timestamp_output","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/grpo_video.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/grpo_video.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"fc83720f5859eac2"}},{"code_sha256_prefix":"ad3fc7e7be6dc669","entry":"validate_and_extract_tg","repo":"InternRobotics/EgoThinker","repo_kind":"found_in_text","path":"EgoThinker-RFT/src/open_r1/grpo_qa.py","file_url":"https://github.com/InternRobotics/EgoThinker/blob/HEAD/EgoThinker-RFT/src/open_r1/grpo_qa.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ad3fc7e7be6dc669"}}]},"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_api"},"syntology_extracted_results":null}