paper-with-me

홈 › Papers

Domain-adaptive deep network compression

2017-09-04 · ICCV 2017 10 · Marc Masana, Joost Van de Weijer, Luis Herranz, Andrew D. Bagdanov, Jose M. Alvarez

Deep Neural Networks trained on large datasets can be easily transferred to new domains with far fewer labeled examples by a process called fine-tuning. This has the advantage that representations learned in the large source domain can be exploited on smaller target domains. However, networks designed to be optimal for the source task are often prohibitively large for the target task. In this work we address the compression of networks after domain transfer. We focus on compression algorithms based on low-rank matrix decomposition. Existing methods base compression solely on learned network weights and ignore the statistics of network activations. We show that domain transfer leads to large shifts in network activations and that it is desirable to take this into account when compressing. We demonstrate that considering activation statistics when compressing weights leads to a rank-constrained regression problem with a closed-form solution. Because our method takes into account the target domain, it can more optimally remove the redundancy in the weights. Experiments show that our Domain Adaptive Low Rank (DALR) method significantly outperforms existing low-rank compression techniques. With our approach, the fc6 layer of VGG19 can be compressed more than 4x more than using truncated SVD alone -- with only a minor or no loss in accuracy. When applied to domain-transferred networks it allows for compression down to only 5-20% of the original number of parameters with only a minor drop in performance.

📄 PDF Abstract BibTeX arXiv:1709.01041

Code (2)

mmasana/DALR 공식 구현 tf
The0nix/DALR

Tasks

Low-rank compression

Similar Papers 제목 키워드 기반

Universal Deep Image Compression via Content-Adaptive Optimization with Adapters

2022-11-02 · Koki Tsubota, Hiroaki Akutsu, Kiyoharu Aizawa

Deep image compression performs better than conventional codecs, such as JPEG, on natural images. However, deep image compression is learning-based and encounters a problem: the compression performance deteriorates signi…

DecoderImage Compression

Instance-Adaptive Video Compression: Improving Neural Codecs by Training on the Test Set

2021-11-19 · Ties van Rozendaal, Johann Brehmer, Yunfan Zhang, Reza Pourreza 외

We introduce a video compression algorithm based on instance-adaptive learning. On each video sequence to be transmitted, we finetune a pretrained compression model. The optimal parameters are transmitted to the receiver…

Video Compression

Compression, Restoration, Re-sampling, Compressive Sensing: Fast Transforms in Digital Imaging

2014-08-27 · Leonid Yaroslavsky

Transform image processing methods are methods that work in domains of image transforms, such as Discrete Fourier, Discrete Cosine, Wavelet and alike. They are the basic tool in image compression, in image restoration, i…

Compressive SensingImage CompressionImage ReconstructionImage Restoration

Content Adaptive and Error Propagation Aware Deep Video Compression

2020-03-25 · ECCV 2020 8 · Guo Lu, Chunlei Cai, Xiaoyun Zhang, Li Chen 외

Recently, learning based video compression methods attract increasing attention. However, the previous works suffer from error propagation due to the accumulation of reconstructed error in inter predictive coding. Meanwh…

DecoderVideo Compression

Backdoor Attacks Against Deep Image Compression via Adaptive Frequency Trigger

2023-02-28 · CVPR 2023 1 · Yi Yu, YuFei Wang, Wenhan Yang, Shijian Lu 외

Recent deep-learning-based compression methods have achieved superior performance compared with traditional approaches. However, deep learning models have proven to be vulnerable to backdoor attacks, where some specific …

Backdoor AttackFace RecognitionImage CompressionSemantic Segmentation