#302 · Primary category: Computer Vision
PMRF
[ICLR 2025] Official implementation of Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration
Project last updated:02/05/25
GitHub Stars
754
Forks
42
Contributors
1
License
MIT
Why we included this project
PMRF goes after a problem that shows up constantly in image restoration: you want reconstructions that look photo-realistic, but you also want them to stay faithful to the original image. The method, published at ICLR 2025, uses rectified flow to approximate the estimator that minimizes mean squared error under a perceptual quality constraint, and the official repo ships a trained blind face restoration checkpoint plus a Hugging Face demo, so you can test it on low-quality face images without training anything yourself. Beyond face restoration, the codebase covers classic inverse problems like denoising, inpainting, and colorization, with checkpoints for controlled comparisons against a plain MMSE baseline. The PyTorch Lightning structure keeps it approachable for researchers adapting the flow formulation to their own tasks, and the theoretical framing helps if you need to justify the perceptual quality versus fidelity trade-off. One caveat: the HDiT architecture depends on the natten package, which has been finicky to install on Windows.
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)