Image-to-Image
Diffusers
LinxiaoShi commited on
Commit
edbc5be
·
verified ·
1 Parent(s): a6fc6ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -4,4 +4,19 @@ base_model:
4
  - Manojb/stable-diffusion-2-1-base
5
  pipeline_tag: image-to-image
6
  library_name: diffusers
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - Manojb/stable-diffusion-2-1-base
5
  pipeline_tag: image-to-image
6
  library_name: diffusers
7
+ ---
8
+
9
+ # Towards Photorealistic and Efficient Bokeh Rendering via Diffusion Framework
10
+
11
+ This repository contains the model and code for **Towards Photorealistic and Efficient Bokeh Rendering via Diffusion Framework**, as presented in the paper:
12
+
13
+ **Towards Photorealistic and Efficient Bokeh Rendering via Diffusion Framework**
14
+
15
+ ## Abstract
16
+
17
+ Existing mobile devices are constrained by compact optical designs, such as small apertures, which make it difficult to produce natural, optically realistic bokeh effects. Although recent learning-based methods have shown promising results, they still struggle with photos captured under high digital zoom levels, which often suffer from reduced resolution and loss of fine details. A naive solution is to enhance image quality before applying bokeh rendering, yet this two-stage pipeline reduces efficiency and introduces unnecessary error accumulation. To overcome these limitations, we propose MagicBokeh, a unified diffusion-based framework designed for high-quality and efficient bokeh rendering. Through an alternative training strategy and a focus-aware masked attention mechanism, our method jointly optimizes bokeh rendering and super-resolution, substantially improving both controllability and visual fidelity. Furthermore, we introduce degradation-aware depth module to enable more accurate depth estimation from low-quality inputs. Experimental results demonstrate that MagicBokeh efficiently produces photorealistic bokeh effects, particularly on real-world low-resolution images, paving the way for future advancements in bokeh rendering.
18
+
19
+ ## Code and Usage
20
+
21
+ The official code and model are available at the following GitHub repository:
22
+ [https://github.com/vivoCameraResearch/MagicBokeh](https://github.com/vivoCameraResearch/MagicBokeh)