Papers › Normalizing Diffusion Kernels with Optimal Transport

Normalizing Diffusion Kernels with Optimal Transport

8 Jul 2025arXiv:2507.06161archive 2025-07-28

Nathan Kessler, Robin Magnet, Jean Feydy

Smoothing a signal based on local neighborhoods is a core operation in machine learning and geometry processing. On well-structured domains such as vector spaces and manifolds, the Laplace operator derived from differential geometry offers a principled approach to smoothing via heat diffusion, with strong theoretical guarantees. However, constructing such Laplacians requires a carefully defined domain structure, which is not always available. Most practitioners thus rely on simple convolution kernels and message-passing layers, which are biased against the boundaries of the domain. We bridge this gap by introducing a broad class of smoothing operators, derived from general similarity or adjacency matrices, and demonstrate that they can be normalized into diffusion-like operators that inherit desirable properties from Laplacians. Our approach relies on a symmetric variant of the Sinkhorn algorithm, which rescales positive smoothing operators to match the structural behavior of heat diffusion. This construction enables Laplacian-like smoothing and processing of irregular data such as point clouds, sparse voxel grids or mixture of Gaussians. We show that the resulting operators not only approximate heat diffusion but also retain spectral information from the Laplacian itself, with applications to shape analysis and 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="2507.06161")

Code

Syntology Ran 0 of 26 code samples harvested from 1 repository linked to this paper; 26 have no recorded run.

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

RobinMagnet/SinkhornKernels found in paper text by SyntologyMIT 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

26 samples harvested; 0 ran; 0 honoured the contract we drafted; 26 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.

26unverified

Licence: 0 of the 26 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 RobinMagnet/SinkhornKernels. “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.

apply_gaussian RobinMagnet/SinkhornKernels/sinkhornkernels/torch/diffusion.py found in paper text by Syntology unverified MIT (permissive) · bb8bc52d56933dea · report
apply_gaussian_dense RobinMagnet/SinkhornKernels/sinkhornkernels/torch/diffusion.py found in paper text by Syntology unverified MIT (permissive) · bb52d3e06f0aa535 · report
apply_gaussian_keops RobinMagnet/SinkhornKernels/sinkhornkernels/torch/diffusion.py found in paper text by Syntology unverified MIT (permissive) · fef0168a4fd77933 · report
boundary_mask RobinMagnet/SinkhornKernels/sinkhornkernels/grid.py found in paper text by Syntology unverified MIT (permissive) · c6e121a7cc18e83d · report
diffusion_eigsh RobinMagnet/SinkhornKernels/sinkhornkernels/spectral.py found in paper text by Syntology unverified MIT (permissive) · 86ea67e604b3833d · report
exponential_diffusion RobinMagnet/SinkhornKernels/sinkhornkernels/operators.py found in paper text by Syntology unverified MIT (permissive) · 5006a11c61f6318f · report
face_areas RobinMagnet/SinkhornKernels/sinkhornkernels/mesh.py found in paper text by Syntology unverified MIT (permissive) · a4ab8b9eac9773fd · report
from_basis RobinMagnet/SinkhornKernels/sinkhornkernels/torch/nn.py found in paper text by Syntology unverified MIT (permissive) · 88bcffe545b25c00 · report
gaussian_diffusion RobinMagnet/SinkhornKernels/sinkhornkernels/operators.py found in paper text by Syntology unverified MIT (permissive) · d2086bb4b74cb9e3 · report
gaussian_kernel RobinMagnet/SinkhornKernels/sinkhornkernels/kernels.py found in paper text by Syntology unverified MIT (permissive) · ca1dbb9dd33ed73d · report
gaussian_kernel_from_sqdist RobinMagnet/SinkhornKernels/sinkhornkernels/kernels.py found in paper text by Syntology unverified MIT (permissive) · 467f00ca09629fea · report
gmm_diffusion RobinMagnet/SinkhornKernels/sinkhornkernels/operators.py found in paper text by Syntology unverified MIT (permissive) · ded0837330fa6f0b · report
gmm_effective_sigma2 RobinMagnet/SinkhornKernels/sinkhornkernels/spectral.py found in paper text by Syntology unverified MIT (permissive) · 91f23c983a47701d · report
grid_coordinates RobinMagnet/SinkhornKernels/sinkhornkernels/grid.py found in paper text by Syntology unverified MIT (permissive) · 29e4deed4b3fc73e · report
kde_masses RobinMagnet/SinkhornKernels/sinkhornkernels/grid.py found in paper text by Syntology unverified MIT (permissive) · 83a52b7c9f043dd7 · report
laplacian_eigenvalues RobinMagnet/SinkhornKernels/sinkhornkernels/spectral.py found in paper text by Syntology unverified MIT (permissive) · dda4d69535593cdb · report
load_obj RobinMagnet/SinkhornKernels/sinkhornkernels/mesh.py found in paper text by Syntology unverified MIT (permissive) · d01a9669173bb787 · report
sample_surface RobinMagnet/SinkhornKernels/sinkhornkernels/mesh.py found in paper text by Syntology unverified MIT (permissive) · 92fd00512f9bcbd3 · report
sinkhorn_log RobinMagnet/SinkhornKernels/sinkhornkernels/sinkhorn.py found in paper text by Syntology unverified MIT (permissive) · b9ddc0ef26fea246 · report
sinkhorn_log RobinMagnet/SinkhornKernels/sinkhornkernels/torch/sinkhorn.py found in paper text by Syntology unverified MIT (permissive) · 51ff764c6a0dc428 · report
sinkhorn_log_dense RobinMagnet/SinkhornKernels/sinkhornkernels/torch/sinkhorn.py found in paper text by Syntology unverified MIT (permissive) · 21fbaffa2f3d7fda · report
sinkhorn_log_dense_from_sqdist RobinMagnet/SinkhornKernels/sinkhornkernels/torch/sinkhorn.py found in paper text by Syntology unverified MIT (permissive) · 5459f1845a9f1e43 · report
sinkhorn_log_kernel RobinMagnet/SinkhornKernels/sinkhornkernels/sinkhorn.py found in paper text by Syntology unverified MIT (permissive) · d73846c1a434f89b · report
sinkhorn_log_sparse RobinMagnet/SinkhornKernels/sinkhornkernels/sinkhorn.py found in paper text by Syntology unverified MIT (permissive) · 052ac7d02d5349d1 · report
squared_distances RobinMagnet/SinkhornKernels/sinkhornkernels/kernels.py found in paper text by Syntology unverified MIT (permissive) · 243a2cb1ed6e0e73 · report
to_basis RobinMagnet/SinkhornKernels/sinkhornkernels/torch/nn.py found in paper text by Syntology unverified MIT (permissive) · b5a20f4d0584bdc0 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

ConvolutionDiffusion

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