paper-with-me

홈 › Papers

Cheb-GR: Rethinking K-nearest Neighbor Search in Re-ranking for Person Re-identification

2025-01-01 · CVPR 2025 1 · Jinxi Yang, He Li, Bo Du, Mang Ye

Person re-identification (ReID) is the task of matching individuals across different camera views. Existing approaches typically employ neural networks to extract discriminative features, ranking gallery images based on their similarities to probe images. While effective, these methods are often enhanced through re-ranking, a post-processing step that refines initial retrieval results without requiring additional model training. However, current re-ranking methods mostly rely on k-nearest neighbor search to extract similar images that might have the same identity as the query, which is time-consuming with a high computation burden, limiting their applications in reality. We rethink the effect of the k-nearest neighbor search and introduce the Chebyshev's Theorem-guided Graph Re-ranking (Cheb-GR) method, which adopts the adaptive neighbor search guided by Chebyshev's Theorem over the k-nearest neighbor search for efficient neighbor selection. Our method leverages graph convolution operations to refine image features and achieve robust re-ranking, leading to enhanced retrieval performance. Furthermore, we provide a theoretical analysis based on Chebyshev's Inequality to elucidate the factors contributing to the strong performance of the proposed method. Our method significantly reduces the computation costs while maintaining relatively strong performance. Through extensive experiments in both general and cross-domain settings, we demonstrate the effectiveness of Cheb-GR and its potential for real-world applications.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Person 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 제목 키워드 기반

A Learning-to-Rank Formulation of Clustering-Based Approximate Nearest Neighbor Search

2024-04-17 · Thomas Vecchiato, Claudio Lucchese, Franco Maria Nardini, Sebastian Bruch

A critical piece of the modern information retrieval puzzle is approximate nearest neighbor search. Its objective is to return a set of $k$ data points that are closest to a query point, with its accuracy measured by the…

ClusteringInformation RetrievalLearning-To-Rank

Learning Cluster Representatives for Approximate Nearest Neighbor Search

2024-12-08 · Thomas Vecchiato

Developing increasingly efficient and accurate algorithms for approximate nearest neighbor search is a paramount goal in modern information retrieval. A primary approach to addressing this question is clustering, which i…

ClusteringInformation RetrievalLearning-To-Rank

Query-Adaptive Hash Code Ranking for Large-Scale Multi-View Visual Search

2019-04-18 · Xianglong Liu, Lei Huang, Cheng Deng, Bo Lang 외

Hash based nearest neighbor search has become attractive in many applications. However, the quantization in hashing usually degenerates the discriminative power when using Hamming distance ranking. Besides, for large-sca…

Image RetrievalQuantizationTable Search

Efficient Large-scale Approximate Nearest Neighbor Search on the GPU

2017-02-20 · CVPR 2016 6 · Patrick Wieschollek, Oliver Wang, Alexander Sorkine-Hornung, Hendrik P. A. Lensch

We present a new approach for efficient approximate nearest neighbor (ANN) search in high dimensional spaces, extending the idea of Product Quantization. We propose a two-level product and vector quantization tree that r…

CPUGPUQuantizationRe-Ranking

Predictive Indexing for Fast Search

2008-12-01 · NeurIPS 2008 12 · Sharad Goel, John Langford, Alexander L. Strehl

We tackle the computational problem of query-conditioned search. Given a machine-learned scoring rule and a query distribution, we build a predictive index by precomputing lists of potential results sorted based on an ex…

Retrievalscoring rule