paper-with-me

Papers

3M-Diffusion: Latent Multi-Modal Diffusion for Language-Guided Molecular Structure Generation

2024-03-11 · Huaisheng Zhu, Teng Xiao, Vasant G Honavar

Generating molecular structures with desired properties is a critical task with broad applications in drug discovery and materials design. We propose 3M-Diffusion, a novel multi-modal molecular graph generation method, to generate diverse, ideally novel molecular structures with desired properties. 3M-Diffusion encodes molecular graphs into a graph latent space which it then aligns with the text space learned by encoder-based LLMs from textual descriptions. It then reconstructs the molecular structure and atomic attributes based on the given text descriptions using the molecule decoder. It then learns a probabilistic mapping from the text space to the latent molecular graph space using a diffusion model. The results of our extensive experiments on several datasets demonstrate that 3M-Diffusion can generate high-quality, novel and diverse molecular graphs that semantically match the textual description provided.

📄 PDF Abstract BibTeX arXiv:2403.07179

Code (1)

huaishengzhu/3mdiffusion 공식 구현 pytorch

Tasks

DecoderDrug DiscoveryGraph GenerationMolecular Graph Generationtext-guided-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…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Latent Diffusion for Language Generation

2022-12-19 · NeurIPS 2023 11 · Justin Lovelace, Varsha Kishore, Chao Wan, Eliot Shekhtman 외

Diffusion models have achieved great success in modeling continuous data modalities such as images, audio, and video, but have seen limited use in discrete domains such as language. Recent attempts to adapt diffusion to …

DecoderText Generation

Multimodal Latent Language Modeling with Next-Token Diffusion

2024-12-11 · Yutao Sun, Hangbo Bao, Wenhui Wang, Zhiliang Peng 외

Multimodal generative models require a unified approach to handle both discrete data (e.g., text and code) and continuous data (e.g., image, audio, video). In this work, we propose Latent Language Modeling (LatentLM), wh…

Image GenerationLanguage ModelingLanguage Modellingmultimodal generation+4

Coevolutionary Continuous Discrete Diffusion: Make Your Diffusion Language Model a Latent Reasoner

2025-10-03 · Cai Zhou, Chenxiao Yang, Yi Hu, Chenyu Wang 외 arxiv

Diffusion language models, especially masked discrete diffusion models, have achieved great success recently. While there are some theoretical and primary empirical results showing the advantages of latent reasoning with…

CoLa-Diff: Conditional Latent Diffusion Model for Multi-Modal MRI Synthesis

2023-03-24 · Lan Jiang, Ye Mao, Xi Chen, Xiangfeng Wang 외

MRI synthesis promises to mitigate the challenge of missing MRI modality in clinical practice. Diffusion model has emerged as an effective technique for image synthesis by modelling complex and variable data distribution…

CoLAImage Generation

Unified Multi-Modal Latent Diffusion for Joint Subject and Text Conditional Image Generation

2023-03-16 · Yiyang Ma, Huan Yang, Wenjing Wang, Jianlong Fu 외

Language-guided image generation has achieved great success nowadays by using diffusion models. However, texts can be less detailed to describe highly-specific subjects such as a particular dog or a certain car, which ma…

Conditional Image GenerationImage GenerationText to Image GenerationText-to-Image Generation