SlideShare a Scribd company logo
1 of 23
Exploring Visual Information Flows in Infographics
CHI 2020 Paper
Min Lu, Chufeng Wang, Joel Lanir, Nanxuan Zhao, Hanspeter Pfister, Daniel Cohen-Or and Hui Huang
Presenter: Hwiyeon Kim
Overview of the paper
• Motivation of the study
 Infographics
• have a variety of design poses
 Challenges
• Infographics are composed of various visual
elements with diverse appearances
• Spatial arrangement of the visual elements are
diverse
 do not necessarily follow a well-known
structure
• Goal of the study
 Understanding the design space and common
patterns of information flow
 Supporting better infographics design for
novices
Background Knowledge
• Infographics
 Visual representations consisting of graphical
elements and data components designed to convey
an informative narrative
 Combining visual elements + text  organic story is
essential to convey message
• Static graphical elements
• Text
• Notable embellishments
3
Background Knowledge
• Making analysis of infographics’ design space difficult
1. Infographics are composed of various visual elements (e.g.,
icons, images, embellishments, or text)
• Designers usually create them with an aesthetic and creative
mindset
• Often injecting them with personality and style
2. The spatial arrangement of these visual elements is carefully
chosen to convey a unique idea to the audience
• Arrangements are generally diverse
• Do not necessarily follow a well-known structure
3
4
Background Knowledge
• A concept of Visual Information Flow (VIF)
 the underlying semantic structure that links th
e graphical data elements to convey the inform
ation and story to the user
 to understand visual organization of stories.
Background Knowledge
• Track and study users’ reactions to infographics
 Visual embellishments (Bateman et al. 2010, Haroz et al. 2015)
 Attention (Kim et al. 2017)
 Memorability (Borkin et al. 2013)
 First impression (Haroz et al. 2015)
3
The goal of Exploration of Visual Information Flow (VIF):
Learn the design patterns from the perspective of infographics creators rather than end users
Background Knowledge
• Visual Information Organization
 Storytelling (Bradley et al. 2015, Brechman et al. 2010)
 Design patterns of organizing visual information
• seven distinct genres of narrative visualization (Segel and Heer, 2010)
• design of timeline in storytelling (Brehmer et al. 2017)
• design-patterns for rapid storyboarding of data comics (Hullman et al., 2013)
 Visual organization of information and improve visual expressiveness in storytelling
• method for designing graphical elements enhanced with data (Kim et al., 2016)
• systematic framework for augmenting graphics with data (Liu et al., 2018)
• visual design tool for easily creating design-driven infographics (Wang et al., 2018)
• Build visualization scenes that include annotations in order to tell a story (Satyanarayan and Heer., 2014)
3
This paper’s work explores visual information flows in static infographics without user interactions,
from which the distilled design patterns can empower the design of infographics authoring tools.
Contribution of this paper
• A method
 for the breakdown of infographics and the construction of its VIF (Visual Information Flow) from automa
tically detected elements
• A taxonomy
 of main VIF design patterns and exploration of the VIF design space
• A system
 that supports infographic search according to VIF patterns
• A large dataset
 of 13,245 infographic templates
 4300 include annotated boundary boxes of elements
 a dataset of 965 infographics with real data
3
8
Method for automatic construction and analysis of VIF in infographics
• Composition
 Artistic elements – make the infographic vis
ually appealing
 Graphical data – convey the information
