期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
Evolutionary Graph Drawing Algorithms 被引量:1
1
作者 Huang Jing-wei, Wei Wen-fangSchool of Computer, Wuhan University, Wuhan 430072, Hubei, ChinaComputer Center, Yunyang Medical College, Shiyan 442000, Hubei, China 《Wuhan University Journal of Natural Sciences》 CAS 2003年第S1期212-216,共5页
In this paper, graph drawing algorithms based on genetic algorithms are designed for general undirected graphs and directed graphs. As being shown, graph drawing algorithms designed by genetic algorithms have the foll... In this paper, graph drawing algorithms based on genetic algorithms are designed for general undirected graphs and directed graphs. As being shown, graph drawing algorithms designed by genetic algorithms have the following advantages: the frames of the algorithms are unified, the method is simple, different algorithms may be attained by designing different objective functions, therefore enhance the reuse of the algorithms. Also, aesthetics or constrains may be added to satisfy different requirements. 展开更多
关键词 graph drawing ALGORITHMS genetic algorithms
下载PDF
A Graph Drawing Algorithm for Visualizing Multivariate Categorical Data
2
作者 HUANG Jingwei HUANG Jie 《Wuhan University Journal of Natural Sciences》 CAS 2007年第2期239-242,共4页
In this paper, a new approach for visualizing multivariate categorical data is presented. The approach uses a graph to represent multivariate categorical data and draws the graph in such a way that we can identify pat... In this paper, a new approach for visualizing multivariate categorical data is presented. The approach uses a graph to represent multivariate categorical data and draws the graph in such a way that we can identify patterns, trends and relationship within the data. A mathematical model for the graph layout problem is deduced and a spectral graph drawing algorithm for visualizing multivariate categorical data is proposed. The experiments show that the drawings by the algorithm well capture the structures of multivariate categorical data and the computing speed is fast. 展开更多
关键词 multivariate categorical data graph graph drawing ALGORITHMS
下载PDF
Social Choice Meets Graph Drawing: How to Get Subexponential Time Algorithms for Ranking and Drawing Problems
3
作者 Henning Fernau Fedor V.Fomin +3 位作者 Daniel Lokshtanov Matthias Mnich Geevarghese Philip Saket Saurabh 《Tsinghua Science and Technology》 SCIE EI CAS 2014年第4期374-386,共13页
We analyze a common feature of p-Kemeny AGGregation(p-KAGG) and p-One-Sided Crossing Minimization(p-OSCM) to provide new insights and findings of interest to both the graph drawing community and the social choice ... We analyze a common feature of p-Kemeny AGGregation(p-KAGG) and p-One-Sided Crossing Minimization(p-OSCM) to provide new insights and findings of interest to both the graph drawing community and the social choice community. We obtain parameterized subexponential-time algorithms for p-KAGG—a problem in social choice theory—and for p-OSCM—a problem in graph drawing. These algorithms run in time O*(2O(√k log k)),where k is the parameter, and significantly improve the previous best algorithms with running times O.1.403k/and O.1.4656k/, respectively. We also study natural "above-guarantee" versions of these problems and show them to be fixed parameter tractable. In fact, we show that the above-guarantee versions of these problems are equivalent to a weighted variant of p-directed feedback arc set. Our results for the above-guarantee version of p-KAGG reveal an interesting contrast. We show that when the number of "votes" in the input to p-KAGG is odd the above guarantee version can still be solved in time O*(2O(√k log k)), while if it is even then the problem cannot have a subexponential time algorithm unless the exponential time hypothesis fails(equivalently, unless FPT D M[1]). 展开更多
关键词 Kemeny aggregation one-sided crossing minimization parameterized complexity subexponential-time algorithms social choice theory graph drawing directed feedback arc set
原文传递
Toward automatic comparison of visualization techniques:Application to graph visualization 被引量:4
4
作者 L.Giovannangeli R.Bourqui +1 位作者 R.Giot D.Auber 《Visual Informatics》 EI 2020年第2期86-98,共13页
Many end-user evaluations of data visualization techniques have been run during the last decades.Their results are cornerstones to build efficient visualization systems.However,designing such an evaluation is always c... Many end-user evaluations of data visualization techniques have been run during the last decades.Their results are cornerstones to build efficient visualization systems.However,designing such an evaluation is always complex and time-consuming and may end in a lack of statistical evidence and reproducibility.We believe that modern and efficient computer vision techniques,such as deep convolutional neural networks(CNNs),may help visualization researchers to build and/or adjust their evaluation hypothesis.The basis of our idea is to train machine learning models on several visualization techniques to solve a specific task.Our assumption is that it is possible to compare the efficiency of visualization techniques based on the performance of their corresponding model.As current machine learning models are not able to strictly reflect human capabilities,including their imperfections,such results should be interpreted with caution.However,we think that using machine learning-based preevaluation,as a pre-process of standard user evaluations,should help researchers to perform a more exhaustive study of their design space.Thus,it should improve their final user evaluation by providing it better test cases.In this paper,we present the results of two experiments we have conducted to assess how correlated the performance of users and computer vision techniques can be.That study compares two mainstream graph visualization techniques:node-link(NL)and adjacency-matrix(AM)diagrams.Using two well-known deep convolutional neural networks,we partially reproduced user evaluations from Ghoniem et al.and from Okoe et al..These experiments showed that some user evaluation results can be reproduced automatically. 展开更多
关键词 VISUALIZATION Machine learning Deep learning Automatic evaluation graph drawing
原文传递
Inverse Markov Process Based Constrained Dynamic Graph Layout
5
作者 Shi-Ying Sheng Sheng-Tao Chen +2 位作者 Xiao-Ju Dong Chun-Yuan Wu Xiao-Ru Yuan 《Journal of Computer Science & Technology》 SCIE EI CSCD 2021年第3期707-718,共12页
In online dynamic graph drawing,constraints over nodes and node pairs help preserve a coherent mental map in a sequence of graphs.Defining the constraints is challenging due to the requirements of both preserving ment... In online dynamic graph drawing,constraints over nodes and node pairs help preserve a coherent mental map in a sequence of graphs.Defining the constraints is challenging due to the requirements of both preserving mental map and satisfying the visual aesthetics of a graph layout.Most existing algorithms basically depend on local changes but fail to do proper evaluations on the global propagation when setting constraints.To solve this problem,we introduce a heuristic model derived from PageRank which simulates the node movement as an inverse Markov process hence to give a global analysis of the layout's change,according to which different constraints can be set.These constraints,along with stress function,generate layouts maintaining spatial positions and shapes of relatively stable substructures between adjacent graphs.Experiments demonstrate that our method preserves both structure and position similarity to help users track graph changes visually. 展开更多
关键词 graph drawing data stream dynamic graph layout
原文传递
Simple Algorithms for Network Visualization:A Tutorial 被引量:3
6
作者 Michael J.McGuffin 《Tsinghua Science and Technology》 SCIE EI CAS 2012年第4期383-398,共16页
The graph drawing and information visualization communities have developed many sophisticated techniques for visualizing network data, often involving complicated algorithms that are difficult for the uninitiated to l... The graph drawing and information visualization communities have developed many sophisticated techniques for visualizing network data, often involving complicated algorithms that are difficult for the uninitiated to learn. This article is intended for beginners who are interested in programming their own network visualizations, or for those curious about some of the basic mechanics of graph visualization. Four easy-to-program network layout techniques are discussed, with details given for implementing each one: force-directed node-link diagrams, arc diagrams, adjacency matrices, and circular layouts. A Java applet demonstrating these layouts, with open source code, is available at http://www.michaelmcguffin.com/research/simpleNetVis/. The end of this article also briefly surveys research topics in graph visualization, pointing readers to references for further reading. 展开更多
关键词 network visualization graph visualization graph drawing node-link diagram force-directed layout arcdiagram adjacency matrix circular layout TUTORIAL
原文传递
A machine learning approach for predicting human shortest path task performance
7
作者 Shijun Cai Seok-Hee Hong +2 位作者 Xiaobo Xia Tongliang Liu Weidong Huang 《Visual Informatics》 EI 2022年第2期50-61,共12页
Finding a shortest path for a given pair of vertices in a graph drawing is one of the fundamental tasks for qualitative evaluation of graph drawings.In this paper,we present the first machine learning approach to pred... Finding a shortest path for a given pair of vertices in a graph drawing is one of the fundamental tasks for qualitative evaluation of graph drawings.In this paper,we present the first machine learning approach to predict human shortest path task performance,including accuracy,response time,and mental effort.To predict the shortest path task performance,we utilize correlated quality metrics and the ground truth data from the shortest path experiments.Specifically,we introduce path faithfulness metrics and show strong correlations with the shortest path task performance.Moreover,to mitigate the problem of insufficient ground truth training data,we use the transfer learning method to pre-train our deep model,exploiting the correlated quality metrics.Experimental results using the ground truth human shortest path experiment data show that our models can successfully predict the shortest path task performance.In particular,model MSP achieves an MSE(i.e.,test mean square error)of 0.7243(i.e.,data range from−17.27 to 1.81)for prediction. 展开更多
关键词 graph drawing Machine learning Shortest path task Quality metrics
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部