Skip to main content

Showing 1–15 of 15 results for author: Dunne, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.00565  [pdf, other

    cs.RO cs.AI

    Predicting UAV Type: An Exploration of Sampling and Data Augmentation for Time Series Classification

    Authors: Tarik Crnovrsanin, Calvin Yu, Dane Hankamer, Cody Dunne

    Abstract: Unmanned aerial vehicles are becoming common and have many productive uses. However, their increased prevalence raises safety concerns -- how can we protect restricted airspace? Knowing the type of unmanned aerial vehicle can go a long way in determining any potential risks it carries. For instance, fixed-wing craft can carry more weight over longer distances, thus potentially posing a more signif… ▽ More

    Submitted 1 March, 2024; originally announced March 2024.

    Comments: 12 pages, 3 figures, 4 tables, submitted to IEEE Transactions on Cybernetics

  2. arXiv:2401.04758  [pdf, other

    cs.DB cs.HC cs.LO

    On The Reasonable Effectiveness of Relational Diagrams: Explaining Relational Query Patterns and the Pattern Expressiveness of Relational Languages

    Authors: Wolfgang Gatterbauer, Cody Dunne

    Abstract: Comparing relational languages by their logical expressiveness is well understood. Less well understood is how to compare relational languages by their ability to represent relational query patterns. Indeed, what are query patterns other than "a certain way of writing a query"? And how can query patterns be defined across procedural and declarative languages, irrespective of their syntax? To the b… ▽ More

    Submitted 9 January, 2024; originally announced January 2024.

    Comments: 71 pages, 49 figures, full version of SIGMOD 2024 paper of same title: https://doi.org/10.1145/3639316. arXiv admin note: text overlap with arXiv:2203.07284

  3. arXiv:2308.16855  [pdf, other

    cs.GR math.OC

    Space Partitioning Schemes and Algorithms for Generating Regular and Spiral Treemaps

    Authors: Mehdi Behroozi, Reyhaneh Mohammadi, Cody Dunne

    Abstract: Treemaps have been widely applied to the visualization of hierarchical data. A treemap takes a weighted tree and visualizes its leaves in a nested planar geometric shape, with sub-regions partitioned such that each sub-region has an area proportional to the weight of its associated leaf nodes. Efficiently generating visually appealing treemaps that also satisfy other quality criteria is an interes… ▽ More

    Submitted 31 August, 2023; originally announced August 2023.

  4. arXiv:2303.08819  [pdf, other

    cs.HC cs.AI

    Ask and You Shall Receive (a Graph Drawing): Testing ChatGPT's Potential to Apply Graph Layout Algorithms

    Authors: Sara Di Bartolomeo, Giorgio Severi, Victor Schetinger, Cody Dunne

    Abstract: Large language models (LLMs) have recently taken the world by storm. They can generate coherent text, hold meaningful conversations, and be taught concepts and basic sets of instructions - such as the steps of an algorithm. In this context, we are interested in exploring the application of LLMs to graph drawing algorithms by performing experiments on ChatGPT. These algorithms are used to improve t… ▽ More

    Submitted 2 March, 2023; originally announced March 2023.

  5. arXiv:2208.01613  [pdf, other

    cs.DB cs.HC

    Principles of Query Visualization

    Authors: Wolfgang Gatterbauer, Cody Dunne, H. V. Jagadish, Mirek Riedewald

    Abstract: Query Visualization (QV) is the problem of transforming a given query into a graphical representation that helps humans understand its meaning. This task is notably different from designing a Visual Query Language (VQL) that helps a user compose a query. This article discusses the principles of relational query visualization and its potential for simplifying user interactions with relational data.

    Submitted 2 August, 2022; originally announced August 2022.

    Comments: 20 pages, 12 figures, preprint for IEEE Data Engineering Bulletin

  6. arXiv:2207.12039  [pdf, ps, other

    cs.LO math.LO

    Isabelle/HOL/GST: A Formal Proof Environment for Generalized Set Theories

    Authors: Ciarán Dunne, J. B. Wells

    Abstract: A generalized set theory (GST) is like a standard set theory but also can have non-set structured objects that can contain other structured objects including sets. This paper presents Isabelle/HOL support for GSTs, which are treated as type classes that combine features that specify kinds of mathematical objects, e.g., sets, ordinal numbers, functions, etc. GSTs can have an exception feature that… ▽ More

    Submitted 25 July, 2022; originally announced July 2022.

  7. arXiv:2203.07284  [pdf, other

    cs.DB cs.LO cs.PL

    Relational Diagrams: a pattern-preserving diagrammatic representation of non-disjunctive Relational Queries

    Authors: Wolfgang Gatterbauer, Cody Dunne, Mirek Riedewald

    Abstract: Analyzing relational languages by their logical expressiveness is well understood. Something not well understood or even formalized is the vague concept of relational query patterns. What are query patterns? And how can we reason about query patterns across different relational languages, irrespective of their syntax and their procedural or declarative nature? In this paper, we formalize the conce… ▽ More

    Submitted 14 March, 2022; originally announced March 2022.

    Comments: 23 pages, 29 figures

  8. arXiv:2104.00828  [pdf, other

    cs.DC cs.AR cs.HC

    Daisen: A Framework for Visualizing Detailed GPU Execution

    Authors: Yifan Sun, Yixuan Zhang, Ali Mosallaei, Michael D. Shah, Cody Dunne, David Kaeli

    Abstract: Graphics Processing Units (GPUs) have been widely used to accelerate artificial intelligence, physics simulation, medical imaging, and information visualization applications. To improve GPU performance, GPU hardware designers need to identify performance issues by inspecting a huge amount of simulator-generated traces. Visualizing the execution traces can reduce the cognitive burden of users and f… ▽ More

    Submitted 1 April, 2021; originally announced April 2021.

    Comments: EuroVis Camera Ready

  9. arXiv:2005.13954  [pdf, other

    cs.LO

    Adding an Abstraction Barrier to ZF Set Theory

    Authors: Ciarán Dunne, J. B. Wells, Fairouz Kamareddine

    Abstract: Much mathematical writing exists that is, explicitly or implicitly, based on set theory, often Zermelo-Fraenkel set theory (ZF) or one of its variants. In ZF, the domain of discourse contains only sets, and hence every mathematical object must be a set. Consequently, in ZF, with the usual encoding of an ordered pair ${\langle a, b\rangle}$, formulas like ${\{a\} \in \langle a, b \rangle}$ have tru… ▽ More

    Submitted 28 May, 2020; originally announced May 2020.

  10. Evaluating the Effect of Timeline Shape on Visualization Task Performance

    Authors: Sara Di Bartolomeo, Aditeya Pandey, Aristotelis Leventidis, David Saffo, Uzma Haque Syeda, Elin Carstensdottir, Magy Seif El-Nasr, Michelle A. Borkin, Cody Dunne

    Abstract: Timelines are commonly represented on a horizontal line, which is not necessarily the most effective way to visualize temporal event sequences. However, few experiments have evaluated how timeline shape influences task performance. We present the design and results of a controlled experiment run on Amazon Mechanical Turk (n=192) in which we evaluate how timeline shape affects task completion time,… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

    Comments: 12 pages, 5 figures

    Journal ref: Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems, April 2020, Pages 1-12

  11. arXiv:2005.06013  [pdf

    cs.HC

    Two Dimensions for Organizing Immersive Analytics: Toward a Taxonomy for Facet and Position

    Authors: David Saffo, Sara Di Bartolomeo, Caglar Yildirim, Cody Dunne

    Abstract: As immersive analytics continues to grow as a discipline, so too should its underlying methodological support. Taxonomies play an important role for information visualization and human computer interaction. They provide an organization of the techniques used in a particular domain that better enable researchers to describe their work, discover existing methods, and identify gaps in the literature.… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

    Comments: Immersive Analytics Workshop CHI 2020

  12. arXiv:2005.06011  [pdf

    cs.HC

    Data Comets: Designing a Visualization Tool for Analyzing Autonomous Aerial Vehicle Logs with Grounded Evaluation

    Authors: David Saffo, Aristotelis Leventidis, Twinkle Jain, Michelle A. Borkin, Cody Dunne

    Abstract: Autonomous unmanned aerial vehicles are complex systems of hardware, software, and human input. Understanding this complexity is key to their development and operation. Information visualizations already exist for exploring flight logs but comprehensive analyses currently require several disparate and custom tools. This design study helps address the pain points faced by autonomous unmanned aerial… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

    Comments: EuroVis 2020 Full Paper

  13. arXiv:2004.11375  [pdf

    cs.DB cs.HC cs.LO

    QueryVis: Logic-based diagrams help users understand complicated SQL queries faster

    Authors: Aristotelis Leventidis, Jiahui Zhang, Cody Dunne, Wolfgang Gatterbauer, H. V. Jagadish, Mirek Riedewald

    Abstract: Understanding the meaning of existing SQL queries is critical for code maintenance and reuse. Yet SQL can be hard to read, even for expert users or the original creator of a query. We conjecture that it is possible to capture the logical intent of queries in \emph{automatically-generated visual diagrams} that can help users understand the meaning of queries faster and more accurately than SQL text… ▽ More

    Submitted 23 April, 2020; originally announced April 2020.

    Comments: Full version of paper appearing in SIGMOD 2020

  14. arXiv:1908.07316  [pdf, other

    cs.HC

    Evaluating Alignment Approaches in Superimposed Time-Series and Temporal Event-Sequence Visualizations

    Authors: Yixuan Zhang, Sara Di Bartolomeo, Fangfang Sheng, Holly Jimison, Cody Dunne

    Abstract: Composite temporal event sequence visualizations have included sentinel event alignment techniques to cope with data volume and variety. Prior work has demonstrated the utility of using single-event alignment for understanding the precursor, co-occurring, and aftereffect events surrounding a sentinel event. However, the usefulness of single-event alignment has not been sufficiently evaluated in co… ▽ More

    Submitted 20 August, 2019; originally announced August 2019.

  15. CerebroVis: Designing an Abstract yet Spatially Contextualized Cerebral Arteries Network Visualization

    Authors: Aditeya Pandey, Harsh Shukla, Geoffrey S. Young, Lei Qin, Amir A. Zamani, Liangge Hsu, Raymond Huang, Cody Dunne, Michelle A. Borkin

    Abstract: Blood circulation in the human brain is supplied through a network of cerebral arteries. If a clinician suspects a patient has a stroke or other cerebrovascular condition they order imaging tests. Neuroradiologists visually search the resulting scans for abnormalities. Their visual search tasks correspond to the abstract network analysis tasks of browsing and path following. To assist neuroradiolo… ▽ More

    Submitted 15 October, 2019; v1 submitted 29 July, 2019; originally announced July 2019.

    Comments: IEEE InfoVis 2019 ACM 2012 CCS-Human-centered computing,Visualization,Visualization application domains,Information visualization ACM 2012 CCS-Human-centered computing,Visualization,Visualization techniques,Graph drawings

    ACM Class: H.5.1; H.1.2; D.2.2