中文
相关论文

相关论文: Graph Neural Networks for 3D Multi-Object Tracking

200 篇论文

3D Multi-object tracking (MOT) is crucial to autonomous systems. Recent work uses a standard tracking-by-detection pipeline, where feature extraction is first performed independently for each object in order to compute an affinity matrix.…

计算机视觉与模式识别 · 计算机科学 2020-06-15 Xinshuo Weng , Yongxin Wang , Yunze Man , Kris Kitani

Object detection and data association are critical components in multi-object tracking (MOT) systems. Despite the fact that the two components are dependent on each other, prior works often design detection and data association modules…

计算机视觉与模式识别 · 计算机科学 2021-04-06 Yongxin Wang , Kris Kitani , Xinshuo Weng

This paper proposes a novel method for online Multi-Object Tracking (MOT) using Graph Convolutional Neural Network (GCNN) based feature extraction and end-to-end feature matching for object association. The Graph based approach incorporates…

计算机视觉与模式识别 · 计算机科学 2021-04-19 Ioannis Papakis , Abhijit Sarkar , Anuj Karpatne

Autonomous systems need to localize and track surrounding objects in 3D space for safe motion planning. As a result, 3D multi-object tracking (MOT) plays a vital role in autonomous navigation. Most MOT methods use a tracking-by-detection…

计算机视觉与模式识别 · 计算机科学 2020-11-26 Can Chen , Luca Zanotti Fragonara , Antonios Tsourdos

3D multi-object tracking (MOT) and trajectory forecasting are two critical components in modern 3D perception systems. We hypothesize that it is beneficial to unify both tasks under one framework to learn a shared feature representation of…

计算机视觉与模式识别 · 计算机科学 2020-08-27 Xinshuo Weng , Ye Yuan , Kris Kitani

Multi-object tracking (MOT) and trajectory prediction are two critical components in modern 3D perception systems that require accurate modeling of multi-agent interaction. We hypothesize that it is beneficial to unify both tasks under one…

计算机视觉与模式识别 · 计算机科学 2021-04-06 Xinshuo Weng , Ye Yuan , Kris Kitani

Most modern multi-object tracking (MOT) systems follow the tracking-by-detection paradigm. It first localizes the objects of interest, then extracting their individual appearance features to make data association. The individual features,…

计算机视觉与模式识别 · 计算机科学 2020-07-02 Tianyi Liang , Long Lan , Zhigang Luo

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

Multi-object tracking (MOT) with camera-LiDAR fusion demands accurate results of object detection, affinity computation and data association in real time. This paper presents an efficient multi-modal MOT framework with online joint…

计算机视觉与模式识别 · 计算机科学 2021-08-11 Kemiao Huang , Qi Hao

Tracking of objects in 3D is a fundamental task in computer vision that finds use in a wide range of applications such as autonomous driving, robotics or augmented reality. Most recent approaches for 3D multi object tracking (MOT) from…

计算机视觉与模式识别 · 计算机科学 2021-04-26 Jan-Nico Zaech , Dengxin Dai , Alexander Liniger , Martin Danelljan , Luc Van Gool

Online 3D multi-object tracking (MOT) has witnessed significant research interest in recent years, largely driven by demand from the autonomous systems community. However, 3D offline MOT is relatively less explored. Labeling 3D trajectory…

计算机视觉与模式识别 · 计算机科学 2022-05-17 Martin Buchner , Abhinav Valada

In this work, we present an end-to-end framework to settle data association in online Multiple-Object Tracking (MOT). Given detection responses, we formulate the frame-by-frame data association as Maximum Weighted Bipartite Matching…

计算机视觉与模式识别 · 计算机科学 2019-07-12 Xiaolong Jiang , Peizhao Li , Yanjing Li , Xiantong Zhen

Graph matching aims to establish correspondences between vertices of graphs such that both the node and edge attributes agree. Various learning-based methods were recently proposed for finding correspondences between image key points based…

计算机视觉与模式识别 · 计算机科学 2022-05-10 Zhenzhang Ye , Tarun Yenamandra , Florian Bernard , Daniel Cremers

A robust and accurate 3D detection system is an integral part of autonomous vehicles. Traditionally, a majority of 3D object detection algorithms focus on processing 3D point clouds using voxel grids or bird's eye view (BEV). Recent works,…

计算机视觉与模式识别 · 计算机科学 2020-09-18 Sumesh Thakur , Jiju Peethambaran

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

Multi-Object Tracking (MOT) plays a crucial role in autonomous driving systems, as it lays the foundations for advanced perception and precise path planning modules. Nonetheless, single agent based MOT lacks in sensing surroundings due to…

计算机视觉与模式识别 · 计算机科学 2025-06-12 Maria Damanaki , Nikos Piperigkos , Alexandros Gkillas , Aris S. Lalos

Multi-object tracking (MOT) is an integral part of any autonomous driving pipelines because itproduces trajectories which has been taken by other moving objects in the scene and helps predicttheir future motion. Thanks to the recent…

计算机视觉与模式识别 · 计算机科学 2021-01-22 Minh-Quan Dao , Vincent Frémont

Accurate and effective 3D object detection is critical for ensuring the driving safety of autonomous vehicles. Recently, state-of-the-art two-stage 3D object detectors have exhibited promising performance. However, these methods refine…

计算机视觉与模式识别 · 计算机科学 2024-05-14 Mingyu Liu , Ekim Yurtsever , Marc Brede , Jun Meng , Walter Zimmer , Xingcheng Zhou , Bare Luka Zagar , Yuning Cui , Alois Knoll

Multiple Object Tracking (MOT) plays an important role in solving many fundamental problems in video analysis in computer vision. Most MOT methods employ two steps: Object Detection and Data Association. The first step detects objects of…

计算机视觉与模式识别 · 计算机科学 2019-07-17 ShiJie Sun , Naveed Akhtar , HuanSheng Song , Ajmal Mian , Mubarak Shah

Graphs offer a natural way to formulate Multiple Object Tracking (MOT) and Multiple Object Tracking and Segmentation (MOTS) within the tracking-by-detection paradigm. However, they also introduce a major challenge for learning methods, as…

计算机视觉与模式识别 · 计算机科学 2022-07-18 Guillem Braso , Orcun Cetintas , Laura Leal-Taixe
‹ 上一页 1 2 3 10 下一页 ›