SOTAVerified

TR3D: Towards Real-Time Indoor 3D Object Detection

2023-02-06Code Available0· sign in to hype

Danila Rukhovich, Anna Vorontsova, Anton Konushin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recently, sparse 3D convolutions have changed 3D object detection. Performing on par with the voting-based approaches, 3D CNNs are memory-efficient and scale to large scenes better. However, there is still room for improvement. With a conscious, practice-oriented approach to problem-solving, we analyze the performance of such methods and localize the weaknesses. Applying modifications that resolve the found issues one by one, we end up with TR3D: a fast fully-convolutional 3D object detection model trained end-to-end, that achieves state-of-the-art results on the standard benchmarks, ScanNet v2, SUN RGB-D, and S3DIS. Moreover, to take advantage of both point cloud and RGB inputs, we introduce an early fusion of 2D and 3D features. We employ our fusion module to make conventional 3D object detection methods multimodal and demonstrate an impressive boost in performance. Our model with early feature fusion, which we refer to as TR3D+FF, outperforms existing 3D object detection approaches on the SUN RGB-D dataset. Overall, besides being accurate, both TR3D and TR3D+FF models are lightweight, memory-efficient, and fast, thereby marking another milestone on the way toward real-time 3D object detection. Code is available at https://github.com/SamsungLabs/tr3d .

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
3RScanTR3DmAP@0.2562.3Unverified
MultiScanTR3DmAP@0.2556.7Unverified
S3DISTR3DmAP@0.551.7Unverified
ScanNetTR3DmAP@0.2526.2Unverified
ScanNetV2TR3DmAP@0.559.3Unverified
SUN-RGBD valTR3D+FFmAP@0.2569.4Unverified
SUN-RGBD valTR3D (Geo only)mAP@0.2567.1Unverified

Reproductions