paper-with-me

홈 › Papers

Federated Discrete Denoising Diffusion Model for Molecular Generation with OpenFL

2025-01-21 · Kevin Ta, Patrick Foley, Mattson Thieme, Abhishek Pandey, Prashant Shah

Generating unique molecules with biochemically desired properties to serve as viable drug candidates is a difficult task that requires specialized domain expertise. In recent years, diffusion models have shown promising results in accelerating the drug design process through AI-driven molecular generation. However, training these models requires massive amounts of data, which are often isolated in proprietary silos. OpenFL is a federated learning framework that enables privacy-preserving collaborative training across these decentralized data sites. In this work, we present a federated discrete denoising diffusion model that was trained using OpenFL. The federated model achieves comparable performance with a model trained on centralized data when evaluating the uniqueness and validity of the generated molecules. This demonstrates the utility of federated learning in the drug design process. OpenFL is available at: https://github.com/securefederatedai/openfl

📄 PDF Abstract BibTeX arXiv:2501.12523

Code (1)

securefederatedai/openfl 공식 구현 jax

Tasks

DenoisingDrug DesignFederated LearningPrivacy Preserving

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 제목 키워드 기반

DiGress: Discrete Denoising diffusion for graph generation

2022-09-29 · Clement Vignac, Igor Krawczuk, Antoine Siraudin, Bohan Wang 외

This work introduces DiGress, a discrete denoising diffusion model for generating graphs with categorical node and edge attributes. Our model utilizes a discrete diffusion process that progressively edits graphs with noi…

DenoisingEdge ClassificationGraph Generation

Cometh: A continuous-time discrete-state graph diffusion model

2024-06-10 · Antoine Siraudin, Fragkiskos D. Malliaros, Christopher Morris

Discrete-state denoising diffusion models led to state-of-the-art performance in graph generation, especially in the molecular domain. Recently, they have been transposed to continuous time, allowing more flexibility in …

DenoisingGraph Generation

CAGenMol: Condition-Aware Diffusion Language Model for Goal-Directed Molecular Generation

2026-04-13 · Yanting Li, Zhuoyang Jiang, Enyan Dai, Lei Wang 외 arxiv

Goal-directed molecular generation requires satisfying heterogeneous constraints such as protein--ligand compatibility and multi-objective drug-like properties, yet existing methods often optimize these constraints in is…

Reinforcement Learning

Exploring Molecule Generation Using Latent Space Graph Diffusion

2025-01-07 · Prashanth Pombala, Gerrit Grossmann, Verena Wolf

Generating molecular graphs is a challenging task due to their discrete nature and the competitive objectives involved. Diffusion models have emerged as SOTA approaches in data generation across various modalities. For m…

Computational EfficiencyDenoising

MolDA: Molecular Understanding and Generation via Large Language Diffusion Model

2026-04-06 · Seohyeon Shin, HanJun Choi, Jun-Hyung Park, Hong Kook Kim 외 arxiv

Large Language Models (LLMs) have significantly advanced molecular discovery, but existing multimodal molecular architectures fundamentally rely on autoregressive (AR) backbones. This strict left-to-right inductive bias …