paper-with-me

Papers

Cellular State Transformations using Generative Adversarial Networks

2019-06-28 · Colin Targonski, Benjamin T. Shealy, Melissa C. Smith, F. Alex Feltus

We introduce a novel method to unite deep learning with biology by which generative adversarial networks (GANs) generate transcriptome perturbations and reveal condition-defining gene expression patterns. We find that a generator conditioned to perturb any input gene expression profile simulates a realistic transition between source and target RNA expression states. The perturbed samples follow a similar distribution to original samples from the dataset, also suggesting these are biologically meaningful perturbations. Finally, we show that it is possible to identify the genes most positively and negatively perturbed by the generator and that the enriched biological function of the perturbed genes are realistic. We call the framework the Transcriptome State Perturbation Generator (TSPG), which is open source software available at https://github.com/ctargon/TSPG.

📄 PDF Abstract BibTeX arXiv:1907.00118

Code (1)

ctargon/TSPG 공식 구현 tf

Similar Papers 제목 키워드 기반

Generative Adversarial Neural Cellular Automata

2021-07-19 · Maximilian Otte, Quentin Delfosse, Johannes Czech, Kristian Kersting

Motivated by the interaction between cells, the recently introduced concept of Neural Cellular Automata shows promising results in a variety of tasks. So far, this concept was mostly used to generate images for a single …

Parallel/distributed implementation of cellular training for generative adversarial neural networks

2020-04-07 · Emiliano Perez, Sergio Nesmachnow, Jamal Toutouh, Erik Hemberg 외

Generative adversarial networks (GANs) are widely used to learn generative models. GANs consist of two networks, a generator and a discriminator, that apply adversarial learning to optimize their parameters. This article…

CellFlux: Simulating Cellular Morphology Changes via Flow Matching

2025-02-13 · Yuhui Zhang, Yuchang Su, Chenyu Wang, Tianhong Li 외

Building a virtual cell capable of accurately simulating cellular behaviors in silico has long been a dream in computational biology. We introduce CellFlux, an image-generative model that simulates cellular morphology ch…

Generative Adversarial Networks with Inverse Transformation Unit

2017-09-27 · Zhifeng Kong, Shuo Ding

In this paper we introduce a new structure to Generative Adversarial Networks by adding an inverse transformation unit behind the generator. We present two theorems to claim the convergence of the model, and two conjectu…

Missing Data Imputation using Neural Cellular Automata

2025-08-31 · Tin Luu, Binh Nguyen, Man Ngo arxiv

When working with tabular data, missingness is always one of the most painful problems. Throughout many years, researchers have continuously explored better and better ways to impute missing data. Recently, with the rapi…