Transformer in Transformer

AI-generated keywords: Transformer TNT Image Recognition Pixel-level Representations Patch Embeddings

AI-generated Key Points

The license of the paper does not allow us to build upon its content and the key points are generated using the paper metadata rather than the full article.

  • The Transformer is a self-attention-based neural network architecture originally developed for NLP tasks.
  • Recent advancements have shown that pure transformer-based models can be applied to computer vision problems.
  • Visual transformers treat images as sequences of patches but overlook intrinsic structural information within each patch.
  • The proposed model, Transformer-iN-Transformer (TNT), captures both patch-level and pixel-level representations in images.
  • TNT consists of TNT blocks, with an outer transformer block for processing patch embeddings and an inner transformer block for extracting local features from pixel embeddings.
  • Pixel-level features are projected onto the space of patch embeddings and added into corresponding patches.
  • The TNT model achieves an impressive top-1 accuracy of 81.3% on ImageNet, outperforming similar models like DeiT with comparable computational cost.
  • The TNT architecture demonstrates state-of-the-art performance on image recognition tasks such as ImageNet classification.
  • Code for implementing the TNT architecture will be available at https://github.com/huawei-noah/noah-research/tree/master/TNT.
Also access our AI generated: Comprehensive summary, Lay summary, Blog-like article; or ask questions about this paper to our AI assistant.

Authors: Kai Han, An Xiao, Enhua Wu, Jianyuan Guo, Chunjing Xu, Yunhe Wang

Abstract: Transformer is a type of self-attention-based neural networks originally applied for NLP tasks. Recently, pure transformer-based models are proposed to solve computer vision problems. These visual transformers usually view an image as a sequence of patches while they ignore the intrinsic structure information inside each patch. In this paper, we propose a novel Transformer-iN-Transformer (TNT) model for modeling both patch-level and pixel-level representation. In each TNT block, an outer transformer block is utilized to process patch embeddings, and an inner transformer block extracts local features from pixel embeddings. The pixel-level feature is projected to the space of patch embedding by a linear transformation layer and then added into the patch. By stacking the TNT blocks, we build the TNT model for image recognition. Experiments on ImageNet benchmark and downstream tasks demonstrate the superiority and efficiency of the proposed TNT architecture. For example, our TNT achieves $81.3\%$ top-1 accuracy on ImageNet which is $1.5\%$ higher than that of DeiT with similar computational cost. The code will be available at https://github.com/huawei-noah/noah-research/tree/master/TNT.

Submitted to arXiv on 27 Feb. 2021

Ask questions about this paper to our AI assistant

You can also chat with multiple papers at once here.

The license of the paper does not allow us to build upon its content and the AI assistant only knows about the paper metadata rather than the full article.

AI assistant instructions?

Results of the summarizing process for the arXiv paper: 2103.00112v1

This paper's license doesn't allow us to build upon its content and the summarizing process is here made with the paper's metadata rather than the article.

The Transformer is a self-attention-based neural network architecture that was originally developed for natural language processing (NLP) tasks. However, recent advancements have shown that pure transformer-based models can also be applied to solve computer vision problems. These visual transformers typically treat an image as a sequence of patches, but they often overlook the intrinsic structural information within each patch. To address this limitation, the authors of this paper propose a novel model called Transformer-iN-Transformer (TNT), which aims to capture both patch-level and pixel-level representations in images. The TNT model consists of TNT blocks, each containing an outer transformer block for processing patch embeddings and an inner transformer block for extracting local features from pixel embeddings. In more detail, the pixel-level features are projected onto the space of patch embeddings using a linear transformation layer and then added into the corresponding patches. By stacking multiple TNT blocks together, the authors construct the TNT model for image recognition tasks. The proposed TNT architecture is evaluated on the ImageNet benchmark and various downstream tasks, demonstrating its superiority and efficiency compared to other existing models. For instance, the TNT model achieves an impressive top-1 accuracy of 81.3% on ImageNet, which is 1.5% higher than that of DeiT (a similar model) with comparable computational cost. Overall, this paper introduces a new approach to incorporate both patch-level and pixel-level representations in image analysis through the Transformer-iN-Transformer (TNT) model. The experimental results highlight its effectiveness in achieving state-of-the-art performance on image recognition tasks such as ImageNet classification. The code for implementing the proposed TNT architecture will be made available at https://github.com/huawei-noah/noah-research/tree/master/TNT.
Created on 24 Jul. 2023

Assess the quality of the AI-generated content by voting

Score: 0

Why do we need votes?

Votes are used to determine whether we need to re-run our summarizing tools. If the count reaches -10, our tools can be restarted.

The previous summary was created more than a year ago and can be re-run (if necessary) by clicking on the Run button below.

The license of this specific paper does not allow us to build upon its content and the summarizing tools will be run using the paper metadata rather than the full article. However, it still does a good job, and you can also try our tools on papers with more open licenses.

Similar papers summarized with our AI tools

Navigate through even more similar papers through a

tree representation

Look for similar papers (in beta version)

By clicking on the button above, our algorithm will scan all papers in our database to find the closest based on the contents of the full papers and not just on metadata. Please note that it only works for papers that we have generated summaries for and you can rerun it from time to time to get a more accurate result while our database grows.

Disclaimer: The AI-based summarization tool and virtual assistant provided on this website may not always provide accurate and complete summaries or responses. We encourage you to carefully review and evaluate the generated content to ensure its quality and relevance to your needs.