paper-with-me

Papers

Group-Free 3D Object Detection via Transformers

2021-04-01 · ICCV 2021 10 · Ze Liu, Zheng Zhang, Yue Cao, Han Hu, Xin Tong

Recently, directly detecting 3D objects from 3D point clouds has received increasing attention. To extract object representation from an irregular point cloud, existing methods usually take a point grouping step to assign the points to an object candidate so that a PointNet-like network could be used to derive object features from the grouped points. However, the inaccurate point assignments caused by the hand-crafted grouping scheme decrease the performance of 3D object detection. In this paper, we present a simple yet effective method for directly detecting 3D objects from the 3D point cloud. Instead of grouping local points to each object candidate, our method computes the feature of an object from all the points in the point cloud with the help of an attention mechanism in the Transformers \cite{vaswani2017attention}, where the contribution of each point is automatically learned in the network training. With an improved attention stacking scheme, our method fuses object features in different stages and generates more accurate object detection results. With few bells and whistles, the proposed method achieves state-of-the-art 3D object detection performance on two widely used benchmarks, ScanNet V2 and SUN RGB-D. The code and models are publicly available at \url{https://github.com/zeliu98/Group-Free-3D}

📄 PDF Abstract BibTeX arXiv:2104.00678

Code (4)

zeliu98/Group-Free-3D 공식 구현 pytorch
https://gitee.com/gai-shaoyan/mind3d
KookHoiKim/GroupFree3dBaseline pytorch
tyolm/groupfree3d_mindspore mindspore

Tasks

3D Object DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Voxel Mamba: Group-Free State Space Models for Point Cloud based 3D Object Detection

2024-06-15 · Guowen Zhang, Lue Fan, Chenhang He, Zhen Lei 외

Serialization-based methods, which serialize the 3D voxels and group them into multiple sequences before inputting to Transformers, have demonstrated their effectiveness in 3D object detection. However, serializing 3D vo…

3D Object DetectionComputational EfficiencyMambaobject-detection+2

Line Segment Detection Using Transformers without Edges

2021-01-06 · CVPR 2021 1 · Yifan Xu, Weijian Xu, David Cheung, Zhuowen Tu

In this paper, we present a joint end-to-end line segment detection algorithm using Transformers that is post-processing and heuristics-guided intermediate processing (edge/junction/region detection) free. Our method, na…

DecoderLine Segment DetectionMulti-Task Learning

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

UP-DETR: Unsupervised Pre-training for Object Detection with Transformers

2020-11-18 · CVPR 2021 1 · Zhigang Dai, Bolun Cai, Yugeng Lin, Junying Chen

DEtection TRansformer (DETR) for object detection reaches competitive performance compared with Faster R-CNN via a transformer encoder-decoder architecture. However, trained with scratch transformers, DETR needs large-sc…

DecoderMulti-Task Learningobject-detectionObject Detection+2

Learned Fusion: 3D Object Detection using Calibration-Free Transformer Feature Fusion

2023-12-14 · Michael Fürst, Rahul Jakkamsetty, René Schuster, Didier Stricker

The state of the art in 3D object detection using sensor fusion heavily relies on calibration quality, which is difficult to maintain in large scale deployment outside a lab environment. We present the first calibration-…

3D Object DetectionObjectobject-detectionObject Detection+1