paper-with-me

Papers

PTTR: Relational 3D Point Cloud Object Tracking with Transformer

2021-12-06 · CVPR 2022 1 · Changqing Zhou, Zhipeng Luo, Yueru Luo, Tianrui Liu, Liang Pan, Zhongang Cai, Haiyu Zhao, Shijian Lu

In a point cloud sequence, 3D object tracking aims to predict the location and orientation of an object in the current search point cloud given a template point cloud. Motivated by the success of transformers, we propose Point Tracking TRansformer (PTTR), which efficiently predicts high-quality 3D tracking results in a coarse-to-fine manner with the help of transformer operations. PTTR consists of three novel designs. 1) Instead of random sampling, we design Relation-Aware Sampling to preserve relevant points to given templates during subsampling. 2) Furthermore, we propose a Point Relation Transformer (PRT) consisting of a self-attention and a cross-attention module. The global self-attention operation captures long-range dependencies to enhance encoded point features for the search area and the template, respectively. Subsequently, we generate the coarse tracking results by matching the two sets of point features via cross-attention. 3) Based on the coarse tracking results, we employ a novel Prediction Refinement Module to obtain the final refined prediction. In addition, we create a large-scale point cloud single object tracking benchmark based on the Waymo Open Dataset. Extensive experiments show that PTTR achieves superior point cloud tracking in both accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2112.02857

Code (1)

jasonkks/pttr 공식 구현 pytorch

Tasks

3D Object TrackingObjectObject TrackingPoint TrackingRelation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Exploring Point-BEV Fusion for 3D Point Cloud Object Tracking with Transformer

2022-08-10 · Zhipeng Luo, Changqing Zhou, Liang Pan, Gongjie Zhang 외

With the prevalence of LiDAR sensors in autonomous driving, 3D object tracking has received increasing attention. In a point cloud sequence, 3D object tracking aims to predict the location and orientation of an object in…

3D Object TrackingAutonomous DrivingObjectObject Tracking+1

3D Object Tracking with Transformer

2021-10-28 · Yubo Cui, Zheng Fang, Jiayao Shan, Zuoxu Gu 외

Feature fusion and similarity computation are two core problems in 3D object tracking, especially for object tracking using sparse and disordered point clouds. Feature fusion could make similarity computing more efficien…

3D Object TrackingDecoderObjectObject Tracking

Out of Sight, Still in Mind: Reasoning and Planning about Unobserved Objects with Video Tracking Enabled Memory Models

2023-09-26 · Yixuan Huang, Jialin Yuan, Chanho Kim, Pupul Pradhan 외

Robots need to have a memory of previously observed, but currently occluded objects to work reliably in realistic environments. We investigate the problem of encoding object-oriented memory into a multi-object manipulati…

ObjectObject Discovery

PointTrackNet: An End-to-End Network For 3-D Object Detection and Tracking From Point Clouds

2020-02-26 · Sukai Wang, Yuxiang Sun, Chengju Liu, Ming Liu

Recent machine learning-based multi-object tracking (MOT) frameworks are becoming popular for 3-D point clouds. Most traditional tracking approaches use filters (e.g., Kalman filter or particle filter) to predict object …

Multi-Object TrackingObjectobject-detectionObject Detection+1

Variational Relational Point Completion Network

2021-04-20 · CVPR 2021 1 · Liang Pan, Xinyi Chen, Zhongang Cai, Junzhe Zhang 외

Real-scanned point clouds are often incomplete due to viewpoint, occlusion, and noise. Existing point cloud completion methods tend to generate global shape skeletons and hence lack fine local details. Furthermore, they …

Point Cloud Completion