CVLGNAAug 26, 2024

Model Parallel Training and Transfer Learning for Convolutional Neural Networks by Domain Decomposition

arXiv:2408.14442v11 citationsh-index: 33
Originality Synthesis-oriented
AI Analysis

This work addresses the need for parallelization in CNN training due to increasing model sizes and data availability, but appears incremental as it builds on prior work by the authors.

The authors tackled the problem of efficiently training complex convolutional neural networks (CNNs) by proposing a model parallel architecture based on domain decomposition, comparing alternative aggregation methods and transfer learning strategies, but did not report concrete performance numbers in the abstract.

Deep convolutional neural networks (CNNs) have been shown to be very successful in a wide range of image processing applications. However, due to their increasing number of model parameters and an increasing availability of large amounts of training data, parallelization strategies to efficiently train complex CNNs are necessary. In previous work by the authors, a novel model parallel CNN architecture was proposed which is loosely inspired by domain decomposition. In particular, the novel network architecture is based on a decomposition of the input data into smaller subimages. For each of these subimages, local CNNs with a proportionally smaller number of parameters are trained in parallel and the resulting local classifications are then aggregated in a second step by a dense feedforward neural network (DNN). In the present work, we compare the resulting CNN-DNN architecture to less costly alternatives to combine the local classifications into a final, global decision. Additionally, we investigate the performance of the CNN-DNN trained as one coherent model as well as using a transfer learning strategy, where the parameters of the pre-trained local CNNs are used as initial values for a subsequently trained global coherent CNN-DNN model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes