首页 > 最新文献

2015 IEEE Pacific Visualization Symposium (PacificVis)最新文献

英文 中文
A parallel and memory efficient algorithm for constructing the contour tree 构造轮廓树的一种高效并行算法
Pub Date : 2015-04-14 DOI: 10.1109/PACIFICVIS.2015.7156387
Aditya Acharya, V. Natarajan
The contour tree is a topological structure associated with a scalar function that tracks the connectivity of the evolving level sets of the function. It supports intuitive and interactive visual exploration and analysis of the scalar function. This paper describes a fast, parallel, and memory efficient algorithm for constructing the contour tree of a scalar function on shared memory systems. Comparisons with existing implementations show significant improvement in both the running time and the memory expended. The proposed algorithm is particularly suited for large datasets that do not fit in memory. For example, the contour tree for a scalar function defined on a 8.6 billion vertex domain (2048×2048×2048 volume data) can be efficiently constructed using less than 10GB of memory.
轮廓树是一种拓扑结构,与一个标量函数相关联,该标量函数跟踪该函数的演化水平集的连通性。它支持对标量函数进行直观和交互式的可视化探索和分析。本文提出了一种在共享内存系统上快速、并行、高效地构造标量函数轮廓树的算法。与现有实现的比较表明,在运行时间和内存消耗方面都有显著改进。该算法特别适用于内存无法容纳的大型数据集。例如,在86亿个顶点域(2048×2048×2048体积数据)上定义的标量函数的轮廓树可以使用不到10GB的内存有效地构建。
{"title":"A parallel and memory efficient algorithm for constructing the contour tree","authors":"Aditya Acharya, V. Natarajan","doi":"10.1109/PACIFICVIS.2015.7156387","DOIUrl":"https://doi.org/10.1109/PACIFICVIS.2015.7156387","url":null,"abstract":"The contour tree is a topological structure associated with a scalar function that tracks the connectivity of the evolving level sets of the function. It supports intuitive and interactive visual exploration and analysis of the scalar function. This paper describes a fast, parallel, and memory efficient algorithm for constructing the contour tree of a scalar function on shared memory systems. Comparisons with existing implementations show significant improvement in both the running time and the memory expended. The proposed algorithm is particularly suited for large datasets that do not fit in memory. For example, the contour tree for a scalar function defined on a 8.6 billion vertex domain (2048×2048×2048 volume data) can be efficiently constructed using less than 10GB of memory.","PeriodicalId":177381,"journal":{"name":"2015 IEEE Pacific Visualization Symposium (PacificVis)","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-04-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130558258","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 34
Interactive visual summary of major communities in a large network 大型网络中主要社区的交互式可视化摘要
Pub Date : 2015-04-14 DOI: 10.1109/PACIFICVIS.2015.7156355
Yanhong Wu, Wenbin Wu, Sixiao Yang, Youliang Yan, Huamin Qu
In this paper, we introduce a novel visualization method which allows people to explore, compare and refine the major communities in a large network. We first detect major communities in a network using data mining and community analysis methods. Then, the statistics attributes of each community, the relational strength between communities, and the boundary nodes connecting those communities are computed and stored. We propose a novel method based on Voronoi treemap to encode each community with a polygon and the relative positions of polygons encode their relational strengths. Different community attributes can be encoded by polygon shapes, sizes and colors. A corner-cutting method is further introduced to adjust the smoothness of polygons based on certain community attribute. To accommodate the boundary nodes, the gaps between the polygons are widened by a polygon-shrinking algorithm such that the boundary nodes can be conveniently embedded into the newly created spaces. The method is very efficient, enabling users to test different community detection algorithms, fine tune the results, and explore the fuzzy relations between communities interactively. The case studies with two real data sets demonstrate that our approach can provide a visual summary of major communities in a large network, and help people better understand the characteristics of each community and inspect various relational patterns between communities.
在本文中,我们介绍了一种新颖的可视化方法,它允许人们在大型网络中探索、比较和提炼主要社区。我们首先使用数据挖掘和社区分析方法检测网络中的主要社区。然后,计算并存储各群落的统计属性、群落间的关系强度以及连接这些群落的边界节点。我们提出了一种基于Voronoi树图的新方法,用一个多边形编码每个群落,多边形的相对位置编码它们的关系强度。不同的社区属性可以通过多边形的形状、大小和颜色进行编码。进一步提出了一种基于群体属性调整多边形平滑度的切角方法。为了容纳边界节点,通过多边形收缩算法加宽多边形之间的间隙,使边界节点可以方便地嵌入到新创建的空间中。该方法非常高效,用户可以测试不同的社区检测算法,对结果进行微调,并交互式地探索社区之间的模糊关系。两个真实数据集的案例研究表明,我们的方法可以提供大型网络中主要社区的可视化总结,并帮助人们更好地了解每个社区的特征,并检查社区之间的各种关系模式。
{"title":"Interactive visual summary of major communities in a large network","authors":"Yanhong Wu, Wenbin Wu, Sixiao Yang, Youliang Yan, Huamin Qu","doi":"10.1109/PACIFICVIS.2015.7156355","DOIUrl":"https://doi.org/10.1109/PACIFICVIS.2015.7156355","url":null,"abstract":"In this paper, we introduce a novel visualization method which allows people to explore, compare and refine the major communities in a large network. We first detect major communities in a network using data mining and community analysis methods. Then, the statistics attributes of each community, the relational strength between communities, and the boundary nodes connecting those communities are computed and stored. We propose a novel method based on Voronoi treemap to encode each community with a polygon and the relative positions of polygons encode their relational strengths. Different community attributes can be encoded by polygon shapes, sizes and colors. A corner-cutting method is further introduced to adjust the smoothness of polygons based on certain community attribute. To accommodate the boundary nodes, the gaps between the polygons are widened by a polygon-shrinking algorithm such that the boundary nodes can be conveniently embedded into the newly created spaces. The method is very efficient, enabling users to test different community detection algorithms, fine tune the results, and explore the fuzzy relations between communities interactively. The case studies with two real data sets demonstrate that our approach can provide a visual summary of major communities in a large network, and help people better understand the characteristics of each community and inspect various relational patterns between communities.","PeriodicalId":177381,"journal":{"name":"2015 IEEE Pacific Visualization Symposium (PacificVis)","volume":"53 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-04-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126502007","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Clustered edge routing 聚类边缘路由
Pub Date : 2015-03-16 DOI: 10.1109/PACIFICVIS.2015.7156356
Quirijn W. Bouts, B. Speckmann
The classic method to depict graphs is a node-link diagram where vertices (nodes) are associated with each object and edges (links) connect related objects. However, node-link diagrams quickly appear cluttered and unclear, even for moderately sized graphs. If the positions of the nodes are fixed then suitable link routing is the only option to reduce clutter. We present a novel link clustering and routing algorithm which respects (and if desired refines) user-defined clusters on links. If no clusters are defined a priori we cluster based on geometric criteria, that is, based on a well-separated pair decomposition (WSPD).We route link clusters individually on a sparse visibility spanner. To completely avoid ambiguity we draw each individual link and ensure that clustered links follow the same path in the routing graph. We prove that the clusters induced by the WSPD consist of compatible links according to common similarity measures as formalized by Holten and van Wijk [17]. The greedy sparsification of the visibility graph allows us to easily route around obstacles. Our experimental results are visually appealing and convey a sense of abstraction and order.
描述图形的经典方法是节点链接图,其中顶点(节点)与每个对象相关联,边(链接)连接相关对象。然而,即使对于中等大小的图,节点链接图也会很快显得混乱和不清晰。如果节点的位置是固定的,那么合适的链路路由是减少混乱的唯一选择。我们提出了一种新的链路聚类和路由算法,该算法尊重(并在需要时改进)链路上的用户自定义聚类。如果没有先验地定义聚类,我们基于几何准则聚类,即基于分离良好的对分解(WSPD)。我们在稀疏可见性扳手上单独路由链接集群。为了完全避免歧义,我们绘制每个单独的链路,并确保集群链路在路由图中遵循相同的路径。我们根据Holten和van Wijk[17]的共同相似度量证明了由WSPD诱导的聚类由兼容链接组成。可见性图的贪婪稀疏化使我们能够轻松地绕过障碍物。我们的实验结果在视觉上很有吸引力,传达了一种抽象和秩序感。
{"title":"Clustered edge routing","authors":"Quirijn W. Bouts, B. Speckmann","doi":"10.1109/PACIFICVIS.2015.7156356","DOIUrl":"https://doi.org/10.1109/PACIFICVIS.2015.7156356","url":null,"abstract":"The classic method to depict graphs is a node-link diagram where vertices (nodes) are associated with each object and edges (links) connect related objects. However, node-link diagrams quickly appear cluttered and unclear, even for moderately sized graphs. If the positions of the nodes are fixed then suitable link routing is the only option to reduce clutter. We present a novel link clustering and routing algorithm which respects (and if desired refines) user-defined clusters on links. If no clusters are defined a priori we cluster based on geometric criteria, that is, based on a well-separated pair decomposition (WSPD).We route link clusters individually on a sparse visibility spanner. To completely avoid ambiguity we draw each individual link and ensure that clustered links follow the same path in the routing graph. We prove that the clusters induced by the WSPD consist of compatible links according to common similarity measures as formalized by Holten and van Wijk [17]. The greedy sparsification of the visibility graph allows us to easily route around obstacles. Our experimental results are visually appealing and convey a sense of abstraction and order.","PeriodicalId":177381,"journal":{"name":"2015 IEEE Pacific Visualization Symposium (PacificVis)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2015-03-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121766128","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 12
VisMOOC: Visualizing video clickstream data from Massive Open Online Courses VisMOOC:可视化来自大规模开放在线课程的视频点击流数据
Pub Date : 2014-10-01 DOI: 10.1109/VAST.2014.7042528
Conglei Shi, Siwei Fu, Qing Chen, Huamin Qu
Massive Open Online Courses (MOOCs) platforms are becoming increasingly popular in recent years. With thousands of students watching course videos, enormous amounts of clickstream data are produced and recorded by the MOOCs platforms for each course. Such large-scale data provide a great opportunity for instructors and educational analysts to gain insight into online learning behaviors on an unprecedented scale. Nevertheless, the growing scale and unique characteristics of the data also pose a special challenge for effective data analysis. In this paper, we introduce VisMOOC, a visual analytic system to help analyze user learning behaviors by using video clickstream data from MOOC platforms. We work closely with the instructors of two Coursera courses to understand the data and collect task analysis requirements. A complete user-centered design process is further employed to design and develop VisMOOC. It includes three main linked views: the List View to show an overview of the clickstream differences among course videos, the Content-based View to show temporal variations in the total number of each type of click action along the video timeline, the Dashboard View to show various statistical information such as demographic information and temporal information. We conduct two case studies with the instructors to demonstrate the usefulness of VisMOOC and discuss new findings on learning behaviors.
近年来,大规模在线开放课程(MOOCs)平台越来越受欢迎。随着成千上万的学生观看课程视频,mooc平台为每门课程产生并记录了大量的点击流数据。如此大规模的数据为教师和教育分析师提供了一个很好的机会,以前所未有的规模深入了解在线学习行为。然而,数据规模的不断扩大和数据的独特性也对有效的数据分析提出了特殊的挑战。本文介绍了一个可视化分析系统VisMOOC,该系统利用MOOC平台的视频点击流数据来分析用户的学习行为。我们与两门Coursera课程的讲师密切合作,了解数据并收集任务分析需求。进一步采用完整的以用户为中心的设计流程来设计和开发VisMOOC。它包括三个主要的链接视图:列表视图,用于显示课程视频之间点击流差异的概述;基于内容的视图,用于显示每种类型的点击操作的总数在视频时间轴上的时间变化;仪表板视图,用于显示各种统计信息,如人口统计信息和时间信息。我们与教师进行了两个案例研究,以展示VisMOOC的有用性,并讨论了学习行为的新发现。
{"title":"VisMOOC: Visualizing video clickstream data from Massive Open Online Courses","authors":"Conglei Shi, Siwei Fu, Qing Chen, Huamin Qu","doi":"10.1109/VAST.2014.7042528","DOIUrl":"https://doi.org/10.1109/VAST.2014.7042528","url":null,"abstract":"Massive Open Online Courses (MOOCs) platforms are becoming increasingly popular in recent years. With thousands of students watching course videos, enormous amounts of clickstream data are produced and recorded by the MOOCs platforms for each course. Such large-scale data provide a great opportunity for instructors and educational analysts to gain insight into online learning behaviors on an unprecedented scale. Nevertheless, the growing scale and unique characteristics of the data also pose a special challenge for effective data analysis. In this paper, we introduce VisMOOC, a visual analytic system to help analyze user learning behaviors by using video clickstream data from MOOC platforms. We work closely with the instructors of two Coursera courses to understand the data and collect task analysis requirements. A complete user-centered design process is further employed to design and develop VisMOOC. It includes three main linked views: the List View to show an overview of the clickstream differences among course videos, the Content-based View to show temporal variations in the total number of each type of click action along the video timeline, the Dashboard View to show various statistical information such as demographic information and temporal information. We conduct two case studies with the instructors to demonstrate the usefulness of VisMOOC and discuss new findings on learning behaviors.","PeriodicalId":177381,"journal":{"name":"2015 IEEE Pacific Visualization Symposium (PacificVis)","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132524471","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
期刊
2015 IEEE Pacific Visualization Symposium (PacificVis)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1