Spectral Networks and Deep Locally Connected Networks on Graphs
空域构建(Spatial Construction)
深度局部连接网络
多层空域卷积
d e e p l o c a l l y c o n n e c t n e t w o r k ( s p a t i a l c o n s t r u c t i o n 从 空 间 角 度 去 建 立 ) deep\ locally\ connect \ network(spatial \ construction从空间角度去建立) deep locally connect network(spatial construction从空间角度去建立)
l o c a l l y locally locally 体现在 只取每个节点前 k k k个 n e i g h b o r h o o d s neighborhoods neighborhoods。
c o n n e c t connect connect体现在,每层与每层之间的神经元数目是通过聚类而成,将上一层的聚类结果对应为下一层的神经元。如下图所示:
这里 x i x_i xi作为每层的输入。 Ω Ω Ω表示第几层,灰色的为第一层节点 12 12 12个,聚类后生成第二层节点 6 6 6个,最后一层节点 3 3 3个。
其中 Ω 0 Ω_0 Ω0只有一个 f e a t u r e feature feature, Ω 1 Ω_1 Ω1有 4 4 4个 f e a t u r e feature feature, Ω 2 Ω_2 Ω2有 6 6 6个 f e a t u r e feature feature。
C N N CNN