Skip to content
Book Open access

One-for-All Community Search on Unseen Graphs

Jul 2026 · Annual International ACM SIGIR Conference on Research and Development in Information Retrieval · 0 citations · 63 references
Computer Science

TL;DR

A Spectral-Aware Feature Alignment module to unify feature dimensionality and align cross-domain semantics in a community-aware manner and a Graph Diffusion Tokenized Transformer that constructs hybrid token sequences from local and global structural contexts for Transformer encoding, and applies diffusion-based refinement to mitigate distribution shifts on unseen graphs.

Abstract

Community search is a fundamental graph-based retrieval problem that aims to identify a query-dependent subgraph whose nodes exhibit strong internal connectivity. While recent learning-based methods improve retrieval effectiveness via graph representation learning, they follow a ''one-use-one-train'' paradigm that requires retraining or fine-tuning for each target graph, leading to high data dependency, high training costs, and limited generalization. To handle this, we propose OFA-CS, a ''one-for-all'' community search framework trained once on source datasets and directly deployed to arbitrary unseen graphs without retraining or fine-tuning, while preserving strong performance. Specifically, we introduce a Spectral-Aware Feature Alignment module to unify feature dimensionality and align cross-domain semantics in a community-aware manner. We further develop a Graph Diffusion Tokenized Transformer that constructs hybrid token sequences from local and global structural contexts for Transformer encoding, and applies diffusion-based refinement to mitigate distribution shifts on unseen graphs. With the unified representations, communities are efficiently retrieved via a modularity-driven search procedure. Extensive experiments on diverse real-world graphs demonstrate that OFA-CS achieves strong cross-domain generalization and competitive retrieval effectiveness against state-of-the-art methods, without requiring target-domain supervision.

Read PDF

Similar papers

Book Open access Aug 2026

ECHO: Adaptive Community Search over Multimodal Graphs

In this paper, for the first time, we study the community search problem over multimodal graphs. This task aims to identify a query vertex-containing subgraph that is both structurally cohesive and semantically coherent with multimodal query inputs (e.g., text and images). Existing community search methods fail to capture fine-grained multimodal semantics and do not support effective multimodal fusion. To address these limitations, we propose an adaptive community search framework ECHO, which includes two key components. (i) A Fine-grained Modality Extractor decomposes multimodal content into structured local semantic units to preserve details often lost in coarse representations, operating in an encoder-agnostic manner. (ii) A Dual-Track Mixture of Experts network decouples semantic and structural modeling into parallel tracks, utilizing a hierarchical MoE architecture for adaptive, query-aware feature fusion. Extensive experiments on real-world multimodal graphs demonstrate that ECHO consistently outperforms state-of-the-art methods in terms of community quality while achieving superior search efficiency.

Chengyang Luo, Zi-Xing Ding, Qing Liu et al. · 0 citations
Book Jul 2026

GAAF: Fast and Scalable Graph-based Vector Similarity Search with Any-Match Label Filtering

GAAF, a frequency-aware Graph Ensemble framework that decouples the handling of high- and low-frequency labels, is proposed, a frequency-aware Graph Ensemble framework that significantly outperforms state-of-the-art baselines.

Mengyang Ma, Xizhe Yin, Junqiao Qiu · 0 citations

Similarity-Guided Structural Matching Learning for Graph Dataset Condensation

Similarity-guided Structural Matching Learning for Graph Dataset Condensation (SSGDC) is proposed, which efficiently reduces repository size while maintaining both task performance and structural information.

Yiyang Zhang, Yutong Ye, Yingbo Zhou et al. · 0 citations
Preprint Jul 2026

GLM-RAG: Graph Language Models for Graph-Based Retrieval-Augmented Generation

Retrieval-augmented generation (RAG) over knowledge graphs requires retrievers that can effectively capture both graph structure and semantic information. Recent approaches have explored graph neural network (GNN)-based retrievers to model graph topology in multi-hop reasoning tasks. In parallel, graph language models (GLMs) have emerged as a promising paradigm that integrates graph reasoning and the semantic capabilities of language models. In this work, we introduce a GLM-based retriever and investigate the comparative strengths of GLM-based, GNN-based, and traditional vector-search-based retrievers in single- and multi-hop RAG settings, and with a particular focus on transferability to unseen domains. Our findings suggest that finetuned GLM retrievers generalize better out of domain, achieving SOTA on two multi-hop benchmarks. On in-domain multi-hop QA datasets they remain comparable to prior work, with promising scaling as parameters and subgraph coverage increase. GNN-based retrievers achieve higher graph coverage with an efficient training setup, whereas the vector-search baseline excels at single-hop datasets.

Maya Arseven, Anette Frank, Béni Egressy et al. · 0 citations
Preprint Jul 2026

Unsupervised Graph Representation Learning with Complementary View Alignment

Unsupervised graph representation learning aims to derive meaningful node embeddings by capturing both structural and attribute information without relying on labeled data. Existing methods, such as GAEs, have demonstrated effectiveness but typically rely on message-passing mechanisms that assume homophily, leading to performance degradation on heterophilous graphs, where connected nodes exhibit dissimilar features. This homophily bias results in the loss of critical high-frequency components that are essential for identifying heterophilous patterns. To address these challenges, we propose \textsc{AlignGAE}, a novel extension of \textit{MaskGAE} that preserves the full frequency spectrum through complementary view alignment. Our framework introduces a dual-encoder architecture that separately processes structural and attribute information, incorporates node positional encoding to approximate Neighborhood Identity Distribution (NID), and employs dual reconstruction tasks for both edges and node attributes. We further propose theoretically grounded NID alignment strategies that ensure semantic consistency across views while preserving their distinct characteristics. Through comprehensive spectral analysis, we demonstrate that \textsc{AlignGAE} achieves optimal representation properties when the alignment loss converges. Extensive experiments across 12 benchmark datasets validate our approach, showing that \textsc{AlignGAE} outperforms state-of-the-art methods by up to 18.7\% on heterophilous graphs in node classification, while maintaining competitive performance on homophilous graphs. Our results establish a new paradigm for frequency-aware graph representation learning.

Zengyi Wo, Shiyu Zhang, Qiyao Peng et al. · 0 citations