paper-with-me

Papers

Improving 3D Object Detection with Channel-wise Transformer

2021-08-23 · ICCV 2021 10 · Hualian Sheng, Sijia Cai, YuAn Liu, Bing Deng, Jianqiang Huang, Xian-Sheng Hua, Min-Jian Zhao

Though 3D object detection from point clouds has achieved rapid progress in recent years, the lack of flexible and high-performance proposal refinement remains a great hurdle for existing state-of-the-art two-stage detectors. Previous works on refining 3D proposals have relied on human-designed components such as keypoints sampling, set abstraction and multi-scale feature fusion to produce powerful 3D object representations. Such methods, however, have limited ability to capture rich contextual dependencies among points. In this paper, we leverage the high-quality region proposal network and a Channel-wise Transformer architecture to constitute our two-stage 3D object detection framework (CT3D) with minimal hand-crafted design. The proposed CT3D simultaneously performs proposal-aware embedding and channel-wise context aggregation for the point features within each proposal. Specifically, CT3D uses proposal's keypoints for spatial contextual modelling and learns attention propagation in the encoding module, mapping the proposal to point embeddings. Next, a new channel-wise decoding module enriches the query-key interaction via channel-wise re-weighting to effectively merge multi-level contexts, which contributes to more accurate object predictions. Extensive experiments demonstrate that our CT3D method has superior performance and excellent scalability. Remarkably, CT3D achieves the AP of 81.77% in the moderate car category on the KITTI test 3D detection benchmark, outperforms state-of-the-art 3D detectors.

📄 PDF Abstract BibTeX arXiv:2108.10723

Code (1)

hlsheng1/ct3d 공식 구현 pytorch

Tasks

3D Object DetectionObjectobject-detectionObject DetectionRegion Proposal

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…
Position-Wise Feed-Forward Layer 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
CT3D 설명 없음
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…
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$…

Similar Papers 제목 키워드 기반

Temporal-Channel Transformer for 3D Lidar-Based Video Object Detection in Autonomous Driving

2020-11-27 · Zhenxun Yuan, Xiao Song, Lei Bai, Wengang Zhou 외

The strong demand of autonomous driving in the industry has lead to strong interest in 3D object detection and resulted in many excellent 3D object detection algorithms. However, the vast majority of algorithms only mode…

3D Object DetectionAutonomous DrivingDecoderObject+3

Cross-Layer Feature Pyramid Transformer for Small Object Detection in Aerial Images

2024-07-29 · Zewen Du, Zhenjiang Hu, Guiyu Zhao, Ying Jin 외

Object detection in aerial images has always been a challenging task due to the generally small size of the objects. Most current detectors prioritize novel detection frameworks, often overlooking research on fundamental…

object-detectionObject DetectionObject Detection In Aerial ImagesSmall Object Detection

CT3D++: Improving 3D Object Detection with Keypoint-induced Channel-wise Transformer

2024-06-12 · Hualian Sheng, Sijia Cai, Na Zhao, Bing Deng 외

The field of 3D object detection from point clouds is rapidly advancing in computer vision, aiming to accurately and efficiently detect and localize objects in three-dimensional space. Current 3D detectors commonly fall …

3D Object DetectionDecoderobject-detectionObject Detection

On the Connection between Local Attention and Dynamic Depth-wise Convolution

2021-06-08 · ICLR 2022 4 · Qi Han, Zejia Fan, Qi Dai, Lei Sun 외

Vision Transformer (ViT) attains state-of-the-art performance in visual recognition, and the variant, Local Vision Transformer, makes further improvements. The major component in Local Vision Transformer, local attention…

object-detectionObject DetectionPositionSemantic Segmentation

Efficient Joint Detection and Multiple Object Tracking with Spatially Aware Transformer

2022-11-09 · Siddharth Sagar Nijhawan, Leo Hoshikawa, Atsushi Irie, Masakazu Yoshimura 외

We propose a light-weight and highly efficient Joint Detection and Tracking pipeline for the task of Multi-Object Tracking using a fully-transformer architecture. It is a modified version of TransTrack, which overcomes t…

Multi-Object TrackingMultiple Object TrackingObject Tracking