DM-Diaz commited on
Commit
f69ce16
·
verified ·
1 Parent(s): 8c582d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
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
+ - clane9/imagenet-100
16
  ---
17
+
18
+ # SimCLR ResNet-18 — ImageNet-100
19
+
20
+ This repository contains the **ImageNet-100 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-1K 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 [`clane9/imagenet-100`](https://huggingface.co/datasets/clane9/imagenet-100) dataset on Hugging Face.