Human Brain-Inspired Network Using Transformer and Feedback Processing for Cell Image Segmentation

IF 3.6 3区 计算机科学 Q2 COMPUTER SCIENCE, INFORMATION SYSTEMS IEEE Access Pub Date : 2025-03-19 DOI:10.1109/ACCESS.2025.3552847
Hinako Mitsuoka;Kazuhiro Hotta
{"title":"Human Brain-Inspired Network Using Transformer and Feedback Processing for Cell Image Segmentation","authors":"Hinako Mitsuoka;Kazuhiro Hotta","doi":"10.1109/ACCESS.2025.3552847","DOIUrl":null,"url":null,"abstract":"Semantic segmentation of microscopy cell images by deep learning plays a crucial role in advancing medicine and cell biology research. We considered that Transformers, which have recently outperformed CNNs in image recognition, could also be improved and developed for cell image segmentation. Transformers tend to focus more on contextual information than on detailed information. This often results in blurred boundaries and difficulty in distinguishing small cellular structures. Hybrid models combining Transformers and CNNs have been proposed to address this issue, but they introduce high computational costs and architectural complexity. Therefore, to supplement or reinforce the missing information, we hypothesized that feedback processing in the visual cortex of the human brain could be highly effective. Our proposed Feedback Former is a novel architecture for semantic segmentation, inspired by the structure of the human brain. In the visual cortex of the human brain, the inference is made by feedforward processing from lower to upper layers, followed by the transfer of information in the reverse direction by feedback processing. In this process, specific information is emphasized or suppressed, and recognition is modified. This modification of recognition might occur in neural networks as well, so we incorporate feedback processing into a segmentation model that uses Transformers as an encoder. Feedback processing is implemented by directly connecting the output neighborhood of the model to the lower layers. Feeding back feature maps with detailed information near the output of the model obtained once inference is performed to the lower layers improves the accuracy of segmentation, especially in areas with complex textures and small objects, by enhancing the ability to extract features near boundaries and details. We further propose Lite Feedback Module, a computationally efficient alternative to conventional feedback modules. Unlike hybrid models that require additional CNN components, this module improves segmentation accuracy while maintaining lower computational costs. Experiments on three different cell image datasets confirmed that the proposed method surpasses the methods without feedback processing, demonstrating its superior accuracy in cell image segmentation. Our method achieved higher segmentation accuracy while consuming less computational cost than conventional feedback approaches. Our method enhanced accuracy more efficiently than simply increasing the model size or using a hybrid structure with CNNs.","PeriodicalId":13079,"journal":{"name":"IEEE Access","volume":"13 ","pages":"50918-50930"},"PeriodicalIF":3.6000,"publicationDate":"2025-03-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10934004","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"IEEE Access","FirstCategoryId":"94","ListUrlMain":"https://ieeexplore.ieee.org/document/10934004/","RegionNum":3,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

Abstract

Semantic segmentation of microscopy cell images by deep learning plays a crucial role in advancing medicine and cell biology research. We considered that Transformers, which have recently outperformed CNNs in image recognition, could also be improved and developed for cell image segmentation. Transformers tend to focus more on contextual information than on detailed information. This often results in blurred boundaries and difficulty in distinguishing small cellular structures. Hybrid models combining Transformers and CNNs have been proposed to address this issue, but they introduce high computational costs and architectural complexity. Therefore, to supplement or reinforce the missing information, we hypothesized that feedback processing in the visual cortex of the human brain could be highly effective. Our proposed Feedback Former is a novel architecture for semantic segmentation, inspired by the structure of the human brain. In the visual cortex of the human brain, the inference is made by feedforward processing from lower to upper layers, followed by the transfer of information in the reverse direction by feedback processing. In this process, specific information is emphasized or suppressed, and recognition is modified. This modification of recognition might occur in neural networks as well, so we incorporate feedback processing into a segmentation model that uses Transformers as an encoder. Feedback processing is implemented by directly connecting the output neighborhood of the model to the lower layers. Feeding back feature maps with detailed information near the output of the model obtained once inference is performed to the lower layers improves the accuracy of segmentation, especially in areas with complex textures and small objects, by enhancing the ability to extract features near boundaries and details. We further propose Lite Feedback Module, a computationally efficient alternative to conventional feedback modules. Unlike hybrid models that require additional CNN components, this module improves segmentation accuracy while maintaining lower computational costs. Experiments on three different cell image datasets confirmed that the proposed method surpasses the methods without feedback processing, demonstrating its superior accuracy in cell image segmentation. Our method achieved higher segmentation accuracy while consuming less computational cost than conventional feedback approaches. Our method enhanced accuracy more efficiently than simply increasing the model size or using a hybrid structure with CNNs.
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
基于变压器和反馈处理的人脑启发网络细胞图像分割
基于深度学习的显微细胞图像语义分割在推进医学和细胞生物学研究中具有重要作用。我们认为最近在图像识别方面表现优于cnn的Transformers也可以改进和开发用于细胞图像分割。变形金刚倾向于更关注上下文信息,而不是细节信息。这常常导致边界模糊和难以区分小细胞结构。已经提出了结合变压器和cnn的混合模型来解决这个问题,但是它们引入了高计算成本和架构复杂性。因此,为了补充或强化缺失的信息,我们假设人类大脑视觉皮层中的反馈处理可能非常有效。我们提出的反馈前馈是一种新的语义分割架构,其灵感来自于人类大脑的结构。在人类大脑的视觉皮层中,推理是通过从下到上的前馈处理进行的,然后再通过反馈处理进行反向的信息传递。在这个过程中,特定的信息被强调或抑制,识别被修改。这种识别的修改也可能发生在神经网络中,因此我们将反馈处理合并到使用变压器作为编码器的分割模型中。反馈处理通过将模型的输出邻域直接连接到较低的层来实现。一旦对下层进行推理,将带有详细信息的模型输出附近的特征映射反馈给下层,通过增强提取边界和细节附近特征的能力,可以提高分割的准确性,特别是在纹理复杂和物体小的区域。我们进一步提出了寿命反馈模块,一个计算效率高的替代传统的反馈模块。与需要额外CNN组件的混合模型不同,该模块在保持较低计算成本的同时提高了分割精度。在三种不同的细胞图像数据集上进行的实验验证了该方法优于未进行反馈处理的方法,证明了该方法在细胞图像分割方面具有较高的准确性。与传统的反馈方法相比,该方法具有更高的分割精度和更少的计算量。我们的方法比简单地增加模型大小或使用cnn的混合结构更有效地提高了精度。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 去求助
来源期刊
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.
期刊最新文献
Low-Cost FPGA-Enhanced CNN Accelerator for Real-Time YOLO Object Detection and Classification A Web-Ready and 5G-Ready Volumetric Video Streaming Platform: A Platform Prototype and Empirical Study Multi-Expert Trajectory Prediction for Highway Weaving Sections Using Conflict Potential Energy and GAN A Hybrid Fractional Chebyshev–Legendre Spectral Collocation Method for Hamilton–Jacobi–Bellman Equations Application-Specific Instruction-Set Processors (ASIPs) for Deep Neural Networks: A Survey
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1