# Deep Multi-View Learning using Neuron-Wise Correlation-Maximizing   Regularizers

**Authors:** Kui Jia, Jiehong Lin, Mingkui Tan, and Dacheng Tao

arXiv: 1904.11151 · 2019-09-04

## TL;DR

This paper introduces CorrReg, a neuron-wise correlation-maximizing regularizer for deep multi-view learning, which improves multi-modal classification performance and achieves state-of-the-art results on RGB-D datasets.

## Contribution

The paper proposes a novel correlation-regularized layer (CorrReg) for deep multi-view networks, enhancing feature fusion and learning across multiple data modalities.

## Key findings

- CorrReg improves classification accuracy on RGB-D datasets.
- Applying CorrReg to fusion layers consistently enhances multi-view learning.
- Achieves new state-of-the-art results on benchmark RGB-D object and scene datasets.

## Abstract

Many machine learning problems concern with discovering or associating common patterns in data of multiple views or modalities. Multi-view learning is of the methods to achieve such goals. Recent methods propose deep multi-view networks via adaptation of generic Deep Neural Networks (DNNs), which concatenate features of individual views at intermediate network layers (i.e., fusion layers). In this work, we study the problem of multi-view learning in such end-to-end networks. We take a regularization approach via multi-view learning criteria, and propose a novel, effective, and efficient neuron-wise correlation-maximizing regularizer. We implement our proposed regularizers collectively as a correlation-regularized network layer (CorrReg). CorrReg can be applied to either fully-connected or convolutional fusion layers, simply by replacing them with their CorrReg counterparts. By partitioning neurons of a hidden layer in generic DNNs into multiple subsets, we also consider a multi-view feature learning perspective of generic DNNs. Such a perspective enables us to study deep multi-view learning in the context of regularized network training, for which we present control experiments of benchmark image classification to show the efficacy of our proposed CorrReg. To investigate how CorrReg is useful for practical multi-view learning problems, we conduct experiments of RGB-D object/scene recognition and multi-view based 3D object recognition, using networks with fusion layers that concatenate intermediate features of individual modalities or views for subsequent classification. Applying CorrReg to fusion layers of these networks consistently improves classification performance. In particular, we achieve the new state of the art on the benchmark RGB-D object and RGB-D scene datasets. We make the implementation of CorrReg publicly available.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.11151/full.md

## Figures

19 figures with captions in the complete paper: https://tomesphere.com/paper/1904.11151/full.md

## References

75 references — full list in the complete paper: https://tomesphere.com/paper/1904.11151/full.md

---
Source: https://tomesphere.com/paper/1904.11151