English
Related papers

Related papers: Target-Aware Deep Tracking

200 papers

Although numerous recent tracking approaches have made tremendous advances in the last decade, achieving high-performance visual tracking remains a challenge. In this paper, we propose an end-to-end network model to learn reinforced…

Computer Vision and Pattern Recognition · Computer Science 2020-01-03 Peng Gao , Qiquan Zhang , Fei Wang , Liyi Xiao , Hamido Fujita , Yan Zhang

Machine learning techniques are often used in computer vision due to their ability to leverage large amounts of training data to improve performance. Unfortunately, most generic object trackers are still trained from scratch online and do…

Computer Vision and Pattern Recognition · Computer Science 2016-08-17 David Held , Sebastian Thrun , Silvio Savarese

While deep-learning based tracking methods have achieved substantial progress, they entail large-scale and high-quality annotated data for sufficient training. To eliminate expensive and exhaustive annotation, we study self-supervised…

Computer Vision and Pattern Recognition · Computer Science 2023-01-02 Xin Li , Wenjie Pei , Yaowei Wang , Zhenyu He , Huchuan Lu , Ming-Hsuan Yang

We propose an online visual tracking algorithm by learning discriminative saliency map using Convolutional Neural Network (CNN). Given a CNN pre-trained on a large-scale image repository in offline, our algorithm takes outputs from hidden…

Computer Vision and Pattern Recognition · Computer Science 2015-02-25 Seunghoon Hong , Tackgeun You , Suha Kwak , Bohyung Han

In this paper, we study the challenging problem of multi-object tracking in a complex scene captured by a single camera. Different from the existing tracklet association-based tracking methods, we propose a novel and efficient way to obtain…

Computer Vision and Pattern Recognition · Computer Science 2016-09-27 Bing Wang , Li Wang , Bing Shuai , Zhen Zuo , Ting Liu , Kap Luk Chan , Gang Wang

Siamese trackers demonstrated high performance in object tracking due to their balance between accuracy and speed. Unlike classification-based CNNs, deep similarity networks are specifically designed to address the image similarity problem,…

Computer Vision and Pattern Recognition · Computer Science 2021-03-03 Zhenxi Li , Guillaume-Alexandre Bilodeau , Wassim Bouachir

Discriminative Correlation Filters (DCF) have demonstrated excellent performance for visual object tracking. The key to their success is the ability to efficiently exploit available negative data by including all shifted versions of a…

Computer Vision and Pattern Recognition · Computer Science 2016-09-21 Martin Danelljan , Andreas Robinson , Fahad Shahbaz Khan , Michael Felsberg

Imagine trying to track one particular fruitfly in a swarm of hundreds. Higher biological visual systems have evolved to track moving objects by relying on both appearance and motion features. We investigate if state-of-the-art deep neural…

Computer Vision and Pattern Recognition · Computer Science 2021-06-04 Drew Linsley , Girik Malik , Junkyung Kim , Lakshmi N Govindarajan , Ennio Mingolla , Thomas Serre

In this paper we introduce a fully end-to-end approach for visual tracking in videos that learns to predict the bounding box locations of a target object at every frame. An important insight is that the tracking problem can be considered as…

Computer Vision and Pattern Recognition · Computer Science 2017-04-12 Da Zhang , Hamid Maei , Xin Wang , Yuan-Fang Wang

One of the major challenges of model-free visual tracking problem has been the difficulty originating from the unpredictable and drastic changes in the appearance of objects we target to track. Existing methods tackle this problem by…

Computer Vision and Pattern Recognition · Computer Science 2018-08-20 Janghoon Choi , Junseok Kwon , Kyoung Mu Lee

The Correlation Filter is an algorithm that trains a linear template to discriminate between images and their translations. It is well suited to object tracking because its formulation in the Fourier domain provides a fast solution,…

Computer Vision and Pattern Recognition · Computer Science 2017-04-21 Jack Valmadre , Luca Bertinetto , João F. Henriques , Andrea Vedaldi , Philip H. S. Torr

In online multi-target tracking, modeling of appearance and geometric similarities between pedestrians visual scenes is of great importance. The higher dimension of inherent information in the appearance model compared to the geometric…

Computer Vision and Pattern Recognition · Computer Science 2020-10-12 Young-Chul Yoon , Du Yong Kim , Young-min Song , Kwangjin Yoon , Moongu Jeon

Autonomous driving holds great promise in addressing traffic safety concerns by leveraging artificial intelligence and sensor technology. Multi-Object Tracking plays a critical role in ensuring safer and more efficient navigation through…

Computer Vision and Pattern Recognition · Computer Science 2024-07-12 Lei Cheng , Arindam Sengupta , Siyang Cao

Classification-regression prediction networks have realized impressive success in several modern deep trackers. However, there is an inherent difference between classification and regression tasks, so they have diverse even opposite demands…

Computer Vision and Pattern Recognition · Computer Science 2024-03-26 Xinglong Sun , Haijiang Sun , Shan Jiang , Jiacheng Wang , Xilai Wei , Zhonghe Hu

Discriminative correlation filters (DCFs) have been shown to perform superiorly in visual tracking. They only need a small set of training samples from the initial frame to generate an appearance model. However, existing DCFs learn the…

Computer Vision and Pattern Recognition · Computer Science 2017-08-03 Yibing Song , Chao Ma , Lijun Gong , Jiawei Zhang , Rynson Lau , Ming-Hsuan Yang

Feature learning with deep models has achieved impressive results for both data representation and classification for various vision tasks. Deep feature learning, however, typically requires a large amount of training data, which may not be…

Computer Vision and Pattern Recognition · Computer Science 2017-09-26 Yue Wu , Qiang Ji

Most deep trackers still follow the guidance of the siamese paradigms and use a template that contains only the target without any contextual information, which makes it difficult for the tracker to cope with large appearance changes, rapid…

Computer Vision and Pattern Recognition · Computer Science 2023-02-28 Kaijie He , Canlong Zhang , Sheng Xie , Zhixin Li , Zhiwen Wang

Training a neural network using backpropagation algorithm requires passing error gradients sequentially through the network. The backward locking prevents us from updating network layers in parallel and fully leveraging the computing…

Machine Learning · Computer Science 2019-05-30 Zhouyuan Huo , Bin Gu , Heng Huang

This paper addresses the task of unsupervised video multi-object segmentation. Current approaches follow a two-stage paradigm: 1) detect object proposals using pre-trained Mask R-CNN, and 2) conduct generic feature matching for temporal…

Computer Vision and Pattern Recognition · Computer Science 2021-04-13 Tianfei Zhou , Jianwu Li , Xueyi Li , Ling Shao

We present a fast and accurate visual tracking algorithm based on the multi-domain convolutional neural network (MDNet). The proposed approach accelerates feature extraction procedure and learns more discriminative models for instance…

Computer Vision and Pattern Recognition · Computer Science 2018-08-28 Ilchae Jung , Jeany Son , Mooyeol Baek , Bohyung Han