paper-with-me

Papers

Balance Act: Mitigating Hubness in Cross-Modal Retrieval with Query and Gallery Banks

2023-10-17 · Yimu Wang, Xiangru Jian, Bo Xue

In this work, we present a post-processing solution to address the hubness problem in cross-modal retrieval, a phenomenon where a small number of gallery data points are frequently retrieved, resulting in a decline in retrieval performance. We first theoretically demonstrate the necessity of incorporating both the gallery and query data for addressing hubness as hubs always exhibit high similarity with gallery and query data. Second, building on our theoretical results, we propose a novel framework, Dual Bank Normalization (DBNorm). While previous work has attempted to alleviate hubness by only utilizing the query samples, DBNorm leverages two banks constructed from the query and gallery samples to reduce the occurrence of hubs during inference. Next, to complement DBNorm, we introduce two novel methods, dual inverted softmax and dual dynamic inverted softmax, for normalizing similarity based on the two banks. Specifically, our proposed methods reduce the similarity between hubs and queries while improving the similarity between non-hubs and queries. Finally, we present extensive experimental results on diverse language-grounded benchmarks, including text-image, text-video, and text-audio, demonstrating the superior performance of our approaches compared to previous methods in addressing hubness and boosting retrieval performance. Our code is available at https://github.com/yimuwangcs/Better_Cross_Modal_Retrieval.

📄 PDF Abstract BibTeX arXiv:2310.11612

Code (1)

yimuwangcs/Better_Cross_Modal_Retrieval 공식 구현 pytorch

Tasks

Cross-Modal RetrievalRetrieval

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

NeighborRetr: Balancing Hub Centrality in Cross-Modal Retrieval

2025-03-13 · CVPR 2025 1 · Zengrong Lin, Zheng Wang, Tianwen Qian, Pan Mu 외

Cross-modal retrieval aims to bridge the semantic gap between different modalities, such as visual and textual data, enabling accurate retrieval across them. Despite significant advancements with models like CLIP that al…

Cross-Modal RetrievalRetrieval

Adversarial Hubness in Multi-Modal Retrieval

2024-12-18 · Tingwei Zhang, Fnu Suya, Rishi Jha, Collin Zhang 외

Hubness is a phenomenon in high-dimensional vector spaces where a single point from the natural distribution is unusually close to many other points. This is a well-known problem in information retrieval that causes some…

Image RetrievalInformation RetrievalRetrieval

Improved Text-Image Matching by Mitigating Visual Semantic Hubs

2019-05-22 · Anonymous

The hubness problem widely exists in high-dimensional embedding space and is a fundamental source of error for cross-modal matching tasks. In this work, we study the emergence of hubs in Visual Semantic Embeddings (VSE) …

Cross-Modal RetrievalRetrieval

Hubness Reduction Improves Sentence-BERT Semantic Spaces

2023-11-30 · Beatrix M. G. Nielsen, Lars Kai Hansen

Semantic representations of text, i.e. representations of natural language which capture meaning by geometry, are essential for areas such as information retrieval and document grouping. High-dimensional trained dense ve…

Information RetrievalRetrievalSentence

Adversarial Hubness Detector: Detecting Hubness Poisoning in Retrieval-Augmented Generation Systems

2026-02-25 · Idan Habler, Vineeth Sai Narajala, Stav Koren, Amy Chang 외 arxiv

Retrieval-Augmented Generation (RAG) systems are essential to contemporary AI applications, allowing large language models to obtain external knowledge via vector similarity search. Nevertheless, these systems encounter …