paper-with-me

홈 › Papers

Contrastive Learning Meets Pseudo-label-assisted Mixup Augmentation: A Comprehensive Graph Representation Framework from Local to Global

2025-01-30 · Jinlu Wang, Yanfeng Sun, Jiapu Wang, Junbin Gao, Shaofan Wang, Jipeng Guo

Graph Neural Networks (GNNs) have demonstrated remarkable effectiveness in various graph representation learning tasks. However, most existing GNNs focus primarily on capturing local information through explicit graph convolution, often neglecting global message-passing. This limitation hinders the establishment of a collaborative interaction between global and local information, which is crucial for comprehensively understanding graph data. To address these challenges, we propose a novel framework called Comprehensive Graph Representation Learning (ComGRL). ComGRL integrates local information into global information to derive powerful representations. It achieves this by implicitly smoothing local information through flexible graph contrastive learning, ensuring reliable representations for subsequent global exploration. Then ComGRL transfers the locally derived representations to a multi-head self-attention module, enhancing their discriminative ability by uncovering diverse and rich global correlations. To further optimize local information dynamically under the self-supervision of pseudo-labels, ComGRL employs a triple sampling strategy to construct mixed node pairs and applies reliable Mixup augmentation across attributes and structure for local contrastive learning. This approach broadens the receptive field and facilitates coordination between local and global representation learning, enabling them to reinforce each other. Experimental results across six widely used graph datasets demonstrate that ComGRL achieves excellent performance in node classification tasks. The code could be available at https://github.com/JinluWang1002/ComGRL.

📄 PDF Abstract BibTeX arXiv:2501.18357

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningGraph Representation LearningNode ClassificationPseudo LabelRepresentation Learning

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Semi-Supervised Sound Event Detection with Conditional Mixup and Embedding-Level Contrastive Loss

2026-06-29 · Nian Shao, Xian Li, Xiaofei Li arxiv

Sound event detection (SED) is a core module for acoustic environmental analysis, yet its performance is often limited by scarce labeled data. Recent systems leverage large pretrained audio foundation models, but effecti…

Sound Event DetectionContrastive Learning

Holistic Reliability Propagation: Decoupling Annotation and Prediction for Robust Noisy-Label

2026-05-20 · Jingyang Mao, Ningkang Peng, Yanhui Gu arxiv

Learning with noisy labels in multimedia classification often combines external annotations and model predictions into a single reliability weight, even though the two sources can fail for different reasons. We instead e…

Learning with noisy labels

RegMixMatch: Optimizing Mixup Utilization in Semi-Supervised Learning

2024-12-14 · Haorong Han, Jidong Yuan, Chixuan Wei, Zhongyang Yu

Consistency regularization and pseudo-labeling have significantly advanced semi-supervised learning (SSL). Prior works have effectively employed Mixup for consistency regularization in SSL. However, our findings indicate…

Contrastive-mixup learning for improved speaker verification

2022-02-22 · Xin Zhang, Minho Jin, Roger Cheng, Ruirui Li 외

This paper proposes a novel formulation of prototypical loss with mixup for speaker verification. Mixup is a simple yet efficient data augmentation technique that fabricates a weighted combination of random data point an…

Data AugmentationMetric LearningSpeaker Verification

CLASS-M: Adaptive stain separation-based contrastive learning with pseudo-labeling for histopathological image classification

2023-12-12 · Bodong Zhang, Hamid Manoochehri, Man Minh Ho, Fahimeh Fooladgar 외

Histopathological image classification is an important task in medical image analysis. Recent approaches generally rely on weakly supervised learning due to the ease of acquiring case-level labels from pathology reports.…

Contrastive LearningHistopathological Image Classificationimage-classificationImage Classification+2