Overall, this dissertation provides a unified investigation into data imbalance, data quality, and data scarcity-three core bottlenecks of modern deep learning-and proposes principled solutions that improve robustness, interpretability, and efficiency across both CV and NLP domains.
Abstract
The performance of deep neural networks (DNNs) is strongly influenced by the characteristics and quality of the underlying datasets. This Ph.D. dissertation addresses three pervasive data challenges-imbalance, quality degradation, and scarcity-that commonly hinder the effectiveness of DNNs in computer vision (CV) and natural language processing (NLP) applications.
Class imbalance remains one of the most frequent causes of degraded model generalization. While Focal Loss effectively mitigates inter-class imbalance by assigning higher weights to minority classes, it struggles with intra-class imbalance, particularly in video datasets where longer clips dominate feature representation. To address this, I implement and utilize the AD-CORRE Loss, which operates at the mini-batch level to balance intra-class feature contributions with minimal computational overhead. Combined with Focal Loss, this dual-loss framework yields more stable and robust training, as demonstrated by improved empirical results across multiple CV benchmarks.
Data quality represents another major factor influencing learning outcomes. Blurred or low-resolution videos and images reduce feature richness and lead to biased feature extraction. To account for this, I introduce the Combined-SSL (Self-Supervised Learning) mechanism, which jointly models video quality and classification. The integration of quality-aware supervision significantly enhances recognition performance on challenging datasets. Moreover, in an NLP setting, I apply a RoBERTa-CNN model to detect suicide intentions from well-cleaned social media posts, further demonstrating the critical role of data quality in reliable model prediction.
Data scarcity poses a fundamental limitation for supervised learning, especially when labeled samples are rare or sequences are short. To alleviate this, I design a multi-task learning framework that integrates auxiliary tasks-Masked Language Modeling (MLM) and S/TP prediction-within the ProtBERT backbone. Self-supervised and physics-informed tasks enrich the feature space and improve generalization. Experimental results on IDP datasets confirm that the proposed Multi-task ProtBERT effectively mitigates data scarcity and achieves state-of-the-art performance.
Overall, this dissertation provides a unified investigation into data imbalance, data quality, and data scarcity-three core bottlenecks of modern deep learning-and proposes principled solutions that improve robustness, interpretability, and efficiency across both CV and NLP domains.
Data streams in the real world often display severe class imbalance, with a critical under-representation of minority-class instances, resulting in biased and unreliable classification results from conventional deep learning frameworks. We introduce a new Imbalance-Resilient Deep Classification Framework that is defined for robust and stable analytics deployed on dynamic non-stationary data streams. The proposed framework combines adaptive resampling strategies, cost-sensitive learning mechanisms, and deep neural architectures to address the adverse impact of imbalanced class distributions. To cope with this, we propose a new dynamic threshold calibration module which gradually updates decision boundaries according to the changing characteristics of data streams in order to ensure relatively high classification accuracy overtime. The framework also includes an ensemble-driven feature extraction pipeline, enabling to learn discriminative representation for minority classes without compromising majority-class accuracy. The experiments conducted on benchmark and real-world imbalanced streaming datasets show that the proposed approach outperforms existing state-of-the-art algorithms, both in G-Mean, AUC-ROC and F1-Score metrics. Our findings validate the convenience, scalability and broad applicability of our framework in important applications like fraud detection, medical diagnosis, and network intrusion where imbalance constantly arises as a prominent issue.
Soma Sekhar Gaddipati, T. Lakshmi, Nithya Krishnan et al.· 2026 International Conferenc...· 0 citations
Class imbalance in object detection severely degrades the recognition of minority categories, leading to unstable training and unsatisfactory detection accuracy for rare objects. Existing methods usually address this issue either at the data level or at the loss level alone, while lacking effective coordination between the two. To this end, this paper proposes a minority-friendly learning method for object detection through the joint optimization of oversampling-driven data rebalancing and loss reconstruction. Specifically, a category-aware oversampling strategy is introduced to alleviate sample distribution bias, and a minority-oriented loss reformulation mechanism is designed to strengthen the contribution of underrepresented classes during training. The proposed method introduces little additional model complexity and can be integrated into the training pipeline without modifying the detector backbone or detection head. Experiments on an imbalanced MS COCO 2017 setting demonstrate consistent gains in mAP, Recall, and minority-class AP, while maintaining stable performance on majority classes.
Yuyan Li· International Conference on...· 0 citations
With the rapid development of network technologies, Network Intrusion Detection Systems (NIDS) play a critical role in securing networks against malicious attacks. However, existing machine learning and deep learning models often struggle to effectively identify minority class attacks, such as User-to-Root (U2R) and Remote-to-Local (R2L), when faced with highly imbalanced network traffic data. To tackle this extreme class imbalance challenge, this paper proposes a hybrid NIDS framework integrating Synthetic Minority Over-sampling Technique (SMOTE), a CNN-BiLSTM architecture, and Focal Loss. First, at the data level, the SMOTE algorithm is employed to synthetically oversample minority classes in the training set, establishing a balanced data distribution. Subsequently, at the algorithmic level, a Convolutional Neural Network-Bidirectional Long Short-Term Memory (CNN-BiLSTM) deep neural network is designed to jointly extract the local spatial topologies and global temporal features of network traffic. Finally, the Focal Loss function is introduced to further optimize the model by dynamically down-weighting easily classified majority samples, forcing the network to focus on hard-to-classify boundary samples. Extensive experiments on the benchmark NSL-KDD dataset demonstrate that the proposed method achieves a breakthrough in minority attack recognition. Specifically, the F1-Scores for R2L and U2R are elevated to 0.38 and 0.34, respectively, significantly outperforming traditional machine learning and standard deep learning baselines while maintaining robust detection capabilities for majority attacks.
Yuji Yang, Daihan Xie· International Conference on...· 0 citations
Deep learning models using traditional softmax classifiers have achieved remarkable success in various classification tasks. However, their performance degrades significantly on imbalanced datasets. Although Balanced Softmax is widely adopted as a state-of-the-art rebalancing method, it possesses inherent limitations, such as yielding disproportionately lower testing accuracy for tail classes. To mitigate these shortcomings, we propose the Class-Balanced Softmax (CBS). Rooted in a theoretical Bayesian framework and a heuristic power-law assumption, the CBS is a simple logit adjustment that is computationally inexpensive and easily integrated into existing pipelines. Furthermore, we characterise a fundamental phenomenon in models trained on imbalanced data, termed the preference issue, wherein models exhibit higher training error and a larger generalisation gap for classes with limited data. To quantify this issue, we introduce a novel metric and demonstrate that CBS effectively mitigates the preference issue. Extensive experiments on large-scale benchmarks show that CBS is highly scalable and outperforms existing methods, including Balanced Softmax.
Yi-Hang Zhu, Rajeev Raman, Shiqi Su et al.· 0 citations
This work introduces a comprehensive framework featuring a dynamic category-scaling weight mechanism that hierarchically addresses imbalance at the sample and domain levels, and builds a progressively refined "Ideal Domain" through the adaptive integration of well-performing domains.
Yanchao Li, Guanxiao Li, Xiaoli Wang et al.· Neural Networks· 0 citations