English

A Data Aggregation Visualization System supported by Processing-in-Memory

Computer Vision and Pattern Recognition 2025-03-12 v1

Abstract

Data visualization of aggregation queries is one of the most common ways of doing data exploration and data science as it can help identify correlations and patterns in the data. We propose DIVAN, a system that automatically normalizes the one-dimensional axes by frequency to generate large numbers of two-dimensional visualizations. DIVAN normalizes the input data via binning to allocate more pixels to data values that appear more frequently in the dataset. DIVAN can utilize either CPUs or Processing-in-Memory (PIM) architectures to quickly calculate aggregates to support the visualizations. On real world datasets, we show that DIVAN generates visualizations that highlight patterns and correlations, some expected and some unexpected. By using PIM, we can calculate aggregates 45%-64% faster than modern CPUs on large datasets. For use cases with 100 million rows and 32 columns, our system is able to compute 4,960 aggregates (each of size 128x128x128) in about a minute.

Keywords

Cite

@article{arxiv.2503.08463,
  title  = {A Data Aggregation Visualization System supported by Processing-in-Memory},
  author = {Junyoung Kim and Madhulika Balakumar and Kenneth Ross},
  journal= {arXiv preprint arXiv:2503.08463},
  year   = {2025}
}

Comments

13 pages, 11 figures

R2 v1 2026-06-28T22:15:55.192Z