CVApr 16, 2022

Towards Lightweight Transformer via Group-wise Transformation for Vision-and-Language Tasks

arXiv:2204.07780v163 citationsh-index: 60
Originality Incremental advance
AI Analysis

This addresses efficiency issues for researchers and practitioners using Transformers in vision-and-language applications, though it is incremental as it builds on existing Transformer architectures.

The paper tackles the problem of Transformer's high parameter and computation costs by introducing LW-Transformer, which uses Group-wise Transformation to compress models while maintaining performance, achieving competitive results on vision-and-language tasks with significant reductions in parameters and computations.

Despite the exciting performance, Transformer is criticized for its excessive parameters and computation cost. However, compressing Transformer remains as an open problem due to its internal complexity of the layer designs, i.e., Multi-Head Attention (MHA) and Feed-Forward Network (FFN). To address this issue, we introduce Group-wise Transformation towards a universal yet lightweight Transformer for vision-and-language tasks, termed as LW-Transformer. LW-Transformer applies Group-wise Transformation to reduce both the parameters and computations of Transformer, while also preserving its two main properties, i.e., the efficient attention modeling on diverse subspaces of MHA, and the expanding-scaling feature transformation of FFN. We apply LW-Transformer to a set of Transformer-based networks, and quantitatively measure them on three vision-and-language tasks and six benchmark datasets. Experimental results show that while saving a large number of parameters and computations, LW-Transformer achieves very competitive performance against the original Transformer networks for vision-and-language tasks. To examine the generalization ability, we also apply our optimization strategy to a recently proposed image Transformer called Swin-Transformer for image classification, where the effectiveness can be also confirmed

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