Deep Learning Image Recognition for Non-images
Boris Kovalerchuk, Divya Chandrika Kalla, Bedant Agarwal

TL;DR
This paper introduces CPC-R, a novel algorithm that transforms non-image data into images for deep learning, enabling high-accuracy classification of non-image ML problems by visualizing data as heatmaps for CNN analysis.
Contribution
The paper presents CPC-R, a new data visualization method that preserves high-dimensional information and improves non-image data classification using CNNs.
Findings
CPC-R achieves high accuracy on benchmark datasets.
Pair value mapping reduces visual elements needed.
The approach enhances interpretability of features.
Abstract
Powerful deep learning algorithms open an opportunity for solving non-image Machine Learning (ML) problems by transforming these problems to into the image recognition problems. The CPC-R algorithm presented in this chapter converts non-image data into images by visualizing non-image data. Then deep learning CNN algorithms solve the learning problems on these images. The design of the CPC-R algorithm allows preserving all high-dimensional information in 2-D images. The use of pair values mapping instead of single value mapping used in the alternative approaches allows encoding each n-D point with 2 times fewer visual elements. The attributes of an n-D point are divided into pairs of its values and each pair is visualized as 2-D points in the same 2-D Cartesian coordinates. Next, grey scale or color intensity values are assigned to each pair to encode the order of pairs. This is resulted…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Neural Networks and Applications · Brain Tumor Detection and Classification
MethodsHeatmap
