paper-with-me

Papers

FGFP: A Fractional Gaussian Filter and Pruning for Deep Neural Networks Compression

2025-07-30 · Kuan-Ting Tu, Po-Hsien Yu, Yu-Syuan Tseng, Shao-Yi Chien arxiv

Network compression techniques have become increasingly important in recent years because the loads of Deep Neural Networks (DNNs) are heavy for edge devices in real-world applications. While many methods compress neural network parameters, deploying these models on edge devices remains challenging. To address this, we propose the fractional Gaussian filter and pruning (FGFP) framework, which integrates fractional-order differential calculus and Gaussian function to construct fractional Gaussian filters (FGFs). To reduce the computational complexity of fractional-order differential operations, we introduce Grünwald-Letnikov fractional derivatives to approximate the fractional-order differential equation. The number of parameters for each kernel in FGF is minimized to only seven. Beyond the architecture of Fractional Gaussian Filters, our FGFP framework also incorporates Adaptive Unstructured Pruning (AUP) to achieve higher compression ratios. Experiments on various architectures and benchmarks show that our FGFP framework outperforms recent methods in accuracy and compression. On CIFAR-10, ResNet-20 achieves only a 1.52% drop in accuracy while reducing the model size by 85.2%. On ImageNet2012, ResNet-50 achieves only a 1.63% drop in accuracy while reducing the model size by 69.1%.

📄 PDF Abstract BibTeX arXiv:2507.22527

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PFGDF: Pruning Filter via Gaussian Distribution Feature for Deep Neural Networks Acceleration

2020-06-23 · Jianrong Xu, Boyu Diao, Bifeng Cui, Kang Yang 외

Deep learning has achieved impressive results in many areas, but the deployment of edge intelligent devices is still very slow. To solve this problem, we propose a novel compression and acceleration method based on data …

Model Compression

Compression of Deep Neural Networks by combining pruning and low rank decomposition

2018-10-20 · Saurabh Goyal, Anamitra R Choudhury, Vivek Sharma, Yogish Sabharwal 외

Large number of weights in deep neural networks make the models difficult to be deployed in low memory environments such as, mobile phones, IOT edge devices as well as "inferencing as a service" environments on the cloud…

Model Compression

Group Sparsity: The Hinge Between Filter Pruning and Decomposition for Network Compression

2020-03-19 · CVPR 2020 6 · Yawei Li, Shuhang Gu, Christoph Mayer, Luc van Gool 외

In this paper, we analyze two popular network compression techniques, i.e. filter pruning and low-rank decomposition, in a unified sense. By simply changing the way the sparsity regularization is enforced, filter pruning…

Frequency learning for structured CNN filters with Gaussian fractional derivatives

2021-11-12 · Nikhil Saldanha, Silvia L. Pintea, Jan C. van Gemert, Nergis Tomen

Frequency information lies at the base of discriminating between textures, and therefore between different objects. Classical CNN architectures limit the frequency learning through fixed filter sizes, and lack a way of e…

An Entropy-based Pruning Method for CNN Compression

2017-06-19 · Jian-Hao Luo, Jianxin Wu

This paper aims to simultaneously accelerate and compress off-the-shelf CNN models via filter pruning strategy. The importance of each filter is evaluated by the proposed entropy-based method first. Then several unimport…