TillR commited on
Commit
20cda11
1 Parent(s): 9394cd9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -4,8 +4,18 @@ tags:
4
  - biology
5
  ---
6
 
7
- [Barlow Twins](https://proceedings.mlr.press/v139/zbontar21a/zbontar21a.pdf) model pre-trained on the scTab dataset (~20M cells, ~19k genes). Training details can be found in our paper below. To use the model directly, the same genes must be used in the same order as in the `var.parquet` file.
 
 
 
 
 
 
8
 
9
  If you find our work useful, please cite the following paper:
10
 
11
- [**Delineating the Effective Use of Self-Supervised Learning in Single-Cell Genomics**](https://doi.org/10.1101/2024.02.16.580624)
 
 
 
 
 
4
  - biology
5
  ---
6
 
7
+ Pre-trained single-cell genomics models based on:
8
+ - [BarlowTwins](https://proceedings.mlr.press/v139/zbontar21a/zbontar21a.pdf)
9
+ - [Bootstrap Your Own Latent](https://papers.nips.cc/paper/2020/file/f3ada80d5c4ee70142b17b8192b2958e-Paper.pdf)
10
+ - [Masked Autoencoder](https://openaccess.thecvf.com/content/CVPR2022/papers/He_Masked_Autoencoders_Are_Scalable_Vision_Learners_CVPR_2022_paper.pdf)
11
+ - Gene-Program Masked Autoencoder
12
+
13
+ Training details and adaptations to single-cell data in our project can be found in our paper below. To use the model directly, the same genes must be used in the same order as in the `var.parquet` file. Otherwise, follow the instructions from the repositories below to train a model for custom datasets.
14
 
15
  If you find our work useful, please cite the following paper:
16
 
17
+ [**Delineating the Effective Use of Self-Supervised Learning in Single-Cell Genomics**](https://doi.org/10.1101/2024.02.16.580624)
18
+
19
+ See also:
20
+ [Repository of the full analysis](github.com/theislab/ssl_in_scg)
21
+ [Lean repository for minimal pre-training](github.com/theislab/sc_mae)