The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Training accounts for the lion’s share of deep-learning models’ carbon footprints, and larger architectures do not consistently justify their extra emissions with proportional accuracy gains; reporting emissions per accuracy point can help choose more sustainable models.

Towards Sustainable Artificial Intelligence: A Comprehensive Review and Comparative Analysis of Deep Learning Models' Carbon Footprint
Samar Garrab, Sarra Boughriou, Manel BenSassi · August 07, 2026
arxiv review_meta medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Samar Garrab unresolved corpus identity
  2. Sarra Boughriou unresolved corpus identity
  3. Manel BenSassi unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Samar Garrab provider ID
  2. Sarra Boughriou provider ID
  3. Manel BenSassi provider ID
A systematic review and reproducible CPU-based benchmark find that training is the dominant source of deep-learning carbon emissions and that increased architectural complexity does not reliably yield proportional accuracy gains, motivating carbon-aware model selection.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Artificial Intelligence (AI) and Machine Learning (ML) have become powerful tools for supporting and automating complex human tasks. Despite their benefits, growing attention has been directed toward their environmental implications, primarily due to their high energy demands and associated carbon emissions. This concern is particularly relevant in light of the increasing deployment of large-scale models, especially Deep Learning (DL) architectures, which provide advanced predictive capabilities but require substantial computational resources. This paper presents a systematic review of research on Green AI, Green DL, and optimization techniques aimed at reducing the environmental impact of AI models. In addition, we examine and compare several carbon measurement tools for estimating emissions generated by AI algorithms. To complement the review, we conducted an empirical evaluation using a CPU-based experimental setup, in which six DL models were implemented for a multi-label classification task. The objective was to quantify and compare their overall carbon emissions and to determine which stages of the DL lifecycle contribute most significantly to the total footprint. The results show that the training phase is the primary source of emissions. Moreover, the findings reveal that increased architectural complexity does not systematically translate into proportional accuracy gains, highlighting the importance of carefully balancing predictive performance and environmental cost. These results reinforce the need to integrate sustainability considerations into model selection and AI system design.

Summary

Main Finding

Training is the dominant source of deep learning (DL) carbon emissions; increasing architectural complexity does not reliably yield proportional accuracy gains. The paper (1) systematically reviews Green AI/Green DL research and carbon-measurement tools, and (2) empirically benchmarks six representative DL architectures (simple CNN, ResNet, U-Net, VGG16, VGG19, EfficientNet) under a CPU-based multi-label classification experiment using CodeCarbon to report per-phase (preprocessing, training, testing) emissions and a derived Emissions per Accuracy Point (EAP) metric to quantify carbon-efficiency.

Key Points

  • Systematic literature review (SLR) and mapping study followed PRISMA; databases used: IEEE Xplore, ACM DL, Scopus, Semantic Scholar. Final included studies: 49 (with snowballing).
  • Defined Green AI (efficiency-focused, lower energy/less data) vs Red AI (resource-intensive state-of-the-art pursuit) and discussed the broader “zero-waste AI” and socio-policy dimensions.
  • Sustainability is multi-dimensional (operational energy/carbon, hardware lifetime, e‑waste, water usage); this study focuses on operational carbon as a practical proxy.
  • Reviewed optimization strategies by lifecycle phase:
    • Preprocessing: data cleaning, normalization, dimensionality reduction, augmentation.
    • Training: initialization, normalization, progressive training, hyperparameter tuning, early stopping.
    • Inference: pruning, low-rank factorization, quantization, knowledge distillation.
  • Empirical experiment:
    • CPU-based setup (explicitly reproducible), CodeCarbon for emissions accounting.
    • Measured emissions per lifecycle phase (preprocessing, training, testing).
    • Introduced Emissions per Accuracy Point (EAP) = total emissions / achieved accuracy to compare carbon-efficiency across models.
  • Main empirical outcomes:
    • Training phase contributes the largest share of emissions.
    • More complex architectures (larger/deeper nets) do not necessarily produce proportionally higher accuracy relative to their extra carbon cost (hence varying EAPs).
  • Limitations called out: operational emissions only (no cradle-to-grave LCA for hardware), CPU-based experiments (results may differ on GPUs/TPUs), scope limited to selected architectures and a specific multi-label task.

