中文
相关论文

相关论文: Model-free Tracking with Deep Appearance and Motio…

200 篇论文

Data association-based multiple object tracking (MOT) involves multiple separated modules processed or optimized differently, which results in complex method design and requires non-trivial tuning of parameters. In this paper, we present an…

计算机视觉与模式识别 · 计算机科学 2019-04-11 Peng Chu , Haibin Ling

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…

计算机视觉与模式识别 · 计算机科学 2018-08-28 Ilchae Jung , Jeany Son , Mooyeol Baek , Bohyung Han

Recent online Multi-Object Tracking (MOT) methods have achieved desirable tracking performance. However, the tracking speed of most existing methods is rather slow. Inspired from the fact that the adjacent frames are highly relevant and…

计算机视觉与模式识别 · 计算机科学 2022-04-06 Qiankun Liu , Bin Liu , Yue Wu , Weihai Li , Nenghai Yu

With the recent advances in the object detection research field, tracking-by-detection has become the leading paradigm adopted by multi-object tracking algorithms. By extracting different features from detected objects, those algorithms can…

计算机视觉与模式识别 · 计算机科学 2020-07-14 Michel Meneses , Leonardo Matos , Bruno Prado , André de Carvalho , Hendrik Macedo

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…

计算机视觉与模式识别 · 计算机科学 2020-10-12 Young-Chul Yoon , Du Yong Kim , Young-min Song , Kwangjin Yoon , Moongu Jeon

Object detection has long been a topic of high interest in computer vision literature. Motivated by the fact that annotating data for the multi-object tracking (MOT) problem is immensely expensive, recent studies have turned their attention…

计算机视觉与模式识别 · 计算机科学 2023-09-06 Son Tran , Cong Tran , Anh Tran , Cuong Pham

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 methods, their online-only…

计算机视觉与模式识别 · 计算机科学 2021-12-03 Luca Bertinetto , Jack Valmadre , João F. Henriques , Andrea Vedaldi , Philip H. S. Torr

Due to object detection's close relationship with video analysis and image understanding, it has attracted much research attention in recent years. Traditional object detection methods are built on handcrafted features and shallow trainable…

计算机视觉与模式识别 · 计算机科学 2019-04-17 Zhong-Qiu Zhao , Peng Zheng , Shou-tao Xu , Xindong Wu

Vehicle tracking task plays an important role on the internet of vehicles and intelligent transportation system. Beyond the traditional GPS sensor, the image sensor can capture different kinds of vehicles, analyze their driving situation…

计算机视觉与模式识别 · 计算机科学 2018-11-08 Xu Kang , Bin Song , Jie Guo , Xiaojiang Du , Mohsen Guizani

We propose a data-driven approach to online multi-object tracking (MOT) that uses a convolutional neural network (CNN) for data association in a tracking-by-detection framework. The problem of multi-target tracking aims to assign noisy…

计算机视觉与模式识别 · 计算机科学 2019-05-09 Erkan Baser , Venkateshwaran Balasubramanian , Prarthana Bhattacharyya , Krzysztof Czarnecki

The most common paradigm for vision-based multi-object tracking is tracking-by-detection, due to the availability of reliable detectors for several important object categories such as cars and pedestrians. However, future mobile systems…

计算机视觉与模式识别 · 计算机科学 2017-12-22 Aljoša Ošep , Wolfgang Mehner , Paul Voigtlaender , Bastian Leibe

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…

计算机视觉与模式识别 · 计算机科学 2021-06-04 Drew Linsley , Girik Malik , Junkyung Kim , Lakshmi N Govindarajan , Ennio Mingolla , Thomas Serre

Recent approaches for high accuracy detection and tracking of object categories in video consist of complex multistage solutions that become more cumbersome each year. In this paper we propose a ConvNet architecture that jointly performs…

计算机视觉与模式识别 · 计算机科学 2018-03-08 Christoph Feichtenhofer , Axel Pinz , Andrew Zisserman

Deep SORT\cite{wojke2017simple} is a tracking-by-detetion approach to multiple object tracking with a detector and a RE-ID model. Both separately training and inference with the two model is time-comsuming. In this paper, we unify the…

计算机视觉与模式识别 · 计算机科学 2019-07-09 Yuhao Xu , Jiakui Wang

Tracking by detection, the dominant approach for online multi-object tracking, alternates between localization and association steps. As a result, it strongly depends on the quality of instantaneous observations, often failing when objects…

计算机视觉与模式识别 · 计算机科学 2021-10-04 Pavel Tokmakov , Jie Li , Wolfram Burgard , Adrien Gaidon

Multitarget Tracking (MTT) is the problem of tracking the states of an unknown number of objects using noisy measurements, with important applications to autonomous driving, surveillance, robotics, and others. In the model-based Bayesian…

机器学习 · 计算机科学 2021-06-07 Juliano Pinto , Georg Hess , William Ljungbergh , Yuxuan Xia , Lennart Svensson , Henk Wymeersch

Object trackers based on Convolution Neural Network (CNN) have achieved state-of-the-art performance on recent tracking benchmarks, while they suffer from slow computational speed. The high computational load arises from the extraction of…

图像与视频处理 · 电气工程与系统科学 2019-01-10 Al-Hussein A. El-Shafie , Mohamed Zaki , Serag El-Din Habib

In this paper, we study a discriminatively trained deep convolutional network for the task of visual tracking. Our tracker utilizes both motion and appearance features that are extracted from a pre-trained dual stream deep convolution…

计算机视觉与模式识别 · 计算机科学 2015-12-15 Meera Hahn , Si Chen , Afshin Dehghan

Most modern multiple object tracking (MOT) systems follow the tracking-by-detection paradigm, consisting of a detector followed by a method for associating detections into tracks. There is a long history in tracking of combining motion and…

计算机视觉与模式识别 · 计算机科学 2021-06-08 Mohamed Chaabane , Peter Zhang , J. Ross Beveridge , Stephen O'Hara

This work presents an approach for modelling and tracking previously unseen objects for robotic grasping tasks. Using the motion of objects in a scene, our approach segments rigid entities from the scene and continuously tracks them to…

机器人学 · 计算机科学 2022-08-24 Christian Rauch , Ran Long , Vladimir Ivan , Sethu Vijayakumar