paper-with-me

Papers

Graph-level Representation Learning with Joint-Embedding Predictive Architectures

2023-09-27 · Geri Skenderi, Hang Li, Jiliang Tang, Marco Cristani

Joint-Embedding Predictive Architectures (JEPAs) have recently emerged as a novel and powerful technique for self-supervised representation learning. They aim to learn an energy-based model by predicting the latent representation of a target signal y from the latent representation of a context signal x. JEPAs bypass the need for negative and positive samples, traditionally required by contrastive learning while avoiding the overfitting issues associated with generative pretraining. In this paper, we show that graph-level representations can be effectively modeled using this paradigm by proposing a Graph Joint-Embedding Predictive Architecture (Graph-JEPA). In particular, we employ masked modeling and focus on predicting the latent representations of masked subgraphs starting from the latent representation of a context subgraph. To endow the representations with the implicit hierarchy that is often present in graph-level concepts, we devise an alternative prediction objective that consists of predicting the coordinates of the encoded subgraphs on the unit hyperbola in the 2D plane. Through multiple experimental evaluations, we show that Graph-JEPA can learn highly semantic and expressive representations, as shown by the downstream performance in graph classification, regression, and distinguishing non-isomorphic graphs. The code is available at https://github.com/geriskenderi/graph-jepa.

📄 PDF Abstract BibTeX arXiv:2309.16014

Code (1)

geriskenderi/graph-jepa 공식 구현 pytorch

Tasks

Contrastive LearningData AugmentationGraph ClassificationGraph RegressionRepresentation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Joint-Embedding Masked Autoencoder for Self-supervised Learning of Dynamic Functional Connectivity from the Human Brain

2024-03-11 · JungWon Choi, Hyungi Lee, Byung-Hoon Kim, Juho Lee

Graph Neural Networks (GNNs) have shown promise in learning dynamic functional connectivity for distinguishing phenotypes from human brain networks. However, obtaining extensive labeled clinical data for training is ofte…

Functional ConnectivityRepresentation LearningSelf-Supervised Learning

HP-JEPA: Hierarchical Partitioning for Multi-Resolution Graph Joint-Embedding Predictive Learning

2026-08-01 · Ruichen Xu, Jingxiang Qu, Wenhan Gao, Jiaxing Zhang 외 arxiv

Graph self-supervised learning aims to learn transferable representations from large-scale unlabeled graph data. Joint-embedding predictive architectures (JEPAs) avoid explicit negative-pair construction and raw-input re…

Graph Representation LearningSelf-Supervised LearningGraph ClassificationGraph Regression

Leveraging Joint Predictive Embedding and Bayesian Inference in Graph Self Supervised Learning

2025-02-02 · Srinitish Srinivasan, Omkumar CU

Graph representation learning has emerged as a cornerstone for tasks like node classification and link prediction, yet prevailing self-supervised learning (SSL) methods face challenges such as computational inefficiency,…

Bayesian InferenceGraph Representation LearningLink PredictionNode Classification+3

BiJEPA: Bi-directional Joint Embedding Predictive Architecture for Symmetric Representation Learning

2026-02-10 · Yongchao Huang arxiv

Self-Supervised Learning (SSL) has shifted from pixel-level reconstruction to latent space prediction, spearheaded by the Joint Embedding Predictive Architecture (JEPA). While effective, standard JEPA models typically re…

Self-Supervised LearningRepresentation Learning

Video Representation Learning with Joint-Embedding Predictive Architectures

2024-12-14 · Katrina Drozdov, Ravid Shwartz-Ziv, Yann Lecun

Video representation learning is an increasingly important topic in machine learning research. We present Video JEPA with Variance-Covariance Regularization (VJ-VCR): a joint-embedding predictive architecture for self-su…

Representation Learning