# IRNet: A General Purpose Deep Residual Regression Framework for   Materials Discovery

**Authors:** Dipendra Jha, Logan Ward, Zijiang Yang, Christopher Wolverton, Ian, Foster, Wei-keng Liao, Alok Choudhary, Ankit Agrawal

arXiv: 1907.03222 · 2019-07-09

## TL;DR

This paper introduces IRNet, a deep residual regression framework with shortcut connections after each layer, significantly improving materials property prediction accuracy over existing methods.

## Contribution

The paper proposes IRNet, a novel deep residual regression network with individual residual learning for materials discovery, enhancing prediction performance and training convergence.

## Key findings

- IRNet outperforms existing machine learning models on multiple materials datasets.
- IRNet achieves better convergence during training compared to other residual architectures.
- The use of residual connections after each layer improves prediction accuracy.

## Abstract

Materials discovery is crucial for making scientific advances in many domains. Collections of data from experiments and first-principle computations have spurred interest in applying machine learning methods to create predictive models capable of mapping from composition and crystal structures to materials properties. Generally, these are regression problems with the input being a 1D vector composed of numerical attributes representing the material composition and/or crystal structure. While neural networks consisting of fully connected layers have been applied to such problems, their performance often suffers from the vanishing gradient problem when network depth is increased. In this paper, we study and propose design principles for building deep regression networks composed of fully connected layers with numerical vectors as input. We introduce a novel deep regression network with individual residual learning, IRNet, that places shortcut connections after each layer so that each layer learns the residual mapping between its output and input. We use the problem of learning properties of inorganic materials from numerical attributes derived from material composition and/or crystal structure to compare IRNet's performance against that of other machine learning techniques. Using multiple datasets from the Open Quantum Materials Database (OQMD) and Materials Project for training and evaluation, we show that IRNet provides significantly better prediction performance than the state-of-the-art machine learning approaches currently used by domain scientists. We also show that IRNet's use of individual residual learning leads to better convergence during the training phase than when shortcut connections are between multi-layer stacks while maintaining the same number of parameters.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.03222/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1907.03222/full.md

## References

53 references — full list in the complete paper: https://tomesphere.com/paper/1907.03222/full.md

---
Source: https://tomesphere.com/paper/1907.03222