paper-with-me

Papers

High Performance Visual Object Tracking with Unified Convolutional Networks

2019-08-26 · Zheng Zhu, Wei Zou, Guan Huang, Dalong Du, Chang Huang

Convolutional neural networks (CNN) based tracking approaches have shown favorable performance in recent benchmarks. Nonetheless, the chosen CNN features are always pre-trained in different tasks and individual components in tracking systems are learned separately, thus the achieved tracking performance may be suboptimal. Besides, most of these trackers are not designed towards real-time applications because of their time-consuming feature extraction and complex optimization details. In this paper, we propose an end-to-end framework to learn the convolutional features and perform the tracking process simultaneously, namely, a unified convolutional tracker (UCT). Specifically, the UCT treats feature extractor and tracking process both as convolution operation and trains them jointly, which enables learned CNN features are tightly coupled with tracking process. During online tracking, an efficient model updating method is proposed by introducing peak-versus-noise ratio (PNR) criterion, and scale changes are handled efficiently by incorporating a scale branch into network. Experiments are performed on four challenging tracking datasets: OTB2013, OTB2015, VOT2015 and VOT2016. Our method achieves leading performance on these benchmarks while maintaining beyond real-time speed.

📄 PDF Abstract BibTeX arXiv:1908.09445

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectObject TrackingVisual Object TrackingVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Integrating Boxes and Masks: A Multi-Object Framework for Unified Visual Tracking and Segmentation

2023-08-25 · ICCV 2023 1 · Yuanyou Xu, Zongxin Yang, Yi Yang

Tracking any given object(s) spatially and temporally is a common purpose in Visual Object Tracking (VOT) and Video Object Segmentation (VOS). Joint tracking and segmentation have been attempted in some studies but they …

ObjectObject TrackingRepresentation LearningSegmentation+5

Unified Multimodal Visual Tracking with Dual Mixture-of-Experts

2026-05-05 · Lingyi Hong, Jinglun Li, Xinyu Zhou, Kaixun Jiang 외 arxiv

Multimodal visual object tracking can be divided into to several kinds of tasks (e.g. RGB and RGB+X tracking), based on the input modality. Existing methods often train separate models for each modality or rely on pretra…

Visual Object TrackingModel CompressionVisual Tracking

Unified Sequence-to-Sequence Learning for Single- and Multi-Modal Visual Object Tracking

2023-04-27 · CVPR 2023 1 · Xin Chen, Ben Kang, Jiawen Zhu, Dong Wang 외

In this paper, we introduce a new sequence-to-sequence learning framework for RGB-based and multi-modal object tracking. First, we present SeqTrack for RGB-based tracking. It casts visual tracking as a sequence generatio…

DecoderObjectObject TrackingRgb-T Tracking+2

Unifying Visual and Vision-Language Tracking via Contrastive Learning

2024-01-20 · Yinchao Ma, Yuyang Tang, Wenfei Yang, Tianzhu Zhang 외

Single object tracking aims to locate the target object in a video sequence according to the state specified by different modal references, including the initial bounding box (BBOX), natural language (NL), or both (NL+BB…

Contrastive LearningObject TrackingVisual GroundingVisual Object Tracking+1

UTPTrack: Towards Simple and Unified Token Pruning for Visual Tracking

2026-02-27 · Hao Wu, Xudong Wang, Jialiang Zhang, Junlong Tong 외 arxiv

One-stream Transformer-based trackers achieve advanced performance in visual object tracking but suffer from significant computational overhead that hinders real-time deployment. While token pruning offers a path to effi…

Visual Object TrackingVisual Tracking