Data & Methods

  • Literature review:
    • Time window: 2015–2025.
    • Search queries: “Green AI”/“Green Artificial Intelligence”, “Green DL”/“Green Deep Learning”, “Carbon footprint tools”.
    • Inclusion criteria: peer‑reviewed articles/conference papers on Green AI/Green DL or carbon footprint measurement; English; available.
    • PRISMA flow: initial ~1,028 screened records, final set of 49 included studies after duplicates/exclusions and snowballing.
  • Empirical benchmark:
    • Task: multi-label classification (dataset specifics not included in excerpt).
    • Models evaluated: simple CNN, ResNet, U-Net, VGG16, VGG19, EfficientNet.
    • Hardware/environment: CPU-based experimental setup.
    • Carbon accounting tool: CodeCarbon to estimate operational emissions for each lifecycle phase (preprocessing, training, testing).
    • Metric for trade-off analysis: Emissions per Accuracy Point (EAP) — carbon emissions normalized by achieved predictive accuracy.
  • Comparative analysis of carbon-measurement tools: reviewed strengths and limitations of existing tools (paper provides structured comparison though detailed tool-by-tool numeric comparisons are not in the provided excerpt).

Implications for AI Economics

  • Internalizing environmental costs:
    • EAP and per-phase emissions enable explicit incorporation of carbon externalities into model-selection and procurement decisions (e.g., pick lower-EAP models when marginal accuracy gains are small).
    • Firms and public agencies can include operational carbon costs in total cost-of-ownership (TCO) and cost–benefit models for AI systems.
  • Investment and R&D prioritization:
    • Because training dominates emissions, economic incentives (grants, tax credits, procurement preferences) should favor research and deployment of training-efficient methods: transfer learning, few-shot learning, progressive resizing, hyperparameter optimization that reduces redundant runs, and distillation/pruning pipelines.
    • Funding allocation can target software optimizations and carbon-aware tooling (which are often lower-cost levers than large-scale hardware replacement).
  • Market and regulatory design:
    • Standardized reporting (accuracy plus emissions/EAP) could be mandated for public procurement and recommended for industry benchmarking to create transparency and comparability.
    • Carbon-aware procurement and carbon pricing (or shadow carbon costs) for compute can shift incentives away from “Red AI” arms races.
  • Operational choices and firm strategy:
    • Enterprises should weigh inference vs training trade-offs: sometimes larger general models reduce future retraining and operational overhead, but this requires multi-metric LCA considerations.
    • Cloud providers/enterprises can optimize scheduling (use lower-carbon time windows, regions with cleaner grids), and choose hardware and datacenter locations to reduce emissions per compute unit — but software optimization yields complementary gains.
  • Policy and macroeconomic effects:
    • Aggregate reductions in AI training emissions can meaningfully affect energy demand projections for data centers; economic models of energy markets and emissions should include the feedback from AI efficiency improvements.
    • Consideration of hardware lifecycle impacts (manufacturing, disposal) suggests policy should combine operational carbon accounting with lifecycle assessment in longer-term planning and regulation.
  • Measurement & reporting standards:
    • Adoption of practical operational metrics (EAP, per-phase emissions) provides tractable inputs for economists modeling the social cost of AI deployment and for evaluating subsidies or penalties aimed at greener AI.

Short takeaway: operational emissions (especially training) should be routinely measured and reported alongside accuracy. Economic decisions — procurement, R&D funding, regulation, and pricing — should incorporate carbon-efficiency metrics (like EAP) to align AI development incentives with sustainability objectives.

Assessment

Paper Typereview_meta Evidence Strengthmedium — The paper combines a systematic literature review (PRISMA + snowballing) with a reproducible empirical benchmark that directly measures operational emissions using CodeCarbon; however, the empirical component is limited (CPU-only experiments, six architectures, single multi-label task, unspecified dataset/hyperparameters and likely single-run measurements), reducing the breadth and external validity of the evidence. Methods Rigormedium — The SLR follows standard practices (PRISMA, multi-database search, inclusion/exclusion criteria, snowballing) which is rigorous; the empirical methods are transparent about tools (CodeCarbon) and lifecycle phase breakdown, but are constrained by choice of CPU hardware, limited model set, incomplete reporting in the excerpt (dataset, hyperparameters, number of runs, variability), and omission of full lifecycle LCA factors (hardware manufacturing, data-center infrastructure). SampleSystematic literature review of studies on Green AI / Green DL and carbon-footprint tools identified from IEEE Xplore, ACM DL, Scopus, and Semantic Scholar for 2015–2025 (PRISMA + snowballing; final set reported as 49 included studies). Empirical benchmark: CPU-based experiments implementing six deep-learning architectures (simple CNN, ResNet, U-Net, VGG16, VGG19, EfficientNet) on a multi-label classification task; emissions measured with CodeCarbon and reported by lifecycle phase (preprocessing, training, testing). The excerpt does not specify the dataset, hyperparameter settings, number of repetitions, or full hardware/energy-grid details. Themesinnovation governance GeneralizabilityCPU-only experimental setup—does not reflect typical GPU/TPU training regimes for large DL models, Limited to six architectures and one (unspecified) multi-label task—results may not generalize across tasks, datasets, or larger-scale models, Operational carbon estimates exclude upstream lifecycle impacts (manufacturing of hardware, data-center infrastructure, e-waste), limiting full LCA generalizability, Potential sensitivity to energy grid mix, geographic location, and runtime variability not fully reported, Literature review restricted to English and specified databases—may miss domain-specific or non-English studies

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Across the six evaluated deep learning architectures, the training phase is the primary source of carbon emissions. Other negative Carbon emissions by deep learning lifecycle phase
Reading fidelity high
Study strength medium
n=6
0.24
Greater deep learning architectural complexity does not systematically produce proportional gains in predictive accuracy. Output Quality mixed Predictive accuracy relative to model architectural complexity
Reading fidelity high
Study strength medium
n=6
0.24
Carbon emissions should be reported alongside conventional predictive-performance metrics to enable more responsible and transparent comparisons of AI models. Governance And Regulation positive Transparency and responsibility of model comparisons
Reading fidelity high
Study strength low
n=49
0.12
Carbon emissions and energy use are incomplete measures of AI sustainability because sustainability also involves energy consumption, hardware lifetime, storage requirements, and electronic-waste generation. Other mixed Breadth of environmental sustainability impacts associated with AI
Reading fidelity high
Study strength low
n=49
0.12
Aggressive model compression or repeated architecture searches may reduce emissions for an individual training run while increasing the number of experiments or accelerating hardware aging, thereby shifting environmental burdens to other parts of the hardware lifecycle. Other mixed Environmental burden across model-training and hardware lifecycle activities
Reading fidelity high
Study strength low
n=49
0.12
Larger or more general AI models can increase inference-time emissions while reducing the need to maintain and retrain multiple specialized models. Other mixed Inference emissions versus model-maintenance and retraining requirements
Reading fidelity high
Study strength low
n=49
0.12
Green AI aims to achieve comparable results with lower energy consumption, smaller datasets, and more efficient training strategies than energy-intensive 'Red AI' approaches. Organizational Efficiency positive Energy consumption and computational efficiency at comparable predictive performance
Reading fidelity high
Study strength low
n=49
0.12
The paper's systematic review included 49 studies on Green AI, Green Deep Learning, or carbon-footprint measurement. Other positive Number of studies included in the evidence synthesis
Reading fidelity high
Study strength medium
n=49
49 studies
0.24

Notes