Multiple Connected Residual Network for Image Enhancement on Smartphones
Abstract
Image enhancement on smartphones needs rapid processing speed with comparable performance. Recently, convolutional neural networks (CNNs) have achieved outstanding performance in image processing tasks such as image super-resolution and enhancement. In this paper, we propose a lightweight generator for image enhancement based on CNN to keep a balance between quality and speed, called multi-connected residual network (MCRN). The proposed network consists of one discriminator and one generator. The generator is a two-stage network: (1) The first stage extracts structural features; (2) the second stage focuses on enhancing perceptual visual quality. By utilizing the style of multiple connections, we achieve good performance in image enhancement while making our network converge fast. Experimental results demonstrate that the proposed method outperforms the state-of-the-art approaches in terms of the perceptual quality and runtime. The code is available at https://github.com/JieLiu95/MCRN .
Cite
Text
Liu and Jung. "Multiple Connected Residual Network for Image Enhancement on Smartphones." European Conference on Computer Vision Workshops, 2018. doi:10.1007/978-3-030-11021-5_12Markdown
[Liu and Jung. "Multiple Connected Residual Network for Image Enhancement on Smartphones." European Conference on Computer Vision Workshops, 2018.](https://mlanthology.org/eccvw/2018/liu2018eccvw-multiple/) doi:10.1007/978-3-030-11021-5_12BibTeX
@inproceedings{liu2018eccvw-multiple,
title = {{Multiple Connected Residual Network for Image Enhancement on Smartphones}},
author = {Liu, Jie and Jung, Cheolkon},
booktitle = {European Conference on Computer Vision Workshops},
year = {2018},
pages = {182-196},
doi = {10.1007/978-3-030-11021-5_12},
url = {https://mlanthology.org/eccvw/2018/liu2018eccvw-multiple/}
}