English

Generalized Deep Image to Image Regression

Computer Vision and Pattern Recognition 2016-12-13 v1 Machine Learning Neural and Evolutionary Computing

Abstract

We present a Deep Convolutional Neural Network architecture which serves as a generic image-to-image regressor that can be trained end-to-end without any further machinery. Our proposed architecture: the Recursively Branched Deconvolutional Network (RBDN) develops a cheap multi-context image representation very early on using an efficient recursive branching scheme with extensive parameter sharing and learnable upsampling. This multi-context representation is subjected to a highly non-linear locality preserving transformation by the remainder of our network comprising of a series of convolutions/deconvolutions without any spatial downsampling. The RBDN architecture is fully convolutional and can handle variable sized images during inference. We provide qualitative/quantitative results on 33 diverse tasks: relighting, denoising and colorization and show that our proposed RBDN architecture obtains comparable results to the state-of-the-art on each of these tasks when used off-the-shelf without any post processing or task-specific architectural modifications.

Keywords

Cite

@article{arxiv.1612.03268,
  title  = {Generalized Deep Image to Image Regression},
  author = {Venkataraman Santhanam and Vlad I. Morariu and Larry S. Davis},
  journal= {arXiv preprint arXiv:1612.03268},
  year   = {2016}
}

Comments

Submitted to CVPR on November 15th, 2016. Code will be made available soon

R2 v1 2026-06-22T17:19:23.096Z