提出三种高效深度学习方法,让大模型更省资源且不降性能。
Principled Approximation Methods for Efficient and Scalable Deep Learning
- 将压缩问题转为连续可微,用梯度训练模型剪枝与量化
- 实现细粒度稀疏与精度控制,模型更小但几乎无需微调
- 适合需要部署大模型的工程师和研究者
深度学习的发展依赖于越来越大的模型,但其计算与能耗也同步增长,制约了实际部署与普及。本文系统研究了提升深度学习效率的原理性近似方法,重点关注存在离散约束和不可导性的场景。提出了三大方向:架构设计、模型压缩与优化。在模型压缩方面,提出新的剪枝与量化近似方法,将离散问题转化为连续可微形式,支持梯度驱动的压缩参数联合训练,实现细粒度稀疏与精度配置,生成紧凑模型且无需显著微调。在架构设计方面,设计一种利用层间参数共享的神经架构搜索算法,高效探索隐式循环结构。在优化方面,重新审视常用优化器的理论性质,提出一种自适应优化器,支持快速超参数调优。实验表明,在图像分类、语言建模与生成建模任务中,所提方法显著提升训练与推理效率,同时保持或提升模型性能。
原文摘要 · Abstract (English)
Recent progress in deep learning has been driven by increasingly larger models. However, their computational and energy demands have grown proportionally, creating significant barriers to their deployment and to a wider adoption of deep learning technologies. This thesis investigates principled approximation methods for improving the efficiency of deep learning systems, with a particular focus on settings that involve discrete constraints and non-differentiability. We study three main approaches toward improved efficiency: architecture design, model compression, and optimization. For model compression, we propose novel approximations for pruning and quantization that frame the underlying discrete problem as continuous and differentiable, enabling gradient-based training of compression schemes alongside the model's parameters. These approximations allow for fine-grained sparsity and precision configurations, leading to highly compact models without significant fine-tuning. In the context of architecture design, we design an algorithm for neural architecture search that leverages parameter sharing across layers to efficiently explore implicitly recurrent architectures. Finally, we study adaptive optimization, revisiting theoretical properties of widely used methods and proposing an adaptive optimizer that allows for quick hyperparameter tuning. Our contributions center on tackling computationally hard problems via scalable and principled approximations. Experimental results on image classification, language modeling, and generative modeling tasks show that the proposed methods provide significant improvements in terms of training and inference efficiency while maintaining, or even improving, the model's performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。