paper-with-me

Papers

Cluster-wise Graph Transformer with Dual-granularity Kernelized Attention

2024-10-09 · Siyuan Huang, Yunchong Song, Jiayue Zhou, Zhouhan Lin

In the realm of graph learning, there is a category of methods that conceptualize graphs as hierarchical structures, utilizing node clustering to capture broader structural information. While generally effective, these methods often rely on a fixed graph coarsening routine, leading to overly homogeneous cluster representations and loss of node-level information. In this paper, we envision the graph as a network of interconnected node sets without compressing each cluster into a single embedding. To enable effective information transfer among these node sets, we propose the Node-to-Cluster Attention (N2C-Attn) mechanism. N2C-Attn incorporates techniques from Multiple Kernel Learning into the kernelized attention framework, effectively capturing information at both node and cluster levels. We then devise an efficient form for N2C-Attn using the cluster-wise message-passing framework, achieving linear time complexity. We further analyze how N2C-Attn combines bi-level feature maps of queries and keys, demonstrating its capability to merge dual-granularity information. The resulting architecture, Cluster-wise Graph Transformer (Cluster-GT), which uses node clusters as tokens and employs our proposed N2C-Attn module, shows superior performance on various graph-level tasks. Code is available at https://github.com/LUMIA-Group/Cluster-wise-Graph-Transformer.

📄 PDF Abstract BibTeX arXiv:2410.06746

Code (1)

lumia-group/cluster-wise-graph-transformer 공식 구현 pytorch

Tasks

Graph LearningNode Clustering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
LapEigen 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Laplacian PE Laplacian eigenvectors represent a natural generalization of the…

Similar Papers 제목 키워드 기반

Enhanced Ensemble Clustering via Fast Propagation of Cluster-wise Similarities

2018-10-30 · Dong Huang, Chang-Dong Wang, Hongxing Peng, Jian-Huang Lai 외

Ensemble clustering has been a popular research topic in data mining and machine learning. Despite its significant progress in recent years, there are still two challenging issues in the current ensemble clustering resea…

Clustering

Learning to Cluster Faces via Transformer

2021-04-23 · Jinxing Ye, Xioajiang Peng, Baigui Sun, Kai Wang 외

Face clustering is a useful tool for applications like automatic face annotation and retrieval. The main challenge is that it is difficult to cluster images from the same identity with different face poses, occlusions, a…

ClusteringFace ClusteringRelationRetrieval

scGTN: Deep Siamese Graph Transformer Network for Single-cell RNA Sequencing Clustering

2026-06-17 · Jinke Wu, Yifan Wang, Siyu Yi, Caiyang Yu 외 arxiv

Single-cell RNA sequencing (scRNA-seq) serves a pivotal role in characterizing gene expression at the cellular level, enabling the identification of cell types and advancing the understanding of cellular heterogeneity. D…

Universal Approximation of Edge Density in Large Graphs

2015-08-06 · Marc Boullé

In this paper, we present a novel way to summarize the structure of large graphs, based on non-parametric estimation of edge density in directed multigraphs. Following coclustering approach, we use a clustering of the ve…

ClusteringDensity EstimationModel Selectionvalid

Brain Network Transformer

2022-10-13 · Xuan Kan, Wei Dai, Hejie Cui, Zilong Zhang 외

Human brains are commonly modeled as networks of Regions of Interest (ROIs) and their connections for the understanding of brain functions and mental disorders. Recently, Transformer-based models have been studied over d…

Clustering