Skip to content

duongngockhanh/vgg-reg-colorization

Repository files navigation

Colorful Image Colorization

Implementation of Colorful Image Colorization by Richard Zhang.

Paper - Code - YouTube - Website

Main ideas

Objective Function

Not the Euclidean Loss, but Multinominal Cross Entropy Loss.

e1_objective_function.png

Class Rebalancing

Observe that the number of pixels in natural images at desaturated values are orders of magnitude higher than for saturated values. Therefore, the loss function is dominated by desaturated ab values.

e2_class_rebalancing.png

Class Probabilities to Point Estimates

Not mode of the predicted distribution for each pixel, not its mean, but its annealed-mean.

e3_annealed_mean.png

e4_results.png

Reference

About

Implementation of VGG Regression Colorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published