paper-with-me

Papers

Rethinking the Extraction and Interaction of Multi-Scale Features for Vessel Segmentation

2020-10-09 · Yicheng Wu, Chengwei Pan, Shuqi Wang, Ming Zhang, Yong Xia, Yizhou Yu

Analyzing the morphological attributes of blood vessels plays a critical role in the computer-aided diagnosis of many cardiovascular and ophthalmologic diseases. Although being extensively studied, segmentation of blood vessels, particularly thin vessels and capillaries, remains challenging mainly due to the lack of an effective interaction between local and global features. In this paper, we propose a novel deep learning model called PC-Net to segment retinal vessels and major arteries in 2D fundus image and 3D computed tomography angiography (CTA) scans, respectively. In PC-Net, the pyramid squeeze-and-excitation (PSE) module introduces spatial information to each convolutional block, boosting its ability to extract more effective multi-scale features, and the coarse-to-fine (CF) module replaces the conventional decoder to enhance the details of thin vessels and process hard-to-classify pixels again. We evaluated our PC-Net on the Digital Retinal Images for Vessel Extraction (DRIVE) database and an in-house 3D major artery (3MA) database against several recent methods. Our results not only demonstrate the effectiveness of the proposed PSE module and CF module, but also suggest that our proposed PC-Net sets new state of the art in the segmentation of retinal vessels (AUC: 98.31%) and major arteries (AUC: 98.35%) on both databases, respectively.

📄 PDF Abstract BibTeX arXiv:2010.04428

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Similar Papers 제목 키워드 기반

Attention-Guided Multi-scale Interaction Network for Face Super-Resolution

2024-09-01 · Xujie Wan, Wenjie Li, Guangwei Gao, Huimin Lu 외

Recently, CNN and Transformer hybrid networks demonstrated excellent performance in face super-resolution (FSR) tasks. Since numerous features at different scales in hybrid networks, how to fuse these multi-scale feature…

DecoderSuper-Resolution

Rethinking PRL: A Multiscale Progressively Residual Learning Network for Inverse Halftoning

2023-05-27 · Feiyu Li, Jun Yang

Image inverse halftoning is a classic image restoration task, aiming to recover continuous-tone images from halftone images with only bilevel pixels. Because the halftone images lose much of the original image content, i…

Image Restoration

DFE-IANet: A Method for Polyp Image Classification Based on Dual-domain Feature Extraction and Interaction Attention

2024-07-30 · Wei Wang, Jixing He, Xin Wang

It is helpful in preventing colorectal cancer to detect and treat polyps in the gastrointestinal tract early. However, there have been few studies to date on designing polyp image classification networks that balance eff…

image-classificationImage Classification

Rethinking Global Context in Crowd Counting

2021-05-23 · Guolei Sun, Yun Liu, Thomas Probst, Danda Pani Paudel 외

This paper investigates the role of global context for crowd counting. Specifically, a pure transformer is used to extract features with global information from overlapping image patches. Inspired by classification, we a…

Crowd Counting

RecMem: Recurrence-based Memory Consolidation for Efficient and Effective Long-Running LLM Agents

2026-05-15 · Zijie Dai, Shiyuan Deng, Sheng Guan, Yizhou Tian 외 arxiv

Memory systems often organize user-agent interactions as retrievable external memory and are crucial for long-running agents by overcoming the limited context windows of LLMs. However, existing memory systems invoke LLMs…