Skip to content

Commit 8150baa

Browse files
authored
bibtex update for Sanou's paper (#19)
1 parent f716ff3 commit 8150baa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

_bibliography/in_production.bib

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
@article{sanou_multiscale,
22
bibtex_show = {true},
3-
preprint = {true},
43
author = {Sanou, Edmond and Ambroise, Christophe and Robin, Geneviève},
54
title = {{Inference of Multiscale Gaussian Graphical Model}},
65
journal = {Computo},
76
year = 2023,
87
abstract = {Gaussian Graphical Models (GGMs) are widely used in high-dimensional data analysis to synthesize the interaction between variables. In many applications, such as genomics or image analysis, graphical models rely on sparsity and clustering to reduce dimensionality and improve performances. This paper explores a slightly different paradigm where clustering is not knowledge-driven but performed simultaneously with the graph inference task. We introduce a novel Multiscale Graphical Lasso (MGLasso) to improve networks interpretability by proposing graphs at different granularity levels. The method estimates clusters through a convex clustering approach — a relaxation of k-means, and hierarchical clustering. The conditional independence graph is simultaneously inferred through a neighborhood selection scheme for undirected graphical models. MGLasso extends and generalizes the sparse group fused lasso problem to undirected graphical models. We use continuation with Nesterov smoothing in a shrinkage-thresholding algorithm (CONESTA) to propose a regularization path of solutions along the group fused Lasso penalty, while the Lasso penalty is kept constant. Extensive experiments on synthetic data compare the performances of our model to state-of-the-art clustering methods and network inference models. Applications to gut microbiome data and poplar's methylation mixed with transcriptomic data are presented.},
9-
repository = {desanou/multiscale_glasso},
10-
url = {https://desanou.github.io/multiscale_glasso/},
11-
type = {{Software paper}},
8+
doi = {10.57750/1f4p-7955},
9+
repository = {published-202306-sanou-multiscale_glasso},
10+
type = {{Research article}},
1211
language = {R and Python},
1312
domain = {Statistics},
14-
keywords = {Copulae, Random number generation}
13+
keywords = {Neighborhood selection, Convex hierarchical clustering, Gaussian graphical models},
14+
issn = {2824-7795},
1515
}
16+

0 commit comments

Comments
 (0)