English

DAEMA: Denoising Autoencoder with Mask Attention

Machine Learning 2021-07-01 v1

Abstract

Missing data is a recurrent and challenging problem, especially when using machine learning algorithms for real-world applications. For this reason, missing data imputation has become an active research area, in which recent deep learning approaches have achieved state-of-the-art results. We propose DAEMA (Denoising Autoencoder with Mask Attention), an algorithm based on a denoising autoencoder architecture with an attention mechanism. While most imputation algorithms use incomplete inputs as they would use complete data - up to basic preprocessing (e.g. mean imputation) - DAEMA leverages a mask-based attention mechanism to focus on the observed values of its inputs. We evaluate DAEMA both in terms of reconstruction capabilities and downstream prediction and show that it achieves superior performance to state-of-the-art algorithms on several publicly available real-world datasets under various missingness settings.

Keywords

Cite

@article{arxiv.2106.16057,
  title  = {DAEMA: Denoising Autoencoder with Mask Attention},
  author = {Simon Tihon and Muhammad Usama Javaid and Damien Fourure and Nicolas Posocco and Thomas Peel},
  journal= {arXiv preprint arXiv:2106.16057},
  year   = {2021}
}

Comments

12 pages, 2 figures, to be published in ICANN 2021, for official implementation see https://github.com/euranova/DAEMA

R2 v1 2026-06-24T03:45:56.628Z