paper-with-me

Papers

DiSparse: Disentangled Sparsification for Multitask Model Compression

2022-06-09 · CVPR 2022 1 · Xinglong Sun, Ali Hassani, Zhangyang Wang, Gao Huang, Humphrey Shi

Despite the popularity of Model Compression and Multitask Learning, how to effectively compress a multitask model has been less thoroughly analyzed due to the challenging entanglement of tasks in the parameter space. In this paper, we propose DiSparse, a simple, effective, and first-of-its-kind multitask pruning and sparse training scheme. We consider each task independently by disentangling the importance measurement and take the unanimous decisions among all tasks when performing parameter pruning and selection. Our experimental results demonstrate superior performance on various configurations and settings compared to popular sparse training and pruning methods. Besides the effectiveness in compression, DiSparse also provides a powerful tool to the multitask learning community. Surprisingly, we even observed better performance than some dedicated multitask learning methods in several cases despite the high model sparsity enforced by DiSparse. We analyzed the pruning masks generated with DiSparse and observed strikingly similar sparse network architecture identified by each task even before the training starts. We also observe the existence of a "watershed" layer where the task relatedness sharply drops, implying no benefits in continued parameters sharing. Our code and models will be available at: https://github.com/SHI-Labs/DiSparse-Multitask-Model-Compression.

📄 PDF Abstract BibTeX arXiv:2206.04662

Code (1)

shi-labs/disparse-multitask-model-compression 공식 구현 pytorch

Tasks

modelModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Efficient Distributed Training through Gradient Compression with Sparsification and Quantization Techniques

2024-12-07 · Shruti Singh, Shantanu Kumar

This study investigates the impact of gradient compression on distributed training performance, focusing on sparsification and quantization techniques, including top-k, DGC, and QSGD. In baseline experiments, random-k co…

Quantization

Over-the-Air Federated Learning with Compressed Sensing: Is Sparsification Necessary?

2023-10-05 · Adrian Edin, Zheng Chen

Over-the-Air (OtA) Federated Learning (FL) refers to an FL system where multiple agents apply OtA computation for transmitting model updates to a common edge server. Two important features of OtA computation, namely line…

compressed sensingFederated Learning

CABS: Conflict-Aware and Balanced Sparsification for Enhancing Model Merging

2025-02-26 · Zongzhen Yang, Binhang Qi, Hailong Sun, Wenrui Long 외

Model merging based on task vectors, i.e., the parameter differences between fine-tuned models and a shared base model, provides an efficient way to integrate multiple task-specific models into a multitask model without …

BitSnap: Checkpoint Sparsification and Quantization in LLM Training

2025-11-15 · Yanxin Peng, Qingping Li, Baodong Wu, Shigang Li 외 arxiv

As large language models (LLMs) continue to grow in size and complexity, efficient checkpoint saving\&loading has become crucial for managing storage, memory usage, and fault tolerance in LLM training. The current works …

ImPart: Importance-Aware Delta-Sparsification for Improved Model Compression and Merging in LLMs

2025-04-17 · Yan Yang, Yixia Li, Hongru Wang, Xuetao Wei 외

With the proliferation of task-specific large language models, delta compression has emerged as a method to mitigate the resource challenges of deploying numerous such models by effectively compressing the delta model pa…

Model CompressionQuantization