paper-with-me

Papers

Exploring Hidden Dimensions in Parallelizing Convolutional Neural Networks

2018-02-14 · Zhihao Jia, Sina Lin, Charles R. Qi, Alex Aiken

The past few years have witnessed growth in the computational requirements for training deep convolutional neural networks. Current approaches parallelize training onto multiple devices by applying a single parallelization strategy (e.g., data or model parallelism) to all layers in a network. Although easy to reason about, these approaches result in suboptimal runtime performance in large-scale distributed training, since different layers in a network may prefer different parallelization strategies. In this paper, we propose layer-wise parallelism that allows each layer in a network to use an individual parallelization strategy. We jointly optimize how each layer is parallelized by solving a graph search problem. Our evaluation shows that layer-wise parallelism outperforms state-of-the-art approaches by increasing training throughput, reducing communication costs, achieving better scalability to multiple GPUs, while maintaining original network accuracy.

📄 PDF Abstract BibTeX arXiv:1802.04924

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploring the Hidden Dimension in Accelerating Convolutional Neural Networks

2018-01-01 · ICLR 2018 1 · Zhihao Jia, Sina Lin, Charles R. Qi, Alex Aiken

DeePa is a deep learning framework that explores parallelism in all parallelizable dimensions to accelerate the training process of convolutional neural networks. DeePa optimizes parallelism at the granularity of each in…

Deep Learning

One weird trick for parallelizing convolutional neural networks

2014-04-23 · Alex Krizhevsky

I present a new way to parallelize the training of convolutional neural networks across multiple GPUs. The method scales significantly better than all alternatives when applied to modern convolutional neural networks.

Exploring Hidden Dimensions in Accelerating Convolutional Neural Networks

2018-07-01 · ICML 2018 7 · Zhihao Jia, Sina Lin, Charles R. Qi, Alex Aiken

The past few years have witnessed growth in the computational requirements for training deep convolutional neural networks. Current approaches parallelize training onto multiple devices by applying a single parallel…

Marginal Utility Diminishes: Exploring the Minimum Knowledge for BERT Knowledge Distillation

2021-06-10 · ACL 2021 5 · Yuanxin Liu, Fandong Meng, Zheng Lin, Weiping Wang 외

Recently, knowledge distillation (KD) has shown great success in BERT compression. Instead of only learning from the teacher's soft label as in conventional KD, researchers find that the rich information contained in the…

Knowledge Distillation

BiasDora: Exploring Hidden Biased Associations in Vision-Language Models

2024-07-02 · Chahat Raj, Anjishnu Mukherjee, Aylin Caliskan, Antonios Anastasopoulos 외

Existing works examining Vision-Language Models (VLMs) for social biases predominantly focus on a limited set of documented bias associations, such as gender:profession or race:crime. This narrow scope often overlooks a …