paper-with-me

Papers

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

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

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 the contextual similarity among the top-ranked images is an important clue to distinguish the semantic relevance. Inspired by this observation, in this paper, we propose a visual re-ranking method by contextual similarity aggregation with self-attention. In our approach, for each image in the top-K ranking list, we represent it into an affinity feature vector by comparing it with a set of anchor images. Then, the affinity features of the top-K images are refined by aggregating the contextual information with a transformer encoder. Finally, the affinity features are used to recalculate the similarity scores between the query and the top-K images for re-ranking of the latter. To further improve the robustness of our re-ranking model and enhance the performance of our method, a new data augmentation scheme is designed. Since our re-ranking model is not directly involved with the visual feature used in the initial retrieval, it is ready to be applied to retrieval result lists obtained from various retrieval algorithms. We conduct comprehensive experiments on four benchmark datasets to demonstrate the generality and effectiveness of our proposed visual re-ranking method.

📄 PDF Abstract BibTeX arXiv:2110.13430

Code (1)

mcc-wh/csa 공식 구현 pytorch

Tasks

Content-Based Image RetrievalData AugmentationImage RetrievalRe-RankingRetrieval

Similar Papers 제목 키워드 기반

Spatio-Temporal Similarity Volume Aggregation for Open-Vocabulary Action Recognition

2026-05-22 · Yerim So, Jiyeong Kim, Jiwon Yoon, Dongbo Min arxiv

Recent Open-Vocabulary Action Recognition (OVAR) methods typically aggregate visual features into a global representation before computing text alignment, a process that obscures local patch information and fine-grained …

Action Recognition

Self-supervised Learning of Contextualized Local Visual Embeddings

2023-10-01 · Thalles Santos Silva, Helio Pedrini, Adín Ramírez Rivera

We present Contextualized Local Visual Embeddings (CLoVE), a self-supervised convolutional-based method that learns representations suited for dense prediction tasks. CLoVE deviates from current methods and optimizes a s…

Instance SegmentationKeypoint Detectionobject-detectionObject Detection+3

Interpolation between Convolution and Attention via K-Nearest Neighbors

2026-05-31 · Mingi Kang arxiv

The shift from Convolutional Neural Networks to Transformers has reshaped computer vision, yet these two architectural families are typically viewed as fundamentally distinct. Convolutional Neural Networks are defined by…

Learning fragment self-attention embeddings for image-text matching

2019-10-01 · ACMMM 2019 10 · Yiling Wu, Shuhui Wang, Guoli Song, Qingming Huang

In image-text matching task, the key to good matching quality is to capture the rich contextual dependencies between fragments of image and text. However, previous works either simply aggregate the similarity of all poss…

Image-text matchingSentenceText Matching

Self-distilled Feature Aggregation for Self-supervised Monocular Depth Estimation

2022-09-15 · Zhengming Zhou, Qiulei Dong

Self-supervised monocular depth estimation has received much attention recently in computer vision. Most of the existing works in literature aggregate multi-scale features for depth prediction via either straightforward …

Depth EstimationDepth PredictionMonocular Depth Estimation