CVApr 9, 2019

A Non-linear Differential CNN-Rendering Module for 3D Data Enhancement

arXiv:1904.04850v1
Originality Incremental advance
AI Analysis

This addresses the challenge of handling clutter and occlusions in 3D data for computer vision tasks, but it appears incremental as it builds on existing neural network methods.

The paper tackles the problem of processing cluttered 3D data by introducing a differential rendering module that learns to focus on important parts, bypassing occlusions and noise, resulting in improved classification accuracy in experiments.

In this work we introduce a differential rendering module which allows neural networks to efficiently process cluttered data. The module is composed of continuous piecewise differentiable functions defined as a sensor array of cells embedded in 3D space. Our module is learnable and can be easily integrated into neural networks allowing to optimize data rendering towards specific learning tasks using gradient based methods in an end-to-end fashion. Essentially, the module's sensor cells are allowed to transform independently and locally focus and sense different parts of the 3D data. Thus, through their optimization process, cells learn to focus on important parts of the data, bypassing occlusions, clutter and noise. Since sensor cells originally lie on a grid, this equals to a highly non-linear rendering of the scene into a 2D image. Our module performs especially well in presence of clutter and occlusions. Similarly, it deals well with non-linear deformations and improves classification accuracy through proper rendering of the data. In our experiments, we apply our module to demonstrate efficient localization and classification tasks in cluttered data both 2D and 3D.

Foundations

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

Your Notes