Article Blog Image

Interactive 3D Object Recognition Pipeline on Mobile GPGPU Computing Platforms using Low-cost RGB-D Sensors

Highlights

In this work, we propose the implementation of a 3D object recognition system which will be optimized to operate under demanding time constraints. The system must be robust so that objects can be recognized properly in poor light conditions and cluttered scenes with significant levels of occlusion.

An important requirement must be met: the system must exhibit a reasonable performance running on a low power consumption mobile GPU computing platform (NVIDIA Jetson TK1) so that it can be integrated in mobile robotics systems, ambient intelligence or ambient assisted living applications. The acquisition system is based on the use of color and depth (RGB-D) data streams provided by low-cost 3D sensors like Microsoft Kinect or PrimeSense Carmine.

The resulting system is able to recognize objects in a scene in less than 7 seconds, offering an interactive frame rate and thus allowing its deployment on a mobile robotic platform. Because of that, the system has many possible applications, ranging from mobile robot navigation and semantic scene labeling to human-computer interaction (HCI) systems based on visual information.

Code

In addition, the source code of the system is distributed under an open-source license in the following GitHub repository: Blitzman/object-recognition.

Papers

  • Garcia-Garcia, Alberto and Orts-Escolano, Sergio and Garcia-Rodriguez, Jose and Cazorla, Miguel. Interactive 3D object recognition pipeline on mobile GPGPU computing platforms using low-cost RGB-D sensors. Journal of Real-Time Image Processing (2016). DOI: 10.1007/s11554-016-0607-x
    [ BibTeX ] [ URL ]
    @article{Garcia-Garcia2016,
      author = {Garcia-Garcia, Alberto and Orts-Escolano, Sergio and Garcia-Rodriguez, Jose and Cazorla, Miguel},
      title = {Interactive 3D object recognition pipeline on mobile GPGPU computing platforms using low-cost RGB-D sensors},
      journal = {Journal of Real-Time Image Processing},
      year = {2016},
      volume = {14},
      pages = {585--604},
      month = jun,
      issn = {1861-8219},
      category = {COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE},
      day = {04},
      doi = {10.1007/s11554-016-0607-x},
      impact_factor_5year = {1.797},
      impact_factor_year = {2.010},
      position = {54/133},
      quartile = {Q2},
      show_website = {True},
      url = {https://doi.org/10.1007/s11554-016-0607-x}
    }
    
Tags: