paper-with-me

Papers

Contrastive Learning with Continuous Proxy Meta-Data for 3D MRI Classification

2021-06-16 · Benoit Dufumier, Pietro Gori, Julie Victor, Antoine Grigis, Michel Wessa, Paolo Brambilla, Pauline Favre, Mircea Polosan, Colm McDonald, Camille Marie Piguet, Edouard Duchesnay

Traditional supervised learning with deep neural networks requires a tremendous amount of labelled data to converge to a good solution. For 3D medical images, it is often impractical to build a large homogeneous annotated dataset for a specific pathology. Self-supervised methods offer a new way to learn a representation of the images in an unsupervised manner with a neural network. In particular, contrastive learning has shown great promises by (almost) matching the performance of fully-supervised CNN on vision tasks. Nonetheless, this method does not take advantage of available meta-data, such as participant's age, viewed as prior knowledge. Here, we propose to leverage continuous proxy metadata, in the contrastive learning framework, by introducing a new loss called y-Aware InfoNCE loss. Specifically, we improve the positive sampling during pre-training by adding more positive examples with similar proxy meta-data with the anchor, assuming they share similar discriminative semantic features.With our method, a 3D CNN model pre-trained on $10^4$ multi-site healthy brain MRI scans can extract relevant features for three classification tasks: schizophrenia, bipolar diagnosis and Alzheimer's detection. When fine-tuned, it also outperforms 3D CNN trained from scratch on these tasks, as well as state-of-the-art self-supervised methods. Our code is made publicly available here.

📄 PDF Abstract BibTeX arXiv:2106.08808

Code (2)

Duplums/yAwareContrastiveLearning 공식 구현 pytorch
guerbet-ai/wsp-contrastive pytorch

Tasks

Alzheimer's DetectionContrastive LearningMRI classification

Methods 이 논문이 사용한 방법론

3D CNN 설명 없음
Contrastive Learning 설명 없음
InfoNCE 설명 없음

Similar Papers 제목 키워드 기반

Conditional Alignment and Uniformity for Contrastive Learning with Continuous Proxy Labels

2021-11-10 · Benoit Dufumier, Pietro Gori, Julie Victor, Antoine Grigis 외

Contrastive Learning has shown impressive results on natural and medical images, without requiring annotated data. However, a particularity of medical images is the availability of meta-data (such as age or sex) that can…

Contrastive LearningLinear evaluation

Efficient block contrastive learning via parameter-free meta-node approximation

2022-09-28 · Gayan K. Kulatilleke, Marius Portmann, Shekhar S. Chandra

Contrastive learning has recently achieved remarkable success in many domains including graphs. However contrastive loss, especially for graphs, requires a large number of negative samples which is unscalable and computa…

Contrastive LearningGPUGraph Clustering

HPCR: Holistic Proxy-based Contrastive Replay for Online Continual Learning

2023-09-26 · Huiwei Lin, Shanshan Feng, Baoquan Zhang, Xutao Li 외

Online continual learning, aimed at developing a neural network that continuously learns new data from a single pass over an online data stream, generally suffers from catastrophic forgetting. Existing replay-based metho…

Continual Learning

PCR: Proxy-based Contrastive Replay for Online Class-Incremental Continual Learning

2023-04-10 · CVPR 2023 1 · Huiwei Lin, Baoquan Zhang, Shanshan Feng, Xutao Li 외

Online class-incremental continual learning is a specific task of continual learning. It aims to continuously learn new classes from data stream and the samples of data stream are seen only once, which suffers from the c…

Continual Learning

MetaMask: Revisiting Dimensional Confounder for Self-Supervised Learning

2022-09-16 · Jiangmeng Li, Wenwen Qiang, Yanan Zhang, Wenyi Mo 외

As a successful approach to self-supervised learning, contrastive learning aims to learn invariant information shared among distortions of the input sample. While contrastive learning has yielded continuous advancements …

Contrastive LearningMeta-LearningSelf-Supervised Learning