paper-with-me

Papers

Multi-Correlation Siamese Transformer Network with Dense Connection for 3D Single Object Tracking

2023-12-18 · Shihao Feng, Pengpeng Liang, Jin Gao, Erkang Cheng

Point cloud-based 3D object tracking is an important task in autonomous driving. Though great advances regarding Siamese-based 3D tracking have been made recently, it remains challenging to learn the correlation between the template and search branches effectively with the sparse LIDAR point cloud data. Instead of performing correlation of the two branches at just one point in the network, in this paper, we present a multi-correlation Siamese Transformer network that has multiple stages and carries out feature correlation at the end of each stage based on sparse pillars. More specifically, in each stage, self-attention is first applied to each branch separately to capture the non-local context information. Then, cross-attention is used to inject the template information into the search area. This strategy allows the feature learning of the search area to be aware of the template while keeping the individual characteristics of the template intact. To enable the network to easily preserve the information learned at different stages and ease the optimization, for the search area, we densely connect the initial input sparse pillars and the output of each stage to all subsequent stages and the target localization network, which converts pillars to bird's eye view (BEV) feature maps and predicts the state of the target with a small densely connected convolution network. Deep supervision is added to each stage to further boost the performance as well. The proposed algorithm is evaluated on the popular KITTI, nuScenes, and Waymo datasets, and the experimental results show that our method achieves promising performance compared with the state-of-the-art. Ablation study that shows the effectiveness of each component is provided as well. Code is available at https://github.com/liangp/MCSTN-3DSOT.

📄 PDF Abstract BibTeX arXiv:2312.11051

Code (1)

liangp/mcstn-3dsot 공식 구현 pytorch

Tasks

3D Object Tracking3D Single Object TrackingAutonomous DrivingFeature CorrelationObject Tracking

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

3D Siamese Transformer Network for Single Object Tracking on Point Clouds

2022-07-25 · Le Hui, Lingpeng Wang, Linghua Tang, Kaihao Lan 외

Siamese network based trackers formulate 3D single object tracking as cross-correlation learning between point features of a template and a search area. Due to the large appearance variation between the template and sear…

3D Single Object TrackingObject Tracking

Correlation-Embedded Transformer Tracking: A Single-Branch Framework

2024-01-23 · Fei Xie, Wankou Yang, Chunyu Wang, Lei Chu 외

Developing robust and discriminative appearance models has been a long-standing research challenge in visual object tracking. In the prevalent Siamese-based paradigm, the features extracted by the Siamese-like networks a…

Feature CorrelationObject TrackingVisual Object Tracking

A Dense Siamese U-Net trained with Edge Enhanced 3D IOU Loss for Image Co-segmentation

2021-08-17 · Xi Liu, Xiabi Liu, Huiyu Li, Xiaopeng Gong

Image co-segmentation has attracted a lot of attentions in computer vision community. In this paper, we propose a new approach to image co-segmentation through introducing the dense connections into the decoder path of S…

DecoderSegmentation

LSNet: Extremely Light-Weight Siamese Network For Change Detection in Remote Sensing Image

2022-01-23 · BiYuan Liu, HuaiXin Chen, Zhixi Wang

The Siamese network is becoming the mainstream in change detection of remote sensing images (RSI). However, in recent years, the development of more complicated structure, module and training processe has resulted in the…

Change Detectionvalid

SiameseNorm: Breaking the Barrier to Reconciling Pre/Post-Norm

2026-02-08 · Tianyu Li, Dongchen Han, Zixuan Cao, Haofeng Huang 외 arxiv

The long-standing tension between Pre- and Post-Norm remains an open problem in Transformer architecture, reflecting a fundamental trade-off between training stability and representational capacity. Prior attempts to com…