paper-with-me

홈 › Papers

ARM3D: Attention-based relation module for indoor 3D object detection

2022-02-20 · Yuqing Lan, Yao Duan, Chenyi Liu, Chenyang Zhu, Yueshan Xiong, Hui Huang, Kai Xu

Relation context has been proved to be useful for many challenging vision tasks. In the field of 3D object detection, previous methods have been taking the advantage of context encoding, graph embedding, or explicit relation reasoning to extract relation context. However, there exists inevitably redundant relation context due to noisy or low-quality proposals. In fact, invalid relation context usually indicates underlying scene misunderstanding and ambiguity, which may, on the contrary, reduce the performance in complex scenes. Inspired by recent attention mechanism like Transformer, we propose a novel 3D attention-based relation module (ARM3D). It encompasses object-aware relation reasoning to extract pair-wise relation contexts among qualified proposals and an attention module to distribute attention weights towards different relation contexts. In this way, ARM3D can take full advantage of the useful relation context and filter those less relevant or even confusing contexts, which mitigates the ambiguity in detection. We have evaluated the effectiveness of ARM3D by plugging it into several state-of-the-art 3D object detectors and showing more accurate and robust detection results. Extensive experiments show the capability and generalization of ARM3D on 3D object detection. Our source code is available at https://github.com/lanlan96/ARM3D.

📄 PDF Abstract BibTeX arXiv:2202.09715

Code (1)

lanlan96/arm3d 공식 구현 pytorch

Tasks

3D Object DetectionGraph EmbeddingObjectobject-detectionObject DetectionRelation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
Adam 설명 없음
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…
Position-Wise Feed-Forward Layer 설명 없음
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…

Similar Papers 제목 키워드 기반

SPGroup3D: Superpoint Grouping Network for Indoor 3D Object Detection

2023-12-21 · Yun Zhu, Le Hui, Yaqi Shen, Jin Xie

Current 3D object detection methods for indoor scenes mainly follow the voting-and-grouping strategy to generate proposals. However, most methods utilize instance-agnostic groupings, such as ball query, leading to incons…

3D Object Detectionobject-detectionObject Detection

Object-to-Scene: Learning to Transfer Object Knowledge to Indoor Scene Recognition

2021-08-01 · Bo Miao, Liguang Zhou, Ajmal Mian, Tin Lun Lam 외

Accurate perception of the surrounding scene is helpful for robots to make reasonable judgments and behaviours. Therefore, developing effective scene representation and recognition methods are of significant importance i…

ObjectScene Recognition

Hierarchical Point Attention for Indoor 3D Object Detection

2023-01-06 · Manli Shu, Le Xue, Ning Yu, Roberto Martín-Martín 외

3D object detection is an essential vision technique for various robotic systems, such as augmented reality and domestic robots. Transformers as versatile network architectures have recently seen great success in 3D poin…

3D Object DetectionObjectobject-detectionObject Detection

UniGeo: A Unified 3D Indoor Object Detection Framework Integrating Geometry-Aware Learning and Dynamic Channel Gating

2026-01-30 · Xing Yi, Jinyang Huang, Feng-Qi Cui, Anyang Tong 외 arxiv

The growing adoption of robotics and augmented reality in real-world applications has driven considerable research interest in 3D object detection based on point clouds. While previous methods address unified training ac…

3D Object DetectionPoint Clouds

Smart Home Device Detection Algorithm Based on FSA-YOLOv5

2023-05-08 · Jiafeng Zhang, Xuejing Pu

Smart home device detection is a critical aspect of human-computer interaction. However, detecting targets in indoor environments can be challenging due to interference from ambient light and background noise. In this pa…