English

QWalkVec: Node Embedding by Quantum Walk

Quantum Physics 2024-08-19 v1 Computational Physics

Abstract

In this paper, we propose QWalkVec, a quantum walk-based node embedding method. A quantum walk is a quantum version of a random walk that demonstrates a faster propagation than a random walk on a graph. We focus on the fact that the effect of the depth-first search process is dominant when a quantum walk with a superposition state is applied to graphs. Simply using a quantum walk with its superposition state leads to insufficient performance since balancing the depth-first and breadth-first search processes is essential in node classification tasks. To overcome this disadvantage, we formulate novel coin operators that determine the movement of a quantum walker to its neighboring nodes. They enable QWalkVec to integrate the depth-first search and breadth-first search processes by prioritizing node sampling. We evaluate the effectiveness of QWalkVec in node classification tasks conducted on four small-sized real datasets. As a result, we demonstrate that the performance of QWalkVec is superior to that of the existing methods on several datasets. Our code will be available at \url{https://github.com/ReiSato18/QWalkVec}.

Keywords

Cite

@article{arxiv.2408.08534,
  title  = {QWalkVec: Node Embedding by Quantum Walk},
  author = {Rei Sato and Shuichiro Haruta and Kazuhiro Saito and Mori Kurokawa},
  journal= {arXiv preprint arXiv:2408.08534},
  year   = {2024}
}

Comments

This paper is accepted at 28th Pacific-Asia Conference on Knowledge Discovery and Data Mining (PAKDD 2024). This paper is a slightly revised version