Search papers, labs, and topics across Lattice.
Standard generative diffusion models optimize primarily for pixel intensity and texture, routinely hallucinating topologically impossible shapes and uninterpretable structural deformations. To resolve this, the authors build IGG (Image Generation informed by Geodesic dynamics), a framework that reformulates diffusion synthesis over continuous geodesic deformation spaces rather than raw pixel grids. By parameterizing generation as smooth, invertible transformations from a template image along geodesic paths, the model guarantees strict topological consistency while capturing physically informed deformation dynamics for image and video synthesis.
Diffusion models generate plausible textures but routinely violate fundamental anatomy鈥攗nless you steer the generative trajectory through invertible geodesic deformation manifolds rather than unconstrained pixel space.
Generative diffusion models have emerged as a class of powerful techniques for various imaging applications, including but not limited to synthesis, reconstruction, and segmentation. Despite their success, current generative models pose two key limitations. First, they primarily rely on image intensity and texture information, with limited attention to underlying object geometry. As a result, they do not guarantee geometric or topological consistency during the generation process, which is a crucial requirement for high-stakes domains such as computational anatomy, biology, and robotics, where preserving object structure is critical. Second, existing models fail to explicitly learn or represent shape changes in the generative process. Such deformation dynamics remain occluded within network parameters; hence leaving the transformation process uninterpretable and physically uninformed. To address these challenges, we introduce IGG (Image Generation informed by Geodesic dynamics), a novel framework that integrates topology-preserving geodesic principles into the diffusion-based generative process. In contrast to conventional methods that operate in image intensity space, IGG learns and synthesizes diverse samples within geodesic deformation spaces, where geometric object changes are learned as smooth and invertible smooth mappings from a given template/source image. Our code is publicly available at https://github.com/nellie689/IGG.