paper-with-me

홈 › Papers

Diversifying Query: Region-Guided Transformer for Temporal Sentence Grounding

2024-05-31 · Xiaolong Sun, Liushuai Shi, Le Wang, Sanping Zhou, Kun Xia, Yabing Wang, Gang Hua

Temporal sentence grounding is a challenging task that aims to localize the moment spans relevant to a language description. Although recent DETR-based models have achieved notable progress by leveraging multiple learnable moment queries, they suffer from overlapped and redundant proposals, leading to inaccurate predictions. We attribute this limitation to the lack of task-related guidance for the learnable queries to serve a specific mode. Furthermore, the complex solution space generated by variable and open-vocabulary language descriptions complicates optimization, making it harder for learnable queries to distinguish each other adaptively. To tackle this limitation, we present a Region-Guided TRansformer (RGTR) for temporal sentence grounding, which diversifies moment queries to eliminate overlapped and redundant predictions. Instead of using learnable queries, RGTR adopts a set of anchor pairs as moment queries to introduce explicit regional guidance. Each anchor pair takes charge of moment prediction for a specific temporal region, which reduces the optimization difficulty and ensures the diversity of the final predictions. In addition, we design an IoU-aware scoring head to improve proposal quality. Extensive experiments demonstrate the effectiveness of RGTR, outperforming state-of-the-art methods on QVHighlights, Charades-STA and TACoS datasets. Codes are available at https://github.com/TensorsSun/RGTR

📄 PDF Abstract BibTeX arXiv:2406.00143

Code (1)

tensorssun/rgtr 공식 구현 pytorch

Tasks

AttributeMoment QueriesSentenceTemporal Sentence Grounding

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Exploiting Optical Flow Guidance for Transformer-Based Video Inpainting

2023-01-24 · Kaidong Zhang, Jialun Peng, Jingjing Fu, Dong Liu

Transformers have been widely used for video processing owing to the multi-head self attention (MHSA) mechanism. However, the MHSA mechanism encounters an intrinsic difficulty for video inpainting, since the features ass…

Optical Flow EstimationVideo Inpainting

QueryCraft: Transformer-Guided Query Initialization for Enhanced Human-Object Interaction Detection

2025-08-12 · Yuxiao Wang, Wolin Liang, Yu Lei, Weiying Xue 외 arxiv

Human-Object Interaction (HOI) detection aims to localize human-object pairs and recognize their interactions in images. Although DETR-based methods have recently emerged as the mainstream framework for HOI detection, th…

Human-Object Interaction Detection

Correlation-Guided Query-Dependency Calibration for Video Temporal Grounding

2023-11-15 · WonJun Moon, Sangeek Hyun, SuBeen Lee, Jae-Pil Heo

Temporal Grounding is to identify specific moments or highlights from a video corresponding to textual descriptions. Typical approaches in temporal grounding treat all video clips equally during the encoding process rega…

Highlight DetectionMoment RetrievalNatural Language Moment RetrievalRepresentation Learning+1

Flow-Guided Transformer for Video Inpainting

2022-08-14 · Kaidong Zhang, Jingjing Fu, Dong Liu

We propose a flow-guided transformer, which innovatively leverage the motion discrepancy exposed by optical flows to instruct the attention retrieval in transformer for high fidelity video inpainting. More specially, we …

RetrievalVideo Inpainting

Linguistic Query-Guided Mask Generation for Referring Image Segmentation

2023-01-16 · Zhichao Wei, Xiaohao Chen, Mingqiang Chen, Siyu Zhu

Referring image segmentation aims to segment the image region of interest according to the given language expression, which is a typical multi-modal task. Existing methods either adopt the pixel classification-based or t…

Contrastive Learningcross-modal alignmentDecoderImage Segmentation+2