LGJun 30, 2021

DAEMA: Denoising Autoencoder with Mask Attention

arXiv:2106.16057v118 citations
Originality Incremental advance
AI Analysis

This addresses missing data imputation for real-world machine learning applications, representing an incremental improvement over existing deep learning approaches.

The paper tackles the problem of missing data imputation by proposing DAEMA, a denoising autoencoder with a mask attention mechanism, which achieves superior performance to state-of-the-art algorithms on real-world datasets under various missingness settings.

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.

Code Implementations1 repo
Foundations

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

Your Notes