모바일 메뉴 닫기
 

소식

Community

제목
Local Critic Training for Model-Parallel Learning of Deep Neural Networks (이종석 교수님 연구실)
작성일
2021.05.10
작성자
글로벌융합공학부
게시글 내용


Local Critic Training for Model-Parallel Learning of Deep Neural Networks


IEEE Transactions on Neural Networks and Learning Systems 2021 (JCR Top 5%)


Hojung Lee, Cho-Jui Hsieh, Jong-Seok Lee* (* Corresponding Author)


Abstract:

In this article, we propose a novel model-parallel learning method, called local critic training, which trains neural networks using additional modules called local critic networks. The main network is divided into several layer groups, and each layer group is updated through error gradients estimated by the corresponding local critic network. We show that the proposed approach successfully decouples the update process of the layer groups for both convolutional neural networks (CNNs) and recurrent neural networks (RNNs). In addition, we demonstrate that the proposed method is guaranteed to converge to a critical point. We also show that trained networks by the proposed method can be used for structural optimization. Experimental results show that our method achieves satisfactory performance, reduces training time greatly, and decreases memory consumption per machine. Code is available at https://github.com/hjdw2/Local-critic-training.