paper-with-me

홈 › Papers

FiGURe: Simple and Efficient Unsupervised Node Representations with Filter Augmentations

2023-10-03 · NeurIPS 2023 11 · Chanakya Ekbote, Ajinkya Pankaj Deshpande, Arun Iyer, Ramakrishna Bairi, Sundararajan Sellamanickam

Unsupervised node representations learnt using contrastive learning-based methods have shown good performance on downstream tasks. However, these methods rely on augmentations that mimic low-pass filters, limiting their performance on tasks requiring different eigen-spectrum parts. This paper presents a simple filter-based augmentation method to capture different parts of the eigen-spectrum. We show significant improvements using these augmentations. Further, we show that sharing the same weights across these different filter augmentations is possible, reducing the computational load. In addition, previous works have shown that good performance on downstream tasks requires high dimensional representations. Working with high dimensions increases the computations, especially when multiple augmentations are involved. We mitigate this problem and recover good performance through lower dimensional embeddings using simple random Fourier feature projections. Our method, FiGURe achieves an average gain of up to 4.4%, compared to the state-of-the-art unsupervised models, across all datasets in consideration, both homophilic and heterophilic. Our code can be found at: https://github.com/microsoft/figure.

📄 PDF Abstract BibTeX arXiv:2310.01892

Code (1)

microsoft/figure 공식 구현 pytorch

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Eliciting Structural and Semantic Global Knowledge in Unsupervised Graph Contrastive Learning

2022-02-17 · Kaize Ding, Yancheng Wang, Yingzhen Yang, Huan Liu

Graph Contrastive Learning (GCL) has recently drawn much research interest for learning generalizable node representations in a self-supervised manner. In general, the contrastive learning process in GCL is performed on …

Contrastive LearningGraph Neural NetworkRepresentation Learning

Graph Autoencoders with Deconvolutional Networks

2020-12-22 · Jia Li, Tomas Yu, Da-Cheng Juan, Arjun Gopalan 외

Recent studies have indicated that Graph Convolutional Networks (GCNs) act as a \emph{low pass} filter in spectral domain and encode smoothed node representations. In this paper, we consider their opposite, namely Graph …

Graph Generation

Unsupervised Joint k-node Graph Representations with Compositional Energy-Based Models

2020-12-01 · NeurIPS 2020 12 · Leonardo Cotta, Carlos H. C. Teixeira, Ananthram Swami, Bruno Ribeiro

Existing Graph Neural Network (GNN) methods that learn inductive unsupervised graph representations focus on learning node and edge representations by predicting observed edges in the graph. Although such approaches have…

Graph Neural NetworkNode Classification

Unsupervised Meta-learning of Figure-Ground Segmentation via Imitating Visual Effects

2018-12-20 · Ding-Jie Chen, Jui-Ting Chien, Hwann-Tzong Chen, Tyng-Luh Liu

This paper presents a "learning to learn" approach to figure-ground image segmentation. By exploring webly-abundant images of specific visual effects, our method can effectively learn the visual-effect internal represent…

Image GenerationImage SegmentationMeta-LearningSegmentation+2

Unsupervised Attributed Multiplex Network Embedding

2019-11-15 · Chanyoung Park, Donghyun Kim, Jiawei Han, Hwanjo Yu

Nodes in a multiplex network are connected by multiple types of relations. However, most existing network embedding methods assume that only a single type of relation exists between nodes. Even for those that consider th…

Network EmbeddingRelation