Training a vision transformer on 2.5 million wheat images outperforms general-domain backbones across ten crop vision tasks.
Simplifying Transformer Blocks
1 Pith paper cite this work, alongside 10 external citations. Polarity classification is still indexing.
abstract
A simple design recipe for deep Transformers is to compose identical building blocks. But standard transformer blocks are far from simple, interweaving attention and MLP sub-blocks with skip connections & normalisation layers in precise arrangements. This complexity leads to brittle architectures, where seemingly minor changes can significantly reduce training speed, or render models untrainable. In this work, we ask to what extent the standard transformer block can be simplified? Combining signal propagation theory and empirical observations, we motivate modifications that allow many block components to be removed with no loss of training speed, including skip connections, projection or value parameters, sequential sub-blocks and normalisation layers. In experiments on both autoregressive decoder-only and BERT encoder-only models, our simplified transformers emulate the per-update training speed and performance of standard transformers, while enjoying 15% faster training throughput, and using 15% fewer parameters.
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
FoMo4Wheat: Toward reliable crop vision foundation models with globally curated data
Training a vision transformer on 2.5 million wheat images outperforms general-domain backbones across ten crop vision tasks.