PBC:Image scaling/How it works
Jump to navigation
Jump to search
Original photo | Upscaled 2x | Upscaled 4x | Upscaled 6x | Algorithm and description |
---|---|---|---|---|
Deep convolutional neural networks using perceptual loss. Developed on the basis of the super-resolution generative adversarial network (SRGAN) method, enhanced SRGAN (ESRGAN) is an incremental tweaking of the same generative adversarial network basis. Both methods rely on a perceptual loss function to evaluate training iterations. | ||||
Deep convolutional neural networks. Using machine learning, convincing details are generated as best guesses by learning common patterns from a training data set. The upscaled result is sometimes described as a hallucination because the information introduced may not correspond to the content of the source. Enhanced deep residual network (EDSR) methods have been developed by optimizing conventional residual neural network architecture. Programs that use this method include waifu2x, Imglarger and Neural Enhance. |