paper-with-me

Papers

Random Laplacian Features for Learning with Hyperbolic Space

2022-02-14 · Tao Yu, Christopher De Sa

Due to its geometric properties, hyperbolic space can support high-fidelity embeddings of tree- and graph-structured data, upon which various hyperbolic networks have been developed. Existing hyperbolic networks encode geometric priors not only for the input, but also at every layer of the network. This approach involves repeatedly mapping to and from hyperbolic space, which makes these networks complicated to implement, computationally expensive to scale, and numerically unstable to train. In this paper, we propose a simpler approach: learn a hyperbolic embedding of the input, then map once from it to Euclidean space using a mapping that encodes geometric priors by respecting the isometries of hyperbolic space, and finish with a standard Euclidean network. The key insight is to use a random feature mapping via the eigenfunctions of the Laplace operator, which we show can approximate any isometry-invariant kernel on hyperbolic space. Our method can be used together with any graph neural networks: using even a linear graph model yields significant improvements in both efficiency and performance over other hyperbolic baselines in both transductive and inductive tasks.

📄 PDF Abstract BibTeX arXiv:2202.06854

Code (1)

ydtydr/hyla 공식 구현 pytorch

Tasks

Graph LearningNode Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Laplacian Eigenspaces, Horocycles and Neuron Models on Hyperbolic Spaces

2021-01-01 · Ming-Xi Wang

We use hyperbolic Poisson kernel to construct the horocycle neuron model on hyperbolic spaces, which is a spectral generalization of the classical neuron model. We prove a universal approximation theorem for horocycle ne…

Hyperbolic Random Forests

2023-08-25 · Lars Doorenbos, Pablo Márquez-Neila, Raphael Sznitman, Pascal Mettes

Hyperbolic space is becoming a popular choice for representing data due to the hierarchical structure - whether implicit or explicit - of many real-world datasets. Along with it comes a need for algorithms capable of sol…

Geodesic Exponential Kernels: When Curvature and Linearity Conflict

2014-11-02 · CVPR 2015 6 · Aasa Feragen, Francois Lauze, Søren Hauberg

We consider kernel methods on general geodesic metric spaces and provide both negative and positive results. First we show that the common Gaussian kernel can only be generalized to a positive definite kernel on a geodes…

Hyperbolic Multiplex Network Embedding with Maps of Random Walk

2019-11-23 · Peiyuan Sun

Recent research on network embedding in hyperbolic space have proven successful in several applications. However, nodes in real world networks tend to interact through several distinct channels. Simple aggregation or ign…

Community DetectionNetwork Embedding

Dynamic Hyperbolic Attention Network for Fine Hand-object Reconstruction

2023-09-06 · ICCV 2023 1 · Zhiying Leng, Shun-Cheng Wu, Mahdi Saleh, Antonio Montanaro 외

Reconstructing both objects and hands in 3D from a single RGB image is complex. Existing methods rely on manually defined hand-object constraints in Euclidean space, leading to suboptimal feature learning. Compared with …

ObjectObject Reconstruction