paper-with-me

홈 › Papers

HyperNet: Towards Accurate Region Proposal Generation and Joint Object Detection

2016-04-03 · CVPR 2016 6 · Tao Kong, Anbang Yao, Yurong Chen, Fuchun Sun

Almost all of the current top-performing object detection networks employ region proposals to guide the search for object instances. State-of-the-art region proposal methods usually need several thousand proposals to get high recall, thus hurting the detection efficiency. Although the latest Region Proposal Network method gets promising detection accuracy with several hundred proposals, it still struggles in small-size object detection and precise localization (e.g., large IoU thresholds), mainly due to the coarseness of its feature maps. In this paper, we present a deep hierarchical network, namely HyperNet, for handling region proposal generation and object detection jointly. Our HyperNet is primarily based on an elaborately designed Hyper Feature which aggregates hierarchical feature maps first and then compresses them into a uniform space. The Hyper Features well incorporate deep but highly semantic, intermediate but really complementary, and shallow but naturally high-resolution features of the image, thus enabling us to construct HyperNet by sharing them both in generating proposals and detecting objects via an end-to-end joint training strategy. For the deep VGG16 model, our method achieves completely leading recall and state-of-the-art object detection accuracy on PASCAL VOC 2007 and 2012 using only 100 proposals per image. It runs with a speed of 5 fps (including all steps) on a GPU, thus having the potential for real-time processing.

📄 PDF Abstract BibTeX arXiv:1604.00600

Code (0)

등록된 구현이 없습니다.

Tasks

GPUObjectobject-detectionObject DetectionRegion Proposal

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Object Detection based on Region Decomposition and Assembly

2019-01-24 · Seung-Hwan Bae

Region-based object detection infers object regions for one or more categories in an image. Due to the recent advances in deep learning and region proposal methods, object detectors based on convolutional neural networks…

Objectobject-detectionObject DetectionRegion Proposal

PG-RCNN: Semantic Surface Point Generation for 3D Object Detection

2023-07-24 · ICCV 2023 1 · Inyong Koo, Inyoung Lee, Se-Ho Kim, Hee-Seon Kim 외

One of the main challenges in LiDAR-based 3D object detection is that the sensors often fail to capture the complete spatial information about the objects due to long distance and occlusion. Two-stage detectors with poin…

3D Object Detectionobject-detectionObject DetectionPoint Cloud Completion

Joint 3D Proposal Generation and Object Detection from View Aggregation

2017-12-06 · Jason Ku, Melissa Mozifian, Jungwook Lee, Ali Harakeh 외

We present AVOD, an Aggregate View Object Detection network for autonomous driving scenarios. The proposed neural network architecture uses LIDAR point clouds and RGB images to generate features that are shared by two su…

3D Object DetectionAutonomous DrivingAutonomous VehiclesGeneral Classification+4

Multiscale Combinatorial Grouping for Image Segmentation and Object Proposal Generation

2015-03-03 · Jordi Pont-Tuset, Pablo Arbelaez, Jonathan T. Barron, Ferran Marques 외

We propose a unified approach for bottom-up hierarchical image segmentation and object proposal generation for recognition, called Multiscale Combinatorial Grouping (MCG). For this purpose, we first develop a fast normal…

Image SegmentationObjectObject Proposal GenerationSemantic Segmentation

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