paper-with-me

홈 › Papers

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 each stage are independent, evolving a huge cost. In this paper, we find the general setting of decoding stages is actually redundant. By simply sharing parameters and making a recursive decoder, the detector already obtains a significant improvement. The recursive decoder can be further enhanced by positional encoding (PE) of the proposal box, which makes it aware of the exact locations and sizes of input bounding boxes, thus becoming adaptive to proposals from different stages during the recursion. Moreover, we also design centerness-based PE to distinguish the RoI feature element and dynamic convolution kernels at different positions within the bounding box. To validate the effectiveness of the proposed method, we conduct intensive ablations and build the full model on three recent mainstream region-based detectors. The RecusiveDet is able to achieve obvious performance boosts with even fewer model parameters and slightly increased computation cost. Codes are available at https://github.com/bravezzzzzz/RecursiveDet.

📄 PDF Abstract BibTeX arXiv:2307.13619

Code (1)

bravezzzzzz/recursivedet 공식 구현 pytorch

Tasks

DecoderObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Sparse R-CNN 설명 없음

Similar Papers 제목 키워드 기반

Multi-stage Object Detection with Group Recursive Learning

2016-08-18 · Jianan Li, Xiaodan Liang, Jianshu Li, Tingfa Xu 외

Most of existing detection pipelines treat object proposals independently and predict bounding box locations and classification scores over them separately. However, the important semantic and spatial layout correlations…

Objectobject-detectionObject DetectionObject Proposal Generation+3

Learning to Segment Object Candidates via Recursive Neural Networks

2016-12-04 · Tianshui Chen, Liang Lin, Xian Wu, Nong Xiao 외

To avoid the exhaustive search over locations and scales, current state-of-the-art object detection systems usually involve a crucial component generating a batch of candidate object proposals from images. In this paper,…

Objectobject-detectionObject DetectionObject Proposal Generation

Zoom Out-and-In Network with Recursive Training for Object Proposal

2017-02-19 · Hongyang Li, Yu Liu, Wanli Ouyang, Xiaogang Wang

In this paper, we propose a zoom-out-and-in network for generating object proposals. We utilize different resolutions of feature maps in the network to detect object instances of various sizes. Specifically, we divide th…

RoarNet: A Robust 3D Object Detection based on RegiOn Approximation Refinement

2018-11-09 · Kiwoo Shin, Youngwook Paul Kwon, Masayoshi Tomizuka

We present RoarNet, a new approach for 3D object detection from a 2D image and 3D Lidar point clouds. Based on two-stage object detection framework with PointNet as our backbone network, we suggest several novel ideas to…

3D Object DetectionObjectobject-detectionObject Detection+1

Improving concave point detection to better segment overlapped objects in images

2020-08-03 · Miquel Miró-Nicolau, Biel Moyà-Alcover, Manuel Gonzàlez-Hidalgo, Antoni Jaume-i-Capó

This paper presents a method that improve state-of-the-art of the concave point detection methods as a first step to segment overlapping objects on images. It is based on the analysis of the curvature of the objects cont…

Position