TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Image Scaling using Deep Convolutional Neural Networks

89 pointsby hlfw0rdalmost 10 years ago

6 comments

deepnetalmost 10 years ago
John Resig used a Convnet to upscale japanese prints, waifu2x<p><a href="http:&#x2F;&#x2F;ejohn.org&#x2F;blog&#x2F;using-waifu2x-to-upscale-japanese-prints&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ejohn.org&#x2F;blog&#x2F;using-waifu2x-to-upscale-japanese-prin...</a>
评论 #10095528 未加载
cafebeenalmost 10 years ago
Interesting stuff! It would certainly benefit from a comparison to other super-resolution techniques, e.g.<p>Glasner et al. &quot;Super-resolution from a single image&quot; Freeman et al. &quot;Example-based super-resolution&quot;
JulianMorrisonalmost 10 years ago
What&#x27;s intriguing about this is that the output isn&#x27;t really real. The best place to see this is the bark patterns on the trees in the last 3-way comparison. The output is convincing and yet not quite right. The neural net didn&#x27;t <i>know</i>, so it <i>guessed plausibly</i>. Keep scaling and I bet you&#x27;d see Google inceptionism style dream details slipping in.
msoadalmost 10 years ago
This is very cool! Next in DNN adventures should be a network trained with lots of videos for animating still pictures!
评论 #10095326 未加载
fredophilealmost 10 years ago
I&#x27;ll admit that I skimmed the article but I have the feeling this CNN didn&#x27;t learn what they intended it to learn. Looking at the examples shown they started with a full resolution image and applied some downsampling algorithm to get the lower resolution to apply their algorithm to. Their algorithm has learned to undo the downsampling that they applied. This doesn&#x27;t mean it will perform well on images that haven&#x27;t been downsampled or images that have been downsampled in a different way.
评论 #10095426 未加载
评论 #10095970 未加载
评论 #10095704 未加载
tn13almost 10 years ago
What would have made this article interesting was the examples of different images being scaled.
评论 #10095273 未加载