9
Method for automatic construction and analysis of VIF in infographics
VIF Construction Pipeline
Data Element Extraction
locate the visual data elements related to the vis
ual information flow
10
Method for automatic construction and analysis of VIF in infographics
VIF Construction Pipeline
Data Element Extraction
locate the visual data elements related to the vis
ual information flow
Information Flow Construction
constructed flows in those trials are scored ac
cording to their regularity and the best one is
picked as the visual information flow
b) associate elements
into visual groups
a) trace various information fl
ows among the visual groups
11
Method for automatic construction and analysis of VIF in infographics
VIF Construction Pipeline
Data Element Extraction
locate the visual data elements related to the vis
ual information flow
Information Flow Construction
constructed flows in those trials are scored ac
cording to their regularity and the best one is
picked as the visual information flow
b) associate elements
into visual groups
a) trace various information fl
ows among the visual groups
12
Method for automatic construction and analysis of VIF in infographics
InfoVIF Dataset
With the keyword ‘infographics’ in Freepik and Shutterstock
1. The infographics composed of multiple subfigures
2. Only with figures with texts
InfoVIF (http://47.103.22.185:8089/ now unavailable..)
13,245 infographic (68% from Freepick / 32% from Shutterstock)
13
Method for automatic construction and analysis of VIF in infographics
Data Element Extraction
Detach graphical data elements from artistic decorations
YOLO (Redmon et al., 2016)
• Deep Neural Networks
• object detection by learning from large scale human-labeled dat
asets
• To extract data elements
• Text (Title / Body text)
• Icon
• Index (1~9, 01~09, A~G)
• Arrow (left, left-top, top…)
 36 labels for graphical data elements in total
• For overfitting problems
1. Convert images to gray scale
2. Cropping
25k annotated training images
14
Method for automatic construction and analysis of VIF in infographics
Information Flow Construction i. Select seeds
a) Index Priority
• prioritize elements that carry some semantics that sug
gest an indexing order (e.g., text or icons get lower pri
ority)
b) Shape similarity
• detected elements with same tag or shape are conside
red allies of the seed
ii. Trace flow
a) Shortest Path
• designers consider information flow in the shorter dist
ances
b) Regularity
• evaluate regularity by the std of (line segment lengths,
adjacent horizontal shifts, adjacent vertical shifts, turni
ng angles)
c) Common Reading Order
• take the most common reading order to decide the flo
w if no explicit hints exist (e.g., top  bottom, left  r
ight, clockwise)
15
Method for automatic construction and analysis of VIF in infographics
Information Flow Construction i. Select seeds
ii. Trace flow
iii. Compose visual groups
a) Elements in Proximity
a) Similarity among Groups - measure the similarit
y between visual group i and j with the Jaccard
coefficient:
16
Method for automatic construction and analysis of VIF in infographics
Design Pattern Exploration
• Inspired by the iterative method of Segel and Heer (2010) for ex
ploration of narrative visualization designs
• Semi-automated technique to extract the VIF design patterns fro
m their massive dataset
Basic procedure
i. the construction of a comprehensive VIF design space and initi
alization of possible design patterns
• Principal Component Analysis (PCA) to extract the top 50 principal
components
• VIF signatures were projected to a 2D space using t-SNE
ii. multiple iterations to construct a categorization of the design p
atterns.
17
VIF Taxonomy
VIF patterns design dimensions
• Backbone shape
• Circular information flows
• Linear information flows
• Content placement
• Circular
• Clock – placed inside or
on top of the backbone
• Star – spread outside the
center
• Horizontal
• Landscape / Portrait
• Pulse / Spiral
• Asymmetrical balance
• Up-ladder / Down-ladder
18
VIF Taxonomy
19
My criticism for this paper
• Gifts for infoVIS researchers
• Pointed out challenge point of infographics analysis and covered
through various method
• Collected and shared a lot of infographics data (not available now)
and shared their analysis results and tools as open source
• Computer scientists’ eye on Design
• Always interesting to see how computer science researchers try to
analyze design results
• Most of them want to distill design patterns and evaluate design in
quantitative
• Education
• Applicable enough for infographics job training for junior designers
• Researchers should keep in mind that professional designers do no
t prefer new authoring tools, because they already have their main
tools (e.g., Adobe illustrator) and design style (don’t forget this wh
en you’re selecting target groups in your research)
My criticism for this paper
20
• Limitations of design pattern analysis
• Need to collect a huge amount of
reliable design data
• Cannot cover ALL OF THEM (which is
disappointing)
• Design trends rise and fall very quickly
• Maybe it’s hard to expect future trend
• A field where creative and new things
emerge competitively
• Lessons Learned
• Can’t access any websites (open data
sources / tools) suggested by authors..
• It is important to keep / achieve your
supplementary materials after
submitting your paper..
IDEAs
21
• Theme image analysis
• In our classification of visualization thumbnails , it is classified as
GNRD (Graphics Not Related to Data)
• Type – illustrations, photographs
• Infographics – designed illustrations, maybe it is
• VisThumbnails – photographs, maybe usually articles are related to people, or
because of their time for producing articles
• preferred or typically used images
• Light Bulb infographic?
• Infographics can be organized by topics
[Seminar] 200515 hwiyeon kim

More Related Content

Similar to [Seminar] 200515 hwiyeon kim

