paper-with-me

Papers

Boost Neural Networks by Checkpoints

2021-10-03 · NeurIPS 2021 12 · Feng Wang, Guoyizhe Wei, Qiao Liu, Jinxiang Ou, Xian Wei, Hairong Lv

Training multiple deep neural networks (DNNs) and averaging their outputs is a simple way to improve the predictive performance. Nevertheless, the multiplied training cost prevents this ensemble method to be practical and efficient. Several recent works attempt to save and ensemble the checkpoints of DNNs, which only requires the same computational cost as training a single network. However, these methods suffer from either marginal accuracy improvements due to the low diversity of checkpoints or high risk of divergence due to the cyclical learning rates they adopted. In this paper, we propose a novel method to ensemble the checkpoints, where a boosting scheme is utilized to accelerate model convergence and maximize the checkpoint diversity. We theoretically prove that it converges by reducing exponential loss. The empirical evaluation also indicates our proposed ensemble outperforms single model and existing ensembles in terms of accuracy and efficiency. With the same training budget, our method achieves 4.16% lower error on Cifar-100 and 6.96% on Tiny-ImageNet with ResNet-110 architecture. Moreover, the adaptive sample weights in our method make it an effective solution to address the imbalanced class distribution. In the experiments, it yields up to 5.02% higher accuracy over single EfficientNet-B0 on the imbalanced datasets.

📄 PDF Abstract BibTeX arXiv:2110.00959

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

Similar Papers 제목 키워드 기반

Parameter-Efficient Checkpoint Merging via Metrics-Weighted Averaging

2025-04-23 · Shi Jie Yu, Sehyun Choi

Checkpoint merging is a technique for combining multiple model snapshots into a single superior model, potentially reducing training time for large language models. This paper explores checkpoint merging in the context o…

Mathematical Reasoningparameter-efficient fine-tuning

Revisiting Checkpoint Averaging for Neural Machine Translation

2022-10-21 · Yingbo Gao, Christian Herold, Zijian Yang, Hermann Ney

Checkpoint averaging is a simple and effective method to boost the performance of converged neural machine translation models. The calculation is cheap to perform and the fact that the translation improvement almost come…

Machine TranslationTranslation

Beyond Sunk Costs: Boosting LLM Pre-training Efficiency via Orthogonal Growth of Mixture-of-Experts

2025-10-09 · Ruizhe Wang, Yucheng Ding, Xiao Liu, Yaoxiang Wang 외 arxiv

As the computational demands for pre-training Large Language Models (LLMs) continue to surge, the need for efficient training paradigms becomes critical. Despite the vast resources already invested in existing pre-traine…

Exploring the potential and limitations of Model Merging for Multi-Domain Adaptation in ASR

2026-03-05 · Carlos Carvalho, Francisco Teixeira, Thomas Rolland, Alberto Abad arxiv

Model merging is a scalable alternative to multi-task training that combines the capabilities of multiple specialised models into a single model. This is particularly attractive for large speech foundation models, which …

Domain Adaptation

Ranking Neural Checkpoints

2020-11-23 · CVPR 2021 1 · Yandong Li, Xuhui Jia, Ruoxin Sang, Yukun Zhu 외

This paper is concerned with ranking many pre-trained deep neural networks (DNNs), called checkpoints, for the transfer learning to a downstream task. Thanks to the broad use of DNNs, we may easily collect hundreds of ch…

TransferabilityTransfer Learning