LGCVMLNov 18, 2019

Neural Random Subspace

arXiv:1911.07845v34 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of combining random subspaces with deep learning for researchers and practitioners, offering a novel method that is incremental in nature.

The paper tackles the challenge of integrating the random subspace method with deep learning by proposing Neural Random Subspace (NRS), which achieves superior performance on 35 machine learning datasets and consistent improvements in 2D image and 3D point cloud recognition tasks with minor extra cost.

The random subspace method, known as the pillar of random forests, is good at making precise and robust predictions. However, there is not a straightforward way yet to combine it with deep learning. In this paper, we therefore propose Neural Random Subspace (NRS), a novel deep learning based random subspace method. In contrast to previous forest methods, NRS enjoys the benefits of end-to-end, data-driven representation learning, as well as pervasive support from deep learning software and hardware platforms, hence achieving faster inference speed and higher accuracy. Furthermore, as a non-linear component to be encoded into Convolutional Neural Networks (CNNs), NRS learns non-linear feature representations in CNNs more efficiently than previous higher-order pooling methods, producing good results with negligible increase in parameters, floating point operations (FLOPs) and real running time. Compared with random subspaces, random forests and gradient boosting decision trees (GBDTs), NRS achieves superior performance on 35 machine learning datasets. Moreover, on both 2D image and 3D point cloud recognition tasks, integration of NRS with CNN architectures achieves consistent improvements with minor extra cost. Code is available at https://github.com/CupidJay/NRS_pytorch.

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