Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ library_name: MoG
|
|
| 31 |
|
| 32 |
MoG is a generative video frame interpolation (VFI) model, designed to synthesize intermediate frames between two input frames.
|
| 33 |
|
| 34 |
-
MoG
|
| 35 |
|
| 36 |
Source code is available at [https://github.com/MCG-NJU/MoG-VFI](https://github.com/MCG-NJU/MoG-VFI).
|
| 37 |
|
|
|
|
| 31 |
|
| 32 |
MoG is a generative video frame interpolation (VFI) model, designed to synthesize intermediate frames between two input frames.
|
| 33 |
|
| 34 |
+
MoG is the first VFI framework to bridge the gap between flow-based stability and generative flexibility. We introduce a dual-level guidance injection design to constrain generated motion using motion trajectories derived from optical flow. To enhance the generative model's ability to dynamically correct flow errors, we implement encoder-only guidance injection and selective parameter fine-tuning. As a result, MoG achieves significant improvements over existing open-source generative VFI methods, delivering superior performance in both real-world and animated scenarios.
|
| 35 |
|
| 36 |
Source code is available at [https://github.com/MCG-NJU/MoG-VFI](https://github.com/MCG-NJU/MoG-VFI).
|
| 37 |
|