Efficient Representation Learning of Subgraphs by Subgraph-to-Node Translation

Abstract

A subgraph is a data structure that can represent various real-world problems. We propose Subgraph-To-Node (S2N) translation, which is a novel formulation to efficiently learn representations of subgraphs. Specifically, given a set of subgraphs in the global graph, we construct a new graph by coarsely transforming subgraphs into nodes. We perform subgraph-level tasks as node-level tasks through this translation. By doing so, we can significantly reduce the memory and computational costs in both training and inference. We conduct experiments on four real-world datasets to evaluate performance and efficiency. Our experiments demonstrate that models with S2N translation are more efficient than state-of-the-art models without substantial performance decrease.

Cite

Text

Kim and Oh. "Efficient Representation Learning of Subgraphs by Subgraph-to-Node Translation." ICLR 2022 Workshops: GTRL, 2022.

Markdown

[Kim and Oh. "Efficient Representation Learning of Subgraphs by Subgraph-to-Node Translation." ICLR 2022 Workshops: GTRL, 2022.](https://mlanthology.org/iclrw/2022/kim2022iclrw-efficient/)

BibTeX

@inproceedings{kim2022iclrw-efficient,
  title     = {{Efficient Representation Learning of Subgraphs by Subgraph-to-Node Translation}},
  author    = {Kim, Dongkwan and Oh, Alice},
  booktitle = {ICLR 2022 Workshops: GTRL},
  year      = {2022},
  url       = {https://mlanthology.org/iclrw/2022/kim2022iclrw-efficient/}
}