graph generative models(DiGress, DeFoG 等)は de novo 分子生成で進展したが、atom-level での diffusion は (a) 大量の diffusion step が必要、(b) carbon ring 等の重要 motif が壊れやすい、という弱点を持つ。SMILES validity 偏重の評価では真の chemical realism を測れない、と biochemistry コミュニティでも指摘される。
→ motif を supernode に圧縮 + node/edge codependent noise + deterministic-aware loss の 3 革新。
carbon ring (benzene / pyridine 等) と頻出 chemical motif を予め検出し、graph 上で単一 supernode に圧縮。diffusion の単位を atom から motif レベルに引き上げ、生成後 motif→atom 確定的に展開。
carbon ring 構造を chemical realism の core として明示的に保護する設計。
node 摂動と edge 摂動を codependent に(deterministic + random subgraph 混合)。loss function に deterministic 成分を陽に扱う term を追加し、訓練効率を向上。
structural consistency 維持と高速収束を同時実現。
DiGress / DeFoG / DMol の trade-off
step 数を桁減らしつつ validity 改善。Pareto 改善。
3 metric 全てで DMol が最良。+4% over DeFoG が motif compression の効果。
| 系統 | 強み | 弱み |
|---|---|---|
| DiGress | discrete diffusion 初期成功 | step 大 + motif 破壊 |
| DeFoG | flow matching 効率 | motif 保存薄 |
| DMol | 10x + motif 保存 | vocab 依存性 (要 ablation) |
| Metric | 意味 |
|---|---|
| SMILES validity | syntactic 妥当性 (浅い) |
| ChEMBL likeness | drug-like 化合物への類似度 |
| QED | quantitative drug-likeness |
| Shingles distance | motif preservation 直接測定 (新) |
表層 metric への懐疑を Skinnider 2024 を引きつつ提示。
| 系統 | diffusion 単位 |
|---|---|
| DiGress (2023) | atom-level |
| DisCo | atom-level + CTMC |
| DeFoG (2025) | atom-level flow matching |
| DMol (2025) | motif-level + codependent |