NeFut Logo NeFut
Admin Login

[CS.AI] Intrinsic Green's Learning: Supervised Learning on Manifolds via Inverse PDE

Published at: 2026-07-10 22:00 Last updated: 2026-07-13 08:26
#algorithm #Machine Learning #Math

We introduce Intrinsic Green's Learning (IGL), a framework that models a target function on a manifold as the solution to a linear PDE whose source term is learned from data. Instead of directly approximating the target, IGL learns a source and integrates it against a Green's kernel. An encoder discovers a low-dimensional coordinate chart on the manifold where both the source and the kernel decompose as low-rank tensors, collapsing a high-dimensional integral into independent one-dimensional integrals with cost linear in the intrinsic dimension. A two-stage algorithm separates coordinate discovery from source fitting, a near-convex linear solve, preventing the dimensional collapse of joint training. Learnable gates on each coordinate automatically discover the intrinsic dimension of the manifold. We validate IGL on synthetic manifolds and on MNIST, where it simultaneously achieves near-optimal classification and automatic recovery of the intrinsic dimension.

Blogger's Review: The innovation of Intrinsic Green's Learning lies in modeling the manifold effectively through learned source terms, significantly reducing computational costs via low-rank tensor decomposition. This adaptability makes it highly suitable for handling complex data.

Original Source: https://arxiv.org/abs/2607.07034

[h] Back to Home