中文
相关论文

相关论文: UPANets: Learning from the Universal Pixel Attenti…

200 篇论文

Skip connection engineering is primarily employed to address the semantic gap between the encoder and decoder, while also integrating global dependencies to understand the relationships among complex anatomical structures in medical image…

计算机视觉与模式识别 · 计算机科学 2025-02-17 Ju-Hyeon Nam , Nur Suriza Syazwany , Sang-Chul Lee

Although convolutional neural networks (CNNs) are promoting the development of medical image semantic segmentation, the standard model still has some shortcomings. First, the feature mapping from the encoder and decoder sub-networks in the…

图像与视频处理 · 电气工程与系统科学 2020-12-22 Yutong Cai , Yong Wang

Semantic segmentation is one of the core tasks in the field of computer vision, and its goal is to accurately classify each pixel in an image. The traditional Unet model achieves efficient feature extraction and fusion through an…

计算机视觉与模式识别 · 计算机科学 2025-02-07 Xuan Li , Quanchao Lu , Yankaiqi Li , Muqing Li , Yijiashun Qi

In recent years, significant progress has been made in the medical image analysis domain using convolutional neural networks (CNNs). In particular, deep neural networks based on a U-shaped architecture (UNet) with skip connections have been…

图像与视频处理 · 电气工程与系统科学 2024-10-16 Vamsi Krishna Vasa , Wenhui Zhu , Xiwen Chen , Peijie Qiu , Xuanzhao Dong , Yalin Wang

As an essential prerequisite for developing a medical intelligent assistant system, medical image segmentation has received extensive research and concentration from the neural network community. A series of UNet-like networks with…

图像与视频处理 · 电气工程与系统科学 2022-05-25 Ledan Qian , Xiao Zhou , Yi Li , Zhongyi Hu

The state-of-the-art models for medical image segmentation are variants of U-Net and fully convolutional networks (FCN). Despite their success, these models have two limitations: (1) their optimal depth is apriori unknown, requiring…

图像与视频处理 · 电气工程与系统科学 2020-01-30 Zongwei Zhou , Md Mahfuzur Rahman Siddiquee , Nima Tajbakhsh , Jianming Liang

Recently, a growing interest has been seen in deep learning-based semantic segmentation. UNet, which is one of deep learning networks with an encoder-decoder architecture, is widely used in medical image segmentation. Combining multi-scale…

图像与视频处理 · 电气工程与系统科学 2020-04-21 Huimin Huang , Lanfen Lin , Ruofeng Tong , Hongjie Hu , Qiaowei Zhang , Yutaro Iwamoto , Xianhua Han , Yen-Wei Chen , Jian Wu

The extraction of text in high quality is essential for text-based document analysis tasks like Document Classification or Named Entity Recognition. Unfortunately, this is not always ensured, as poor scan quality and the resulting artifacts…

计算机视觉与模式识别 · 计算机科学 2023-06-06 David Kreuzer , Michael Munz

While self-attention mechanism has shown promising results for many vision tasks, it only considers the current features at a time. We show that such a manner cannot take full advantage of the attention mechanism. In this paper, we present…

计算机视觉与模式识别 · 计算机科学 2020-07-13 Xu Ma , Jingda Guo , Sihai Tang , Zhinan Qiao , Qi Chen , Qing Yang , Song Fu

In the past few years, convolutional neural networks (CNNs) have achieved milestones in medical image analysis. Especially, the deep neural networks based on U-shaped architecture and skip-connections have been widely applied in a variety…

图像与视频处理 · 电气工程与系统科学 2021-05-13 Hu Cao , Yueyue Wang , Joy Chen , Dongsheng Jiang , Xiaopeng Zhang , Qi Tian , Manning Wang

Transformer architecture has emerged to be successful in a number of natural language processing tasks. However, its applications to medical vision remain largely unexplored. In this study, we present UTNet, a simple yet powerful hybrid…

计算机视觉与模式识别 · 计算机科学 2021-09-29 Yunhe Gao , Mu Zhou , Dimitris Metaxas

Currently, convolutional neural networks (CNN) (e.g., U-Net) have become the de facto standard and attained immense success in medical image segmentation. However, as a downside, CNN based methods are a double-edged sword as they fail to…

图像与视频处理 · 电气工程与系统科学 2022-04-01 Reza Azad , Moein Heidari , Yuli Wu , Dorit Merhof

In the field of medical CT image processing, convolutional neural networks (CNNs) have been the dominant technique.Encoder-decoder CNNs utilise locality for efficiency, but they cannot simulate distant pixel interactions properly.Recent…

图像与视频处理 · 电气工程与系统科学 2022-11-03 Hongyang He , Feng Ziliang , Yuanhang Zheng , Shudong Huang , HaoBing Gao

In saliency detection, every pixel needs contextual information to make saliency prediction. Previous models usually incorporate contexts holistically. However, for each pixel, usually only part of its context region is useful and…

计算机视觉与模式识别 · 计算机科学 2018-12-18 Nian Liu , Junwei Han , Ming-Hsuan Yang

Medical image segmentation remains particularly challenging for complex and low-contrast anatomical structures. In this paper, we introduce the U-Transformer network, which combines a U-shaped architecture for image segmentation with self-…

图像与视频处理 · 电气工程与系统科学 2021-03-15 Olivier Petit , Nicolas Thome , Clément Rambour , Luc Soler

Medical image segmentation is a critical task in computer vision, with UNet serving as a milestone architecture. The typical component of UNet family is the skip connection, however, their skip connections face two significant limitations:…

计算机视觉与模式识别 · 计算机科学 2025-10-24 Quansong He , Xiangde Min , Kaishen Wang , Tao He

Medical image segmentation is a difficult but important task for many clinical operations such as cardiac bi-ventricular volume estimation. More recently, there has been a shift to utilizing deep learning and fully convolutional neural…

图像与视频处理 · 电气工程与系统科学 2020-03-17 Jesse Sun , Fatemeh Darbehani , Mark Zaidi , Bo Wang

Hybrid CNN-Transformer architectures achieve strong results in image super-resolution, but scaling attention windows or convolution kernels significantly increases computational cost, limiting deployment on resource-constrained devices. We…

计算机视觉与模式识别 · 计算机科学 2026-04-08 Cao Thien Tan , Phan Thi Thu Trang , Do Nghiem Duc , Ho Ngoc Anh , Hanyang Zhuang , Nguyen Duc Dung

Image segmentation is a historic and significant computer vision task. With the help of deep learning techniques, image semantic segmentation has made great progresses. Over recent years, based on guidance of attention mechanism compared…

计算机视觉与模式识别 · 计算机科学 2022-10-12 Dongwei Sun , Zhuolin Gao

Contexts play an important role in the saliency detection task. However, given a context region, not all contextual information is helpful for the final task. In this paper, we propose a novel pixel-wise contextual attention network, i.e.,…

计算机视觉与模式识别 · 计算机科学 2018-04-04 Nian Liu , Junwei Han , Ming-Hsuan Yang
‹ 上一页 1 2 3 10 下一页 ›