paper-with-me

홈 › Papers

Provably Accurate and Scalable Linear Classifiers in Hyperbolic Spaces

2022-03-07 · Chao Pan, Eli Chien, Puoya Tabaghi, Jianhao Peng, Olgica Milenkovic

Many high-dimensional practical data sets have hierarchical structures induced by graphs or time series. Such data sets are hard to process in Euclidean spaces and one often seeks low-dimensional embeddings in other space forms to perform the required learning tasks. For hierarchical data, the space of choice is a hyperbolic space because it guarantees low-distortion embeddings for tree-like structures. The geometry of hyperbolic spaces has properties not encountered in Euclidean spaces that pose challenges when trying to rigorously analyze algorithmic solutions. We propose a unified framework for learning scalable and simple hyperbolic linear classifiers with provable performance guarantees. The gist of our approach is to focus on Poincar\'e ball models and formulate the classification problems using tangent space formalisms. Our results include a new hyperbolic perceptron algorithm as well as an efficient and highly accurate convex optimization setup for hyperbolic support vector machine classifiers. Furthermore, we adapt our approach to accommodate second-order perceptrons, where data is preprocessed based on second-order information (correlation) to accelerate convergence, and strategic perceptrons, where potentially manipulated data arrives in an online manner and decisions are made sequentially. The excellent performance of the Poincar\'e second-order and strategic perceptrons shows that the proposed framework can be extended to general machine learning problems in hyperbolic spaces. Our experimental results, pertaining to synthetic, single-cell RNA-seq expression measurements, CIFAR10, Fashion-MNIST and mini-ImageNet, establish that all algorithms provably converge and have complexity comparable to those of their Euclidean counterparts. Accompanying codes can be found at: https://github.com/thupchnsky/PoincareLinearClassification.

📄 PDF Abstract BibTeX arXiv:2203.03730

Code (1)

thupchnsky/poincarelinearclassification 공식 구현

Tasks

Time Series Analysis

Similar Papers 제목 키워드 기반

Highly Scalable and Provably Accurate Classification in Poincare Balls

2021-09-08 · Eli Chien, Chao Pan, Puoya Tabaghi, Olgica Milenkovic

Many high-dimensional and large-volume data sets of practical relevance have hierarchical structures induced by trees, graphs or time series. Such data sets are hard to process in Euclidean spaces and one often seeks low…

ClassificationTime Series Analysis

Numerically Accurate Hyperbolic Embeddings Using Tiling-Based Models

2019-12-01 · NeurIPS 2019 12 · Tao Yu, Christopher M. De Sa

Hyperbolic embeddings achieve excellent performance when embedding hierarchical data structures like synonym or type hierarchies, but they can be limited by numerical error when ordinary floating-point numbers are used t…

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,…

ClassificationGeneral Classification

Optimal Attacks against Multiple Classifiers

2019-05-01 · ICLR 2019 5 · Juan C. Perdomo, Yaron Singer

We study the problem of designing provably optimal adversarial noise algorithms that induce misclassification in settings where a learner aggregates decisions from multiple classifiers. Given the demonstrated vulnerabili…

image-classificationImage Classification

Canonical and Noncanonical Hamiltonian Operator Inference

2023-04-13 · Anthony Gruber, Irina Tezaur

A method for the nonintrusive and structure-preserving model reduction of canonical and noncanonical Hamiltonian systems is presented. Based on the idea of operator inference, this technique is provably convergent and re…