paper-with-me

Papers

Joint Self-Supervised Image-Volume Representation Learning with Intra-Inter Contrastive Clustering

2022-12-04 · Duy M. H. Nguyen, Hoang Nguyen, Mai T. N. Truong, Tri Cao, Binh T. Nguyen, Nhat Ho, Paul Swoboda, Shadi Albarqouni, Pengtao Xie, Daniel Sonntag

Collecting large-scale medical datasets with fully annotated samples for training of deep networks is prohibitively expensive, especially for 3D volume data. Recent breakthroughs in self-supervised learning (SSL) offer the ability to overcome the lack of labeled training samples by learning feature representations from unlabeled data. However, most current SSL techniques in the medical field have been designed for either 2D images or 3D volumes. In practice, this restricts the capability to fully leverage unlabeled data from numerous sources, which may include both 2D and 3D data. Additionally, the use of these pre-trained networks is constrained to downstream tasks with compatible data dimensions. In this paper, we propose a novel framework for unsupervised joint learning on 2D and 3D data modalities. Given a set of 2D images or 2D slices extracted from 3D volumes, we construct an SSL task based on a 2D contrastive clustering problem for distinct classes. The 3D volumes are exploited by computing vectored embedding at each slice and then assembling a holistic feature through deformable self-attention mechanisms in Transformer, allowing incorporating long-range dependencies between slices inside 3D volumes. These holistic features are further utilized to define a novel 3D clustering agreement-based SSL task and masking embedding prediction inspired by pre-trained language models. Experiments on downstream tasks, such as 3D brain segmentation, lung nodule detection, 3D heart structures segmentation, and abnormal chest X-ray detection, demonstrate the effectiveness of our joint 2D and 3D SSL approach. We improve plain 2D Deep-ClusterV2 and SwAV by a significant margin and also surpass various modern 2D and 3D SSL approaches.

📄 PDF Abstract BibTeX arXiv:2212.01893

Code (0)

등록된 구현이 없습니다.

Tasks

Brain SegmentationClusteringLung Nodule DetectionRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Functional Knowledge Transfer with Self-supervised Representation Learning

2023-03-12 · Prakash Chandra Chhipa, Muskaan Chopra, Gopal Mengi, Varun Gupta 외

This work investigates the unexplored usability of self-supervised representation learning in the direction of functional knowledge transfer. In this work, functional knowledge transfer is achieved by joint optimization …

Representation LearningSelf-Supervised LearningTransfer Learning

Self-Supervised Slice-to-Volume Reconstruction with Gaussian Representations for Fetal MRI

2026-01-30 · Yinsong Wang, Thomas Fletcher, Xinzhe Luo, Aine Travers Dineen 외 arxiv

Reconstructing 3D fetal MR volumes from motion-corrupted stacks of 2D slices is a crucial and challenging task. Conventional slice-to-volume reconstruction (SVR) methods are time-consuming and require multiple orthogonal…

VolTA-3D: Self-Supervised Learning for Brain MRI using 3D Volumetric Token Alignment

2026-05-16 · Amy Makawana, Abhijeet Parida, Marius George Linguraru, Julia Ive 외 arxiv

Self-supervised learning (SSL) has advanced medical image analysis be enabling learning form large unlabelled data. However, in brain magnetic resonance imaging (MRI), most 3D models remain specialized for either segment…

Self-Supervised Learning

Scaling Self-Supervised and Cross-Modal Pretraining for Volumetric CT Transformers

2025-11-21 · Cris Claessens, Christiaan Viviers, Giacomo D'Amicantonio, Egor Bondarev 외 arxiv

We introduce SPECTRE, a fully transformer-based foundation model for volumetric computed tomography (CT). Our Self-Supervised & Cross-Modal Pretraining for CT Representation Extraction (SPECTRE) approach utilizes scalabl…

Contrastive Learning

Bootstrap Representation Learning for Segmentation on Medical Volumes and Sequences

2021-06-23 · Zejian Chen, Wei Zhuo, Tianfu Wang, Wufeng Xue 외

In this work, we propose a novel straightforward method for medical volume and sequence segmentation with limited annotations. To avert laborious annotating, the recent success of self-supervised learning(SSL) motivates …

Representation LearningSelf-Supervised Learning