paper-with-me

홈 › Papers

Part-guided Relational Transformers for Fine-grained Visual Recognition

2022-12-28 · Yifan Zhao, Jia Li, Xiaowu Chen, Yonghong Tian

Fine-grained visual recognition is to classify objects with visually similar appearances into subcategories, which has made great progress with the development of deep CNNs. However, handling subtle differences between different subcategories still remains a challenge. In this paper, we propose to solve this issue in one unified framework from two aspects, i.e., constructing feature-level interrelationships, and capturing part-level discriminative features. This framework, namely PArt-guided Relational Transformers (PART), is proposed to learn the discriminative part features with an automatic part discovery module, and to explore the intrinsic correlations with a feature transformation module by adapting the Transformer models from the field of natural language processing. The part discovery module efficiently discovers the discriminative regions which are highly-corresponded to the gradient descent procedure. Then the second feature transformation module builds correlations within the global embedding and multiple part embedding, enhancing spatial interactions among semantic pixels. Moreover, our proposed approach does not rely on additional part branches in the inference time and reaches state-of-the-art performance on 3 widely-used fine-grained object recognition benchmarks. Experimental results and explainable visualizations demonstrate the effectiveness of our proposed approach. The code can be found at https://github.com/iCVTEAM/PART.

📄 PDF Abstract BibTeX arXiv:2212.13685

Code (1)

icvteam/part 공식 구현 pytorch

Tasks

Fine-Grained Image ClassificationFine-Grained Visual RecognitionObject Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Pose-guided Inter- and Intra-part Relational Transformer for Occluded Person Re-Identification

2021-09-08 · Zhongxing Ma, Yifan Zhao, Jia Li

Person Re-Identification (Re-Id) in occlusion scenarios is a challenging problem because a pedestrian can be partially occluded. The use of local information for feature extraction and matching is still necessary. Theref…

Occluded Person Re-IdentificationPerson Re-Identification

Relational Proxies: Emergent Relationships as Fine-Grained Discriminators

2022-10-05 · Abhra Chaudhuri, Massimiliano Mancini, Zeynep Akata, Anjan Dutta

Fine-grained categories that largely share the same set of parts cannot be discriminated based on part information alone, as they mostly differ in the way the local parts relate to the overall global structure of the obj…

LLM-Guided Semantic Relational Reasoning for Multimodal Intent Recognition

2025-09-01 · Qianrui Zhou, Hua Xu, Yifan Wang, Xinzhi Dong 외 arxiv

Understanding human intents from multimodal signals is critical for analyzing human behaviors and enhancing human-machine interactions in real-world scenarios. However, existing methods exhibit limitations in their modal…

Multimodal Intent RecognitionRelational Reasoning

VGSG: Vision-Guided Semantic-Group Network for Text-based Person Search

2023-11-13 · Shuting He, Hao Luo, Wei Jiang, Xudong Jiang 외

Text-based Person Search (TBPS) aims to retrieve images of target pedestrian indicated by textual descriptions. It is essential for TBPS to extract fine-grained local features and align them crossing modality. Existing m…

Person SearchText based Person RetrievalText based Person SearchTransfer Learning

OP3DSG: Open-Vocabulary Part-Aware 3D Scene Graph Generation for Real-World Environments

2026-06-29 · Yirum Kim, Ue-Hwan Kim arxiv

3D scene graphs (3DSGs) provide a compact and structured abstraction of 3D environments. Although advances in foundation models have enabled open-vocabulary 3DSG generation, existing approaches remain object-centric and …

Scene Graph GenerationRelational Reasoning