paper-with-me

Papers

Minkowski Tracker: A Sparse Spatio-Temporal R-CNN for Joint Object Detection and Tracking

2022-08-22 · JunYoung Gwak, Silvio Savarese, Jeannette Bohg

Recent research in multi-task learning reveals the benefit of solving related problems in a single neural network. 3D object detection and multi-object tracking (MOT) are two heavily intertwined problems predicting and associating an object instance location across time. However, most previous works in 3D MOT treat the detector as a preceding separated pipeline, disjointly taking the output of the detector as an input to the tracker. In this work, we present Minkowski Tracker, a sparse spatio-temporal R-CNN that jointly solves object detection and tracking. Inspired by region-based CNN (R-CNN), we propose to solve tracking as a second stage of the object detector R-CNN that predicts assignment probability to tracks. First, Minkowski Tracker takes 4D point clouds as input to generate a spatio-temporal Bird's-eye-view (BEV) feature map through a 4D sparse convolutional encoder network. Then, our proposed TrackAlign aggregates the track region-of-interest (ROI) features from the BEV features. Finally, Minkowski Tracker updates the track and its confidence score based on the detection-to-track match probability predicted from the ROI features. We show in large-scale experiments that the overall performance gain of our method is due to four factors: 1. The temporal reasoning of the 4D encoder improves the detection performance 2. The multi-task learning of object detection and MOT jointly enhances each other 3. The detection-to-track match score learns implicit motion model to enhance track assignment 4. The detection-to-track match score improves the quality of the track confidence score. As a result, Minkowski Tracker achieved the state-of-the-art performance on Nuscenes dataset tracking task without hand-designed motion models.

📄 PDF Abstract BibTeX arXiv:2208.10056

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionMulti-Object TrackingMulti-Task LearningObjectobject-detectionObject DetectionObject Tracking

Similar Papers 제목 키워드 기반

4D Spatio-Temporal ConvNets: Minkowski Convolutional Neural Networks

2019-04-18 · CVPR 2019 6 · Christopher Choy, JunYoung Gwak, Silvio Savarese

In many robotics and VR/AR applications, 3D-videos are readily-available sources of input (a continuous sequence of depth images, or LIDAR scans). However, those 3D-videos are processed frame-by-frame either through 2D c…

3D Semantic Segmentation4D Spatio Temporal Semantic SegmentationRobust 3D Semantic SegmentationSemantic Segmentation

Joint 3D Object Detection and Tracking Using Spatio-Temporal Representation of Camera Image and LiDAR Point Clouds

2021-12-14 · Junho Koh, Jaekyum Kim, Jinhyuk Yoo, Yecheol Kim 외

In this paper, we propose a new joint object detection and tracking (JoDT) framework for 3D object detection and tracking based on camera and LiDAR sensors. The proposed method, referred to as 3D DetecTrack, enables the …

3D Object DetectionGraph Neural NetworkObjectobject-detection+1

Joint Unsupervised Deformable Spatio-Temporal Alignment of Sequences

2016-06-01 · CVPR 2016 6 · Lazaros Zafeiriou, Epameinondas Antonakos, Stefanos Zafeiriou, Maja Pantic

Typically, the problems of spatial and temporal alignment of sequences are considered disjoint. That is, in order to align two sequences, a methodology that (non)-rigidly aligns the images is first applied, followed by t…

STARS: Sparse Learning Correlation Filter with Spatio-temporal Regularization and Super-resolution Reconstruction for Thermal Infrared Target Tracking

2025-04-20 · Shang Zhang, Xiaobo Ding, Huanbin Zhang, Ruoyan Xiong 외

Thermal infrared (TIR) target tracking methods often adopt the correlation filter (CF) framework due to its computational efficiency. However, the low resolution of TIR images, along with tracking interference, significa…

Computational EfficiencySparse LearningSuper-Resolution

Exploring Reliable Spatiotemporal Dependencies for Efficient Visual Tracking

2026-01-14 · Junze Shi, Yang Yu, Jian Shi, Haibo Luo arxiv

Recent advances in transformer-based lightweight object tracking have established new standards across benchmarks, leveraging the global receptive field and powerful feature extraction capabilities of attention mechanism…

Object TrackingVisual Tracking