Project
Project Project
Project ra na
 
Successful Information Architecture - the art and science
Successful Information Architecture - the art and scienceSuccessful Information Architecture - the art and science
Successful Information Architecture - the art and scienceIvo Andreev
 
Creating an infographic
Creating an infographicCreating an infographic
Creating an infographicadamzurn
 
Regis university learning technology fair kim hosler_ infographics for st...
Regis university   learning technology fair   kim hosler_ infographics for st...Regis university   learning technology fair   kim hosler_ infographics for st...
Regis university learning technology fair kim hosler_ infographics for st...Kim Hosler, PhD
 
Introduction to Information Architecture & Design - 2/13/16
Introduction to Information Architecture & Design - 2/13/16Introduction to Information Architecture & Design - 2/13/16
Introduction to Information Architecture & Design - 2/13/16Robert Stribley
 
{Drinks & Data} with Joey Hobbs
{Drinks & Data} with Joey Hobbs{Drinks & Data} with Joey Hobbs
{Drinks & Data} with Joey HobbsQuid Inc.
 
Introduction to Information Architecture & Design - SVA Workshop 03/22/14
Introduction to Information Architecture & Design - SVA Workshop 03/22/14Introduction to Information Architecture & Design - SVA Workshop 03/22/14
Introduction to Information Architecture & Design - SVA Workshop 03/22/14Robert Stribley
 
Introduction to Information Architecture & Design - SVA Workshop 06/21/14
Introduction to Information Architecture & Design - SVA Workshop 06/21/14Introduction to Information Architecture & Design - SVA Workshop 06/21/14
Introduction to Information Architecture & Design - SVA Workshop 06/21/14Robert Stribley
 
Art-Making Generative AI and Instructional Design Work: An Early Brainstorm
Art-Making Generative AI and Instructional Design Work:  An Early BrainstormArt-Making Generative AI and Instructional Design Work:  An Early Brainstorm
Art-Making Generative AI and Instructional Design Work: An Early BrainstormShalin Hai-Jew
 
Introduction to Information Architecture & Design - 10/03/15
Introduction to Information Architecture & Design - 10/03/15Introduction to Information Architecture & Design - 10/03/15
Introduction to Information Architecture & Design - 10/03/15Robert Stribley
 
Startupfest 2016: NOAH ILIINSKY (Amazon Web Services) - How to
Startupfest 2016: NOAH ILIINSKY (Amazon Web Services) - How to Startupfest 2016: NOAH ILIINSKY (Amazon Web Services) - How to
Startupfest 2016: NOAH ILIINSKY (Amazon Web Services) - How to Startupfest
 
Introduction to Information Architecture & Design - SVA Workshop 10/04/14
Introduction to Information Architecture & Design - SVA Workshop 10/04/14Introduction to Information Architecture & Design - SVA Workshop 10/04/14
Introduction to Information Architecture & Design - SVA Workshop 10/04/14Robert Stribley
 
ooadunitiintroduction-150730050129-lva1-app6892.pptx
ooadunitiintroduction-150730050129-lva1-app6892.pptxooadunitiintroduction-150730050129-lva1-app6892.pptx
ooadunitiintroduction-150730050129-lva1-app6892.pptxubaidullah75790
 
Introduction to Information Architecture & Design - 3/19/16
Introduction to Information Architecture & Design - 3/19/16Introduction to Information Architecture & Design - 3/19/16
Introduction to Information Architecture & Design - 3/19/16Robert Stribley
 
4 pillars of visualization & communication by Noah Iliinsky
4 pillars of visualization & communication by Noah Iliinsky4 pillars of visualization & communication by Noah Iliinsky
4 pillars of visualization & communication by Noah Iliinskyiliinsky
 
Data Visualization in Data Science
Data Visualization in Data ScienceData Visualization in Data Science
Data Visualization in Data ScienceMaloy Manna, PMP®
 
Process And Methodology Research
Process And Methodology ResearchProcess And Methodology Research
Process And Methodology ResearchMiles Price
 
Information Architecture Development
Information Architecture DevelopmentInformation Architecture Development
Information Architecture DevelopmentAchmad Solichin
 
Introduction to Information Architecture & Design - SVA Workshop 02/15/14
Introduction to Information Architecture & Design - SVA Workshop 02/15/14Introduction to Information Architecture & Design - SVA Workshop 02/15/14
Introduction to Information Architecture & Design - SVA Workshop 02/15/14Robert Stribley
 

