paper-with-me

홈 › Papers

ADMM for Efficient Deep Learning with Global Convergence

2019-05-31 · Junxiang Wang, Fuxun Yu, Xiang Chen, Liang Zhao

Alternating Direction Method of Multipliers (ADMM) has been used successfully in many conventional machine learning applications and is considered to be a useful alternative to Stochastic Gradient Descent (SGD) as a deep learning optimizer. However, as an emerging domain, several challenges remain, including 1) The lack of global convergence guarantees, 2) Slow convergence towards solutions, and 3) Cubic time complexity with regard to feature dimensions. In this paper, we propose a novel optimization framework for deep learning via ADMM (dlADMM) to address these challenges simultaneously. The parameters in each layer are updated backward and then forward so that the parameter information in each layer is exchanged efficiently. The time complexity is reduced from cubic to quadratic in (latent) feature dimensions via a dedicated algorithm design for subproblems that enhances them utilizing iterative quadratic approximations and backtracking. Finally, we provide the first proof of global convergence for an ADMM-based method (dlADMM) in a deep neural network problem under mild conditions. Experiments on benchmark datasets demonstrated that our proposed dlADMM algorithm outperforms most of the comparison methods.

📄 PDF Abstract BibTeX arXiv:1905.13611

Code (1)

xianggebenben/dlADMM tf

Tasks

Deep LearningStochastic Optimization

Methods 이 논문이 사용한 방법론

ADMM The alternating direction method of multipliers (ADMM) is an algorithm that solves convex optimization problems by breaking them into smaller pieces, each of which are…

Similar Papers 제목 키워드 기반

Global Convergence of Unmodified 3-Block ADMM for a Class of Convex Minimization Problems

2015-05-16 · Tianyi Lin, Shiqian Ma, Shuzhong Zhang

The alternating direction method of multipliers (ADMM) has been successfully applied to solve structured convex optimization problems due to its superior practical performance. The convergence properties of the 2-block A…

Improved Communication Efficiency in Federated Natural Policy Gradient via ADMM-based Gradient Updates

2023-10-09 · NeurIPS 2023 11

Federated reinforcement learning (FedRL) enables agents to collaboratively train a global policy without sharing their individual data. However, high communication overhead remains a critical bottleneck, particularly for…

MuJoCo

A Framework of Inertial Alternating Direction Method of Multipliers for Non-Convex Non-Smooth Optimization

2021-02-10 · Le Thi Khanh Hien, Duy Nhat Phan, Nicolas Gillis

In this paper, we propose an algorithmic framework, dubbed inertial alternating direction methods of multipliers (iADMM), for solving a class of nonconvex nonsmooth multiblock composite optimization problems with linear …

A Convergent ADMM Framework for Efficient Neural Network Training

2021-12-22 · Junxiang Wang, Hongyi Li, Liang Zhao

As a well-known optimization framework, the Alternating Direction Method of Multipliers (ADMM) has achieved tremendous success in many classification and regression applications. Recently, it has attracted the attention …

Efficient Neural Network

Personalized Federated Learning via ADMM with Moreau Envelope

2023-11-12 · Shengkun Zhu, Jinshan Zeng, Sheng Wang, Yuan Sun 외

Personalized federated learning (PFL) is an approach proposed to address the issue of poor convergence on heterogeneous data. However, most existing PFL frameworks require strong assumptions for convergence. In this pape…

Federated LearningPersonalized Federated Learning