paper-with-me

홈 › Papers

Learning Detection with Diverse Proposals

2017-04-11 · CVPR 2017 7 · Samaneh Azadi, Jiashi Feng, Trevor Darrell

To predict a set of diverse and informative proposals with enriched representations, this paper introduces a differentiable Determinantal Point Process (DPP) layer that is able to augment the object detection architectures. Most modern object detection architectures, such as Faster R-CNN, learn to localize objects by minimizing deviations from the ground-truth but ignore correlation between multiple proposals and object categories. Non-Maximum Suppression (NMS) as a widely used proposal pruning scheme ignores label- and instance-level relations between object candidates resulting in multi-labeled detections. In the multi-class case, NMS selects boxes with the largest prediction scores ignoring the semantic relation between categories of potential election. In contrast, our trainable DPP layer, allowing for Learning Detection with Diverse Proposals (LDDP), considers both label-level contextual information and spatial layout relationships between proposals without increasing the number of parameters of the network, and thus improves location and category specifications of final detected bounding boxes substantially during both training and inference schemes. Furthermore, we show that LDDP keeps it superiority over Faster R-CNN even if the number of proposals generated by LDPP is only ~30% as many as those for Faster R-CNN.

📄 PDF Abstract BibTeX arXiv:1704.03533

Code (1)

azadis/LDDP 공식 구현

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
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…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

LEAPS: End-to-End One-Step Person Search With Learnable Proposals

2023-03-21 · Zhiqiang Dong, Jiale Cao, Rao Muhammad Anwer, Jin Xie 외

We propose an end-to-end one-step person search approach with learnable proposals, named LEAPS. Given a set of sparse and learnable proposals, LEAPS employs a dynamic person search head to directly perform person detecti…

Human DetectionPerson Search

Generating Discriminative Object Proposals via Submodular Ranking

2016-02-11 · Yangmuzi Zhang, Zhuolin Jiang, Xi Chen, Larry S. Davis

A multi-scale greedy-based object proposal generation approach is presented. Based on the multi-scale nature of objects in images, our approach is built on top of a hierarchical segmentation. We first identify the repres…

DiversityImage SegmentationObjectObject Proposal Generation+2

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 obje…

Objectobject-detectionObject Detection

Re-ranking Object Proposals for Object Detection in Automatic Driving

2016-05-19 · Zhun Zhong, Mingyi Lei, Shaozi Li, Jianping Fan

Object detection often suffers from a plenty of bootless proposals, selecting high quality proposals remains a great challenge. In this paper, we propose a semantic, class-specific approach to re-rank object proposals, w…

Objectobject-detectionObject DetectionRe-Ranking+1

FA-RPN: Floating Region Proposals for Face Detection

2018-12-13 · CVPR 2019 6 · Mahyar Najibi, Bharat Singh, Larry S. Davis

We propose a novel approach for generating region proposals for performing face-detection. Instead of classifying anchor boxes using features from a pixel in the convolutional feature map, we adopt a pooling-based approa…

Face DetectionRegion Proposal