paper-with-me

홈 › Papers

Dynamic Proposals for Efficient Object Detection

2022-07-12 · Yiming Cui, Linjie Yang, Ding Liu

Object detection is a basic computer vision task to loccalize and categorize objects in a given image. Most state-of-the-art detection methods utilize a fixed number of proposals as an intermediate representation of object candidates, which is unable to adapt to different computational constraints during inference. In this paper, we propose a simple yet effective method which is adaptive to different computational resources by generating dynamic proposals for object detection. We first design a module to make a single query-based model to be able to inference with different numbers of proposals. Further, we extend it to a dynamic model to choose the number of proposals according to the input image, greatly reducing computational costs. Our method achieves significant speed-up across a wide range of detection models including two-stage and query-based models while obtaining similar or even better accuracy.

📄 PDF Abstract BibTeX arXiv:2207.05252

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Should All Proposals be Treated Equally in Object Detection?

2022-07-07 · Yunsheng Li, Yinpeng Chen, Xiyang Dai, Dongdong Chen 외

The complexity-precision trade-off of an object detector is a critical problem for resource constrained vision tasks. Previous works have emphasized detectors implemented with efficient backbones. The impact on this trad…

AllObjectObject Detection

CubeSLAM: Monocular 3D Object SLAM

2018-06-01 · Shichao Yang, Sebastian Scherer

We present a method for single image 3D cuboid object detection and multi-view object SLAM in both static and dynamic environments, and demonstrate that the two parts can improve each other. Firstly for single image obje…

3D Object DetectionCamera Pose EstimationObjectobject-detection+3

UNION: Unsupervised 3D Object Detection using Object Appearance-based Pseudo-Classes

2024-05-24 · Ted Lentsch, Holger Caesar, Dariu M. Gavrila

Unsupervised 3D object detection methods have emerged to leverage vast amounts of data without requiring manual labels for training. Recent approaches rely on dynamic objects for learning to detect mobile objects but pen…

3D Object DetectionObject DetectionObject DiscoveryUnsupervised Object Detection

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

You Reap What You Sow: Using Videos to Generate High Precision Object Proposals for Weakly-Supervised Object Detection

2019-06-01 · CVPR 2019 6 · Krishna Kumar Singh, Yong Jae Lee

We propose a novel way of using videos to obtain high precision object proposals for weakly-supervised object detection. Existing weakly-supervised detection approaches use off-the-shelf proposal methods like edge boxes…

Objectobject-detectionObject DetectionRegion Proposal+1