UW Interactive Data Lab
IDL logo

Dziban: Balancing Agency & Automation in Visualization Design via Anchored Recommendations

Halden Lin, Dominik Moritz, Jeffrey Heer. ACM Human Factors in Computing Systems (CHI), 2020
Figure for Dziban: Balancing Agency & Automation in Visualization Design via Anchored Recommendations
Anchored recommendation (c) from a prior (a) is better suited than cold recommendation (b) when elaborating an analysis question. This may be useful when adding supplementary information to an existing visualization. In this example, adding MPAA Rating as supplementary to the distribution of movies by Genre is better achieved by using an anchored recommendation, as the cold recommendation completely changes the relationship in focus by swapping channel assignments.
Materials
PDF | Software
Abstract
Visualization recommender systems attempt to automate design decisions spanning choices of selected data, transformations, and visual encodings. However, across invocations such recommenders may lack the context of prior results, producing unstable outputs that override earlier design choices. To better balance automated suggestions with user intent, we contribute Dziban, a visualization API that supports both ambiguous specification and a novel anchoring mechanism for conveying desired context. Dziban uses the Draco knowledge base to automatically complete partial specifications and suggest appropriate visualizations. In addition, it extends Draco with chart similarity logic, enabling recommendations that also remain perceptually similar to a provided “anchor” chart. Existing APIs for exploratory visualization, such as ggplot2 and Vega-Lite, require fully specified chart definitions. In contrast, Dziban provides a more concise and flexible authoring experience through automated design, while preserving predictability and control through anchored recommendations.
BibTeX
@inproceedings{2020-dziban,
  title = {Dziban: Balancing Agency \& Automation in Visualization Design via Anchored Recommendations},
  author = {Lin, Halden AND Moritz, Dominik AND Heer, Jeffrey},
  booktitle = {ACM Human Factors in Computing Systems (CHI)},
  year = {2020},
  url = {https://uwdata.github.io/uwdata/papers/dziban},
  doi = {10.1145/3313831.3376880}
}