CVAILGApr 4, 2019

T-Net: Parametrizing Fully Convolutional Nets with a Single High-Order Tensor

arXiv:1904.02698v172 citations
Originality Incremental advance
AI Analysis

This addresses the issue of parameter efficiency for researchers and practitioners in computer vision, offering a novel joint tensorization method that is incremental over prior layer-by-layer approaches.

The authors tackled the problem of redundancy in over-parametrized deep neural networks by proposing to fully parametrize Convolutional Neural Networks with a single high-order, low-rank tensor, achieving superior performance with small compression rates and high compression rates with negligible accuracy drop for human pose estimation.

Recent findings indicate that over-parametrization, while crucial for successfully training deep neural networks, also introduces large amounts of redundancy. Tensor methods have the potential to efficiently parametrize over-complete representations by leveraging this redundancy. In this paper, we propose to fully parametrize Convolutional Neural Networks (CNNs) with a single high-order, low-rank tensor. Previous works on network tensorization have focused on parametrizing individual layers (convolutional or fully connected) only, and perform the tensorization layer-by-layer separately. In contrast, we propose to jointly capture the full structure of a neural network by parametrizing it with a single high-order tensor, the modes of which represent each of the architectural design parameters of the network (e.g. number of convolutional blocks, depth, number of stacks, input features, etc). This parametrization allows to regularize the whole network and drastically reduce the number of parameters. Our model is end-to-end trainable and the low-rank structure imposed on the weight tensor acts as an implicit regularization. We study the case of networks with rich structure, namely Fully Convolutional Networks (FCNs), which we propose to parametrize with a single 8th-order tensor. We show that our approach can achieve superior performance with small compression rates, and attain high compression rates with negligible drop in accuracy for the challenging task of human pose estimation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes