arXiv:2603.00119cs.CV2026-03

轻量双路U-Net实现端侧实时肠镜图像分割

BiSe-Unet: A Lightweight Dual-path U-Net with Attention-refined Context for Real-time Medical Image Segmentation

  • 双路径设计:浅层空间路径保细节,注意力增强上下文路径补全局
  • 在树莓派5上达30+帧率,Dice与IoU表现媲美复杂模型
  • 适合嵌入式医疗设备部署,尤其适用于实时肠镜筛查

内镜引导结肠镜检查中需实时分割息肉,这对资源受限设备上的轻量级AI模型提出要求。公开基准数据集Kvasir-Seg包含1,000张高分辨率息肉内镜图像及其像素级标注。现有模型多计算开销大,难以嵌入部署;虽轻量但常牺牲空间精度与上下文理解,导致边界模糊、诊断可靠性下降。为此,本文提出BiSe-UNet,一种轻量双路径U-Net,融合注意力增强的上下文路径与浅层空间路径以保留细节,再通过深度可分离解码器实现高效重建。在Kvasir-Seg上评估,该模型在保持30 FPS以上实时吞吐量的同时,达到与复杂模型相当的Dice和IoU指标,验证其在边缘硬件上实现高精度、轻量化、可部署医学图像分割的有效性。

原文摘要 · Abstract (English)

During image-guided procedures, real-time image segmentation is often required. This demands lightweight AI models that can operate on resource-constrained devices. One important use case is endoscopy-guided colonoscopy, where polyps must be detected in real time. The Kvasir-Seg dataset, a publicly available benchmark for this task, contains 1,000 high-resolution endoscopic images of polyps with corresponding pixel-level segmentation masks. Achieving real-time inference speed for clinical deployment in constrained environments requires highly efficient and lightweight network architectures. However, many existing models remain too computationally intensive for embedded deployment. Lightweight architectures, although faster, often suffer from reduced spatial precision and weaker contextual understanding, leading to degraded boundary quality and reduced diagnostic reliability. To address these challenges, we introduce BiSe-UNet, a lightweight dual-path U-Net that integrates an attention-refined context path with a shallow spatial path for detailed feature preservation, followed by a depthwise separable decoder for efficient reconstruction. Evaluated on the Kvasir-Seg dataset, BiSe-UNet achieves competitive Dice and IoU scores while sustaining real-time throughput exceeding 30 FPS on Raspberry Pi 5, demonstrating its effectiveness for accurate, lightweight, and deployable medical image segmentation on edge hardware.

医学图像分割轻量模型实时推理边缘部署

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。