中文
相关论文

相关论文: Chan-Vese Attention U-Net: An attention mechanism …

200 篇论文

In radiotherapy planning, manual contouring is labor-intensive and time-consuming. Accurate and robust automated segmentation models improve the efficiency and treatment outcome. We aim to develop a novel hybrid deep learning approach,…

图像与视频处理 · 电气工程与系统科学 2022-01-19 Zhuangzhuang Zhang , Tianyu Zhao , Hiram Gay , Weixiong Zhang , Baozhou Sun

Deep Learning based techniques have gained significance over the past few years in the field of medicine. They are used in various applications such as classifying medical images, segmentation and identification. The existing architectures…

图像与视频处理 · 电气工程与系统科学 2023-05-16 Gaurav Prasanna , John Rohit Ernest , Lalitha G , Sathiya Narayanan

Deep learning architecture with convolutional neural network (CNN) achieves outstanding success in the field of computer vision. Where U-Net, an encoder-decoder architecture structured by CNN, makes a great breakthrough in biomedical image…

图像与视频处理 · 电气工程与系统科学 2023-02-13 Qing Xu , Zhicheng Ma , Na HE , Wenting Duan

Various deep learning methods have been proposed to segment breast lesion from ultrasound images. However, similar intensity distributions, variable tumor morphology and blurred boundaries present challenges for breast lesions segmentation,…

图像与视频处理 · 电气工程与系统科学 2024-01-23 Gongping Chen , Yu Dai , Jianxun Zhang , Moi Hoon Yap

We developed a new and computationally simple local block-wise self attention based normal structures segmentation approach applied to head and neck computed tomography (CT) images. Our method uses the insight that normal organs exhibit…

计算机视觉与模式识别 · 计算机科学 2019-09-12 Jue Jiang , Elguindi Sharif , Hyemin Um , Sean Berry , Harini Veeraraghavan

Since the beginning of this decade, CNN has been a very successful tool in the field of Computer Vision tasks.The invention of CNN was inspired from neuroscience and it shares a lot of anatomical similarities with our visual system.Inspired…

图像与视频处理 · 电气工程与系统科学 2020-10-12 Kaushik Das , Qianni Zhang

State-of-the-art segmentation methods rely on very deep networks that are not always easy to train without very large training datasets and tend to be relatively slow to run on standard GPUs. In this paper, we introduce a novel recurrent…

计算机视觉与模式识别 · 计算机科学 2019-06-13 Wei Wang , Kaicheng Yu , Joachim Hugonot , Pascal Fua , Mathieu Salzmann

Purpose Medical imaging diagnosis faces challenges, including low-resolution images due to machine artifacts and patient movement. This paper presents the Frequency-Guided U-Net (GFNet), a novel approach for medical image segmentation that…

图像与视频处理 · 电气工程与系统科学 2024-05-03 Haytham Al Ewaidat , Youness El Brag , Ahmad Wajeeh Yousef E'layan , Ali Almakhadmeh

The recent integration of attention mechanisms into segmentation networks improves their representational capabilities through a great emphasis on more informative features. However, these attention mechanisms ignore an implicit sub-task of…

计算机视觉与模式识别 · 计算机科学 2020-04-02 Zilong Zhong , Zhong Qiu Lin , Rene Bidart , Xiaodan Hu , Ibrahim Ben Daya , Zhifeng Li , Wei-Shi Zheng , Jonathan Li , Alexander Wong

We propose an attention mechanism for 3D medical image segmentation. The method, named segmentation-by-detection, is a cascade of a detection module followed by a segmentation module. The detection module enables a region of interest to…

计算机视觉与模式识别 · 计算机科学 2017-11-02 Min Tang , Zichen Zhang , Dana Cobzas , Martin Jagersand , Jacob L. Jaremko

Segmentation of biomedical images can assist radiologists to make a better diagnosis and take decisions faster by helping in the detection of abnormalities, such as tumors. Manual or semi-automated segmentation, however, can be a…

图像与视频处理 · 电气工程与系统科学 2021-02-11 Dhanunjaya Mitta , Soumick Chatterjee , Oliver Speck , Andreas Nürnberger

Medical image segmentation has been very challenging due to the large variation of anatomy across different cases. Recent advances in deep learning frameworks have exhibited faster and more accurate performance in image segmentation. Among…

图像与视频处理 · 电气工程与系统科学 2020-03-12 Maryam Asadi-Aghbolaghi , Reza Azad , Mahmood Fathy , Sergio Escalera

In this paper we propose a novel deep learning-based algorithm for biomedical image segmentation which uses a sequential attention mechanism able to shift the focus of attention across the image in a selective way, allowing subareas which…

计算机视觉与模式识别 · 计算机科学 2019-09-30 Shohei Hayashi , Bisser Raytchev , Toru Tamaki , Kazufumi Kaneda

Convolutional Neural Networks have achieved impressive results in various tasks, but interpreting the internal mechanism is a challenging problem. To tackle this problem, we exploit a multi-channel attention mechanism in feature space. Our…

计算机视觉与模式识别 · 计算机科学 2019-05-22 Masanari Kimura , Masayuki Tanaka

Manually inspecting polyps from a colonoscopy for colorectal cancer or performing a biopsy on skin lesions for skin cancer are time-consuming, laborious, and complex procedures. Automatic medical image segmentation aims to expedite this…

图像与视频处理 · 电气工程与系统科学 2023-06-27 Akib Mohammed Khan , Alif Ashrafee , Fahim Shahriar Khan , Md. Bakhtiar Hasan , Md. Hasanul Kabir

Chan-Vese algorithms have proven to be a first-class method for image segmentation. Early implementations used level set methods with a pixelwise representation of the level set function. Later, parametrized level set approximations, such…

数值分析 · 数学 2026-05-13 Otmar Scherzer , Cong Shi , Thi Lan Nhi Vu

Automated fetal head segmentation in ultrasound images is critical for accurate biometric measurements in prenatal care. While existing deep learning approaches have achieved a reasonable performance, they struggle with issues like low…

计算机视觉与模式识别 · 计算机科学 2026-04-21 Ammar Bhilwarawala , Mainak Bandyopadhyay

One of the main requirements of tumor extraction is the annotation and segmentation of tumor boundaries correctly. For this purpose, we present a threefold deep learning architecture. First classifiers are implemented with a deep…

图像与视频处理 · 电气工程与系统科学 2021-02-09 Shanaka Ramesh Gunasekara , H. N. T. K. Kaldera , Maheshi B. Dissanayake

We develop a connection sensitive attention U-Net(CSAU) for accurate retinal vessel segmentation. This method improves the recent attention U-Net for semantic segmentation with four key improvements: (1) connection sensitive loss that…

计算机视觉与模式识别 · 计算机科学 2019-04-24 Ruirui Li , Mingming Li , Jiacheng Li , Yating Zhou

Convolutional neural networks like U-Net excel in medical image segmentation, while attention mechanisms and KAN enhance feature extraction. Meta's SAM 2 uses Vision Transformers for prompt-based segmentation without fine-tuning. However,…

图像与视频处理 · 电气工程与系统科学 2025-04-08 Mengyuan Liu , Yixiao Chen , Anning Tian , Xinmeng Wu , Mozhi Shen , Tianchou Gong , Jeongkyu Lee