paper-with-me

Papers

OST: Efficient One-stream Network for 3D Single Object Tracking in Point Clouds

2022-10-16 · Xiantong Zhao, Yinan Han, Shengjing Tian, Jian Liu, Xiuping Liu

Although recent Siamese network-based trackers have achieved impressive perceptual accuracy for single object tracking in LiDAR point clouds, they usually utilized heavy correlation operations to capture category-level characteristics only, and overlook the inherent merit of arbitrariness in contrast to multiple object tracking. In this work, we propose a radically novel one-stream network with the strength of the instance-level encoding, which avoids the correlation operations occurring in previous Siamese network, thus considerably reducing the computational effort. In particular, the proposed method mainly consists of a Template-aware Transformer Module (TTM) and a Multi-scale Feature Aggregation (MFA) module capable of fusing spatial and semantic information. The TTM stitches the specified template and the search region together and leverages an attention mechanism to establish the information flow, breaking the previous pattern of independent \textit{extraction-and-correlation}. As a result, this module makes it possible to directly generate template-aware features that are suitable for the arbitrary and continuously changing nature of the target, enabling the model to deal with unseen categories. In addition, the MFA is proposed to make spatial and semantic information complementary to each other, which is characterized by reverse directional feature propagation that aggregates information from shallow to deep layers. Extensive experiments on KITTI and nuScenes demonstrate that our method has achieved considerable performance not only for class-specific tracking but also for class-agnostic tracking with less computation and higher efficiency.

📄 PDF Abstract BibTeX arXiv:2210.08518

Code (0)

등록된 구현이 없습니다.

Tasks

3D Single Object TrackingMultiple Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

EasyTrack: Efficient and Compact One-stream 3D Point Clouds Tracker

2024-04-09 · Baojie Fan, Wuyang Zhou, Kai Wang, Shijun Zhou 외

Most of 3D single object trackers (SOT) in point clouds follow the two-stream multi-stage 3D Siamese or motion tracking paradigms, which process the template and search area point clouds with two parallel branches, built…

MMF-Track: Multi-modal Multi-level Fusion for 3D Single Object Tracking

2023-05-11 · Zhiheng Li, Yubo Cui, Yu Lin, Zheng Fang

3D single object tracking plays a crucial role in computer vision. Mainstream methods mainly rely on point clouds to achieve geometry matching between target template and search area. However, textureless and incomplete …

3D Single Object TrackingObject Tracking

VoxelTrack: Exploring Voxel Representation for 3D Point Cloud Object Tracking

2024-08-05 · Yuxuan Lu, Jiahao Nie, Zhiwei He, Hongjie Gu 외

Current LiDAR point cloud-based 3D single object tracking (SOT) methods typically rely on point-based representation network. Despite demonstrated success, such networks suffer from some fundamental problems: 1) It conta…

3D Single Object TrackingGPUObject TrackingTask 2

3D Single-object Tracking in Point Clouds with High Temporal Variation

2024-08-04 · Qiao Wu, Kun Sun, Pei An, Mathieu Salzmann 외

The high temporal variation of the point clouds is the key challenge of 3D single-object tracking (3D SOT). Existing approaches rely on the assumption that the shape variation of the point clouds and the motion of the ob…

3D Single Object TrackingObject Tracking

Finite Element Based Tracking of Deforming Surfaces

2013-06-19 · Stefanie Wuhrer, Jochen Lang, Motahareh Tekieh, Chang Shu

We present an approach to robustly track the geometry of an object that deforms over time from a set of input point clouds captured from a single viewpoint. The deformations we consider are caused by applying forces to k…

Object