paper-with-me

Papers

Multi-Scale Self-Contrastive Learning with Hard Negative Mining for Weakly-Supervised Query-based Video Grounding

2022-03-08 · Shentong Mo, Daizong Liu, Wei Hu

Query-based video grounding is an important yet challenging task in video understanding, which aims to localize the target segment in an untrimmed video according to a sentence query. Most previous works achieve significant progress by addressing this task in a fully-supervised manner with segment-level labels, which require high labeling cost. Although some recent efforts develop weakly-supervised methods that only need the video-level knowledge, they generally match multiple pre-defined segment proposals with query and select the best one, which lacks fine-grained frame-level details for distinguishing frames with high repeatability and similarity within the entire video. To alleviate the above limitations, we propose a self-contrastive learning framework to address the query-based video grounding task under a weakly-supervised setting. Firstly, instead of utilizing redundant segment proposals, we propose a new grounding scheme that learns frame-wise matching scores referring to the query semantic to predict the possible foreground frames by only using the video-level annotations. Secondly, since some predicted frames (i.e., boundary frames) are relatively coarse and exhibit similar appearance to their adjacent frames, we propose a coarse-to-fine contrastive learning paradigm to learn more discriminative frame-wise representations for distinguishing the false positive frames. In particular, we iteratively explore multi-scale hard negative samples that are close to positive samples in the representation space for distinguishing fine-grained frame-wise details, thus enforcing more accurate segment grounding. Extensive experiments on two challenging benchmarks demonstrate the superiority of our proposed method compared with the state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2203.03838

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningSentenceVideo GroundingVideo Understanding

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

HAVANA: Hard negAtiVe sAmples aware self-supervised coNtrastive leArning for Airborne laser scanning point clouds semantic segmentation

2022-10-19 · Yunsheng Zhang, Jianguo Yao, Ruixiang Zhang, Siyang Chen 외

Deep Neural Network (DNN) based point cloud semantic segmentation has presented significant achievements on large-scale labeled aerial laser point cloud datasets. However, annotating such large-scaled point clouds is tim…

Contrastive LearningSegmentationSelf-Supervised LearningSemantic Segmentation

Tuned Contrastive Learning

2023-05-18 · Chaitanya Animesh, Manmohan Chandraker

In recent times, contrastive learning based loss functions have become increasingly popular for visual self-supervised representation learning owing to their state-of-the-art (SOTA) performance. Most of the modern contra…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

Synthetic Hard Negative Samples for Contrastive Learning

2023-04-06 · Hengkui Dong, Xianzhong Long, Yun Li, Lei Chen

Contrastive learning has emerged as an essential approach for self-supervised learning in visual representation learning. The central objective of contrastive learning is to maximize the similarities between two augmente…

Contrastive LearningRepresentation LearningSelf-Supervised Learning

SynCo: Synthetic Hard Negatives in Contrastive Learning for Better Unsupervised Visual Representations

2024-10-03 · Nikolaos Giakoumoglou, Tania Stathaki

Contrastive learning has become a dominant approach in self-supervised visual representation learning. Hard negatives - samples closely resembling the anchor - are key to enhancing learned representations' discriminative…

Contrastive LearningImage ClassificationImage SegmentationInstance Segmentation+8

Difficulty-Based Sampling for Debiased Contrastive Representation Learning

2023-01-01 · CVPR 2023 1 · Taeuk Jang, Xiaoqian Wang

Contrastive learning is a self-supervised representation learning method that achieves milestone performance in various classification tasks. However, due to its unsupervised fashion, it suffers from the false negati…

Contrastive LearningRepresentation LearningTriplet