mwalmsley commited on
Commit
5a58a16
·
verified ·
1 Parent(s): 7c6ba0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This version is trained on Euclid DR1 (13.6M images, 12M for training). This upd
21
 
22
  The base model is a custom `timm` vision transformer; see config.yaml for the exact hyperparameters. These don't matter much; the main things to note are that we need finegrained patches (8x8 pixels here) but the model otherwise need not be large to work well. This version is under 100M parameters and comfortably runs predictions on CPU.
23
 
24
- This version is as presented in `Re-envisioning Euclid Galaxy Morphology: Identifying and Interpreting Features with Sparse Autoencoders, Wu & Walmsley, NeurIPS ML4Science workshop 2025` (on arxiv very shortly, bibtex to follow), except that I have removed the angular-scale-dependent positional encoding for simplicity (it turns out to not be necessary for good performance). Please cite the workshop paper if you find our work helpful.
25
 
26
  ```
27
  @misc{wu2025reenvisioningeuclidgalaxymorphology,
 
21
 
22
  The base model is a custom `timm` vision transformer; see config.yaml for the exact hyperparameters. These don't matter much; the main things to note are that we need finegrained patches (8x8 pixels here) but the model otherwise need not be large to work well. This version is under 100M parameters and comfortably runs predictions on CPU.
23
 
24
+ This version is as presented in the citation below, except that I have removed the angular-scale-dependent positional encoding for simplicity (it turns out to not be necessary for good performance), and we trained on Euclid DR1. Please cite the workshop paper if you find our work helpful.
25
 
26
  ```
27
  @misc{wu2025reenvisioningeuclidgalaxymorphology,