paper-with-me

Papers

Mixed Continuous and Categorical Flow Matching for 3D De Novo Molecule Generation

2024-04-30 · Ian Dunn, David Ryan Koes

Deep generative models that produce novel molecular structures have the potential to facilitate chemical discovery. Diffusion models currently achieve state of the art performance for 3D molecule generation. In this work, we explore the use of flow matching, a recently proposed generative modeling framework that generalizes diffusion models, for the task of de novo molecule generation. Flow matching provides flexibility in model design; however, the framework is predicated on the assumption of continuously-valued data. 3D de novo molecule generation requires jointly sampling continuous and categorical variables such as atom position and atom type. We extend the flow matching framework to categorical data by constructing flows that are constrained to exist on a continuous representation of categorical data known as the probability simplex. We call this extension SimplexFlow. We explore the use of SimplexFlow for de novo molecule generation. However, we find that, in practice, a simpler approach that makes no accommodations for the categorical nature of the data yields equivalent or superior performance. As a result of these experiments, we present FlowMol, a flow matching model for 3D de novo generative model that achieves improved performance over prior flow matching methods, and we raise important questions about the design of prior distributions for achieving strong performance in flow matching models. Code and trained models for reproducing this work are available at https://github.com/dunni3/FlowMol

📄 PDF Abstract BibTeX arXiv:2404.19739

Code (2)

dunni3/flowmol 공식 구현 pytorch
olsdavis/fisher-flow pytorch

Tasks

3D Molecule Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Logit-Coordinate Generative Models for Mixed Continuous-Categorical Tabular Data

2026-07-25 · Yuefei Shen, Xiaotong Shen arxiv

Mixed continuous--categorical data pose a representation problem for continuous generative models. Flow Matching and Gaussian diffusion operate in Euclidean spaces, whereas categorical laws lie on probability simplices a…

FLOWR: Flow Matching for Structure-Aware De Novo, Interaction- and Fragment-Based Ligand Generation

2025-04-14 · Julian Cremer, Ross Irwin, Alessandro Tibo, Jon Paul Janet 외

We introduce FLOWR, a novel structure-based framework for the generation and optimization of three-dimensional ligands. FLOWR integrates continuous and categorical flow matching with equivariant optimal transport, enhanc…

Cascaded Flow Matching for Heterogeneous Tabular Data with Mixed-Type Features

2026-01-30 · Markus Mueller, Kathrin Gruber, Dennis Fok arxiv

Advances in generative modeling have recently been adapted to tabular data containing discrete and continuous features. However, generating mixed-type features that combine discrete states with an otherwise continuous di…

Purrception: Variational Flow Matching for Vector-Quantized Image Generation

2025-10-01 · Răzvan-Andrei Matişan, Vincent Tao Hu, Grigory Bartosh, Björn Ommer 외 arxiv

We introduce Purrception, a variational flow matching approach for vector-quantized image generation that provides explicit categorical supervision while maintaining continuous transport dynamics. Our method adapts Varia…

Image Generation

Exploring Discrete Flow Matching for 3D De Novo Molecule Generation

2024-11-25 · Ian Dunn, David R. Koes

Deep generative models that produce novel molecular structures have the potential to facilitate chemical discovery. Flow matching is a recently proposed generative modeling framework that has achieved impressive performa…