Similar to [Seminar] 200515 hwiyeon kim (20)

Project
Project Project
Project
 
Successful Information Architecture - the art and science
Successful Information Architecture - the art and scienceSuccessful Information Architecture - the art and science
Successful Information Architecture - the art and science
 
Infographics teachingtool
Infographics teachingtoolInfographics teachingtool
Infographics teachingtool
 
Creating an infographic
Creating an infographicCreating an infographic
Creating an infographic
 
Regis university learning technology fair kim hosler_ infographics for st...
Regis university   learning technology fair   kim hosler_ infographics for st...Regis university   learning technology fair   kim hosler_ infographics for st...
Regis university learning technology fair kim hosler_ infographics for st...
 
Introduction to Information Architecture & Design - 2/13/16
Introduction to Information Architecture & Design - 2/13/16Introduction to Information Architecture & Design - 2/13/16
Introduction to Information Architecture & Design - 2/13/16
 
{Drinks & Data} with Joey Hobbs
{Drinks & Data} with Joey Hobbs{Drinks & Data} with Joey Hobbs
{Drinks & Data} with Joey Hobbs
 
Introduction to Information Architecture & Design - SVA Workshop 03/22/14
Introduction to Information Architecture & Design - SVA Workshop 03/22/14Introduction to Information Architecture & Design - SVA Workshop 03/22/14
Introduction to Information Architecture & Design - SVA Workshop 03/22/14
 
Introduction to Information Architecture & Design - SVA Workshop 06/21/14
Introduction to Information Architecture & Design - SVA Workshop 06/21/14Introduction to Information Architecture & Design - SVA Workshop 06/21/14
Introduction to Information Architecture & Design - SVA Workshop 06/21/14
 
Art-Making Generative AI and Instructional Design Work: An Early Brainstorm
Art-Making Generative AI and Instructional Design Work:  An Early BrainstormArt-Making Generative AI and Instructional Design Work:  An Early Brainstorm
Art-Making Generative AI and Instructional Design Work: An Early Brainstorm
 
Introduction to Information Architecture & Design - 10/03/15
Introduction to Information Architecture & Design - 10/03/15Introduction to Information Architecture & Design - 10/03/15
Introduction to Information Architecture & Design - 10/03/15
 
Startupfest 2016: NOAH ILIINSKY (Amazon Web Services) - How to
Startupfest 2016: NOAH ILIINSKY (Amazon Web Services) - How to Startupfest 2016: NOAH ILIINSKY (Amazon Web Services) - How to
Startupfest 2016: NOAH ILIINSKY (Amazon Web Services) - How to
 
Introduction to Information Architecture & Design - SVA Workshop 10/04/14
Introduction to Information Architecture & Design - SVA Workshop 10/04/14Introduction to Information Architecture & Design - SVA Workshop 10/04/14
Introduction to Information Architecture & Design - SVA Workshop 10/04/14
 
ooadunitiintroduction-150730050129-lva1-app6892.pptx
ooadunitiintroduction-150730050129-lva1-app6892.pptxooadunitiintroduction-150730050129-lva1-app6892.pptx
ooadunitiintroduction-150730050129-lva1-app6892.pptx
 
Introduction to Information Architecture & Design - 3/19/16
Introduction to Information Architecture & Design - 3/19/16Introduction to Information Architecture & Design - 3/19/16
Introduction to Information Architecture & Design - 3/19/16
 
4 pillars of visualization & communication by Noah Iliinsky
4 pillars of visualization & communication by Noah Iliinsky4 pillars of visualization & communication by Noah Iliinsky
4 pillars of visualization & communication by Noah Iliinsky
 
Data Visualization in Data Science
Data Visualization in Data ScienceData Visualization in Data Science
Data Visualization in Data Science
 
Process And Methodology Research
Process And Methodology ResearchProcess And Methodology Research
Process And Methodology Research
 
Information Architecture Development
Information Architecture DevelopmentInformation Architecture Development
Information Architecture Development
 
Introduction to Information Architecture & Design - SVA Workshop 02/15/14
Introduction to Information Architecture & Design - SVA Workshop 02/15/14Introduction to Information Architecture & Design - SVA Workshop 02/15/14
Introduction to Information Architecture & Design - SVA Workshop 02/15/14
 

More from ivaderivader

DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph KernelsDDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph Kernelsivaderivader
 
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality ivaderivader
 
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...ivaderivader
 
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...ivaderivader
 
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...ivaderivader
 
A Style-Based Generator Architecture for Generative Adversarial Networks
A Style-Based Generator Architecture for Generative Adversarial NetworksA Style-Based Generator Architecture for Generative Adversarial Networks
A Style-Based Generator Architecture for Generative Adversarial Networksivaderivader
 
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...ivaderivader
 
Perception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
Perception! Immersion! Empowerment! Superpowers as Inspiration for VisualizationPerception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
Perception! Immersion! Empowerment! Superpowers as Inspiration for Visualizationivaderivader
 
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...ivaderivader
 
Neural Approximate Dynamic Programming for On-Demand Ride-Pooling
Neural Approximate Dynamic Programming for On-Demand Ride-PoolingNeural Approximate Dynamic Programming for On-Demand Ride-Pooling
Neural Approximate Dynamic Programming for On-Demand Ride-Poolingivaderivader
 
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...ivaderivader
 
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTubeBad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTubeivaderivader
 
Invertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise RemovalInvertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise Removalivaderivader
 
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural NetworkTraffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural Networkivaderivader
 
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training  MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training ivaderivader
 
Screen2Vec: Semantic Embedding of GUI Screens and GUI Components
Screen2Vec: Semantic Embedding of GUI Screens and GUI ComponentsScreen2Vec: Semantic Embedding of GUI Screens and GUI Components
Screen2Vec: Semantic Embedding of GUI Screens and GUI Componentsivaderivader
 
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...ivaderivader
 
Natural Language to Visualization by Neural Machine Translation
Natural Language to Visualization by Neural Machine TranslationNatural Language to Visualization by Neural Machine Translation
Natural Language to Visualization by Neural Machine Translationivaderivader
 

More from ivaderivader (20)

Argument Mining
Argument MiningArgument Mining
Argument Mining
 
Papers at CHI23
Papers at CHI23Papers at CHI23
Papers at CHI23
 
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph KernelsDDGK: Learning Graph Representations for Deep Divergence Graph Kernels
DDGK: Learning Graph Representations for Deep Divergence Graph Kernels
 
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
So Predictable! Continuous 3D Hand Trajectory Prediction in Virtual Reality
 
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
Reinforcement Learning-based Placement of Charging Stations in Urban Road Net...
 
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
Prediction for Retrospection: Integrating Algorithmic Stress Prediction into ...
 
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Orien...
 
A Style-Based Generator Architecture for Generative Adversarial Networks
A Style-Based Generator Architecture for Generative Adversarial NetworksA Style-Based Generator Architecture for Generative Adversarial Networks
A Style-Based Generator Architecture for Generative Adversarial Networks
 
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
CatchLIve: Real-time Summarization of Live Streams with Stream Content and In...
 
Perception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
Perception! Immersion! Empowerment! Superpowers as Inspiration for VisualizationPerception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
Perception! Immersion! Empowerment! Superpowers as Inspiration for Visualization
 
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
Learning to Remember Patterns: Pattern Matching Memory Networks for Traffic F...
 
Neural Approximate Dynamic Programming for On-Demand Ride-Pooling
Neural Approximate Dynamic Programming for On-Demand Ride-PoolingNeural Approximate Dynamic Programming for On-Demand Ride-Pooling
Neural Approximate Dynamic Programming for On-Demand Ride-Pooling
 
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
StoryMap: Using Social Modeling and Self-Modeling to Support Physical Activit...
 
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTubeBad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
Bad Breakdowns, Useful Seams, and Face Slapping: Analysis of VR Fails on YouTube
 
Invertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise RemovalInvertible Denoising Network: A Light Solution for Real Noise Removal
Invertible Denoising Network: A Light Solution for Real Noise Removal
 
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural NetworkTraffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
Traffic Demand Prediction Based Dynamic Transition Convolutional Neural Network
 
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training  MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
MusicBERT: Symbolic Music Understanding with Large-Scale Pre-Training
 
Screen2Vec: Semantic Embedding of GUI Screens and GUI Components
Screen2Vec: Semantic Embedding of GUI Screens and GUI ComponentsScreen2Vec: Semantic Embedding of GUI Screens and GUI Components
Screen2Vec: Semantic Embedding of GUI Screens and GUI Components
 
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
Augmenting Decisions of Taxi Drivers through Reinforcement Learning for Impro...
 
