paper-with-me

Papers

Combinatorial Complex Score-based Diffusion Modelling through Stochastic Differential Equations

2024-06-07 · Adrien Carrel

Graph structures offer a versatile framework for representing diverse patterns in nature and complex systems, applicable across domains like molecular chemistry, social networks, and transportation systems. While diffusion models have excelled in generating various objects, generating graphs remains challenging. This thesis explores the potential of score-based generative models in generating such objects through a modelization as combinatorial complexes, which are powerful topological structures that encompass higher-order relationships. In this thesis, we propose a unified framework by employing stochastic differential equations. We not only generalize the generation of complex objects such as graphs and hypergraphs, but we also unify existing generative modelling approaches such as Score Matching with Langevin dynamics and Denoising Diffusion Probabilistic Models. This innovation overcomes limitations in existing frameworks that focus solely on graph generation, opening up new possibilities in generative AI. The experiment results showed that our framework could generate these complex objects, and could also compete against state-of-the-art approaches for mere graph and molecule generation tasks.

📄 PDF Abstract BibTeX arXiv:2406.04916

Code (1)

AdrienC21/CCSD 공식 구현 pytorch

Tasks

DenoisingGraph Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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 제목 키워드 기반

Non-Asymptotic Convergence of Discrete Diffusion Models: Masked and Random Walk dynamics

2025-11-29 · Giovanni Conforti, Alain Durmus, Le-Tuyet-Nhi Pham, Gael Raoul arxiv

Diffusion models for continuous state spaces based on Gaussian noising processes are now relatively well understood from both practical and theoretical perspectives. In contrast, results for diffusion models on discrete …

Deep Reinforcement Learning for Modelling Protein Complexes

2024-03-11 · Ziqi Gao, Tao Feng, Jiaxuan You, Chenyi Zi 외

AlphaFold can be used for both single-chain and multi-chain protein structure prediction, while the latter becomes extremely challenging as the number of chains increases. In this work, by taking each chain as a node and…

Combinatorial OptimizationDeep Reinforcement LearningProtein Structure Predictionreinforcement-learning+1

A Malliavin calculus approach to score functions in diffusion generative models

2025-07-08 · Ehsan Mirafzali, Frank Proske, Utkarsh Gupta, Daniele Venturi 외 arxiv

Score-based diffusion generative models have recently emerged as a powerful tool for modelling complex data distributions. These models aim at learning the score function, which defines a map from a known probability dis…

NVDiff: Graph Generation through the Diffusion of Node Vectors

2022-11-19 · Xiaohui Chen, Yukun Li, Aonan Zhang, Li-Ping Liu

Learning to generate graphs is challenging as a graph is a set of pairwise connected, unordered nodes encoding complex combinatorial structures. Recently, several works have proposed graph generative models based on norm…

Graph Generation

CP-Bench: Evaluating Large Language Models for Constraint Modelling

2025-06-06 · Kostis Michailidis, Dimos Tsouros, Tias Guns

Combinatorial problems are present in a wide range of industries. Constraint Programming (CP) is a well-suited problem-solving paradigm, but its core process, namely constraint modelling, is a bottleneck for wider adopti…

Code Generation