paper-with-me

홈 › Papers

Moving Towards Centers: Re-ranking with Attention and Memory for Re-identification

2021-05-04 · Yunhao Zhou, Yi Wang, Lap-Pui Chau

Re-ranking utilizes contextual information to optimize the initial ranking list of person or vehicle re-identification (re-ID), which boosts the retrieval performance at post-processing steps. This paper proposes a re-ranking network to predict the correlations between the probe and top-ranked neighbor samples. Specifically, all the feature embeddings of query and gallery images are expanded and enhanced by a linear combination of their neighbors, with the correlation prediction serving as discriminative combination weights. The combination process is equivalent to moving independent embeddings toward the identity centers, improving cluster compactness. For correlation prediction, we first aggregate the contextual information for probe's k-nearest neighbors via the Transformer encoder. Then, we distill and refine the probe-related features into the Contextual Memory cell via attention mechanism. Like humans that retrieve images by not only considering probe images but also memorizing the retrieved ones, the Contextual Memory produces multi-view descriptions for each instance. Finally, the neighbors are reconstructed with features fetched from the Contextual Memory, and a binary classifier predicts their correlations with the probe. Experiments on six widely-used person and vehicle re-ID benchmarks demonstrate the effectiveness of the proposed method. Especially, our method surpasses the state-of-the-art re-ranking approaches on large-scale datasets by a significant margin, i.e., with an average 4.83% CMC@1 and 14.83% mAP improvements on VERI-Wild, MSMT17, and VehicleID datasets.

📄 PDF Abstract BibTeX arXiv:2105.01447

Code (0)

등록된 구현이 없습니다.

Tasks

Re-RankingRetrievalVehicle Re-Identification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Person Re-Identification Ranking Optimisation by Discriminant Context Information Analysis

2015-12-01 · ICCV 2015 12 · Jorge Garcia, Niki Martinel, Christian Micheloni, Alfredo Gardel

Person re-identification is an open and challenging problem in computer vision. Existing re-identification approaches focus on optimal methods for features matching (e.g., metric learning approaches) or study the inter-c…

Metric LearningPerson Re-Identification

CN-HIT-MI.T at SemEval-2019 Task 6: Offensive Language Identification Based on BiLSTM with Double Attention

2019-06-01 · SEMEVAL 2019 6 · Yaojie Zhang, Bing Xu, Tiejun Zhao

Offensive language has become pervasive in social media. In Offensive Language Identification tasks, it may be difficult to predict accurately only according to the surface words. So we try to dig deeper semantic informa…

Language Identification

Enhancing Performance and Scalability of Large-Scale Recommendation Systems with Jagged Flash Attention

2024-09-19 · Rengan Xu, Junjie Yang, Yifan Xu, Hong Li 외

The integration of hardware accelerators has significantly advanced the capabilities of modern recommendation systems, enabling the exploration of complex ranking paradigms previously deemed impractical. However, the GPU…

GPURecommendation Systems

TriAttention: Efficient Long Reasoning with Trigonometric KV Compression

2026-04-06 · Weian Mao, Xi Lin, Wei Huang, Yuxin Xie 외 arxiv

Extended reasoning in large language models (LLMs) creates severe KV cache memory bottlenecks. Leading KV cache compression methods estimate KV importance using attention scores from recent post-RoPE queries. However, qu…

Noise-resistant Deep Metric Learning with Ranking-based Instance Selection

2021-03-30 · CVPR 2021 1 · Chang Liu, Han Yu, Boyang Li, Zhiqi Shen 외

The existence of noisy labels in real-world data negatively impacts the performance of deep learning models. Although much research effort has been devoted to improving robustness to noisy labels in classification tasks,…

Metric Learning