IVLGMay 7, 2020

Sparse data to structured imageset transformation

arXiv:2005.10045v19 citations
AI Analysis

This addresses the challenge of leveraging CNNs for sparse data in various domains, though it appears incremental as it builds on existing transformation methods.

The paper tackles the problem of applying convolutional neural networks to sparse datasets by converting them into structured imagesets, resulting in improved classification performance on two publicly available datasets.

Machine learning problems involving sparse datasets may benefit from the use of convolutional neural networks if the numbers of samples and features are very large. Such datasets are increasingly more frequently encountered in a variety of different domains. We convert such datasets to imagesets while attempting to give each image structure that is amenable for use with convolutional neural networks. Experimental results on two publicly available, sparse datasets show that the approach can boost classification performance compared to other methods, which may be attributed to the formation of visually distinguishable shapes on the resultant images.

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