{"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/decafnet-delegate-and-conquer-for-efficient","title":"DeCafNet: Delegate and Conquer for Efficient Temporal Grounding in Long Videos","arxiv_id":"2505.16376","date":"2025-05-22","proceeding":"CVPR 2025 1","authors":["Zijia Lu","A S M Iftekhar","Gaurav Mittal","Tianjian Meng","Xiawei Wang","Cheng Zhao","Rohith Kukkala","Ehsan Elhamifar","Mei Chen"],"abstract":"Long Video Temporal Grounding (LVTG) aims at identifying specific moments within lengthy videos based on user-provided text queries for effective content retrieval. The approach taken by existing methods of dividing video into clips and processing each clip via a full-scale expert encoder is challenging to scale due to prohibitive computational costs of processing a large number of clips in long videos. To address this issue, we introduce DeCafNet, an approach employing ``delegate-and-conquer'' strategy to achieve computation efficiency without sacrificing grounding performance. DeCafNet introduces a sidekick encoder that performs dense feature extraction over all video clips in a resource-efficient manner, while generating a saliency map to identify the most relevant clips for full processing by the expert encoder. To effectively leverage features from sidekick and expert encoders that exist at different temporal resolutions, we introduce DeCaf-Grounder, which unifies and refines them via query-aware temporal aggregation and multi-scale temporal refinement for accurate grounding. Experiments on two LTVG benchmark datasets demonstrate that DeCafNet reduces computation by up to 47\\% while still outperforming existing methods, establishing a new state-of-the-art for LTVG in terms of both efficiency and performance. Our code is available at https://github.com/ZijiaLewisLu/CVPR2025-DeCafNet.","url_abs":"https://arxiv.org/abs/2505.16376v1","url_pdf":"https://arxiv.org/pdf/2505.16376v1.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":"decafnet-delegate-and-conquer-for-efficient","repo_url":"https://github.com/zijialewislu/cvpr2025-decafnet","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"natural-language-moment-retrieval","task_name":"Natural Language Moment Retrieval"},{"task_slug":"natural-language-queries","task_name":"Natural Language Queries"},{"task_slug":"temporal-sentence-grounding","task_name":"Temporal Sentence Grounding"},{"task_slug":"video-grounding","task_name":"Video Grounding"}],"methods":[{"method_slug":"clip","method_name":"CLIP"}],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/natural-language-moment-retrieval-on-mad","task":"Natural Language Moment Retrieval","dataset":"MAD","model":"DeCafNet","rank_in_archive_order":2,"of":8,"metrics":{"R@1,IoU=0.1":"13.25","R@1,IoU=0.3":"10.96","R@1,IoU=0.5":"7.06","R@5,IoU=0.1":"27.73","R@5,IoU=0.3":"23.68","R@5,IoU=0.5":"16.13"},"uses_additional_data":false},{"leaderboard":"/sota/natural-language-moment-retrieval-on-tacos","task":"Natural Language Moment Retrieval","dataset":"TACoS","model":"DeCafNet","rank_in_archive_order":3,"of":13,"metrics":{"R@1,IoU=0.3":"57.36","R@1,IoU=0.5":"46.79","R@5,IoU=0.1":"81.05","R@5,IoU=0.3":"71.13"},"uses_additional_data":false},{"leaderboard":"/sota/natural-language-queries-on-ego4d","task":"Natural Language Queries","dataset":"Ego4D","model":"DeCafNet-100%","rank_in_archive_order":2,"of":10,"metrics":{"R@1 IoU=0.3":"22.21","R@1 IoU=0.5":"15.52","R@1 Mean(0.3 and 0.5)":"18.86","R@5 IoU=0.3":"45.63","R@5 IoU=0.5":"33.93"},"uses_additional_data":false},{"leaderboard":"/sota/natural-language-queries-on-ego4d","task":"Natural Language Queries","dataset":"Ego4D","model":"DeCafNet-50%","rank_in_archive_order":3,"of":10,"metrics":{"R@1 IoU=0.3":"20.81","R@1 IoU=0.5":"15.04","R@1 Mean(0.3 and 0.5)":"17.93","R@5 IoU=0.3":"42.40","R@5 IoU=0.5":"31.68"},"uses_additional_data":false},{"leaderboard":"/sota/natural-language-queries-on-ego4d","task":"Natural Language Queries","dataset":"Ego4D","model":"DeCafNet-50% (no NaQ)","rank_in_archive_order":5,"of":10,"metrics":{"R@1 IoU=0.3":"18.10","R@1 IoU=0.5":"12.55","R@1 Mean(0.3 and 0.5)":"15.32","R@5 IoU=0.3":"38.85","R@5 IoU=0.5":"28.27"},"uses_additional_data":false},{"leaderboard":"/sota/temporal-sentence-grounding-on-charades-sta","task":"Temporal Sentence Grounding","dataset":"Charades-STA","model":"DeCafNet","rank_in_archive_order":1,"of":13,"metrics":{"R1@0.5":"68.79","R1@0.7":"47.55","R5@0.5":"91.53","R5@0.7":"72.96"},"uses_additional_data":false},{"leaderboard":"/sota/temporal-sentence-grounding-on-ego4d-goalstep","task":"Temporal Sentence Grounding","dataset":"Ego4D-Goalstep","model":"DeCafNet-100%","rank_in_archive_order":1,"of":3,"metrics":{"R@1,IoU=0.3":"23.20","R@1,IoU=0.5":"19.40","R@5,IoU=0.3":"51.38","R@5,IoU=0.5":"44.17"},"uses_additional_data":false},{"leaderboard":"/sota/temporal-sentence-grounding-on-ego4d-goalstep","task":"Temporal Sentence Grounding","dataset":"Ego4D-Goalstep","model":"DeCafNet-50%","rank_in_archive_order":2,"of":3,"metrics":{"R@1,IoU=0.3":"21.29","R@1,IoU=0.5":"17.46","R@5,IoU=0.3":"47.27","R@5,IoU=0.5":"40.40"},"uses_additional_data":false},{"leaderboard":"/sota/video-grounding-on-mad","task":"Video Grounding","dataset":"MAD","model":"DeCafNet","rank_in_archive_order":1,"of":2,"metrics":{"R@1,IoU=0.1":"13.25","R@1,IoU=0.3":"10.96","R@5,IoU=0.1":"27.73","R@5,IoU=0.3":"23.68"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2505.16376","mcp":null,"developers":"https://syntology.ai/developers"},"arxiv_metadata":null,"syntology_extracted_results":null}