Abstract Interactive Visualization Techniques

Total Page:16

File Type:pdf, Size:1020Kb

Abstract Interactive Visualization Techniques ABSTRACT Title of dissertation: INTERACTIVE VISUALIZATION TECHNIQUES FOR SEARCHING TEMPORAL CATEGORICAL DATA Taowei David Wang, Doctor of Philosophy, 2010 Dissertation directed by: Professor Ben Shneiderman Department of Computer Science Temporal data has always captured people's imagination. Large databases of temporal data contain temporal patterns that can lead to the discovery of important cause-and-effect phenomena. Since discovering these patterns is a difficult task, there is a great opportunity to improve support for searching. Temporal analysis of, for example, medical records, web server logs, legal, academic, or criminal records can benefit from more effective search strategies. This dissertation describes several interactive visualization techniques designed to enhance analysts' experience in performing search, exploration, and summariza- tion of multiple sets of temporal categorical data. These techniques are imple- mented in the software Lifelines2 (http://www.cs.umd.edu/hcil/lifelines2/). Lifelines2 is an interactive visualization system that enables analysts to dynamically change their focus in order to expose temporal ordering of event sequences and study the prevalence of such orderings. This dissertation makes four main contributions. The first three are technical contributions, and the last is a process model that generalizes user behavior. First, the Align-Rank-Filter framework is presented to help analysts perform visual search and exploration. It enables analysts to center their attention on temporal events that are the focus of their inquiry. Through a controlled experiment, alignment alone is shown to improve user performance speed by up to 60% in tasks that require under- standing of temporal ordering of events. The initial successful exploration on the alignment operator led to its fuller exploitation. Further enhancements to filtering are presented to better incorporate alignment. Second, I designed and implemented the Temporal Pattern Search (TPS) algorithm for filtering to support the common, but difficult-to-specify absence of operator in a temporal pattern. TPS exploits the data structure of the visualization system, and it compares favorably to exist- ing common approaches. Third, I present the temporal summaries technique as an overview to support grouping and comparison features in Lifelines2. They support higher-level tasks such as hypothesis generation. These features take advantage of alignment, and the entirety of the system is evaluated in several long-term case studies with domain experts working on their own problems. Fourth, from these long-term case studies, I generalize a process model that describes analyst behavior in searching and interacting with temporal categorical data. Gleaning from obser- vations in the case studies, collaborators' interviews and commentaries, and logs of Lifelines2 usage, I recommend feature design guidelines for future visualization designers for temporal categorical data. The enthusiasm of the domain experts who used Lifelines2, the changing strate- gies for problem-solving, and their initial successes suggest these interactive visual- ization techniques are a valuable addition to search capabilities. INTERACTIVE VISUALIZATION TECHNIQUES FOR SEARCHING TEMPORAL CATEGORICAL DATA by Taowei David Wang Dissertation submitted to the Faculty of the Graduate School of the University of Maryland, College Park in partial fulfillment of the requirements for the degree of Doctor of Philosophy 2010 Advisory Committee: Professor Ben Shneiderman, Chair/Advisor Dr. Catherine Plaisant Professor Ben Bederson Professor Amol Deshpande Professor Galit Shmu´eli c Copyright by Taowei David Wang 2010 Dedication To my parents r{. and f_ ii Acknowledgments The path to a Ph.D. is never easy. I have had the fortune to be surrounded by incredibly capable and supportive people that made this difficult journey of growth and learning seem almost... enjoyable :) I would like to first thank my advisor Ben Shneiderman, whose tireless en- thusiasm and passion for all things HCI and, in particular, our work continue to inspire me. From writing papers with him, I learned how to be a researcher. From his communicating, engaging, and working with others, I learned how to be a better researcher. From the enthusiasm he displayed when communicating, engaging, and working with others, I learned what it means to be a great researcher. As I sit here and write these lessons, I realize that these principles do not just apply to research, but they apply in life in general. Ben, thank you for your lessons in leadership, your intellectual challenges, your inspiring enthusiasm, all of which have contributed to my growth. I would like to also thank Catherine Plaisant, whose enthusiasm rivals only Ben's. I have learned a tremendous amount from her on the procedures of working with users and many design principles. She is not only a close collaborator of my publications, she has also helped a lot in shaping my dissertation. I thank you for all your teaching and suggestions to my work along the way. I also thank you for being a stout supporter for me. My journey to Ph.D. had its highs and lows. There was a time when I was not sure if I would continue. In those most desperate days, if it were not for my iii incredibly supportive friends, I would not be writing this lengthy document (believe it or not, there is some joy in writing it). I would especially like to thank first Jennifer Golbeck, for her guidance and encouragements in those times of uncertainly and despair. If it were not for Jen, I would not have gotten in contact with Ben and Catherine and continued on my journey this far. Secondly, I would like to thank Bijan Parsia. In those darkest hours, he had also tirelessly taken upon himself to advise and to encourage me to continue on the journey to Ph.D. I would like to thank James Hendler, my previous advisor, for letting me become part of MINDSWAP, where I first began to learn how to do research and write papers, and where I met important friends. I also thank Jim for his generous financial support after he has left the university. I thank the members of the HCIL for their support, challenges, and suggestions along the way. I have enjoyed the intellectual and the not-so intellectual discussions with the students, faculty, and staff. I like the collective open-mindedness to new and strange ideas, and I appreciate very much everyone's constructive and supportive attitudes toward one another. That made the lab such an idea-fostering and friendly environment. If \Standing on the shoulders of giants" characterizes the building of knowledge from the endeavors of others, I am pleased to say that I have been fortunate to be working with the giants directly in the HCIL day-in and day-out. I have learned a lot by listening and watching the seasoned researchers at work { with devices, with kids, with students. Finally, I thank the fellow HCIL students { the giants of tomorrow {, whose mutual support, critiques and suggestions have made our work that much better. iv I thank Mark Smith and his team from the Washington Hospital Center and MedStar Health: David Roseman, Greg Marchand, Phuong Ho, and Vikramjit Mukherjee. This research would not have materialized without their generous fi- nancial support and close collaboration. I would also like to thank the following collaborators and supporters: Shawn Murphy from Harvard Medical School and Partners HealthCare, and Neil Spring from the Department of Computer Science, University of Maryland. I thank my friends, particularly Margaret Tsai, James Phongsuwan, and Holly Martinson for putting up with my neglect and keeping me sane by reminding me that there is a world outside of computer science. I suppose I should also thank my friends on Facebook, but perhaps a status update would be appropriate. Finally, I would like to thank my family { for every phone call in a holiday to remind me that I am in their thoughts, and for every phone call just because. I would like to especially thank my parents for supporting my decision of going to graduate school and live my adventure. Lastly, I would like to thank my 1993 Buick. Even though you finished before I did, I appreciate your faithful 16 years of service. v Table of Contents List of Figures x List of Abbreviations xvi 1 Introduction 1 1.1 Overview of the Dissertation . .1 1.2 Contributions . .2 1.3 Dissertation Organization . .4 2 Background and Related Work 6 2.1 Temporal Data Visualization . .7 2.1.1 Temporal Categorical Data . .7 2.1.1.1 Classical Designs . .7 2.1.1.2 Modern Innovations . 11 2.1.1.3 Multiple Record Analysis . 14 2.1.1.4 Aggregating Temporal Categorical Data . 16 2.1.1.5 Temporal Numerical Data . 18 2.1.2 Other Representation of Time . 21 2.2 Searching for Temporally-Ordered Data . 22 2.2.1 Sequential Approaches . 23 2.2.2 Novel Query Interfaces . 28 2.3 Summary . 31 3 Supporting Visual Comparisons: Alignment and Intervals of Validity 34 3.1 Overview . 34 3.2 Background and Motivation . 35 3.3 Lifelines2 . 37 3.3.1 Interface Description . 37 3.3.2 Design Discussion of Alignment . 40 3.3.3 Design Discussion of Intervals of Validity . 42 3.4 Evaluation . 43 3.4.1 Controlled Experiment . 45 3.4.1.1 Experimental Procedure . 45 3.4.1.2 Experimental Results . 50 3.4.2 Domain Expert Interviews . 55 3.4.2.1 Interview Procedure . 55 3.4.2.2 Interview Results . 57 3.5 Discussion . 61 3.5.1 Post-Experiment Design Improvements . 61 3.5.2 Generalizability and Limitations . 64 3.5.3 Impact . 64 3.6 Summary . 66 vi 4 Supporting Temporal Pattern Search: An Algorithm 67 4.1 Overview . 67 4.2 Background and Motivation . 68 4.3 Problem Description . 73 4.4 TPS Algorithm Description . 74 4.4.1 Algorithm Overview .
Recommended publications
  • Tamara Munzner Department of Computer Science University of British Columbia
    Ch 3: Task Abstraction Paper: Design Study Methodology Tamara Munzner Department of Computer Science University of British Columbia CPSC 547, Information Visualization Day 4: 22 September 2015 http://www.cs.ubc.ca/~tmm/courses/547-15 News • headcount update: 29 registered; 24 Q2, 22 Q3 – signup sheet: anyone here for the first time? • marks for day 2 and day 3 questions/comments sent out by email – see me after class if you didn’t get them – order of marks matches order of questions in email • Q2: avg 83.9, min 26, max 98 • Q3: avg 84.3, min 22, max 98 – if you spot typo in book, let me know if it’s not already in errata list • http://www.cs.ubc.ca/~tmm/vadbook/errata.html • but don’t count it as a question • not useful to tell me about typos in published papers – three questions total required • not three questions per reading (6 total)! not just one! 2 VAD Ch 3: Task Abstraction Why? Actions Targets Analyze All Data Consume Trends Outliers Features Discover Present Enjoy Attributes Produce Annotate Record Derive One Many tag Distribution Dependency Correlation Similarity Extremes Search Target known Target unknown Location Lookup Browse Network Data known Location Locate Explore Topology unknown Query Paths Identify Compare Summarize What? Spatial Data Why? Shape How? [VAD Fig 3.1] 3 High-level actions: Analyze • consume Analyze –discover vs present Consume Discover Present Enjoy • classic split • aka explore vs explain –enjoy • newcomer Produce • aka casual, social Annotate Record Derive tag • produce –annotate, record –derive • crucial
    [Show full text]
  • The Fourth Paradigm
    ABOUT THE FOURTH PARADIGM This book presents the first broad look at the rapidly emerging field of data- THE FOUR intensive science, with the goal of influencing the worldwide scientific and com- puting research communities and inspiring the next generation of scientists. Increasingly, scientific breakthroughs will be powered by advanced computing capabilities that help researchers manipulate and explore massive datasets. The speed at which any given scientific discipline advances will depend on how well its researchers collaborate with one another, and with technologists, in areas of eScience such as databases, workflow management, visualization, and cloud- computing technologies. This collection of essays expands on the vision of pio- T neering computer scientist Jim Gray for a new, fourth paradigm of discovery based H PARADIGM on data-intensive science and offers insights into how it can be fully realized. “The impact of Jim Gray’s thinking is continuing to get people to think in a new way about how data and software are redefining what it means to do science.” —Bill GaTES “I often tell people working in eScience that they aren’t in this field because they are visionaries or super-intelligent—it’s because they care about science The and they are alive now. It is about technology changing the world, and science taking advantage of it, to do more and do better.” —RhyS FRANCIS, AUSTRALIAN eRESEARCH INFRASTRUCTURE COUNCIL F OURTH “One of the greatest challenges for 21st-century science is how we respond to this new era of data-intensive
    [Show full text]
  • Tamara Munzner
    The 2015 Visualization Technical Achievement Award Tamara Munzner The 2015 Visualization Technical Achievement Award goes to Tamara Munzner in recognition of foundational research that has produced a scientific basis for principles and design choices for visualization. The IEEE Visualization & Graphics Technical Community (VGTC) is pleased to award Tamara Munzner the 2015 Visualization Technical Achievement Award. Biography Tamara Munzner Tamara Munzner is a full professor at the University of University of British British Columbia Department of Computer Science, where Columbia she has been since 2002. She was a research scientist from Award Recipient 2015 2000 to 2002 at the Compaq Systems Research Center (the former DEC SRC). She earned her PhD from Stanford between 1995 and 2000, working with Pat Hanrahan. She and prescribe models and methods for visualization design holds a BS from Stanford from 1991, the year she first and the research process itself, including a nested model of attended VIS. design and validation and methodology for design studies. From 1991 to 1995, Tamara was a technical staff Her 2014 book Visualization Analysis and Design provides member at The Geometry Center, based at the University a systematic, comprehensive framework for thinking about of Minnesota. She was one of the architects and imple- visualization in terms of principles and design choices. It mentors of Geomview, the Center’s public domain interac- features a unified approach encompassing information visu- tive 3D visualization system that supported hyperbolic and alization techniques for the abstract data of tables and net- spherical geometry in addition to Euclidean geometry. She works, scientific visualization techniques for spatial data, was co-director and one of the animators of two videos and visual analytics techniques for interweaving data trans- that brought concepts from the cutting edge of geomet- formation and analysis with interactive visual exploration.
    [Show full text]
  • Introduction to Information Visualization.Pdf
    Introduction to Information Visualization Riccardo Mazza Introduction to Information Visualization 123 Riccardo Mazza University of Lugano Switzerland ISBN: 978-1-84800-218-0 e-ISBN: 978-1-84800-219-7 DOI: 10.1007/978-1-84800-219-7 British Library Cataloguing in Publication Data A catalogue record for this book is available from the British Library Library of Congress Control Number: 2008942431 c Springer-Verlag London Limited 2009 Apart from any fair dealing for the purposes of research or private study, or criticism or review, as permitted under the Copyright, Designs and Patents Act 1988, this publication may only be reproduced, stored or transmitted, in any form or by any means, with the prior permission in writing of the publish- ers, or in the case of reprographic reproduction in accordance with the terms of licences issued by the Copyright Licensing Agency. Enquiries concerning reproduction outside those terms should be sent to the publishers. The use of registered names, trademarks, etc., in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant laws and regulations and therefore free for general use. The publisher makes no representation, express or implied, with regard to the accuracy of the information contained in this book and cannot accept any legal responsibility or liability for any errors or omissions that may be made. Printed on acid-free paper Springer Science+Business Media springer.com To Vincenzo and Giulia Preface Imagine having to make a car journey. Perhaps you’re going to a holiday resort that you’re not familiar with.
    [Show full text]
  • The Diversity of Data and Tasks in Event Analytics
    The Diversity of Data and Tasks in Event Analytics Catherine Plaisant, Ben Shneiderman Abstract— The growing interest in event analytics has resulted in an array of tools and applications using visual analytics techniques. As we start to compare and contrast approaches, tools and applications it will be essential to develop a common language to describe the data characteristics and diverse tasks. We propose a characterisation of event data along 3 dimensions (temporal characteristics, attributes and scale) and propose 8 high-level user tasks. We look forward to refining the lists based on the feedback of workshop attendees. KEYWORDS having the same time stamp, medical data are often Temporal analysis, pattern analysis, task analysis, taxonomy, big recorded in batches after the fact. data, temporal visualization o The relevant time scale may vary (from milliseconds to years), and may be homogeneous or not. INTRODUCTION o Data may represent changes over time of a status The growing interest in event analytics (e.g. Aigner et al, 2011; indicator, e.g. changes of cancer stages, student status or Shneiderman and Plaisant, 2016) has resulted in an array of novel physical presence in various hospital services, or may tools and applications using visual analytics techniques. As represent a set of events or actions that are not exclusive researchers compare and contrast approaches it will be helpful to from one another, e.g. actions in a computer log or series develop a common language to describe the diverse tasks and data of symptoms and medical tests. characteristics analysts encounter. o Patterns may be very cyclical or not, and this may vary The methodology of design studies - which primarily focus on over time.
    [Show full text]
  • Tamara Munzner Department of Computer Science University of British Columbia
    Ch 1/2/3: Intro, Data, Tasks Paper: Design Study Methodology Tamara Munzner Department of Computer Science University of British Columbia CPSC 547, Information Visualization Week 2: 17 September 2019 http://www.cs.ubc.ca/~tmm/courses/547-19 News • Signup sheet round 2: check column (or add yourself) • Canvas comments/question discussion –one question/comment per reading required • everybody got this right, great! –responses to others required • a few of you did not do this • original requirement of 2, considering cutback to just 1: discuss • decision: cut back to just 1 –if you spot typo in book, let me know if it’s not already in errata list • http://www.cs.ubc.ca/~tmm/vadbook/errata.html • (but don’t count it as a question) • not useful to tell me about typos in published papers 2 Ch 1. What’s Vis, and Why Do It? 3 Why have a human in the loop? Computer-based visualization systems provide visual representations of datasets designed to help people carry out tasks more effectively. Visualization is suitable when there is a need to augment human capabilities rather than replace people with computational decision-making methods. • don’t need vis when fully automatic solution exists and is trusted • many analysis problems ill-specified – don’t know exactly what questions to ask in advance • possibilities – long-term use for end users (e.g. exploratory analysis of scientific data) – presentation of known results – stepping stone to better understanding of requirements before developing models – help developers of automatic solution refine/debug, determine parameters – help end users of automatic solutions verify, build trust 4 Why use an external representation? Computer-based visualization systems provide visual representations of datasets designed to help people carry out tasks more effectively.
    [Show full text]
  • 3. Graphical Perception Tomorrow
    Graphical Perception Nam Wook Kim Mini-Courses — January @ GSAS 2018 What is graphical perception? The visual decoding of information encoded on graphs Why important? “Graphical excellence is that which gives to the viewer the greatest number of ideas in the shortest time with the least ink in the smallest space” — Edward Tufte Goal Understand the role of perception in visualization design Topics • Signal Detection • Magnitude Estimation • Pre-Attentive Processing • Using Multiple Visual Encodings • Gestalt Grouping • Change Blindness Signal Detection Detecting Brightness A Which is brighter? B Detecting Brightness (128,128,128) (144,144,144) A B Detecting Brightness A Which is brighter? B Detecting Brightness (134,134,134) (138,138,138) A B Weber’s Law Just Noticeable Difference (JND) dS dp = k S Weber’s Law Just Noticeable Difference (JND) dS Change of Intensity dp = k S Physical Intensity Weber’s Law Just Noticeable Difference (JND) dS Change of Intensity Perceived Change dp = k S Physical Intensity Weber’s Law Just Noticeable Difference (JND) dS Change of Intensity Perceived Change dp = k S Physical Intensity Most continuous variation in stimuli are perceived in discrete steps Ranking correlation visualizations [Harrison et al 2014] Ranking correlation visualizations Which of the two appeared to be more highly correlated? A B [Harrison et al 2014] Ranking correlation visualizations Which of the two appeared to be more highly correlated? r = 0.7 r = 0.6 Ranking correlation visualizations Which of the two appeared to be more highly correlated? A B Ranking correlation visualizations Which of the two appeared to be more highly correlated? r = 0.7 r = 0.65 Ranking visualizations for depicting correlation Overall, scatterplots are the best for both positive and negative correlations.
    [Show full text]
  • Session 2 Tamara Munzner Department of Computer Science University of British Columbia
    Visualization Analysis & Design Full-Day Tutorial Session 2 Tamara Munzner Department of Computer Science University of British Columbia Sanger Institute / European Bioinformatics Institute June 2014, Cambridge UK http://www.cs.ubc.ca/~tmm/talks.html#minicourse14 Outline • Visualization Analysis Framework • Idiom Design Choices Session 1 9:30-10:45am Session 2 11:00am-12:15pm – Introduction: Definitions – Arrange Tables – Analysis: What, Why, How – Arrange Spatial Data – Marks and Channels – Arrange Networks and Trees – Map Color • Idiom Design Choices, Part 2 • Guidelines and Examples Session 3 1:15pm-2:45pm Session 4 3-4:30pm – Manipulate: Change, Select, Navigate – Rules of Thumb – Facet: Juxtapose, Partition, Superimpose – Validation – Reduce: Filter, Aggregate, Embed – BioVis Analysis Example http://www.cs.ubc.ca/~tmm/talks.html#minicourse14 2 How? EncodeEncode Manipulate Manipulate Facet Facet ReduReducece Arrange Map Change Juxtapose Filter Express Separate from categorical and ordered attributes Color Hue Saturation Order Align Luminance Select Partition Aggregate Size, Angle, Curvature, ... Use Navigate Superimpose Embed Shape Motion Direction, Rate, Frequency, ... 3 Arrange space Encode Arrange Express Separate Order Align Use 4 Arrange tables Express Values Axis Orientation Rectilinear Parallel Radial Separate, Order, Align Regions Separate Order Layout Density Dense Space-Filling Align 1 Key 2 Keys 3 Keys Many Keys List Matrix Volume Recursive Subdivision 5 Keys and values Tables • key Attributes (columns) Items – independent
    [Show full text]
  • Data Visualization by Nils Gehlenborg
    Data Visualization Nils Gehlenborg ([email protected]) Center for Biomedical Informatics / Harvard Medical School Cancer Program / Broad Institute of MIT and Harvard ISMB/ECCB 2011 http://www.biovis.net Flyers at ISCB booth! Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg A good sketch is better than a long speech. Napoleon Bonaparte Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg Minard 1869 Napoleon’s March on Moscow Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 4 I believe when I see it. Unknown Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg Anscombe 1973, The American Statistician Anscombe’s Quartet mean(X) = 9, var(X) = 11, mean(Y) = 7.5, var(Y) = 4.12, cor(X,Y) = 0.816, linear regression line Y = 3 + 0.5*X Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 6 Anscombe 1973, The American Statistician Anscombe’s Quartet Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 7 Exploration: Hypothesis Generation trends gaps outliers clusters - A large data set is given and the goal is to learn something about it. - Visualization is employed to perform pattern detection using the human visual system. - The goal is to generate hypotheses that can be tested with statistical methods or follow-up experiments. Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 8 Visualization Use Cases Presentation Confirmation Exploration Data Visualization / ISMB/ECCB 2011 / Nils Gehlenborg 9 Definition The use of computer-supported, interactive, visual representations of data to amplify cognition. Stu Card, Jock Mackinlay & Ben Shneiderman Computer-based visualization systems provide visual representations of datasets intended to help people carry out some task more effectively.effectively.
    [Show full text]
  • An Interview with Visualization Pioneer Ben Shneiderman
    6/23/2020 The purpose of visualization is insight, not pictures: An interview with visualization pioneer Ben Shneiderman The purpose of visualization is insight, not pictures: An interview with visualization pioneer Ben Shneiderman Jessica Hullman Follow Mar 12, 2019 · 13 min read Few people in visualization research have had careers as long and as impactful as Ben Shneiderman. We caught up with Ben over email in between his travels to get his take on visualization research, what’s worked in his career, and his advice for practitioners and researchers. Enjoy! Multiple Views: One of the main purposes of this blog is to explain to people what visualization research is to practitioners and, possibly, laypeople. How would you answer the question “what is visualization research”? Ben S: First let me define information visualization and its goals, then I can describe visualization research. Information visualization is a powerful interactive strategy for exploring data, especially when combined with statistical methods. Analysts in every field can use interactive information visualization tools for: more effective detection of faulty data, missing data, unusual distributions, and anomalies deeper and more thorough data analyses that produce profounder insights, and richer understandings that enable researchers to ask bolder questions. Like a telescope or microscope that increases your perceptual abilities, information visualization amplifies your cognitive abilities to understand complex processes so as to support better decisions. In our best
    [Show full text]
  • Tamara Munzner Department of Computer Science University of British Columbia
    Visualization Analysis & Design Tamara Munzner Department of Computer Science University of British Columbia D3 Unconference Keynote November 21 2015, San Francisco CA http://www.cs.ubc.ca/~tmm/talks.html#vad15d3 @tamaramunzner Defining visualization (vis) Computer-based visualization systems provide visual representations of datasets designed to help people carry out tasks more effectively. 2 Why have a human in the loop? Computer-based visualization systems provide visual representations of datasets designed to help people carry out tasks more effectively. Visualization is suitable when there is a need to augment human capabilities rather than replace people with computational decision-making methods. • don’t need vis when fully automatic solution exists and is trusted • many analysis problems ill-specified – don’t know exactly what questions to ask in advance • possibilities – long-term use for end users (e.g. exploratory analysis of scientific data) – presentation of known results – stepping stone to better understanding of requirements before developing models – help developers of automatic solution refine/debug, determine parameters – help end users of automatic solutions verify, build trust 3 Why use an external representation? Computer-based visualization systems provide visual representations of datasets designed to help people carry out tasks more effectively. • external representation: replace cognition with perception [Cerebral: Visualizing Multiple Experimental Conditions on a Graph with Biological Context. Barsky, Munzner, Gardy,
    [Show full text]
  • Tactile Line Drawings for Improved Shape Understanding in Blind and Visually Impaired Users
    Tactile Line Drawings for Improved Shape Understanding in Blind and Visually Impaired Users ATHINA PANOTOPOULOU, Dartmouth College and Boston University, USA XIAOTING ZHANG and TAMMY QIU, Boston University, USA XING-DONG YANG, Dartmouth College, USA EMILY WHITING, Boston University, USA Fig. 1. We present a novel approach for generating tactile illustrations to improve shape understanding in blind individuals. (a) Physical 3D object (3D printed). (b) The input to our pipeline is a pre-partitioned object, colors indicate segmented parts. (c) A local camera is assigned to each part, with a master camera to combine the resulting multi-projection image. (d) Resulting stylized illustration. Cross-sections are used for texturing the interior of each part to communicate surface geometry. (e) We evaluated the technique in a user study with 20 blind participants. Tactile illustrations were fabricated using microcapsule paper. Members of the blind and visually impaired community rely heavily on Additional Key Words and Phrases: fabrication, design, accessibility, tactile tactile illustrations – raised line graphics on paper that are felt by hand – to shape perception, tactile images, non-photorealistic rendering understand geometric ideas in school textbooks, depict a story in children’s books, or conceptualize exhibits in museums. However, these illustrations ACM Reference Format: often fail to achieve their goals, in large part due to the lack of understanding Athina Panotopoulou, Xiaoting Zhang, Tammy Qiu, Xing-Dong Yang, and Emily in how 3D shapes can be represented in 2D projections. This paper describes Whiting. 2020. Tactile Line Drawings for Improved Shape Understanding a new technique to design tactile illustrations considering the needs of blind in Blind and Visually Impaired Users.
    [Show full text]