Pith. sign in

Ensemble-Compression: A New Method for Parallel Training of Deep Neural Networks

1 Pith paper cite this work, alongside 5 external citations. Polarity classification is still indexing.

1 Pith paper citing it
5 external citations · Pith
abstract

Parallelization framework has become a necessity to speed up the training of deep neural networks (DNN) recently. Such framework typically employs the Model Average approach, denoted as MA-DNN, in which parallel workers conduct respective training based on their own local data while the parameters of local models are periodically communicated and averaged to obtain a global model which serves as the new start of local models. However, since DNN is a highly non-convex model, averaging parameters cannot ensure that such global model can perform better than those local models. To tackle this problem, we introduce a new parallel training framework called Ensemble-Compression, denoted as EC-DNN. In this framework, we propose to aggregate the local models by ensemble, i.e., averaging the outputs of local models instead of the parameters. As most of prevalent loss functions are convex to the output of DNN, the performance of ensemble-based global model is guaranteed to be at least as good as the average performance of local models. However, a big challenge lies in the explosion of model size since each round of ensemble can give rise to multiple times size increment. Thus, we carry out model compression after each ensemble, specialized by a distillation based method in this paper, to reduce the size of the global model to be the same as the local ones. Our experimental results demonstrate the prominent advantage of EC-DNN over MA-DNN in terms of both accuracy and speedup.

fields

cs.LG 1

years

2025 1

verdicts

CONDITIONAL 1

representative citing papers

Model Fusion via Neuron Transplantation

cs.LG · 2025-02-07 · conditional · novelty 6.0

A new fusion method, Neuron Transplantation, concatenates ensemble members and prunes back down to a single model's size, outperforming individual models after fine-tuning.

citing papers explorer

Showing 1 of 1 citing paper.

  • Model Fusion via Neuron Transplantation cs.LG · 2025-02-07 · conditional · none · ref 34 · internal anchor

    A new fusion method, Neuron Transplantation, concatenates ensemble members and prunes back down to a single model's size, outperforming individual models after fine-tuning.