1. Introduction
Medical imaging is widely used in clinical diagnosis, and automated analysis can support the identification of brain tumors. Brain magnetic resonance imaging (MRI) classification is one application of this broader area [
1]. Although supervised deep learning methods have achieved useful performance, they commonly require substantial amounts of labeled data [
2]. Because medical-image annotation requires specialist involvement, the availability of reliable labels can be limited. Self-supervised learning has therefore become a widely studied approach for learning representations from unannotated data [
3].
Recent reviews also illustrate the rapid evolution of adjacent magnetic-resonance signal-processing and reconstruction tasks. Zhan et al. survey artificial-intelligence methods for nuclear magnetic resonance spectroscopy, including sparse reconstruction, noise filtering, and artifact suppression, while emphasizing unresolved issues such as signal preservation, quality assessment, data scarcity, and generalization to unseen measurements [
4]. Wang et al. review knowledge-driven deep learning for undersampled MR image reconstruction, tracing the transition from supervised to semi-supervised and unsupervised learning and highlighting the importance of incorporating acquisition physics and domain knowledge into reliable reconstruction systems [
5]. These reviews concern NMR spectroscopy processing and accelerated MRI reconstruction rather than downstream classification of already reconstructed brain MR images. Nevertheless, they position the present work within the broader movement toward learned reconstruction, corruption-aware modeling, and label-efficient magnetic-resonance analysis. The specific scope of this study is self-supervised representation learning for brain MRI classification, not raw-signal recovery or k-space reconstruction.
The core idea of self-supervised learning is to enable models to learn representations from the data itself by designing pretext tasks, without requiring human-annotated labels [
6]. Recent methods such as MAGE (Masked Generative Encoder) [
7] and I-JEPA (Image-based Joint-Embedding Predictive Architecture) [
8] have demonstrated potential in self-supervised representation learning, though their applicability to medical images remains to be validated. Among pretext tasks in self-supervised learning, Masked Image Modeling (MIM) [
9] has shown strong performance in prior studies and draws inspiration from Masked Language Modeling (MLM) in natural language processing. MIM randomly masks portions of the input image and trains the model to predict the masked content, encouraging representations of image structure and contextual information. Denoising Autoencoders (DAEs) [
10] reconstruct clean inputs from corrupted observations and can encourage representations that are less sensitive to the corruption patterns used during training. Additionally, contrastive and self-distillation methods such as SimCLR [
11], BYOL [
12], and MoCo v2 [
13] have achieved strong results on natural images. Their performance in MRI can depend on the augmentation design and the semantic consistency of positive views, which motivates task-specific evaluation rather than direct transfer of conclusions from natural-image benchmarks.
Network depth itself is not presented as the distinguishing contribution of this study. Stacked denoising autoencoders have long used cascaded denoising encoders [
14], and MAE employs a deep multi-layer encoder [
9]. The architectural distinction examined here instead concerns where corruption and reconstruction objectives are introduced and how they are coupled across the network. S
2MDAE applies independently sampled masks at successive convolutional encoder–decoder blocks, jointly optimizes reconstruction losses at the image and intermediate-feature levels, combines input Gaussian corruption with block-wise masking, and transfers the jointly pre-trained encoder stack to brain MRI classification. These choices are intended to accommodate tumor appearances that vary in scale, shape, and texture [
15], but they are described as a task-specific configuration rather than a new primitive architecture.
To address these challenges, this paper develops a Self-Supervised Stacked Masked Denoising Autoencoder (S
2MDAE) framework that combines masked image modeling, denoising autoencoders, and stacked representation learning [
14]. The contribution does not lie in introducing MIM, DAE, or stacked autoencoders as independent concepts. Rather, it lies in their task-specific integration through layer-wise masked denoising reconstruction at successive feature levels, simultaneous masking and Gaussian-noise corruption, and transfer of the resulting hierarchical representations to brain MRI classification. Our method comprises two training stages: a pre-training phase and a fine-tuning phase. During the pre-training phase, the model simultaneously handles two types of input corruption: first, random masking that obscures a large portion (75%) of the input image; second, the addition of Gaussian noise to further increase the difficulty of the reconstruction task [
16]. This dual corruption strategy is used as a corruption-based regularizer intended to promote informative representations; its noise tolerance is evaluated separately across multiple Gaussian-noise intensities.
The stacked architecture constitutes a central design choice of this study. Unlike a single-layer autoencoder, it applies masked denoising reconstruction at three successive computational stages and propagates each intermediate representation to the next block. We do not assume a priori that particular blocks exclusively encode image details or semantic concepts. Instead, block-wise activation responses, linear probing, clustering metrics, and t-SNE are used to examine how the representations differ before and after supervised fine-tuning. After pre-training completion, we utilize the learned feature representations as initialization for fine-tuning on downstream brain tumor classification tasks [
17].
The methodological contribution of our approach is the coordinated integration and empirical validation of these established components, rather than the introduction of a new primitive learning mechanism. Specifically, the stacked implementation applies masked denoising reconstruction at multiple feature levels to capture representations relevant to medical images. The experiments evaluate the integrated framework on brain MRI classification, while the ablation studies quantify the contribution of each component within the tested configuration. The results provide a reference point for further evaluation of related self-supervised designs on broader medical imaging datasets. Self-supervised representation learning remains an active research direction for settings in which labeled medical data are limited.
The remainder of this study is organized as follows:
Section 2 provides a detailed description of the proposed Self-Supervised Stacked Masked Denoising Autoencoder framework;
Section 3 introduces the experimental setup and results analysis; finally,
Section 4 concludes the paper and discusses future research directions. The experimental section compares the proposed method with the selected baselines on brain tumor MRI classification and reports the observed performance, ablation behavior, mask-ratio sensitivity, representation characteristics, and noise sensitivity.