paper-with-me

Papers

Self-Attention Message Passing for Contrastive Few-Shot Learning

2022-10-12 · Ojas Kishorkumar Shirekar, Anuj Singh, Hadi Jamali-Rad

Humans have a unique ability to learn new representations from just a handful of examples with little to no supervision. Deep learning models, however, require an abundance of data and supervision to perform at a satisfactory level. Unsupervised few-shot learning (U-FSL) is the pursuit of bridging this gap between machines and humans. Inspired by the capacity of graph neural networks (GNNs) in discovering complex inter-sample relationships, we propose a novel self-attention based message passing contrastive learning approach (coined as SAMP-CLR) for U-FSL pre-training. We also propose an optimal transport (OT) based fine-tuning strategy (we call OpT-Tune) to efficiently induce task awareness into our novel end-to-end unsupervised few-shot classification framework (SAMPTransfer). Our extensive experimental results corroborate the efficacy of SAMPTransfer in a variety of downstream few-shot classification scenarios, setting a new state-of-the-art for U-FSL on both miniImagenet and tieredImagenet benchmarks, offering up to 7%+ and 5%+ improvements, respectively. Our further investigations also confirm that SAMPTransfer remains on-par with some supervised baselines on miniImagenet and outperforms all existing U-FSL baselines in a challenging cross-domain scenario. Our code can be found in our GitHub repository at https://github.com/ojss/SAMPTransfer/.

📄 PDF Abstract BibTeX arXiv:2210.06339

Code (1)

ojss/samptransfer 공식 구현 pytorch

Tasks

Contrastive LearningFew-Shot LearningUnsupervised Few-Shot Image ClassificationUnsupervised Few-Shot Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Graph Self-Attention 설명 없음

Similar Papers 제목 키워드 기반

A Message Passing Perspective on Learning Dynamics of Contrastive Learning

2023-03-08 · Yifei Wang, Qi Zhang, Tianqi Du, Jiansheng Yang 외

In recent years, contrastive learning achieves impressive results on self-supervised visual representation learning, but there still lacks a rigorous understanding of its learning dynamics. In this paper, we show that if…

Contrastive LearningGraph AttentionRepresentation Learning

Distilling Self-Knowledge From Contrastive Links to Classify Graph Nodes Without Passing Messages

2021-06-16 · Yi Luo, Aiguo Chen, Ke Yan, Ling Tian

Nowadays, Graph Neural Networks (GNNs) following the Message Passing paradigm become the dominant way to learn on graphic data. Models in this paradigm have to spend extra space to look up adjacent nodes with adjacency m…

Node ClassificationNode Property Prediction

FIMP: Foundation Model-Informed Message Passing for Graph Neural Networks

2022-10-17 · Syed Asad Rizvi, Nazreen Pallikkavaliyaveetil, David Zhang, Zhuoyang Lyu 외

Foundation models have achieved remarkable success across many domains, relying on pretraining over vast amounts of data. Graph-structured data often lacks the same scale as unstructured data, making the development of g…

BenchmarkingGraph Neural NetworkRepresentation Learning

Few-shot Message-Enhanced Contrastive Learning for Graph Anomaly Detection

2023-11-17 · Fan Xu, Nan Wang, Xuezhi Wen, Meiqi Gao 외

Graph anomaly detection plays a crucial role in identifying exceptional instances in graph data that deviate significantly from the majority. It has gained substantial attention in various domains of information security…

Anomaly DetectionContrastive LearningGraph Anomaly Detection

GPS++: Reviving the Art of Message Passing for Molecular Property Prediction

2023-02-06 · Dominic Masters, Josef Dean, Kerstin Klaser, Zhiyi Li 외

We present GPS++, a hybrid Message Passing Neural Network / Graph Transformer model for molecular property prediction. Our model integrates a well-tuned local message passing component and biased global attention with ot…

Molecular Property PredictionProperty Prediction