CHEM-PHLGSep 13, 2022

Sparse deep neural networks for modeling aluminum electrolysis dynamics

arXiv:2209.05832v220 citationsh-index: 45
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of interpretability and stability in deep learning for industrial process modeling, but it is incremental as it applies existing regularization techniques to a specific domain.

The authors tackled the problem of overparameterization and instability in deep neural networks for modeling complex nonlinear processes by applying sparse regularization, specifically l1 regularization, to an aluminum electrolysis case study. They found that sparse models reduced complexity, improved interpretability and training stability, and generalized better from small training sets compared to dense networks.

Deep neural networks have become very popular in modeling complex nonlinear processes due to their extraordinary ability to fit arbitrary nonlinear functions from data with minimal expert intervention. However, they are almost always overparameterized and challenging to interpret due to their internal complexity. Furthermore, the optimization process to find the learned model parameters can be unstable due to the process getting stuck in local minima. In this work, we demonstrate the value of sparse regularization techniques to significantly reduce the model complexity. We demonstrate this for the case of an aluminium extraction process, which is highly nonlinear system with many interrelated subprocesses. We trained a densely connected deep neural network to model the process and then compared the effects of sparsity promoting l1 regularization on generalizability, interpretability, and training stability. We found that the regularization significantly reduces model complexity compared to a corresponding dense neural network. We argue that this makes the model more interpretable, and show that training an ensemble of sparse neural networks with different parameter initializations often converges to similar model structures with similar learned input features. Furthermore, the empirical study shows that the resulting sparse models generalize better from small training sets than their dense counterparts.

Foundations

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

Your Notes