uhhyunjoo / paper-notes

이슈로 가볍게 남깁니다.
0 stars 0 forks source link

[T-VCG 2022] Multi-Level Area Balancing of Clustered Graphs #38

Open uhhyunjoo opened 2 years ago

uhhyunjoo commented 2 years ago
uhhyunjoo commented 2 years ago

graph layout 에 대해 space partioning 을 하는 것

uhhyunjoo commented 2 years ago

graph skeleton g_s \in {G_C, G_M, G_T, G_D} for each of the for levels

uhhyunjoo commented 2 years ago
  1. Measuring space coverage and time complexity

    • fragmented empty space is not fully utilized...
    • fully usese the screen as preferred
    • we inroduce two coverage measures
    • M_N : coefficient of variation of distances of the vertexts to their k nearest neighbors -> to examine if each vertext has equal distances to its neighbors
    • M_V : corresponds to the number of pixels of its corresponding Voronoi cell.
    • both measures show the area assigned to each vertext is more balanced in our approach.
    • this tendency increases as the data size increasese.
  2. Interview with experts in biology

    • six domain experts, who are experienced with manualy creating pathway diagrams, and discussed our selected aesthetic criteria and the quality of the results with them.

(1) : explaining how to read visualization (datasets and color coding)