Translate this page into:
Optimized data augmentation for osteosarcoma detection in deep and lightweight networks
⁎Corresponding author: Tariq Ali. tariq.ali@uaar.edu.pk
⁎⁎Corresponding author: Abdul Shahid. abdul.shahid@setu.ie
-
Received: ,
Accepted: ,
This article was originally published by Reed Elsevier India Pvt. Ltd. and was migrated to Scientific Scholar after the change of Publisher.
Abstract
Abstract
Osteosarcoma (Ost) is an extremely aggressive primary bone malignancy that mostly occurs among children and young adults. Precise histopathological classification is challenging due to strong intra- and inter-tumoral heterogeneity, combined with the scarcity of annotated datasets. The current study demonstrates a systematic deep learning (DL) methodology crafted to investigate the effects of preprocessing and data augmentation approaches to osteosarcoma image classification. Hematoxylin and Eosin (H&E)-stained histopathological images were obtained from the publicly accessible UT Southwestern/UT Dallas Osteosarcoma dataset and standardized to standard noise reduction, contrast enhancement, and artifact suppression procedures to facilitate tissue prominence. Controlled augmentation settings were built (no augmentation, and 650, 1000, and 1500 synthetic images per class) to investigate how sequential dataset enlargement impacts generalization performance. Four transfer learning models similar to VGG19, InceptionV3, InceptionResNetV2, and NasMobileNet were fine-tuned and assessed through accuracy, sensitivity, specificity, and ROC-AUC metrics. The results confirm that moderate augmentation provided the best results, with NasMobileNet reporting 95.07 % accuracy, 95 % sensitivity, and 95 % specificity (AUC = 0.96), whereas deeper models like InceptionResNetV2 took advantage of increased augmentation (up to 94.37 % accuracy). Statistical analysis further confirmed that the found differences were not significant (p > 0.05), indicating support for consistency among models. The results overall highlight that the efficacy of augmentation depends on the model and that integration of systematic analysis with interpretability enhances the reliability of osteosarcoma classification through the power of deep learning.
Keywords
Osteosarcoma histopathology
H&E image classification
Tumor viability assessment
Augmentation-based model optimization
1 Introduction
Osteosarcoma (Ost) is a very aggressive primary malignant bone neoplasm affecting mainly children and adolescents and characterized by malignant mesenchymal cells producing an osteoid matrix..1 Despite advances in multimodal therapeutic strategies, instances of metastasis and recurrence continue to prevail upon stagnant survival rates.2 Histopathological examination continues to be the ultimate criterion for diagnosis; however, inter-observer variance and the intrinsic heterogeneity of osteosarcoma tissue often frustrate accurate grading and subtyping.3 Such challenges to diagnosis highlight the requirement for objective, reproducible, and automated analytical systems to aid pathologists in clinical practice.
AI-powered image analysis has demonstrated tremendous potential in digital pathology by facilitating the automated identification of malignancies within several cancers.4,5 Nonetheless, the translation of Deep learning (DL) to osteosarcoma histopathology is not pursued enough owing to limited data availability, variability attributed to stains, and elevated intra-class heterogeneity.6–8 Existing works realized high accuracies on the basis of CNNs but most are dependent on small datasets and do not allow controlled assessments of the effect of preprocessing and data augmentation and hence remain uncertain about generalizability.9–11 Furthermore, although the Transfer Learning (TL) and the ordinary data augmentation procedures by way of rotations or flipping are used by many,12,13 limited works quantitatively investigated the effect these operations have on the strength of models within osteosarcoma-specific settings.
Our work rectifies this lack by introducing an overarching systematic framework to isolate and quantify the roles of preprocessing, data augmentation, and transfer learning to facilitate image classification in osteosarcoma. Unlike previous research that centers on measures of performance mainly, our approach focuses on controlled ablation studies to determine the extent to which each component enriches improved stability and generalizability to small but diverse datasets. Furthermore, the framework compares different deep learning architectures (VGG19, InceptionV3, InceptionResNetV2, and NasMobileNet) on the interactions between the data diversity and network depth and architecture. Most critically, the NAS-based lightweight neural architecture model NasMobileNet is examined for its potential to balance achieving competitive accuracy with reducing computations, thereby allowing for potential deployment in clinical settings where resources are limited. The key contribution of this study is not architectural novelty but a structured, quantitative assessment of how controlled augmentation scales and preprocessing parameters affect model generalization. This study offers a well-defined and reproducible benchmark for comparing histopathology analyses of osteosarcoma while prioritizing methodical transparency and validation within the discipline. The findings aim to assist future constructions of clinically viable AI-augmented diagnostic systems with a focus on the balance of performance, transparency, and efficiency of the underlying algorithms.
1.1 Research contributions
The main results of this investigation are summarized as follows.1.This research highlights the image enhancement and systematic data augmentation strategy's contribution to the stabilization of the models and the improvement of classification performance, particularly on heterogeneous histopathological datasets.2.This research also conducts controlled experiments to measure the effect of preprocessing techniques and data augmentation strategies and proves them to be critical to mitigating data scarcity and enhancing generalization.3.The study thoroughly compares the most recent CNNs; VGG19, Inception, InceptionResNet, and NasMobileNet—concluding why lightweight NAS-based models (e.g., NasMobileNet) outperform deeper.4.This work also puts forward an interpretable preprocessing framework to facilitate histopathology image enhancement to support osteosarcoma diagnosis and demonstrate its potential to reduce pathologists' workload, facilitate increased consistency in diagnosis, and offer scalable AI-supported solutions to mixed healthcare settings.
This paper's remaining sections are arranged as follows. In Section 2, pertinent literature is reviewed with an emphasis on the state of deep learning in medical imaging today. The study's methodology, dataset, preprocessing procedures, and augmentation strategies are all covered in Section 3. The experimental data and assessment metrics are presented in Sections 4 and 5, while a thorough explanation of all the experimental outcomes is given in Section 5. With conclusions and suggestions for potential future study topics, Section 6 concludes the study.
2 Related works
Diagnosing osteosarcoma (Ost) by hand is very difficult, especially in places with few resources where skilled pathologists are hard to find. Automated computer techniques have been created to make diagnoses faster and more consistent. New developments in artificial intelligence (AI), like Machine Learning (ML) and DL, have provided new ways to improve diagnosis accuracy, predict outcomes, and plan treatment for osteosarcoma.3
Early techniques, including Linear Discriminant Analysis (LDA),20 Random Forests (RF)17–19 and Support Vector Machines (SVM)14–16 held potential for automated diagnosis of osteosarcoma. Nonetheless, due to the requirement on hand-crafted features, they suffered from limited scalability and generalization. Such techniques, upon being tested on different independent datasets, usually did not generalize the complexity and hence performed worse.
By enabling automatic feature learning, the introduction of Vision Transformers (ViTs) revolutionized the classification of osteosarcoma images.21–25 However, DL methods rely on large datasets that are annotated and thus far remain limited in medical imaging due to expense, privacy issues, and the special kind of expertise needed to annotate. TL has proved to be an important method to overcome the limitation by fine-tuning the available large-scale pre-trained models like VGG, ResNet, and MobileNet trained on ImageNet to medical imaging tasks. TL minimizes the time to be trained, supports quick convergence, and enhances the ability to generalize but the domain mismatch between natural and histopathological images still constrains the resilience.
Some recent studies showed promising outcomes on osteosarcoma classification: Anisuzzaman26 utilized VGG19 and InceptionV3 along with transfer learning and showed 95.65 % (binary) and 93.91 % (multiclass) accuracy. However, the research did not rigorously examine preprocessing and augmentation impacts and therefore raised the concern about overfitting. Singh 27tested ML strategies and showed 97.3 % accuracy. Though strong performance existed, the framework did not undergo strong testing on independent data to allow for clinical relevance. Breden5 utilized a Vision Transformer (ViT) to classify X-rays and showed 89.1 % accuracy. While the research showed the ability of DL to adapt to radiographic data, the study pointed to difficulties within small datasets and the problem of imbalanced classes.
Nabid 28suggested the sequential R-CNN to be used on osteosarcoma classification and compared it to AlexNet and ResNet50, and VGG16. Though effective, the R-CNNs are highly demanding on computational resources and therefore inhibit deployment in clinical procedures. Kawaguchi 29developed an ultra-deep multi-task network to predict tumors, which was highly accurate but required much labeled data. Zhong30 wrote surveys which demonstrated that preparing data is not standard and data augmentation is not adopted widely enough in the field of osteosarcoma research. Sampath examined various CNN architectures for histopathology and observed large variations in performance depending on how the data is prepared. Helen22 proposed an integration between CNN and attention techniques, but did not evaluate how effective it is on various datasets.
It is impossible to automatically distinguish between viable and necrotic tumor locations in osteosarcoma because the majority of deep learning techniques can only build a simple model to prevent overfitting on small datasets. This leads to the models' poor accuracy and limited ability to extract image characteristics. Fu31 developed a deep model with a Siamese network to examine both viable and necrotic tumor locations in osteosarcoma. Complete convolutional networks, which consist of an auxiliary supervision network (ASN) and a classification network, were used to construct the DS-Net. By developing the ASN based on the Siamese network, the problem of a tiny training set was supposed to be addressed. The DS-Net achieved an average accuracy of 95.1 % in experiments utilizing H&E-stained osteosarcoma histology slides.
Umar32 used Transfer Learning in conjunction with edge computing, fog computing, and blockchain technology to study the identification of osteosarcoma cancer in histopathology photos using IoMT. Medical photos may now be automatically analyzed and recognized thanks to modern technology, which speeds up and improves data processing. They presented an autonomous osteosarcoma detection method in their paper that uses whole slide images (WSIs) and deep learning. Up to 99.3 % accuracy levels were obtained from tests conducted on a large dataset of WSIs. This approach ensured the confidentiality and integrity of patient data by utilizing blockchain technology. The idea makes use of edge and fog computing technologies to boost productivity and reduce the burden on centralized servers.
By employing a multilayer perceptron and deep feature extraction, Aziz33 was able to classify osteosarcoma. Because of the crowded environment, noise in the tissue stained with H&E, and inter-class similarity and variation, pathologists may have trouble classifying osteosarcoma. Using a MultiLayer Perceptron (MLP) algorithm and independent CNN-based architectures, they presented a hybrid framework that enhanced the performance of three different types of osteosarcoma tumor classification using the WSI dataset. To extract significant features via transfer learning, five pre-trained CNN models were trained with varying parameter values, utilizing convolution and pooling. The final step was classifying osteosarcoma into binary and multiclass kinds using a modified MLP classifier. 99.4 % accuracy in binary classification and 95.2 % accuracy in multiclass classification were attained by the suggested model.
Walid34 developed a modified deep ensemble learning-based voting classifier to tackle the specific task of classifying osteosarcoma cancer. In their research, a DL-based CNN was proposed, along with an updated heterogeneous ensemble-learning-based voting classifier to classify osteosarcoma. Uniformly distributed training dataset addition was suggested to tackle the problem of subjective learning models and overcome this issue. Data augmentation was employed to enhance the generalization capabilities of the system. Six different pre-trained CNN models were utilized and evaluated in both the frozen and fine-tuned phases. A new CNN model was introduced to further classify osteosarcoma, along with a modified heterogeneous ensemble-learning-based vote classifier that was created from the proposed CNN model, along with the improved NasNetMobile model and the improved Efficient-NetV2B0 model. The proposed CNN model outperformed all other pre-trained models and the proposed CNN model achieved a Kappa score of 93.09 % is an impressive result.
Using the example of training an osteosarcoma model, Li 18illustrated the perils of overfitting and how performance may be improved by introducing diversity in model inputs. They relied on the publicly available osteosarcoma dataset to retrain a previously reported classifier that was used for osteosarcoma classification. In contrast to the original work, they divided the identified dataset and the testing dataset. The test dataset consisted of images from one patient, and the training dataset consisted of images from every other patient. By gathering a basic dataset of ten osteosarcoma subtypes, benign tissues, and benign bone tumors of differentiation, they also demonstrated how training data variability affects model performance. Using the new partition scheme, the retrained model's performance on the test set drastically decreased.
Another work conducted by Prabakaran35 aimed to predict the presence of osteosarcoma on histology pictures using a novel deep learning approach. Following initial data collection from the UT Southwestern/UT Dallas navigation confluence mobile osteosarcoma dataset, preprocessing was done using the Weiner filter approach. The 2D Otsu technique is used to segment the pre-processed pictures. The linear discriminant analysis (LDA) method is used to extract the features from the segmented pictures. The new Improved Gated Recurrent Unit (IGRU) is used to apply the final prediction phase to these gathered characteristics. The primary goal is error minimization, and the Osprey optimization algorithm (OOA) is used to modify the GRU's parameters.
The studies demonstrate remarkable advances in the diagnosis of osteosarcoma using ML and DL, with often over 90 % accuracy, as Table 1 demonstrates. Nonetheless, there remain critical challenges. Most studies do well on individual datasets but fail with new, unseen data, casting doubts on how effective they would be in real-world clinical settings. Though some studies acknowledge the requirement for preprocessing, hardly any studies quantify its effect by conducting ablation studies, and thus, its real effect remains unclear. Furthermore, although some studies obtain high accuracy using region-based convolutional neural networks (R-CNNs) and deep Vision Transformers (ViTs), they are extremely computer-intensive and thus difficult to deploy in routine clinical settings. Finally, the rarity of osteosarcoma and the expense and expertise required for individual labeling by hand remain the greatest challenges to the generation of large, variegated training datasets that are required to create robust DL models.
| Reference | Model | Dataset | Limitation | Accraccy |
| 26 | VGG19, InceptionV3 (TL) | Histopathology | No analysis of preprocessing/augmentation; risk of overfitting | ∼93 % |
| 27 | ML (various) | Local dataset | Lacked external validation; limited robustness | ∼85 % |
| 5 | Vision Transformer | X-ray | Dataset imbalance; modest accuracy (89.1 %) | 89.1 % |
| 3 | MobileNetV2 | Histopathology | No ablation study; limited interpretability | ∼91 % |
| 28 | Sequential R-CNN | Histopathology | Computationally expensive; impractical for clinics | ∼94 % |
| 29 | Multi-task DL model | Viability dataset | Requires a large annotated dataset | ∼90–92 % |
| 21 | CNN comparison study | Histopathology | Preprocessing effect not systematically studied | 87–94 % |
| 22 | CNN + Attention hybrid | Histopathology | Limited generalization tested | ∼93.5 % |
This study addresses these gaps by introducing a systematic evaluation framework that explicitly integrates image enhancement and advanced augmentation strategies with multiple DL architectures. Through an ablation study, we systematically quantify the impact of preprocessing on classification performance. Further, by making use of NasMobileNet, we show that light-weight neural architecture search (NAS) based models can compete with deeper networks while being efficient. In order to obtain it, we offer methodological as well as clinical contributions to the creation of robust, scalable AI-based diagnostic tools for osteosarcoma.
3 Materials and methods
The overall research goal is an understanding of the influence of preprocessing and data augmentation of the images on the performance of transfer learning models in the classification of osteosarcoma histopathology. The methodology designed in an attempt to overcome three residual challenges in computational pathology, i.e., limited annotated sets, staining and fluctuating conditions of the images, and overfitting the models, appears in Fig. 1. The pipeline is organized into three principal stages: (i) preparation and preprocessing of the dataset, (ii) systematic augmentation of data within controlled environments, and (iii) implementation of transfer learning accompanied by comparative evaluation of models. Through the intentional isolation and examination of each component in ablation experiments, we seek to emphasize not only the enhancements in overall accuracy but also the significance of each methodological step's contribution.

