paper-with-me

홈 › Papers

Progressive Unsupervised Learning for Visual Object Tracking

2021-06-19 · CVPR 2021 1 · Qiangqiang Wu, Jia Wan, Antoni B. Chan

In this paper, we propose a progressive unsupervised learning (PUL) framework, which entirely removes the need for annotated training videos in visual tracking. Specifically, we first learn a background discrimination (BD) model that effectively distinguishes an object from background in a contrastive learning way. We then employ the BD model to progressively mine temporal corresponding patches (i.e., patches connected by a track) in sequential frames. As the BD model is imperfect and thus the mined patch pairs are noisy, we propose a noise-robust loss function to more effectively learn temporal correspondences from this noisy data. We use the proposed noise robust loss to train backbone networks of Siamese trackers. Without online fine-tuning or adaptation, our unsupervised real-time Siamese trackers can outperform state-of-the-art unsupervised deep trackers and achieve competitive results to the supervised baselines.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningObjectObject TrackingVisual Object TrackingVisual Tracking

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Progressive Scaling Visual Object Tracking

2025-05-26 · Jack Hong, Shilin Yan, Zehao Xiao, Jiayin Cai 외

In this work, we propose a progressive scaling training strategy for visual object tracking, systematically analyzing the influence of training data volume, model size, and input resolution on tracking performance. Our e…

ObjectObject TrackingVisual Object Tracking

ProContEXT: Exploring Progressive Context Transformer for Tracking

2022-10-27 · Jin-Peng Lan, Zhi-Qi Cheng, Jun-Yan He, Chenyang Li 외

Existing Visual Object Tracking (VOT) only takes the target area in the first frame as a template. This causes tracking to inevitably fail in fast-changing and crowded scenes, as it cannot account for changes in object a…

ObjectObject TrackingVideo Object TrackingVisual Object Tracking

Leveraging Text-to-Image Diffusion Models for Unsupervised Visual Object Tracking

2026-05-26 · Zhengbo Zhang, Zhigang Tu, Junsong Yuan, De Wen Soh 외 arxiv

Unsupervised visual object tracking is a challenging task that requires following arbitrary targets in videos without training on ground-truth annotations. Despite considerable progress, existing state-of-the-art unsuper…

Visual Object TrackingImage Generation

Unsupervised Deep Representation Learning for Real-Time Tracking

2020-07-22 · Ning Wang, Wengang Zhou, Yibing Song, Chao Ma 외

The advancement of visual tracking has continuously been brought by deep learning models. Typically, supervised learning is employed to train these models with expensive labeled data. In order to reduce the workload of m…

Representation LearningVisual Tracking

Autoregressive Visual Tracking

2023-01-01 · CVPR 2023 2023 2 · Xing Wei, Yifan Bai, Yongchao Zheng, Dahu Shi 외

We present ARTrack, an autoregressive framework for visual object tracking. ARTrack tackles tracking as a coordinate sequence interpretation task that estimates object trajectories progressively, where the current es…

ObjectObject TrackingTemplate MatchingVideo Object Tracking+2