Image Smoothing via Unsupervised Learning

November 07, 2018 ยท Entered Twilight ยท ๐Ÿ› ACM Transactions on Graphics

๐ŸŒ… TWILIGHT: Old Age
Predates the code-sharing era โ€” a pioneer of its time

"Last commit was 7.0 years ago (โ‰ฅ5 year threshold)"

Evidence collected by the PWNC Scanner

Repo contents: README.md, background_smooth.PNG, compilation, data, detail_enhancement.PNG, foreground_enhance.PNG, foreground_smooth.PNG, images, netfiles, pencils, post_detail_enhance.m, post_stylization.m, run_edgedetector.lua, smoothing.PNG, stylization.PNG, test_detail_enhance, test_smooth.lua, test_stylization, train_background-smooth.lua, train_detail-enhance.lua, train_foreground-enhance.lua, train_stylization.lua, train_texture-removal.lua, util

Authors Qingnan Fan, Jiaolong Yang, David Wipf, Baoquan Chen, Xin Tong arXiv ID 1811.02804 Category cs.CV: Computer Vision Citations 115 Venue ACM Transactions on Graphics Repository https://github.com/fqnchina/ImageSmoothing โญ 101 Last Checked 1 month ago
Abstract
Image smoothing represents a fundamental component of many disparate computer vision and graphics applications. In this paper, we present a unified unsupervised (label-free) learning framework that facilitates generating flexible and high-quality smoothing effects by directly learning from data using deep convolutional neural networks (CNNs). The heart of the design is the training signal as a novel energy function that includes an edge-preserving regularizer which helps maintain important yet potentially vulnerable image structures, and a spatially-adaptive Lp flattening criterion which imposes different forms of regularization onto different image regions for better smoothing quality. We implement a diverse set of image smoothing solutions employing the unified framework targeting various applications such as, image abstraction, pencil sketching, detail enhancement, texture removal and content-aware image manipulation, and obtain results comparable with or better than previous methods. Moreover, our method is extremely fast with a modern GPU (e.g, 200 fps for 1280x720 images). Our codes and model are released in https://github.com/fqnchina/ImageSmoothing.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Computer Vision