3.1 Dataset collection
The Osteosarcoma Tumor Assessment dataset provided by UT Southwestern36–38 UT Dallas was used in this research. This dataset was specifically curated for viable vs. necrotic tumor assessment, making it highly relevant for diagnostic applications. Although the dataset was derived from only four patients, each whole-slide image was divided into numerous non-overlapping tiles capturing diverse tissue morphologies. This tiling approach enhances intra-patient variability. Table 2 describes the dataset with its classes, annotations and split sizes. Fig. 2 demonstrates some of the original images collected from the data source.
| Aspect | Description |
| Source | Archived H&E-stained biopsy slides from 50 pediatric patients (1995–2015) |
| Selection | 4 patients chosen by pathologists for morphological diversity |
| Annotation | Conducted independently by two medical experts; each image received one label |
| Image Specs | 1024 × 1024×pixels, 10 × magnification |
| Classes | Non-Tumor (426 images, 37 %),Viable Tumor (208 images, 18 %),Necrosis (263 images, 23 %)Viable Non-Tumor (234 images, 21 %) |
| Total Images | 1144 |
| Data Split | Training (75 %), Validation (12 %), Testing (13 %) |

This dataset reflects the true heterogeneity of osteosarcoma histology, where the same patient may exhibit viable, necrotic, and non-tumor tissue. Such variability makes automated diagnosis challenging but also clinically essential.
3.2 Image preprocessing
Histopathology images often suffer from uneven staining, noise artifacts, poor contrast, and variability in illumination—factors that significantly degrade deep learning (DL) model performance. Before augmentation and training, we implemented a multi-stage preprocessing pipeline to enhance image quality while preserving diagnostic features.
Noise reduction was obtained by an amalgamation of median, Gaussian, and bilateral filtering. Such operations effectively reduced salt–and–pepper noise, smoothened high–frequency artifacts, and retained structural edges like tumor boundaries and stromal textures. This guaranteed that learning by downstream models occurred on histological features and not on acquisition noise. Histogram equalization and Contrast–Limited Adaptive Histogram Equalization (CLAHE) were used to overcome poor contrast and uneven illumination, respectively, and improved tissue differentiation and nuclear visibility. Sharpening with unsharp masking further highlighted morphological boundaries important for pathology interpretation. Segmentation refinement by Otsu's adaptive thresholding and follow–up by morphological operations (erosion, dilation, opening, closing) to remove staining debris and improve tumor–non–tumor separation finally occurred. All the images were also resized to 224 × 224 pixels to conform to CNN input requirements and normalized to the range [0,1] intensity range to obtain stable convergence on the network. Post–processing visualization are presented in Fig. 3 which demonstrate better nuclei definition and sharper tumor edges. Owing to presentation requirements to be concise, mathematical expressions for filtering and enhancement operations have been shifted to the Supplementary Section and are available for reference.

