paper-with-me

Papers

Auto Graph Encoder-Decoder for Neural Network Pruning

2020-11-25 · ICCV 2021 10 · Sixing Yu, Arya Mazaheri, Ali Jannesari

Model compression aims to deploy deep neural networks (DNN) on mobile devices with limited computing and storage resources. However, most of the existing model compression methods rely on manually defined rules, which require domain expertise. DNNs are essentially computational graphs, which contain rich structural information. In this paper, we aim to find a suitable compression policy from DNNs' structural information. We propose an automatic graph encoder-decoder model compression (AGMC) method combined with graph neural networks (GNN) and reinforcement learning (RL). We model the target DNN as a graph and use GNN to learn the DNN's embeddings automatically. We compared our method with rule-based DNN embedding model compression methods to show the effectiveness of our method. Results show that our learning-based DNN embedding achieves better performance and a higher compression ratio with fewer search steps. We evaluated our method on over-parameterized and mobile-friendly DNNs and compared our method with handcrafted and learning-based model compression approaches. On over parameterized DNNs, such as ResNet-56, our method outperformed handcrafted and learning-based methods with $4.36\%$ and $2.56\%$ higher accuracy, respectively. Furthermore, on MobileNet-v2, we achieved a higher compression ratio than state-of-the-art methods with just $0.93\%$ accuracy loss.

📄 PDF Abstract BibTeX arXiv:2011.12641

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderModel CompressionNetwork PruningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Guiding Evolutionary AutoEncoder Training with Activation-Based Pruning Operators

2025-05-08 · Steven Jorgensen, Erik Hemberg, Jamal Toutouh, Una-May O'Reilly

This study explores a novel approach to neural network pruning using evolutionary computation, focusing on simultaneously pruning the encoder and decoder of an autoencoder. We introduce two new mutation operators that us…

DecoderNetwork Pruning

NASH: A Simple Unified Framework of Structured Pruning for Accelerating Encoder-Decoder Language Models

2023-10-16 · Jongwoo Ko, Seungjoon Park, Yujin Kim, Sumyeong Ahn 외

Structured pruning methods have proven effective in reducing the model size and accelerating inference speed in various network architectures such as Transformers. Despite the versatility of encoder-decoder models in num…

Decoder

Graph-to-Text Generation with Dynamic Structure Pruning

2022-09-15 · COLING 2022 10 · Liang Li, Ruiying Geng, Bowen Li, Can Ma 외

Most graph-to-text works are built on the encoder-decoder framework with cross-attention mechanism. Recent studies have shown that explicitly modeling the input graph structure can significantly improve the performance. …

DecoderText Generation

Pruning as Regularization: Sensitivity-Aware One-Shot Pruning in ASR

2025-11-11 · Julian Irigoyen, Arthur Söhler, Andreas Søeborg Kirkedal arxiv

We challenge the conventional view of neural network pruning as solely a compression technique, demonstrating that one-shot magnitude pruning serves as a powerful implicit regularizer for ASR. Using Whisper-small, we com…

Network Pruning

Measuring the Redundancy of Decoder Layers in SpeechLLMs

2026-03-05 · Adel Moumen, Guangzhi Sun, Philip C Woodland arxiv

Speech Large Language Models route speech encoder representations into an LLM decoder that typically accounts for over 90% of total parameters. We study how much of this decoder capacity is actually needed for speech tas…