LGCVMar 22, 2024

An In-Depth Analysis of Data Reduction Methods for Sustainable Deep Learning

arXiv:2403.15150v18 citationsh-index: 22Open Research Europe
Originality Synthesis-oriented
AI Analysis

This work addresses energy and storage inefficiencies in deep learning training and inference for researchers and practitioners, but it is incremental as it builds on existing data reduction techniques.

The paper tackles the efficiency problems in deep learning by presenting eight data reduction methods for tabular datasets and extending them to image datasets, developing a Python package and a topology-based representativeness metric, and experimentally comparing their effects on dataset similarity, energy consumption, and model performance.

In recent years, Deep Learning has gained popularity for its ability to solve complex classification tasks, increasingly delivering better results thanks to the development of more accurate models, the availability of huge volumes of data and the improved computational capabilities of modern computers. However, these improvements in performance also bring efficiency problems, related to the storage of datasets and models, and to the waste of energy and time involved in both the training and inference processes. In this context, data reduction can help reduce energy consumption when training a deep learning model. In this paper, we present up to eight different methods to reduce the size of a tabular training dataset, and we develop a Python package to apply them. We also introduce a representativeness metric based on topology to measure how similar are the reduced datasets and the full training dataset. Additionally, we develop a methodology to apply these data reduction methods to image datasets for object detection tasks. Finally, we experimentally compare how these data reduction methods affect the representativeness of the reduced dataset, the energy consumption and the predictive performance of the model.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes