Dimension Mixer: Group Mixing of Input Dimensions for Efficient Function Approximation
Suman Sapkota, Binod Bhattarai
TL;DR
This work proposes Dimension Mixer, a general, sparse signal-processing framework built from Select and Mix stages to flexibly and efficiently mix input dimensions. By extending FFT-inspired butterfly sparsity to non-linear mixers, it introduces Butterfly MLP and Butterfly Attention, and adds Patch-Only MLP-Mixer for 2D vision signals. Empirical results on CIFAR, Long Range Arena, and Pathfinder-X show that non-linear butterfly mixers achieve competitive accuracy with reduced parameters and compute, particularly excelling in long-range and large-sequence scenarios. Overall, the paper presents a unifying perspective on dimension mixing across CNNs, Transformers, and MLP-Mixers, highlighting scalable, structured approaches for efficient deep learning models.
Abstract
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.
