This image shows a dividing CHO (Chinese Hamster Ovary) Cell. The predicted cell state is labelled on the top left via the CNN model. Further, the trained CNN model is investigated with the LIME algorithm for explainability. The red patch shows the region that causes a negative score for this classification and the green patch shows the positive one.
This project used convolutional neural network to classify mitotic stages via microscopic imaging. Noted that the classification is based on either nucleus or mitochondrial morphology to obtain time series classification. After CNN was trained, we applied LIME and SHAP algorithm to investigate the attention of the trained neural network. This is a pipeline to implement reliable classification algorithm with cell images.
Most of cancer cells possess abnormal division process, and cell division state is a critical feature for pathological diagnosis. However, there is limited stained and fluorescent method to visualize the internal structure of a cell. Thus, indirect morphology changes is sometimes the only hint to understand the mitotic stage of the cell. In this research, we used mitochondrial morphology to classify the nucleus-related event, and shows that CNN is able to tackle with hidden mitotic information.
Possible application includes clinical diagnosis of imaging data that comes from high-throughout device like High Content, and tissue sections. Our aim is to provide automatic mitotic segmentation to understand the population status of the target tissue. Finally, we applied SHAP and LIME to provide the explainability of the trained CNN model.