From c54e890c5bafa92774aaedd0db105df1c8391c48 Mon Sep 17 00:00:00 2001 From: Kentaro Yoshioka Date: Thu, 16 May 2024 06:36:20 +0900 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 290ac28..d4664b0 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,6 @@ Using the repository is straightforward - all you need to do is run the `train_c # Used in.. * Vision Transformer Pruning [arxiv](https://arxiv.org/abs/2104.08500) [github](https://github.com/Cydia2018/ViT-cifar10-pruning) +* Understanding why ViT trains badly on small datasets: an intuitive perspective [arxiv](https://arxiv.org/abs/2302.03751) +* Training deep neural networks with adaptive momentum inspired by the quadratic optimization [arxiv](https://arxiv.org/abs/2110.09057) +* [Moderate coreset: A universal method of data selection for real-world data-efficient deep learning ](https://openreview.net/forum?id=7D5EECbOaf9)