paper-with-me

홈 › Papers

Fine-tuning Vision Transformers for the Prediction of State Variables in Ising Models

2021-09-28 · Onur Kara, Arijit Sehanobish, Hector H Corzo

Transformers are state-of-the-art deep learning models that are composed of stacked attention and point-wise, fully connected layers designed for handling sequential data. Transformers are not only ubiquitous throughout Natural Language Processing (NLP), but, recently, they have inspired a new wave of Computer Vision (CV) applications research. In this work, a Vision Transformer (ViT) is applied to predict the state variables of 2-dimensional Ising model simulations. Our experiments show that ViT outperform state-of-the-art Convolutional Neural Networks (CNN) when using a small number of microstate images from the Ising model corresponding to various boundary conditions and temperatures. This work opens the possibility of applying ViT to other simulations, and raises interesting research directions on how attention maps can learn about the underlying physics governing different phenomena.

📄 PDF Abstract BibTeX arXiv:2109.13925

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Expediting Large-Scale Vision Transformer for Dense Prediction without Fine-tuning

2022-10-03 · Weicong Liang, Yuhui Yuan, Henghui Ding, Xiao Luo 외

Vision transformers have recently achieved competitive results across various vision tasks but still suffer from heavy computation costs when processing a large number of tokens. Many advanced approaches have been develo…

ClusteringDepth EstimationGPUimage-classification+8

Hierarchical Side-Tuning for Vision Transformers

2023-10-09 · Weifeng Lin, Ziheng Wu, Wentao Yang, Mingxin Huang 외

Fine-tuning pre-trained Vision Transformers (ViTs) has showcased significant promise in enhancing visual recognition tasks. Yet, the demand for individualized and comprehensive fine-tuning processes for each task entails…

image-classificationImage ClassificationInstance Segmentationobject-detection+4

Pretrained Transformers as Universal Computation Engines

2021-03-09 · Kevin Lu, Aditya Grover, Pieter Abbeel, Igor Mordatch

We investigate the capability of a transformer pretrained on natural language to generalize to other modalities with minimal finetuning -- in particular, without finetuning of the self-attention and feedforward layers of…

Vision Transformers in 2022: An Update on Tiny ImageNet

2022-05-21 · Ethan Huynh

The recent advances in image transformers have shown impressive results and have largely closed the gap between traditional CNN architectures. The standard procedure is to train on large datasets like ImageNet-21k and th…

Image ClassificationTransfer Learning

Three things everyone should know about Vision Transformers

2022-03-18 · Hugo Touvron, Matthieu Cord, Alaaeldin El-Nouby, Jakob Verbeek 외

After their initial success in natural language processing, transformer architectures have rapidly gained traction in computer vision, providing state-of-the-art results for tasks such as image classification, detection,…

Fine-Grained Image Classificationimage-classificationImage Classification