LGCVNEOct 21, 2021

Memory Efficient Adaptive Attention For Multiple Domain Learning

arXiv:2110.10969v1
Originality Incremental advance
AI Analysis

This work addresses efficient multiple domain learning for low-power hardware, presenting an incremental improvement over existing modularization techniques.

The paper tackles the problem of training CNNs on new domains with limited labeled data and computational resources, achieving a reduction in trainable parameters by an order of magnitude while matching or exceeding state-of-the-art on metrics like interconnections, training samples, computations, and robustness to mislabeling.

Training CNNs from scratch on new domains typically demands large numbers of labeled images and computations, which is not suitable for low-power hardware. One way to reduce these requirements is to modularize the CNN architecture and freeze the weights of the heavier modules, that is, the lower layers after pre-training. Recent studies have proposed alternative modular architectures and schemes that lead to a reduction in the number of trainable parameters needed to match the accuracy of fully fine-tuned CNNs on new domains. Our work suggests that a further reduction in the number of trainable parameters by an order of magnitude is possible. Furthermore, we propose that new modularization techniques for multiple domain learning should also be compared on other realistic metrics, such as the number of interconnections needed between the fixed and trainable modules, the number of training samples needed, the order of computations required and the robustness to partial mislabeling of the training data. On all of these criteria, the proposed architecture demonstrates advantages over or matches the current state-of-the-art.

Foundations

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

Your Notes