LGAICVOct 8, 2021

PHNNs: Lightweight Neural Networks via Parameterized Hypercomplex Convolutions

arXiv:2110.04176v246 citationsHas Code
Originality Incremental advance
AI Analysis

This work provides a flexible and efficient method for building lightweight neural networks, beneficial for applications in domains like image and audio processing, though it is incremental in extending hypercomplex techniques.

The paper tackles the problem of reducing parameter count in neural networks by introducing parameterized hypercomplex convolutional layers, which operate with 1/n the parameters of real-valued counterparts while achieving superior performance on image and audio datasets.

Hypercomplex neural networks have proven to reduce the overall number of parameters while ensuring valuable performance by leveraging the properties of Clifford algebras. Recently, hypercomplex linear layers have been further improved by involving efficient parameterized Kronecker products. In this paper, we define the parameterization of hypercomplex convolutional layers and introduce the family of parameterized hypercomplex neural networks (PHNNs) that are lightweight and efficient large-scale models. Our method grasps the convolution rules and the filter organization directly from data without requiring a rigidly predefined domain structure to follow. PHNNs are flexible to operate in any user-defined or tuned domain, from 1D to $n$D regardless of whether the algebra rules are preset. Such a malleability allows processing multidimensional inputs in their natural domain without annexing further dimensions, as done, instead, in quaternion neural networks for 3D inputs like color images. As a result, the proposed family of PHNNs operates with $1/n$ free parameters as regards its analog in the real domain. We demonstrate the versatility of this approach to multiple domains of application by performing experiments on various image datasets as well as audio datasets in which our method outperforms real and quaternion-valued counterparts. Full code is available at: https://github.com/eleGAN23/HyperNets.

Code Implementations4 repos
Foundations

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

Your Notes