Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Learning Flexible Forward Trajectories for Masked Molecular Diffusion

Created by
  • Haebom

Author

Hyunjin Seo, Taewon Kim, Sihyun Yu, SungSoo Ahn

Outline

In this study of molecular generation using masked diffusion models (MDMs), we diagnose the performance degradation of existing MDMs as a "state collision" problem and propose Masked Element-wise Learnable Diffusion (MELD) to address this issue by adjusting element-specific decay trajectories. MELD uses a parameterized noise scheduling network that assigns different decay rates to individual graph elements, such as atoms and bonds. Across various molecular benchmarks, MELD improves overall generation quality, increases the chemical validity of conventional MDMs from 15% to 93% on the ZINC250K dataset, and achieves state-of-the-art performance in conditional generation tasks.

Takeaways, Limitations

Takeaways:
We first point out the 'state conflict' problem that can arise in the process of applying MDMs to molecule creation and propose a solution.
Significantly improve the performance of molecular generation models through MELD.
Significantly improved chemical validity in the ZINC250K dataset.
It also shows excellent performance in conditional generation tasks.
Limitations:
Specific Limitations is not stated in the abstract.
👍