paper-with-me

Papers

Tensor Reordering for CNN Compression

2020-10-22 · Matej Ulicny, Vladimir A. Krylov, Rozenn Dahyot

We show how parameter redundancy in Convolutional Neural Network (CNN) filters can be effectively reduced by pruning in spectral domain. Specifically, the representation extracted via Discrete Cosine Transform (DCT) is more conducive for pruning than the original space. By relying on a combination of weight tensor reshaping and reordering we achieve high levels of layer compression with just minor accuracy loss. Our approach is applied to compress pretrained CNNs and we show that minor additional fine-tuning allows our method to recover the original model performance after a significant parameter reduction. We validate our approach on ResNet-50 and MobileNet-V2 architectures for ImageNet classification task.

📄 PDF Abstract BibTeX arXiv:2010.12110

Code (1)

matej-ulicny/reorder-cnn-compression 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Discrete Cosine Transform Discrete Cosine Transform (DCT) is an orthogonal transformation method that decomposes an image to its spatial frequency spectrum. It expresses a finite sequence of data…

Similar Papers 제목 키워드 기반

DPar2: Fast and Scalable PARAFAC2 Decomposition for Irregular Dense Tensors

2022-03-24 · Jun-Gi Jang, U Kang

Given an irregular dense tensor, how can we efficiently analyze it? An irregular tensor is a collection of matrices whose columns have the same size and rows have different sizes from each other. PARAFAC2 decomposition i…

Neural networks on microcontrollers: saving memory at inference via operator reordering

2019-10-02 · Edgar Liberis, Nicholas D. Lane

Designing deep learning models for highly-constrained hardware would allow imbuing many edge devices with intelligence. Microcontrollers (MCUs) are an attractive platform for building smart devices due to their low cost,…

Rec-AD: An Efficient Computation Framework for FDIA Detection Based on Tensor Train Decomposition and Deep Learning Recommendation Model

2025-07-19 · Yunfeng Li, Junhong Liu, Zhaohui Yang, Guofu Liao 외 arxiv

Deep learning models have been widely adopted for False Data Injection Attack (FDIA) detection in smart grids due to their ability to capture unstructured and sparse features. However, the increasing system scale and dat…

ReCalKV: Low-Rank KV Cache Compression via Head Reordering and Offline Calibration

2025-05-30 · Xianglong Yan, Zhiteng Li, Tianao Zhang, Linghe Kong 외

Large language models (LLMs) have achieved remarkable performance, yet their capability on long-context reasoning is often constrained by the excessive memory required to store the Key-Value (KV) cache. This makes KV cac…

Low-rank compression

A framework for compressing unstructured scientific data via serialization

2024-10-10 · Viktor Reshniak, Qian Gong, Rick Archibald, Scott Klasky 외

We present a general framework for compressing unstructured scientific data with known local connectivity. A common application is simulation data defined on arbitrary finite element meshes. The framework employs a greed…