CVLGMay 24, 2019

Fully Hyperbolic Convolutional Neural Networks

arXiv:1905.10484v325 citations
Originality Incremental advance
AI Analysis

This addresses memory constraints for researchers and practitioners working with high-resolution 3D/4D data, offering an incremental improvement over existing reversible methods.

The paper tackles the memory limitations of training CNNs on high-dimensional data like 3D medical imaging by introducing a fully reversible hyperbolic network, achieving results comparable to state-of-the-art in 4D hyperspectral and 3D video segmentation with a constant memory footprint independent of network depth.

Convolutional Neural Networks (CNN) have recently seen tremendous success in various computer vision tasks. However, their application to problems with high dimensional input and output, such as high-resolution image and video segmentation or 3D medical imaging, has been limited by various factors. Primarily, in the training stage, it is necessary to store network activations for back propagation. In these settings, the memory requirements associated with storing activations can exceed what is feasible with current hardware, especially for problems in 3D. Motivated by the propagation of signals over physical networks, that are governed by the hyperbolic Telegraph equation, in this work we introduce a fully conservative hyperbolic network for problems with high dimensional input and output. We introduce a coarsening operation that allows completely reversible CNNs by using a learnable Discrete Wavelet Transform and its inverse to both coarsen and interpolate the network state and change the number of channels. We show that fully reversible networks are able to achieve results comparable to the state of the art in 4D time-lapse hyper spectral image segmentation and full 3D video segmentation, with a much lower memory footprint that is a constant independent of the network depth. We also extend the use of such networks to Variational Auto Encoders with high resolution input and output.

Foundations

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

Your Notes