paper-with-me

홈 › Papers

GLAD: Learning Sparse Graph Recovery

2019-06-01 · ICLR 2020 1 · Harsh Shrivastava, Xinshi Chen, Binghong Chen, Guanghui Lan, Srinvas Aluru, Han Liu, Le Song

Recovering sparse conditional independence graphs from data is a fundamental problem in machine learning with wide applications. A popular formulation of the problem is an $\ell_1$ regularized maximum likelihood estimation. Many convex optimization algorithms have been designed to solve this formulation to recover the graph structure. Recently, there is a surge of interest to learn algorithms directly based on data, and in this case, learn to map empirical covariance to the sparse precision matrix. However, it is a challenging task in this case, since the symmetric positive definiteness (SPD) and sparsity of the matrix are not easy to enforce in learned algorithms, and a direct mapping from data to precision matrix may contain many parameters. We propose a deep learning architecture, GLAD, which uses an Alternating Minimization (AM) algorithm as our model inductive bias, and learns the model parameters via supervised learning. We show that GLAD learns a very compact and effective model for recovering sparse graphs from data.

📄 PDF Abstract BibTeX arXiv:1906.00271

Code (1)

Harshs27/GLAD 공식 구현 pytorch

Tasks

Inductive Bias

Similar Papers 제목 키워드 기반

uGLAD: Sparse graph recovery by optimizing deep unrolled networks

2022-05-23 · Harsh Shrivastava, Urszula Chajewska, Robin Abraham, Xinshi Chen

Probabilistic Graphical Models (PGMs) are generative models of complex systems. They rely on conditional independence assumptions between variables to learn sparse representations which can be visualized in a form of a g…

Multi-Task Learning

Are uGLAD? Time will tell!

2023-03-21 · Shima Imani, Harsh Shrivastava

We frequently encounter multiple series that are temporally correlated in our surroundings, such as EEG data to examine alterations in brain activity or sensors to monitor body movements. Segmentation of multivariate tim…

EEGElectroencephalogram (EEG)SegmentationTime Series

Rethinking Reconstruction-based Graph-Level Anomaly Detection: Limitations and a Simple Remedy

2024-10-27 · Sunwoo Kim, Soo Yong Lee, Fanchen Bu, Shinhwan Kang 외

Graph autoencoders (Graph-AEs) learn representations of given graphs by aiming to accurately reconstruct them. A notable application of Graph-AEs is graph-level anomaly detection (GLAD), whose objective is to identify gr…

Anomaly Detection

GLAD: Content-aware Dynamic Graphs For Log Anomaly Detection

2023-09-12 · Yufei Li, Yanchi Liu, Haoyu Wang, Zhengzhang Chen 외

Logs play a crucial role in system monitoring and debugging by recording valuable system information, including events and states. Although various methods have been proposed to detect anomalies in log sequences, they of…

Anomaly DetectionFew-Shot LearningGraph Neural Network

GLADformer: A Mixed Perspective for Graph-level Anomaly Detection

2024-06-02 · Fan Xu, Nan Wang, Hao Wu, Xuezhi Wen 외

Graph-Level Anomaly Detection (GLAD) aims to distinguish anomalous graphs within a graph dataset. However, current methods are constrained by their receptive fields, struggling to learn global features within the graphs.…

Anomaly Detection