LGAIJan 24, 2022

PaRT: Parallel Learning Towards Robust and Transparent AI

arXiv:2201.09534v2Has Code
AI Analysis

This addresses the need for more efficient and interpretable AI systems in multi-task settings, though it appears incremental as it builds on existing paradigms like continual and multi-task learning.

The paper tackles the problem of catastrophic forgetting and inefficient resource use in multi-task learning by proposing a parallel learning approach where a deep neural network is trained on multiple tasks simultaneously with shared and independent segments, resulting in robust representations and transparency across tasks.

This paper takes a parallel learning approach for robust and transparent AI. A deep neural network is trained in parallel on multiple tasks, where each task is trained only on a subset of the network resources. Each subset consists of network segments, that can be combined and shared across specific tasks. Tasks can share resources with other tasks, while having independent task-related network resources. Therefore, the trained network can share similar representations across various tasks, while also enabling independent task-related representations. The above allows for some crucial outcomes. (1) The parallel nature of our approach negates the issue of catastrophic forgetting. (2) The sharing of segments uses network resources more efficiently. (3) We show that the network does indeed use learned knowledge from some tasks in other tasks, through shared representations. (4) Through examination of individual task-related and shared representations, the model offers transparency in the network and in the relationships across tasks in a multi-task setting. Evaluation of the proposed approach against complex competing approaches such as Continual Learning, Neural Architecture Search, and Multi-task learning shows that it is capable of learning robust representations. This is the first effort to train a DL model on multiple tasks in parallel. Our code is available at https://github.com/MahsaPaknezhad/PaRT

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