paper-with-me

Papers

Measuring similarity between embedding spaces using induced neighborhood graphs

2024-11-13 · Tiago F. Tavares, Fabio Ayres, Paris Smaragdis

Deep Learning techniques have excelled at generating embedding spaces that capture semantic similarities between items. Often these representations are paired, enabling experiments with analogies (pairs within the same domain) and cross-modality (pairs across domains). These experiments are based on specific assumptions about the geometry of embedding spaces, which allow finding paired items by extrapolating the positional relationships between embedding pairs in the training dataset, allowing for tasks such as finding new analogies, and multimodal zero-shot classification. In this work, we propose a metric to evaluate the similarity between paired item representations. Our proposal is built from the structural similarity between the nearest-neighbors induced graphs of each representation, and can be configured to compare spaces based on different distance metrics and on different neighborhood sizes. We demonstrate that our proposal can be used to identify similar structures at different scales, which is hard to achieve with kernel methods such as Centered Kernel Alignment (CKA). We further illustrate our method with two case studies: an analogy task using GloVe embeddings, and zero-shot classification in the CIFAR-100 dataset using CLIP embeddings. Our results show that accuracy in both analogy and zero-shot classification tasks correlates with the embedding similarity. These findings can help explain performance differences in these tasks, and may lead to improved design of paired-embedding models in the future.

📄 PDF Abstract BibTeX arXiv:2411.08687

Code (0)

등록된 구현이 없습니다.

Tasks

zero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Beyond Cosine Similarity

2026-02-05 · Xinbo Ai arxiv

Cosine similarity, the standard metric for measuring semantic similarity in vector spaces, is mathematically grounded in the Cauchy-Schwarz inequality, which inherently limits it to capturing linear relationships--a cons…

Semantic Textual SimilaritySemantic Similarity

embComp: Visual Interactive Comparison of Vector Embeddings

2019-11-05 · Florian Heimerl, Christoph Kralj, Torsten Möller, Michael Gleicher

This paper introduces embComp, a novel approach for comparing two embeddings that capture the similarity between objects, such as word and document embeddings. We survey scenarios where comparing these embedding spaces i…

Is Textual Similarity Invariant under Machine Translation? Evidence Based on the Political Manifesto Corpus

2026-05-01 · Daria Boratyn, Damian Brzyski, Albert Leśniak, Wojciech Łukasik 외 arxiv

We investigate the extent to which cosine similarity between paragraph embeddings is invariant under machine translation, using the Manifesto Corpus of over 2,800 political party platforms in 28 languages translated to E…

Machine Translation

Formal Ways for Measuring Relations between Concepts in Conceptual Spaces

2018-04-06 · Lucas Bechberger, Kai-Uwe Kühnberger

The highly influential framework of conceptual spaces provides a geometric way of representing knowledge. Instances are represented by points in a high-dimensional space and concepts are represented by regions in this sp…

CLUSE: Cross-Lingual Unsupervised Sense Embeddings

2018-09-15 · EMNLP 2018 10 · Ta-Chung Chi, Yun-Nung Chen

This paper proposes a modularized sense induction and representation learning model that jointly learns bilingual sense embeddings that align well in the vector space, where the cross-lingual signal in the English-Chines…

Representation LearningWord Similarity