Vision Transformer
2000년 도입 · 논문 2,145편에서 사용
The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over patches of the image. An image is split into fixed-size patches, each of them are then linearly embedded, position embeddings are added, and the resulting sequence of vectors is fed to a standard Transformer encoder. In order to perform classification, the standard approach of adding an extra learnable “classification token” to the sequence is used.
출처: An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
소개 논문: An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale
Vision Transformers · Computer VisionImage Models · Computer Vision