paper-with-me

Papers

AdaptCL: Efficient Collaborative Learning with Dynamic and Adaptive Pruning

2021-06-27 · Guangmeng Zhou, Ke Xu, Qi Li, Yang Liu, Yi Zhao

In multi-party collaborative learning, the parameter server sends a global model to each data holder for local training and then aggregates committed models globally to achieve privacy protection. However, both the dragger issue of synchronous collaborative learning and the staleness issue of asynchronous collaborative learning make collaborative learning inefficient in real-world heterogeneous environments. We propose a novel and efficient collaborative learning framework named AdaptCL, which generates an adaptive sub-model dynamically from the global base model for each data holder, without any prior information about worker capability. All workers (data holders) achieve approximately identical update time as the fastest worker by equipping them with capability-adapted pruned models. Thus the training process can be dramatically accelerated. Besides, we tailor the efficient pruned rate learning algorithm and pruning approach for AdaptCL. Meanwhile, AdaptCL provides a mechanism for handling the trade-off between accuracy and time overhead and can be combined with other techniques to accelerate training further. Empirical results show that AdaptCL introduces little computing and communication overhead. AdaptCL achieves time savings of more than 41\% on average and improves accuracy in a low heterogeneous environment. In a highly heterogeneous environment, AdaptCL achieves a training speedup of 6.2x with a slight loss of accuracy.

📄 PDF Abstract BibTeX arXiv:2106.14126

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

AdaptCL: Adaptive Continual Learning for Tackling Heterogeneity in Sequential Datasets

2022-07-22 · Yuqing Zhao, Divya Saxena, Jiannong Cao

Managing heterogeneous datasets that vary in complexity, size, and similarity in continual learning presents a significant challenge. Task-agnostic continual learning is necessary to address this challenge, as datasets w…

Continual LearningTransfer Learning

AdaptCLIP: Adapting CLIP for Universal Visual Anomaly Detection

2025-05-15 · Bin-Bin Gao, Yue Zhou, Jiangtao Yan, Yuezhi Cai 외

Universal visual anomaly detection aims to identify anomalies from novel or unseen vision domains without additional fine-tuning, which is critical in open scenarios. Recent studies have demonstrated that pre-trained vis…

Anomaly Detection

METEOR: Multi-Encoder Collaborative Token Pruning for Efficient Vision Language Models

2025-07-28 · Yuchen Liu, Yaoming Wang, Bowen Shi, Xiaopeng Zhang 외 arxiv

Vision encoders serve as the cornerstone of multimodal understanding. Single-encoder architectures like CLIP exhibit inherent constraints in generalizing across diverse multimodal tasks, while recent multi-encoder fusion…

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

Collaborative Multi-Mode Pruning for Vision-Language Models

2026-04-03 · Zimeng Wu, Yunhong Wang, Donghao Wang, Jiaxin Chen arxiv

Vision-Language Models (VLMs) have advanced rapidly within the unified Transformer architecture, yet their deployment on resource-constrained devices remains challenging due to high computational complexity. While prunin…