LGMLSep 3, 2019

Riemannian batch normalization for SPD neural networks

arXiv:1909.02414v2132 citations
AI Analysis

This work addresses the problem of enhancing deep learning for SPD matrix data in domains like radar and video analysis, though it is incremental as it adapts an existing technique to a specialized geometric setting.

The authors tackled the challenge of applying batch normalization to neural networks operating on symmetric positive definite (SPD) matrices by introducing a Riemannian batch normalization algorithm, which improved classification performance and robustness to limited data across drone recognition, emotion recognition, and action recognition datasets.

Covariance matrices have attracted attention for machine learning applications due to their capacity to capture interesting structure in the data. The main challenge is that one needs to take into account the particular geometry of the Riemannian manifold of symmetric positive definite (SPD) matrices they belong to. In the context of deep networks, several architectures for these matrices have recently been proposed. In our article, we introduce a Riemannian batch normalization (batchnorm) algorithm, which generalizes the one used in Euclidean nets. This novel layer makes use of geometric operations on the manifold, notably the Riemannian barycenter, parallel transport and non-linear structured matrix transformations. We derive a new manifold-constrained gradient descent algorithm working in the space of SPD matrices, allowing to learn the batchnorm layer. We validate our proposed approach with experiments in three different contexts on diverse data types: a drone recognition dataset from radar observations, and on emotion and action recognition datasets from video and motion capture data. Experiments show that the Riemannian batchnorm systematically gives better classification performance compared with leading methods and a remarkable robustness to lack of data.

Foundations

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

Your Notes