Stella X. Yu : Papers / Google Scholar

Orthogonal Convolutional Neural Networks
Jiayun Wang and Yubei Chen and Rudrasis Chakraborty and Stella X. Yu
IEEE Conference on Computer Vision and Pattern Recognition, Online, 16-18 June 2020
Paper | Slides | Code

Abstract

Deep convolutional neural networks are hindered by training instability and feature redundancy towards further performance improvement. A promising solution is to impose orthogonality on convolutional filters.

We develop an efficient approach to impose filter orthogonality on a convolutional layer based on the doubly block-Toeplitz matrix representation of the convolutional kernel instead of using the common kernel orthogonality approach, which we show is only necessary but not sufficient for ensuring orthogonal convolutions.

Our proposed orthogonal convolution requires no additional parameters and little computational overhead. This method consistently outperforms the kernel orthogonality alternative on a wide range of tasks such as image classification and inpainting under supervised, semi-supervised and unsupervised settings. Further, it learns more diverse and expressive features with better training stability, robustness, and generalization. Our code is publicly available.


Keywords