paper-with-me

Papers

Fully Convolutional Online Tracking

2020-04-15 · Yutao Cui, Cheng Jiang, Li-Min Wang, Gangshan Wu

Online learning has turned out to be effective for improving tracking performance. However, it could be simply applied for classification branch, but still remains challenging to adapt to regression branch due to its complex design and intrinsic requirement for high-quality online samples. To tackle this issue, we present the fully convolutional online tracking framework, coined as FCOT, and focus on enabling online learning for both classification and regression branches by using a target filter based tracking paradigm. Our key contribution is to introduce an online regression model generator (RMG) for initializing weights of the target filter with online samples and then optimizing this target filter weights based on the groundtruth samples at the first frame. Based on the online RGM, we devise a simple anchor-free tracker (FCOT), composed of a feature backbone, an up-sampling decoder, a multi-scale classification branch, and a multi-scale regression branch. Thanks to the unique design of RMG, our FCOT can not only be more effective in handling target variation along temporal dimension thus generating more precise results, but also overcome the issue of error accumulation during the tracking procedure. In addition, due to its simplicity in design, our FCOT could be trained and deployed in a fully convolutional manner with a real-time running speed. The proposed FCOT achieves the state-of-the-art performance on seven benchmarks, including VOT2018, LaSOT, TrackingNet, GOT-10k, OTB100, UAV123, and NFS. Code and models of our FCOT have been released at: \url{https://github.com/MCG-NJU/FCOT}.

📄 PDF Abstract BibTeX arXiv:2004.07109

Code (2)

MCG-NJU/FCOT 공식 구현 pytorch
ZekuiQin/SiamKPN pytorch

Tasks

Real-Time Visual TrackingregressionVisual Tracking

Similar Papers 제목 키워드 기반

Fully-Convolutional Siamese Networks for Object Tracking

2016-06-30 · Luca Bertinetto, Jack Valmadre, João F. Henriques, Andrea Vedaldi 외

The problem of arbitrary object tracking has traditionally been tackled by learning a model of the object's appearance exclusively online, using as sole training data the video itself. Despite the success of these method…

Objectobject-detectionObject DetectionObject Tracking

BranchOut: Regularization for Online Ensemble Tracking With Convolutional Neural Networks

2017-07-01 · CVPR 2017 7 · Bohyung Han, Jack Sim, Hartwig Adam

We propose an extremely simple but effective regularization technique of convolutional neural networks (CNNs), referred to as BranchOut, for online ensemble tracking. Our algorithm employs a CNN for target representatio…

DiversityVisual Tracking

Real-time Video Target Tracking Algorithm Utilizing Convolutional Neural Networks (CNN)

2024-11-27 · Chaoyi Tan, Xiangtian Li, Xiaobo Wang, Zhen Qi 외

Thispaperaimstoresearchandimplementa real-timevideotargettrackingalgorithmbasedon ConvolutionalNeuralNetworks(CNN),enhancingthe accuracyandrobustnessoftargettrackingincomplex scenarios.Addressingthelimitationsoftradition…

Cascaded Regression Tracking: Towards Online Hard Distractor Discrimination

2020-06-18 · Ning Wang, Wengang Zhou, Qi Tian, Houqiang Li

Visual tracking can be easily disturbed by similar surrounding objects. Such objects as hard distractors, even though being the minority among negative samples, increase the risk of target drift and model corruption, whi…

regressionVisual Tracking

Fast Online Object Tracking and Segmentation: A Unifying Approach

2018-12-12 · CVPR 2019 6 · Qiang Wang, Li Zhang, Luca Bertinetto, Weiming Hu 외

In this paper we illustrate how to perform both visual object tracking and semi-supervised video object segmentation, in real-time, with a single simple approach. Our method, dubbed SiamMask, improves the offline trainin…

ObjectObject TrackingReal-Time Visual TrackingSegmentation+6