Multi-Vector Embedding on Networks with Taxonomies

Abstract

A network can effectively depict close relationships among its nodes, with labels in a taxonomy describing the nodes' rich attributes. Network embedding aims at learning a representation vector for each node and label to preserve their proximity, while most existing methods suffer from serious underfitting when dealing with datasets with dense node-label links. For instance, a node could have dozens of labels describing its diverse properties, causing the single node vector overloaded and hard to fit all the labels. We propose HIerarchical Multi-vector Embedding (HIME), which solves the underfitting problem by adaptively learning multiple 'branch vectors' for each node to dynamically fit separate sets of labels in a hierarchy-aware embedding space. Moreover, a 'root vector' is learned for each node based on its branch vectors to better predict the sparse but valuable node-node links with the knowledge of its labels. Experiments reveal HIME’s comprehensive advantages over existing methods on tasks such as proximity search, link prediction and hierarchical classification.

Cite

Text

Fan and Ma. "Multi-Vector Embedding on Networks with Taxonomies." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/408

Markdown

[Fan and Ma. "Multi-Vector Embedding on Networks with Taxonomies." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/fan2022ijcai-multi/) doi:10.24963/IJCAI.2022/408

BibTeX

@inproceedings{fan2022ijcai-multi,
  title     = {{Multi-Vector Embedding on Networks with Taxonomies}},
  author    = {Fan, Yue and Ma, Xiuli},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2022},
  pages     = {2944-2950},
  doi       = {10.24963/IJCAI.2022/408},
  url       = {https://mlanthology.org/ijcai/2022/fan2022ijcai-multi/}
}