paper-with-me

홈 › Papers

T-EMDE: Sketching-based global similarity for cross-modal retrieval

2021-05-10 · Barbara Rychalska, Mikolaj Wieczorek, Jacek Dabrowski

The key challenge in cross-modal retrieval is to find similarities between objects represented with different modalities, such as image and text. However, each modality embeddings stem from non-related feature spaces, which causes the notorious 'heterogeneity gap'. Currently, many cross-modal systems try to bridge the gap with self-attention. However, self-attention has been widely criticized for its quadratic complexity, which prevents many real-life applications. In response to this, we propose T-EMDE - a neural density estimator inspired by the recently introduced Efficient Manifold Density Estimator (EMDE) from the area of recommender systems. EMDE operates on sketches - representations especially suitable for multimodal operations. However, EMDE is non-differentiable and ingests precomputed, static embeddings. With T-EMDE we introduce a trainable version of EMDE which allows full end-to-end training. In contrast to self-attention, the complexity of our solution is linear to the number of tokens/segments. As such, T-EMDE is a drop-in replacement for the self-attention module, with beneficial influence on both speed and metric performance in cross-modal settings. It facilitates communication between modalities, as each global text/image representation is expressed with a standardized sketch histogram which represents the same manifold structures irrespective of the underlying modality. We evaluate T-EMDE by introducing it into two recent cross-modal SOTA models and achieving new state-of-the-art results on multiple datasets and decreasing model latency by up to 20%.

📄 PDF Abstract BibTeX arXiv:2105.04242

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal RetrievalRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

An efficient manifold density estimator for all recommendation systems

2020-06-02 · Jacek Dąbrowski, Barbara Rychalska, Michał Daniluk, Dominika Basaj 외

Many unsupervised representation learning methods belong to the class of similarity learning models. While various modality-specific approaches exist for different types of data, a core property of many methods is that r…

AllDensity EstimationRecommendation SystemsRepresentation Learning+1

GemDepth: Geometry-Embedded Features for 3D-Consistent Video Depth

2026-05-11 · Yuecheng Liu, Junda Cheng, Longliang Liu, Wenjing Liao 외 arxiv

Video depth estimation extends monocular prediction into the temporal domain to ensure coherence. However, existing methods often suffer from spatial blurring in fine-detail regions and temporal inconsistencies. We argue…

Depth Estimation

LIMSI-MULTISEM at the IJCAI SemDeep-5 WiC Challenge: Context Representations for Word Usage Similarity Estimation

2019-08-01 · WS 2019 8 · Aina Gar{\'\i} Soler, Marianna Apidianaki, Alex Allauzen, re

I know why you like this movie: Interpretable Efficient Multimodal Recommender

2020-06-09 · Barbara Rychalska, Dominika Basaj, Jacek Dąbrowski, Michał Daniluk

Recently, the Efficient Manifold Density Estimator (EMDE) model has been introduced. The model exploits Local Sensitive Hashing and Count-Min Sketch algorithms, combining them with a neural network to achieve state-of-th…

Movie RecommendationRetrieval

SemDeDup: Data-efficient learning at web-scale through semantic deduplication

2023-03-16 · Amro Abbas, Kushal Tirumala, Dániel Simig, Surya Ganguli 외

Progress in machine learning has been driven in large part by massive increases in data. However, large web-scale datasets such as LAION are largely uncurated beyond searches for exact duplicates, potentially leaving muc…