LGNov 30, 2023

Dimension Mixer: Group Mixing of Input Dimensions for Efficient Function Approximation

arXiv:2311.18735v3h-index: 5
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient neural architectures for researchers and practitioners, though it is incremental as it builds on existing concepts like dimension mixing and butterfly transforms.

The paper tackles the problem of efficient function approximation in neural networks by introducing group-wise sparse, non-linear mixing schemes, such as Butterfly MLP and Butterfly Attention, which improve efficiency and scalability on CIFAR and LRA datasets.

The recent success of multiple neural architectures like CNNs, Transformers, and MLP-Mixers motivated us to look for similarities and differences between them. We found that these architectures can be interpreted through the lens of a general concept of dimension mixing. Research on coupling flows and the butterfly transform shows that partial and hierarchical signal mixing schemes are sufficient for efficient and expressive function approximation. In this work, we study group-wise sparse, non-linear, multi-layered and learnable mixing schemes of inputs and find that they are complementary to many standard neural architectures. Following our observations and drawing inspiration from the Fast Fourier Transform, we generalize Butterfly Structure to use non-linear mixer function allowing for MLP as mixing function called Butterfly MLP. We were also able to sparsely mix along sequence dimension for Transformer-based architectures called Butterfly Attention. Experiments on CIFAR and LRA datasets demonstrate that the proposed Non-Linear Butterfly Mixers are efficient and scale well when the host architectures are used as mixing function. Additionally, we propose Patch-Only MLP-Mixer for processing spatial 2D signals demonstrating a different dimension mixing strategy.

Code Implementations2 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