paper-with-me

홈 › Papers

Can Attention Enable MLPs To Catch Up With CNNs?

2021-05-31 · Meng-Hao Guo, Zheng-Ning Liu, Tai-Jiang Mu, Dun Liang, Ralph R. Martin, Shi-Min Hu

In the first week of May, 2021, researchers from four different institutions: Google, Tsinghua University, Oxford University and Facebook, shared their latest work [16, 7, 12, 17] on arXiv.org almost at the same time, each proposing new learning architectures, consisting mainly of linear layers, claiming them to be comparable, or even superior to convolutional-based models. This sparked immediate discussion and debate in both academic and industrial communities as to whether MLPs are sufficient, many thinking that learning architectures are returning to MLPs. Is this true? In this perspective, we give a brief history of learning architectures, including multilayer perceptrons (MLPs), convolutional neural networks (CNNs) and transformers. We then examine what the four newly proposed architectures have in common. Finally, we give our views on challenges and directions for new learning architectures, hoping to inspire future research.

📄 PDF Abstract BibTeX arXiv:2105.15078

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MLP-Mixer: An all-MLP Architecture for Vision

2021-05-04 · NeurIPS 2021 12 · Ilya Tolstikhin, Neil Houlsby, Alexander Kolesnikov, Lucas Beyer 외

Convolutional Neural Networks (CNNs) are the go-to model for computer vision. Recently, attention-based networks, such as the Vision Transformer, have also become popular. In this paper we show that while convolutions an…

Allimage-classificationImage Classification

PRKAN: Parameter-Reduced Kolmogorov-Arnold Networks

2025-01-13 · Hoang-Thang Ta, Duy-Quy Thai, Anh Tran, Grigori Sidorov 외

Kolmogorov-Arnold Networks (KANs) represent an innovation in neural network architectures, offering a compelling alternative to Multi-Layer Perceptrons (MLPs) in models such as Convolutional Neural Networks (CNNs), Recur…

Dimensionality ReductionImage ClassificationKolmogorov-Arnold Networks

Full-resolution MLPs Empower Medical Dense Prediction

2023-11-28 · Mingyuan Meng, Yuxin Xue, Dagan Feng, Lei Bi 외

Dense prediction is a fundamental requirement for many medical vision tasks such as medical image restoration, registration, and segmentation. The most popular vision model, Convolutional Neural Networks (CNNs), has reac…

AnatomyImage RestorationPrediction

Rethinking Nonlinearity: Trainable Gaussian Mixture Modules for Modern Neural Architectures

2025-10-08 · Weiguo Lu, Gangnan Yuan, Hong-kun Zhang, Shangyang Li arxiv

Neural networks in general, from MLPs and CNNs to attention-based Transformers, are constructed from layers of linear combinations followed by nonlinear operations such as ReLU, Sigmoid, or Softmax. Despite their strengt…

You Are Catching My Attention: Are Vision Transformers Bad Learners Under Backdoor Attacks?

2023-01-01 · CVPR 2023 1 · Zenghui Yuan, Pan Zhou, Kai Zou, Yu Cheng

Vision Transformers (ViTs), which made a splash in the field of computer vision (CV), have shaken the dominance of convolutional neural networks (CNNs). However, in the process of industrializing ViTs, backdoor attac…

Backdoor Attack