File size: 2,809 Bytes
0161e74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<p align="center">
  <img src="assets/logo.png" alt="scDFN logo" width="400" />
</p>

# scDFM: Distributional Flow Matching for Robust Single-Cell Perturbation Prediction (ICLR 2026)

[![arXiv](https://img.shields.io/badge/arXiv-2601.01829-b31b1b?logo=arxiv)](https://openreview.net/forum?id=QSGanMEcUV)
[![Codebase](https://img.shields.io/badge/Codebase-GitHub-181717?logo=github)](https://github.com/AI4Science-WestlakeU/scDFM)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?logo=open-source-initiative&logoColor=white)](LICENSE)


Official repo for the paper [scDFM](URL), ICLR 2026. <br />
Chenglei Yu<sup>βˆ—1,2</sup>, [Chuanrui Wang](https://wang-cr.github.io/)<sup>βˆ—1</sup>, Bangyan Liao<sup>βˆ—1,2</sup> & [Tailin Wu](https://tailin.org/)<sup>†1</sup>.<br />

<sup>1</sup>School of Engineering, Westlake University; 
<sup>2</sup>Zhejaing University;

</sup>*</sup>Equal contribution, </sup>†</sup>Corresponding authors

----

## Overview 
We propose a novel distributional flow matching framework (scDFM) for robust single-cell perturbation prediction, which models the full distribution of perturbed cellular expression profiles conditioned on control states, thereby overcoming limitations of existing methods that rely on cell-level correspondences and fail to capture population-level transcriptional shifts.

Framework of paper:

<a href="url"><img src="assets/fig1.png" align="center" width="600" ></a>

## Install dependencies 
```
conda env create -f environment.yml
```

##  ⏬ Dataset download

Put dataset into data file:

- [Norman](https://figshare.com/articles/dataset/Norman_et_al_2019_Science_labeled_Perturb-seq_data/24688110)
- [Combosciplex subset of sciplex v3](https://figshare.com/articles/dataset/combosciplex/25062230?file=44229635)
### Alternative Data Access

We also provide the datasets via [Google Drive](https://drive.google.com/drive/folders/1cNpYAt9jVWZN82miNZtkP10YeSo7hufL?usp=sharing). This folder contains:
- The **Norman** dataset and its corresponding data splits.
- The **ComboSciPlex** dataset.

Example directory layout after download (relative to repo root):
```
scDFM/
β”œβ”€ data/
β”‚  β”œβ”€ norman.h5ad
β”‚  └─ combosciplex.h5ad
β”œβ”€ src/
β”‚  └─ ...
└─ run.sh
```



## πŸ“₯ Training

An example on additive task.
```bash
bash run.sh
```

## 🫑 Citation

If you find our work and/or our code useful, please cite us via:

```bibtex
@article{yu2026scdfm,
  title={scDFM: Distributional Flow Matching Model for Robust Single-Cell Perturbation Prediction},
  author={Yu, Chenglei and Wang, Chuanrui and Liao, Bangyan and Wu, Tailin},
  journal={arXiv preprint arXiv:2602.07103},
  year={2026}
}
```

## πŸ“š Related Resources

- AI for Scientific Simulation and Discovery Lab: https://github.com/AI4Science-WestlakeU