Exploiting Reflectional and Rotational Invariance in Single Image Superresolution
Abstract
Stationarity of reconstruction problems is the crux to enabling convolutional neural networks for many image processing tasks: the output estimate for a pixel is generally not dependent on its location within the image but only on its immediate neighbourhood. We expect other invariances, too. For most pixel-processing tasks, rigid transformations should commute with the processing: a rigid transformation of the input should result in that same transformation of the output. In existing literature this is taken into account indirectly by augmenting the training set: reflected and rotated versions of the inputs are also fed to the network when optimizing the network weights. In contrast, we enforce this invariance through the network design. Because of the encompassing nature of the proposed architecture, it can directly enhance existing CNN-based algorithms. We show how it can be applied to SRCNN and FSRCNN both, speeding up convergence in the initial training phase, and improving performance both for pretrained weights and after finetuning.
Cite
Text
Donné et al. "Exploiting Reflectional and Rotational Invariance in Single Image Superresolution." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017. doi:10.1109/CVPRW.2017.141Markdown
[Donné et al. "Exploiting Reflectional and Rotational Invariance in Single Image Superresolution." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2017.](https://mlanthology.org/cvprw/2017/donne2017cvprw-exploiting/) doi:10.1109/CVPRW.2017.141BibTeX
@inproceedings{donne2017cvprw-exploiting,
title = {{Exploiting Reflectional and Rotational Invariance in Single Image Superresolution}},
author = {Donné, Simon and Meeus, Laurens and Luong, Hiêp Quang and Goossens, Bart and Philips, Wilfried},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2017},
pages = {1043-1049},
doi = {10.1109/CVPRW.2017.141},
url = {https://mlanthology.org/cvprw/2017/donne2017cvprw-exploiting/}
}