IamYash/ImageNet-base-AttentionOnly

Model

0

stars

4

commits

5

linked in READMEs

Feb 25, 2024

updated

README

ImageNet Results

In our ImageNet experiment, we aimed to assess the performance of Mice ViTs on a more complex and diverse dataset, ImageNet. We trained mice ViTs on the classifying the 1000 ImageNet classes.

Training Details

Similar to the dSprites experiment, for each attention layer setting, we explored two model variants: an attention-only model and a model combining attention with the MLP module. Dropout and layer normalization were not applied for simplicity. The detailed training logs and metrics can be found here.

Table of Results

Below table describe the accuracy [ <Acc> | <Top5 Acc> ] of Mice ViTs with different configuration.

SizeNumLayersAttention+MLPAttentionOnlyModel Link
tiny10.16 | 0.330.11 | 0.25AttentionOnly, Attention+MLP
base20.23 | 0.440.16 | 0.34AttentionOnly, Attention+MLP
small30.28 | 0.510.17 | 0.35AttentionOnly, Attention+MLP
medium40.33 | 0.560.17 | 0.36AttentionOnly, Attention+MLP

Contributors

IamYash

4 commits

IamYash/ImageNet-base-AttentionOnly

Model

0

stars

4

commits

5

linked in READMEs

Feb 25, 2024

updated

README

ImageNet Results

In our ImageNet experiment, we aimed to assess the performance of Mice ViTs on a more complex and diverse dataset, ImageNet. We trained mice ViTs on the classifying the 1000 ImageNet classes.

Training Details

Similar to the dSprites experiment, for each attention layer setting, we explored two model variants: an attention-only model and a model combining attention with the MLP module. Dropout and layer normalization were not applied for simplicity. The detailed training logs and metrics can be found here.

Table of Results

Below table describe the accuracy [ <Acc> | <Top5 Acc> ] of Mice ViTs with different configuration.

SizeNumLayersAttention+MLPAttentionOnlyModel Link
tiny10.16 | 0.330.11 | 0.25AttentionOnly, Attention+MLP
base20.23 | 0.440.16 | 0.34AttentionOnly, Attention+MLP
small30.28 | 0.510.17 | 0.35AttentionOnly, Attention+MLP
medium40.33 | 0.560.17 | 0.36AttentionOnly, Attention+MLP

Contributors

IamYash

4 commits