- Image-to-Image translation is a classical problem in image processing, graphics and vision.
- Requires manual effort to design "what to minimize" (loss), also being "careful what we wish for".
- Same architecture and objective of mapping two images with different training data without any manual mapping functions.
- Take a CNN, find what loss works with your training data
- Maybe, just minimize the Euclidean distance of the ground-truth and predicted pixels. Result: Blurry Images