Skip to main content

6 posts tagged with "Paper"

View All Tags

Paper Reading Automation Shape the Process of Narrative Visualization

· 9 min read

TLDR

The study investigates the involvement of automation in narrative visualization tools, summarizing six genres: annotated charts, infographics, timelines & storylines, data comics, scrollytelling & slideshow, and data videos. It categorizes four types of tools:design spaces, authoring tools, ML/AI-supported tools, and ML/AI-generator tools according to their intelligence and automation levels. By surveying 105 papers and tools, the study explores how automation can progressively engage in visualization design and narrative processes to aid users in creating narrative visualizations. It aims to provide an overview of current research and development, identifies key research problems in each category, and suggests opportunities for further investigation in this domain.

Paper Reading LIDA

· 7 min read

TLDR

LIDA is a novel tool for generating grammar-agnostic visualizations and infographics. It addresses several key challenges in automatic visualization creation:

  1. Understanding data semantics
  2. Enumerating visualization goals
  3. Generating visualization specifications

The system uses a multi-stage pipeline powered by large language models (LLMs) and image generation models (IGMs). It consists of 4 main modules:

  1. SUMMARIZER: Converts data into compact natural language summaries
  2. GOAL EXPLORER: Identifies potential visualization goals based on the data
  3. VISGENERATOR: Handles visualization code generation, refinement and filtering
  4. INFOGRAPHER: Creates data-driven stylized graphics using IGMs

LIDA provides both a Python API and an interactive user interface supporting direct manipulation and multilingual natural language for generating charts, infographics and data stories.

Paper Reading DMap

· 3 min read

TLDR

This article contains my notes from the paper "D-Map: Visual Analysis of Ego-centric Information Diffusion Patterns in Social Media". I'll discuss how the paper proposes a visualization method to analyze information propagation patterns on social media platforms, with a focus on the D-Map layout algorithm that transforms force-directed graphs into honeycomb diagrams.

Paper Reading TimeOntheHorzon

· One min read

TLDR

This article contains my notes from the paper "Time on the Horizon: A New Visual Design for Time-Series Data". I'll discuss the problem statement, the evaluation criteria, the authors' approach, and the case study.

Paper Reading SineStream

· 6 min read

TLDR

This article contains my notes from the paper "SineStream: Improving the Readability of Streamgraphs by Minimizing Sine Illusion Effects". I'll discuss the problem statement, the evaluation criteria, the authors' approach, and the case study.