paper-with-me

Papers

NeighborRetr: Balancing Hub Centrality in Cross-Modal Retrieval

2025-03-13 · CVPR 2025 1 · Zengrong Lin, Zheng Wang, Tianwen Qian, Pan Mu, Sixian Chan, Cong Bai

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 align cross-modal representations, a persistent challenge remains: the hubness problem, where a small subset of samples (hubs) dominate as nearest neighbors, leading to biased representations and degraded retrieval accuracy. Existing methods often mitigate hubness through post-hoc normalization techniques, relying on prior data distributions that may not be practical in real-world scenarios. In this paper, we directly mitigate hubness during training and introduce NeighborRetr, a novel method that effectively balances the learning of hubs and adaptively adjusts the relations of various kinds of neighbors. Our approach not only mitigates the hubness problem but also enhances retrieval performance, achieving state-of-the-art results on multiple cross-modal retrieval benchmarks. Furthermore, NeighborRetr demonstrates robust generalization to new domains with substantial distribution shifts, highlighting its effectiveness in real-world applications. We make our code publicly available at: https://github.com/zzezze/NeighborRetr .

📄 PDF Abstract BibTeX arXiv:2503.10526

Code (1)

zzezze/neighborretr 공식 구현 pytorch

Tasks

Cross-Modal RetrievalRetrieval

Methods 이 논문이 사용한 방법론

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…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CLIP the Bias: How Useful is Balancing Data in Multimodal Learning?

2024-03-07 · Ibrahim Alabdulmohsin, Xiao Wang, Andreas Steiner, Priya Goyal 외

We study the effectiveness of data-balancing for mitigating biases in contrastive language-image pretraining (CLIP), identifying areas of strength and limitation. First, we reaffirm prior conclusions that CLIP models can…

Image to textImage-to-Text RetrievalRetrievalText Retrieval

CLaMP 2: Multimodal Music Information Retrieval Across 101 Languages Using Large Language Models

2024-10-17 · Shangda Wu, Yashan Wang, Ruibin Yuan, Zhancheng Guo 외

Challenges in managing linguistic diversity and integrating various musical modalities are faced by current music information retrieval systems. These limitations reduce their effectiveness in a global, multimodal music …

Contrastive LearningDiversityInformation RetrievalMusic Classification+2

Deep Music Retrieval for Fine-Grained Videos by Exploiting Cross-Modal-Encoded Voice-Overs

2021-04-21 · Tingtian Li, Zixun Sun, Haoruo Zhang, Jin Li 외

Recently, the witness of the rapidly growing popularity of short videos on different Internet platforms has intensified the need for a background music (BGM) retrieval system. However, existing video-music retrieval meth…

Pseudo LabelRetrievalTriplet

Balancing Efficiency and Expressiveness: Subgraph GNNs with Walk-Based Centrality

2025-01-06 · Joshua Southern, Yam Eitan, Guy Bar-Shalom, Michael Bronstein 외

We propose an expressive and efficient approach that combines the strengths of two prominent extensions of Graph Neural Networks (GNNs): Subgraph GNNs and Structural Encodings (SEs). Our approach leverages walk-based cen…

Multi-Modal Mutual Information Maximization: A Novel Approach for Unsupervised Deep Cross-Modal Hashing

2021-12-13 · Tuan Hoang, Thanh-Toan Do, Tam V. Nguyen, Ngai-Man Cheung

In this paper, we adopt the maximizing mutual information (MI) approach to tackle the problem of unsupervised learning of binary hash codes for efficient cross-modal retrieval. We proposed a novel method, dubbed Cross-Mo…

Cross-Modal RetrievalRetrieval