paper-with-me

홈 › Papers

Disparity Sliding Window: Object Proposals From Disparity Images

2018-05-17 · Julian Müller, Andreas Fregin, Klaus Dietmayer

Sliding window approaches have been widely used for object recognition tasks in recent years. They guarantee an investigation of the entire input image for the object to be detected and allow a localization of that object. Despite the current trend towards deep neural networks, sliding window methods are still used in combination with convolutional neural networks. The risk of overlooking an object is clearly reduced compared to alternative detection approaches which detect objects based on shape, edges or color. Nevertheless, the sliding window technique strongly increases the computational effort as the classifier has to verify a large number of object candidates. This paper proposes a sliding window approach which also uses depth information from a stereo camera. This leads to a greatly decreased number of object candidates without significantly reducing the detection accuracy. A theoretical investigation of the conventional sliding window approach is presented first. Other publications to date only mentioned rough estimations of the computational cost. A mathematical derivation clarifies the number of object candidates with respect to parameters such as image and object size. Subsequently, the proposed disparity sliding window approach is presented in detail. The approach is evaluated on pedestrian detection with annotations and images from the KITTI object detection benchmark. Furthermore, a comparison with two state-of-the-art methods is made. Code is available in C++ and Python https://github.com/julimueller/ disparity-sliding-window.

📄 PDF Abstract BibTeX arXiv:1805.06830

Code (1)

julimueller/disparity-sliding-window 공식 구현

Tasks

Objectobject-detectionObject DetectionObject RecognitionPedestrian Detection

Similar Papers 제목 키워드 기반

A Stereo Algorithm for Thin Obstacles and Reflective Objects

2019-10-03 · John Keller, Sebastian Scherer

Stereo cameras are a popular choice for obstacle avoidance for outdoor lighweight, low-cost robotics applications. However, they are unable to sense thin and reflective objects well. Currently, many algorithms are tuned …

CTAP: Complementary Temporal Action Proposal Generation

2018-07-12 · ECCV 2018 9 · Jiyang Gao, Kan Chen, Ram Nevatia

Temporal action proposal generation is an important task, akin to object proposals, temporal action proposals are intended to capture "clips" or temporal intervals in videos that are likely to contain an action. Previous…

Temporal Action Proposal Generation

Multi-Level Fusion Based 3D Object Detection From Monocular Images

2018-06-01 · CVPR 2018 6 · Bin Xu, Zhenzhong Chen

In this paper, we present an end-to-end deep learning based framework for 3D object detection from a single monocular image. A deep convolutional neural network is introduced for simultaneous 2D and 3D object detection. …

3D Object Detection3D Object Detection From Monocular ImagesObjectobject-detection+3

Object Disparity

2021-08-18 · Ynjiun Paul Wang

Most of stereo vision works are focusing on computing the dense pixel disparity of a given pair of left and right images. A camera pair usually required lens undistortion and stereo calibration to provide an undistorted …

Object

Displets: Resolving Stereo Ambiguities Using Object Knowledge

2015-06-01 · CVPR 2015 6 · Fatma Guney, Andreas Geiger

Stereo techniques have witnessed tremendous progress over the last decades, yet some aspects of the problem still remain challenging today. Striking examples are reflecting and textureless surfaces which cannot easily be…

ObjectSemantic Segmentation