Interleaved Pixel Lookup for Embedded Computer Vision

Abstract

This paper describes an in-depth investigation and implementation of interleaved memory for pixel lookup operations in computer vision. Pixel lookup, mapping between coordinates and pixels, is a common operation in computer vision, but is also a potential bottleneck due to formidable bandwidth requirements for real-time operation. We focus on the acceleration of pixel lookup operations through parallelizing memory banks by interleaving. The key to applying interleaving for pixel lookup is 2D block data partitioning and support for unaligned access. With this optimization of interleaving, pixel lookup operations can output a block of pixels at once without major overhead for unaligned access. An example implementation of our optimized interleaved memory for affine motion tracking shows that the pixel lookup operations can achieve 12.8 Gbps for random lookup of a 4x4 size block of 8-bit pixels under 100 MHz operation. Interleaving can be a cost-effective solution for fast pixel lookup in embedded computer vision.

Cite

Text

Yamaguchi et al. "Interleaved Pixel Lookup for Embedded Computer Vision." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2008. doi:10.1109/CVPRW.2008.4563152

Markdown

[Yamaguchi et al. "Interleaved Pixel Lookup for Embedded Computer Vision." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2008.](https://mlanthology.org/cvprw/2008/yamaguchi2008cvprw-interleaved/) doi:10.1109/CVPRW.2008.4563152

BibTeX

@inproceedings{yamaguchi2008cvprw-interleaved,
  title     = {{Interleaved Pixel Lookup for Embedded Computer Vision}},
  author    = {Yamaguchi, Kota and Watanabe, Yoshihiro and Komuro, Takashi and Ishikawa, Masatoshi},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
  year      = {2008},
  pages     = {1-8},
  doi       = {10.1109/CVPRW.2008.4563152},
  url       = {https://mlanthology.org/cvprw/2008/yamaguchi2008cvprw-interleaved/}
}