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
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.
Forward citations
Cited by 4 Pith papers
-
Attention Projection Mixing with Exogenous Anchors
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.
-
ImagePiece: Content-aware Re-tokenization for Efficient Image Recognition
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.
-
Comparative Analysis of Vision Transformers and Traditional Deep Learning Approaches for Automated Pneumonia Detection in Chest X-Rays
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.
-
Zero Memory Overhead Approach for Protecting Vision Transformer Parameters
A method that repurposes the LSB of each ViT parameter as a parity bit detects and masks bit-flip faults with zero memory overhead.
Discussion (0). Continue with ORCID to comment.