LGAIOCAug 23, 2023

Multi-Objective Optimization for Sparse Deep Multi-Task Learning

arXiv:2308.12243v49 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses sustainability issues in deep neural networks, particularly for multi-task models, by reducing model complexity through sparsification, though it appears incremental as it builds on existing scalarization and optimization techniques.

The paper tackles the problem of conflicting optimization criteria in deep multi-task learning by proposing a multi-objective optimization algorithm using a modified Weighted Chebyshev scalarization, which enables adaptive sparsification of models during training without significantly impacting performance, as demonstrated on two machine learning datasets.

Different conflicting optimization criteria arise naturally in various Deep Learning scenarios. These can address different main tasks (i.e., in the setting of Multi-Task Learning), but also main and secondary tasks such as loss minimization versus sparsity. The usual approach is a simple weighting of the criteria, which formally only works in the convex setting. In this paper, we present a Multi-Objective Optimization algorithm using a modified Weighted Chebyshev scalarization for training Deep Neural Networks (DNNs) with respect to several tasks. By employing this scalarization technique, the algorithm can identify all optimal solutions of the original problem while reducing its complexity to a sequence of single-objective problems. The simplified problems are then solved using an Augmented Lagrangian method, enabling the use of popular optimization techniques such as Adam and Stochastic Gradient Descent, while efficaciously handling constraints. Our work aims to address the (economical and also ecological) sustainability issue of DNN models, with a particular focus on Deep Multi-Task models, which are typically designed with a very large number of weights to perform equally well on multiple tasks. Through experiments conducted on two Machine Learning datasets, we demonstrate the possibility of adaptively sparsifying the model during training without significantly impacting its performance, if we are willing to apply task-specific adaptations to the network weights. Code is available at https://github.com/salomonhotegni/MDMTN

Code Implementations1 repo
Foundations

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

Your Notes