CVCGJul 5, 2020

Radial Intersection Count Image: a Clutter Resistant 3D Shape Descriptor

arXiv:2007.02306v11 citations
AI Analysis

This addresses the problem of robust 3D shape recognition in cluttered environments for computer vision applications, representing an incremental improvement over existing descriptors.

The paper introduces the Radial Intersection Count Image (RICI), a 3D shape descriptor designed to resist clutter, which outperforms Spin Image and 3D Shape Context in both uncluttered and cluttered scenes, with faster computation and comparison.

A novel shape descriptor for cluttered scenes is presented, the Radial Intersection Count Image (RICI), and is shown to significantly outperform the classic Spin Image (SI) and 3D Shape Context (3DSC) in both uncluttered and, more significantly, cluttered scenes. It is also faster to compute and compare. The clutter resistance of the RICI is mainly due to the design of a novel distance function, capable of disregarding clutter to a great extent. As opposed to the SI and 3DSC, which both count point samples, the RICI uses intersection counts with the mesh surface, and is therefore noise-free. For efficient RICI construction, novel algorithms of general interest were developed. These include an efficient circle-triangle intersection algorithm and an algorithm for projecting a point into SI-like ($α$, $β$) coordinates. The 'clutterbox experiment' is also introduced as a better way of evaluating descriptors' response to clutter. The SI, 3DSC, and RICI are evaluated in this framework and the advantage of the RICI is clearly demonstrated.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes