Every Pixel Has its Moments: Ultra-High-Resolution Unpaired Image-to-Image Translation via Dense Normalization
Ming-Yang Ho1, Che-Ming Wu2, Min-Sheng Wu3, Yufeng Jane Tseng1
1National Taiwan University,   2Amazon Web Services,   3aetherAI
We provide a simple example (one image from the Kyoto summer2autumn dataset) for you to translate an UHR image with our DN.
$ ./download.sh
$ unzip simple_example.zip- Please check your GPU driver version and modify 
Dockerifleaccordingly - Then, execute
$ docker-compose up --build -d
 - Get into the docker container
$ docker exec -it dn-env bash 
- In the docker container, please execute
$ python3 transfer.py -c data/japan/config.yaml
 - Then, you can see a translated image at 
experiments/japan_CUT/test/IMG_6610/combined_dn_10.png - To see the image conveniently, you can leverage the provided 
visualization.ipynb. The setup of jupyter notebbok can be achived by- a. modify a port mapping setting in 
docker-compose.yml; e,g,- 19000:8888 - b. install 
jupyterin the container - c. run your jupyter notebook by 
nohup jupyter notebook --ip=0.0.0.0 --port=8888 --allow-root & - d. open the jupter notebook service on your port (
19000here) 
 - a. modify a port mapping setting in 
 
For the real domain, please download the UHDM dataset from its official website. For the painting domain, we have curated a dataset of high-resolution Vincent van Gogh paintings, which can be downloaded at link1 or link2. Please note that we do not own these images; users should ensure their use does not trigger legal issues.
Please download it at link.
Please download it at link. Please note that we do not own these images; users should ensure their use does not trigger legal issues.
Please download it at link. Please note that we do not own these images; users should ensure their use does not trigger legal issues.
The training of I2I model is the same as KIN. DN is a plugin for any I2I model with InstanceNorm layers.
Please refer to the KIN repo. All the metrics used (except the downstream task) are provided there. For the downstream task, we will provide the script recently.
@InProceedings{10.1007/978-3-031-72995-9_18,
    author="Ho, Ming-Yang and Wu, Che-Ming and Wu, Min-Sheng and Tseng, Yufeng Jane",
    title="Every Pixel Has Its Moments: Ultra-High-Resolution Unpaired Image-to-Image Translation via Dense Normalization",
    booktitle="Computer Vision -- ECCV 2024",
    year="2025",
    publisher="Springer Nature Switzerland",
    address="Cham",
    pages="312--328",
    isbn="978-3-031-72995-9"
}

