agusgun commited on
Commit
44c9c27
·
verified ·
1 Parent(s): 0473d63

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
- license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
+ {}
5
  ---
6
+ # Modernizing Old Photos Using Multiple References via Photorealistic Style Transfer
7
+
8
+ We present a Multi-Reference-based Old Photo Modernization (**MROPM**) framework that can modernize old photos using multiple references by performing stylization and enhancement in a unified manner. MROPM initially stylizes old photos using multiple references through photorealistic style transfer. Then, it further enhances the results to produce modern-looking images. Compared to the previous state-of-the-art (SOTA), the proposed method can perform modernization on real old photos even without using old photos during training. It depends on the selection of references, which need to have similar semantics to the old photo.
9
+
10
+
11
+ > [**Modernizing Old Photos Using Multiple References via Photorealistic Style Transfer**](https://kaist-viclab.github.io/old-photo-modernization/)
12
+ > [Agus Gunawan](https://agusgun.github.io/), [Soo Ye Kim](https://sites.google.com/view/sooyekim), [Hyeonjun Sim](https://sites.google.com/view/hjsim), [Jae-Ho Lee](https://scholar.google.com/citations?user=FW4BUN0AAAAJ&hl=ko), [Munchurl Kim](https://www.viclab.kaist.ac.kr/)
13
+ > CVPR 2023
14
+
15
+
16
+ ## Model Sources
17
+
18
+ <!-- Provide the basic links for the model. -->
19
+
20
+ - **Repository:** [https://github.com/KAIST-VICLab/old-photo-modernization]
21
+ - **Paper:** [https://arxiv.org/pdf/2304.04461]
22
+ - **Project Page:** [https://kaist-viclab.github.io/old-photo-modernization/]
23
+
24
+
25
+ ## Model Description
26
+ Our framework named as Multi-Reference-based Old Photo Modernization (MROPM) consists of two key ideas: 1) MROPM-Net to modernize old color photos by changing their styles and enhancing them to look modern and 2) synthetic data generation scheme to train the network in a self-supervised manner
27
+
28
+
29
+ Please check our [paper](https://arxiv.org/abs/2304.04461) and [project page](https://kaist-viclab.github.io/old-photo-modernization/) for more details.
30
+
31
+ ## Citation
32
+ If you find our work inspiring or use our codebase in your research, consider giving a star ⭐ and a citation.
33
+
34
+ ```
35
+ @inproceedings{gunawan2023modernizing,
36
+ title={Modernizing Old Photos Using Multiple References via Photorealistic Style Transfer},
37
+ author={Gunawan, Agus and Kim, Soo Ye and Sim, Hyeonjun and Lee, Jae-Ho and Kim, Munchurl},
38
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
39
+ pages={12460--12469},
40
+ year={2023}
41
+ }
42
+ ```
43
+