Multi-class Graph Clustering via Approximated -Resistance (Short Preview of Paper)
In this article, I’d like to preview our recent ICML paper.
Shota Saito and Mark Herbster. Multi-class Graph Clustering via Approximated Effective
To Exploit More for Multi-Class ClusteringPermalink
We work towards multi-class clustering with better exploitation of “
For clustering problems, we often consider the cut over a graph defined as follows.
For a graph
Sometimes, aiming for generalization of this cut, we consider the
Note that these energies can be written as seminorm, which we call graph
The most standard way to incorporate this
This is difficult.
In a difficult situation, there are two ways we can choose; going forward or taking an alternative path.
Going forward is always a hero’s move.
However, the difficulty of
We want to exploit
The benefit of
Now, seeing these distance characteristics, some natural ideas for multi-class graph clustering have arisen.
We use
However, still, the problem remains.
It is computationally expensive to compute all the pairs of
where
Equation
Now, we have a way to compute
By varying
Since the
We now also provide some theoretical justification for exploiting
Collection of “Clips”Permalink
Now, I quickly wrapped up what is going on in our ICML paper, but the above is a preview. Here, I have a confession to make.
This is a promotional blog for my recent paper to ICML 2023. I've almost never finished reading such promotional blogs because it's often too short to understand or too long for the blog format. Instead, I try to "clip" and highlight some parts of the paper at a reasonable length https://t.co/iEujeu4rxi
— Shota Saito (@ShotaSAITO) July 20, 2023
Yes, I’ve never got some ideas from this kind of “paper blog.” So, I try like a “clip” of a stream from Twitch or youtube at a reasonable length and to highlight some point that itself can stand as an interesting point.
I have written four of this kind of “clip” articles.
1. Limitaition of Graph -LaplacianPermalink
The first article discusses why the higher order eigenpairs of graph
2. Effective Resistance and GraphPermalink
The second article explains the very introductory stuff; how effective resistance is formulated.
3. -Resistance and its ApproximationPermalink
The third article briefly explains what is the idea source of our recent paper approximation of
4. Limitation of Effective Resistance and How Overcomes its LimitationPermalink
While people in graph ML heard effective resistance, I assume that many people, especially younger graph researchers, do not know the effective resistance. This might be because the effective resistance doesn’t dance at the center; instead, spectral clustering and then GNN take the spot. The fourth article explains the limitation of resistance, which I speculate why the effective resistance has not been in the center and how
Citation:
If you find this piece useful, please cite our paper.
@inproceedings{saito2023multi,
title={Multi-class Graph Clustering via Approximated Effective $p$-Resistance.},
author={Saito, Shota and Herbster, Mark},
booktitle={Proc. ICML},
pages = {29697--29733},
year={2023}
}