Hyperbolic Convolutional Neural Networks
Andrii Skliar, Maurice Weiler

TL;DR
This paper proposes a general framework for Hyperbolic Convolutional Neural Networks, aiming to leverage hyperbolic space's ability to model hierarchical, tree-like data structures for improved performance in structured data processing.
Contribution
It introduces a novel, general approach to constructing Hyperbolic CNNs, filling a gap in existing research and enabling better modeling of hierarchical data.
Findings
Hyperbolic CNNs better capture hierarchical structures.
Improved performance on datasets with tree-like data.
Potential for enhanced explainability and robustness.
Abstract
Deep Learning is mostly responsible for the surge of interest in Artificial Intelligence in the last decade. So far, deep learning researchers have been particularly successful in the domain of image processing, where Convolutional Neural Networks are used. Although excelling at image classification, Convolutional Neural Networks are quite naive in that no inductive bias is set on the embedding space for images. Similar flaws are also exhibited by another type of Convolutional Networks - Graph Convolutional Neural Networks. However, using non-Euclidean space for embedding data might result in more robust and explainable models. One example of such a non-Euclidean space is hyperbolic space. Hyperbolic spaces are particularly useful due to their ability to fit more data in a low-dimensional space and tree-likeliness properties. These attractive properties have been previously used in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Physics and Python Applications · Graph Theory and Algorithms · Advanced Graph Neural Networks
