In short
AI's main environmental cost comes not from using a model but above all from training it. A review shows that a more complex architecture does not necessarily deliver a comparable gain in accuracy, so a model is worth choosing by the balance between result and training cost.
AI's main carbon footprint appears at the training stage, not because a model was simply run once. And a more complex architecture does not guarantee a proportional rise in accuracy — which matters more than any talk of "the most powerful" neural network.
The work systematises research on Green AI and Green DL and compares tools for estimating algorithms' emissions. The authors then ran their own experiment: they implemented six deep learning models for a multi-label classification task on CPU and compared their emissions at different stages of the lifecycle.
The practical conclusion is fairly down to earth. If two models solve the task with similar quality, the lighter one may be the more sensible: it needs less computation for training and reduces the environmental price of experiments. This is not a call always to take the simplest architecture but a reason to stop treating accuracy as the sole criterion of choice.
For teams that retrain models regularly the approach is especially useful: what has to be counted is not only the metric on the test set but the price of obtaining that metric. Measure the energy use and emissions first, then compare them with the real gain in quality — it sounds less impressive than a race for model size, but it is closer to engineering rationality.
There is also a limitation that should not be hidden behind the grand word "sustainability". The experiment was run on CPU, covered six models and one classification task. So it cannot yield a universal ranking of architectures or support the claim that any complex option always loses; the work rather shows the need to measure a specific scenario instead of transferring the result to all AI systems.
If the accuracy gain from a new model is small, are you ready to give it up for the sake of lower training costs? Source: cs.AI updates on arXiv.org