You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
state-of-the-art algorithms designed to estimate graph matrices
54
54
(Laplacian and Adjacency) from data, including:
55
55
56
-
* Structured Graph Laplacian (**SGL**): (i) S. Kumar, J. Ying, J. V. de Miranda Cardoso, and D. P. Palomar (2019). A unified framework for structured graph learning via spectral constraints. https://arxiv.org/abs/1904.09792. (ii) S. Kumar, J., Ying, J. V. de Miranda Cardoso, and D. P. Palomar, "Structured Graph Learning Via Laplacian Spectral Constraints", Advances in Neural Information Processing Systems (NeurIPS), Dec. 2019.
57
-
* Combinatorial Graph Laplacian (**CGL**): H. E. Egilmez, E. Pavez and A. Ortega, "Graph Learning From Data Under Laplacian and Structural Constraints", IEEE Journal of Selected Topics in Signal Processing, vol. 11, no. 6, pp. 825-841, Sept. 2017.
58
-
* Constrained Laplacian Rank (**CLR**): N., Feiping, W., Xiaoqian, J., Michael I., and H., Heng. (2016). The Constrained Laplacian Rank Algorithm for Graph-based Clustering, AAAI’16.
59
-
* Graph Laplacian Estimation (**GLE-MM** and **GLE-ADMM**): Licheng Zhao, Yiwei Wang, Sandeep Kumar, and Daniel P. Palomar, Optimization Algorithms for Graph Laplacian Estimation via ADMM and MM, IEEE Trans. on Signal Processing, vol. 67, no. 16, pp. 4231-4244, Aug. 2019
56
+
* Structured Graph Laplacian (**SGL**)
57
+
* S. Kumar, J. Ying, J. V. de Miranda Cardoso, and D. P. Palomar (2019). [A unified framework for structured graph learning via spectral constraints](https://arxiv.org/abs/1904.09792), ArXiv 2019.
58
+
* S. Kumar, J., Ying, J. V. de Miranda Cardoso, and D. P. Palomar, [Structured graph learning via Laplacian spectral constraints"](https://arxiv.org/pdf/1909.11594.pdf), Advances in Neural Information Processing Systems (NeurIPS), Dec. 2019.
59
+
* Combinatorial Graph Laplacian (**CGL**)
60
+
* H. E. Egilmez, E. Pavez and A. Ortega, [Graph learning from data under Laplacian and structural constraints"](https://ieeexplore.ieee.org/document/7979524), IEEE Journal of Selected Topics in Signal Processing, vol. 11, no. 6, pp. 825-841, Sept. 2017.
61
+
* Constrained Laplacian Rank (**CLR**)
62
+
* N., Feiping, W., Xiaoqian, J., Michael I., and H., Heng. (2016). [The constrained Laplacian rank algorithm for graph-based clustering](https://www.aaai.org/ocs/index.php/AAAI/AAAI16/paper/download/12416/11830), The Thirtieth AAAI Conference on Artificial Intelligence AAAI'16.
63
+
* Graph Laplacian Estimation (**GLE-MM** and **GLE-ADMM**)
64
+
* Licheng Zhao, Yiwei Wang, Sandeep Kumar, and Daniel P. Palomar, [Optimization algorithms for graph Laplacian estimation via ADMM and MM](https://ieeexplore.ieee.org/document/8747497), IEEE Trans. on Signal Processing, vol. 67, no. 16, pp. 4231-4244, Aug. 2019
0 commit comments