中文
相关论文

相关论文: Single Object Tracking through a Fast and Effectiv…

200 篇论文

This paper explores a pragmatic approach to multiple object tracking where the main focus is to associate objects efficiently for online and realtime applications. To this end, detection quality is identified as a key factor influencing…

计算机视觉与模式识别 · 计算机科学 2017-07-10 Alex Bewley , Zongyuan Ge , Lionel Ott , Fabio Ramos , Ben Upcroft

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 task and individual components in tracking systems…

计算机视觉与模式识别 · 计算机科学 2017-11-21 Zheng Zhu , Guan Huang , Wei Zou , Dalong Du , Chang Huang

Robust multi-object tracking (MOT) is a prerequisite fora safe deployment of self-driving cars. Tracking objects, however, remains a highly challenging problem, especially in cluttered autonomous driving scenes in which objects tend to…

计算机视觉与模式识别 · 计算机科学 2020-08-20 Wei-Chih Hung , Henrik Kretzschmar , Tsung-Yi Lin , Yuning Chai , Ruichi Yu , Ming-Hsuan Yang , Dragomir Anguelov

More powerful feature representations derived from deep neural networks benefit visual tracking algorithms widely. However, the lack of exploitation on temporal information prevents tracking algorithms from adapting to appearances changing…

计算机视觉与模式识别 · 计算机科学 2019-08-05 Tao Hu , Lichao Huang , Xianming Liu , Han Shen

Self-driving cars and other autonomous vehicles need to detect and track objects in camera images. We present a simple online tracking algorithm that is based on a constant velocity motion model with a Kalman filter, and an assignment…

计算机视觉与模式识别 · 计算机科学 2021-01-20 Niels Ole Salscheider

Continual learning is a challenging real-world problem for constructing a mature AI system when data are provided in a streaming fashion. Despite recent progress in continual classification, the researches of continual object detection are…

计算机视觉与模式识别 · 计算机科学 2022-05-09 Binbin Yang , Xinchi Deng , Han Shi , Changlin Li , Gengwei Zhang , Hang Xu , Shen Zhao , Liang Lin , Xiaodan Liang

We present a novel transformer-based architecture for global multi-object tracking. Our network takes a short sequence of frames as input and produces global trajectories for all objects. The core component is a global tracking transformer…

计算机视觉与模式识别 · 计算机科学 2022-04-27 Xingyi Zhou , Tianwei Yin , Vladlen Koltun , Philipp Krähenbühl

Occlusion is a long-standing problem that causes many modern tracking methods to be erroneous. In this paper, we address the occlusion problem by exploiting the current and future possible locations of the target object from its past…

计算机视觉与模式识别 · 计算机科学 2020-10-16 Yuan Liu , Ruoteng Li , Robby T. Tan , Yu Cheng , Xiubao Sui

Siamese network based trackers formulate the visual tracking task as a similarity matching problem. Almost all popular Siamese trackers realize the similarity learning via convolutional feature cross-correlation between a target branch and…

计算机视觉与模式识别 · 计算机科学 2020-11-24 Dongyan Guo , Yanyan Shao , Ying Cui , Zhenhua Wang , Liyan Zhang , Chunhua Shen

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

计算机视觉与模式识别 · 计算机科学 2024-11-28 Chaoyi Tan , Xiangtian Li , Xiaobo Wang , Zhen Qi , Ao Xiang

Current state-of-the-art (SOTA) methods in visual object tracking often require extensive computational resources and vast amounts of training data, leading to a risk of overfitting. This study introduces a more efficient training strategy…

计算机视觉与模式识别 · 计算机科学 2023-09-07 Qingmao Wei , Bi Zeng , Guotian Zeng

Object detection and object tracking are usually treated as two separate processes. Significant progress has been made for object detection in 2D images using deep learning networks. The usual tracking-by-detection pipeline for object…

计算机视觉与模式识别 · 计算机科学 2019-02-06 Chenge Li , Gregory Dobler , Xin Feng , Yao Wang

Recent advances in visual tracking are based on siamese feature extractors and template matching. For this category of trackers, latest research focuses on better feature embeddings and similarity measures. In this work, we focus on…

计算机视觉与模式识别 · 计算机科学 2019-08-07 Axel Sauer , Elie Aljalbout , Sami Haddadin

Current state-of-the-art trackers only rely on a target appearance model in order to localize the object in each frame. Such approaches are however prone to fail in case of e.g. fast appearance changes or presence of distractor objects,…

计算机视觉与模式识别 · 计算机科学 2020-05-04 Goutam Bhat , Martin Danelljan , Luc Van Gool , Radu Timofte

Although modern object detectors rely heavily on a significant amount of training data, humans can easily detect novel objects using a few training examples. The mechanism of the human visual system is to interpret spatial relationships…

计算机视觉与模式识别 · 计算机科学 2022-11-03 Geonuk Kim , Hong-Gyu Jung , Seong-Whan Lee

Effective tracking of surrounding traffic participants allows for an accurate state estimation as a necessary ingredient for prediction of future behavior and therefore adequate planning of the ego vehicle trajectory. One approach for…

机器人学 · 计算机科学 2024-06-04 Patrick Palmer , Martin Krüger , Richard Altendorfer , Torsten Bertram

Most of existing correlation filter-based tracking approaches only estimate simple axis-aligned bounding boxes, and very few of them is capable of recovering the underlying similarity transformation. To tackle this challenging problem, in…

计算机视觉与模式识别 · 计算机科学 2018-11-08 Yang Li , Jianke Zhu , Steven C. H. Hoi , Wenjie Song , Zhefeng Wang , Hantang Liu

A practical long-term tracker typically contains three key properties, i.e. an efficient model design, an effective global re-detection strategy and a robust distractor awareness mechanism. However, most state-of-the-art long-term trackers…

计算机视觉与模式识别 · 计算机科学 2021-04-27 Zikai Zhang , Bineng Zhong , Shengping Zhang , Zhenjun Tang , Xin Liu , Zhaoxiang Zhang

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,…

计算机视觉与模式识别 · 计算机科学 2021-03-03 Zhenxi Li , Guillaume-Alexandre Bilodeau , Wassim Bouachir

Structured output support vector machine (SVM) based tracking algorithms have shown favorable performance recently. Nonetheless, the time-consuming candidate sampling and complex optimization limit their real-time applications. In this…

计算机视觉与模式识别 · 计算机科学 2017-03-21 Mengmeng Wang , Yong Liu , Zeyi Huang