paper-with-me

Papers

Contrastive Graph Condensation: Advancing Data Versatility through Self-Supervised Learning

2024-11-26 · Xinyi Gao, Yayong Li, Tong Chen, Guanhua Ye, Wentao Zhang, Hongzhi Yin

With the increasing computation of training graph neural networks (GNNs) on large-scale graphs, graph condensation (GC) has emerged as a promising solution to synthesize a compact, substitute graph of the large-scale original graph for efficient GNN training. However, existing GC methods predominantly employ classification as the surrogate task for optimization, thus excessively relying on node labels and constraining their utility in label-sparsity scenarios. More critically, this surrogate task tends to overfit class-specific information within the condensed graph, consequently restricting the generalization capabilities of GC for other downstream tasks. To address these challenges, we introduce Contrastive Graph Condensation (CTGC), which adopts a self-supervised surrogate task to extract critical, causal information from the original graph and enhance the cross-task generalizability of the condensed graph. Specifically, CTGC employs a dual-branch framework to disentangle the generation of the node attributes and graph structures, where a dedicated structural branch is designed to explicitly encode geometric information through nodes' positional embeddings. By implementing an alternating optimization scheme with contrastive loss terms, CTGC promotes the mutual enhancement of both branches and facilitates high-quality graph generation through the model inversion technique. Extensive experiments demonstrate that CTGC excels in handling various downstream tasks with a limited number of labels, consistently outperforming state-of-the-art GC methods.

📄 PDF Abstract BibTeX arXiv:2411.17063

Code (0)

등록된 구현이 없습니다.

Tasks

Graph GenerationSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Towards Pre-trained Graph Condensation via Optimal Transport

2025-09-18 · Yeyu Yan, Shuai Zheng, Wenjun Hui, Xiangkai Zhu 외 arxiv

Graph condensation (GC) aims to distill the original graph into a small-scale graph, mitigating redundancy and accelerating GNN training. However, conventional GC approaches heavily rely on rigid GNNs and task-specific s…

Transferable Graph Condensation from the Causal Perspective

2026-01-29 · Huaming Du, Yijie Huang, Su Yao, Yiying Wang 외 arxiv

The increasing scale of graph datasets has significantly improved the performance of graph representation learning methods, but it has also introduced substantial training challenges. Graph dataset condensation technique…

Graph Representation LearningContrastive Learning

Advancing Drug Discovery with Enhanced Chemical Understanding via Asymmetric Contrastive Multimodal Learning

2023-11-11 · Yifei Wang, Yunrui Li, Lin Liu, Pengyu Hong 외

The versatility of multimodal deep learning holds tremendous promise for advancing scientific research and practical applications. As this field continues to evolve, the collective power of cross-modal analysis promises …

Contrastive LearningDrug DiscoveryMolecular Property PredictionMultimodal Deep Learning+3

Simple Graph Condensation

2024-03-22 · Zhenbang Xiao, Yu Wang, Shunyu Liu, Huiqiong Wang 외

The burdensome training costs on large-scale graphs have aroused significant interest in graph condensation, which involves tuning Graph Neural Networks (GNNs) on a small condensed graph for use on the large-scale origin…

GC-Bench: An Open and Unified Benchmark for Graph Condensation

2024-06-30 · Qingyun Sun, Ziying Chen, Beining Yang, Cheng Ji 외

Graph condensation (GC) has recently garnered considerable attention due to its ability to reduce large-scale graph datasets while preserving their essential properties. The core concept of GC is to create a smaller, mor…