KC-UNet:用KAN和CBAM增强U-Net用于医学图像分割

IF 3.6 3区 计算机科学 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS
Jie Xu;Haoqing Gao;Zhifeng Wang
{"title":"KC-UNet:用KAN和CBAM增强U-Net用于医学图像分割","authors":"Jie Xu;Haoqing Gao;Zhifeng Wang","doi":"10.1109/ACCESS.2025.3605148","DOIUrl":null,"url":null,"abstract":"Medical image segmentation is a critical task in medical image analysis. However, traditional convolutional neural network (CNN) based methods are limited in modeling long-range dependencies, while Transformer-based segmentation models, though effective, suffer from high computational complexity due to quadratic attention operations. To address these challenges, this paper proposes an innovative U-Net variant, KC-UNet, which integrates Kolmogorov-Arnold Networks (KAN) and the Channel-Spatial Attention Module (CBAM). KC-UNet leverages the KAN representation theorem to represent features more efficiently, while CBAM enhances the model’s ability to adaptively capture both spatial and channel-wise dependencies, striking a balance between accuracy and computational efficiency. To validate the effectiveness of CBAM, this paper conducts comprehensive ablation experiments by replacing CBAM with Squeeze-and-Excitation (SE), and Efficient Channel Attention (ECA), as well as removing the attention module entirely. Results demonstrate that CBAM provides the most significant performance improvements in terms of segmentation accuracy, confirming its superior capability in enhancing feature representation. This study evaluates KC-UNet on four widely used benchmark datasets (BUSI, GLAS, CVC, and ISIC2017) and compare it against recent state-of-the-art models such as TransUNet, Swin-unet, and U-KAN. KC-UNet consistently achieves the best performance, with an IoU of 66.60% on BUSI, outperforming Swin-unet by 1.28%, and a Dice score of 80.46%, which improves upon the baseline U-Net by 7.44%. Similar advantages are observed on GLAS and ISIC2017, demonstrating the effectiveness and generalizability of our approach across different modalities. To the best of our knowledge, KC-UNet is the first framework to integrate KAN and CBAM for medical image segmentation.","PeriodicalId":13079,"journal":{"name":"IEEE Access","volume":"13 ","pages":"153788-153797"},"PeriodicalIF":3.6000,"publicationDate":"2025-09-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=11146708","citationCount":"0","resultStr":"{\"title\":\"KC-UNet: Enhancing U-Net With KAN and CBAM for Medical Image Segmentation\",\"authors\":\"Jie Xu;Haoqing Gao;Zhifeng Wang\",\"doi\":\"10.1109/ACCESS.2025.3605148\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Medical image segmentation is a critical task in medical image analysis. However, traditional convolutional neural network (CNN) based methods are limited in modeling long-range dependencies, while Transformer-based segmentation models, though effective, suffer from high computational complexity due to quadratic attention operations. To address these challenges, this paper proposes an innovative U-Net variant, KC-UNet, which integrates Kolmogorov-Arnold Networks (KAN) and the Channel-Spatial Attention Module (CBAM). KC-UNet leverages the KAN representation theorem to represent features more efficiently, while CBAM enhances the model’s ability to adaptively capture both spatial and channel-wise dependencies, striking a balance between accuracy and computational efficiency. To validate the effectiveness of CBAM, this paper conducts comprehensive ablation experiments by replacing CBAM with Squeeze-and-Excitation (SE), and Efficient Channel Attention (ECA), as well as removing the attention module entirely. Results demonstrate that CBAM provides the most significant performance improvements in terms of segmentation accuracy, confirming its superior capability in enhancing feature representation. This study evaluates KC-UNet on four widely used benchmark datasets (BUSI, GLAS, CVC, and ISIC2017) and compare it against recent state-of-the-art models such as TransUNet, Swin-unet, and U-KAN. KC-UNet consistently achieves the best performance, with an IoU of 66.60% on BUSI, outperforming Swin-unet by 1.28%, and a Dice score of 80.46%, which improves upon the baseline U-Net by 7.44%. Similar advantages are observed on GLAS and ISIC2017, demonstrating the effectiveness and generalizability of our approach across different modalities. To the best of our knowledge, KC-UNet is the first framework to integrate KAN and CBAM for medical image segmentation.\",\"PeriodicalId\":13079,\"journal\":{\"name\":\"IEEE Access\",\"volume\":\"13 \",\"pages\":\"153788-153797\"},\"PeriodicalIF\":3.6000,\"publicationDate\":\"2025-09-02\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=11146708\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"IEEE Access\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://ieeexplore.ieee.org/document/11146708/\",\"RegionNum\":3,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q2\",\"JCRName\":\"COMPUTER SCIENCE, INFORMATION SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"IEEE Access","FirstCategoryId":"94","ListUrlMain":"https://ieeexplore.ieee.org/document/11146708/","RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

摘要

医学图像分割是医学图像分析中的一项关键任务。然而,传统的基于卷积神经网络(CNN)的方法在远程依赖关系建模方面存在局限性,而基于transformer的分割模型虽然有效,但由于二次注意运算,计算复杂度较高。为了解决这些挑战,本文提出了一种创新的U-Net变体KC-UNet,它集成了Kolmogorov-Arnold网络(KAN)和信道空间注意模块(CBAM)。KC-UNet利用KAN表示定理更有效地表示特征,而CBAM增强了模型自适应捕获空间和通道依赖关系的能力,在准确性和计算效率之间取得了平衡。为了验证CBAM的有效性,本文进行了综合烧蚀实验,将CBAM替换为挤压激励(SE)和高效通道注意(ECA),并完全移除注意模块。结果表明,CBAM在分割精度方面提供了最显著的性能改进,证实了其在增强特征表示方面的优越能力。本研究在四个广泛使用的基准数据集(BUSI, GLAS, CVC和ISIC2017)上评估了KC-UNet,并将其与最近最先进的模型(如TransUNet, swwin -unet和U-KAN)进行了比较。KC-UNet始终保持最佳性能,在BUSI上的IoU为66.60%,比swing -unet高出1.28%,Dice得分为80.46%,在基线U-Net的基础上提高了7.44%。在GLAS和ISIC2017上观察到类似的优势,证明了我们的方法在不同模式下的有效性和可推广性。据我们所知,KC-UNet是第一个将KAN和CBAM结合起来用于医学图像分割的框架。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
KC-UNet: Enhancing U-Net With KAN and CBAM for Medical Image Segmentation
Medical image segmentation is a critical task in medical image analysis. However, traditional convolutional neural network (CNN) based methods are limited in modeling long-range dependencies, while Transformer-based segmentation models, though effective, suffer from high computational complexity due to quadratic attention operations. To address these challenges, this paper proposes an innovative U-Net variant, KC-UNet, which integrates Kolmogorov-Arnold Networks (KAN) and the Channel-Spatial Attention Module (CBAM). KC-UNet leverages the KAN representation theorem to represent features more efficiently, while CBAM enhances the model’s ability to adaptively capture both spatial and channel-wise dependencies, striking a balance between accuracy and computational efficiency. To validate the effectiveness of CBAM, this paper conducts comprehensive ablation experiments by replacing CBAM with Squeeze-and-Excitation (SE), and Efficient Channel Attention (ECA), as well as removing the attention module entirely. Results demonstrate that CBAM provides the most significant performance improvements in terms of segmentation accuracy, confirming its superior capability in enhancing feature representation. This study evaluates KC-UNet on four widely used benchmark datasets (BUSI, GLAS, CVC, and ISIC2017) and compare it against recent state-of-the-art models such as TransUNet, Swin-unet, and U-KAN. KC-UNet consistently achieves the best performance, with an IoU of 66.60% on BUSI, outperforming Swin-unet by 1.28%, and a Dice score of 80.46%, which improves upon the baseline U-Net by 7.44%. Similar advantages are observed on GLAS and ISIC2017, demonstrating the effectiveness and generalizability of our approach across different modalities. To the best of our knowledge, KC-UNet is the first framework to integrate KAN and CBAM for medical image segmentation.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
IEEE Access
IEEE Access COMPUTER SCIENCE, INFORMATION SYSTEMSENGIN-ENGINEERING, ELECTRICAL & ELECTRONIC
CiteScore
9.80
自引率
7.70%
发文量
6673
审稿时长
6 weeks
期刊介绍: IEEE Access® is a multidisciplinary, open access (OA), applications-oriented, all-electronic archival journal that continuously presents the results of original research or development across all of IEEE''s fields of interest. IEEE Access will publish articles that are of high interest to readers, original, technically correct, and clearly presented. Supported by author publication charges (APC), its hallmarks are a rapid peer review and publication process with open access to all readers. Unlike IEEE''s traditional Transactions or Journals, reviews are "binary", in that reviewers will either Accept or Reject an article in the form it is submitted in order to achieve rapid turnaround. Especially encouraged are submissions on: Multidisciplinary topics, or applications-oriented articles and negative results that do not fit within the scope of IEEE''s traditional journals. Practical articles discussing new experiments or measurement techniques, interesting solutions to engineering. Development of new or improved fabrication or manufacturing techniques. Reviews or survey articles of new or evolving fields oriented to assist others in understanding the new area.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信