paper-with-me

홈 › Papers

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

2023-04-25 · Leigang Qu, Meng Liu, Wenjie Wang, Zhedong Zheng, Liqiang Nie, Tat-Seng Chua

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 ignores the higher-order neighbor relations (i.e., a matching structure among multiple data samples). Re-ranking, a popular post-processing practice, has revealed the superiority of capturing neighbor relations in single-modality retrieval tasks. However, it is ineffective to directly extend existing re-ranking algorithms to image-text retrieval. In this paper, we analyze the reason from four perspectives, i.e., generalization, flexibility, sparsity, and asymmetry, and propose a novel learnable pillar-based re-ranking paradigm. Concretely, we first select top-ranked intra- and inter-modal neighbors as pillars, and then reconstruct data samples with the neighbor relations between them and the pillars. In this way, each sample can be mapped into a multimodal pillar space only using similarities, ensuring generalization. After that, we design a neighbor-aware graph reasoning module to flexibly exploit the relations and excavate the sparse positive items within a neighborhood. We also present a structure alignment constraint to promote cross-modal collaboration and align the asymmetric modalities. On top of various base backbones, we carry out extensive experiments on two benchmark datasets, i.e., Flickr30K and MS-COCO, demonstrating the effectiveness, superiority, generalization, and transferability of our proposed re-ranking paradigm.

📄 PDF Abstract BibTeX arXiv:2304.12570

Code (1)

lgqu/leaprr 공식 구현 pytorch

Tasks

Image-text RetrievalRe-RankingRetrievalText Retrieval

Methods 이 논문이 사용한 방법론

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…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Ranking-aware adapter for text-driven image ordering with CLIP

2024-12-09 · Wei-Hsiang Yu, Yen-Yu Lin, Ming-Hsuan Yang, Yi-Hsuan Tsai

Recent advances in vision-language models (VLMs) have made significant progress in downstream tasks that require quantitative concepts such as facial age estimation and image quality assessment, enabling VLMs to explore …

Age EstimationImage Quality AssessmentLearning-To-Rank

TempRet: Temporal Enhancement and Two-Stage Reranking for CVPR 2026 EPIC-KITCHENS-100 Multi-Instance Retrieval Challenge

2026-05-23 · Zixu Li, Yupeng Hu, Zhiwei Chen, Zhiheng Fu 외 arxiv

Video-text retrieval has witnessed remarkable progress driven by large-scale vision-language pretraining, yet most existing approaches inherit an implicit assumption from image-text retrieval: that visual semantics can b…

Video-Text RetrievalImage-text matchingVideo Retrieval

Test-time Corpus Feedback: From Retrieval to RAG

2025-08-21 · Mandeep Rathee, V Venktesh, Sean MacAvaney, Avishek Anand arxiv

Retrieval-Augmented Generation (RAG) has emerged as a standard framework for knowledge-intensive NLP tasks, combining large language models (LLMs) with document retrieval from external corpora. Despite its widespread use…

Information Retrieval

Contextual Similarity Aggregation with Self-attention for Visual Re-ranking

2021-10-26 · NeurIPS 2021 12 · Jianbo Ouyang, Hui Wu, Min Wang, Wengang Zhou 외

In content-based image retrieval, the first-round retrieval result by simple visual feature comparison may be unsatisfactory, which can be refined by visual re-ranking techniques. In image retrieval, it is observed that …

Content-Based Image RetrievalData AugmentationImage RetrievalRe-Ranking+1

NAPReg: Nouns As Proxies Regularization for Semantically Aware Cross-Modal Embeddings

2023-01-07 · IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2023 1 · Bhavin Jawade, Deen Dayal Mohan, Naji Mohamed Ali, Srirangaraj Setlur 외

Cross-modal retrieval is a fundamental vision-language task with a broad range of practical applications. Text-to-image matching is the most common form of cross-modal retrieval where, given a large database of images an…

Cross-Modal RetrievalImage-text RetrievalMetric LearningRetrieval+1