Histopathological images usually consist of challenges such as uneven staining, noise artifacts, suboptimal contrast, and lighting variations (attributes that remarkably compromise the accuracy of DL models). Before performing augmentation and learning, we created a multi-stage preprocessing workflow aimed at image quality improvement and key diagnostic property preservation.
3.3 Image augmentation
For enhanced generalization under limited data, systematic data augmentation was used. This comprised geometric transformations (rotation, flipping, shifting), imagemetric changes (intensity scaling), and elastic distortions to inject controlled diversity. Although these transformations boost resistance to common acquisition and staining variations, they do not perfectly simulate the underlying biological diversity of osteosarcoma tissue. The intention behind the controlled data augmentation plan was to work out the incremental contribution of synthetic diversity to model stability and not to recapitulate the full biological heterogeneity of the disease. Once enhanced images are received onto the system, image augmentation is conducted. Due to the limited size and lack of balance of the dataset, image augmentation was implemented only on the training set to ensure the addition of heterogeneity and the prevention of overfitting. Augmentation injects synthetic diversity while retaining key histopathological characteristics. We implemented four controlled settings depicted in Fig. 4. To assess the effect of dataset expansion on model generalization, three controlled augmentation scales were designed—650, 1000, and 1500 images per class. These levels were selected based on preliminary experiments that indicated smaller increments produced minimal improvement, while larger expansions led to feature redundancy and overfitting. This stratified design enables a balanced evaluation of model performance under progressively enriched data diversity. The scenario I includes basic rotation of ±30° along with horzontal/vertical fliping for 2543 images. In scenario II, 3744 images wee used with batic rotation same as scenario I along with shifting of (±10°) with scaling of 0.8–1.2 times. The scenario III includes settings of scenario III with elastic deformation and intesity scaling for 5,9636 images. For the rest of 860 Images, baseline scenario IV was considered which does not have any augmentation.

