The rapid growth of artificial intelligence training and inference workloads has produced a corresponding rise in data center energy consumption and associated carbon emissions, raising concerns about the environmental sustainability of continued AI scaling. This paper proposes a Sustainable AI Computing framework that combines carbon-aware dynamic workload scheduling with neural network optimization to reduce the operational carbon footprint of AI systems without proportionally sacrificing model performance. The proposed scheduler performs both spatial carbon shifting, routing deferrable workloads to data center regions with lower real-time grid carbon intensity, and temporal carbon shifting, delaying flexible jobs to lower-carbon time windows within deadline constraints, while a complementary neural network optimization module applies adaptive pruning, quantization, mixed-precision computation, and early-exit inference to reduce per-job energy consumption. The framework was evaluated across a simulated multi-region data center testbed spanning five regions with heterogeneous grid carbon intensity profiles, using representative training and inference workloads including convolutional and transformer-based models. Experimental results show that the proposed hybrid carbon-aware scheduler and optimizer combination reduces relative carbon emissions to 44% of a static round-robin baseline, compared to 71% for spatial shifting alone and 68% for temporal shifting alone, while cluster GPU utilization improves from an average of 52% under baseline scheduling to 78% under the proposed scheduler. Accuracy-energy trade-off analysis identifies a Pareto-efficient operating region in which up to 55% energy reduction per inference is achievable with less than one percentage point of accuracy degradation, beyond which further compression yields diminishing accuracy returns. Ablation results confirm that scheduling and model optimization contribute complementary and largely additive carbon reductions, with the combined framework outperforming either component in isolation. These findings demonstrate that meaningful reductions in AI-related carbon emissions are achievable through coordinated system-level and model-level interventions without requiring fundamental changes to underlying hardware infrastructure.
Rooban Agrawal, Sudeshna, Reeva Sharma et al.· International journal of com...· 0 citations
The rapid expansion of smart networks, encompassing the Internet of Things (IoT), software-defined networking (SDN), and 5G-enabled edge infrastructure, has dramatically increased the attack surface available to malicious actors, while simultaneously producing high-velocity, heterogeneous traffic that traditional signature-based intrusion detection systems struggle to analyze in real time. This paper proposes a Hybrid Deep Learning and Machine Learning (DL-ML) framework for intelligent cyber threat detection that fuses a Convolutional Neural Network combined with a Bidirectional Long Short-Term Memory (CNN-BiLSTM) branch, which captures spatial and temporal traffic patterns, with a gradient-boosted ensemble branch (XGBoost/Random Forest), which captures statistical flow-level signatures. The outputs of both branches are combined through a weighted feature-fusion and ensemble layer that produces a unified threat classification and severity score. The framework was evaluated on a large-scale smart-network intrusion dataset comprising over 1.8 million labeled flow records spanning six traffic classes: normal, DDoS, botnet, port scanning, malware communication, and spoofing. Experimental results show that the proposed hybrid model achieves 98.8% accuracy, 96.4% precision, 95.6% recall, and a 96.0% F1-score, exceeding the strongest individual baseline (LSTM) by 3.7 percentage points in F1-score and achieving an AUC of 0.992.
Rajesh Yadav, Dinesh Kumar, Sanjeev Kumar et al.· International journal of com...· 1 citation