paper-with-me

Papers

Learning the Right Layers: a Data-Driven Layer-Aggregation Strategy for Semi-Supervised Learning on Multilayer Graphs

2023-05-31 · Sara Venturini, Andrea Cristofari, Francesco Rinaldi, Francesco Tudisco

Clustering (or community detection) on multilayer graphs poses several additional complications with respect to standard graphs as different layers may be characterized by different structures and types of information. One of the major challenges is to establish the extent to which each layer contributes to the cluster assignment in order to effectively take advantage of the multilayer structure and improve upon the classification obtained using the individual layers or their union. However, making an informed a-priori assessment about the clustering information content of the layers can be very complicated. In this work, we assume a semi-supervised learning setting, where the class of a small percentage of nodes is initially provided, and we propose a parameter-free Laplacian-regularized model that learns an optimal nonlinear combination of the different layers from the available input labels. The learning algorithm is based on a Frank-Wolfe optimization scheme with inexact gradient, combined with a modified Label Propagation iteration. We provide a detailed convergence analysis of the algorithm and extensive experiments on synthetic and real-world datasets, showing that the proposed method compares favourably with a variety of baselines and outperforms each individual layer when used in isolation.

📄 PDF Abstract BibTeX arXiv:2306.00152

Code (1)

saraventurini/learning-the-right-layers-on-multilayer-graphs 공식 구현

Tasks

ClusteringCommunity Detection

Similar Papers 제목 키워드 기반

Data-Driven Neuron Allocation for Scale Aggregation Networks

2019-04-20 · CVPR 2019 6 · Yi Li, Zhanghui Kuang, Yimin Chen, Wayne Zhang

Successful visual recognition networks benefit from aggregating information spanning from a wide range of scales. Previous research has investigated information fusion of connected layers or multiple branches in a block,…

Image Classificationobject-detectionObject Detection

Aggregation Driven Progression System for GWAPs

2020-05-01 · LREC 2020 5 · Osman Doruk Kicikoglu, Richard Bartle, Jon Chamberlain, Silviu Paun 외

As the uses of Games-With-A-Purpose (GWAPs) broadens, the systems that incorporate its usages have expanded in complexity. The types of annotations required within the NLP paradigm set such an example, where tasks can in…

Understanding the Distributions of Aggregation Layers in Deep Neural Networks

2021-07-09 · Eng-Jon Ong, Sameed Husain, Miroslaw Bober

The process of aggregation is ubiquitous in almost all deep nets models. It functions as an important mechanism for consolidating deep features into a more compact representation, whilst increasing robustness to overfitt…

GA-Net: Guided Aggregation Net for End-to-end Stereo Matching

2019-04-13 · CVPR 2019 6 · Feihu Zhang, Victor Prisacariu, Ruigang Yang, Philip H. S. Torr

In the stereo matching task, matching cost aggregation is crucial in both traditional methods and deep neural network models in order to accurately estimate disparities. We propose two novel neural net layers, aimed at c…

Stereo Depth EstimationStereo Matching

Deep Layer Aggregation

2017-07-20 · CVPR 2018 6 · Fisher Yu, Dequan Wang, Evan Shelhamer, Trevor Darrell

Visual recognition requires rich representations that span levels from low to high, scales from small to large, and resolutions from fine to coarse. Even with the depth of features in a convolutional network, a layer in …

Image Classification