Two data visualizations exploring GPU hardware efficiency and U.S. data center electricity consumption — drawn from real datasets including LBNL 2024, the IEA Energy & AI report, and the MDPI Kappa-Energy Index paper.
Six deep learning architectures benchmarked on two NVIDIA GPUs. Each row shows how training energy and top-1 accuracy interact — the ideal model sits at low energy, high accuracy. Data from the MDPI Kappa-Energy Index study (2025), Tables 3–7.
| Architecture | Params (M) | TITAN Xp Energy (Wh) | GTX 1080 Ti Energy (Wh) | Top-1 Accuracy (%) | Kappa-Energy Index | Efficiency Tier |
|---|---|---|---|---|---|---|
| AlexNet | 61.1 | 14.2 | 16.8 | 56.5 | 3.98 | Low |
| VGG-16 | 138.4 | 210.5 | 248.3 | 71.6 | 0.34 | Very Low |
| ResNet-18 | 11.7 | 28.7 | 33.4 | 69.8 | 2.43 | High |
| EfficientNet-B3 | 12.2 | 41.3 | 49.6 | 82.1 | 1.99 | High |
| ConvNeXt-T | 28.6 | 67.9 | 79.2 | 82.1 | 1.21 | Medium |
| Swin Transformer | 28.3 | 89.4 | 104.8 | 81.3 | 0.91 | Medium-Low |
ResNet-18 and EfficientNet-B3 dominate the efficiency frontier — EfficientNet achieves the highest accuracy (82.1%) at just 41 Wh, roughly 5× less energy than VGG-16 with 12% better accuracy. VGG-16 sits alone in the "energy trap" quadrant: the worst energy-per-accuracy ratio of all tested architectures.
Twenty-three years of tracked electricity demand, disaggregated by facility type: traditional enterprise, colocation, and hyperscale/cloud. The rise of hyperscale is the dominant structural shift — and AI-optimized clusters are accelerating it further. From the LBNL 2024 report, Figure 2.1 & Table 2.1.
| Year | Traditional Enterprise (TWh) | Colocation (TWh) | Hyperscale / Cloud (TWh) | Total (TWh) | YoY Growth | Hyperscale Share |
|---|
U.S. data center electricity demand grew from ~61 TWh in 2000 to ~176 TWh in 2023 — a ~190% increase. But the composition shifted dramatically: hyperscale now accounts for ~55% of total consumption, up from near-zero in 2010. Critically, even as total demand surged, efficiency improvements (better PUE, server consolidation) prevented consumption from growing proportionally with compute capacity.