IJCAI 2020poster0 citations

Efficient and Modularized Training on FPGA for Real-time Applications

Shreyas Kolala Venkataramanaiah, Xiaocong Du, Zheng Li, Shihui Yin, Yu Cao, Jae-sun Seo

Abstract

Training of deep Convolution Neural Networks (CNNs) requires a tremendous amount of computation and memory and thus, GPUs are widely used to meet the computation demands of these complex training tasks. However, lacking the flexibility to exploit architectural optimizations, GPUs have poor energy efficiency of GPUs and are hard to be deployed on energy-constrained platforms. FPGAs are highly suitable for training, such as real-time learning at the edge, as they provide higher energy efficiency and better flexibility to support algorithmic evolution. This paper first develops a training accelerator on FPGA, with 16-bit fixed-point computing and various training modules. Furthermore, leveraging model segmentation techniques from Progressive Segmented Training, the newly developed FPGA accelerator is applied to online learning, achieving much lower computation cost. We demonstrate the performance of representative CNNs trained for CIFAR-10 on Intel Stratix-10 MX FPGA, evaluating both the conventional training procedure and the online learning algorithm.

Machine Learning: generalComputer Vision: general
BibTeX
@inproceedings{ijcai2020p755,
  title     = {Efficient and Modularized Training on FPGA for Real-time Applications},
  author    = {Venkataramanaiah, Shreyas Kolala and Du, Xiaocong and Li, Zheng and Yin, Shihui and Cao, Yu and Seo, Jae-sun},
  booktitle = {Proceedings of the Twenty-Ninth International Joint Conference on
               Artificial Intelligence, {IJCAI-20}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Christian Bessiere},
  pages     = {5237--5239},
  year      = {2020},
  month     = {7},
  note      = {Demos},
  doi       = {10.24963/ijcai.2020/755},
  url       = {https://doi.org/10.24963/ijcai.2020/755},
}