paper-with-me

Papers

SIM-Trans: Structure Information Modeling Transformer for Fine-grained Visual Categorization

2022-08-31 · Hongbo Sun, Xiangteng He, Yuxin Peng

Fine-grained visual categorization (FGVC) aims at recognizing objects from similar subordinate categories, which is challenging and practical for human's accurate automatic recognition needs. Most FGVC approaches focus on the attention mechanism research for discriminative regions mining while neglecting their interdependencies and composed holistic object structure, which are essential for model's discriminative information localization and understanding ability. To address the above limitations, we propose the Structure Information Modeling Transformer (SIM-Trans) to incorporate object structure information into transformer for enhancing discriminative representation learning to contain both the appearance information and structure information. Specifically, we encode the image into a sequence of patch tokens and build a strong vision transformer framework with two well-designed modules: (i) the structure information learning (SIL) module is proposed to mine the spatial context relation of significant patches within the object extent with the help of the transformer's self-attention weights, which is further injected into the model for importing structure information; (ii) the multi-level feature boosting (MFB) module is introduced to exploit the complementary of multi-level features and contrastive learning among classes to enhance feature robustness for accurate recognition. The proposed two modules are light-weighted and can be plugged into any transformer network and trained end-to-end easily, which only depends on the attention weights that come with the vision transformer itself. Extensive experiments and analyses demonstrate that the proposed SIM-Trans achieves state-of-the-art performance on fine-grained visual categorization benchmarks. The code is available at https://github.com/PKU-ICST-MIPL/SIM-Trans_ACMMM2022.

📄 PDF Abstract BibTeX arXiv:2208.14607

Code (1)

pku-icst-mipl/sim-trans_acmmm2022 공식 구현 pytorch

Tasks

Contrastive LearningFine-Grained Image ClassificationFine-Grained Visual CategorizationRepresentation Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Adam 설명 없음
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

GiLT: Augmenting Transformer Language Models with Dependency Graphs

2026-05-15 · Tianyu Huang, Yida Zhao, Chuyan Zhou, Kewei Tu arxiv

Augmenting Transformers with linguistic structures effectively enhances the syntactic generalization performance of language models. Previous work in this direction focuses on syntactic tree structures of languages, in p…

Field-Space Attention for Structure-Preserving Earth System Transformers

2025-12-23 · Maximilian Witte, Johannes Meuer, Étienne Plésiat, Christopher Kadow arxiv

Accurate and physically consistent modeling of Earth system dynamics requires machine-learning architectures that operate directly on continuous geophysical fields and preserve their underlying geometric structure. Here …

How Transformers Learn Causal Structure with Gradient Descent

2024-02-22 · Eshaan Nichani, Alex Damian, Jason D. Lee

The incredible success of transformers on sequence modeling tasks can be largely attributed to the self-attention mechanism, which allows information to be transferred between different parts of a sequence. Self-attentio…

In-Context Learning

Xformer: Hybrid X-Shaped Transformer for Image Denoising

2023-03-11 · Jiale Zhang, Yulun Zhang, Jinjin Gu, Jiahua Dong 외

In this paper, we present a hybrid X-shaped vision Transformer, named Xformer, which performs notably on image denoising tasks. We explore strengthening the global representation of tokens from different scopes. In detai…

DecoderDenoisingImage Denoising

Refined Temporal Pyramidal Compression-and-Amplification Transformer for 3D Human Pose Estimation

2023-09-04 · Hanbing Liu, Wangmeng Xiang, Jun-Yan He, Zhi-Qi Cheng 외

Accurately estimating the 3D pose of humans in video sequences requires both accuracy and a well-structured architecture. With the success of transformers, we introduce the Refined Temporal Pyramidal Compression-and-Ampl…

3D Human Pose EstimationPose Estimation