paper-with-me

홈 › Papers

Fully Hyperbolic Convolutional Neural Networks for Computer Vision

2023-03-28 · Ahmad Bdeir, Kristian Schwethelm, Niels Landwehr

Real-world visual data exhibit intrinsic hierarchical structures that can be represented effectively in hyperbolic spaces. Hyperbolic neural networks (HNNs) are a promising approach for learning feature representations in such spaces. However, current HNNs in computer vision rely on Euclidean backbones and only project features to the hyperbolic space in the task heads, limiting their ability to fully leverage the benefits of hyperbolic geometry. To address this, we present HCNN, a fully hyperbolic convolutional neural network (CNN) designed for computer vision tasks. Based on the Lorentz model, we generalize fundamental components of CNNs and propose novel formulations of the convolutional layer, batch normalization, and multinomial logistic regression. {Experiments on standard vision tasks demonstrate the promising performance of our HCNN framework in both hybrid and fully hyperbolic settings.} Overall, we believe our contributions provide a foundation for developing more powerful HNNs that can better represent complex structures found in image data. Our code is publicly available at https://github.com/kschwethelm/HyperbolicCV.

📄 PDF Abstract BibTeX arXiv:2303.15919

Code (1)

kschwethelm/hyperboliccv 공식 구현 pytorch

Tasks

Image ClassificationImage Generation

Methods 이 논문이 사용한 방법론

Bitcoin Customer Service Number +1-833-534-1729 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Fully Hyperbolic Convolutional Neural Networks

2019-05-24 · Keegan Lensink, Bas Peters, Eldad Haber

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…

Depth EstimationGeneral ClassificationImage ClassificationImage Segmentation+4

On the Universal Statistical Consistency of Expansive Hyperbolic Deep Convolutional Neural Networks

2024-11-15 · Sagar Ghosh, Kushal Bose, Swagatam Das

The emergence of Deep Convolutional Neural Networks (DCNNs) has been a pervasive tool for accomplishing widespread applications in computer vision. Despite its potential capability to capture intricate patterns inside th…

Hyperbolic Deep Learning in Computer Vision: A Survey

2023-05-11 · Pascal Mettes, Mina Ghadimi Atigh, Martin Keller-Ressel, Jeffrey Gu 외

Deep representation learning is a ubiquitous part of modern computer vision. While Euclidean space has been the de facto standard manifold for learning visual representations, hyperbolic space has recently gained rapid t…

Deep LearningRepresentation LearningSurvey

Matrix Manifold Neural Networks++

2024-05-29 · Xuan Son Nguyen, Shuo Yang, Aymeric Histace

Deep neural networks (DNNs) on Riemannian manifolds have garnered increasing interest in various applied areas. For instance, DNNs on spherical and hyperbolic manifolds have been designed to solve a wide range of compute…

Action RecognitionNode ClassificationTemporal Action Localization

Towards Scalable Hyperbolic Neural Networks using Taylor Series Approximations

2022-06-07 · Nurendra Choudhary, Chandan K. Reddy

Hyperbolic networks have shown prominent improvements over their Euclidean counterparts in several areas involving hierarchical datasets in various domains such as computer vision, graph analysis, and natural language pr…

Anatomy