paper-with-me

홈 › Papers

From Canonical Correlation Analysis to Self-supervised Graph Neural Networks

2021-06-23 · NeurIPS 2021 12 · Hengrui Zhang, Qitian Wu, Junchi Yan, David Wipf, Philip S. Yu

We introduce a conceptually simple yet effective model for self-supervised representation learning with graph data. It follows the previous methods that generate two views of an input graph through data augmentation. However, unlike contrastive methods that focus on instance-level discrimination, we optimize an innovative feature-level objective inspired by classical Canonical Correlation Analysis. Compared with other works, our approach requires none of the parameterized mutual information estimator, additional projector, asymmetric structures, and most importantly, negative samples which can be costly. We show that the new objective essentially 1) aims at discarding augmentation-variant information by learning invariant representations, and 2) can prevent degenerated solutions by decorrelating features in different dimensions. Our theoretical analysis further provides an understanding for the new objective which can be equivalently seen as an instantiation of the Information Bottleneck Principle under the self-supervised setting. Despite its simplicity, our method performs competitively on seven public graph datasets. The code is available at: https://github.com/hengruizhang98/CCA-SSG.

📄 PDF Abstract BibTeX arXiv:2106.12484

Code (1)

hengruizhang98/CCA-SSG 공식 구현 pytorch

Tasks

Data AugmentationRepresentation Learning

Similar Papers 제목 키워드 기반

Multimodal Audio-Visual Information Fusion using Canonical-Correlated Graph Neural Network for Energy-Efficient Speech Enhancement

2022-02-09 · Leandro Aparecido Passos, João Paulo Papa, Javier Del Ser, Amir Hussain 외

This paper proposes a novel multimodal self-supervised architecture for energy-efficient audio-visual (AV) speech enhancement that integrates Graph Neural Networks with canonical correlation analysis (CCA-GNN). The propo…

Graph Neural NetworkRepresentation LearningSpeech Enhancement

GATE: Graph CCA for Temporal SElf-supervised Learning for Label-efficient fMRI Analysis

2022-03-17 · Liang Peng, Nan Wang, Jie Xu, Xiaofeng Zhu 외

In this work, we focus on the challenging task, neuro-disease classification, using functional magnetic resonance imaging (fMRI). In population graph-based disease analysis, graph convolutional neural networks (GCNs) hav…

ClassificationRepresentation LearningSelf-Supervised Learning

Hypergraph Self-supervised Learning with Sampling-efficient Signals

2024-04-18 · Fan Li, Xiaoyang Wang, Dawei Cheng, Wenjie Zhang 외

Self-supervised learning (SSL) provides a promising alternative for representation learning on hypergraphs without costly labels. However, existing hypergraph SSL models are mostly based on contrastive methods with the i…

Representation LearningSelf-Supervised Learning

Unsupervised EEG-based decoding of absolute auditory attention with canonical correlation analysis

2025-04-24 · Nicolas Heintz, Tom Francart, Alexander Bertrand

We propose a fully unsupervised algorithm that detects from encephalography (EEG) recordings when a subject actively listens to sound, versus when the sound is ignored. This problem is known as absolute auditory attentio…

EEG

Graph Canonical Correlation Analysis

2025-02-03 · Hongju Park, Shuyang Bai, Zhenyao Ye, Hwiyoung Lee 외

Canonical correlation analysis (CCA) is a widely used technique for estimating associations between two sets of multi-dimensional variables. Recent advancements in CCA methods have expanded their application to decipher …