From 8d2e3b9d978811163f9ed4da80b50c43cb3260a2 Mon Sep 17 00:00:00 2001 From: Moritz Wolter Date: Sat, 2 Aug 2025 23:41:39 +0200 Subject: [PATCH] Create CITATION.bib adds citation button ( https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files#other-citation-files ) --- CITATION.bib | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CITATION.bib diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..dfb52f6 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,7 @@ +@inproceedings{ + veeramacheneni2025canonical, + title={Canonical Rank Adaptation: An Efficient Fine-Tuning Strategy for Vision Transformers}, + author={Lokesh Veeramacheneni and Moritz Wolter and Hilde Kuehne and Juergen Gall}, + booktitle={Forty-second International Conference on Machine Learning}, + year={2025} +}