Search papers, labs, and topics across Lattice.
This paper introduces PaCoNet, the first deep learning framework specifically designed for extracting data from parallel coordinate plots, a common yet challenging high-dimensional visualization method. By leveraging a newly created large-scale dataset, PaCoNet significantly outperforms existing methods in both line coordinate extraction and individual data sample retrieval. The results not only facilitate automated analysis of complex visualizations but also pave the way for improved design practices in data visualization.
PaCoNet revolutionizes data extraction from parallel coordinate plots, achieving unprecedented accuracy and enabling deeper insights from complex visualizations.
Extracting data from visualizations has long challenged computer vision, with current research focused on bar, line, and pie charts, among other low-dimensional visualizations. However, parallel coordinates as a widely used high-dimensional data visualization approach, remain largely unexplored in this context. As parallel coordinate plots can quickly become cluttered and difficult to interpret when poorly designed or densely populated, automated data extraction from such visualizations is of particular interest. In this paper, we propose PaCoNet, the first approach for parallel coordinate data extraction. PaCoNet not only extracts line coordinates, but also enables the extraction of individual data samples for further analysis. Towards this end, we make the following contributions. We present the first deep learning approach tailored for parallel coordinate analysis, and demonstrate that it outperforms unadapted baselines by a significant margin. We further introduce a large-scale parallel coordinate dataset for training and testing. Together, these key contributions enable for the first time the automated analysis and redesign of parallel coordinate plots. PaCoNet thus lays the groundwork for complex visualization analysis, and further advances the intersection of computer vision and data visualization. All code, trained models, and data generation scripts will be made publicly available upon acceptance of the paper.