1 dépôt
The process of optimizing a model to learn the specific probability flow trajectory between noise and data.
Distinct from Flow Matching: Focuses on the learning objective of the path rather than the general architectural framework of flow matching.
Explore 1 awesome GitHub repository matching part of an awesome list · Probability Path Learning. Refine with filters or upvote what's useful.
This project is a PyTorch-based generative model framework designed to transform noise into complex data distributions by learning vector fields and probability paths. It serves as a multimodal generative toolkit for producing synthetic text and images through learned probability flows. The library distinguishes itself by supporting continuous, discrete, and Riemannian manifold integrations. This allows the framework to handle a variety of data types, including categorical data via discrete-state flow matching and non-Euclidean spaces through Riemannian manifold integration. The toolkit cove
Implements the learning process for probability paths across various data modalities.