From d577f36645b5f28ff82a2bb90b43369ea8894c13 Mon Sep 17 00:00:00 2001 From: cloudaen Date: Wed, 20 May 2026 20:19:23 -0600 Subject: [PATCH] sub-01: add missing bibliography entries Add bib entries for six keys referenced via d-cite but previously unresolved, so the citation list renders correctly: - wightman2019timm timm library - deng2009imagenet ImageNet (CVPR 2009) - cortes2012algorithms original centered kernel alignment (JMLR 2012) - geirhos2019texture ImageNet-trained CNNs texture-bias (ICLR 2019) - kirkpatrick1983annealing Optimization by Simulated Annealing (Science 1983) - davari2023reliability Reliability of CKA as a Similarity Measure (ICLR 2023) --- .../assets/bibliography/2026-04-27-sub-01.bib | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/2026/challenge/assets/bibliography/2026-04-27-sub-01.bib b/2026/challenge/assets/bibliography/2026-04-27-sub-01.bib index 43dbfad..a340551 100644 --- a/2026/challenge/assets/bibliography/2026-04-27-sub-01.bib +++ b/2026/challenge/assets/bibliography/2026-04-27-sub-01.bib @@ -107,4 +107,53 @@ @inproceedings{ding2021grounding booktitle={Advances in Neural Information Processing Systems}, volume={34}, year={2021} +} + +@misc{wightman2019timm, + title={PyTorch Image Models}, + author={Wightman, R.}, + year={2019}, + publisher={GitHub}, + howpublished={\url{https://github.com/rwightman/pytorch-image-models}}, + doi={10.5281/zenodo.4414861} +} + +@inproceedings{deng2009imagenet, + title={{ImageNet}: A Large-Scale Hierarchical Image Database}, + author={Deng, J. and Dong, W. and Socher, R. and Li, L.-J. and Li, K. and Fei-Fei, L.}, + booktitle={CVPR 2009}, + year={2009} +} + +@article{cortes2012algorithms, + title={Algorithms for Learning Kernels Based on Centered Alignment}, + author={Cortes, C. and Mohri, M. and Rostamizadeh, A.}, + journal={Journal of Machine Learning Research}, + volume={13}, + pages={795--828}, + year={2012} +} + +@article{geirhos2019texture, + title={{ImageNet}-trained {CNNs} are Biased Towards Texture; Increasing Shape Bias Improves Accuracy and Robustness}, + author={Geirhos, R. and Rubisch, P. and Michaelis, C. and Bethge, M. and Wichmann, F. A. and Brendel, W.}, + journal={ICLR 2019}, + year={2019} +} + +@article{kirkpatrick1983annealing, + title={Optimization by Simulated Annealing}, + author={Kirkpatrick, S. and Gelatt, C. D. and Vecchi, M. P.}, + journal={Science}, + volume={220}, + number={4598}, + pages={671--680}, + year={1983} +} + +@article{davari2023reliability, + title={Reliability of {CKA} as a Similarity Measure in Deep Learning}, + author={Davari, M. and Horoi, S. and Natik, A. and Lajoie, G. and Wolf, G. and Belilovsky, E.}, + journal={ICLR 2023}, + year={2023} } \ No newline at end of file