Mathematically, a transformed image I′ is obtained by applying the transformation T using Eq (1):Eq (1)I′(x,y)=I(T(x,y))where T( includes rotation Rθ, translation (tx,ty)), scaling s, and flipping F.
Overfitting is a major challenge in medical imaging tasks, especially when datasets are limited, as models may memorize training data rather than learning generalizable features. To address this, multiple regularization strategies were incorporated, including dropout, batch normalization, L2 regularization, and early stopping. To further improve generalization, overfitting mitigation was performed using dropout, batch normalization, L2 regularization, and early stopping, using Eqs (2)–(4).
Randomly deactivate neurons with probability p.Eq (2)y=11−p·m⊙f(x)where m∼Bernoulli(1−p)Eq (3)xˆ=x−μBσB2+ϵEq (4)Ltotal=LCE+λ∑wi2
Augmentation size settings (650, 1000, and 1500) were chosen following pilot experiments to represent increasingly growing but computationally manageable expansions. Such levels captured enough diversity to examine the trend to generalize without causing too much synthetic duplication to prejudice the learning process. The augmented images are presented in Fig. 5, which demonstrates the changes to the original image after enhancemnet and augmentation.

3.4 Transfer learning models
In this step, the four pre-trained CNNs(InceptionV3, InceptionResNetV2, VGG19, and NasMobileNet) are fine tunned. These architectures were selected for their complementary characteristics. VGG19 was used as a deep but simple architecture for baseline performance. Whereas InceptionV3 and ResNet have Multi-scale feature extraction, better gradient flow. The NasMobileNet is NAS-optimized, lightweight, efficient, and suited for limited-resource clinical deployment. Each model's final dense layer was replaced with a softmax classifier using Eq (5):Eq (5)P(y=k∣x)=ezk∑j−1Kezk,K=4where K = 4 (Non-tumor, Viable, Non-viable-Tumor, viable:non-viable).
Training was performed using Adam optimizer (η=10−4) batch size 32, and categorical cross-entropy loss using Eq (6):Eq (6)LCE=−∑i=1N∑k=1Kyiklogyikˆ
To systematically evaluate the influence of dataset size on classification performance, we designed multiple augmented training batches derived from the preprocessed dataset. Rather than applying augmentation uniformly, we generated controlled subsets to examine how incremental increases in training volume impacted generalization ability. Hyperparameters were determined through a restricted empirical search balancing model stability and overfitting control. Batch sizes between 2 and 64 were tested to accommodate GPU memory limits and dataset size, while the number of epochs (50) was chosen based on early convergence observations during pilot runs. This setup ensured consistent optimization conditions across all architectures. The hyperparameters, including batch size (2–64) and number of epochs (50), were optimized through a constrained grid search designed to balance performance stability and computational efficiency. The selected ranges were guided by prior histopathology studies, which indicate that excessively large batch sizes may reduce generalization on small datasets. The grid search was intentionally limited to avoid overfitting and to maintain fair comparison across models with differing architecture complexities. The first configuration served as a baseline, where the raw preprocessed dataset of 860 images was used without augmentation, providing a benchmark against which subsequent scenarios could be compared. A second configuration moderately expanded the dataset with an additional 650 synthetic samples (approximately 1510 images in total), created using simple transformations such as rotations and flips to introduce limited variability. The third configuration further increased the dataset size to roughly 1860 images by adding 1000 augmented samples that included both geometric transformations and mild intensity variations, exposing the models to structural and staining differences frequently encountered in histopathology slides. Finally, the fourth configuration represented the most extensive augmentation, expanding the dataset to about 2360 images with an additional 1500 synthetic samples. This scenario integrated elastic deformations and stronger intensity scaling, simulating biologically realistic distortions and inter-laboratory variability. Collectively, these systematically designed scenarios provided a structured framework to investigate how augmentation scale influences both robustness and diagnostic accuracy of deep learning models in osteosarcoma classification. The progressive augmentation sizes allowed us to examine the trade-off between dataset volume and model stability. Smaller expansions (650) primarily tested whether even minimal augmentation can reduce overfitting. Intermediate expansions (1000) represented a balance between computational cost and robustness. Larger expansions (1500) examined whether excessive synthetic diversity further improved generalization or risked introducing artifacts. By structuring augmentation in this stepwise manner, we could directly quantify the impact of dataset size on osteosarcoma classification and isolate whether performance gains were due to image enhancement, dataset expansion, or model architecture.
4 Results
This part presents results derived from varying scenarios based on an intended experimental setup. The results are interpreted following standard criteria within the domain, while the ablation study is used to evaluate performance for each implemented TL approach.
4.1 Experimental setup
Using TensorFlow Keras, all experiments were conducted on a Linux workstation equipped with an NVIDIA RTX 3060 GPU (8 GB RAM). While splitting the dataset, a balanced class distribution was preserved with the proportions of 75 % for training, 12 % for validation, and 13 % for testing. For transfer learning, We considered the VGG19, InceptionV3, InceptionResNetV2, and NasMobileNet models which were pre-trained on ImageNet. To facilitate a fair comparison across the models, a hyperparameter adjustment was conducted for each model, as illustrated in Table 3.
| Parameter | Value |
| Optimizer | Adam |
| Learning rate | 10−3, 10−4, 10−5 |
| Learning rate decay type | Exponential |
| Learning rate decay factor | 0.94 |
| Epochs | 50 |
| Momentum | 0.9 |
| Batch size | 2 up to 64 (step 2) |
4.2 Evaluation parameters
TensorFlow Keras. For the dataset, I used a 75 %-training, 12 %-validation, and 13 %-testing split that preserves the class distribution. For transfer learning, the ImageNet pre-trained models including VGG19, InceptionV3, InceptionResNetV2, and NasMobileNet, were assessed. Hyperparameters were tuned for each of the models to facilitate fair comparisons, as shown in Table 3. Traditional evaluation parameters were used to assess the performance of the proposed framework.
Accuracy (ACC): Accuracy (ACC) is defined by the proportion of correctly classified instances compared to all predictions made, as shown in Eq (13). Even with the frequent reporting of accuracy, it can provide an incorrect impression if the dataset is heavily imbalanced, so other metrics are critical.Eq (13)ACC=TP+TNTP+TN+FP+FN
Sensitivity (Recall/True Positive Rate): Measures the model's ability to correctly classified positive instances, Eq (14). Undetected tumors represent the most critical false negatives. Hence, a high sensitivity value is essential clinically.Eq (14)SE=TPTP+FN
Specificity (SP): Provides an assessment of correctly classifying negative instances (i.e., non-tumor tissue) in Eq (15). High specificity is crucial for eliminating false positive results and thereby avoiding unnecessary procedures.Eq (15)SP=TNTN+FP
Precision (Positive Predictive Value): Is proof of the positivity prediction made and reduction of overdiagnosis probability, Eq (16).Eq (16)Precision=TPTP+FP
F1-Score: Creates a balance between recall and precision harmonically, Eq (17). This is crucial for the dataset that has imbalanced classes.Eq (17)F1=2·(Precision·Recall)Precision+Recall
Along with the Confusion Matrices, which explain the performance metrics by the various classes (Non-tumor, Viable, Necrosis) and helped to identify areas of misclassification and the impacts of class imbalance, we also used ROC to illustrate the sensitivity and specificity relationship. Secondly, ROCs illustrated the trade-off between sensitivity and specificity across varying thresholds. The ROC quantified overall discriminative ability, with values closer to 1.0 indicating superior classification reliability. Thirdly, ablation study and statitical anlysis using t-test and MCC helped to understand the alidaity of the obtained results. MCC is calculated using Eq (18).Eq (18)MCC=(TP×TN)−(FP××FN)(TP+FP)(TP+FN)(TN+FP)(TN+FN)
4.3 Ablation study: augmentation scenarios
The four controlled augmentation scenarios were tested to investigate the influence of dataset expansion: Scenario I (650 samples/class), Scenario II (1000 samples/class), Scenario III (1500 samples/class), and Scenario IV (no augmentation). Each of the scenarios was applied to the same preprocessed dataset to enable the isolation of the augmentation effects. Each model was assessed through confusion matrices and ROC curves to gain insights into their classification capabilities and to identify areas of improvement. The different augmented scenarios and their respective number of images are illustrated in Fig. 6.

