lfj-code / transfer /code /scDFM /README.md
ethan1115's picture
Upload folder using huggingface_hub
0161e74 verified

scDFN logo

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

arXiv Codebase License: MIT

Official repo for the paper scDFM, ICLR 2026.
Chenglei Yuβˆ—1,2, Chuanrui Wangβˆ—1, Bangyan Liaoβˆ—1,2 & Tailin Wu†1.

1School of Engineering, Westlake University; 2Zhejaing University;

*Equal contribution, †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:

Install dependencies

conda env create -f environment.yml

⏬ Dataset download

Put dataset into data file:

Alternative Data Access

We also provide the datasets via Google Drive. 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 run.sh

🫑 Citation

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

@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