paper-with-me

Papers

CHAOS: A Parallelization Scheme for Training Convolutional Neural Networks on Intel Xeon Phi

2017-02-25 · Andre Viebke, Suejb Memeti, Sabri Pllana, Ajith Abraham

Deep learning is an important component of big-data analytic tools and intelligent applications, such as, self-driving cars, computer vision, speech recognition, or precision medicine. However, the training process is computationally intensive, and often requires a large amount of time if performed sequentially. Modern parallel computing systems provide the capability to reduce the required training time of deep neural networks. In this paper, we present our parallelization scheme for training convolutional neural networks (CNN) named Controlled Hogwild with Arbitrary Order of Synchronization (CHAOS). Major features of CHAOS include the support for thread and vector parallelism, non-instant updates of weight parameters during back-propagation without a significant delay, and implicit synchronization in arbitrary order. CHAOS is tailored for parallel computing systems that are accelerated with the Intel Xeon Phi. We evaluate our parallelization approach empirically using measurement techniques and performance modeling for various numbers of threads and CNN architectures. Experimental results for the MNIST dataset of handwritten digits using the total number of threads on the Xeon Phi show speedups of up to 103x compared to the execution on one thread of the Xeon Phi, 14x compared to the sequential execution on Intel Xeon E5, and 58x compared to the sequential execution on Intel Core i5.

📄 PDF Abstract BibTeX arXiv:1702.07908

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Driving Carsspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Deep Chaos Synchronization

2021-04-17 · Majid Mobini, Georges Kaddoum

In this study, we address the problem of chaotic synchronization over a noisy channel by introducing a novel Deep Chaos Synchronization (DCS) system using a Convolutional Neural Network (CNN). Conventional Deep Learning …

Reconfigurable Intelligent Surface-aided $M$-ary FM-DCSK System: a New Design for Noncoherent Chaos-based Communication

2022-06-16 · Huan Ma, Yi Fang, Pingping Chen, Yonghui Li

In this paper, we propose two reconfigurable intelligent surface-aided $M$-ary frequency-modulated differential chaos shift keying (RIS-$M$-FM-DCSK) schemes. In scheme I, the RIS is regarded as a transmitter at the sourc…

Improved Differential Evolution based Feature Selection through Quantum, Chaos, and Lasso

2024-08-20 · Yelleti Vivek, Sri Krishna Vadlamani, Vadlamani Ravi, P. Radha Krishna

Modern deep learning continues to achieve outstanding performance on an astounding variety of high-dimensional tasks. In practice, this is obtained by fitting deep neural models to all the input data with minimal feature…

Feature Engineeringfeature selection

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 parallelizati…

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…