paper-with-me

홈 › Papers

Hyperbolic Vision Transformers: Combining Improvements in Metric Learning

2022-03-21 · CVPR 2022 1 · Aleksandr Ermolov, Leyla Mirvakhabova, Valentin Khrulkov, Nicu Sebe, Ivan Oseledets

Metric learning aims to learn a highly discriminative model encouraging the embeddings of similar classes to be close in the chosen metrics and pushed apart for dissimilar ones. The common recipe is to use an encoder to extract embeddings and a distance-based loss function to match the representations -- usually, the Euclidean distance is utilized. An emerging interest in learning hyperbolic data embeddings suggests that hyperbolic geometry can be beneficial for natural data. Following this line of work, we propose a new hyperbolic-based model for metric learning. At the core of our method is a vision transformer with output embeddings mapped to hyperbolic space. These embeddings are directly optimized using modified pairwise cross-entropy loss. We evaluate the proposed model with six different formulations on four datasets achieving the new state-of-the-art performance. The source code is available at https://github.com/htdt/hyp_metric.

📄 PDF Abstract BibTeX arXiv:2203.10833

Code (2)

htdt/hyp_metric 공식 구현 pytorch
OML-Team/open-metric-learning pytorch

Tasks

Metric Learning

Methods 이 논문이 사용한 방법론

InfoNCE 설명 없음
DINO DINO (self-distillation with no labels) is a self-supervised learning method that directly predicts the output of a teacher network - built with a momentum encoder - using a…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Understanding Hyperbolic Metric Learning through Hard Negative Sampling

2024-04-23 · Yun Yue, Fangzhou Lin, Guanyi Mou, Ziming Zhang

In recent years, there has been a growing trend of incorporating hyperbolic geometry methods into computer vision. While these methods have achieved state-of-the-art performance on various metric learning tasks using hyp…

Metric Learning

HexFormer: Hyperbolic Vision Transformer with Exponential Map Aggregation

2026-01-27 · Haya Alyoussef, Ahmad Bdeir, Diego Coello de Portugal Mecke, Tom Hanika 외 arxiv

Data across modalities such as images, text, and graphs often contains hierarchical and relational structures, which are challenging to model within Euclidean geometry. Hyperbolic geometry provides a natural framework fo…

Image Classification

HyperCore: The Core Framework for Building Hyperbolic Foundation Models with Comprehensive Modules

2025-04-11 · Neil He, Menglin Yang, Rex Ying

Hyperbolic neural networks have emerged as a powerful tool for modeling hierarchical data across diverse modalities. Recent studies show that token distributions in foundation models exhibit scale-free properties, sugges…

RAG

Robust Hyperbolic Learning with Curvature-Aware Optimization

2024-05-22 · Ahmad Bdeir, Johannes Burchert, Lars Schmidt-Thieme, Niels Landwehr

Hyperbolic deep learning has become a growing research direction in computer vision due to the unique properties afforded by the alternate embedding space. The negative curvature and exponentially growing distance metric…

EEGMetric Learning

CAT: Curvature-Adaptive Transformers for Geometry-Aware Learning

2025-10-02 · Ryan Y. Lin, Siddhartha Ojha, Nicholas Bai arxiv

Transformers achieve strong performance across diverse domains but implicitly assume Euclidean geometry in their attention mechanisms, limiting their effectiveness on data with non-Euclidean structure. While recent exten…

Knowledge Graph CompletionRelational Reasoning