paper-with-me

홈 › Papers

Global-Local Similarity for Efficient Fine-Grained Image Recognition with Vision Transformers

2024-07-17 · Edwin Arkel Rios, Min-Chun Hu, Bo-Cheng Lai

Fine-grained recognition involves the classification of images from subordinate macro-categories, and it is challenging due to small inter-class differences. To overcome this, most methods perform discriminative feature selection enabled by a feature extraction backbone followed by a high-level feature refinement step. Recently, many studies have shown the potential behind vision transformers as a backbone for fine-grained recognition, but their usage of its attention mechanism to select discriminative tokens can be computationally expensive. In this work, we propose a novel and computationally inexpensive metric to identify discriminative regions in an image. We compare the similarity between the global representation of an image given by the CLS token, a learnable token used by transformers for classification, and the local representation of individual patches. We select the regions with the highest similarity to obtain crops, which are forwarded through the same transformer encoder. Finally, high-level features of the original and cropped representations are further refined together in order to make more robust predictions. Through extensive experimental evaluation we demonstrate the effectiveness of our proposed method, obtaining favorable results in terms of accuracy across a variety of datasets. Furthermore, our method achieves these results at a much lower computational cost compared to the alternatives. Code and checkpoints are available at: \url{https://github.com/arkel23/GLSim}.

📄 PDF Abstract BibTeX arXiv:2407.12891

Code (1)

arkel23/GLSim 공식 구현 pytorch

Tasks

feature selectionFine-Grained Image Recognition

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

A Task-aware Dual Similarity Network for Fine-grained Few-shot Learning

2022-10-22 · Yan Qi, Han Sun, Ningzhong Liu, Huiyu Zhou

The goal of fine-grained few-shot learning is to recognize sub-categories under the same super-category by learning few labeled samples. Most of the recent approaches adopt a single similarity measure, that is, global or…

Few-Shot Learning

Fine-Grained Fashion Similarity Prediction by Attribute-Specific Embedding Learning

2021-04-06 · Jianfeng Dong, Zhe Ma, Xiaofeng Mao, Xun Yang 외

This paper strives to predict fine-grained fashion similarity. In this similarity paradigm, one should pay more attention to the similarity in terms of a specific design/attribute between fashion items. For example, whet…

AttributeReranking

Hyperspectral Image Recovery Constrained by Multi-Granularity Non-Local Self-Similarity Priors

2025-08-02 · Zhuoran Peng, Yiqing Shen arxiv

Hyperspectral image (HSI) recovery, as an upstream image processing task, holds significant importance for downstream tasks such as classification, segmentation, and detection. In recent years, HSI recovery methods based…

Improving Description-based Person Re-identification by Multi-granularity Image-text Alignments

2019-06-23 · Kai Niu, Yan Huang, Wanli Ouyang, Liang Wang

Description-based person re-identification (Re-id) is an important task in video surveillance that requires discriminative cross-modal representations to distinguish different people. It is difficult to directly measure …

Image DescriptionPerson Re-IdentificationText based Person Retrieval

Cross-modal Full-mode Fine-grained Alignment for Text-to-Image Person Retrieval

2025-09-17 · Hao Yin, Xin Man, Feiyu Chen, Jie Shao 외 arxiv

Text-to-Image Person Retrieval (TIPR) is a cross-modal matching task designed to identify the person images that best correspond to a given textual description. The key difficulty in TIPR is to realize robust corresponde…

Relational ReasoningPerson Retrieval