Natural Language to Visualization by Neural Machine Translation
Natural Language to Visualization by Neural Machine TranslationNatural Language to Visualization by Neural Machine Translation
Natural Language to Visualization by Neural Machine Translation
 

Recently uploaded

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Recently uploaded (20)

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

[Seminar] 200515 hwiyeon kim

  • 1. Exploring Visual Information Flows in Infographics CHI 2020 Paper Min Lu, Chufeng Wang, Joel Lanir, Nanxuan Zhao, Hanspeter Pfister, Daniel Cohen-Or and Hui Huang Presenter: Hwiyeon Kim
  • 2. Overview of the paper • Motivation of the study  Infographics • have a variety of design poses  Challenges • Infographics are composed of various visual elements with diverse appearances • Spatial arrangement of the visual elements are diverse  do not necessarily follow a well-known structure • Goal of the study  Understanding the design space and common patterns of information flow  Supporting better infographics design for novices
  • 3. Background Knowledge • Infographics  Visual representations consisting of graphical elements and data components designed to convey an informative narrative  Combining visual elements + text  organic story is essential to convey message • Static graphical elements • Text • Notable embellishments 3
  • 4. Background Knowledge • Making analysis of infographics’ design space difficult 1. Infographics are composed of various visual elements (e.g., icons, images, embellishments, or text) • Designers usually create them with an aesthetic and creative mindset • Often injecting them with personality and style 2. The spatial arrangement of these visual elements is carefully chosen to convey a unique idea to the audience • Arrangements are generally diverse • Do not necessarily follow a well-known structure 3
  • 5. 4 Background Knowledge • A concept of Visual Information Flow (VIF)  the underlying semantic structure that links th e graphical data elements to convey the inform ation and story to the user  to understand visual organization of stories.
  • 6. Background Knowledge • Track and study users’ reactions to infographics  Visual embellishments (Bateman et al. 2010, Haroz et al. 2015)  Attention (Kim et al. 2017)  Memorability (Borkin et al. 2013)  First impression (Haroz et al. 2015) 3 The goal of Exploration of Visual Information Flow (VIF): Learn the design patterns from the perspective of infographics creators rather than end users
  • 7. Background Knowledge • Visual Information Organization  Storytelling (Bradley et al. 2015, Brechman et al. 2010)  Design patterns of organizing visual information • seven distinct genres of narrative visualization (Segel and Heer, 2010) • design of timeline in storytelling (Brehmer et al. 2017) • design-patterns for rapid storyboarding of data comics (Hullman et al., 2013)  Visual organization of information and improve visual expressiveness in storytelling • method for designing graphical elements enhanced with data (Kim et al., 2016) • systematic framework for augmenting graphics with data (Liu et al., 2018) • visual design tool for easily creating design-driven infographics (Wang et al., 2018) • Build visualization scenes that include annotations in order to tell a story (Satyanarayan and Heer., 2014) 3 This paper’s work explores visual information flows in static infographics without user interactions, from which the distilled design patterns can empower the design of infographics authoring tools.
  • 8. Contribution of this paper • A method  for the breakdown of infographics and the construction of its VIF (Visual Information Flow) from automa tically detected elements • A taxonomy  of main VIF design patterns and exploration of the VIF design space • A system  that supports infographic search according to VIF patterns • A large dataset  of 13,245 infographic templates  4300 include annotated boundary boxes of elements  a dataset of 965 infographics with real data 3
  • 9. 8 Method for automatic construction and analysis of VIF in infographics • Composition  Artistic elements – make the infographic vis ually appealing  Graphical data – convey the information
  • 10. 9 Method for automatic construction and analysis of VIF in infographics VIF Construction Pipeline Data Element Extraction locate the visual data elements related to the vis ual information flow
  • 11. 10 Method for automatic construction and analysis of VIF in infographics VIF Construction Pipeline Data Element Extraction locate the visual data elements related to the vis ual information flow Information Flow Construction constructed flows in those trials are scored ac cording to their regularity and the best one is picked as the visual information flow b) associate elements into visual groups a) trace various information fl ows among the visual groups
  • 12. 11 Method for automatic construction and analysis of VIF in infographics VIF Construction Pipeline Data Element Extraction locate the visual data elements related to the vis ual information flow Information Flow Construction constructed flows in those trials are scored ac cording to their regularity and the best one is picked as the visual information flow b) associate elements into visual groups a) trace various information fl ows among the visual groups
  • 13. 12 Method for automatic construction and analysis of VIF in infographics InfoVIF Dataset With the keyword ‘infographics’ in Freepik and Shutterstock 1. The infographics composed of multiple subfigures 2. Only with figures with texts InfoVIF (http://47.103.22.185:8089/ now unavailable..) 13,245 infographic (68% from Freepick / 32% from Shutterstock)
  • 14. 13 Method for automatic construction and analysis of VIF in infographics Data Element Extraction Detach graphical data elements from artistic decorations YOLO (Redmon et al., 2016) • Deep Neural Networks • object detection by learning from large scale human-labeled dat asets • To extract data elements • Text (Title / Body text) • Icon • Index (1~9, 01~09, A~G) • Arrow (left, left-top, top…)  36 labels for graphical data elements in total • For overfitting problems 1. Convert images to gray scale 2. Cropping 25k annotated training images
  • 15. 14 Method for automatic construction and analysis of VIF in infographics Information Flow Construction i. Select seeds a) Index Priority • prioritize elements that carry some semantics that sug gest an indexing order (e.g., text or icons get lower pri ority) b) Shape similarity • detected elements with same tag or shape are conside red allies of the seed ii. Trace flow a) Shortest Path • designers consider information flow in the shorter dist ances b) Regularity • evaluate regularity by the std of (line segment lengths, adjacent horizontal shifts, adjacent vertical shifts, turni ng angles) c) Common Reading Order • take the most common reading order to decide the flo w if no explicit hints exist (e.g., top  bottom, left  r ight, clockwise)
  • 16. 15 Method for automatic construction and analysis of VIF in infographics Information Flow Construction i. Select seeds ii. Trace flow iii. Compose visual groups a) Elements in Proximity a) Similarity among Groups - measure the similarit y between visual group i and j with the Jaccard coefficient:
  • 17. 16 Method for automatic construction and analysis of VIF in infographics Design Pattern Exploration • Inspired by the iterative method of Segel and Heer (2010) for ex ploration of narrative visualization designs • Semi-automated technique to extract the VIF design patterns fro m their massive dataset Basic procedure i. the construction of a comprehensive VIF design space and initi alization of possible design patterns • Principal Component Analysis (PCA) to extract the top 50 principal components • VIF signatures were projected to a 2D space using t-SNE ii. multiple iterations to construct a categorization of the design p atterns.
  • 18. 17 VIF Taxonomy VIF patterns design dimensions • Backbone shape • Circular information flows • Linear information flows • Content placement • Circular • Clock – placed inside or on top of the backbone • Star – spread outside the center • Horizontal • Landscape / Portrait • Pulse / Spiral • Asymmetrical balance • Up-ladder / Down-ladder
  • 20. 19 My criticism for this paper • Gifts for infoVIS researchers • Pointed out challenge point of infographics analysis and covered through various method • Collected and shared a lot of infographics data (not available now) and shared their analysis results and tools as open source • Computer scientists’ eye on Design • Always interesting to see how computer science researchers try to analyze design results • Most of them want to distill design patterns and evaluate design in quantitative • Education • Applicable enough for infographics job training for junior designers • Researchers should keep in mind that professional designers do no t prefer new authoring tools, because they already have their main tools (e.g., Adobe illustrator) and design style (don’t forget this wh en you’re selecting target groups in your research)
  • 21. My criticism for this paper 20 • Limitations of design pattern analysis • Need to collect a huge amount of reliable design data • Cannot cover ALL OF THEM (which is disappointing) • Design trends rise and fall very quickly • Maybe it’s hard to expect future trend • A field where creative and new things emerge competitively • Lessons Learned • Can’t access any websites (open data sources / tools) suggested by authors.. • It is important to keep / achieve your supplementary materials after submitting your paper..
  • 22. IDEAs 21 • Theme image analysis • In our classification of visualization thumbnails , it is classified as GNRD (Graphics Not Related to Data) • Type – illustrations, photographs • Infographics – designed illustrations, maybe it is • VisThumbnails – photographs, maybe usually articles are related to people, or because of their time for producing articles • preferred or typically used images • Light Bulb infographic? • Infographics can be organized by topics