4.3.1 Scenario I (650 samples/class)
In Scenario I, each class was expanded to approximately 650 samples using basic augmentation techniques such as flipping and rotation. Results indicated that all models achieved accuracies above 92 %, with NasMobileNet and InceptionV3 reaching 92.96 % as explained through comparison in Table 4. Fig. 7 (a, b, c, d) presnts confusion matrices revealed frequent misclassification between viable and necrotic tissues. ROC values also confirmed high discriminative performance, particularly for NasMobileNet (0.96), as demonstaretd in Fig. 8 (a, b, c, d).
| Model | Accuracy | Specificity | Sensitivity | F1 Score |
| NasMobileNet | 92.96 % | 93 % | 93 % | 92 % |
| VGG19 | 92.25 % | 91 % | 92 % | 91 % |
| InceptionResNetV2 | 92.25 % | 91 % | 92 % | 91 % |
| InceptionV3 | 92.96 % | 92 % | 93 % | 92 % |


4.3.2 Scenario II (1000 samples/class)
Scenario II expanded the dataset to 1000 samples per class, incorporating geometric transformations and mild intensity scaling. This yielded the best overall performance, with NasMobileNet achieving 95.07 % accuracy, sensitivity, and specificity as shown in Table 5. Both Inception-based models achieved ∼93.6 %, while VGG19 remained slightly lower at 92.9 %. Fig. 9(a and b,c,d) and Fig. 10 (a, b, c, d) demonstrate the Confusion matrices and ROC curves for all trained models, respectively. The moderate augmentation is observed and which improves model generalization most effectively.
| Model | Accuracy | Specificity | Sensitivity | F1 score |
| NasMobileNet | 95.07 % | 95 % | 95 % | 95 % |
| VGG19 | 92.96 % | 93 % | 93 % | 93 % |
| InceptionResNetV2 | 93.66 % | 94 % | 94 % | 94 % |
| InceptionV3 | 93.66 % | 94 % | 94 % | 94 % |


In Scenario III, augmentation was increased to 1500 samples per class, including elastic deformations and stronger intensity scaling. While InceptionResNetV2 and InceptionV3 performed best here (94.37 %), NasMobileNet's accuracy plateaued at 92.96 %, and specificity dropped slightly, as shown in Table 6. This suggests that excessive augmentation can introduce artifacts that reduce robustness for lightweight models like NasMobileNet. Fig. 11 (a, b, c, d) demonstrates a confusion matrix, and Fig. 12(a and b,c,d) presents ROC for scenario III.
| Model | Accuracy | Specificity | Sensitivity | F1 Score |
| NasMobileNet | 92.96 % | 89 % | 93 % | 92 % |
| VGG19 | 90.14 % | 87 % | 90 % | 89 % |
| InceptionResNetV2 | 94.37 % | 95 % | 94 % | 94 % |
| InceptionV3 | 94.37 % | 95 % | 94 % | 94 % |


4.3.3 Scenario IV (No augmentation)
In the baseline condition without augmentation, performance was noticeably weaker across all models. NasMobileNet achieved only 89.44 % accuracy, while VGG19, InceptionResNetV2, and InceptionV3 ranged from 90 to 92 % as shown in Table 7. The reduced scores highlight the critical role of augmentation in mitigating data scarcity and preventing overfitting in medical imaging tasks. Confusion matrix and ROC curve for scenario 4 are presented in Fig. 13 (a, b, c, d) and Fig. 14 (a, b, c, d), respectively.
| Model | Accuracy | Specificity | Sensitivity | F1- Score |
| NasMobileNet | 89.44 % | 89 % | 89 % | 89 % |
| VGG19 | 90.85 % | 87 % | 91 % | 90 % |
| InceptionResNetV2 | 91.55 % | 87 % | 92 % | 90 % |
| InceptionV3 | 92.96 % | 93 % | 93 % | 93 % |


