Kernkonzepte
The effectiveness of Graph Convolutional Networks (GCNs) in regression tasks is significantly influenced by a bias-variance trade-off related to the depth of the network (neighborhood size) and the topology of the graph, particularly the presence of cycles, which can hinder variance decay and lead to over-smoothing.
Statistiken
The variance decay in a rooted tree with degree d is approximately (d + 1)^-L, where L is the number of convolutional layers.
In a binary tree with added cycles, the variance at the root increases compared to a tree without cycles.
In spatial datasets with relatively homogeneous degree distributions, the optimal neighborhood size is often achieved at L = 2.