{"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/egocvr-an-egocentric-benchmark-for-fine","title":"EgoCVR: An Egocentric Benchmark for Fine-Grained Composed Video Retrieval","arxiv_id":"2407.16658","date":"2024-07-23","proceeding":null,"authors":["Thomas Hummel","Shyamgopal Karthik","Mariana-Iuliana Georgescu","Zeynep Akata"],"abstract":"In Composed Video Retrieval, a video and a textual description which modifies the video content are provided as inputs to the model. The aim is to retrieve the relevant video with the modified content from a database of videos. In this challenging task, the first step is to acquire large-scale training datasets and collect high-quality benchmarks for evaluation. In this work, we introduce EgoCVR, a new evaluation benchmark for fine-grained Composed Video Retrieval using large-scale egocentric video datasets. EgoCVR consists of 2,295 queries that specifically focus on high-quality temporal video understanding. We find that existing Composed Video Retrieval frameworks do not achieve the necessary high-quality temporal video understanding for this task. To address this shortcoming, we adapt a simple training-free method, propose a generic re-ranking framework for Composed Video Retrieval, and demonstrate that this achieves strong results on EgoCVR. Our code and benchmark are freely available at https://github.com/ExplainableML/EgoCVR.","url_abs":"https://arxiv.org/abs/2407.16658v1","url_pdf":"https://arxiv.org/pdf/2407.16658v1.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":"egocvr-an-egocentric-benchmark-for-fine","repo_url":"https://github.com/explainableml/egocvr","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"re-ranking","task_name":"Re-Ranking"},{"task_slug":"retrieval","task_name":"Retrieval"},{"task_slug":"video-retrieval","task_name":"Video Retrieval"},{"task_slug":"video-understanding","task_name":"Video Understanding"}],"methods":[{"method_slug":"focus","method_name":"Focus"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2407.16658","atlas_url":"https://app.syntology.ai/?focus=2407.16658","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2407.16658"}},"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/explainableml/egocvr","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/ExplainableML/EgoCVR","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":7,"ran_draft_wrong":2,"ran_fixture":1,"unverified":4},"by_repo_kind":{"official":{"samples":14,"ran":10,"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":"fab5c9bd5d746577","entry":"get_middle_frame","repo":"explainableml/egocvr","repo_kind":"official","path":"model/utils.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/model/utils.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":"fab5c9bd5d746577"}},{"code_sha256_prefix":"c6ec173f19f5c34d","entry":"interpolate_pos_embed","repo":"explainableml/egocvr","repo_kind":"official","path":"model/blip/vit.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/model/blip/vit.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c6ec173f19f5c34d"}},{"code_sha256_prefix":"32b5a16451d8c9ac","entry":"nearest_neighbors","repo":"ExplainableML/EgoCVR","repo_kind":"official","path":"egocvr_retrieval.py","file_url":"https://github.com/ExplainableML/EgoCVR/blob/HEAD/egocvr_retrieval.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"32b5a16451d8c9ac"}},{"code_sha256_prefix":"d1bab1a6e28b79d1","entry":"parse_clip_name","repo":"explainableml/egocvr","repo_kind":"official","path":"egocvr_download_and_extract.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/egocvr_download_and_extract.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":"d1bab1a6e28b79d1"}},{"code_sha256_prefix":"cbc6ea444c031c11","entry":"parse_timestamp","repo":"explainableml/egocvr","repo_kind":"official","path":"egocvr_download_and_extract.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/egocvr_download_and_extract.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":"cbc6ea444c031c11"}},{"code_sha256_prefix":"0d760ca65749dc14","entry":"pre_caption","repo":"explainableml/egocvr","repo_kind":"official","path":"model/utils.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/model/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":"0d760ca65749dc14"}},{"code_sha256_prefix":"7cca1d789edd477c","entry":"remove_non_digits","repo":"explainableml/egocvr","repo_kind":"official","path":"model/utils.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/model/utils.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":"7cca1d789edd477c"}},{"code_sha256_prefix":"185c7b880ca6135e","entry":"sim_matrix","repo":"explainableml/egocvr","repo_kind":"official","path":"model/egovlpv2/model.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/model/egovlpv2/model.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"185c7b880ca6135e"}},{"code_sha256_prefix":"eb002dfbd2042d75","entry":"sim_matrix_batch_val","repo":"explainableml/egocvr","repo_kind":"official","path":"model/egovlpv2/model.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/model/egovlpv2/model.py","link_basis":"first_harvest_node","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":"eb002dfbd2042d75"}},{"code_sha256_prefix":"8558a76e8b3fa190","entry":"temporal_sample","repo":"explainableml/egocvr","repo_kind":"official","path":"model/models.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/model/models.py","link_basis":"first_harvest_node","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":"8558a76e8b3fa190"}},{"code_sha256_prefix":"8587e9f0fd81f3fa","entry":"dump_embeddings","repo":"explainableml/egocvr","repo_kind":"official","path":"egocvr_retrieval.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/egocvr_retrieval.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":"8587e9f0fd81f3fa"}},{"code_sha256_prefix":"8de3d9d9a8d90470","entry":"extract_clip","repo":"explainableml/egocvr","repo_kind":"official","path":"egocvr_download_and_extract.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/egocvr_download_and_extract.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":"8de3d9d9a8d90470"}},{"code_sha256_prefix":"2e6e17098f068d00","entry":"forward_blip_visual","repo":"explainableml/egocvr","repo_kind":"official","path":"model/models.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/model/models.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":"2e6e17098f068d00"}},{"code_sha256_prefix":"0bdbe9b1b43f5498","entry":"load_embeddings","repo":"explainableml/egocvr","repo_kind":"official","path":"egocvr_retrieval.py","file_url":"https://github.com/explainableml/egocvr/blob/HEAD/egocvr_retrieval.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":"0bdbe9b1b43f5498"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}