Real-Time Accurate Stereo with Bitwise Fast Voting on CUDA

Abstract

This paper proposes a real-time design for accurate stereo matching on Compute Unified Device Architecture (CUDA). We adopt a leading local algorithm for its high data parallelism. A GPU-oriented bitwise fast voting method is proposed to effectively improve the matching accuracy, which is enormously faster than the histogram-based approach. The whole algorithm is parallelized on CUDA at a fine granularity, efficiently exploiting the computing resources of GPUs. On-chip shared memory is utilized to alleviate the latency of memory accesses. Compared to the CPU counterpart, our design attains a speedup factor of 52. With high matching accuracy, the proposed design is still among the fastest stereo methods on GPUs. The advantages of speed and accuracy advocate our design for practical applications such as robotics systems and multiview teleconferencing.

Cite

Text

Zhang et al. "Real-Time Accurate Stereo with Bitwise Fast Voting on CUDA." IEEE/CVF International Conference on Computer Vision Workshops, 2009. doi:10.1109/ICCVW.2009.5457623

Markdown

[Zhang et al. "Real-Time Accurate Stereo with Bitwise Fast Voting on CUDA." IEEE/CVF International Conference on Computer Vision Workshops, 2009.](https://mlanthology.org/iccvw/2009/zhang2009iccvw-realtime/) doi:10.1109/ICCVW.2009.5457623

BibTeX

@inproceedings{zhang2009iccvw-realtime,
  title     = {{Real-Time Accurate Stereo with Bitwise Fast Voting on CUDA}},
  author    = {Zhang, Ke and Lu, Jiangbo and Lafruit, Gauthier and Lauwereins, Rudy and Van Gool, Luc},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2009},
  pages     = {794-800},
  doi       = {10.1109/ICCVW.2009.5457623},
  url       = {https://mlanthology.org/iccvw/2009/zhang2009iccvw-realtime/}
}