paper-with-me

Papers

MedLiteNet: Lightweight Hybrid Medical Image Segmentation Model

2025-09-03 · Pengyang Yu, Haoquan Wang, Gerard Marks, Tahar Kechadi, Laurence T. Yang, Sahraoui Dhelim, Nyothiri Aung arxiv

Accurate skin-lesion segmentation remains a key technical challenge for computer-aided diagnosis of skin cancer. Convolutional neural networks, while effective, are constrained by limited receptive fields and thus struggle to model long-range dependencies. Vision Transformers capture global context, yet their quadratic complexity and large parameter budgets hinder use on the small-sample medical datasets common in dermatology. We introduce the MedLiteNet, a lightweight CNN Transformer hybrid tailored for dermoscopic segmentation that achieves high precision through hierarchical feature extraction and multi-scale context aggregation. The encoder stacks depth-wise Mobile Inverted Bottleneck blocks to curb computation, inserts a bottleneck-level cross-scale token-mixing unit to exchange information between resolutions, and embeds a boundary-aware self-attention module to sharpen lesion contours.

📄 PDF Abstract BibTeX arXiv:2509.03041

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image SegmentationLesion Segmentation

Similar Papers 제목 키워드 기반

CMUNeXt: An Efficient Medical Image Segmentation Network based on Large Kernel and Skip Fusion

2023-08-02 · Fenghe Tang, Jianrui Ding, Lingtao Wang, Chunping Ning 외

The U-shaped architecture has emerged as a crucial paradigm in the design of medical image segmentation networks. However, due to the inherent local limitations of convolution, a fully convolutional segmentation network …

Image SegmentationInductive BiasMedical Image SegmentationSegmentation+1

PARF-Net: integrating pixel-wise adaptive receptive fields into hybrid Transformer-CNN network for medical image segmentation

2025-01-06 · Xu Ma, Mengsheng Chen, Junhui Zhang, Lijuan Song 외

Convolutional neural networks (CNNs) excel in local feature extraction while Transformers are superior in processing global semantic information. By leveraging the strengths of both, hybrid Transformer-CNN networks have …

Image SegmentationMedical Image SegmentationSemantic Segmentation

DyGLNet: Hybrid Global-Local Feature Fusion with Dynamic Upsampling for Medical Image Segmentation

2025-09-16 · Yican Zhao, Ce Wang, You Hao, Lei Li 외 arxiv

Medical image segmentation grapples with challenges including multi-scale lesion variability, ill-defined tissue boundaries, and computationally intensive processing demands. This paper proposes the DyGLNet, which achiev…

Medical Image SegmentationObject Segmentation

MobileUNETR: A Lightweight End-To-End Hybrid Vision Transformer For Efficient Medical Image Segmentation

2024-09-04 · Shehan Perera, Yunus Erzurumlu, Deepak Gulati, Alper Yilmaz

Skin cancer segmentation poses a significant challenge in medical image analysis. Numerous existing solutions, predominantly CNN-based, face issues related to a lack of global contextual understanding. Alternatively, som…

Image SegmentationLesion SegmentationMedical Image AnalysisMedical Image Segmentation+3

MLRU++: Multiscale Lightweight Residual UNETR++ with Attention for Efficient 3D Medical Image Segmentation

2025-07-22 · Nand Kumar Yadav, Rodrigue Rizk, William CW Chen, KC Santosh arxiv

Accurate and efficient medical image segmentation is crucial but challenging due to anatomical variability and high computational demands on volumetric data. Recent hybrid CNN-Transformer architectures achieve state-of-t…

Medical Image SegmentationComputational Efficiency