Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- pytorch
|
| 5 |
+
- computer-vision
|
| 6 |
+
- self-supervised-learning
|
| 7 |
+
- simclr
|
| 8 |
+
- resnet18
|
| 9 |
+
- imagenet
|
| 10 |
+
- lightly
|
| 11 |
+
- visual-neuroscience
|
| 12 |
+
- neural-encoding
|
| 13 |
+
- arxiv:2607.19316
|
| 14 |
+
datasets:
|
| 15 |
+
- evanarlian/imagenet_1k_resized_256
|
| 16 |
---
|
| 17 |
+
|
| 18 |
+
# SimCLR ResNet-18 — ImageNet-1K
|
| 19 |
+
|
| 20 |
+
This repository contains the **ImageNet-1K SimCLR ResNet-18 checkpoint** trained as a non-egocentric reference model for:
|
| 21 |
+
|
| 22 |
+
**Diaz, D. M., & Henderson, M. M. (2026). _Eccentricity-Constrained CNN Training Reveals Adaptive Information Coding Around the Visual Field._ Proceedings of the 9th Conference on Cognitive Computational Neuroscience.**
|
| 23 |
+
|
| 24 |
+
**DOI:** `10.32470/0416gfsq`<br>
|
| 25 |
+
**arXiv:** `2607.19316`<br>
|
| 26 |
+
**Contributed Talk:** [CCN 2026 presentation on YouTube](https://www.youtube.com/watch?v=Lb4S3FWqd2M&t=2545s)
|
| 27 |
+
|
| 28 |
+
The model was pretrained using **SimCLR with a ResNet-18 backbone** and served as one of the non-egocentric reference models in the associated study. It was used alongside models pretrained on ImageNet-100 and STL-10 to provide comparison points for evaluating representations learned from naturalistic egocentric visual experience.
|
| 29 |
+
|
| 30 |
+
Training was implemented using the **Lightly** self-supervised learning framework. The training images were obtained from the [`evanarlian/imagenet_1k_resized_256`](https://huggingface.co/datasets/evanarlian/imagenet_1k_resized_256) dataset on Hugging Face.
|