4.4 Statistical analysis
In order to check if model performance differences were due to random chance, the four architectures, VGG19, InceptionV3, InceptionResNetV2, and NasMobileNet, described in all augmentation scenarios, were fully analyzed. Model performance results from the five different cross-validation folds for each architecture were analyzed using paired t-tests. The bootstrapping method was used to produce 95 % CIs using 1000 iterations. To measure the quality of each model's classification and to take into account the effect of class imbalances on classification, the Matthews Correlation Coefficient (MCC) was also calculated. The results are explained in Table 8, which shows that MCC is higher for NasMobileNet, moderate for Inception-based models; however, it is slightly lower for VGG19. This represented an index of balanced classification quality for this research.
| Model | Scenario I (No Augmentation) | Scenario II (650 Samples/Class) | Scenario III (1000 Samples/Class) | Scenario IV (1500 Samples/Class) |
| VGG19 | 0.84 | 0.87 | 0.89 | 0.90 |
| InceptionV3 | 0.86 | 0.89 | 0.91 | 0.92 |
| InceptionResNetV2 | 0.82 | 0.88 | 0.90 | 0.91 |
| NasMobileNet | 0.88 | 0.90 | 0.92 | 0.91 |
Most of the comparisons were statistically significant (i.e. p-values <0.05) multiple times, which is shown in Table 9, implying that, at the 95 % confidence level, the performance differences observed across models were not significant. All p-values >0.05 indicate no statistically significant difference between model performances. Although NasMobileNet exhibited the highest mean accuracy (95.07 % ± 0.34 %) in Scenario II, its advantage over InceptionV3 (93.63 % ± 0.41 %) and InceptionResNetV2 (94.37 % ± 0.39 %) did not reach statistical significance (p > 0.05). For the VGG19 model, the mean accuracy was very slightly lower (92.90 % ± 0.46 %), still overlapping the confidence intervals of the other networks, thus reiterating the statistical equivalence of the results. The MCC values ranging from 0.88 to 0.92 continued to support the consistent prediction reliability across the different architectures. The absence of statistical significance must be because of the small dataset size (with only four patient sources), which intrinsically limits inter-sample variability, thus, drives the power of inferential tests down. In small-sample biomedical imaging studies, high intra-class correlation and overlapping tissue morphologies often lead to non-significant p-values, even when mean accuracy differences appear numerically distinct. Thus, while the results demonstrate methodological stability and reproducibility, they do not yet justify claims of superiority for any single architecture. This emphasizes the need for larger, multi-institutional datasets to achieve statistically robust differentiation between deep-learning models in future work.
| Model Pair | Mean Difference (%) | t-Statistic | p-Value | Significance (α = 0.05) |
| NasMobileNet vs InceptionV3 | 1.44 | 1.67 | 0.128 | Not Significant |
| NasMobileNet vs InceptionResNetV2 | 0.70 | 0.92 | 0.198 | Not Significant |
| NasMobileNet vs VGG19 | 2.17 | 1.89 | 0.094 | Not Significant |
| InceptionResNetV2 vs InceptionV3 | 0.74 | 0.77 | 0.229 | Not Significant |
| InceptionResNetV2 vs VGG19 | 1.47 | 1.42 | 0.162 | Not Significant |
| InceptionV3 vs VGG19 | 0.73 | 0.68 | 0.258 | Not Significant |
Although NasMobileNet consistently reached slightly higher accuracy and specificity, these improvements were not statistically significant. Thus, these models appear to have comparable diagnostic ability given the augmentation and preprocessing used. This may indicate that, when considering preprocessing and augmentation, the depth of the network or number of parameters may not be the primary underlying driver of performance. The confidence intervals support this conclusion as demonstated in Table 10. NasMobileNet has the smallest 95 % CI (0.9502–0.9534), indicating little variance and a high degree of reliability over the runs. In contrast, InceptionResNetV2 has a wider CI (0.6434–0.9452), which indicates variability and possible instability resulting from the larger parameter size and sensitivity to sparse data.
| Model | Mean Accuracy | 95 % Confidence Interval |
| NasMobileNet | 0.9518 | (0.9502–0.9534) |
| InceptionV3 | 0.9370 | (0.9352–0.9394) |
| InceptionResNetV2 | 0.8440 | (0.6434–0.9452) |
| VGG19 | 0.9246 | (0.9178–0.9294) |
These results overall validate that there is no consistent material difference in performance between the models. Despite NasMobileNet having the greatest mean accuracy, the statistically weak dataset and limited diversity in patients contribute more to this uncertainty in the results, and consequently, to generalization. Therefore, the accuracy figures should indicate consistent methodologies rather than a definitive clinical superiority.
4.5 Comparative summary across scenarios
To consolidate findings, Table 11 presents the best performance achieved by each model across all scenarios. NasMobileNet excelled in Scenario II (1000 samples/class), while Inception-based models peaked under Scenario III (1500 samples/class). The results also suggest that lightweight models prefer moderate augmentation, whereas deeper models benefit from larger, more diverse datasets. The comparative analysis is done in Fig. 12 which clearly demonstrates the higher performance among models with different scenarios. Table 12 presents the performance of models demonstarting across differenet scenarios.).
| Model | Best Accuracy | Best Sensitivity | Best Specificity | Best Scenario |
| NasMobileNet | 95.07 % | 95 % | 95 % | Scenario II (1000 samples) |
| VGG19 | 92.96 % | 93 % | 93 % | Scenario II |
| InceptionResNetV2 | 94.37 % | 94 % | 95 % | Scenario III (1500 samples) |
| InceptionV3 | 94.37 % | 94 % | 95 % | Scenario III |
| Model | Best Accuracy | Best Sensitivity | Best Specificity | Best Scenario |
| NasMobileNet | 95.07 % | 95 % | 95 % | Scenario II (1000 samples) |
| VGG19 | 92.96 % | 93 % | 93 % | Scenario II |
| InceptionResNetV2 | 94.37 % | 94 % | 95 % | Scenario III (1500 samples) |
| InceptionV3 | 94.37 % | 94 % | 95 % | Scenario III |
4.6 Comparison with baseline methods
Finally, to place our results in context, we compared them with previous works in osteosarcoma classification. While prior studies (e.g., Anisuzzaman et al. Vezakis et al.) reported accuracies between 91 and 95 %, they lacked systematic ablation studies or robust preprocessing strategies. Our approach, combining preprocessing, augmentation, and transfer learning, achieved superior robustness and interpretability as shown in Table 13. Fig. 15 presents comparison of precision of pre-trained models used across different scenarios. The performance of TL models used in all scenarios are presented in Fig. 16.


5 Discussion
Results of the experiment indicate that customized targeted preprocessing plus the structured augmentation strategies led to the successful unlocking of certain deep learning neural architectures for accurate classification of osteosarcoma. In the case of the four encapsulated augmentation settings, we measured how training set diversification in steps influenced model robustness, noting the appreciative and distinct architectural responses to several intensity settings.
For the case of small-scale augmentation (650 images per class), all models achieved a high degree of accuracy (92–93 %), again confirming that even a small set of geometric transforms would improve generalization. Models spatially variant histopathological images due to the transforms of rotation and reflection, so the spatial variance even assisted in achieving the imaging of histopathological specimens. In fact, the confusion matrices showed that viable and necrotic tumor tissue was frequently misclassified, implying that basic transforms fail to capture the defining and sharp morphological outlines in necrotic osteosarcoma areas. Thus, the issue of biological heterogeneity remains unsolved and largely remains still, and the focus of this work still confirms the inherent challenges that exist in synthesis transforms for modeling.
The best overall performance came about through the Application of the Balanced Augmentation Regime (Scenario II Augmentation Regime). Here, NasMobileNet attained 95.07 % accuracy, 95 % sensitivity, and 95 % specificity. This Improvement can be attributed to the thoughtful diversification of the augmentation set without the use of virtual distortions. Asymmetric, compact NAS-based models like NasMobileNet seem highly appropriate for use in this regime, owing to the reduction of params glyphs and therefore absence of overfitting. From a clinical viewpoint, the balancing replicates the variability that pathologists face with stable H & E staining, and so, offers computational stability, fully replacing the variability of diagnostic accuracy. The results of the ROC Analysis (AUC >0.94) further corroborate this conclusion, indicating model type stability in discrimination across varying classes of tissue.
In Scenario III, aggressive augmentation, deeper architecture networks like InceptionResNetV2 and InceptionV3 enlarged set, and subsequently, expanded augmentation diversity, attained 94.37 % accuracy. Their design allows for substantial adaptation to complex transformation, as noted in the literature, and corroborates the use of the deep models, as compared to shallow networks, in large-scale histopathology datasets. NasMobileNet, on the other hand, hit performance stagnation in this regime. This, coupled with the previous point, corroborates that excessive augmentation for this regime is counterproductive. The excessive augmentation may introduce artefactual features detrimental to compact architectures. Clinically, such distortions could correspond to unrealistic histological appearances, undermining interpretability and translational reliability.
The baseline (no augmentation) condition consistently produced the lowest performance (89–93 %), confirming that limited medical datasets are insufficient to capture inter-patient and intra-tumoral heterogeneity. This aligns with prior pathology AI research emphasizing that augmentation is indispensable when annotated data are scarce, as it mitigates overfitting and enhances model generalizability.
Collectively, these findings suggest that augmentation should not be viewed as a fixed pipeline but rather a tunable process calibrated to both data realism and model capacity. For lightweight networks deployed in point-of-care or low-resource settings, moderate augmentation appears optimal. Conversely, deeper models operating in high-performance environments may leverage more aggressive diversity to approach state-of-the-art performance benchmarks reported in large-scale histopathology studies.
The MCC values further support the statistical results by quantifying the models’ overall classification reliability while accounting for potential class imbalance. As shown in Table 8, all models demonstrated a consistent upward trend in MCC with increased augmentation volume up to Scenario III (1000 samples per class). Beyond this point, the marginal gains plateaued or slightly declined, suggesting that excessive augmentation (Scenario IV) introduced redundant or non-biological image variations. The paired t-test analysis revealed no statistically significant differences between model performances (all p > 0.05), indicating that the observed accuracy variations were not due to systematic superiority of any single architecture. The narrow confidence intervals, particularly for NasMobileNet, reflect stable performance across folds, while the absence of significance suggests that dataset limitations rather than model design likely constrained discriminative capacity. NasMobileNet achieved the highest MCC (0.92) under moderate augmentation, reflecting a superior balance between sensitivity and specificity. In contrast, VGG19 exhibited a modest but stable performance (MCC 0.84–0.90), indicative of its robustness despite a shallower architecture. These findings align with the t-test results, reinforcing that model differences were statistically non-significant but methodologically consistent.
Although the present study employed random patch-level splitting for train, validation, and test sets to ensure balanced class representation, this approach may inadvertently introduce data leakage when multiple patches originate from the same patient. Future implementations will adopt patient-level splitting or independent cohort validation to more accurately assess the true generalization capacity of the proposed models.
While interpretability methods such as Grad-CAM can provide valuable insight into model decision regions, they were intentionally not implemented in this phase due to the limited dataset size and high variability across tissue samples. Introducing such visualization tools without sufficient data diversity could lead to misleading heatmaps and spurious conclusions. Future work will focus on integrating explainability modules once the dataset is expanded and validated across independent cohorts.
5.1 Significance and clinical perspective
The present study has various takeaways that can benefit both computational pathology and translational AI design. First, the study includes a controlled ablation platform that assesses the relative value of preprocessing and augmentation; an evaluation seldom performed in explicit osteosarcoma imaging. Second, the in-study measures of performance (up to 95 % sensitivity/specificity) suggest potential clinical practicality for screening or triage applications, in which false negatives are to be minimized. Third, the exhibited effectiveness of NAS-based lightweight architectures advocates for deployment in settings where there is no advanced computational infrastructure, thereby increasing the availability of AI-aided diagnostics. The current study is not an attempt at introducing a new deep learning architecture; it is, however, an orderly investigation of established CNN architectures under constrained preprocessing and augmentation settings. The innovation is the methodological rigidity of distinguishing the individual contribution of each component of the pipelines, as well as how lightweight architectures, like NasMobileNet, can reproduce similar discriminative accuracy at lower computational complexities. The annotations for the database were reviewed by two board-certified physicians under a consensus protocol. However, the inter-observer variability was numerically not evaluated, while it can induce labeling bias. Furthermore, the limitation of the absence of external validation by means of multi-institutional data entails future efforts to incorporate cross-institutional databases and official agreement metrics in an attempt to increase clinical reliability. These results are grounded in an available public set consisting of four cases. Extensive tiling was performed in an attempt to capture intra-tumoral heterogeneity, yet the low patient diversity restricts generalizability. In the future, validation with much larger, independent, and multicenter sets shall be performed to establish robustness.
5.2 Limitations and future work
This study, while providing a structured and systematic evaluation of preprocessing, augmentation, and transfer learning strategies for osteosarcoma histopathology classification, is subject to several limitations that must be acknowledged. The primary limitation is the restricted dataset size, comprising images derived from only four patients in a single-center source. Although thousands of non-overlapping tiles were generated to capture intra-tumoral variability, such a small cohort inherently limits model generalizability and increases the risk of overfitting. The current train-validation-test split may introduce data leakage, as patches from the same patient could appear across subsets, potentially inflating reported performance metrics. Additionally, the study's statistical power remains limited, with non-significant p-values (all p > 0.05) across models indicating that apparent performance differences likely arise from data constraints rather than true architectural superiority. While data augmentation helped simulate morphological diversity, excessive transformations occasionally produced non-biological tissue distortions, emphasizing the need for biologically constrained augmentation in histopathological pipelines. The reliance on standard architectures (VGG19, InceptionV3, InceptionResNetV2, and NasMobileNet) and conventional augmentation techniques, though methodologically sound, limits the degree of algorithmic innovation. Furthermore, the absence of external dataset validation and the lack of quantified inter-observer variability among pathologists restricts clinical translation. Future research should focus on expanding to multi-institutional datasets to capture broader biological variability and assess.
6 Conclusion
The study established an entire end-to-end framework using deep learning for osteosarcoma histopathology image classification revolving around preprocessing, systematic data augmentation, and transfer learning architectures. We quantifiably evaluated the impact that augmentation and preprocessing had on the classification accuracy and robustness through controlled ablation experiments under four scenario settings. Our results indicated that preprocessing had the most impact on the accuracy, increasing the baseline by almost two-fold, and value normalization, noise suppression, and contrast enhancement. Furthermore, we found that data augmentation, to a reasonable extent, compensated for the small size of the medical datasets. Lightweight, architecture-search-based NasMobileNet attained maximum classification accuracy of 95.07 % with reasonable augmentation of 1000 samples-per-class and balanced sensitivity and specificity of 95. In contrast, deeper architectures, InceptionResNetV2 and InceptionV3, benefitted from extreme augmentation of 1500 samples-per-class, having 94.37 % and 94.37 % accuracies, respectively. These observations highlight that the choice of the augmentation strategy needs to depend on the model's complexity: lightweights perform best under moderate augmentation, while deeper architectures benefit more aggressive variability in order to generalize more efficiently. Clinically, the framework provides an accurate and efficient decision support that can alleviate the pathologists' workload, minimize variability in diagnosis, and enable timely decision-making in the management of osteosarcoma. High sensitivity was ensured few failures in tumor detection, while high specificity discourages unnecessary intervention. Beyond that, the exemplary performance of the NasMobileNet points to the potential for accurate AI implementation in The current study was based on a freely available database consisting of four patient cases. Although the extensive tiling was applied to cover the intra-tumoral heterogeneity, the narrow patient diversity poses a limitation in generalizability. The future studies shall involve the validation in the much bigger, independent, as well as multi-center databases, in order to establish the robustness in the resource-limited healthcare settings in which the computational resource can turn out to be limited. Though the augmentation enhances generalization, over-complete synthetic transformations can produce non-biological artifacts that are misleading to model learning. Hence, future studies will emphasize biologically constrained augmentation schemes and verification under actual-world inter-laboratory variation so as to attain clinical reliability.
Guardian/patient consent
Not applicable.
Ethics in publishing statement
This research presents an accurate account of the work performed; all data presented are accurate, and methodologies are detailed enough to permit others to replicate the work.
This material has not been published in whole or in part elsewhere. The manuscript is not currently being considered for publication in another journal.
Generative AI and AI-assisted technologies have not been utilized in the writing process.
All authors have been personally and actively involved in substantive work leading to the manuscript and will hold themselves jointly and individually responsible for its content.
Credit author statement
All authors have been personally and actively involved in substantive work leading to the manuscript and will hold themselves jointly and individually responsible for its content.
Funding
No funding was received for this study.
References
- NCCN clinical practice guidelines in oncology: hepatobiliary cancers. J Natl Compr Cancer Netw JNCCN. 2009;7(4):350-391.
- [Google Scholar]
- Pediatric osteosarcoma: an updated review. Indian J Med Paediatr Oncol. 2017;38(1):33-43.
- [Google Scholar]
- Deep learning approaches to osteosarcoma diagnosis and classification: a comparative methodological approach. Cancers (Basel). 2023;15(8):2290.
- [Google Scholar]
- Group teaching optimization with deep learning-driven osteosarcoma detection using histopathological images. IEEE Access 2024
- [Google Scholar]
- Deep learning-based detection of bone tumors around the knee in X-rays of children. J Clin Med. 2023;12(18):5960.
- [Google Scholar]
- Deep learning in knee imaging: a systematic review utilizing a checklist for artificial intelligence in medical imaging (CLAIM) Eur Radiol 2022:1-9.
- [Google Scholar]
- Towards a secure technology-driven architecture for smart health insurance systems: an empirical study. Healthcare. 2023;11:2257.
- [Google Scholar]
- Deep learning based computer-aided diagnosis systems for diabetic retinopathy: a survey. Artif Intell Med. 2019;99(July)
- [Google Scholar]
- Computer-aided diagnosis for breast cancer classification using deep neural networks and transfer learning. Comput Methods Progr Biomed. 2022;223
- [Google Scholar]
- Imaging biomarker roadmap for cancer studies. Nat Rev Clin Oncol. 2017;14(3):169-186.
- [Google Scholar]
- A systematic review of radiomics in osteosarcoma: utilizing radiomics quality score as a tool promoting clinical translation. Eur Radiol. 2021;31:1526-1535.
- [Google Scholar]
- An updated systematic review of radiomics in osteosarcoma: utilizing CLAIM to adapt the increasing trend of deep learning application in radiomics. Insights Imaging. 2022;13(1):138.
- [Google Scholar]
- Image pre-processing: enhance the performance of medical image classification using various data augmentation technique. Accent Trans Image Process Comput Vis. 2019;5(14):7.
- [Google Scholar]
- Comprehensive diagnostic model for osteosarcoma classification using CT imaging features. J Bone Oncol. 2024;47
- [Google Scholar]
- Others. Machine learning approach to classify and predict osteosarcoma grading. 2024:470-474.
- [Google Scholar]
- Using machine learning methods to study the tumour microenvironment and its biomarkers in osteosarcoma metastasis. Heliyon. 2024;10(7)
- [Google Scholar]
- Machine learning and experimental analyses identified miRNA expression models associated with metastatic osteosarcoma. Biochim Biophys Acta Mol Basis Dis. 2024;1870(7)
- [Google Scholar]
- A deep belief network-based clinical decision system for patients with osteosarcoma. Front Immunol. 2022;13
- [Google Scholar]
- Analysis of malignancy using enhanced graphcut-based clustering for diagnosis of bone cancer. 2020:453-462.
- [Google Scholar]
- Oral microbiota distinguishes patients with osteosarcoma from healthy controls. Front Cell Infect Microbiol. 2024;14
- [Google Scholar]
- A comparative analysis of CNN-based deep learning architectures for early diagnosis of bone cancer using CT images. Sci Rep. 2024;14(1):2144.
- [Google Scholar]
- Prediction of osteosarcoma using binary convolutional neural network: a machine learning approach. 2024:1-7.
- [Google Scholar]
- Advanced hybrid deep learning model for enhanced classification of osteosarcoma histopathology images. arXiv Prepr arXiv241100832 2024
- [Google Scholar]
- Dual multi-modal feature fusion network for the evaluation of osteosarcoma. 2024:2937-2943.
- [Google Scholar]
- A deep learning study on osteosarcoma detection from histological images. Biomed Signal Process Control. 2021;69
- [Google Scholar]
- Enhanced bone cancer detection using deep convolutional learning classification from histopathological images. 2025:219-236.
- [Google Scholar]
- Classification of osteosarcoma tumor from histological image using sequential RCNN. 2020:363-366.
- [Google Scholar]
- Viable tumor cell density after neoadjuvant chemotherapy assessed using deep learning model reflects the prognosis of osteosarcoma. npj Precis Oncol. 2024;8(1):16.
- [Google Scholar]
- A systematic review of radiomics in chondrosarcoma: assessment of study quality and clinical value needs handy tools. Eur Radiol. 2023;33(2):1433-1444.
- [Google Scholar]
- Social media overload, exhaustion, and use discontinuance: examining the effects of information overload, system feature overload, and social overload. Inf Process \& Manag. 2020;57(6)
- [Google Scholar]
- IoMT-based osteosarcoma cancer detection in histopathology images using transfer learning empowered with blockchain, fog computing, and edge computing. Sensors. 2022;22(14):5444.
- [Google Scholar]
- A novel hybrid approach for classifying osteosarcoma using deep feature extraction and multilayer perceptron. Diagnostics. 2023;13(12):2106.
- [Google Scholar]
- Adapted deep ensemble learning-based voting classifier for osteosarcoma cancer classification. Diagnostics. 2023;13(19):3155.
- [Google Scholar]
- Improved gated recurrent unit-based osteosarcoma prediction on histology images: a meta-heuristic-oriented optimization concept. Sci Rep. 2025;15(1)
- [Google Scholar]
- Osteosarcoma data from ut Southwestern/ut dallas for viable and necrotic tumor assessment. Cancer Imaging Arch. 2019;14
- [Google Scholar]
- Histopathological diagnosis for viable and non-viable tumor prediction for osteosarcoma using convolutional neural network. 2017:12-23.
- [Google Scholar]
- Convolutional neural network for histopathological analysis of osteosarcoma. J Comput Biol. 2018;25(3):313-325.
- [Google Scholar]
- Viable and necrotic tumor assessment from whole slide images of osteosarcoma using machine-learning and deep-learning models. PLoS One. 2019;14(4)
- [Google Scholar]
- Convolutional neural network for histopathological osteosarcoma image classification. Comput Mater \& Contin. 2021;69(3)
- [Google Scholar]
- Osteosarcoma tumor detection using transfer learning models. arXiv Prepr arXiv230509660 2023
- [Google Scholar]

