中文
相关论文

相关论文: X-MLP: A Patch Embedding-Free MLP Architecture for…

200 篇论文

Convolutional neural networks (CNN) are the dominant deep neural network (DNN) architecture for computer vision. Recently, Transformer and multi-layer perceptron (MLP)-based models, such as Vision Transformer and MLP-Mixer, started to lead…

计算机视觉与模式识别 · 计算机科学 2021-11-29 Yucheng Zhao , Guangting Wang , Chuanxin Tang , Chong Luo , Wenjun Zeng , Zheng-Jun Zha

An Axial Shifted MLP architecture (AS-MLP) is proposed in this paper. Different from MLP-Mixer, where the global spatial feature is encoded for information flow through matrix transposition and one token-mixing MLP, we pay more attention to…

计算机视觉与模式识别 · 计算机科学 2022-03-18 Dongze Lian , Zehao Yu , Xing Sun , Shenghua Gao

Coordinate-based Multilayer Perceptron (MLP) networks, despite being capable of learning neural implicit representations, are not performant for internal image synthesis applications. Convolutional Neural Networks (CNNs) are typically used…

计算机视觉与模式识别 · 计算机科学 2024-04-16 Mikolaj Czerkawski , Javier Cardona , Robert Atkinson , Craig Michie , Ivan Andonovic , Carmine Clemente , Christos Tachtatzis

Although convolutional networks have been the dominant architecture for vision tasks for many years, recent experiments have shown that Transformer-based models, most notably the Vision Transformer (ViT), may exceed their performance in…

计算机视觉与模式识别 · 计算机科学 2022-01-25 Asher Trockman , J. Zico Kolter

Ophthalmic image segmentation serves as a critical foundation for ocular disease diagnosis. Although fully convolutional neural networks (CNNs) are commonly employed for segmentation, they are constrained by inductive biases and face…

计算机视觉与模式识别 · 计算机科学 2024-08-19 Zunjie Xiao , Xiaoqing Zhang , Risa Higashita , Jiang Liu

Multilayer perception (MLP) has permeated various disciplinary domains, ranging from bioinformatics to financial analytics, where their application has become an indispensable facet of contemporary scientific research endeavors. However,…

Like other applications in computer vision, medical image segmentation has been most successfully addressed using deep learning models that rely on the convolution operation as their main building block. Convolutions enjoy important…

图像与视频处理 · 电气工程与系统科学 2022-04-05 Davood Karimi , Serge Vasylechko , Ali Gholipour

The development of efficient segmentation strategies for medical images has evolved from its initial dependence on Convolutional Neural Networks (CNNs) to the current investigation of hybrid models that combine CNNs with Vision Transformers…

图像与视频处理 · 电气工程与系统科学 2025-08-08 Pallabi Dutta , Soham Bose , Swalpa Kumar Roy , Sushmita Mitra

With the rapid development of geometric deep learning techniques, many mesh-based convolutional operators have been proposed to bridge irregular mesh structures and popular backbone networks. In this paper, we show that while convolutions…

计算机视觉与模式识别 · 计算机科学 2023-12-29 Qiujie Dong , Xiaoran Gong , Rui Xu , Zixiong Wang , Shuangmin Chen , Shiqing Xin , Changhe Tu , Wenping Wang

Most modern convolutional neural networks (CNNs) used for object recognition are built using the same principles: Alternating convolution and max-pooling layers followed by a small number of fully connected layers. We re-evaluate the state…

机器学习 · 计算机科学 2015-04-14 Jost Tobias Springenberg , Alexey Dosovitskiy , Thomas Brox , Martin Riedmiller

This paper presents a simple MLP-like architecture, CycleMLP, which is a versatile backbone for visual recognition and dense predictions. As compared to modern MLP architectures, e.g., MLP-Mixer, ResMLP, and gMLP, whose architectures are…

计算机视觉与模式识别 · 计算机科学 2022-03-21 Shoufa Chen , Enze Xie , Chongjian Ge , Runjian Chen , Ding Liang , Ping Luo

This paper studies the problem of designing compact binary architectures for vision multi-layer perceptrons (MLPs). We provide extensive analysis on the difficulty of binarizing vision MLPs and find that previous binarization methods…

计算机视觉与模式识别 · 计算机科学 2023-01-02 Yixing Xu , Xinghao Chen , Yunhe Wang

Transformers have become one of the most important architectural innovations in deep learning and have enabled many breakthroughs over the past few years. Here we propose a simple network architecture, gMLP, based on MLPs with gating, and…

机器学习 · 计算机科学 2021-06-03 Hanxiao Liu , Zihang Dai , David R. So , Quoc V. Le

The attention mechanism has become a go-to technique for natural language processing and computer vision tasks. Recently, the MLP-Mixer and other MLP-based architectures, based simply on multi-layer perceptrons (MLPs), are also powerful…

计算机视觉与模式识别 · 计算机科学 2022-05-31 Tian Lv , Chongyang Bai , Chaojie Wang

Despite their simpler information fusion designs compared with Vision Transformers and Convolutional Neural Networks, Vision MLP architectures have demonstrated strong performance and high data efficiency in recent research. However,…

计算机视觉与模式识别 · 计算机科学 2024-10-28 Jonathan Cui , David A. Araujo , Suman Saha , Md. Faisal Kabir

UNet and its latest extensions like TransUNet have been the leading medical image segmentation methods in recent years. However, these networks cannot be effectively adopted for rapid image segmentation in point-of-care applications as they…

图像与视频处理 · 电气工程与系统科学 2022-03-11 Jeya Maria Jose Valanarasu , Vishal M. Patel

Dense computer vision tasks such as object detection and segmentation require effective multi-scale feature representation for detecting or classifying objects or regions with varying sizes. While Convolutional Neural Networks (CNNs) have…

计算机视觉与模式识别 · 计算机科学 2021-12-28 Youngwan Lee , Jonghee Kim , Jeff Willette , Sung Ju Hwang

In the past decade, we have witnessed rapid progress in the machine vision backbone. By introducing the inductive bias from the image processing, convolution neural network (CNN) has achieved excellent performance in numerous computer…

计算机视觉与模式识别 · 计算机科学 2021-06-29 Tan Yu , Xu Li , Yunfeng Cai , Mingming Sun , Ping Li

After their initial success in natural language processing, transformer architectures have rapidly gained traction in computer vision, providing state-of-the-art results for tasks such as image classification, detection, segmentation, and…

计算机视觉与模式识别 · 计算机科学 2022-03-21 Hugo Touvron , Matthieu Cord , Alaaeldin El-Nouby , Jakob Verbeek , Hervé Jégou

Convolutional neural networks are widely used in various segmentation tasks in medical images. However, they are challenged to learn global features adaptively due to the inherent locality of convolutional operations. In contrast, MLP…

图像与视频处理 · 电气工程与系统科学 2024-12-25 Jin Yang , Xiaobing Yu , Peijie Qiu