首页 > 最新文献

Journal of Visual Languages and Computing最新文献

英文 中文
A temporal graph grammar formalism 一种时态图语法形式
Q3 Computer Science Pub Date : 2018-08-01 DOI: 10.1016/j.jvlc.2018.06.003
Shi Zhan , Zeng Xiaoqin , Zou Yang , Huang Song , Li Hui , Hu Bin , Yao Yi

As a useful formalism tool, graph grammars provide a rigorous but intuitive way to specify visual languages. This paper, based on the existing Edge-based Graph Grammar (EGG), proposes a new context-sensitive graph grammar formalism called the Temporal Edge-based Graph Grammar, or TEGG. TEGG introduces some temporal mechanisms to grammatical specifications, productions, operations and so on in order to tackle time-related issues. In the paper, formal definitions of TEGG are provided first. Then, a new parsing algorithm with a decidability proof is proposed to check the correctness of a given graph's structure, to analyze operations’ timing when needed, and to make the computer simulation of the temporal sequence in the graph available. Next, the complexity of the parsing algorithm is analyzed. Finally, a case study on an application with temporal requirements is provided to show how the parsing algorithm of TEGG works.

作为一种有用的形式主义工具,图语法提供了一种严格但直观的方式来指定可视化语言。本文在现有的基于边缘的图语法(EGG)的基础上,提出了一种新的上下文敏感图语法形式,称为基于时间边缘的图文法(TEGG)。TEGG在语法规范、生成、操作等方面引入了一些时态机制,以解决与时间相关的问题。本文首先给出了TEGG的形式化定义。然后,提出了一种新的具有可判定性证明的解析算法,以检查给定图结构的正确性,在需要时分析操作的时序,并使图中时间序列的计算机模拟可用。接下来,分析了解析算法的复杂性。最后,以一个具有时态需求的应用程序为例,说明了TEGG的解析算法是如何工作的。
{"title":"A temporal graph grammar formalism","authors":"Shi Zhan ,&nbsp;Zeng Xiaoqin ,&nbsp;Zou Yang ,&nbsp;Huang Song ,&nbsp;Li Hui ,&nbsp;Hu Bin ,&nbsp;Yao Yi","doi":"10.1016/j.jvlc.2018.06.003","DOIUrl":"https://doi.org/10.1016/j.jvlc.2018.06.003","url":null,"abstract":"<div><p>As a useful formalism tool, graph grammars provide a rigorous but intuitive way to specify visual languages. This paper, based on the existing Edge-based Graph Grammar (EGG), proposes a new context-sensitive graph grammar formalism called the Temporal Edge-based Graph Grammar, or TEGG. TEGG introduces some temporal mechanisms to grammatical specifications, productions, operations and so on in order to tackle time-related issues. In the paper, formal definitions of TEGG are provided first. Then, a new parsing algorithm with a decidability proof is proposed to check the correctness of a given graph's structure, to analyze operations’ timing when needed, and to make the computer simulation of the temporal sequence in the graph available. Next, the complexity of the parsing algorithm is analyzed. Finally, a case study on an application with temporal requirements is provided to show how the parsing algorithm of TEGG works.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"47 ","pages":"Pages 62-76"},"PeriodicalIF":0.0,"publicationDate":"2018-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2018.06.003","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72064476","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
NPIY : A novel partitioner for improving mapreduce performance NPY:一种改进mapreduce性能的新型分割器
Q3 Computer Science Pub Date : 2018-06-01 DOI: 10.1016/j.jvlc.2018.04.001
Wei Lu , Lei Chen , Liqiang Wang , Haitao Yuan , Weiwei Xing , Yong Yang

MapReduce is an effective and widely-used framework for processing large datasets in parallel over a cluster of computers. Data skew, cluster heterogeneity, and network traffic are three issues that significantly affect the performance of MapReduce applications. However, the hash-based partitioner in the native Hadoop does not consider these factors. This paper proposes a new partitioner for Yarn (Hadoop 2.6.0), namely, NPIY, which adopts an innovative parallel sampling method to distribute intermediate data. The paper makes the following major contributions: (1) NPIY mitigates data skew in MapReduce applications; (2) NPIY considers the heterogeneity of computing resources to balance the loads among Reducers; (3) NPIY reduces the network traffic in the shuffle phase by trying to retain intermediate data on those nodes running both map and reduce tasks. Compared with the native Hadoop and other popular strategies, NPIY can reduce execution time by up to 41.66% and 58.68% in homogeneous and heterogeneous clusters, respectively. We further customize NPIY for parallel image processing, and the execution time has been improved by 28.8% compared with the native Hadoop.

MapReduce是一个有效且广泛使用的框架,用于在计算机集群上并行处理大型数据集。数据偏斜、集群异构性和网络流量是显著影响MapReduce应用程序性能的三个问题。然而,本地Hadoop中基于哈希的分区器没有考虑这些因素。本文提出了一种新的Yarn分区器(Hadoop2.6.0),即NPY,它采用了一种创新的并行采样方法来分配中间数据。本文的主要贡献如下:(1)NPY减少了MapReduce应用程序中的数据偏斜;(2) NPY考虑了计算资源的异构性,以平衡Reducer之间的负载;(3) NPY通过尝试在运行map和reduce任务的节点上保留中间数据来减少混洗阶段的网络流量。与原生Hadoop和其他流行策略相比,NPY在同质集群和异构集群中的执行时间分别减少了41.66%和58.68%。我们进一步为并行图像处理定制了NPY,与原生Hadoop相比,执行时间提高了28.8%。
{"title":"NPIY : A novel partitioner for improving mapreduce performance","authors":"Wei Lu ,&nbsp;Lei Chen ,&nbsp;Liqiang Wang ,&nbsp;Haitao Yuan ,&nbsp;Weiwei Xing ,&nbsp;Yong Yang","doi":"10.1016/j.jvlc.2018.04.001","DOIUrl":"https://doi.org/10.1016/j.jvlc.2018.04.001","url":null,"abstract":"<div><p><span>MapReduce is an effective and widely-used framework for processing large datasets in parallel over a cluster of computers. Data skew, cluster heterogeneity, and network traffic are three issues that significantly affect the performance of MapReduce applications. However, the hash-based partitioner in the native </span>Hadoop<span> does not consider these factors. This paper proposes a new partitioner for Yarn (Hadoop 2.6.0), namely, NPIY, which adopts an innovative parallel sampling method to distribute intermediate data. The paper makes the following major contributions: (1) NPIY mitigates data skew in MapReduce applications; (2) NPIY considers the heterogeneity of computing resources to balance the loads among Reducers; (3) NPIY reduces the network traffic in the shuffle phase by trying to retain intermediate data on those nodes running both map and reduce tasks. Compared with the native Hadoop and other popular strategies, NPIY can reduce execution time by up to 41.66% and 58.68% in homogeneous and heterogeneous clusters, respectively. We further customize NPIY for parallel image processing, and the execution time has been improved by 28.8% compared with the native Hadoop.</span></p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"46 ","pages":"Pages 1-11"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2018.04.001","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72066822","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
Cluster-aware arrangement of the parallel coordinate plots 平行坐标图的群集感知排列
Q3 Computer Science Pub Date : 2018-06-01 DOI: 10.1016/j.jvlc.2017.10.003
Zhiguang Zhou, Zhifei Ye, Jiajun Yu, Weifeng Chen

The dimension ordering of parallel coordinate plots has been widely studied, aiming at the insightful exploration of multi-dimensional data. However, few works focus on the category distributions across dimensions and construct an effective dimension ordering to enable the visual exploration of clusters. Therefore, we propose a cluster-aware arrangement method of the parallel coordinate plots and design a visualization framework for the multi-dimensional data exploration. Firstly, a hierarchical clustering scheme is employed to identify the categories of interest across different dimensions. Then we design a group of icicle views to present the hierarchies of dimensions, the colors of which also indicate the relationships between different categories. A cluster-aware correlation is defined to measure the relationships between different attribute axes, based on the distributions of categories. Furthermore, a matrix map is designed to present the relationships between dimensions, and the MDS method is employed to transform the dimensions into 2D coordinates, in which the correlations among the dimensions are conserved. At last, we solve the Traveling Salesman Problem (TSP) and achieve an automated dimension ordering of the parallel coordinate plots, which largely highlights the relations of categories across dimensions. A set of convenient interactions are also integrated in the visualization system, allowing users to get insights into the multi-dimensional data from various perspectives. A large number of experimental results and the credible user studies further demonstrate the usefulness of the cluster-aware arrangement of the parallel coordinate plots.

平行坐标图的维数排序已被广泛研究,旨在深入探索多维数据。然而,很少有工作关注跨维度的类别分布,并构建有效的维度排序来实现集群的可视化探索。因此,我们提出了一种并行坐标图的聚类感知排列方法,并设计了一个用于多维数据探索的可视化框架。首先,采用分层聚类方案来识别不同维度的兴趣类别。然后,我们设计了一组冰柱视图来呈现维度的层次结构,其颜色也指示了不同类别之间的关系。基于类别的分布,定义了感知集群的相关性来测量不同属性轴之间的关系。此外,设计了一个矩阵图来表示维度之间的关系,并采用MDS方法将维度转换为二维坐标,其中维度之间的相关性是守恒的。最后,我们解决了旅行商问题(TSP),并实现了平行坐标图的自动维度排序,这在很大程度上突出了类别在维度上的关系。可视化系统中还集成了一组方便的交互,允许用户从各个角度深入了解多维数据。大量的实验结果和可信的用户研究进一步证明了平行坐标图的聚类感知排列的有用性。
{"title":"Cluster-aware arrangement of the parallel coordinate plots","authors":"Zhiguang Zhou,&nbsp;Zhifei Ye,&nbsp;Jiajun Yu,&nbsp;Weifeng Chen","doi":"10.1016/j.jvlc.2017.10.003","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.10.003","url":null,"abstract":"<div><p><span>The dimension ordering of parallel coordinate plots has been widely studied, aiming at the insightful exploration of multi-dimensional data. However, few works focus on the category distributions across dimensions and construct an effective dimension ordering to enable the visual exploration of clusters. Therefore, we propose a cluster-aware arrangement method of the parallel coordinate plots and design a visualization framework for the multi-dimensional data exploration. Firstly, a hierarchical clustering scheme is employed to identify the categories of interest across different dimensions. Then we design a group of icicle views to present the hierarchies of dimensions, the colors of which also indicate the relationships between different categories. A cluster-aware correlation is defined to measure the relationships between different attribute axes, based on the distributions of categories. Furthermore, a matrix map is designed to present the relationships between dimensions, and the MDS method is employed to transform the dimensions into 2D coordinates, in which the correlations among the dimensions are conserved. At last, we solve the </span>Traveling Salesman Problem (TSP) and achieve an automated dimension ordering of the parallel coordinate plots, which largely highlights the relations of categories across dimensions. A set of convenient interactions are also integrated in the visualization system, allowing users to get insights into the multi-dimensional data from various perspectives. A large number of experimental results and the credible user studies further demonstrate the usefulness of the cluster-aware arrangement of the parallel coordinate plots.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"46 ","pages":"Pages 43-52"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.10.003","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72066827","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
Parameterization of triangulated surface meshes based on constraints of distortion energy optimization 基于畸变能量优化约束的三角曲面网格参数化
Q3 Computer Science Pub Date : 2018-06-01 DOI: 10.1016/j.jvlc.2018.01.002
Junxiao Xue , Qingbin Li , Chengming Liu , Mingliang Xu

Parameterization of triangulated surface meshes is a crucial problem in computer graphics, computer aided geometric design and digital geometric processing. This paper addresses the problem of planar parameterization, i.e., mapping a given triangulated surface onto a planar domain. We construct an optimized algorithm for parameterization of genus-zero meshes and aim to minimize the distortion of the parameterization. An energy functional is proposed in the paper, that quantities angle and area distortions simultaneously, while the relative importance between angle and area preservation can be controlled by the user through a parameter. The method is based on an iterative procedure that incrementally flattens mesh by growing region to obtain a parameterization result with free boundary. The result is then converted to a parameterization with regular boundary by conformal mapping. Application of the method to texture mapping is presented. Experiments show that the proposed method can obtain better results than some common parameterization methods.

三角曲面网格的参数化是计算机图形学、计算机辅助几何设计和数字几何处理中的一个关键问题。本文讨论了平面参数化问题,即将给定的三角曲面映射到平面域上。我们构造了一个优化的亏格零网格参数化算法,旨在最小化参数化的失真。本文提出了一种能量函数,它同时量化角度和面积失真,而角度和面积保持之间的相对重要性可以由用户通过一个参数来控制。该方法基于迭代过程,通过增加区域来逐步展平网格,以获得具有自由边界的参数化结果。然后通过保角映射将结果转换为具有规则边界的参数化。介绍了该方法在纹理映射中的应用。实验表明,与常用的参数化方法相比,该方法可以获得更好的结果。
{"title":"Parameterization of triangulated surface meshes based on constraints of distortion energy optimization","authors":"Junxiao Xue ,&nbsp;Qingbin Li ,&nbsp;Chengming Liu ,&nbsp;Mingliang Xu","doi":"10.1016/j.jvlc.2018.01.002","DOIUrl":"https://doi.org/10.1016/j.jvlc.2018.01.002","url":null,"abstract":"<div><p>Parameterization of triangulated surface meshes is a crucial problem in computer graphics, computer aided geometric design and digital geometric processing. This paper addresses the problem of planar parameterization, i.e., mapping a given triangulated surface onto a planar domain. We construct an optimized algorithm for parameterization of genus-zero meshes and aim to minimize the distortion of the parameterization. An energy functional is proposed in the paper, that quantities angle and area distortions simultaneously, while the relative importance between angle and area preservation can be controlled by the user through a parameter. The method is based on an iterative procedure that incrementally flattens mesh by growing region to obtain a parameterization result with free boundary. The result is then converted to a parameterization with regular boundary by conformal mapping. Application of the method to texture mapping is presented. Experiments show that the proposed method can obtain better results than some common parameterization methods.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"46 ","pages":"Pages 53-62"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2018.01.002","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72066823","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}
引用次数: 2
Click-Search: Supporting information search with crowd-powered image-to-keyword query formulation 点击搜索:支持信息搜索,支持大众化图像到关键词的查询公式
Q3 Computer Science Pub Date : 2018-06-01 DOI: 10.1016/j.jvlc.2016.09.002
Ping-Jing Yang , Hao-Chuan Wang , Yu-Hsuan Liu

Information search is a common yet important task in everyday work and life. It remains challenging how to help users search for information or things they don’t know how to express with words. Also, even when people know how to express, the cognitive cost required to retrieve the concepts and formulate the queries can be excessive. In this paper, we present Click-Search, a search user interface that allows people to indicate their search intents by merely selecting and cropping segments of pictures. The system automatically converts cropped image segments to keywords based on known semantic labels at the level of image pixels that are generated by crowdsourced image tagging. Through a user study, we showed that Click-Search could support object-finding activities effectively with a satisfactory user experience.

信息搜索是日常工作和生活中一项常见而重要的任务。如何帮助用户搜索他们不知道如何用文字表达的信息或事物仍然是一个挑战。此外,即使人们知道如何表达,检索概念和制定查询所需的认知成本也可能过高。在本文中,我们介绍了点击搜索,这是一个搜索用户界面,人们只需选择和剪切图片片段就可以指示他们的搜索意图。该系统基于众包图像标记生成的图像像素级别的已知语义标签,自动将裁剪的图像片段转换为关键词。通过用户研究,我们发现点击搜索可以有效地支持对象查找活动,并获得满意的用户体验。
{"title":"Click-Search: Supporting information search with crowd-powered image-to-keyword query formulation","authors":"Ping-Jing Yang ,&nbsp;Hao-Chuan Wang ,&nbsp;Yu-Hsuan Liu","doi":"10.1016/j.jvlc.2016.09.002","DOIUrl":"https://doi.org/10.1016/j.jvlc.2016.09.002","url":null,"abstract":"<div><p>Information search is a common yet important task in everyday work and life. It remains challenging how to help users search for information or things they don’t know how to express with words. Also, even when people know how to express, the cognitive cost required to retrieve the concepts and formulate the queries can be excessive. In this paper, we present Click-Search, a search user interface that allows people to indicate their search intents by merely selecting and cropping segments of pictures. The system automatically converts cropped image segments to keywords based on known semantic labels at the level of image pixels that are generated by crowdsourced image tagging. Through a user study, we showed that Click-Search could support object-finding activities effectively with a satisfactory user experience.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"46 ","pages":"Pages 12-19"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2016.09.002","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72066821","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}
引用次数: 1
Authoring diagrams that adapt to their viewing context 编写适合其查看上下文的图表
Q3 Computer Science Pub Date : 2018-06-01 DOI: 10.1016/j.jvlc.2016.11.001
Cameron McCormack, Kim Marriott, Bernd Meyer

The Web and digital media require documents whose appearance and content adapt to the viewing context and to user interaction. While most previous research has focussed on adaptation for textual and multimedia content, this is also true for diagrammatic content. We (a) identify the reasons for adaptation and the different kinds of adaptation that make sense for diagrams; (b) present an aspect-oriented model for diagram adaptation that separates adaptation into different orthogonal components; (c) describe a diagram authoring tool based on this model; and (d) present the results of a user evaluation of the tool. Our model uses layout “configurations” to model significantly different layout alternatives and geometric constraints to perform minor layout adjustment. The author can also specify alternate representations for an object, alternate styles and alternate textual content. The resulting space of different versions of the diagram is the cross product of these different alternatives. At display time the version is selected from this cross product and constructed automatically, taking into account the author specified preference order on the alternatives, current viewing environment, and user interaction.

网络和数字媒体要求文档的外观和内容与观看环境和用户交互相适应。虽然以前的大多数研究都集中在文本和多媒体内容的改编上,但图表内容也是如此。我们(a)确定适应的原因以及对图表有意义的不同类型的适应;(b) 提出了一种用于图自适应的面向方面的模型,该模型将自适应分离为不同的正交分量;(c) 描述了一个基于该模型的图表创作工具;以及(d)呈现所述工具的用户评估的结果。我们的模型使用布局“配置”对明显不同的布局备选方案和几何约束进行建模,以执行较小的布局调整。作者还可以指定对象的替代表示、替代样式和替代文本内容。图的不同版本的结果空间是这些不同备选方案的交叉乘积。在显示时,从该交叉产品中选择版本并自动构建,同时考虑作者指定的备选方案的偏好顺序、当前查看环境和用户交互。
{"title":"Authoring diagrams that adapt to their viewing context","authors":"Cameron McCormack,&nbsp;Kim Marriott,&nbsp;Bernd Meyer","doi":"10.1016/j.jvlc.2016.11.001","DOIUrl":"https://doi.org/10.1016/j.jvlc.2016.11.001","url":null,"abstract":"<div><p>The Web and digital media require documents whose appearance and content adapt to the viewing context and to user interaction. While most previous research has focussed on adaptation for textual and multimedia content<span>, this is also true for diagrammatic content. We (a) identify the reasons for adaptation and the different kinds of adaptation that make sense for diagrams; (b) present an aspect-oriented model for diagram adaptation that separates adaptation into different orthogonal components; (c) describe a diagram authoring tool based on this model; and (d) present the results of a user evaluation of the tool. Our model uses layout “configurations” to model significantly different layout alternatives and geometric constraints to perform minor layout adjustment. The author can also specify alternate representations for an object, alternate styles and alternate textual content. The resulting space of different versions of the diagram is the cross product of these different alternatives. At display time the version is selected from this cross product and constructed automatically, taking into account the author specified preference order on the alternatives, current viewing environment, and user interaction.</span></p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"46 ","pages":"Pages 20-34"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2016.11.001","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72066828","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}
引用次数: 3
ContextuWall: Multi-site collaboration using display walls ContextuWall:使用显示墙的多站点协作
Q3 Computer Science Pub Date : 2018-06-01 DOI: 10.1016/j.jvlc.2017.10.002
Matthias Klapperstueck , Tobias Czauderna , Cagatay Goncu , Jaroslaw Glowacki , Tim Dwyer , Falk Schreiber , Kim Marriott

The emerging field of Immersive Analytics investigates how novel display and interaction technologies can enable people to better explore and analyse data and complex information. Collaboration is a crucial aspect of Immersive Analytics. In this paper we present ContextuWall, a system for interactive local and remote collaboration using touch and mobile devices as well as displays of various sizes. The system enables groups of users located on different sites to share content to a jointly used virtual desktop which is accessible over a secured network. This virtual desktop can be shown on different large displays simultaneously, taking advantage of their high resolution. To enable users to intuitively share, arrange as well as annotate image content, a purpose-built client software has been developed and can easily be adapted with plug-ins for existing data analytics software. We show exemplary use cases and describe the system architecture and its implementation.

沉浸式分析这一新兴领域研究了新颖的显示和交互技术如何使人们能够更好地探索和分析数据和复杂信息。协作是沉浸式分析的一个重要方面。在本文中,我们介绍了ContextuWall,这是一个使用触摸和移动设备以及各种尺寸的显示器进行交互式本地和远程协作的系统。该系统使位于不同站点的用户组能够将内容共享到可通过安全网络访问的共同使用的虚拟桌面。这种虚拟桌面可以同时显示在不同的大型显示器上,利用它们的高分辨率。为了使用户能够直观地共享、排列和注释图像内容,已经开发了一个专门构建的客户端软件,该软件可以很容易地与现有数据分析软件的插件进行适配。我们展示了示例性的用例,并描述了系统架构及其实现。
{"title":"ContextuWall: Multi-site collaboration using display walls","authors":"Matthias Klapperstueck ,&nbsp;Tobias Czauderna ,&nbsp;Cagatay Goncu ,&nbsp;Jaroslaw Glowacki ,&nbsp;Tim Dwyer ,&nbsp;Falk Schreiber ,&nbsp;Kim Marriott","doi":"10.1016/j.jvlc.2017.10.002","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.10.002","url":null,"abstract":"<div><p><span>The emerging field of Immersive Analytics investigates how novel display and interaction technologies can enable people to better explore and analyse data and complex information. Collaboration is a crucial aspect of Immersive Analytics. In this paper we present ContextuWall, a system for interactive local and remote collaboration using touch and mobile devices as well as displays of various sizes. The system enables groups of users located on different sites to share content to a jointly used virtual desktop which is accessible over a secured network. This virtual desktop can be shown on different large displays simultaneously, taking advantage of their high resolution. To enable users to intuitively share, arrange as well as annotate image content, a purpose-built client software has been developed and can easily be adapted with plug-ins for existing data analytics software. We show exemplary use cases and describe the </span>system architecture and its implementation.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"46 ","pages":"Pages 35-42"},"PeriodicalIF":0.0,"publicationDate":"2018-06-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.10.002","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72066826","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}
引用次数: 7
Performance assessment of RDF graph databases for smart city services 用于智能城市服务的RDF图数据库的性能评估
Q3 Computer Science Pub Date : 2018-04-01 DOI: 10.1016/j.jvlc.2018.03.002
Pierfrancesco Bellini , Paolo Nesi

Smart cities are providing advanced services aggregating and exploiting data from different sources. Cities collect static data such as road graphs, service description, as well as dynamic/real time data like weather forecast, traffic sensors, bus positions, city sensors, events, emergency data, flows, etc. RDF stores may be used to set up knowledge bases integrating heterogeneous information for web and mobile applications to use the data for new advanced services to citizens and city administrators, thus exploiting inferential capabilities, temporal and spatial reasoning, and text indexing. In this paper, the needs and constraints for RDF stores to be used for smart cities services, together with the currently available RDF stores are evaluated. The assessment model allows a full understanding of whether an RDF store is suitable to be used as a basis for Smart City modeling and applications. The RDF assessment model is also supported by a benchmark which extends available RDF store benchmarks at the state the art. The comparison of the RDF stores has been applied on a number of well-known RDF stores as Virtuoso, GraphDB (former OWLIM), Oracle, StarDog, and many others. The paper also reports the adoption of the proposed Smart City RDF Benchmark on the basis of Florence Smart City model, data sets and tools accessible as Km4City Http://www.Km4City.org, and adopted in the European Commission international smart city projects named RESOLUTE H2020, REPLICATE H2020, and in Sii-Mobility National Smart City project in Italy.

智能城市正在提供先进的服务,汇集和利用来自不同来源的数据。城市收集静态数据,如道路图、服务描述,以及动态/实时数据,如天气预报、交通传感器、公交车位置、城市传感器、事件、应急数据、流量等。RDF存储可用于建立知识库,集成web和移动应用程序的异构信息,将数据用于向公民和城市管理人员提供新的高级服务,从而利用推理能力、时间和空间推理以及文本索引。在本文中,评估了RDF存储用于智能城市服务的需求和限制,以及当前可用的RDF存储。评估模型使我们能够充分了解RDF商店是否适合用作智能城市建模和应用程序的基础。RDF评估模型还得到了一个基准的支持,该基准扩展了现有技术中可用的RDF存储基准。RDF存储的比较已应用于许多知名的RDF存储,如Virtuoso、GraphDB(前OWLIM)、Oracle、StarDog和许多其他存储。本文还报告了在佛罗伦萨智能城市模型、数据集和工具Km4City H的基础上采用拟议的智能城市RDF基准ttp://www.Km4City.org,并被欧盟委员会命名为RESOLUTE H2020、REPLICATE H2020的国际智能城市项目和意大利的Sii Mobility国家智能城市项目所采用。
{"title":"Performance assessment of RDF graph databases for smart city services","authors":"Pierfrancesco Bellini ,&nbsp;Paolo Nesi","doi":"10.1016/j.jvlc.2018.03.002","DOIUrl":"https://doi.org/10.1016/j.jvlc.2018.03.002","url":null,"abstract":"<div><p>Smart cities are providing advanced services aggregating and exploiting data from different sources. Cities collect static data such as road graphs, service description, as well as dynamic/real time data like weather forecast, traffic sensors, bus positions, city sensors, events, emergency data, flows, etc. RDF stores may be used to set up knowledge bases integrating heterogeneous information for web and mobile applications to use the data for new advanced services to citizens and city administrators, thus exploiting inferential capabilities, temporal and spatial reasoning, and text indexing. In this paper, the needs and constraints for RDF stores to be used for smart cities services, together with the currently available RDF stores are evaluated. The assessment model allows a full understanding of whether an RDF store is suitable to be used as a basis for Smart City modeling and applications. The RDF assessment model is also supported by a benchmark which extends available RDF store benchmarks at the state the art. The comparison of the RDF stores has been applied on a number of well-known RDF stores as Virtuoso, GraphDB (former OWLIM), Oracle, StarDog, and many others. The paper also reports the adoption of the proposed <em>Smart City RDF Benchmark</em> on the basis of Florence Smart City model, data sets and tools accessible as Km4City <span>Http://www.Km4City.org</span><svg><path></path></svg>, and adopted in the European Commission international smart city projects named RESOLUTE H2020, REPLICATE H2020, and in Sii-Mobility National Smart City project in Italy.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"45 ","pages":"Pages 24-38"},"PeriodicalIF":0.0,"publicationDate":"2018-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2018.03.002","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72102805","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 32
The visual analysis of flow pattern for public bicycle system 公共自行车系统流动模式的可视化分析
Q3 Computer Science Pub Date : 2018-04-01 DOI: 10.1016/j.jvlc.2017.03.007
Xiaoying Shi , Zhenhai Yu , Jing Chen , Haitao Xu , Fei Lin

Public Bicycle System(PBS) is an increasingly popular mode of public transit, with the advantage of pollution-free and flexibility. In this paper, we present an interactive visual analytic system for exploring complex flows generated by PBS. Four inter-linked visualization views are designed to illustrate multiple perspectives of data, such as the spatial-temporal changes, the relationships and differences between flow OD pairs and the multi-dimensional factors(weather condition, calendar events) influencing on the rental numbers. A new presentation “Parallel coordinates with line and set” combined with flexible interaction schemes is proposed to support the exploration of multivariate association. We exemplify our approach with a real citywide PBS dataset. The results of case study demonstrate that our system is helpful for visually classifying stations with different flow patterns, speculating in-depth reasons, as well as investigating abnormal behaviors, helping decision makers to gain a better understanding of the large dataset.

公共自行车系统(PBS)是一种日益流行的公共交通方式,具有无污染和灵活性的优点。在本文中,我们提出了一个交互式视觉分析系统,用于探索PBS生成的复杂流。设计了四个相互链接的可视化视图,以说明数据的多个视角,如时空变化、流量OD对之间的关系和差异以及影响租赁数量的多维因素(天气条件、日历事件)。提出了一种新的表示形式“带线和集的平行坐标”,结合灵活的交互方案来支持多元关联的探索。我们用一个真实的全市PBS数据集来举例说明我们的方法。案例研究结果表明,我们的系统有助于对具有不同流型的站点进行可视化分类,推测深入原因,以及调查异常行为,帮助决策者更好地了解大型数据集。
{"title":"The visual analysis of flow pattern for public bicycle system","authors":"Xiaoying Shi ,&nbsp;Zhenhai Yu ,&nbsp;Jing Chen ,&nbsp;Haitao Xu ,&nbsp;Fei Lin","doi":"10.1016/j.jvlc.2017.03.007","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.03.007","url":null,"abstract":"<div><p>Public Bicycle System(PBS) is an increasingly popular mode of public transit, with the advantage of pollution-free and flexibility. In this paper, we present an interactive visual analytic system for exploring complex flows generated by PBS. Four inter-linked visualization views are designed to illustrate multiple perspectives of data, such as the spatial-temporal changes, the relationships and differences between flow OD pairs and the multi-dimensional factors(weather condition, calendar events) influencing on the rental numbers. A new presentation “Parallel coordinates with line and set” combined with flexible interaction schemes is proposed to support the exploration of multivariate association. We exemplify our approach with a real citywide PBS dataset. The results of case study demonstrate that our system is helpful for visually classifying stations with different flow patterns, speculating in-depth reasons, as well as investigating abnormal behaviors, helping decision makers to gain a better understanding of the large dataset.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"45 ","pages":"Pages 51-60"},"PeriodicalIF":0.0,"publicationDate":"2018-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.03.007","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72060145","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}
引用次数: 17
Adaptive view synthesis optimization for low complexity 3D-HEVC encoding 低复杂度3D-HEVC编码的自适应视图合成优化
Q3 Computer Science Pub Date : 2018-04-01 DOI: 10.1016/j.jvlc.2018.01.001
Songchao Tan , Siwei Ma , Shanshe Wang , Shiqi Wang , Xinfeng Zhang , Wen Gao

Depth compression plays an important role in 3D video coding with the typical texture-plus-depth representation. In this paper, to reduce the encoding complexity of depth map, we propose a low complexity adaptive View Synthesis Optimization scheme for the 3D extension of high efficiency video coding (3D-HEVC) standard. More specifically, we distinguish the coding tree units (CTUs) based on the influence of depth map compression on the quality of rendered synthesized view, and classify them into two categories, including synthesized view distortion change (SVDC) based and view synthesis distortion estimation (VSDE) based CTUs. In this manner, we can dynamically distinguish the CTUs and apply different rate-distortion optimization strategies. Moreover, for VSDE based CTUs, a new distortion model is proposed to infer the distortion of the synthesized view based on the depth distortion and texture characteristics. As such, we can achieve a good trade-off between the rate-distortion performance and computational complexity for depth map coding. Experimental results also confirm that the proposed scheme is effective in reducing the encoding complexity with ignorable rate-distortion performance loss compared with the state-of-the-art scheme in the 3D-HEVC platform.

深度压缩在具有典型纹理加深度表示的三维视频编码中起着重要作用。在本文中,为了降低深度图的编码复杂度,我们提出了一种低复杂度的自适应视图合成优化方案,用于高效视频编码(3D-HEVC)标准的3D扩展。更具体地说,我们根据深度图压缩对渲染合成视图质量的影响来区分编码树单元(CTU),并将其分为两类,包括基于合成视图失真变化(SVDC)的编码树单元和基于视图合成失真估计(VSDE)的编码树单元。通过这种方式,我们可以动态地区分CTU,并应用不同的率失真优化策略。此外,对于基于VSDE的CTU,提出了一种新的失真模型,根据深度失真和纹理特征来推断合成视图的失真。因此,我们可以在深度图编码的率失真性能和计算复杂性之间实现良好的权衡。实验结果还证实,与3D-HEVC平台中最先进的方案相比,所提出的方案在降低编码复杂度的同时具有可忽略的率失真性能损失。
{"title":"Adaptive view synthesis optimization for low complexity 3D-HEVC encoding","authors":"Songchao Tan ,&nbsp;Siwei Ma ,&nbsp;Shanshe Wang ,&nbsp;Shiqi Wang ,&nbsp;Xinfeng Zhang ,&nbsp;Wen Gao","doi":"10.1016/j.jvlc.2018.01.001","DOIUrl":"https://doi.org/10.1016/j.jvlc.2018.01.001","url":null,"abstract":"<div><p>Depth compression plays an important role in 3D video coding with the typical texture-plus-depth representation. In this paper, to reduce the encoding complexity of depth map, we propose a low complexity adaptive View Synthesis Optimization scheme for the 3D extension of high efficiency video coding (3D-HEVC) standard. More specifically, we distinguish the coding tree units (CTUs) based on the influence of depth map compression on the quality of rendered synthesized view, and classify them into two categories, including synthesized view distortion change (SVDC) based and view synthesis distortion estimation (VSDE) based CTUs. In this manner, we can dynamically distinguish the CTUs and apply different rate-distortion optimization strategies. Moreover, for VSDE based CTUs, a new distortion model is proposed to infer the distortion of the synthesized view based on the depth distortion and texture characteristics. As such, we can achieve a good trade-off between the rate-distortion performance and computational complexity for depth map coding. Experimental results also confirm that the proposed scheme is effective in reducing the encoding complexity with ignorable rate-distortion performance loss compared with the state-of-the-art scheme in the 3D-HEVC platform.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"45 ","pages":"Pages 44-50"},"PeriodicalIF":0.0,"publicationDate":"2018-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2018.01.001","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72060146","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}
引用次数: 0
期刊
Journal of Visual Languages and Computing
全部 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