CVMLJan 21, 2018

Depth CNNs for RGB-D scene recognition: learning from scratch better than transferring from RGB-CNNs

arXiv:1801.06797v170 citations
Originality Incremental advance
AI Analysis

This work addresses a domain-specific challenge in computer vision by improving scene recognition with depth data, offering an incremental advance over transfer learning approaches.

The paper tackles the problem of RGB-D scene recognition with limited depth data by proposing a method to learn depth-specific features from scratch, achieving state-of-the-art accuracy on NYU2 and SUN RGB-D datasets.

Scene recognition with RGB images has been extensively studied and has reached very remarkable recognition levels, thanks to convolutional neural networks (CNN) and large scene datasets. In contrast, current RGB-D scene data is much more limited, so often leverages RGB large datasets, by transferring pretrained RGB CNN models and fine-tuning with the target RGB-D dataset. However, we show that this approach has the limitation of hardly reaching bottom layers, which is key to learn modality-specific features. In contrast, we focus on the bottom layers, and propose an alternative strategy to learn depth features combining local weakly supervised training from patches followed by global fine tuning with images. This strategy is capable of learning very discriminative depth-specific features with limited depth images, without resorting to Places-CNN. In addition we propose a modified CNN architecture to further match the complexity of the model and the amount of data available. For RGB-D scene recognition, depth and RGB features are combined by projecting them in a common space and further leaning a multilayer classifier, which is jointly optimized in an end-to-end network. Our framework achieves state-of-the-art accuracy on NYU2 and SUN RGB-D in both depth only and combined RGB-D data.

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