Marginalized Denoising for Link Prediction and Multi-Label Learning

Abstract

Link prediction and multi-label learning on graphs are two important but challenging machine learning problems that have broad applications in diverse fields. Not only are the two problems inherently correlated and often appear concurrently, they are also exacerbated by incomplete data. We develop a novel algorithm to solve these two problems jointly under a unified framework, which helps reduce the impact of graph noise and benefits both tasks individually. We reduce multi-label learning problem into an additional link prediction task and solve both problems with marginalized denoising, which we co-regularize with Laplacian smoothing. This approach combines both learning tasks into a single convex objective function, which we optimize efficiently with iterative closed-form updates. The resulting approach performs significantly better than prior work on several important real-world applications with great consistency.

Cite

Text

Chen et al. "Marginalized Denoising for Link Prediction and Multi-Label Learning." AAAI Conference on Artificial Intelligence, 2015. doi:10.1609/AAAI.V29I1.9468

Markdown

[Chen et al. "Marginalized Denoising for Link Prediction and Multi-Label Learning." AAAI Conference on Artificial Intelligence, 2015.](https://mlanthology.org/aaai/2015/chen2015aaai-marginalized/) doi:10.1609/AAAI.V29I1.9468

BibTeX

@inproceedings{chen2015aaai-marginalized,
  title     = {{Marginalized Denoising for Link Prediction and Multi-Label Learning}},
  author    = {Chen, Zheng and Chen, Minmin and Weinberger, Kilian Q. and Zhang, Weixiong},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2015},
  pages     = {1707-1713},
  doi       = {10.1609/AAAI.V29I1.9468},
  url       = {https://mlanthology.org/aaai/2015/chen2015aaai-marginalized/}
}