awesome-repositories.comCategoriiBlog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebookresearch avatar

facebookresearch/flow_matching

0
View on GitHub↗
facebookresearch.github.io/flow_matching↗

Flow Matching

Acest proiect este un framework de modele generative bazat pe PyTorch, conceput pentru a transforma zgomotul în distribuții complexe de date prin învățarea câmpurilor vectoriale și a căilor de probabilitate. Acesta servește drept toolkit multimodal pentru generarea de text și imagini sintetice prin fluxuri de probabilitate.

Biblioteca se distinge prin suportul pentru integrări continue, discrete și pe varietăți Riemanniene. Acest lucru permite framework-ului să gestioneze o varietate de tipuri de date, inclusiv date categorice prin „discrete-state flow matching” și spații non-euclidiene prin integrare pe varietăți Riemanniene.

Toolkit-ul acoperă întregul pipeline generativ, incluzând definirea căilor de probabilitate, regresia câmpurilor vectoriale și utilizarea solverelor de ecuații diferențiale pentru eșantionarea datelor. Aceste capabilități permit antrenarea și inferența modelelor generative capabile să creeze conținut sintetic pe mai multe modalități.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Features

  • Deep Generative Modeling Frameworks - Provides a comprehensive toolkit for constructing deep generative models based on probability paths and vector fields.
  • Generative Model Training Tools - Provides a framework for training generative models using flow matching to transform noise into data distributions.
  • Discrete-State Flow Matching - Provides specialized flow matching implementations for categorical and discrete-state data.
  • General Purpose Flow Matching - Provides a PyTorch-based library for implementing continuous and discrete flow matching algorithms to train generative models.
  • Probabilistic Generative Sampling - Generates new data samples by integrating probability flows from a noise distribution.
  • ODE-Based Trajectory Sampling - Uses ODE integration to sample new data points from learned vector fields.
  • Multimodal AI Toolkits - Implements a framework capable of producing synthetic data across multiple modalities, specifically text and images.
  • Probability Path Definitions - Allows users to specify the geometric and probabilistic transformations between noise and data.
  • Probability Path Modeling - Defines the geometric probability paths used to guide flow matching training.
  • Vector-Field Regression - Trains neural networks to regress the velocity vectors required to transform noise into data.
  • Flow Model Training - Implements training pipelines for flow matching models across multiple geometric spaces.
  • Probability Path Learning - Implements the learning process for probability paths across various data modalities.
  • Differential Equation Solvers - Employs numerical differential equation solvers to compute sampling trajectories from learned vector fields.
  • Continuous-Time Density Transformations - Implements continuous-time density transformations to guide the training of generative flow models.
  • Flow Matching Algorithms - Implements flow matching algorithms for both continuous and discrete data transformations.
  • Multimodal Frameworks - Supports the development of generative models that can process both text and image modalities.
  • Synthetic Content Generators - Generates synthetic images and text by applying trained probability flow transformations.
  • Noise-to-Image Generation - Generates synthetic images by integrating learned vector fields to transform noise into visual data.
  • Multimodal Model Trainers - Provides capabilities to train and optimize generative models that handle both text and image data.
  • Text Generation - Produces synthetic text samples using discrete-state flow matching techniques.
  • Riemannian Manifold Integration - Enables flow matching in non-Euclidean spaces via integration along curved geometric manifolds.
4,562 stele·359 fork-uri·Python·12 vizualizări

Istoric stele

Graficul istoricului de stele pentru facebookresearch/flow_matchingGraficul istoricului de stele pentru facebookresearch/flow_matching

Alternative open-source pentru Flow Matching

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Flow Matching.
  • nvidia/nemoAvatar NVIDIA

    NVIDIA/NeMo

    17,394Vezi pe GitHub↗

    NeMo is a multimodal AI framework and toolkit designed for the development, training, and scaling of large language models, generative AI systems, and speech-based models. It functions as an automatic speech recognition toolkit, a text-to-speech engine, and a framework for building models that process and generate combinations of text, image, and audio data. The project serves as a conversational AI orchestrator capable of managing real-time, interruptible voice interactions. It provides specialized workflows for speech translation, converting spoken audio from one language into text or speec

    Python
    Vezi pe GitHub↗17,394
  • pymc-devs/pymcAvatar pymc-devs

    pymc-devs/pymc

    9,650Vezi pe GitHub↗

    PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o

    Pythonbayesian-inferencemcmcprobabilistic-programming
    Vezi pe GitHub↗9,650
  • open-mmlab/mmagicAvatar open-mmlab

    open-mmlab/mmagic

    7,434Vezi pe GitHub↗

    mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp

    Jupyter Notebookaigccomputer-visiondeep-learning
    Vezi pe GitHub↗7,434
  • yunjey/starganAvatar yunjey

    yunjey/stargan

    5,292Vezi pe GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    Vezi pe GitHub↗5,292
Vezi toate cele 30 alternative pentru Flow Matching→

Întrebări frecvente

Ce face facebookresearch/flow_matching?

Acest proiect este un framework de modele generative bazat pe PyTorch, conceput pentru a transforma zgomotul în distribuții complexe de date prin învățarea câmpurilor vectoriale și a căilor de probabilitate. Acesta servește drept toolkit multimodal pentru generarea de text și imagini sintetice prin fluxuri de probabilitate.

Care sunt principalele funcționalități ale facebookresearch/flow_matching?

Principalele funcționalități ale facebookresearch/flow_matching sunt: Deep Generative Modeling Frameworks, Generative Model Training Tools, Discrete-State Flow Matching, General Purpose Flow Matching, Probabilistic Generative Sampling, ODE-Based Trajectory Sampling, Multimodal AI Toolkits, Probability Path Definitions.

Care sunt câteva alternative open-source pentru facebookresearch/flow_matching?

Alternativele open-source pentru facebookresearch/flow_matching includ: nvidia/nemo — NeMo is a multimodal AI framework and toolkit designed for the development, training, and scaling of large language… pymc-devs/pymc — PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian… open-mmlab/mmagic — mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and… yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… lucidrains/imagen-pytorch — This is a PyTorch-based implementation of diffusion models for synthesizing photorealistic images and video. It… lllyasviel/controlnet — ControlNet is a framework for structural image generation that extends pre-trained diffusion models with neural…