首页 > 最新文献

Journal of Visual Languages and Computing最新文献

英文 中文
New document scoring model based on interval tree 一种新的基于区间树的文档评分模型
Q3 Computer Science Pub Date : 2018-04-01 DOI: 10.1016/j.jvlc.2018.01.003
Zeyu Xiong, Yijie Wang

Classical BM25 scoring is designed for unstructured documents. In the past years, people try to adapt the BM25 ranking formula to deal with structured documents. Most works on structured document retrieval treat the combination of field scores, but it is hard to determine the field weights before the formation of document score. We aim to establish a new method to sort the field weights. The motivation comes from two aspects. On the one hand, the construction of interval tree reflects retrieval results with higher-order proximity for a text field. According to writing style, the important sentence or phrase for representing main idea frequently appear in the front or the rear part of a text-field. Therefore, the proximity scoring for different part in a text-field should be different. We thus take higher factor for calculating proximity scoring in the front and the rear parts than in the middle part. On the other hand, the more the interval length includes inquiring terms, the less the proximity scoring is, thereby the higher tf value for term appearing in an interval should affect the computation of proximity scoring. Therefore, we develop a new method for calculating the field weights based on the ranking score. The ranking score for each field can be calculated by interval tree based on terms relevance. Interval tree can be viewed as a tool of higher terms proximity in text visualization. This new field weights reflect the terms proximity and can be used to calculate document scoring for terms retrieval. Experimental results show that the new document scoring model well reflects the terms proximity, and the new document scoring scheme ScoreComp, combined with interval scoring, is more sensitive than scheme FreqComp combined with interval scoring.

