How can I implement diffusion-based image-to-image translation in MATLAB, similar to the Brownian Bridge Diffusion Model (BBDM)?
조회 수: 34 (최근 30일)
이전 댓글 표시
MATLAB currently provides examples for Denoising Diffusion Probabilistic Models (DDPM) focused on image generation from noise.
However, I need to implement image-to-image translation, where the diffusion model transforms a source image into a target image (or a target domain).
In recent literature, the Brownian Bridge Diffusion Model (BBDM) (2022) has become a popular and effective choice for image-to-image tasks, because it builds a conditional Brownian bridge diffusion process between a source image and a target image.
I could not find any official MATLAB implementation related to :
- Brownian Bridge Diffusion Model
- diffusion-based image-to-image translation
- conditional diffusion with a source image input
Does MATLAB provide any built-in tools, functions, or examples for diffusion-based image-to-image translation?
(e.g., BBDM, DDIM inversion, Stable Diffusion–style image-to-image pipelines)
Has anyone implemented Brownian Bridge Diffusion or similar bridging-type models (e.g., Rectified Flow, DDIM inversion) in MATLAB?
Thanks!
댓글 수: 1
Ayush
2025년 12월 19일 6:47
Hi Steven,
I could find the following documentation for image generation using diffusion:
However, I was unable to find a relevant MathWorks resource for BBDM. I would recommend you to contact MathWorks techincal support at:
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!