paper-with-me

홈 › Papers

Recursive Cross-View: Use Only 2D Detectors to Achieve 3D Object Detection without 3D Annotations

2022-11-14 · Shun Gui, Yan Luximon

Heavily relying on 3D annotations limits the real-world application of 3D object detection. In this paper, we propose a method that does not demand any 3D annotation, while being able to predict fully oriented 3D bounding boxes. Our method, called Recursive Cross-View (RCV), utilizes the three-view principle to convert 3D detection into multiple 2D detection tasks, requiring only a subset of 2D labels. We propose a recursive paradigm, in which instance segmentation and 3D bounding box generation by Cross-View are implemented recursively until convergence. Specifically, our proposed method involves the use of a frustum for each 2D bounding box, which is then followed by the recursive paradigm that ultimately generates a fully oriented 3D box, along with its corresponding class and score. Note that, class and score are given by the 2D detector. Estimated on the SUN RGB-D and KITTI datasets, our method outperforms existing image-based approaches. To justify that our method can be quickly used to new tasks, we implement it on two real-world scenarios, namely 3D human detection and 3D hand detection. As a result, two new 3D annotated datasets are obtained, which means that RCV can be viewed as a (semi-) automatic 3D annotator. Furthermore, we deploy RCV on a depth sensor, which achieves detection at 7 fps on a live RGB-D stream. RCV is the first 3D detection method that yields fully oriented 3D boxes without consuming 3D labels.

📄 PDF Abstract BibTeX arXiv:2211.07108

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionHand DetectionHuman DetectionInstance Segmentationobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution

2020-06-03 · CVPR 2021 1 · Siyuan Qiao, Liang-Chieh Chen, Alan Yuille

Many modern object detectors demonstrate outstanding performances by using the mechanism of looking and thinking twice. In this paper, we explore this mechanism in the backbone design for object detection. At the macro l…

Instance SegmentationObjectobject-detectionObject Detection+3

RecursiveDet: End-to-End Region-based Recursive Object Detection

2023-07-25 · ICCV 2023 1 · Jing Zhao, Li Sun, Qingli Li

End-to-end region-based object detectors like Sparse R-CNN usually have multiple cascade bounding box decoding stages, which refine the current predictions according to their previous results. Model parameters within eac…

DecoderObjectobject-detectionObject Detection

Can AI-Generated Text be Reliably Detected?

2023-03-17 · Vinu Sankar Sadasivan, Aounon Kumar, Sriram Balasubramanian, Wenxiao Wang 외

Large Language Models (LLMs) perform impressively well in various applications. However, the potential for misuse of these models in activities such as plagiarism, generating fake news, and spamming has raised concern ab…

Language ModellingLarge Language ModelQuestion AnsweringText Generation

The Double Contingency Problem: AI Recursion and the Limits of Interspecies Understanding

2025-11-12 · Graham L. Bishop arxiv

Current bioacoustic AI systems achieve impressive cross-species performance by processing animal communication through transformer architectures, foundation model paradigms, and other computational approaches. However, t…

FemtoDet: An Object Detection Baseline for Energy Versus Performance Tradeoffs

2023-01-17 · ICCV 2023 1 · Peng Tu, Xu Xie, Guo Ai, Yuexiang Li 외

Efficient detectors for edge devices are often optimized for parameters or speed count metrics, which remain in weak correlation with the energy of detectors. However, some vision applications of convolutional neural net…

CPUobject-detectionObject Detection