paper-with-me

Papers

Hyperbolic Entailment Cones for Learning Hierarchical Embeddings

2018-04-03 · ICML 2018 7 · Octavian-Eugen Ganea, Gary Bécigneul, Thomas Hofmann

Learning graph representations via low-dimensional embeddings that preserve relevant network properties is an important class of problems in machine learning. We here present a novel method to embed directed acyclic graphs. Following prior work, we first advocate for using hyperbolic spaces which provably model tree-like structures better than Euclidean geometry. Second, we view hierarchical relations as partial orders defined using a family of nested geodesically convex cones. We prove that these entailment cones admit an optimal shape with a closed form expression both in the Euclidean and hyperbolic spaces, and they canonically define the embedding learning process. Experiments show significant improvements of our method over strong recent baselines both in terms of representational capacity and generalization.

📄 PDF Abstract BibTeX arXiv:1804.01882

Code (3)

dalab/hyperbolic_cones 공식 구현
dinobby/hypemo pytorch
iesl/geometric_graph_embedding pytorch

Tasks

Graph EmbeddingHypernym DiscoveryLink PredictionRepresentation Learning

Similar Papers 제목 키워드 기반

Shadow Cones: A Generalized Framework for Partial Order Embeddings

2023-05-24 · Tao Yu, Toni J. B. Liu, Albert Tseng, Christopher De Sa

Hyperbolic space has proven to be well-suited for capturing hierarchical relations in data, such as trees and directed acyclic graphs. Prior work introduced the concept of entailment cones, which uses partial orders defi…

ARGENT: Adaptive Hierarchical Image-Text Representations

2026-03-24 · Chuong Huynh, Hossein Souri, Abhinav Kumar, Vitali Petsiuk 외 arxiv

Large-scale Vision-Language Models (VLMs) such as CLIP learn powerful semantic representations but operate in Euclidean space, which fails to capture the inherent hierarchical structure of visual and linguistic concepts.…

Image ClassificationImage Retrieval

$\text{H}^2$em: Learning Hierarchical Hyperbolic Embeddings for Compositional Zero-Shot Learning

2025-12-23 · Lin Li, Jiahui Li, Jiaming Lei, Jun Xiao 외 arxiv

Compositional zero-shot learning (CZSL) aims to recognize unseen state-object compositions by generalizing from a training set of their primitives (state and object). Current methods often overlook the rich hierarchical …

Compositional Zero-Shot Learning

Is the Geometry Doing the Work? An Operating-Point Audit of Hierarchy in Hyperbolic Vision-Language Models

2026-07-06 · Jaeyoung Kim, Eunseok Kim, Dongsuk Jang arxiv

Hyperbolic vision-language models are designed to encode abstraction geometrically: general concepts near the origin, specific ones farther out, and entailment cones representing directed order. We ask whether trained ME…

Hyperbolic Disk Embeddings for Directed Acyclic Graphs

2019-02-12 · Ryota Suzuki, Ryusuke Takahama, Shun Onoda

Obtaining continuous representations of structural data such as directed acyclic graphs (DAGs) has gained attention in machine learning and artificial intelligence. However, embedding complex DAGs in which both ancestors…