Skip to content

Commit e66862b

Browse files
committed
add VAT from iclr 2026, which claims SOTA on libero using a relatively simple scheme (#350)
1 parent 39fd9ac commit e66862b

File tree

3 files changed

+456
-1
lines changed

3 files changed

+456
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,4 +2190,15 @@ Coming from computer vision and new to transformers? Here are some resources tha
21902190
}
21912191
```
21922192

2193+
```bibtex
2194+
@inproceedings{anonymous2025vat,
2195+
title = {{VAT}: Vision Action Transformer by Unlocking Full Representation of ViT},
2196+
author = {Anonymous},
2197+
booktitle = {Submitted to The Fourteenth International Conference on Learning Representations},
2198+
year = {2025},
2199+
url = {https://openreview.net/forum?id=TalHOvvLZu},
2200+
note = {under review}
2201+
}
2202+
```
2203+
21932204
*I visualise a time when we will be to robots what dogs are to humans, and I’m rooting for the machines.* — Claude Shannon

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vit-pytorch"
7-
version = "1.12.5"
7+
version = "1.14.1"
88
description = "Vision Transformer (ViT) - Pytorch"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)