CVLGMLDec 26, 2019

Domain Adaptation Regularization for Spectral Pruning

arXiv:1912.11853v3
Originality Incremental advance
AI Analysis

This work addresses computational and data limitations for deploying deep neural networks in resource-constrained systems, but it is incremental as it builds on existing compression and domain adaptation techniques.

The paper tackles improving model compression in domain adaptation settings by adapting a single-distribution compression method with data selection and regularization, showing it outperforms existing methods by a large margin at high compression rates.

Deep Neural Networks (DNNs) have recently been achieving state-of-the-art performance on a variety of computer vision related tasks. However, their computational cost limits their ability to be implemented in embedded systems with restricted resources or strict latency constraints. Model compression has therefore been an active field of research to overcome this issue. Additionally, DNNs typically require massive amounts of labeled data to be trained. This represents a second limitation to their deployment. Domain Adaptation (DA) addresses this issue by allowing knowledge learned on one labeled source distribution to be transferred to a target distribution, possibly unlabeled. In this paper, we investigate on possible improvements of compression methods in DA setting. We focus on a compression method that was previously developed in the context of a single data distribution and show that, with a careful choice of data to use during compression and additional regularization terms directly related to DA objectives, it is possible to improve compression results. We also show that our method outperforms an existing compression method studied in the DA setting by a large margin for high compression rates. Although our work is based on one specific compression method, we also outline some general guidelines for improving compression in DA setting.

Foundations

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

Your Notes