Papers › Generative Modeling on Lie Groups via Euclidean Generalized Score Matching

Generative Modeling on Lie Groups via Euclidean Generalized Score Matching

4 Feb 2025arXiv:2502.02513archive 2025-07-28

Marco Bertolini, Tuan Le, Djork-Arné Clevert

We extend Euclidean score-based diffusion processes to generative modeling on Lie groups. Through the formalism of Generalized Score Matching, our approach yields a Langevin dynamics which decomposes as a direct sum of Lie algebra representations, enabling generative processes on Lie groups while operating in Euclidean space. Unlike equivariant models, which restrict the space of learnable functions by quotienting out group orbits, our method can model any target distribution on any (non-Abelian) Lie group. Standard score matching emerges as a special case of our framework when the Lie group is the translation group. We prove that our generalized generative processes arise as solutions to a new class of paired stochastic differential equations (SDEs), introduced here for the first time. We validate our approach through experiments on diverse data types, demonstrating its effectiveness in real-world applications such as SO(3)-guided molecular conformer generation and modeling ligand-specific global SE(3) transformations for molecular docking, showing improvement in comparison to Riemannian diffusion on the group itself. We show that an appropriate choice of Lie group enhances learning efficiency by reducing the effective dimensionality of the trajectory space and enables the modeling of transitions between complex data distributions. Additionally, we demonstrate the universality of our approach by deriving how it extends to flow matching.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2502.02513")

Code

Syntology Ran 20 of 25 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · violated contract; 12 ran · our draft was wrong; 2 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: found in paper text by Syntology: 25 samples from 2 repositories, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

gcorso/DiffDock found in paper text by Syntology report
jasonkyuyim/se3_diffusion found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 20 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
12ran · our draft was wrong
2ran · fixture could not drive it
5ran
5unverified

Licence: 0 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BackboneUpdate jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 89d66ab8c231b799 · report
EdgeTransition jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran MIT (permissive) · 149672794a6ce709 · report
StructureModuleTransition jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran fingerprinted MIT (permissive) · b385876410970ada · report
TorsionAngles jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran fingerprinted MIT (permissive) · e673b21f3beecd05 · report
axis_angle_to_matrix gcorso/DiffDock/utils/diffusion_utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 914f2bbd56ed0c20 · report
axis_angle_to_quaternion gcorso/DiffDock/utils/diffusion_utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · e79a535a0171afe6 · report
identity_quats jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 0ed21f60eea50f93 · report
identity_rot_mats jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 1af8886de7bf2f78 · report
identity_trans jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · ca30dcd53a3e6051 · report
invert_quat jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 8a3167dc8230216b · report
invert_rot_mat jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 49fba1a002800760 · report
modify_conformer_torsion_angles gcorso/DiffDock/utils/diffusion_utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 35c7828fc29cfeec · report
quat_multiply jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 7504b8f0badd29b3 · report
quat_multiply_by_vec jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 7d8488e4260d21b8 · report
quat_to_rot jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 075f5885f662efa7 · report
quaternion_to_matrix gcorso/DiffDock/utils/diffusion_utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 757d8fbfcc15222b · report
rigid_transform_Kabsch_3D_torch gcorso/DiffDock/utils/diffusion_utils.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 87d39d0333f7619e · report
rot_matmul jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 2e879b992afd2e24 · report
rot_to_quat jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 2892b10c249d305e · report
rot_vec_mul jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 8f2b10d716763add · report
InvariantPointAttention jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology unverified MIT (permissive) · dfce785d0ad4df3b · report
IpaScore jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology unverified MIT (permissive) · 0ff59b29cf0ab633 · report
Rigid jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology unverified MIT (permissive) · ec6868fba749c722 · report
Rotation jasonkyuyim/se3_diffusion/model/ipa_pytorch.py found in paper text by Syntology unverified MIT (permissive) · de43748820aede00 · report
modify_conformer gcorso/DiffDock/utils/diffusion_utils.py found in paper text by Syntology unverified MIT (permissive) · eb444236e23ac6f3 · report

Tasks

Molecular Docking

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections