{"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/grounded-question-answering-in-long","title":"Grounded Question-Answering in Long Egocentric Videos","arxiv_id":"2312.06505","date":"2023-12-11","proceeding":"CVPR 2024 1","authors":["Shangzhe Di","Weidi Xie"],"abstract":"Existing approaches to video understanding, mainly designed for short videos from a third-person perspective, are limited in their applicability in certain fields, such as robotics. In this paper, we delve into open-ended question-answering (QA) in long, egocentric videos, which allows individuals or robots to inquire about their own past visual experiences. This task presents unique challenges, including the complexity of temporally grounding queries within extensive video content, the high resource demands for precise data annotation, and the inherent difficulty of evaluating open-ended answers due to their ambiguous nature. Our proposed approach tackles these challenges by (i) integrating query grounding and answering within a unified model to reduce error propagation; (ii) employing large language models for efficient and scalable data synthesis; and (iii) introducing a close-ended QA task for evaluation, to manage answer ambiguity. Extensive experiments demonstrate the effectiveness of our method, which also achieves state-of-the-art performance on the QaEgo4D and Ego4D-NLQ benchmarks. Code, data, and models are available at https://github.com/Becomebright/GroundVQA.","url_abs":"https://arxiv.org/abs/2312.06505v4","url_pdf":"https://arxiv.org/pdf/2312.06505v4.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":"grounded-question-answering-in-long","repo_url":"https://github.com/becomebright/groundvqa","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"video-grounding","task_name":"Video Grounding"},{"task_slug":"video-question-answering","task_name":"Video Question Answering"},{"task_slug":"video-understanding","task_name":"Video Understanding"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2312.06505","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2312.06505"}},"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/becomebright/groundvqa","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":4,"ran_honours":1,"unverified":1},"by_repo_kind":{"official":{"samples":6,"ran":5,"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":"74637d0535a2a594","entry":"compute_overlap","repo":"becomebright/groundvqa","repo_kind":"official","path":"eval_nlq.py","file_url":"https://github.com/becomebright/groundvqa/blob/HEAD/eval_nlq.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":"74637d0535a2a594"}},{"code_sha256_prefix":"5afa136a77ba325a","entry":"index_to_time","repo":"becomebright/groundvqa","repo_kind":"official","path":"eval_nlq.py","file_url":"https://github.com/becomebright/groundvqa/blob/HEAD/eval_nlq.py","link_basis":"plan_row","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":"5afa136a77ba325a"}},{"code_sha256_prefix":"c714f30c19743717","entry":"seg_voting","repo":"becomebright/groundvqa","repo_kind":"official","path":"model/ours/nlq_head.py","file_url":"https://github.com/becomebright/groundvqa/blob/HEAD/model/ours/nlq_head.py","link_basis":"first_harvest_node","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":"c714f30c19743717"}},{"code_sha256_prefix":"7b7c8610c42bb07c","entry":"sigmoid_focal_loss","repo":"becomebright/groundvqa","repo_kind":"official","path":"model/ours/nlq_head.py","file_url":"https://github.com/becomebright/groundvqa/blob/HEAD/model/ours/nlq_head.py","link_basis":"first_harvest_node","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":"7b7c8610c42bb07c"}},{"code_sha256_prefix":"228daf5ce9889267","entry":"time_to_index","repo":"becomebright/groundvqa","repo_kind":"official","path":"eval_nlq.py","file_url":"https://github.com/becomebright/groundvqa/blob/HEAD/eval_nlq.py","link_basis":"first_harvest_node","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":"228daf5ce9889267"}},{"code_sha256_prefix":"12d8ba65aabcb2b4","entry":"ctr_diou_loss_1d","repo":"becomebright/groundvqa","repo_kind":"official","path":"model/ours/nlq_head.py","file_url":"https://github.com/becomebright/groundvqa/blob/HEAD/model/ours/nlq_head.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":"12d8ba65aabcb2b4"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}