Show last authors
1 TODO Satz zu top-down
2
3 In top-down layout a strategy needs to be used to set node sizes without knowledge of the hierarchical contents of the node as that has not been processed/laid out at that point. Current strategies are:
4
5 * Using a default base size
6 * Counting the number of children and taking the square root as a multiplication factor for the default base size
7 * Computing the layout of only the children (look-ahead layout)
8
9 The main challenge is to get an approximation that gives a suitable aspect ratio (close to what will actually be required).
10
11 Graphs are complex feature vectors and the solution space is very large without necessarily one correct and optimal answer. Therefore, a machine learning (ML)-based approach may help find good solutions.
12
13 This topic will be supervised in cooperation with the [[Intelligent Systems>>url:https://www.ins.informatik.uni-kiel.de/en||shape="rect"]] group.
14
15 == Example Top-down Layout of an SCChart ==
16
17 [[image:attach:Controller_topdown_v3.png]]
18
19 = Goals =
20
21 * Use the KiCoDia benchmarking tool to extract feature vectors from existing models
22 * Train and evaluate an ML model on the extracted data sets
23 * Integrate the model as a new node size approximator into top-down layout
24
25 = Scope =
26
27 Master's (Bachelor's) Thesis
28
29 = Related Work/Literature =
30
31 [WIP] Top-down layout paper
32
33 [[http:~~/~~/neuralnetworksanddeeplearning.com/index.html>>url:http://neuralnetworksanddeeplearning.com/index.html||shape="rect"]]
34
35 [[https:~~/~~/www.deeplearningbook.org/>>url:https://www.deeplearningbook.org/||shape="rect"]]
36
37 = Involved Languages/Technologies =
38
39 * Java / Xtend, Python
40 * KiCo
41 * ML Frameworks (to be chosen)
42
43 = Supervised by =
44
45 Maximilian Kasperowski
46
47 mka@