paper-with-me

홈 › Papers

Deep Regionlets for Object Detection

2017-12-06 · ECCV 2018 9 · Hongyu Xu, Xutao Lv, Xiaoyu Wang, Zhou Ren, Navaneeth Bodla, Rama Chellappa

In this paper, we propose a novel object detection framework named "Deep Regionlets" by establishing a bridge between deep neural networks and conventional detection schema for accurate generic object detection. Motivated by the abilities of regionlets for modeling object deformation and multiple aspect ratios, we incorporate regionlets into an end-to-end trainable deep learning framework. The deep regionlets framework consists of a region selection network and a deep regionlet learning module. Specifically, given a detection bounding box proposal, the region selection network provides guidance on where to select regions to learn the features from. The regionlet learning module focuses on local feature selection and transformation to alleviate local variations. To this end, we first realize non-rectangular region selection within the detection framework to accommodate variations in object appearance. Moreover, we design a "gating network" within the regionlet leaning module to enable soft regionlet selection and pooling. The Deep Regionlets framework is trained end-to-end without additional efforts. We perform ablation studies and conduct extensive experiments on the PASCAL VOC and Microsoft COCO datasets. The proposed framework outperforms state-of-the-art algorithms, such as RetinaNet and Mask R-CNN, even without additional segmentation labels.

📄 PDF Abstract BibTeX arXiv:1712.02408

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionNovel Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

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$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
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…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Deep Regionlets: Blended Representation and Deep Learning for Generic Object Detection

2018-11-28 · Hongyu Xu, Xutao Lv, Xiaoyu Wang, Zhou Ren 외

In this paper, we propose a novel object detection algorithm named "Deep Regionlets" by integrating deep neural networks and a conventional detection schema for accurate generic object detection. Motivated by the effecti…

feature selectionNovel Object DetectionObjectobject-detection+1

Generic Object Detection With Dense Neural Patterns and Regionlets

2014-04-16 · Will Y. Zou, Xiaoyu Wang, Miao Sun, Yuanqing Lin

This paper addresses the challenge of establishing a bridge between deep convolutional neural networks and conventional object detection frameworks for accurate and efficient generic object detection. We introduce Dense …

Objectobject-detectionObject Detection

Out-of-Distribution Detection for LiDAR-based 3D Object Detection

2022-09-28 · Chengjie Huang, Van Duong Nguyen, Vahdat Abdelzad, Christopher Gus Mannes 외

3D object detection is an essential part of automated driving, and deep neural networks (DNNs) have achieved state-of-the-art performance for this task. However, deep models are notorious for assigning high confidence sc…

3D Object DetectionObjectobject-detectionObject Detection+2

Context in object detection: a systematic literature review

2025-03-29 · Mahtab Jamali, Paul Davidsson, Reza Khoshkangini, Martin Georg Ljungqvist 외

Context is an important factor in computer vision as it offers valuable information to clarify and analyze visual data. Utilizing the contextual information inherent in an image or a video can improve the precision and e…

Few-Shot Object DetectionObjectobject-detectionObject Detection+4

Tiny Object Detection in Aerial Images

2021-01-10 · International Conference on Pattern Recognition (ICPR) 2021 1 · Jinwang Wang, Wen Yang, Haowen Guo, Ruixiang Zhang 외

Object detection in Earth Vision has achieved great progress in recent years. However, tiny object detection in aerial images remains a very challenging problem since the tiny objects contain a small number of pixels and…

Objectobject-detectionObject DetectionObject Detection In Aerial Images