Interesting! If nowadays, pictures are colorized by hand in photoshop, it wouldn't be practical to colorize a full black and white movie. I guess this deep learning approach would solve this problem and colorize old black and white classic movies.
Agreed. I imagine this has applications in compression as well. You could stream a movie (or a football game) in black and white and enable each device to color it on the spot. A similar technique could also be done for HD/3D/VR.
Colorizing black and white photos with deep learning
11–20 of 52 posts
Re: Colorizing black and white photos with deep learning
#12Re: Colorizing black and white photos with deep learning
#13It could be really interesting if it could return different coloured versions and provide a way to explore this different style.
Re: Colorizing black and white photos with deep learning
#14Re: Colorizing black and white photos with deep learning
#15It could be really interesting if it could return different coloured versions and provide a way to explore this different style.
Re: Colorizing black and white photos with deep learning
#16Re: Colorizing black and white photos with deep learning
#17Re: Colorizing black and white photos with deep learning
#18The averaging problem in colorization is interesting. If it learns that an apple can be red, green and even yellow - how does it know how to color it? A HN user in an earlier thread suggested to use a fake/real colorization classifiers as a loss function. [1] But I still feel that it would not solve the averaging problem. It would hop between different colors and probably converge to brown. I haven’t come across a pl…
At least to the extent that GANs work, it works. They will alternate between the observed colours based on the noise vector. They do not simply converge to averages, because the discriminator easily recognizes brown apples as fakes.
Re: Colorizing black and white photos with deep learning
#19The averaging problem in colorization is interesting. If it learns that an apple can be red, green and even yellow - how does it know how to color it? A HN user in an earlier thread suggested to use a fake/real colorization classifiers as a loss function. [1] But I still feel that it would not solve the averaging problem. It would hop between different colors and probably converge to brown. I haven’t come across a pl…
I dunno, does it look more like a red apple, a green apple or a yellow apple?
Re: Colorizing black and white photos with deep learning
#20Interesting! If nowadays, pictures are colorized by hand in photoshop, it wouldn't be practical to colorize a full black and white movie. I guess this deep learning approach would solve this problem and colorize old black and white classic movies.
Agreed. I imagine this has applications in compression as well. You could stream a movie (or a football game) in black and white and enable each device to color it on the spot. A similar technique could also be done for HD/3D/VR.