paper-with-me

홈 › Papers

StructComp: Substituting Propagation with Structural Compression in Training Graph Contrastive Learning

2023-12-08 · Shengzhong Zhang, Wenjie Yang, Xinyuan Cao, Hongwei Zhang, Zengfeng Huang

Graph contrastive learning (GCL) has become a powerful tool for learning graph data, but its scalability remains a significant challenge. In this work, we propose a simple yet effective training framework called Structural Compression (StructComp) to address this issue. Inspired by a sparse low-rank approximation on the diffusion matrix, StructComp trains the encoder with the compressed nodes. This allows the encoder not to perform any message passing during the training stage, and significantly reduces the number of sample pairs in the contrastive loss. We theoretically prove that the original GCL loss can be approximated with the contrastive loss computed by StructComp. Moreover, StructComp can be regarded as an additional regularization term for GCL models, resulting in a more robust encoder. Empirical studies on various datasets show that StructComp greatly reduces the time and memory consumption while improving model performance compared to the vanilla GCL models and scalable training methods.

📄 PDF Abstract BibTeX arXiv:2312.04865

Code (1)

szzhang17/structcomp 공식 구현 pytorch

Tasks

Contrastive Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Learning to Model Graph Structural Information on MLPs via Graph Structure Self-Contrasting

2024-09-09 · Lirong Wu, Haitao Lin, Guojiang Zhao, Cheng Tan 외

Recent years have witnessed great success in handling graph-related tasks with Graph Neural Networks (GNNs). However, most existing GNNs are based on message passing to perform feature aggregation and transformation, whe…

Does Graph Compression Preserve Signal Propagation?

2026-07-25 · Kawshik Banerjee, Khaled Mohammed Saifuddin arxiv

Graph compression reduces the computational cost of graph learning, but its effect on signal propagation remains largely underexplored. Existing work evaluates compression through downstream task performance or structura…

Graph Learning

Spatiotemporal Entropy Model is All You Need for Learned Video Compression

2021-04-13 · Zhenhong Sun, Zhiyu Tan, Xiuyu Sun, Fangyi Zhang 외

The framework of dominant learned video compression methods is usually composed of motion prediction modules as well as motion vector and residual image compression modules, suffering from its complex structure and error…

AllImage Compressionmotion predictionMS-SSIM+2

General Compression Framework for Efficient Transformer Object Tracking

2024-09-26 · Lingyi Hong, Jinglun Li, Xinyu Zhou, Shilin Yan 외

Transformer-based trackers have established a dominant role in the field of visual object tracking. While these trackers exhibit promising performance, their deployment on resource-constrained devices remains challenging…

Model CompressionObjectObject TrackingVisual Object Tracking

SlimDiff: Training-Free, Activation-Guided Hands-free Slimming of Diffusion Models

2025-09-25 · Arani Roy, Shristi Das Biswas, Kaushik Roy arxiv

Diffusion models (DMs), lauded for their generative performance, are computationally prohibitive due to their billion-scale parameters and iterative denoising dynamics. Existing efficiency techniques, such as quantizatio…