#233 · Primary category: Computer Vision
diffusion-e2e-ft
[WACV'25 Oral] Fine-Tuning Image-Conditional Diffusion Models is Easier than You Think
Project last updated:07/09/26
GitHub Stars
521
Forks
22
Contributors
2
License
Other
Why we included this project
This repository ships the training and inference code behind the WACV 2025 paper on fine-tuning image-conditional diffusion models, along with pretrained checkpoints on Hugging Face. The released models estimate monocular depth and surface normals from a single image in a single deterministic forward pass, and since they run through standard diffusers pipelines, you can call them with a few lines of Python instead of assembling the whole model stack yourself. For teams working on geometric computer vision, that matters in practice: end-to-end fine-tuning on task-specific losses collapses the usual many-step diffusion sampling into one step, which makes depth and normals inference noticeably cheaper and faster. The checkpoints and hosted demos give you a concrete baseline to evaluate before committing to a heavier approach.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)