paper-with-me

Papers

Large-Margin Classification in Hyperbolic Space

2018-06-01 · Hyunghoon Cho, Benjamin DeMeo, Jian Peng, Bonnie Berger

Representing data in hyperbolic space can effectively capture latent hierarchical relationships. With the goal of enabling accurate classification of points in hyperbolic space while respecting their hyperbolic geometry, we introduce hyperbolic SVM, a hyperbolic formulation of support vector machine classifiers, and elucidate through new theoretical work its connection to the Euclidean counterpart. We demonstrate the performance improvement of hyperbolic SVM for multi-class prediction tasks on real-world complex networks as well as simulated datasets. Our work allows analytic pipelines that take the inherent hyperbolic geometry of the data into account in an end-to-end fashion without resorting to ill-fitting tools developed for Euclidean space.

📄 PDF Abstract BibTeX arXiv:1806.00437

Code (2)

hhcho/hyplinear 공식 구현
plumdeq/hsvm pytorch

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Horospherical Decision Boundaries for Large Margin Classification in Hyperbolic Space

2023-02-14 · NeurIPS 2023 11

Hyperbolic spaces have been quite popular in the recent past for representing hierarchically organized data. Further, several classification algorithms for data in these spaces have been proposed in the literature. These…

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…

Robust Large-Margin Learning in Hyperbolic Space

2020-04-11 · NeurIPS 2020 12 · Melanie Weber, Manzil Zaheer, Ankit Singh Rawat, Aditya Menon 외

Recently, there has been a surge of interest in representation learning in hyperbolic spaces, driven by their ability to represent hierarchical data with significantly fewer dimensions than standard Euclidean spaces. How…

Representation Learning

Enhancing Hyperbolic Graph Embeddings via Contrastive Learning

2022-01-21 · Jiahong Liu, Menglin Yang, Min Zhou, Shanshan Feng 외

Recently, hyperbolic space has risen as a promising alternative for semi-supervised graph representation learning. Many efforts have been made to design hyperbolic versions of neural network operations. However, the insp…

Contrastive LearningGraph Representation LearningNode ClassificationRepresentation Learning+1

Hyperbolic Space with Hierarchical Margin Boosts Fine-Grained Learning from Coarse Labels

2023-11-18 · NeurIPS 2023 11

Learning fine-grained embeddings from coarse labels is a challenging task due to limited label granularity supervision, i.e., lacking the detailed distinctions required for fine-grained tasks. The task becomes even more …