paper-with-me

홈 › Papers

End-to-End Cross-Modality Retrieval with CCA Projections and Pairwise Ranking Loss

2018-04-16 · Dorfer Matthias, Schlüter Jan, Vall Andreu, Korzeniowski Filip, Widmer Gerhard

Cross-modality retrieval encompasses retrieval tasks where the fetched items are of a different type than the search query, e.g., retrieving pictures relevant to a given text query. The state-of-the-art approach to cross-modality retrieval relies on learning a joint embedding space of the two modalities, where items from either modality are retrieved using nearest-neighbor search. In this work, we introduce a neural network layer based on Canonical Correlation Analysis (CCA) that learns better embedding spaces by analytically computing projections that maximize correlation. In contrast to previous approaches, the CCA Layer (CCAL) allows us to combine existing objectives for embedding space learning, such as pairwise ranking losses, with the optimal projections of CCA. We show the effectiveness of our approach for cross-modality retrieval on three different scenarios (text-to-image, audio-sheet-music and zero-shot retrieval), surpassing both Deep CCA and a multi-view network using freely learned projections optimized by a pairwise ranking loss, especially when little training data is available (the code for all three methods is released at: https://github.com/CPJKU/cca_layer).

📄 PDF Abstract BibTeX arXiv:1705.06979

Code (1)

CPJKU/cca_layer 공식 구현 tf

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Learnable Pillar-based Re-ranking for Image-Text Retrieval

2023-04-25 · Leigang Qu, Meng Liu, Wenjie Wang, Zhedong Zheng 외

Image-text retrieval aims to bridge the modality gap and retrieve cross-modal content based on semantic similarities. Prior work usually focuses on the pairwise relations (i.e., whether a data sample matches another) but…

Image-text RetrievalRe-RankingRetrievalText Retrieval

Modality-dependent Cross-media Retrieval

2015-06-22 · Yunchao Wei, Yao Zhao, Zhenfeng Zhu, Shikui Wei 외

In this paper, we investigate the cross-media retrieval between images and text, i.e., using image to search text (I2T) and using text to search images (T2I). Existing cross-media retrieval methods usually learn one coup…

Retrieval

UniRank: End-to-End Domain-Specific Reranking of Hybrid Text-Image Candidates

2026-02-08 · Yupei Yang, Lin Yang, Wanxi Deng, Lin Qu 외 arxiv

Reranking is a critical component in many information retrieval pipelines. Despite remarkable progress in text-only settings, multimodal reranking remains challenging, particularly when the candidate set contains hybrid …

Reinforcement LearningInformation RetrievalDomain Adaptation

Integrating Listwise Ranking into Pairwise-based Image-Text Retrieval

2023-05-26 · Zheng Li, Caili Guo, Xin Wang, Zerun Feng 외

Image-Text Retrieval (ITR) is essentially a ranking problem. Given a query caption, the goal is to rank candidate images by relevance, from large to small. The current ITR datasets are constructed in a pairwise manner. I…

Image-text RetrievalRetrievalText RetrievalTriplet

Zero-shot Vision-Language Reranking for Cross-View Geolocalization

2026-03-28 · Yunus Talha Erzurumlu, John E. Anderson, William J. Shuart, Charles Toth 외 arxiv

Cross-view geolocalization (CVGL) systems, while effective at retrieving a list of relevant candidates (high Recall@k), often fail to identify the single best match (low Top-1 accuracy). This work investigates the use of…