Papers › Selective Query-guided Debiasing for Video Corpus Moment Retrieval

Selective Query-guided Debiasing for Video Corpus Moment Retrieval

17 Oct 2022arXiv:2210.08714archive 2025-07-28

Sunjae Yoon, Ji Woo Hong, Eunseop Yoon, Dahyun Kim, Junyeong Kim, Hee Suk Yoon, Chang D. Yoo

Video moment retrieval (VMR) aims to localize target moments in untrimmed videos pertinent to a given textual query. Existing retrieval systems tend to rely on retrieval bias as a shortcut and thus, fail to sufficiently learn multi-modal interactions between query and video. This retrieval bias stems from learning frequent co-occurrence patterns between query and moments, which spuriously correlate objects (e.g., a pencil) referred in the query with moments (e.g., scene of writing with a pencil) where the objects frequently appear in the video, such that they converge into biased moment predictions. Although recent debiasing methods have focused on removing this retrieval bias, we argue that these biased predictions sometimes should be preserved because there are many queries where biased predictions are rather helpful. To conjugate this retrieval bias, we propose a Selective Query-guided Debiasing network (SQuiDNet), which incorporates the following two main properties: (1) Biased Moment Retrieval that intentionally uncovers the biased moments inherent in objects of the query and (2) Selective Query-guided Debiasing that performs selective debiasing guided by the meaning of the query. Our experimental results on three moment retrieval benchmarks (i.e., TVR, ActivityNet, DiDeMo) show the effectiveness of SQuiDNet and qualitative analysis shows improved interpretability.

PaperPDFCodeCode 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="2210.08714")

Code

Syntology Ran 6 of 24 code samples harvested from 1 repository linked to this paper; 18 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 24 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dbstjswo505/SQuiDNet officialpytorch 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

24 samples harvested; 6 ran; 3 honoured the contract we drafted; 18 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.

3ran · honoured contract
1ran · our draft was wrong
2ran
18unverified

Licence: 0 of the 24 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 dbstjswo505/SQuiDNet. “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.

BertIntermediate dbstjswo505/SQuiDNet/model/squidnet.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · b25762789d877739 · report
Conv1D dbstjswo505/SQuiDNet/model/squidnet.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 7d0cf4490a5473d2 · report
gelu dbstjswo505/SQuiDNet/model/squidnet.py official repository ran · honoured contract fingerprinted MIT (permissive) · 29af270e862dd867 · report
gelu_new dbstjswo505/SQuiDNet/model/squidnet.py official repository ran · honoured contract fingerprinted MIT (permissive) · de48fec0ec9764b0 · report
mask_logits dbstjswo505/SQuiDNet/model/squidnet.py official repository ran · honoured contract fingerprinted MIT (permissive) · e47b0e22eeee3414 · report
prune_linear_layer dbstjswo505/SQuiDNet/model/squidnet.py official repository ran · our draft was wrong MIT (permissive) · 409d011257a2b23b · report
BertAttention dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 28e6bf1ccec147fb · report
BertEmbeddings dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · c7064aca92e2f1ef · report
BertEncoder dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 3c05ca4aa7639bb1 · report
BertLayer dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 120803f3f1246391 · report
BertOutput dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · e1d8bf9abfe29c23 · report
BertSelfAttention dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 57400b456ed52f49 · report
BertSelfOutput dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · cd8f5862f19a2eb6 · report
ConditionalMomentPrediction dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 4e2f1db051fa5268 · report
Encoder dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 0d5e500a3651af20 · report
JointSpaceEmbedding dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 068a9be6451e342a · report
LinearLayer dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 816eb98da721aba8 · report
MMA dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · acc344e581194643 · report
NVLDModel dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 9fc385888fc431fb · report
NetVLAD dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 422ff6dfa461b96d · report
SQuiDNet dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 4bdff0f91d9a99a3 · report
TransformerBaseModel dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 12a6b23359e1c4fe · report
VQMMApool dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 9ab0d260dbff2e15 · report
VSMMApool dbstjswo505/SQuiDNet/model/squidnet.py official repository unverified MIT (permissive) · 2fea40d79306b9d4 · report

Tasks

Moment RetrievalRetrievalVideo Corpus Moment Retrieval

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