Pith. sign in

REVIEW 4 cited by

DeepViT: Towards Deeper Vision Transformer

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2103.11886 v4 pith:37RRKOZ7 submitted 2021-03-22 cs.CV

classification cs.CV
keywords deeperlayersattentionmapsmodelsperformancetransformervits
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
read the original abstract

Vision transformers (ViTs) have been successfully applied in image classification tasks recently. In this paper, we show that, unlike convolution neural networks (CNNs)that can be improved by stacking more convolutional layers, the performance of ViTs saturate fast when scaled to be deeper. More specifically, we empirically observe that such scaling difficulty is caused by the attention collapse issue: as the transformer goes deeper, the attention maps gradually become similar and even much the same after certain layers. In other words, the feature maps tend to be identical in the top layers of deep ViT models. This fact demonstrates that in deeper layers of ViTs, the self-attention mechanism fails to learn effective concepts for representation learning and hinders the model from getting expected performance gain. Based on above observation, we propose a simple yet effective method, named Re-attention, to re-generate the attention maps to increase their diversity at different layers with negligible computation and memory cost. The pro-posed method makes it feasible to train deeper ViT models with consistent performance improvements via minor modification to existing ViT models. Notably, when training a deep ViT model with 32 transformer blocks, the Top-1 classification accuracy can be improved by 1.6% on ImageNet. Code is publicly available at https://github.com/zhoudaquan/dvit_repo.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Attention Projection Mixing with Exogenous Anchors

    cs.CL 2026-01 conditional novelty 6.0 of 10

    ExoFormer shows that externally computed anchor projections, mixed with normalized Q/K/V/G projections, improve LLM perplexity and downstream accuracy over internal first-layer anchors.

  2. ImagePiece: Content-aware Re-tokenization for Efficient Image Recognition

    cs.CV 2024-12 conditional novelty 6.0 of 10

    ImagePiece merges the bottom 30% of low-attention image tokens into semantically meaningful chunks before pruning, reporting 54% faster DeiT-S inference with a 0.39% ImageNet accuracy gain.

  3. Comparative Analysis of Vision Transformers and Traditional Deep Learning Approaches for Automated Pneumonia Detection in Chest X-Rays

    eess.IV 2025-07 conditional novelty 4.0 of 10

    On a public pediatric chest X-ray dataset, CrossViT achieved 88.25% accuracy and 99.42% recall, outperforming the CNN and other ViT models tested in the paper.

  4. Zero Memory Overhead Approach for Protecting Vision Transformer Parameters

    cs.CV 2025-07 conditional novelty 4.0 of 10

    A method that repurposes the LSB of each ViT parameter as a parity bit detects and masks bit-flip faults with zero memory overhead.

Pith tools