Skip to content

Block structured regularization for prediction with network-valued covariates

Notifications You must be signed in to change notification settings

jesusdaniel/glmblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simultaneous prediction and community detection for networks

This repository contains R code that implements a block-structured regularization for regression problems with network-valued covariates to perform supervised community detection and regularized regression simultaneously (see the arxiv manuscript Arroyo and Levina (2019)).

Methodology

Given a sample of N pairs of networks with aligned vertices (represented with their adjacency matrices) and responses , where is a real-valued variable, the method fits a regression model to predict using a linear combination of the entries of . A matrix encodes the coefficients of the linear model to form a prediction rule of the form

,

where is a link function and is the intercept of the regression. Currently, only linear and logistic regression are implemented.

To enforce regularization and structure in the coefficients, the methods imposes a block-structured constraint by dividing the rows and columns of into different groups. This is analogous to the community detection problem, and by fitting a regularization of this form, the method can cluster the nodes of the networks into "supervised communities". Additionally, this constraint effectively reduces the number of different coefficients to deal with the high-dimensionality of the problem.

The constraint has the form , where is a matrix with its rows indicating the community memberships for each node, and is a matrix of coefficients.

supervised_community_detection

References

Arroyo, J. and Levina, E. "Simultaneous prediction and community detection for networks with application to neuroimaging" arXiv shield

About

Block structured regularization for prediction with network-valued covariates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages