STN: Scalable Tensorizing Networks via Structure-Aware Training and Adaptive Compression
Chang Nie, Huan Wang, Lu Zhao

TL;DR
This paper introduces STN, a method for compressing deep neural networks by adaptively tensorizing and adjusting model structures during training, leading to efficient, high-performance models suitable for resource-constrained devices.
Contribution
The paper presents a novel adaptive tensor decomposition approach that dynamically adjusts network structure and ranks without retraining, improving compression and flexibility.
Findings
STN achieves higher compression ratios than existing methods.
It maintains competitive accuracy across various architectures.
The approach is compatible with arbitrary network designs.
Abstract
Deep neural networks (DNNs) have delivered a remarkable performance in many tasks of computer vision. However, over-parameterized representations of popular architectures dramatically increase their computational complexity and storage costs, and hinder their availability in edge devices with constrained resources. Regardless of many tensor decomposition (TD) methods that have been well-studied for compressing DNNs to learn compact representations, they suffer from non-negligible performance degradation in practice. In this paper, we propose Scalable Tensorizing Networks (STN), which dynamically and adaptively adjust the model size and decomposition structure without retraining. First, we account for compression during training by adding a low-rank regularizer to guarantee networks' desired low-rank characteristics in full tensor format. Then, considering network layers exhibit various…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications
