中文
相关论文

相关论文: OneNet: A Channel-Wise 1D Convolutional U-Net

200 篇论文

In computer vision, 2D convolution is arguably the most important operation performed by a ConvNet. Unsurprisingly, it has been the focus of intense software and hardware optimization and enjoys highly efficient implementations. In this…

计算机视觉与模式识别 · 计算机科学 2023-09-28 Alexandre Kirchmeyer , Jia Deng

3D convolution is powerful for video classification but often computationally expensive, recent studies mainly focus on decomposing it on spatial-temporal and/or channel dimensions. Unfortunately, most approaches fail to achieve a…

计算机视觉与模式识别 · 计算机科学 2021-06-04 Kunchang Li , Xianhang Li , Yali Wang , Jun Wang , Yu Qiao

The U-Net architecture, built upon the fully convolutional network, has proven to be effective in biomedical image segmentation. However, U-Net applies skip connections to merge semantically different low- and high-level convolutional…

图像与视频处理 · 电气工程与系统科学 2021-07-28 Hasib Zunair , A. Ben Hamza

Convolutional neural networks (CNNs) have shown great capability of solving various artificial intelligence tasks. However, the increasing model size has raised challenges in employing them in resource-limited applications. In this work, we…

计算机视觉与模式识别 · 计算机科学 2018-09-06 Hongyang Gao , Zhengyang Wang , Shuiwang Ji

Deep convolutional neural networks achieve remarkable visual recognition performance, at the cost of high computational complexity. In this paper, we have a new design of efficient convolutional layers based on three schemes. The 3D…

计算机视觉与模式识别 · 计算机科学 2017-01-25 Min Wang , Baoyuan Liu , Hassan Foroosh

It is a challenging task to accurately perform semantic segmentation due to the complexity of real picture scenes. Many semantic segmentation methods based on traditional deep learning insufficiently captured the semantic and appearance…

计算机视觉与模式识别 · 计算机科学 2024-03-13 Haitong Tang , Shuang He , Mengduo Yang , Xia Lu , Qin Yu , Kaiyue Liu , Hongjie Yan , Nizhuan Wang

U-Net and its variants have been widely used in medical image segmentation. However, most current U-Net variants confine their improvement strategies to building more complex encoder, while leaving the decoder unchanged or adopting a simple…

图像与视频处理 · 电气工程与系统科学 2023-10-30 Weibin Yang , Longwei Xu , Pengwei Wang , Dehua Geng , Yusong Li , Mingyuan Xu , Zhiqi Dong

Modern efficient Convolutional Neural Networks(CNNs) always use Depthwise Separable Convolutions(DSCs) and Neural Architecture Search(NAS) to reduce the number of parameters and the computational complexity. But some inherent…

计算机视觉与模式识别 · 计算机科学 2022-07-22 Liangqi Zhang , Haibo Shen , Yihao Luo , Xiang Cao , Leixilan Pan , Tianjiang Wang , Qi Feng

Fully convolutional neural networks like U-Net have been the state-of-the-art methods in medical image segmentation. Practically, a network is highly specialized and trained separately for each segmentation task. Instead of a collection of…

图像与视频处理 · 电气工程与系统科学 2019-09-16 Chao Huang , Hu Han , Qingsong Yao , Shankuan Zhu , S. Kevin Zhou

We present a novel and practical deep fully convolutional neural network architecture for semantic pixel-wise segmentation termed SegNet. This core trainable segmentation engine consists of an encoder network, a corresponding decoder…

计算机视觉与模式识别 · 计算机科学 2016-10-12 Vijay Badrinarayanan , Alex Kendall , Roberto Cipolla

Deep learning and convolutional neural networks (ConvNets) have been successfully applied to most relevant tasks in the computer vision community. However, these networks are computationally demanding and not suitable for embedded devices…

计算机视觉与模式识别 · 计算机科学 2016-06-20 Jose Alvarez , Lars Petersson

Most methods for medical image segmentation use U-Net or its variants as they have been successful in most of the applications. After a detailed analysis of these "traditional" encoder-decoder based approaches, we observed that they perform…

图像与视频处理 · 电气工程与系统科学 2021-10-18 Jeya Maria Jose Valanarasu , Vishwanath A. Sindagi , Ilker Hacihaliloglu , Vishal M. Patel

Medical image segmentation plays a crucial role in advancing healthcare systems for disease diagnosis and treatment planning. The u-shaped architecture, popularly known as U-Net, has proven highly successful for various medical image…

计算机视觉与模式识别 · 计算机科学 2023-10-13 Jieneng Chen , Jieru Mei , Xianhang Li , Yongyi Lu , Qihang Yu , Qingyue Wei , Xiangde Luo , Yutong Xie , Ehsan Adeli , Yan Wang , Matthew Lungren , Lei Xing , Le Lu , Alan Yuille , Yuyin Zhou

U-Nets are a go-to, state-of-the-art neural architecture across numerous tasks for continuous signals on a square such as images and Partial Differential Equations (PDE), however their design and architecture is understudied. In this paper,…

We present a logarithmic-scale efficient convolutional neural network architecture for edge devices, named WaveletNet. Our model is based on the well-known depthwise convolution, and on two new layers, which we introduce in this work: a…

机器学习 · 计算机科学 2018-11-29 Li Jing , Rumen Dangovski , Marin Soljacic

Visual intelligence at the edge is becoming a growing necessity for low latency applications and situations where real-time decision is vital. Object detection, the first step in visual data analytics, has enjoyed significant improvements…

计算机视觉与模式识别 · 计算机科学 2019-11-15 George Plastiras , Christos Kyrkou , Theocharis Theocharides

Recently, convolutional neural networks (CNNs) have achieved excellent performances in many computer vision tasks. Specifically, for hyperspectral images (HSIs) classification, CNNs often require very complex structure due to the high…

计算机视觉与模式识别 · 计算机科学 2019-03-26 Haitao Zhang , Lingguo Meng , Xian Wei , Xiaoliang Tang , Xuan Tang , Xingping Wang , Bo Jin , Wei Yao

Convolutional Neural Networks (CNNs) have achieved promising results in medical image segmentation. However, CNNs require lots of training data and are incapable of handling pose and deformation of objects. Furthermore, their pooling layers…

计算机视觉与模式识别 · 计算机科学 2022-06-28 Minh Tran , Viet-Khoa Vo-Ho , Ngan T. H. Le

Deep models have achieved significant process on single image super-resolution (SISR) tasks, in particular large models with large kernel ($3\times3$ or more). However, the heavy computational footprint of such models prevents their…

计算机视觉与模式识别 · 计算机科学 2024-03-13 Gang Wu , Junjun Jiang , Kui Jiang , Xianming Liu

Recently, transformer and multi-layer perceptron (MLP) architectures have achieved impressive results on various vision tasks. A few works investigated manually combining those operators to design visual network architectures, and can…

计算机视觉与模式识别 · 计算机科学 2021-10-11 Jihao Liu , Hongsheng Li , Guanglu Song , Xin Huang , Yu Liu
‹ 上一页 1 2 3 10 下一页 ›