Related Experiment Video
Updated: Apr 10, 2026

03:31
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
1.2K
Dilated multi-Layer perceptron mixer for faster neural networks.
Van-Dung Hoang1, Xuan-Thuy Vo2, Kang-Hyun Jo2
1Faculty of Information Technology, Ho Chi Minh City University of Technology and Engineering, Ho Chi Minh City, Vietnam.
Summary
Dilated MLP-Mixers (DMLP) offer faster image classification by using dilated windows for spatial mixing. This approach achieves performance comparable to existing models with linear complexity, making it efficient for various tasks.
Area of Science:
- Computer Vision
- Machine Learning
- Deep Learning Architectures
Background:
- Multi-Layer Perceptron Mixer (MLP-Mixer) shows promise in visual tasks but suffers from quadratic complexity and fixed input sizes.
- Transferring pre-trained MLP-Mixer models to downstream tasks incurs high computational costs and requires weight interpolation.
Purpose of the Study:
- To introduce Dilated MLP-Mixers (DMLP) as a faster backbone for image classification and downstream tasks.
- To address the computational limitations and fixed-size input issues of existing MLP-Mixer methods.
Main Methods:
- Proposed Dilated MLP-Mixers (DMLP) backbone utilizing spatial mixing on non-overlapped and dilated windows.
- Implemented sparse and cross-connections between windows in the window MLP-Mixer block (dilated windows).
- Achieved linear complexity with image resolutions and flexibility for varying input sizes.
Main Results:
- DMLP backbone demonstrates performance comparable to MLP and Transformer models.
- Achieved superior processing speed compared to existing methods.
- Outperformed recent approaches in both accuracy and computational efficiency.
Conclusions:
- DMLP offers a computationally efficient alternative to traditional MLP-Mixer and Transformer models.
- The method shows potential for applications in resource-constrained environments, such as automobile insurance and car damage recognition.