paper-with-me

Papers

ASV: Accelerated Stereo Vision System

2019-11-15 · Yu Feng, Paul Whatmough, Yuhao Zhu

Estimating depth from stereo vision cameras, i.e., "depth from stereo", is critical to emerging intelligent applications deployed in energy- and performance-constrained devices, such as augmented reality headsets and mobile autonomous robots. While existing stereo vision systems make trade-offs between accuracy, performance and energy-efficiency, we describe ASV, an accelerated stereo vision system that simultaneously improves both performance and energy-efficiency while achieving high accuracy. The key to ASV is to exploit unique characteristics inherent to stereo vision, and apply stereo-specific optimizations, both algorithmically and computationally. We make two contributions. Firstly, we propose a new stereo algorithm, invariant-based stereo matching (ISM), that achieves significant speedup while retaining high accuracy. The algorithm combines classic "hand-crafted" stereo algorithms with recent developments in Deep Neural Networks (DNNs), by leveraging the correspondence invariant unique to stereo vision systems. Secondly, we observe that the bottleneck of the ISM algorithm is the DNN inference, and in particular the deconvolution operations that introduce massive compute-inefficiencies. We propose a set of software optimizations that mitigate these inefficiencies. We show that with less than 0.5% hardware area overhead, these algorithmic and computational optimizations can be effectively integrated within a conventional DNN accelerator. Overall, ASV achieves 5x speedup and 85% energy saving with 0.02% accuracy loss compared to today DNN-based stereo vision systems.

📄 PDF Abstract BibTeX arXiv:1911.07919

Code (2)

horizon-research/ism-algorithm 공식 구현 pytorch
horizon-research/systolic-array-dataflow-optimizer 공식 구현

Tasks

Stereo Matching

Similar Papers 제목 키워드 기반

SOS: Stereo Matching in O(1) with Slanted Support Windows

2018-01-01

Depth cameras have accelerated research in many areas of computer vision. Most triangulation-based depth cameras, whether structured light systems like the Kinect or active (assisted) stereo systems, are based on the pri…

GPUStereo Depth EstimationStereo Disparity EstimationStereo Matching

High-Speed Stereo Visual SLAM for Low-Powered Computing Devices

2024-10-05 · Ashish Kumar, Jaesik Park, Laxmidhar Behera

We present an accurate and GPU-accelerated Stereo Visual SLAM design called Jetson-SLAM. It exhibits frame-processing rates above 60FPS on NVIDIA's low-powered 10W Jetson-NX embedded computer and above 200FPS on desktop-…

GPU

Low-Cost Stereovision System (Disparity Map) For Few Dollars

2021-04-12 · Ildar Rakhmatulin; Eugene Pomazov

The paper presents an analysis of the latest developments in the field of stereo vision in the low-cost segment, both for prototypes and for industrial designs. We described the theory of stereo vision and presented info…

Low-cost Stereovision system (disparity map) for few dollars

2021-06-02 · R. Ildar, E. Pomazov

The paper presents an analysis of the latest developments in the field of stereo vision in the low-cost segment, both for prototypes and for industrial designs. We described the theory of stereo vision and presented info…

Real-Time Dense Stereo Matching With ELAS on FPGA Accelerated Embedded Devices

2018-02-20 · Oscar Rahnama, Duncan Frost, Ondrej Miksik, Philip H. S. Torr

For many applications in low-power real-time robotics, stereo cameras are the sensors of choice for depth perception as they are typically cheaper and more versatile than their active counterparts. Their biggest drawback…

CPUStereo MatchingStereo Matching Hand