c8eb8f704a119085.tex
1: \begin{abstract}
2: 	The omnipresence of deep learning architectures such as deep \textit{convolutional neural networks} (CNN)s is fueled by the synergistic combination of ever-increasing labeled datasets and specialized hardware.
3: 	Despite the indisputable success, the reliance on huge amounts of labeled data and specialized hardware can be a limiting factor when approaching new applications.
4: 	To help alleviating these limitations, we propose an efficient learning strategy for layer-wise unsupervised training of deep CNNs on conventional hardware in acceptable time.
5: 	Our proposed strategy consists of randomly convexifying the \textit{reconstruction contractive auto-encoding} (RCAE) learning objective and solving the resulting large-scale convex minimization problem in the frequency domain via \textit{coordinate descent} (CD).
6: 	The main advantages of our proposed learning strategy are: (1) single tunable optimization parameter; (2) fast and guaranteed convergence; (3) possibilities for full parallelization.
7: 	Numerical experiments show that our proposed learning strategy scales (in the worst case) linearly with image size, number of filters and filter size. 
8: \end{abstract}