FDNet: Frequency Domain Denoising Network For Cell Segmentation in Astrocytes Derived From Induced Pluripotent Stem Cells

Haoran Li,Jiahua Shi,Huaming Chen,Bo Du,Simon Maksour,Gabrielle Phillips,Mirella Dottori,Jun Shen
2024-02-05
Abstract:Artificially generated induced pluripotent stem cells (iPSCs) from somatic cells play an important role for disease modeling and drug screening of neurodegenerative diseases. Astrocytes differentiated from iPSCs are important targets to investigate neuronal metabolism. The astrocyte differentiation progress can be monitored through the variations of morphology observed from microscopy images at different differentiation stages, then determined by molecular biology techniques upon maturation. However, the astrocytes usually ``perfectly'' blend into the background and some of them are covered by interference information (i.e., dead cells, media sediments, and cell debris), which makes astrocytes difficult to observe. Due to the lack of annotated datasets, the existing state-of-the-art deep learning approaches cannot be used to address this issue. In this paper, we introduce a new task named astrocyte segmentation with a novel dataset, called IAI704, which contains 704 images and their corresponding pixel-level annotation masks. Moreover, a novel frequency domain denoising network, named FDNet, is proposed for astrocyte segmentation. In detail, our FDNet consists of a contextual information fusion module (CIF), an attention block (AB), and a Fourier transform block (FTB). CIF and AB fuse multi-scale feature embeddings to localize the astrocytes. FTB transforms feature embeddings into the frequency domain and conducts a high-pass filter to eliminate interference information. Experimental results demonstrate the superiority of our proposed FDNet over the state-of-the-art substitutes in astrocyte segmentation, shedding insights for iPSC differentiation progress prediction.
Image and Video Processing,Computer Vision and Pattern Recognition,Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to effectively remove background interference information and accurately detect astrocytes at different differentiation stages in the cell segmentation of astrocytes derived from induced pluripotent stem cells (iPSCs). Specifically, astrocytes are usually "perfectly" blended with the background in microscope images, and some cells are covered by interference information (such as dead cells, medium precipitates and cell debris), which makes astrocytes difficult to observe and identify. Due to the lack of labeled datasets, the existing state - of - the - art deep - learning methods cannot be directly applied to this problem. To solve the above problems, the authors propose a new task - astrocyte segmentation, and construct a new dataset named IAI704, which contains 704 images and their corresponding pixel - level labeled masks. In addition, the authors also propose a new frequency - domain denoising network (FDNet) for astrocyte segmentation. FDNet is composed of a Context Information Fusion module (CIF), an Attention Block (AB) and a Fourier Transform Block (FTB). CIF and AB are used to fuse multi - scale feature embeddings to locate astrocytes, while FTB transforms the feature embeddings into the frequency domain and eliminates interference information through a high - pass filter. Experimental results show that the proposed FDNet outperforms the existing state - of - the - art methods in the astrocyte segmentation task, providing new insights into the prediction of the iPSC differentiation process.