经典的BM25评分是为非结构化文档设计的。在过去的几年里,人们试图调整BM25排名公式来处理结构化文档。大多数结构化文档检索工作都处理字段得分的组合,但在形成文档得分之前很难确定字段权重。我们的目的是建立一种新的方法来排序字段权重。动机来自两个方面。一方面,区间树的构造反映了对文本字段具有高阶贴近度的检索结果。根据写作风格,代表大意的重要句子或短语经常出现在文本字段的前部或后部。因此,文本字段中不同部分的接近度得分应该不同。因此,我们在计算前部和后部的接近度得分时采用了比中部更高的系数。另一方面,区间长度包括的查询项越多,接近度得分就越少,因此区间中出现的项的tf值越高,应该会影响接近度得分的计算。因此,我们开发了一种基于排名得分计算字段权重的新方法。每个字段的排名得分可以通过基于术语相关性的区间树来计算。在文本可视化中,区间树可以被视为一种术语接近度较高的工具。这个新的字段权重反映了术语的接近度,并可用于计算术语检索的文档评分。实验结果表明,新的文档评分模型很好地反映了术语的接近性,并且与区间评分相结合的新文档评分方案ScoreComp比与区间评分结合的方案FreqComp更敏感。
{"title":"New document scoring model based on interval tree","authors":"Zeyu Xiong,&nbsp;Yijie Wang","doi":"10.1016/j.jvlc.2018.01.003","DOIUrl":"https://doi.org/10.1016/j.jvlc.2018.01.003","url":null,"abstract":"<div><p>Classical BM25 scoring is designed for unstructured documents. In the past years, people try to adapt the BM25 ranking formula to deal with structured documents. Most works on structured document retrieval treat the combination of field scores, but it is hard to determine the field weights before the formation of document score. We aim to establish a new method to sort the field weights. The motivation comes from two aspects. On the one hand, the construction of interval tree reflects retrieval results with higher-order proximity for a text field. According to writing style, the important sentence or phrase for representing main idea frequently appear in the front or the rear part of a text-field. Therefore, the proximity scoring for different part in a text-field should be different. We thus take higher factor for calculating proximity scoring in the front and the rear parts than in the middle part. On the other hand, the more the interval length includes inquiring terms, the less the proximity scoring is, thereby the higher <em>tf</em> value for term appearing in an interval should affect the computation of proximity scoring. Therefore, we develop a new method for calculating the field weights based on the ranking score. The ranking score for each field can be calculated by interval tree based on terms relevance. Interval tree can be viewed as a tool of higher terms proximity in text visualization. This new field weights reflect the terms proximity and can be used to calculate document scoring for terms retrieval. Experimental results show that the new document scoring model well reflects the terms proximity, and the new document scoring scheme ScoreComp, combined with interval scoring, is more sensitive than scheme FreqComp combined with interval scoring.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"45 ","pages":"Pages 39-43"},"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.003","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72060148","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
Structure-preserving texture filtering for adaptive image smoothing 用于自适应图像平滑的保结构纹理滤波
Q3 Computer Science Pub Date : 2018-04-01 DOI: 10.1016/j.jvlc.2018.02.002
Chengfang Song , Chunxia Xiao , Xuefei Li , Jing Li , Haigang Sui

Extracting meaningful structures from images with complicated texture patterns is challenging since it is hard to separate structure from texture with similar scale or intensity contrast. In this paper, we propose a structure-preserving bilateral texture filtering algorithm to smooth texture while preserving salient structures. We design a dual-scale patch toggle scheme. That is, two-scale patches are exploited to represent pixels alternatively, the smaller ones for pixels located at structure edges and the bigger ones for pixels in textural regions, and DASM (Directional Anisotropic Structure Measurement) on each pixel is estimated to select which type of patch for it. Our algorithm is based on the framework of joint bilateral filtering, so it is fast, easy to implement, yet effective for adaptive image smoothing. In particular, our approach outperforms previous methods in terms of preserving small structures. The proposed method achieves excellent results that illustrate its effectiveness and efficiency.

从具有复杂纹理图案的图像中提取有意义的结构是具有挑战性的,因为很难将具有相似尺度或强度对比度的结构与纹理分离。在本文中,我们提出了一种保留结构的双边纹理滤波算法,以在保留显著结构的同时平滑纹理。我们设计了一个双尺度的补丁切换方案。也就是说,使用两个尺度的补丁来交替表示像素,较小的补丁用于位于结构边缘的像素,较大的补丁用于纹理区域的像素,并估计每个像素上的DASM(定向各向异性结构测量)来为其选择哪种类型的补丁。我们的算法基于联合双边滤波的框架,因此速度快,易于实现,但对自适应图像平滑有效。特别是,我们的方法在保留小结构方面优于以前的方法。该方法取得了良好的效果,说明了其有效性和效率。
{"title":"Structure-preserving texture filtering for adaptive image smoothing","authors":"Chengfang Song ,&nbsp;Chunxia Xiao ,&nbsp;Xuefei Li ,&nbsp;Jing Li ,&nbsp;Haigang Sui","doi":"10.1016/j.jvlc.2018.02.002","DOIUrl":"https://doi.org/10.1016/j.jvlc.2018.02.002","url":null,"abstract":"<div><p>Extracting meaningful structures from images with complicated texture patterns is challenging since it is hard to separate structure from texture with similar scale or intensity contrast. In this paper, we propose a structure-preserving bilateral texture filtering algorithm to smooth texture while preserving salient structures. We design a <em>dual-scale patch toggle</em> scheme. That is, two-scale patches are exploited to represent pixels alternatively, the smaller ones for pixels located at structure edges and the bigger ones for pixels in textural regions, and DASM (Directional Anisotropic Structure Measurement) on each pixel is estimated to select which type of patch for it. Our algorithm is based on the framework of joint bilateral filtering, so it is fast, easy to implement, yet effective for adaptive image smoothing. In particular, our approach outperforms previous methods in terms of preserving small structures. The proposed method achieves excellent results that illustrate its effectiveness and efficiency.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"45 ","pages":"Pages 17-23"},"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.02.002","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72102804","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}
引用次数: 13
HomeSeeker: A visual analytics system of real estate data HomeSeeker:房地产数据的可视化分析系统
Q3 Computer Science Pub Date : 2018-04-01 DOI: 10.1016/j.jvlc.2018.02.001
Mingzhao Li , Zhifeng Bao , Timos Sellis , Shi Yan , Rui Zhang

In this paper, we present HomeSeeker, an interactive visual analytics system to serve users with different backgrounds of the local real estate market and meet different degrees of user requirements. As a result, HomeSeeker augments existing commercial systems to help users discover hidden patterns, link various location-centered data to the price, as well as explore, filter and compare the properties, in order to easily find their preferred properties. In particular, we make the following contributions: (1) We present a problem abstraction for designing visualizations that help home buyers analyse the real estate data. Specifically, our data abstraction integrates heterogeneous data from different channels into a location-centred integrated real estate dataset. (2) We propose an interactive visual analytic procedure to help less informed users gradually learn about the local real estate market, upon which users exploit this learned knowledge to specify their individual requirements in property seeking. (3) We propose a series of designs to visualize properties/suburbs in different dimensions and in different granularities. We have collected, integrated and cleaned last 10 year’s real estate sold records in Australia as well as their location-related education, facility and transportation profiles, to generate a real multi-dimensional data repository, and implemented a system prototype for public access (http://115.146.89.158). At last, we present case studies based on real-world datasets and real scenario to demonstrate the usefulness and effectiveness of our system.

在本文中,我们提出了HomeSeeker,这是一个交互式视觉分析系统,旨在为具有不同背景的当地房地产市场用户提供服务,并满足不同程度的用户需求。因此,HomeSeeker增强了现有的商业系统,帮助用户发现隐藏的模式,将各种以位置为中心的数据与价格联系起来,以及探索、过滤和比较房产,以便轻松找到他们喜欢的房产。特别是,我们做出了以下贡献:(1)我们提出了一个问题抽象,用于设计可视化,帮助购房者分析房地产数据。具体而言,我们的数据抽象将来自不同渠道的异构数据集成到以位置为中心的集成房地产数据集中。(2) 我们提出了一种交互式视觉分析程序,以帮助信息较少的用户逐渐了解当地房地产市场,用户可以利用这些学习到的知识来指定他们在寻找房产时的个人要求。(3) 我们提出了一系列设计,以不同的维度和粒度来可视化物业/郊区。我们收集、整合和清理了过去10年在澳大利亚的房地产销售记录,以及与位置相关的教育、设施和交通档案,以生成一个真正的多维数据存储库,并实现了一个供公众访问的系统原型(http://115.146.89.158)。最后,我们基于真实世界的数据集和真实场景进行了案例研究,以证明我们的系统的有用性和有效性。
{"title":"HomeSeeker: A visual analytics system of real estate data","authors":"Mingzhao Li ,&nbsp;Zhifeng Bao ,&nbsp;Timos Sellis ,&nbsp;Shi Yan ,&nbsp;Rui Zhang","doi":"10.1016/j.jvlc.2018.02.001","DOIUrl":"https://doi.org/10.1016/j.jvlc.2018.02.001","url":null,"abstract":"<div><p><span><span>In this paper, we present HomeSeeker, an interactive visual analytics system to serve users with different backgrounds of the local real estate market and meet different degrees of user requirements. As a result, HomeSeeker augments existing commercial systems to help users discover hidden patterns, link various location-centered data to the price, as well as explore, filter and compare the properties, in order to easily find their preferred properties. In particular, we make the following contributions: (1) We present a problem abstraction for designing visualizations that help home buyers analyse the real estate data. Specifically, our data abstraction integrates heterogeneous data from different channels into a location-centred integrated real estate dataset. (2) We propose an interactive visual analytic procedure to help less informed users gradually learn about the local real estate market, upon which users exploit this learned knowledge to specify their individual requirements in property seeking. (3) We propose a series of designs to visualize properties/suburbs in different dimensions and in different </span>granularities. We have collected, integrated and cleaned last 10 year’s real estate sold records in Australia as well as their location-related education, facility and transportation profiles, to generate a real multi-dimensional data repository, and implemented a system prototype for public access (</span><span>http://115.146.89.158</span><svg><path></path></svg>). At last, we present case studies based on real-world datasets and real scenario to demonstrate the usefulness and effectiveness of our system.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"45 ","pages":"Pages 1-16"},"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.02.001","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72060143","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}
引用次数: 20
Fast content-aware resizing of multi-layer information visualization via adaptive triangulation 通过自适应三角测量快速调整多层信息可视化的内容感知大小
Q3 Computer Science Pub Date : 2018-04-01 DOI: 10.1016/j.jvlc.2017.03.004
Chenhui Li , George Baciu , Yunzhe Wang , Xiujun Zhang

Visual graphics and image-based content have become the pervasive modes of interaction with the digital information flow. With the immense proliferation of display systems and devices, visual content representation has become increasingly challenging. Classical static image resizing algorithms are not directly suitable for the current dynamic information visualization of streaming data flows and processes because most of the visual content often consists of superimposed, multi-layered, multi-scale structure. In this paper, we propose a new adaptive method for content-aware resizing of visual information flow. Scaling is performed by deforming a hierarchical triangle mesh that matches the visual saliency map (VSM) of the streaming data. The VSM is generated automatically based on a series of predefined rules operating on a triangular mesh representation of visual features. We present a linear energy function to minimize distortions of the triangular deformations to perceptually preserve informative content. Through multiple experiments on real datasets, we show that the method has both high performance as well as high robustness in the presence of large differences in the visual aspect ratios between target displays.

视觉图形和基于图像的内容已经成为与数字信息流交互的普遍模式。随着显示系统和设备的巨大普及,视觉内容表示变得越来越具有挑战性。经典的静态图像大小调整算法并不直接适用于当前流数据流和过程的动态信息可视化,因为大多数视觉内容通常由叠加的、多层的、多尺度的结构组成。在本文中,我们提出了一种新的自适应方法来调整视觉信息流的内容感知大小。缩放是通过使与流数据的视觉显著性图(VSM)匹配的分层三角形网格变形来执行的。VSM是基于对视觉特征的三角形网格表示进行操作的一系列预定义规则自动生成的。我们提出了一个线性能量函数,以最小化三角形变形的失真,从而在感知上保持信息内容。通过在真实数据集上的多次实验,我们表明,在目标显示器之间的视觉纵横比存在较大差异的情况下,该方法具有高性能和高鲁棒性。
{"title":"Fast content-aware resizing of multi-layer information visualization via adaptive triangulation","authors":"Chenhui Li ,&nbsp;George Baciu ,&nbsp;Yunzhe Wang ,&nbsp;Xiujun Zhang","doi":"10.1016/j.jvlc.2017.03.004","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.03.004","url":null,"abstract":"<div><p>Visual graphics and image-based content have become the pervasive modes of interaction with the digital information flow. With the immense proliferation of display systems and devices, visual content representation has become increasingly challenging. Classical static image resizing algorithms are not directly suitable for the current dynamic information visualization of streaming data flows and processes because most of the visual content often consists of superimposed, multi-layered, multi-scale structure. In this paper, we propose a new adaptive method for content-aware resizing of visual information flow. Scaling is performed by deforming a hierarchical triangle mesh that matches the visual saliency map (VSM) of the streaming data. The VSM is generated automatically based on a series of predefined rules<span> operating on a triangular mesh representation of visual features. We present a linear energy function to minimize distortions of the triangular deformations to perceptually preserve informative content. Through multiple experiments on real datasets, we show that the method has both high performance as well as high robustness in the presence of large differences in the visual aspect ratios between target displays.</span></p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"45 ","pages":"Pages 61-73"},"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.004","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72060144","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
Visually enhanced situation awareness for complex manufacturing facility monitoring in smart factories 智能工厂中复杂制造设施监控的视觉增强态势感知
Q3 Computer Science Pub Date : 2018-02-01 DOI: 10.1016/j.jvlc.2017.11.004
Fangfang Zhou , Xiaoru Lin , Xiaobo Luo , Ying Zhao , Yi Chen , Ning Chen , Weihua Gui

With the widespread application of networked information-based technologies throughout industry manufacturing, modern manufacturing facilities give rise to unprecedented levels of process data generation. Data-rich manufacturing environments provide a broad stage on which advanced data analytics play leading roles in creating manufacturing intelligence to support operational efficiency and process innovation. In this paper, we introduce a process data analysis solution that integrates the technologies of situation awareness and visual analytics for the routine monitoring and troubleshooting of roller hearth kiln (RHK), a complex key manufacturing facility for lithium battery cathode materials. Guided by a set of detailed scenarios and requirement analyses, we first propose a qualitative and quantitative situation assessment model to generate the comprehensive description of RHK's operating situation. An informative visual analysis system then is designed and implemented to enhance the users’ abilities of situation perception and understanding for insightful anomaly root cause reasoning and efficient decision making. We conduct case studies and a user interview together with the managers and operators from manufacturing sites as system evaluation. The result demonstrates its effectiveness and prospects its possible inspiration for other similar scenarios about complex manufacturing facility monitoring in smart factories.

随着网络化信息化技术在整个工业制造中的广泛应用,现代制造设施产生了前所未有的过程数据生成水平。数据丰富的制造环境提供了一个广阔的舞台,在这个舞台上,高级数据分析在创建制造智能以支持运营效率和流程创新方面发挥着主导作用。在本文中,我们介绍了一种过程数据分析解决方案,该解决方案集成了态势感知和视觉分析技术,用于辊道窑(RHK)的日常监测和故障排除,这是一个复杂的锂电池正极材料关键制造设施。在一组详细的场景和需求分析的指导下,我们首先提出了一个定性和定量的态势评估模型,以生成对RHK运营态势的全面描述。然后设计并实现了一个信息可视化分析系统,以提高用户对情况的感知和理解能力,从而进行深入的异常根本原因推理和有效的决策。我们与生产现场的经理和操作员一起进行案例研究和用户访谈,作为系统评估。该结果证明了其有效性,并展望了其对智能工厂中复杂制造设施监控的其他类似场景的可能启示。
{"title":"Visually enhanced situation awareness for complex manufacturing facility monitoring in smart factories","authors":"Fangfang Zhou ,&nbsp;Xiaoru Lin ,&nbsp;Xiaobo Luo ,&nbsp;Ying Zhao ,&nbsp;Yi Chen ,&nbsp;Ning Chen ,&nbsp;Weihua Gui","doi":"10.1016/j.jvlc.2017.11.004","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.11.004","url":null,"abstract":"<div><p>With the widespread application of networked information-based technologies throughout industry manufacturing, modern manufacturing facilities give rise to unprecedented levels of process data generation. Data-rich manufacturing environments provide a broad stage on which advanced data analytics play leading roles in creating manufacturing intelligence to support operational efficiency and process innovation. In this paper, we introduce a process data analysis solution that integrates the technologies of situation awareness and visual analytics for the routine monitoring and troubleshooting of roller hearth kiln (RHK), a complex key manufacturing facility for lithium battery cathode materials. Guided by a set of detailed scenarios and requirement analyses, we first propose a qualitative and quantitative situation assessment model to generate the comprehensive description of RHK's operating situation. An informative visual analysis system then is designed and implemented to enhance the users’ abilities of situation perception and understanding for insightful anomaly root cause reasoning and efficient decision making. We conduct case studies and a user interview together with the managers and operators from manufacturing sites as system evaluation. The result demonstrates its effectiveness and prospects its possible inspiration for other similar scenarios about complex manufacturing facility monitoring in smart factories.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"44 ","pages":"Pages 58-69"},"PeriodicalIF":0.0,"publicationDate":"2018-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.11.004","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72110150","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}
引用次数: 33
Context-aware design pattern for situated analytics: Blended Model View Controller 情境分析的上下文感知设计模式:混合模型-视图控制器
Q3 Computer Science Pub Date : 2018-02-01 DOI: 10.1016/j.jvlc.2017.11.001
Neven A.M. ElSayed , Ross T. Smith , Kim Marriott , Bruce H. Thomas

This paper presents a context-aware design pattern for situated analytics called Blended Model View Controller. Our approach is an event-driven design, allowing a seamless transition between the physical space and information space during use. The Blended Model View Controller allows common user interface controls to work in tandem with printed information on a physical object by adapting the operation and presentation based on a semantic matrix. Also presented is an authoring tool that has been developed to assign the parameters of the semantic matrix. We demonstrate the use of the design pattern with a set of augmented reality interactions including; pinch zoom, menus, and details-on-demand. We analyse each control to highlight how the physical and virtual information spaces work in tandem to provide a rich interaction environment in augmented reality.

本文提出了一种用于情境分析的上下文感知设计模式,称为混合模型视图控制器。我们的方法是一种事件驱动的设计,允许在使用过程中在物理空间和信息空间之间无缝过渡。混合模型视图控制器允许通用用户界面控件通过基于语义矩阵调整操作和表示,与物理对象上的打印信息协同工作。还介绍了一种编写工具,该工具已被开发用于分配语义矩阵的参数。我们通过一组增强现实交互演示了设计模式的使用,包括:;按需缩放、菜单和详细信息。我们分析了每个控件,以强调物理和虚拟信息空间是如何协同工作的,从而在增强现实中提供丰富的交互环境。
{"title":"Context-aware design pattern for situated analytics: Blended Model View Controller","authors":"Neven A.M. ElSayed ,&nbsp;Ross T. Smith ,&nbsp;Kim Marriott ,&nbsp;Bruce H. Thomas","doi":"10.1016/j.jvlc.2017.11.001","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.11.001","url":null,"abstract":"<div><p>This paper presents a context-aware design pattern<span> for situated analytics called Blended Model View Controller. Our approach is an event-driven design, allowing a seamless transition between the physical space and information space during use. The Blended Model View Controller allows common user interface controls to work in tandem with printed information on a physical object by adapting the operation and presentation based on a semantic matrix. Also presented is an authoring tool that has been developed to assign the parameters of the semantic matrix. We demonstrate the use of the design pattern with a set of augmented reality interactions including; pinch zoom, menus, and details-on-demand. We analyse each control to highlight how the physical and virtual information spaces work in tandem to provide a rich interaction environment in augmented reality.</span></p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"44 ","pages":"Pages 1-12"},"PeriodicalIF":0.0,"publicationDate":"2018-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.11.001","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72106821","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}
引用次数: 10
Neighborhood beautification: Graph layout through message passing 邻里美化:通过消息传递进行图形布局
Q3 Computer Science Pub Date : 2018-02-01 DOI: 10.1016/j.jvlc.2017.11.008
Severino F. Galán , Ole J. Mengshoel

Graph layout algorithms are used to compute aesthetic and useful visualizations of graphs. In general, for graphs with up to a few hundred nodes, force-directed layout algorithms produce good layouts. Unfortunately, for larger graphs, they often get stuck at local minima and have high computational complexity. In this paper, we introduce a novel message passing technique for graph layout. The key idea of our message passing technique is that an aesthetic layout can be obtained if each node independently suggests aesthetic placements of its neighbors. In other words, every node sends messages to its neighbors, indicating new and better positions for them. As a result, the new technique, which we call Neighborhood Beautification, provides a new perspective that turns out to give a useful trade-off between the excellent layout quality reached by force-directed methods and the fast runtime achieved by algebraic methods. Neighborhood Beautification reduces, in many cases, the computational cost of force-directed algorithms, since only interactions between neighboring nodes are considered. Experimentally, we show that Neighborhood Beautification produces high-quality layouts for grid-like graphs but is outperformed by force-directed algorithms in the case of more complex graphs.

图形布局算法用于计算图形的美观和有用的可视化。一般来说,对于多达几百个节点的图,力定向布局算法可以产生良好的布局。不幸的是,对于较大的图,它们经常陷入局部极小值,并且具有较高的计算复杂性。在本文中,我们介绍了一种新的用于图形布局的消息传递技术。我们的消息传递技术的关键思想是,如果每个节点独立地建议其邻居的美学布局,则可以获得美学布局。换句话说,每个节点都会向其邻居发送消息,指示他们新的更好的位置。因此,我们称之为邻域美化的新技术提供了一个新的视角,它在力导向方法实现的卓越布局质量和代数方法实现的快速运行时间之间进行了有益的权衡。在许多情况下,邻域美化降低了力导向算法的计算成本,因为只考虑相邻节点之间的交互。实验表明,邻域美化为网格状图生成了高质量的布局,但在更复杂的图的情况下,其性能优于力导向算法。
{"title":"Neighborhood beautification: Graph layout through message passing","authors":"Severino F. Galán ,&nbsp;Ole J. Mengshoel","doi":"10.1016/j.jvlc.2017.11.008","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.11.008","url":null,"abstract":"<div><p>Graph layout algorithms are used to compute aesthetic and useful visualizations of graphs. In general, for graphs with up to a few hundred nodes, force-directed layout algorithms produce good layouts. Unfortunately, for larger graphs, they often get stuck at local minima and have high computational complexity. In this paper, we introduce a novel message passing technique for graph layout. The key idea of our message passing technique is that an aesthetic layout can be obtained if each node independently suggests aesthetic placements of its neighbors. In other words, every node sends messages to its neighbors, indicating new and better positions for them. As a result, the new technique, which we call <em>Neighborhood Beautification</em>, provides a new perspective that turns out to give a useful trade-off between the excellent layout quality reached by force-directed methods and the fast runtime achieved by algebraic methods. Neighborhood Beautification reduces, in many cases, the computational cost of force-directed algorithms, since only interactions between neighboring nodes are considered. Experimentally, we show that Neighborhood Beautification produces high-quality layouts for grid-like graphs but is outperformed by force-directed algorithms in the case of more complex graphs.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"44 ","pages":"Pages 72-88"},"PeriodicalIF":0.0,"publicationDate":"2018-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.11.008","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72106818","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}
引用次数: 5
Cluster aware Star Coordinates 群集感知恒星坐标
Q3 Computer Science Pub Date : 2018-02-01 DOI: 10.1016/j.jvlc.2017.11.003
Kang Feng , Yunhai Wang , Ying Zhao , Chi-Wing Fu , Zhanglin Cheng , Baoquan Chen

Star coordinates is an important visualization tool for exploring high-dimensional data. By carefully manipulating the star-coordinate axes, users can obtain a good projection matrix to reveal the cluster structures in the high-dimensional data. However, finding a good projection matrix through axes manipulation is often a very tedious and trial-and-error process. This paper presents cluster aware star coordinates plot, which not only improves the efficiency of axes manipulation with higher cluster quality, but also enables users to learn the relations between cluster and data attributes. Based on the proposed approximated visual silhouette index, we introduce the silhouette index view, which interactively informs the user of the cluster quality of the projection. However, the user may still have no clue on how to manipulate the axes to improve the cluster quality. To resolve this issue, we propose a dimensionality reduction technique for visualization to progressively modify the projection matrix and improve the cluster results. Through this technique including a family of cluster-aware interactions, users can highlight important features of interest, such as points, clusters and dimensions, effectively investigate the change of cluster structures, and steer their relationship with the dimensions. In the end, we employ twelve high-dimensional data sets and demonstrate the effectiveness of our method through a series of experiments: comparison with state-of-the-art methods, interactive outlier detection, and exploration of cluster-dimension relationship.

星坐标是探索高维数据的重要可视化工具。通过仔细操纵恒星坐标轴,用户可以获得一个良好的投影矩阵来揭示高维数据中的聚类结构。然而,通过轴操作找到一个好的投影矩阵往往是一个非常乏味和反复试验的过程。本文提出了一种聚类感知的星坐标图,它不仅以更高的聚类质量提高了轴操作的效率,而且使用户能够学习聚类与数据属性之间的关系。基于所提出的近似视觉轮廓索引,我们引入了轮廓索引视图,该视图以交互方式向用户通知投影的聚类质量。然而,用户可能仍然不知道如何操纵轴以提高聚类质量。为了解决这个问题,我们提出了一种用于可视化的降维技术,以逐步修改投影矩阵并改进聚类结果。通过这项技术,包括一系列感知集群的交互,用户可以突出感兴趣的重要特征,如点、集群和维度,有效地研究集群结构的变化,并引导他们与维度的关系。最后,我们使用了12个高维数据集,并通过一系列实验证明了我们的方法的有效性:与最先进的方法进行比较,交互式异常值检测,以及探索聚类维度关系。
{"title":"Cluster aware Star Coordinates","authors":"Kang Feng ,&nbsp;Yunhai Wang ,&nbsp;Ying Zhao ,&nbsp;Chi-Wing Fu ,&nbsp;Zhanglin Cheng ,&nbsp;Baoquan Chen","doi":"10.1016/j.jvlc.2017.11.003","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.11.003","url":null,"abstract":"<div><p>Star coordinates is an important visualization tool for exploring high-dimensional data. By carefully manipulating the star-coordinate axes, users can obtain a good projection matrix to reveal the cluster structures in the high-dimensional data. However, finding a good projection matrix through axes manipulation is often a very tedious and trial-and-error process. This paper presents <em>cluster aware star coordinates plot</em>, which not only improves the efficiency of axes manipulation with higher cluster quality, but also enables users to learn the relations between cluster and data attributes. Based on the proposed approximated visual silhouette index, we introduce the silhouette index view, which interactively informs the user of the cluster quality of the projection. However, the user may still have no clue on how to manipulate the axes to improve the cluster quality. To resolve this issue, we propose a dimensionality reduction technique for visualization to progressively modify the projection matrix and improve the cluster results. Through this technique including a family of cluster-aware interactions, users can highlight important features of interest, such as points, clusters and dimensions, effectively investigate the change of cluster structures, and steer their relationship with the dimensions. In the end, we employ twelve high-dimensional data sets and demonstrate the effectiveness of our method through a series of experiments: comparison with state-of-the-art methods, interactive outlier detection, and exploration of cluster-dimension relationship.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"44 ","pages":"Pages 28-38"},"PeriodicalIF":0.0,"publicationDate":"2018-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.11.003","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72106822","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}
引用次数: 2
The design space of construction tools for information visualization: A survey 面向信息可视化的建筑工具设计空间综述
Q3 Computer Science Pub Date : 2018-02-01 DOI: 10.1016/j.jvlc.2017.10.001
Honghui Mei, Yuxin Ma, Yating Wei, Wei Chen

Information visualization has been widely used to convey information from data and assist communication. There are enormous needs of efficient visualization design for users from diverse fields to leverage the power of data. As a result, emerging construction tools for information visualization focus on providing solutions with different aspects including expressiveness, accessibility, and efficiency. In this paper, we review existing works on declarative specifications and user interfaces for visualization construction. By summarizing their methods for producing information visualizations and efforts on improving usability, we express the design patterns in terms of a design space which describes the tools in several different aspects. We discuss how the design space can be applied to support further exploration of potential research topics in the future.

信息可视化已被广泛用于从数据中传递信息和辅助通信。来自不同领域的用户需要高效的可视化设计来利用数据的力量。因此,新兴的信息可视化构建工具专注于提供具有不同方面的解决方案,包括表达性、可访问性和效率。在本文中,我们回顾了用于可视化构建的声明性规范和用户界面的现有工作。通过总结他们产生信息可视化的方法和提高可用性的努力,我们将设计模式表达为一个设计空间,该空间从几个不同的方面描述了工具。我们讨论了如何应用设计空间来支持未来潜在研究主题的进一步探索。
{"title":"The design space of construction tools for information visualization: A survey","authors":"Honghui Mei,&nbsp;Yuxin Ma,&nbsp;Yating Wei,&nbsp;Wei Chen","doi":"10.1016/j.jvlc.2017.10.001","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.10.001","url":null,"abstract":"<div><p>Information visualization has been widely used to convey information from data and assist communication. There are enormous needs of efficient visualization design for users from diverse fields to leverage the power of data. As a result, emerging construction tools for information visualization focus on providing solutions with different aspects including expressiveness, accessibility, and efficiency. In this paper, we review existing works on declarative specifications and user interfaces for visualization construction. By summarizing their methods for producing information visualizations and efforts on improving usability, we express the design patterns in terms of a design space which describes the tools in several different aspects. We discuss how the design space can be applied to support further exploration of potential research topics in the future.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"44 ","pages":"Pages 120-132"},"PeriodicalIF":0.0,"publicationDate":"2018-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.10.001","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72106823","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}
引用次数: 67
UIWGViz: An architecture of user interest-based web graph vizualization UIWGViz:一种基于用户兴趣的网络图形可视化体系结构
Q3 Computer Science Pub Date : 2018-02-01 DOI: 10.1016/j.jvlc.2017.11.006
Shibli Saleheen, Wei Lai

Visualization improves the user experience by presenting a pictorial view of the web information. Users are benefited in navigating and searching using the web graph visualization because the web graph presents the relationships among the web documents. To achieve this goal, the web information is processed through several steps from the web data collection to the final visualization. Researchers propose and develop various frameworks to systematically accomplish the required steps. However, to make the visualization more effective to the users, their interests or preferences need to be incorporated to the web graph generation procedures. Towards this goal, this paper presents an architecture to produce and visualize the user interest-based web graph (UIWG). The presented architecture establishes the procedures to model the user interests. To construct and manage the user interest profile, the architecture analyses both implicit and explicit user feedbacks. The architecture also presents the steps to collect and analyse the web data and finds out the appropriate positions to incorporate the user interests to the UIWG generation procedures. According to the architecture, the user interests are integrated to the filtering to remove irrelevant web documents, to the graph generation to connect the web documents according to the user, and to the clustering to group web documents that are similar to a specific user. The UIWG is visualized through an interface and the architecture describes the analysis of the user interactions to capture the implicit user feedback. The transformation of the web data throughout various steps of the architecture are also discussed in this paper.

可视化通过呈现网络信息的图形视图来改善用户体验。用户在使用web图形可视化进行导航和搜索时受益,因为web图形显示了web文档之间的关系。为了实现这一目标,从网络数据收集到最终可视化,网络信息经过几个步骤进行处理。研究人员提出并开发了各种框架,以系统地完成所需的步骤。然而,为了使可视化对用户更有效,需要将用户的兴趣或偏好纳入网络图生成过程中。为了实现这一目标,本文提出了一种生成和可视化基于用户兴趣的网络图(UIWG)的体系结构。所提出的体系结构建立了对用户兴趣进行建模的过程。为了构建和管理用户兴趣档案,该体系结构分析了隐式和显式用户反馈。该体系结构还介绍了收集和分析网络数据的步骤,并找出了将用户兴趣纳入UIWG生成过程的适当位置。根据该架构,用户兴趣被集成到过滤中以去除不相关的网络文档,被集成到图生成中以根据用户连接网络文档,以及被集成到聚类中以对与特定用户相似的网络文档进行分组。UIWG通过一个界面进行可视化,该体系结构描述了对用户交互的分析,以捕捉隐含的用户反馈。本文还讨论了在体系结构的各个步骤中对web数据的转换。
{"title":"UIWGViz: An architecture of user interest-based web graph vizualization","authors":"Shibli Saleheen,&nbsp;Wei Lai","doi":"10.1016/j.jvlc.2017.11.006","DOIUrl":"https://doi.org/10.1016/j.jvlc.2017.11.006","url":null,"abstract":"<div><p>Visualization improves the user experience by presenting a pictorial view of the web information. Users are benefited in navigating and searching using the web graph visualization because the web graph presents the relationships among the web documents. To achieve this goal, the web information is processed through several steps from the web data collection to the final visualization. Researchers propose and develop various frameworks to systematically accomplish the required steps. However, to make the visualization more effective to the users, their interests or preferences need to be incorporated to the web graph generation procedures. Towards this goal, this paper presents an architecture to produce and visualize the user interest-based web graph (UIWG). The presented architecture establishes the procedures to model the user interests. To construct and manage the user interest profile, the architecture analyses both implicit and explicit user feedbacks. The architecture also presents the steps to collect and analyse the web data and finds out the appropriate positions to incorporate the user interests to the UIWG generation procedures. According to the architecture, the user interests are integrated to the filtering to remove irrelevant web documents, to the graph generation to connect the web documents according to the user, and to the clustering to group web documents that are similar to a specific user. The UIWG is visualized through an interface and the architecture describes the analysis of the user interactions to capture the implicit user feedback. The transformation of the web data throughout various steps of the architecture are also discussed in this paper.</p></div>","PeriodicalId":54754,"journal":{"name":"Journal of Visual Languages and Computing","volume":"44 ","pages":"Pages 39-57"},"PeriodicalIF":0.0,"publicationDate":"2018-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/j.jvlc.2017.11.006","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72106826","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
期刊
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