Papers › SnAG: Scalable and Accurate Video Grounding

SnAG: Scalable and Accurate Video Grounding

2 Apr 2024CVPR 2024 1arXiv:2404.02257archive 2025-07-28

Fangzhou Mu, Sicheng Mo, Yin Li

Temporal grounding of text descriptions in videos is a central problem in vision-language learning and video understanding. Existing methods often prioritize accuracy over scalability -- they have been optimized for grounding only a few text queries within short videos, and fail to scale up to long videos with hundreds of queries. In this paper, we study the effect of cross-modal fusion on the scalability of video grounding models. Our analysis establishes late fusion as a more cost-effective fusion scheme for long-form videos with many text queries. Moreover, it leads us to a novel, video-centric sampling scheme for efficient training. Based on these findings, we present SnAG, a simple baseline for scalable and accurate video grounding. Without bells and whistles, SnAG is 43% more accurate and 1.5x faster than CONE, a state of the art for long-form video grounding on the challenging MAD dataset, while achieving highly competitive results on short videos.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.02257")

Code

Syntology Ran 5 of 20 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · fixture could not drive it; 2 ran with no contract checked.

By repository: community (archive-listed): 15 samples from 1 repository, 5 ran; found in paper text by Syntology: 5 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

happyharrycn/actionformer_release mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 5 ran; 1 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · fixture could not drive it
2ran
15unverified

Licence: 5 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

drop_path happyharrycn/actionformer_release/libs/modeling/blocks.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · a34c005ba2203f35 · report
get_sinusoid_encoding happyharrycn/actionformer_release/libs/modeling/blocks.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 3531df7b0c9b0791 · report
load_config happyharrycn/actionformer_release/libs/core/config.py community (archive-listed) ran MIT (permissive) · a957fa06c95c422f · report
trunc_normal_ happyharrycn/actionformer_release/libs/modeling/weight_init.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 02566da69866c48c · report
truncate_feats happyharrycn/actionformer_release/libs/datasets/data_utils.py community (archive-listed) ran MIT (permissive) · 073b23d898943c73 · report
ctr_diou_loss_1d happyharrycn/actionformer_release/libs/modeling/losses.py community (archive-listed) unverified MIT (permissive) · 12d8ba65aabcb2b4 · report
ctr_giou_loss_1d happyharrycn/actionformer_release/libs/modeling/losses.py community (archive-listed) unverified MIT (permissive) · 66693d03280664b1 · report
make_data_loader happyharrycn/actionformer_release/libs/datasets/datasets.py community (archive-listed) unverified MIT (permissive) · 635369f63ec96b89 · report
make_dataset happyharrycn/actionformer_release/libs/datasets/datasets.py community (archive-listed) unverified MIT (permissive) · ffebfbb8094c0dcc · report
register_backbone happyharrycn/actionformer_release/libs/modeling/models.py community (archive-listed) unverified MIT (permissive) · cee845f405ecf37e · report
register_dataset happyharrycn/actionformer_release/libs/datasets/datasets.py community (archive-listed) unverified MIT (permissive) · 2ee0df0825339a6e · report
register_generator happyharrycn/actionformer_release/libs/modeling/models.py community (archive-listed) unverified MIT (permissive) · 3db1c5ab5f3f0198 · report
register_neck happyharrycn/actionformer_release/libs/modeling/models.py community (archive-listed) unverified MIT (permissive) · e5ef13b176081594 · report
sigmoid_focal_loss happyharrycn/actionformer_release/libs/modeling/losses.py community (archive-listed) unverified MIT (permissive) · 0d06c0983d985a4a · report
trivial_batch_collator happyharrycn/actionformer_release/libs/datasets/data_utils.py community (archive-listed) unverified MIT (permissive) · 0c250bf03b8c9311 · report
PtTransformer fmu2/snag_release/libs/modeling/model.py found in paper text by Syntology unverified no licence file found · pointer only · 61e4463bc2eaf08c · report
make_fusion fmu2/snag_release/libs/modeling/model.py found in paper text by Syntology unverified no licence file found · pointer only · c4eba9d35a22d565 · report
make_head fmu2/snag_release/libs/modeling/model.py found in paper text by Syntology unverified no licence file found · pointer only · 10c20d3c7447a10c · report
make_text_net fmu2/snag_release/libs/modeling/model.py found in paper text by Syntology unverified no licence file found · pointer only · 45cd753de473cb89 · report
make_video_net fmu2/snag_release/libs/modeling/model.py found in paper text by Syntology unverified no licence file found · pointer only · e0b4f1cbb0de076d · report

Tasks

Video GroundingVideo Understanding

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections