International Journal of Electrical and Computer Engineering (IJECE) Vol. No. June 2025, pp. ISSN: 2088-8708. DOI: 10. 11591/ijece. Enhancing training performance for small models using data-centric approaches Reda A. El-Khoribi1. Eid Emary1,2. Amr Essam Hassan1 Department of Information Technology. Faculty of Computers and Artificial Intelligence. University of Cairo. Cairo. Egypt Faculty of Computing Studies. Arab Open University. Cairo. Egypt Article Info ABSTRACT Article history: In this work, we propose a new system to improve the performance of classification models by applying data-centric principles. The system optimizes datasets by removing poor-quality samples and generating high-quality synthetic data. We tested the system on various classification models and datasets, measuring its performance with accuracy, precision, recall, and F1-score. The results showed significant improvements in classification performance, highlighting the effectiveness of this data-centric While the scalability to large-scale datasets is still an open question, it offers great potential for future research. This approach could be valuable in critical areas like healthcare, finance, and autonomous systems, where high-quality data is crucial. Future work could explore advanced data augmentation, adapting the system for different data types like text and time-series, and extending it to semi-supervised and unsupervised learning. Our findings emphasize the importance of data quality in achieving better model performance, often overlooked in favor of model architecture. advancing data-centric artificial intelligence (AI), this work offers a practical framework for researchers and practitioners to optimize datasets and improve machine learning systems. Received Jul 15, 2024 Revised Dec 19, 2024 Accepted Jan 16, 2025 Keywords: Computer vision Data-centric Deep learning Generative adversarial network Model-centric This is an open access article under the CC BY-SA license. Corresponding Author: Amr Essam Hassan Department of Information Technology. Faculty of Computers and Artificial Intelligence. University of Cairo Cairo. Egypt Email: amr. hassan@outlook. INTRODUCTION Deep learning has revolutionized artificial intelligence (AI), driving advancements in domains such as medical diagnosis, autonomous systems, and large-scale decision-making . These developments have significantly improved efficiency, accuracy, and innovation across various industries. However, challenges remain, particularly regarding the availability and quality of datasets crucial for training effective models . Ae. The scarcity of reliable labeled data and the high acquisition costs continue to hinder AI For example, medical imaging datasets often contain mislabeled samples, low-resolution images, or insufficient representations of rare diseases, all of which degrade model performance . Although data augmentation techniques, such as flipping and noise injection, are commonly applied, they often introduce biases or fail to fully address dataset deficiencies . , . As models become more complex, their performance increasingly depends on high-quality datasets rather than solely on architectural innovations . , . This shift has given rise to data-centric AI, which focuses on optimizing datasets rather than exclusively enhancing model architectures . , . Data-centric methodologies prioritize refining datasets by addressing label noise, class imbalance, and irrelevant data points . Ae. Journal homepage: http://ijece. ISSN: 2088-8708 Andrew Ng's data-centric AI competition underscored the importance of dataset quality in achieving superior model performance, even with smaller datasets . By systematically enhancing data quality, researchers have demonstrated notable improvements in model robustness, generalization, and efficiency across diverse applications . Ae. This competition highlighted the often-overlooked role of high-quality data in driving performance gains, even when using simpler or smaller models, reinforcing the shift toward data-centric AI practices. Building upon these insights, this study introduces a data-centric algorithm designed to improve datasets for training robust deep neural networks (DNN. The algorithm employs techniques to identify and remove noisy or mislabeled samples, which can distort model learning and reduce Additionally, it incorporates high-quality synthetic data generated using generative models such as generative adversarial networks (GAN. These GAN-generated samples address issues like class imbalance and dataset sparsity, providing the model with a more comprehensive and representative training This approach proves particularly valuable in high-stakes domains like healthcare and finance, where the accuracy and reliability of predictive models are critical for informed decision-making . Ae. , . demonstrating that prioritizing dataset quality can significantly improve performance, this research contributes to the growing body of evidence supporting data-centric AI as a complementary methodology to model-centric approaches. The findings suggest that an effective balance between these two paradigms leads to better performance and more stable outcomes. The proposed framework, therefore, emphasizes the importance of integrating both perspectives to advance machine learning systems, ensuring that models can learn from cleaner, more meaningful data while leveraging optimized architectures for enhanced RELATED WORKS Significant prior research has advanced data-centric AI by addressing dataset quality issues. Study . demonstrated that variations in dataset size, labeling quality, and train-test splits substantially impact model performance, underscoring the importance of data-centric methodologies. Similarly. Sambasivan et al. emphasized the ripple effects of labeling errors, advocating for systematic data quality improvements. Northcutt et al. identified pervasive labeling errors in widely used datasets, reinforcing the need for data-centric strategies. Polyzotis and Zaharia . proposed end-to-end version tracking and actionable monitoring for managing dynamic. datasets in production systems. Hamid . highlighted the applicability of data-centric AI in Industry 4. 0 by enhancing data quality for robust industrial automation. In natural language processing (NLP). Xu et al. introduced the data CLUE benchmark, showing simple yet effective strategies for improving data quality. Seedat et al. proposed DC-check, a checklist for systematically evaluating data-centric reliability. Seedat et al. also emphasized dataset transparency with datasheets for datasets, a foundational tool in high-stakes applications. Motamedi et al. demonstrated data quality enhancements with GAN-generated samples, achieving improved accuracy while reducing dataset size. Ma et al. reviewed data-centric AIAos role in addressing labeling errors and class imbalances. Shankar and Evans . identified pitfalls in dataset construction, proposing best practices for reliability and fairness. Zha et al. introduced a framework integrating statistical measures to ensure dataset reliability. These studies highlight the transformative potential of data-centric AI in addressing data quality issues. The foundation for the dataset optimization approach presented in this work. METHOD In machine learning, classification refers to a predictive modeling problem where a class label is predicted for a given input data example. To construct such a predictive model, we define loss functions, set hyperparameters for the model, and, given a training dataset, optimize the model parameters to minimize the loss function, as expressed in . ycoycnycu loss . cU, ycU)) yuo,yu,yuE . The targeted loss function, denoted as loss, plays a crucial role in model optimization, where f is the mapping model. I represents the hyperparameters, the model parameters, and the given dataset. Recent advancements in deep learning have established it as a powerful tool for learning hierarchical representations from large datasets, driving breakthroughs in domains like image recognition, natural language processing, and autonomous systems . Ae. , . Ae. To optimize performance, various loss functions have been developed based on task requirements, such as mean squared error for regression and cross-entropy loss for classification . , . Int J Elec & Comp Eng. Vol. No. June 2025: 2951-2964 Int J Elec & Comp Eng ISSN: 2088-8708 Regression losses Regression losses quantify discrepancies between predicted and actual continuous values: Mean squared error (MSE): Penalizes large errors more heavily, making it sensitive to outliers . yaMSE = Ocycuycn=1. cycn Oe ycC) ycn ycu Mean absolute error (L. : Measures absolute differences, less sensitive to outliers . yaL1 = Ocycuycn=. ycycn Oe ycC| ycn ycu Huber loss: Combines MSE for small errors and L1 for large errors, offering robustness . c Oe ycCycn )2 , yayaycycayceyc = . ycn y. ycycn Oe ycCycn |, ycnyc. ycycn Oe ycCycn | O yu, ycuycEayceycycycnycyce. Classification losses Classification losses evaluate model performance in classification tasks by measuring discrepancies between predicted and actual class labels: Binary cross-entropy (BCE): Used for binary classification by measuring the difference between probability distributions . yaBCE = Oe Ocycuycn=1. cycn log. cC) C)] ycn . Oe ycycn ) log. Oe yc Categorical cross-entropy (CCE): Extends BCE to multi-class classification by summing the cross-entropy for all classes . yaCCE = Oe Ocycuycn=1 Ocyayca=1 ycycnyca log. cC ycnyca ) . Focal loss (FL): Addresses class imbalance by down-weighting easy examples and emphasizing hard ones . yaFL = Oeyu. Oe ycC) log. cC) ycn Other losses Specialized loss functions address unique challenges in training models: Kullback-Leibler divergence (KL): Measures the divergence between two probability distributions, commonly used in probabilistic models . yaKL = Ocycuycn=1 ycycn log Cycn Hinge loss: Used in support vector machines (SVM. to maximize class margins . yaHinge = max. ,1 Oe ycycn ycC) ycn Total variation (TV): Promotes smoothness in images or signals, reducing noise . yaTV = Ocycn,yc (|. cuycn 1,yc Oe ycuycn,yc || |. cuycn,yc 1 Oe ycuycn,yc ||) . Hyperparameters Hyperparameters are predefined parameters critical to the performance of machine learning models. Their selection significantly impacts model training and outcomes. Learning rate (): Determines the step size for gradient descent. Smaller ensures convergence but slows training, while larger may cause instability . yuE Oi yuE Oe yuCONyuE ya. uE) . Batch size: Specifies the number of training examples per iteration. Smaller batches reduce overfitting but increase gradient noise . Ae. Enhancing training performance for small models using data-centric approaches (Reda A. El-Khorib. A ISSN: 2088-8708 Depth and width: The number of layers and neurons per layer impact the modelAos representational capacity. Excessive layers or neurons may lead to overfitting and inefficiencies . Ae. , . Activation functions: Add non-linearity to networks, enabling complex pattern learning. Common choices include ReLU, sigmoid, and tanh . Ae. , . Ae. Regularization parameters: Prevent overfitting by penalizing large weights. L1 promotes sparsity. reduces variance . Ae. Dataset optimization Optimizing the dataset is a critical aspect of this work. Operations such as pruning training points, inserting newly generated data points, and weighting specific points in the loss function are performed to enhance dataset quality. These optimizations aim to improve the representativeness, balance, and cleanliness of the training dataset, leading to more robust and accurate machine learning models. Before implementing dataset optimization, diagnosing potential issues within the dataset is necessary to identify appropriate remedies. A straightforward approach to diagnosing dataset problems involves training a basic model on the dataset and analyzing its performance to detect noisy or mislabeled Once identified, these problematic samples can either be corrected or removed. The dataset optimization process includes two primary operations: Sample pruning: Removing noisy or mislabeled samples from the dataset. Sample insertion: Augmenting the dataset with high-quality synthetic samples to address class imbalance or under-represented feature. We begin by training a baseline model on the original dataset, and based on its outputs, we apply these enhancement operations. Sample pruning Sample pruning involves identifying and removing noisy or problematic samples from the dataset, as shown in Figure 1. These issues may include mislabeled examples, ambiguous data points, or samples with conflicting features. This process typically relies on techniques such as confident learning, which estimates the joint distribution of noisy and clean labels to detect and address errors systematically. The steps involved in sample pruning are as follows: . collect or select a representative dataset. train a baseline model on the dataset to establish a performance benchmark. use cross-validation on the training data to identify noisy i. apply techniques such as label errors and confident learning to detect mislabeled or ambiguous data points. remove or reweight the problematic samples to obtain a clean dataset for training. Sample insertion Following the pruning of noisy samples, as shown in Figure 2, new samples are generated to enrich the dataset. This process involves identifying weak classes, addressing naming errors, and training a GAN to generate new instances for the underrepresented class. This step ensures better class representation and helps the model learn more effectively from the available data. The steps for implementing sample insertion are as follows: . Collect or select a representative dataset to serve as the foundation for training. Train the dataset on a baseline model and calculate the initial accuracy to establish performance benchmarks. Identify the weak class by analyzing the accuracy results and determining which classes underperform. Train a GAN model specifically for the weak class to generate high-quality synthetic instances that improve class balance and overall model performance . Add the generated instances to the existing dataset to improve representation and classification accuracy. After noisy samples are pruned in Phase 1, the remaining dataset is enriched by generating new synthetic samples. Weak classes are identified and addressed by generating instances using clean data to train a GAN model. These new samples enhance the dataset's representation and classification accuracy. The GAN model's optimization problem is defined as . min max ycO . a, y. = yaycuOycydt. og ya . ] yaycOycyyc . Oe ya. ))] ya ya . The generator's loss function minimizes the maximum value of the discriminator's value function by generating samples likely to be misclassified by the discriminator . min max ycO . a, y. = yaycuOycydt. og ya . ] yaycOycyyc . Oe ya. ))] ya ya . The discriminator's loss function maximizes its value function while minimizing the generator's value function, enabling it to correctly classify both real and generated samples. The resulting enhanced dataset is: Int J Elec & Comp Eng. Vol. No. June 2025: 2951-2964 Int J Elec & Comp Eng ISSN: 2088-8708 yuoC = yuo selected O yuo generated A . Here, yuo selected represents the pruned dataset, and yuo generated represents newly generated samples. The optimization ensures that a model f trained on yuoC outperforms the original dataset yuo. Figure 1. Sample pruning subsystem Figure 2. Sample insertion workflow Experimental setup We validated the proposed data-centric methods using the CIFAR-10 dataset . , which includes 60,000 32y32 color images across 10 classes . ,000 for training and 10,000 for testin. Preprocessing addressed label noise and low-resolution samples via pruning and GAN-based augmentation. Baseline models: Oe ResNet-18 . : An 18-layer CNN leveraging residual connections for gradient flow, pre-trained on ImageNet. Oe InceptionV3 . : A deep CNN with factorized convolutions and auxiliary classifiers for improved Evaluation metrics: Performance was assessed using accuracy, precision, recall. F1-score, and standard Training configuration: Training employed the Adam optimizer . with a learning rate of 1 y 10Oe4 batch size of 128, 50 epochs, and standard augmentations . andom cropping, flipping, normalizatio. Experiments were performed on an NVIDIA Tesla V100 GPU . GB). Enhancing training performance for small models using data-centric approaches (Reda A. El-Khorib. A ISSN: 2088-8708 Proposed method setup: Oe Sample pruning: confident learning . identified and removed noisy samples based on label Oe Sample insertion: d GAN . generated synthetic samples for underrepresented classes using a standard GAN architecture with a 100-dimensional latent vector. Training consisted of 10,000 iterations, with visual inspection of generated samples for quality assurance. Baseline comparison: Oe Original dataset: baseline models trained on unaltered CIFAR-10. Oe Pruned dataset: models trained on high-quality samples post-pruning. Oe Enhanced dataset: models trained on pruned samples augmented with GAN-generated instances. RESULTS AND DISCUSSION In this section, we present the outcomes of our experiments and analyses aimed at enhancing the training performance of small models using data-centric approaches . , . The focus is on two deep classification models. InceptionV3 and ResNet18, which serve as our baseline models. We detail the performance improvements achieved through various stages of data optimization, including pruning and augmentation with generated samples. The evaluation criteria used for assessing model performance include accuracy, precision, recall. F1-score, and standard deviation . Adopted models Generally, any mapping model f can be adopted as a baseline for testing our proposals for datacentric enhancement. In this study, we used two models as baselines: InceptionV3 and ResNet18, which are recent examples of deep classification models . , . InceptionV3: This image recognition model has demonstrated accuracy greater than 78. 1% on the ImageNet dataset. It integrates symmetric and asymmetric building blocks such as convolutions, average pooling, max pooling, concatenations, dropouts, and fully connected layers. Batch normalization is applied extensively throughout the model, enhancing its robustness, while loss computation is performed using Softmax . ResNet18: A convolutional neural network that is 18 layers deep. ResNet-18 has been pre-trained on over a million images from the ImageNet database. It achieves classification across 1,000 categories, including various objects and animals, utilizing residual learning to enhance gradient flow through its layers . Dataset We adopted the public CIFAR-10 dataset to validate the optimization methods applied to these baseline models. The CIFAR-10 dataset consists of 60,000 32y32 color images divided into 10 mutually exclusive classes, each containing 6,000 images . The dataset is further split into 50,000 training images and 10,000 test images. The dataset's classes are designed to be entirely distinct. For example, the AuautomobileAy class includes sedans and SUVs, while the AutruckAy class exclusively covers large trucks, with no overlap . Figure 3 highlights common label errors found in the dataset, which can adversely affect model training. These errors underscore the importance of data cleaning to ensure accurate and reliable learning outcomes . Additionally, several images in the dataset suffer from poor resolution, further hampering effective learning by the models. Low-resolution images often lack the necessary detail for feature extraction, reducing the model's ability to distinguish between similar classes. Figure 4 illustrates such lowresolution images, highlighting the importance of optimizing dataset quality through resolution enhancement techniques to achieve better performance . Figure 3. Examples of label error samples. These types of errors emphasize the necessity of data cleaning to ensure accurate model training Int J Elec & Comp Eng. Vol. No. June 2025: 2951-2964 Int J Elec & Comp Eng ISSN: 2088-8708 Figure 4. Examples of low-resolution images in the dataset. Addressing these issues through data cleaning and enhancement is crucial for improving model performance Evaluation criteria To assess the performance of the models, several standard classification metrics were used. These metrics capture different aspects of model accuracy, robustness, and reliability, aligning with best practices in machine learning evaluation . Ae. Accuracy: This metric measures the proportion of correctly classified instances out of the total number of It is formally expressed as . yaycaycaycycycaycayc = ycNycE ycNycA ycNycE ycNycA yaycE yaycA Precision: Precision focuses on the accuracy of the positive predictions. It is defined as . ycEycyceycaycnycycnycuycu = ycNycE ycNycE yaycE Recall: Recall, also known as sensitivity, evaluates the model's ability to correctly identify all relevant It is calculated as . ycIyceycaycaycoyco = ycNycE ycNycE yaycA F1-score: The F1-score combines precision and recall into a single harmonic mean, providing a balanced metric for evaluating performance on datasets with class imbalances . ya1 ycIycaycuycyce = 2 UI ycEycyceycaycnycycnycuycuUIycIyceycaycaycoyco ycEycyceycaycnycycnycuycu ycIyceycaycaycoyco Significance test . -tes. : A t-test was employed to compare performance metrics before and after applying the proposed data optimization techniques. The test assesses whether the observed differences are statistically significant. It is calculated using: ycycnyca,yca = ycoycnyca Oe ycoycnyca OoycI 2 ( 1 1 ) ycA ycA where . represent the two systems under comparison, . denotes the performance metric, . cA) is the sample size, and . cI 2 ) is the pooled variance . Ae. Standard deviation: This metric measures the variability of the performance metrics across different classes, highlighting discrepancies or inconsistencies in classification results. Reducing standard deviation is crucial for ensuring balanced performance across all classes . Ae. ResNet18 performance evaluation The impact of data cleaning and optimization was analyzed using the ResNet18 and InceptionV3 models as the baseline architectures. Figure 5 provides a comprehensive overview of the problematic samples within the dataset, including label errors and low-resolution images. These issues were addressed through rigorous data preprocessing . Ae. , . Ae. , . Ae. Enhancing training performance for small models using data-centric approaches (Reda A. El-Khorib. A ISSN: 2088-8708 Figure 5. Examples of label errors and low-resolution images in the dataset. Addressing these issues was critical for optimizing model performance . Ae. , . Ae. , . Ae. The performance metrics, including precision, recall. F1-score, and accuracy, were measured at different stages of the optimization process. Tables 1, 2, 3, and 4 summarize the results for ResNet18. The first column represents the model's baseline performance on the original dataset, while the second column reflects the performance after data cleaning. The final column demonstrates the enhancements achieved by incorporating generated samples using a GAN . , . Table 1 highlights the improvements in precision observed after each stage of dataset optimization. While pruning initially reduces the number of training samples, it helps eliminate noisy data, resulting in better precision for some classes. Incorporating generated samples further enhances precision, particularly for underrepresented or misclassified classes, such as AucatAy and AudogAy . , . Table 1. Precision comparison (ResNet. This table compares the precision of ResNet18 across different stages: baseline, after pruning, and after incorporating generated samples Class Airplane Automobile Bird Cat Deer Dog Frog Horse Ship Truck Average Std Dev Baseline After Pruning With GAN Table 2 demonstrates how recall improves after data augmentation with GAN. While pruning occasionally reduces recall due to a smaller dataset size, the addition of generated samples helps recover and even enhance recall by balancing class representation and resolving annotation inconsistencies . Ae. This process ensures that the model can better identify relevant patterns, particularly in previously underrepresented classes. Table 3 further highlights the balanced improvements in the F1-score achieved through the proposed optimization techniques. The addition of high-quality GAN-generated samples mitigates the trade-off between precision and recall by providing more diverse and representative training As a result, the model demonstrates consistent performance gains across classes, reinforcing the effectiveness of the data-centric approach in improving model reliability . , . Table 4 summarizes the accuracy improvements of ResNet18 across different stages of dataset While pruning reduces accuracy in some classes due to data loss, the incorporation of GANgenerated samples restores and enhances overall accuracy by balancing class representation and improving model robustness . Ae. As shown in Figure 6, the GAN-generated samples exhibit high fidelity and variety, effectively addressing issues like class imbalance and poor-quality original data. These high-quality samples enhance model generalization and improve class-specific accuracy by providing more diverse and representative training data . , . Int J Elec & Comp Eng. Vol. No. June 2025: 2951-2964 Int J Elec & Comp Eng ISSN: 2088-8708 Table 2. Recall comparison (ResNet. This table compares the recall of ResNet18 at each stage of optimization: baseline, pruning, and data augmentation with GAN Class Airplane Automobile Bird Cat Deer Dog Frog Horse Ship Truck Average Std Dev Baseline After Pruning With GAN Table 3. F1-score comparison ((ResNet. This table illustrates the combined effects of precision and recall improvements on the F1-score at different optimization stages Class Airplane Automobile Bird Cat Deer Dog Frog Horse Ship Truck Average Std Dev Baseline After Pruning With GAN Table 4. Accuracy comparison (ResNet. This table highlights the accuracy of ResNet18 at different optimization stages: baseline, after pruning, and after incorporating GAN-generated samples Class Airplane Automobile Bird Cat Deer Dog Frog Horse Ship Truck Average Std Dev Baseline After Pruning With GAN Figure 1. Examples of GAN-generated samples used for augmenting the dataset. These high-quality samples enhance the diversity and representation of underrepresented classes, significantly contributing to improved classification performance Enhancing training performance for small models using data-centric approaches (Reda A. El-Khorib. A ISSN: 2088-8708 The performance of ResNet18 demonstrates that the proposed data-centric approach, which involves pruning and augmentation, consistently improves key evaluation metrics. These findings validate the effectiveness of prioritizing dataset quality over model complexity. Particularly when enhancing the performance of smaller models . InceptionV3 performance evaluation We replicated the dataset optimization experiments using the InceptionV3 architecture to evaluate the generalizability of the proposed approach across different models. Tables 5 to 8 present the results for precision, recall. F1-score, and accuracy, demonstrating consistent performance improvements similar to those observed with ResNet18. Table 5 indicates a similar trend in precision improvement for InceptionV3 as seen in ResNet18, confirming the effectiveness of the data-centric approach across multiple architectures . , . Ae. , . , . As presented in Table 6 the recall values show consistent improvements with GANaugmented samples, particularly for underrepresented classes like bird and cat. These results emphasize the ability of the optimized dataset to improve model sensitivity to relevant instances . , . Table 7 demonstrates the combined improvements in precision and recall through the F1-score GAN-based augmentation significantly enhances F1-scores, particularly for classes like "dog" and "cat" that previously suffered from low recall or precision. This improvement reinforces the effectiveness of balanced data augmentation strategies in improving model performance . Ae. As shown in Table 8, the overall accuracy of InceptionV3 improves significantly after GAN This improvement validates the generalizability of the proposed data-centric optimization approach across different model architectures. The consistent accuracy gains demonstrate the method's effectiveness beyond ResNet18, highlighting its potential for broader applications in deep learning . , . Table 5. Precision comparison (InceptionV. This table compares the precision of InceptionV3 at different stages: baseline, after pruning, and with GAN-generated samples Class Airplane Automobile Bird Cat Deer Dog Frog Horse Ship Truck Average Std Dev Baseline After Pruning With GAN Table 6. Recall comparison (InceptionV. This table highlights the recall values of InceptionV3 at different optimization stages: baseline, after pruning, and with GAN-generated samples Class Airplane Automobile Bird Cat Deer Dog Frog Horse Ship Truck Average Std Dev Baseline After Pruning With GAN Performance analysis of the mod The impact of data-centric optimization was analyzed across all classes, focusing on the baseline, pruned, and GAN-augmented stages. This evaluation highlights performance differences resulting from data cleaning and augmentation. Figures 3 and 5, along with tables in sections 1 through 8, present the performance metrics for ResNet18 and InceptionV3. The results demonstrate the consistent improvements achieved through the proposed optimization approach. Int J Elec & Comp Eng. Vol. No. June 2025: 2951-2964 Int J Elec & Comp Eng ISSN: 2088-8708 Table 7. F1-score comparison (InceptionV. This table compares the F1-scores of InceptionV3 across baseline, pruning, and GAN-augmented stages Class Airplane Automobile Bird Cat Deer Dog Frog Horse Ship Truck Average Std Dev Baseline After Pruning With GAN Table 8. Accuracy comparison (InceptionV. This table highlights the overall accuracy improvements of InceptionV3 through different optimization stages Class Airplane Automobile Bird Cat Deer Dog Frog Horse Ship Truck Average Std Dev Baseline After Pruning With GAN Airplane In this section, discusses the classification performance of airplane images using different models. We assess how pruning and GAN-augmentation affect precision, recall, and F1-scores. Baseline model: High precision, recall, and F1-scores indicate effective classification of airplane Pruned model: A slight decrease in performance metrics suggests pruning removed critical samples, impacting discriminative learning . , . , . Ae. , . Ae. , . Ae. GAN-augmented model: Precision and recall improved due to high-quality sample generation, demonstrating GANsAo potential to mitigate data imbalance . Automobile In this section, evaluates the automobile image classification models, focusing on how pruning and GAN augmentation influence model performance and resilience. Baseline model: Achieved near-perfect precision, recall, and F1-scores for automobile, reflecting strong initial performance. Pruned model: Marginal reductions in metrics suggest resilience to data pruning due to inherent class diversity . GAN-augmented model: Metrics remained high, with slight improvements validating GANs' robustness for enhancing balanced datasets . Other classes . ird, cat, deer, dog, frog, horse, ship, and truc. This section highlights the model performance across various object classes. We explore the impact of pruning and GAN-augmentation, especially in classes affected by label noise and image quality. Baseline model: Performance varied across classes. challenges were noted for bird and cat due to label noise and low-quality images . Pruned model: Classes with lower-quality labels . og, ca. saw significant declines in metrics after pruning, highlighting the necessity of robust annotation . GAN-augmented model: Metrics improved for most classes, particularly bird, cat, and dog, addressing challenges of data scarcity and quality . Ae. , . Ae. Enhancing training performance for small models using data-centric approaches (Reda A. El-Khorib. A ISSN: 2088-8708 Summary of findings GAN-augmented data led to consistent improvements across most classes, addressing challenges identified during baseline and pruned stages. The optimized datasets showed decreased variance in metrics as shown in Table 8 confirming the model's enhanced robustness . Ae. Statistical significance tests . -tes. further validated the performance gains across metrics . Ae. , . , . CONCLUSION In this work, we proposed a system for enhancing the performance of classification models through data-centric principles. Our system optimizes datasets using simple operators such as the deletion of poorquality samples and the generation of new high-quality samples. We benchmarked the proposed system across different classification models and datasets, evaluating its performance with various criteria. The results consistently showed improved classification performance, demonstrating the effectiveness of our datacentric approach. One outstanding question is the scalability of these methods to extremely large datasets, which could be explored in future research. Potential applications of this research include improving the performance of machine learning models in fields such as healthcare, finance, and autonomous driving, where high-quality data is crucial. Future research could explore the integration of more sophisticated data augmentation techniques and the application of our methods to other types of data, such as text and time-series data. Additionally, extending this work to semi-supervised or unsupervised learning scenarios could provide further insights and benefits. The significance of our findings lies in demonstrating that focusing on data quality can significantly enhance model performance, a principle that is often overshadowed by the emphasis on model architecture. Our research contributes to the growing body of evidence that data-centric AI is a crucial component of effective machine learning practice. This work underscores the importance of high-quality data and provides a framework for other researchers and practitioners to optimize their datasets for better performance. ACKNOWLEDGMENTS We extend our gratitude to the Department of Information Technology. Faculty of Computers and Artificial Intelligence. University of Cairo. Cairo. Egypt, for their support and resources. Their contribution has been instrumental in facilitating this research. We also appreciate the valuable discussions and technical assistance received during this work. Special thanks to the institutions that provided necessary resources. Finally, we acknowledge the encouragement from my family and friends throughout this journey. FUNDING INFORMATION The authors state that no funding was involved in this research. AUTHOR CONTRIBUTIONS STATEMENT Reda A. El-Khoribi contributed to Conceptualization. Methodology. Software. Validation. Formal Analysis. Investigation. Data Curation. Writing - Original Draft, and Writing - Review & Editing, and was also responsible for Project Administration. Eid Emary contributed to Conceptualization. Methodology. Software. Validation. Formal Analysis. Investigation. Data Curation. Writing - Original Draft, and Writing Review & Editing, and also handled Project Administration. Amr Essam Hassan contributed to Conceptualization. Software. Validation. Resources. Writing - Review & Editing. Visualization. Supervision. Project Administration, and Funding Acquisition. Name of Author Reda A. El-Khoribi Eid Emary Amr Essam Hassan C : Conceptualization M : Methodology So : Software Va : Validation Fo : Formal analysis ue ue ue ue ue ue ue ue ue ue ue ue ue ue ue ue I : Investigation R : Resources D : Data Curation O : Writing - Original Draft E : Writing - Review & Editing Int J Elec & Comp Eng. Vol. No. June 2025: 2951-2964 Vi : Visualization Su : Supervision P : Project administration Fu : Funding acquisition ue Int J Elec & Comp Eng ISSN: 2088-8708 CONFLICT OF INTEREST STATEMENT The authors state no conflict of interest. INFORMED CONSENT Informed consent is not applicable to this study. ETHICAL APPROVAL Ethical approval is not applicable to this study. DATA AVAILABILITY The data that support the findings of this study are openly available in the CIFAR-10 dataset at https://w. edu/kriz/cifar. The study also utilized a GAN model for data generation and analysis, and the label error library for data correction and evaluation. Further details and code implementations are available upon reasonable request from the corresponding author. REFERENCES