中文
相关论文

相关论文: Relation U-Net

200 篇论文

One of the fundamental problems in computer vision is image segmentation, the task of detecting distinct regions or objects in given images. Deep Neural Networks (DNN) have been shown to be very effective in segmenting challenging images,…

计算机视觉与模式识别 · 计算机科学 2024-10-21 Jiyoung Park , Günay Doğan

Deep learning models usually require sufficient training data to achieve high accuracy, but obtaining labeled data can be time-consuming and labor-intensive. Here we introduce a template-based training method to train a 3D U-Net model from…

图像与视频处理 · 电气工程与系统科学 2023-08-07 Fang-Cheng Yeh

Organ segmentation in CT volumes is an important pre-processing step in many computer assisted intervention and diagnosis methods. In recent years, convolutional neural networks have dominated the state of the art in this task. However,…

图像与视频处理 · 电气工程与系统科学 2020-12-08 Roger D. Soberanis-Mukul , Nassir Navab , Shadi Albarqouni

Semantic image segmentation is the process of labeling each pixel of an image with its corresponding class. An encoder-decoder based approach, like U-Net and its variants, is a popular strategy for solving medical image segmentation tasks.…

图像与视频处理 · 电气工程与系统科学 2020-06-30 Debesh Jha , Michael A. Riegler , Dag Johansen , Pål Halvorsen , Håvard D. Johansen

Medical image segmentation is of great significance in analysis of illness. The use of deep neural networks in medical image segmentation can help doctors extract regions of interest from complex medical images, thereby improving diagnostic…

图像与视频处理 · 电气工程与系统科学 2026-04-01 Zhuoyi Fang , Kexuan Shi , Jiajia Liu , Qiang Han

Human brain is a layered structure, and performs not only a feedforward process from a lower layer to an upper layer but also a feedback process from an upper layer to a lower layer. The layer is a collection of neurons, and neural network…

计算机视觉与模式识别 · 计算机科学 2020-05-01 Eisuke Shibuya , Kazuhiro Hotta

-Background. Network neuroscience examines the brain as a complex system represented by a network (or connectome), providing deeper insights into the brain morphology and function, allowing the identification of atypical brain connectivity…

神经元与认知 · 定量生物学 2020-09-01 Mert Lostar , Islem Rekik

For complex segmentation tasks, fully automatic systems are inherently limited in their achievable accuracy for extracting relevant objects. Especially in cases where only few data sets need to be processed for a highly accurate result,…

计算机视觉与模式识别 · 计算机科学 2017-09-12 Mario Amrehn , Sven Gaube , Mathias Unberath , Frank Schebesch , Tim Horz , Maddalena Strumia , Stefan Steidl , Markus Kowarschik , Andreas Maier

The use of deep learning for medical imaging has seen tremendous growth in the research community. One reason for the slow uptake of these systems in the clinical setting is that they are complex, opaque and tend to fail silently. Outside…

计算机视觉与模式识别 · 计算机科学 2018-07-03 Terrance DeVries , Graham W. Taylor

Accurate segmentation of brain images from magnetic resonance imaging (MRI) scans plays a pivotal role in brain image analysis and the diagnosis of neurological disorders. Deep learning algorithms, particularly U-Net and U-Net++, are widely…

图像与视频处理 · 电气工程与系统科学 2026-03-20 Hanuman Verma , Kiho Im , Akshansh Gupta , M. Tanveer

Ureteroscopy is becoming the first surgical treatment option for the majority of urinary affections. This procedure is performed using an endoscope which provides the surgeon with the visual information necessary to navigate inside the…

图像与视频处理 · 电气工程与系统科学 2021-01-14 Jorge F. Lazo , Aldo Marzullo , Sara Moccia , Michele Catellani , Benoit Rosa , Michel de Mathelin , Elena De Momi

Biomedical image segmentation is crucial for accurately diagnosing and analyzing various diseases. However, Convolutional Neural Networks (CNNs) and Transformers, the most commonly used architectures for this task, struggle to effectively…

图像与视频处理 · 电气工程与系统科学 2024-12-09 Rong Zhou , Zhengqing Yuan , Zhiling Yan , Weixiang Sun , Kai Zhang , Yiwei Li , Yanfang Ye , Xiang Li , Lifang He , Lichao Sun

Recently, the state-of-art models for medical image segmentation is U-Net and their variants. These networks, though succeeding in deriving notable results, ignore the practical problem hanging over the medical segmentation field:…

图像与视频处理 · 电气工程与系统科学 2025-01-07 Hao Ziang , Jingsi Zhang , Lixian Li

X-Ray image enhancement, along with many other medical image processing applications, requires the segmentation of images into bone, soft tissue, and open beam regions. We apply a machine learning approach to this problem, presenting an…

计算机视觉与模式识别 · 计算机科学 2019-04-23 Joseph Bullock , Carolina Cuesta-Lazaro , Arnau Quera-Bofarull

One of the most common problems preventing the application of prediction models in the real world is lack of generalization: The accuracy of models, measured in the benchmark does repeat itself on future data, e.g. in the settings of real…

计算与语言 · 计算机科学 2022-10-19 Abdel Aziz Taha , Leonhard Hennig , Petr Knoth

Labeled datasets for semantic segmentation are imperfect, especially in medical imaging where borders are often subtle or ill-defined. Little work has been done to analyze the effect that label errors have on the performance of segmentation…

计算机视觉与模式识别 · 计算机科学 2018-09-25 Nicholas Heller , Joshua Dean , Nikolaos Papanikolopoulos

Despite tremendous success of modern neural networks, they are known to be overconfident even when the model encounters inputs with unfamiliar conditions. Detecting such inputs is vital to preventing models from making naive predictions…

计算机视觉与模式识别 · 计算机科学 2020-09-07 Jinsol Lee , Ghassan AlRegib

Data uncertainties, such as sensor noise, occlusions or limitations in the acquisition method can introduce irreducible ambiguities in images, which result in varying, yet plausible, semantic hypotheses. In Machine Learning, this ambiguity…

计算机视觉与模式识别 · 计算机科学 2024-08-21 M. M. Amaan Valiuddin , Christiaan G. A. Viviers , Ruud J. G. van Sloun , Peter H. N. de With , Fons van der Sommen

Retinal blood vessel segmentation can extract clinically relevant information from fundus images. As manual tracing is cumbersome, algorithms based on Convolution Neural Networks have been developed. Such studies have used small publicly…

图像与视频处理 · 电气工程与系统科学 2024-06-24 Jeremiah Fadugba , Patrick Köhler , Lisa Koch , Petru Manescu , Philipp Berens

We consider image classification with estimated depth. This problem falls into the domain of transfer learning, since we are using a model trained on a set of depth images to generate depth maps (additional features) for use in another…

计算机视觉与模式识别 · 计算机科学 2017-09-22 Yihui He