# Self-Committee Approach for Image Restoration Problems using   Convolutional Neural Network

**Authors:** Byeongyong Ahn, and Nam Ik Cho

arXiv: 1705.04528 · 2017-06-13

## TL;DR

This paper introduces a self-committee approach using a single CNN to improve image restoration by averaging outputs from multiple transformed inputs, enhancing results without needing multiple networks.

## Contribution

The proposed method leverages input transformations to generate multiple outputs from one CNN, improving image restoration performance without additional networks.

## Key findings

- Enhanced denoising results with input transforms.
- Improved super-resolution performance.
- Single network achieves multi-trial benefits.

## Abstract

There have been many discriminative learning methods using convolutional neural networks (CNN) for several image restoration problems, which learn the mapping function from a degraded input to the clean output. In this letter, we propose a self-committee method that can find enhanced restoration results from the multiple trial of a trained CNN with different but related inputs. Specifically, it is noted that the CNN sometimes finds different mapping functions when the input is transformed by a reversible transform and thus produces different but related outputs with the original. Hence averaging the outputs for several different transformed inputs can enhance the results as evidenced by the network committee methods. Unlike the conventional committee approaches that require several networks, the proposed method needs only a single network. Experimental results show that adding an additional transform as a committee always brings additional gain on image denoising and single image supre-resolution problems.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1705.04528/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1705.04528/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1705.04528/full.md

---
Source: https://tomesphere.com/paper/1705.04528