paper-with-me

Papers

Enhanced Pruning Strategy for Multi-Component Neural Architectures Using Component-Aware Graph Analysis

2025-04-17 · Ganesh Sundaram, Jonas Ulmen, Daniel Görges

Deep neural networks (DNNs) deliver outstanding performance, but their complexity often prohibits deployment in resource-constrained settings. Comprehensive structured pruning frameworks based on parameter dependency analysis reduce model size with specific regard to computational performance. When applying them to Multi-Component Neural Architectures (MCNAs), they risk network integrity by removing large parameter groups. We introduce a component-aware pruning strategy, extending dependency graphs to isolate individual components and inter-component flows. This creates smaller, targeted pruning groups that conserve functional integrity. Demonstrated effectively on a control task, our approach achieves greater sparsity and reduced performance degradation, opening a path for optimizing complex, multi-component DNNs efficiently.

📄 PDF Abstract BibTeX arXiv:2504.13296

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Block Pruning for Enhanced Efficiency in Convolutional Neural Networks

2023-12-28 · Cheng-En Wu, Azadeh Davoodi, Yu Hen Hu

This paper presents a novel approach to network pruning, targeting block pruning in deep neural networks for edge computing environments. Our method diverges from traditional techniques that utilize proxy metrics, instea…

Edge-computingNetwork Pruning

Can pruning make Large Language Models more efficient?

2023-10-06 · Sia Gholami, marwan omar

Transformer models have revolutionized natural language processing with their unparalleled ability to grasp complex contextual relationships. However, the vast number of parameters in these models has raised concerns reg…

Computational Efficiency

Adaptive Graph Pruning for Multi-Agent Communication

2025-06-03 · Boyi Li, Zhonghan Zhao, Der-Horng Lee, Gaoang Wang

Large Language Model (LLM) based multi-agent systems have shown remarkable performance in various tasks, especially when enhanced through collaborative communication. However, current methods often rely on a fixed number…

Code GenerationLarge Language ModelMathematical Reasoning

Pruning Deep Convolutional Neural Networks Architectures with Evolution Strategy

2019-12-24 · Francisco Erivaldo Fernandes Junior, Gary G. Yen

Currently, Deep Convolutional Neural Networks (DCNNs) are used to solve all kinds of problems in the field of machine learning and artificial intelligence due to their learning and adaptation capabilities. However, most …

Automatic Complementary Separation Pruning Toward Lightweight CNNs

2025-05-19 · David Levin, Gonen Singer

In this paper, we present Automatic Complementary Separation Pruning (ACSP), a novel and fully automated pruning method for convolutional neural networks. ACSP integrates the strengths of both structured pruning and acti…