paper-with-me

홈 › Papers

M$^{2}$SNet: Multi-scale in Multi-scale Subtraction Network for Medical Image Segmentation

2023-03-20 · Xiaoqi Zhao, Hongpeng Jia, Youwei Pang, Long Lv, Feng Tian, Lihe Zhang, Weibing Sun, Huchuan Lu

Accurate medical image segmentation is critical for early medical diagnosis. Most existing methods are based on U-shape structure and use element-wise addition or concatenation to fuse different level features progressively in decoder. However, both the two operations easily generate plenty of redundant information, which will weaken the complementarity between different level features, resulting in inaccurate localization and blurred edges of lesions. To address this challenge, we propose a general multi-scale in multi-scale subtraction network (M$^{2}$SNet) to finish diverse segmentation from medical image. Specifically, we first design a basic subtraction unit (SU) to produce the difference features between adjacent levels in encoder. Next, we expand the single-scale SU to the intra-layer multi-scale SU, which can provide the decoder with both pixel-level and structure-level difference information. Then, we pyramidally equip the multi-scale SUs at different levels with varying receptive fields, thereby achieving the inter-layer multi-scale feature aggregation and obtaining rich multi-scale difference information. In addition, we build a training-free network ``LossNet'' to comprehensively supervise the task-aware features from bottom layer to top layer, which drives our multi-scale subtraction network to capture the detailed and structural cues simultaneously. Without bells and whistles, our method performs favorably against most state-of-the-art methods under different evaluation metrics on eleven datasets of four different medical image segmentation tasks of diverse image modalities, including color colonoscopy imaging, ultrasound imaging, computed tomography (CT), and optical coherence tomography (OCT). The source code can be available at \url{https://github.com/Xiaoqi-Zhao-DLUT/MSNet}.

📄 PDF Abstract BibTeX arXiv:2303.10894

Code (2)

xiaoqi-zhao-dlut/msnet 공식 구현 pytorch
xiaoqi-zhao-dlut/msnet-m2snet pytorch

Tasks

Computed Tomography (CT)DecoderImage SegmentationMedical DiagnosisMedical Image SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Automatic Polyp Segmentation via Multi-scale Subtraction Network

2021-08-11 · Xiaoqi Zhao, Lihe Zhang, Huchuan Lu

More than 90\% of colorectal cancer is gradually transformed from colorectal polyps. In clinical practice, precise polyp segmentation provides important information in the early detection of colorectal cancer. Therefore,…

Segmentation

Hand Shape and Gesture Recognition using Multiscale Template Matching, Background Subtraction and Binary Image Analysis

2024-02-15 · Ketan Suhaas Saichandran

This paper presents a hand shape classification approach employing multiscale template matching. The integration of background subtraction is utilized to derive a binary image of the hand object, enabling the extraction …

ClassificationGesture RecognitionTemplate Matching

Deep Neural Network Concepts for Background Subtraction: A Systematic Review and Comparative Evaluation

2018-11-13 · Thierry Bouwmans, Sajid Javed, Maryam Sultana, Soon Ki Jung

Conventional neural networks show a powerful framework for background subtraction in video acquired by static cameras. Indeed, the well-known SOBS method and its variants based on neural networks were the leader methods …

Video Background Subtraction

Background subtraction on depth videos with convolutional neural networks

2019-01-17 · Xueying Wang, Lei Liu, Guangli Li, Xiao Dong 외

Background subtraction is a significant component of computer vision systems. It is widely used in video surveillance, object tracking, anomaly detection, etc. A new data source for background subtraction appeared as the…

Anomaly DetectionObject Tracking

Multiple Object Tracking with Kernelized Correlation Filters in Urban Mixed Traffic

2016-11-08 · Yuebin Yang, Guillaume-Alexandre Bilodeau

Recently, the Kernelized Correlation Filters tracker (KCF) achieved competitive performance and robustness in visual object tracking. On the other hand, visual trackers are not typically used in multiple object tracking.…

Multiple Object TrackingObjectObject TrackingVisual Object Tracking