paper-with-me

홈 › Papers

MapTracker: Tracking with Strided Memory Fusion for Consistent Vector HD Mapping

2024-03-23 · Jiacheng Chen, Yuefan Wu, Jiaqi Tan, Hang Ma, Yasutaka Furukawa

This paper presents a vector HD-mapping algorithm that formulates the mapping as a tracking task and uses a history of memory latents to ensure consistent reconstructions over time. Our method, MapTracker, accumulates a sensor stream into memory buffers of two latent representations: 1) Raster latents in the bird's-eye-view (BEV) space and 2) Vector latents over the road elements (i.e., pedestrian-crossings, lane-dividers, and road-boundaries). The approach borrows the query propagation paradigm from the tracking literature that explicitly associates tracked road elements from the previous frame to the current, while fusing a subset of memory latents selected with distance strides to further enhance temporal consistency. A vector latent is decoded to reconstruct the geometry of a road element. The paper further makes benchmark contributions by 1) Improving processing code for existing datasets to produce consistent ground truth with temporal alignments and 2) Augmenting existing mAP metrics with consistency checks. MapTracker significantly outperforms existing methods on both nuScenes and Agroverse2 datasets by over 8% and 19% on the conventional and the new consistency-aware metrics, respectively. The code and models are available on our project page: https://map-tracker.github.io.

📄 PDF Abstract BibTeX arXiv:2403.15951

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

P2M-DeTrack: Processing-in-Pixel-in-Memory for Energy-efficient and Real-Time Multi-Object Detection and Tracking

2022-05-28 · Gourav Datta, Souvik Kundu, Zihan Yin, Joe Mathai 외

Today's high resolution, high frame rate cameras in autonomous vehicles generate a large volume of data that needs to be transferred and processed by a downstream processor or machine learning (ML) accelerator to enable …

Autonomous VehiclesObjectobject-detectionObject Detection

Research on Data Fusion Algorithm Based on Deep Learning in Target Tracking

2022-11-23 · Huihui Wu

Aiming at the limitation that deep long and short-term memory network(DLSTM) algorithm cannot perform parallel computing and cannot obtain global information, in this paper, feature extraction and feature processing are …

Deep Learning-Based Robust Multi-Object Tracking via Fusion of mmWave Radar and Camera Sensors

2024-07-10 · Lei Cheng, Arindam Sengupta, Siyang Cao

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

Autonomous Drivingmotion predictionMulti-Object TrackingObject Tracking

Exploiting Temporal Contexts with Strided Transformer for 3D Human Pose Estimation

2021-03-26 · Wenhao Li, Hong Liu, Runwei Ding, Mengyuan Liu 외

Despite the great progress in 3D human pose estimation from videos, it is still an open problem to take full advantage of a redundant 2D pose sequence to learn representative representations for generating one 3D pose. T…

3D Human Pose EstimationMonocular 3D Human Pose EstimationPose Estimation

Structured Pruning of Deep Convolutional Neural Networks

2015-12-29 · Sajid Anwar, Kyuyeon Hwang, Wonyong Sung

Real time application of deep learning algorithms is often hindered by high computational complexity and frequent memory accesses. Network pruning is a promising technique to solve this problem. However, pruning usually …

Network Pruning