HCJul 27, 2021

KG4Vis: A Knowledge Graph-Based Approach for Visualization Recommendation

arXiv:2107.12548v3120 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of making visualization tools more accessible and interpretable for general users without expertise, representing an incremental improvement over existing rule-based and machine learning methods.

The paper tackles the problem of visualization recommendation by introducing KG4Vis, a knowledge graph-based approach that eliminates the need for manual rule specification and provides explainable recommendations, achieving effective results as demonstrated through quantitative comparisons, case studies, and expert interviews.

Visualization recommendation or automatic visualization generation can significantly lower the barriers for general users to rapidly create effective data visualizations, especially for those users without a background in data visualizations. However, existing rule-based approaches require tedious manual specifications of visualization rules by visualization experts. Other machine learning-based approaches often work like black-box and are difficult to understand why a specific visualization is recommended, limiting the wider adoption of these approaches. This paper fills the gap by presenting KG4Vis, a knowledge graph (KG)-based approach for visualization recommendation. It does not require manual specifications of visualization rules and can also guarantee good explainability. Specifically, we propose a framework for building knowledge graphs, consisting of three types of entities (i.e., data features, data columns and visualization design choices) and the relations between them, to model the mapping rules between data and effective visualizations. A TransE-based embedding technique is employed to learn the embeddings of both entities and relations of the knowledge graph from existing dataset-visualization pairs. Such embeddings intrinsically model the desirable visualization rules. Then, given a new dataset, effective visualizations can be inferred from the knowledge graph with semantically meaningful rules. We conducted extensive evaluations to assess the proposed approach, including quantitative comparisons, case studies and expert interviews. The results demonstrate the effectiveness of our approach.

Foundations

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

Your Notes