嵌入式图流用于类别图生成
Embedded Graph Flows for Categorical Graph Generation
清华团队提出EGF模型,在分子生成任务上超越现有方法,代码已开源
Embedded Graph Flows (EGF)是一种新型生成模型,学习节点和无序边类别的连续嵌入。在QM9分子基准测试中,EGF在四个指标上均表现最佳,Fréchet ChemNet Distance(FCD)达到0.150,显著优于DiGress(0.717)和GruM(0.812)。在ZINC250k更大分子测试中,EGF保持最低的最大均值偏差(MMD)。
Embedded Graph Flows for Categorical Graph Generation
Generating categorical graphs requires choosing node and edge types that form a coherent structure without depending on node order. Many graph generators encode categories as fixed one-hot vectors, which can impose an artificial geometry in which categories are equidistant. We propose Embedded Graph Flows (EGF), a generative model that learns continuous embeddings for node and unordered-edge categories and transports Gaussian noise towards these learnt endpoints using a permutation-equivariant graph transformer. A terminal readout maps the embeddings back to discrete graph categories. Across molecular benchmarks, EGF achieved competitive performance. On QM9, EGF gives the best result on all four reported metrics among the three methods, including a Fréchet ChemNet Distance (FCD) of 0.150, compared with 0.717 for the categorical-diffusion baseline DiGress and 0.812 for the bridge-based baseline GruM. When applied to larger molecules in ZINC250k, EGF retains the lowest maximum mean discrepancy (MMD) using the neighbourhood subgraph pairwise distance kernel (NSPDK), indicating close agreement with the local substructures of the reference molecules. Our code is available at https://github.com/Trusted-System-Lab/EGF.