CVAug 23, 2024

Accuracy Improvement of Cell Image Segmentation Using Feedback Former

arXiv:2408.12974v2h-index: 4
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in microscopy cell image segmentation, offering an incremental improvement over existing Transformer-based methods.

The paper tackled the problem of Transformers lacking detailed information for cell image segmentation by proposing a Feedback Former architecture with a feedback processing mechanism, achieving higher segmentation accuracy with lower computational cost on three datasets.

Semantic segmentation of microscopy cell images by deep learning is a significant technique. We considered that the 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 tendency leads to a lack of detailed information for segmentation. Therefore, to supplement or reinforce the missing detailed information, we hypothesized that feedback processing in the human visual cortex should be effective. Our proposed Feedback Former is a novel architecture for semantic segmentation, in which Transformers is used as an encoder and has a feedback processing mechanism. Feature maps with detailed information are fed back to the lower layers from near the output of the model to compensate for the lack of detailed information which is the weakness of Transformers and improve the segmentation accuracy. By experiments on three cell image datasets, we confirmed that our method surpasses methods without feedback, demonstrating its superior accuracy in cell image segmentation. Our method achieved higher segmentation accuracy while consuming less computational cost than conventional feedback approaches. Moreover, our method offered superior precision without simply increasing the model size of Transformer encoder, demonstrating higher accuracy with lower computational cost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes