paper-with-me

홈 › Papers

Graph Convolution Based Efficient Re-Ranking for Visual Retrieval

2023-06-15 · Yuqi Zhang, Qi Qian, Hongsong Wang, Chong Liu, Weihua Chen, Fan Wang

Visual retrieval tasks such as image retrieval and person re-identification (Re-ID) aim at effectively and thoroughly searching images with similar content or the same identity. After obtaining retrieved examples, re-ranking is a widely adopted post-processing step to reorder and improve the initial retrieval results by making use of the contextual information from semantically neighboring samples. Prevailing re-ranking approaches update distance metrics and mostly rely on inefficient crosscheck set comparison operations while computing expanded neighbors based distances. In this work, we present an efficient re-ranking method which refines initial retrieval results by updating features. Specifically, we reformulate re-ranking based on Graph Convolution Networks (GCN) and propose a novel Graph Convolution based Re-ranking (GCR) for visual retrieval tasks via feature propagation. To accelerate computation for large-scale retrieval, a decentralized and synchronous feature propagation algorithm which supports parallel or distributed computing is introduced. In particular, the plain GCR is extended for cross-camera retrieval and an improved feature propagation formulation is presented to leverage affinity relationships across different cameras. It is also extended for video-based retrieval, and Graph Convolution based Re-ranking for Video (GCRV) is proposed by mathematically deriving a novel profile vector generation method for the tracklet. Without bells and whistles, the proposed approaches achieve state-of-the-art performances on seven benchmark datasets from three different tasks, i.e., image retrieval, person Re-ID and video-based person Re-ID.

📄 PDF Abstract BibTeX arXiv:2306.08792

Code (1)

WesleyZhang1991/GCN_rerank 공식 구현 pytorch

Tasks

Distributed ComputingImage RetrievalPerson Re-IdentificationRe-RankingRetrieval

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Denoising Nearest Neighbor Graph via Continuous CRF for Visual Re-ranking without Fine-tuning

2024-12-18 · Jaeyoon Kim, Yoonki Cho, Taeyong Kim, Sung-Eui Yoon

Visual re-ranking using Nearest Neighbor graph~(NN graph) has been adapted to yield high retrieval accuracy, since it is beneficial to exploring an high-dimensional manifold and applicable without additional fine-tuning.…

DenoisingPerson Re-IdentificationRe-RankingRetrieval

Legal Question Answering using Ranking SVM and Deep Convolutional Neural Network

2017-03-16 · Phong-Khac Do, Huy-Tien Nguyen, Chien-Xuan Tran, Minh-Tien Nguyen 외

This paper presents a study of employing Ranking SVM and Convolutional Neural Network for two missions: legal information retrieval and question answering in the Competition on Legal Information Extraction/Entailment. Fo…

Information RetrievalQuestion AnsweringRetrieval

Scene Graph Embeddings Using Relative Similarity Supervision

2021-04-06 · Paridhi Maheshwari, Ritwick Chaudhry, Vishwa Vinay

Scene graphs are a powerful structured representation of the underlying content of images, and embeddings derived from them have been shown to be useful in multiple downstream tasks. In this work, we employ a graph convo…

Contrastive LearningImage RetrievalRetrieval

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

CAGE: Coherence-Aware Graph Encoding for Retrieval-Augmented Generation

2026-09-04 · Tong Qi, Jingyu Wu, Youbing Yin, Spencer Hong 외 arxiv

Traditional Retrieval-Augmented Generation (RAG) systems score each passage independently against the query, assembling context sets that may be individually relevant yet collectively incoherent. We introduce Coherence-A…