paper-with-me

홈 › Papers

ONNXPruner: ONNX-Based General Model Pruning Adapter

2024-04-10 · Dongdong Ren, Wenbin Li, Tianyu Ding, Lei Wang, Qi Fan, Jing Huo, Hongbing Pan, Yang Gao

Recent advancements in model pruning have focused on developing new algorithms and improving upon benchmarks. However, the practical application of these algorithms across various models and platforms remains a significant challenge. To address this challenge, we propose ONNXPruner, a versatile pruning adapter designed for the ONNX format models. ONNXPruner streamlines the adaptation process across diverse deep learning frameworks and hardware platforms. A novel aspect of ONNXPruner is its use of node association trees, which automatically adapt to various model architectures. These trees clarify the structural relationships between nodes, guiding the pruning process, particularly highlighting the impact on interconnected nodes. Furthermore, we introduce a tree-level evaluation method. By leveraging node association trees, this method allows for a comprehensive analysis beyond traditional single-node evaluations, enhancing pruning performance without the need for extra operations. Experiments across multiple models and datasets confirm ONNXPruner's strong adaptability and increased efficacy. Our work aims to advance the practical application of model pruning.

📄 PDF Abstract BibTeX arXiv:2404.08016

Code (0)

등록된 구현이 없습니다.

Tasks

model

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Structured Pruning Adapters

2022-11-17 · Lukas Hedegaard, Aman Alok, Juby Jose, Alexandros Iosifidis

Adapters are a parameter-efficient alternative to fine-tuning, which augment a frozen base network to learn new tasks. Yet, the inference of the adapted model is often slower than the corresponding fine-tuned model. To i…

Single Particle Analysis

Pear: Pruning and Sharing Adapters in Visual Parameter-Efficient Fine-Tuning

2024-09-29 · Yibo Zhong, Yao Zhou

Adapters have been widely explored to alleviate computational and storage costs when fine-tuning pretrained foundation models. However, the adapter itself can exhibit redundancy, leading to unnecessary storage overhead a…

parameter-efficient fine-tuning

Sionnx: Automatic Unit Test Generator for ONNX Conformance

2019-06-12 · Xinli Cai, Peng Zhou, Shuhan Ding, Guoyang Chen 외

Open Neural Network Exchange (ONNX) is an open format to represent AI models and is supported by many machine learning frameworks. While ONNX defines unified and portable computation operators across various frameworks, …

Federated Multimodal Learning with Dual Adapters and Selective Pruning for Communication and Computational Efficiency

2025-03-10 · Duy Phuong Nguyen, J. Pablo Munoz, Tanya Roosta, Ali Jannesari

Federated Learning (FL) enables collaborative learning across distributed clients while preserving data privacy. However, FL faces significant challenges when dealing with heterogeneous data distributions, which can lead…

Computational EfficiencyFederated Learning

OODTE: A Differential Testing Engine for the ONNX Optimizer

2025-05-03 · Nikolaos Louloudakis, Ajitha Rajan

With over 700 stars on GitHub and being part of the official ONNX repository, the ONNX Optimizer is the default tool for applying graph-based optimizations to ONNX models. Despite its widespread use, its ability to maint…

object-detectionObject DetectionQuestion AnsweringSemantic Segmentation+2