PIXEL-WISE NEURAL CELL INSTANCE SEGMENTATION
Accurate cell instance segmentation plays an important role in
the study of neural cell interactions, which are critical for understanding
the development of brain. These interactions are
performed through the filopodia and lamellipodia of neural
cells, which are extremely tiny structures and as a result render
most existing instance segmentation methods powerless to
precisely capture them. To solve this issue, in this paper we
present a novel hierarchical neural network comprising object
detection and segmentation modules. Compared to previous
work, our model is able to efficiently share and make full use
of the information at different levels between the two modules.
Our method is simple yet powerful, and experimental
results show that it captures the contours of neural cells, especially
the filopodia and lamellipodia, with high accuracy,
and outperforms recent state of the art by a large margin.
- Award ID(s):
- 1747778
- Publication Date:
- NSF-PAR ID:
- 10105302
- Journal Name:
- 2018 IEEE 15th International Symposium on Biomedical Imaging (ISBI 2018)
- Sponsoring Org:
- National Science Foundation
More Like this
-
Instance segmentation of neural cells plays an important role in brain study. However, this task is challenging due to the special shapes and behaviors of neural cells. Existing methods are not precise enough to capture their tiny structures, e.g., filopodia and lamellipodia, which are critical to the understanding of cell interaction and behavior. To this end, we propose a novel deep multi-task learning model to jointly detect and segment neural cells instance-wise. Our method is built upon SSD, with ResNet101 as the backbone to achieve both high detection accuracy and fast speed. Furthermore, unlike existing works which tend to producemore »
-
Neural cell instance segmentation serves as a valuable tool for the study of neural cell behaviors. In general, the instance segmentation methods compute the region of interest (ROI) through a detection module, where the segmentation is sub- sequently performed. To precisely segment the neural cells, especially their tiny and slender structures, existing work em- ploys a u-net structure to preserve the low-level details and encode the high-level semantics. However, such method is insufficient for differentiating the adjacent cells when large parts of them are included in the same cropped ROI. To solve this problem, we propose a context-refined neural cellmore »
-
Most existing methods handle cell instance segmentation problems directly without relying on additional detection boxes. These methods generally fails to separate touching cells due to the lack of global understanding of the objects. In contrast, box-based instance segmentation solves this problem by combining object detection with segmentation. However, existing methods typically utilize anchor box-based detectors, which would lead to inferior instance segmentation performance due to the class imbalance issue. In this paper, we propose a new box-based cell instance segmentation method. In particular, we first detect the five pre-defined points of a cell via keypoints detection. Then we group thesemore »
-
Vedaldi, A. (Ed.)In state-of-the-art deep neural networks, both feature normalization and feature attention have become ubiquitous. They are usually studied as separate modules, however. In this paper, we propose a light-weight integration between the two schema and present Attentive Normalization (AN). Instead of learning a single affine transformation, AN learns a mixture of affine transformations and utilizes their weighted-sum as the final affine transformation applied to re-calibrate features in an instance-specific way. The weights are learned by leveraging channel-wise feature attention. In experiments, we test the proposed AN using four representative neural architectures. In the ImageNet-1000 classification benchmark and the MS-COCO 2017more »
-
Abstract Sickle cell disease (SCD) is a major public health priority throughout much of the world, affecting millions of people. In many regions, particularly those in resource-limited settings, SCD is not consistently diagnosed. In Africa, where the majority of SCD patients reside, more than 50% of the 0.2–0.3 million children born with SCD each year will die from it; many of these deaths are in fact preventable with correct diagnosis and treatment. Here, we present a deep learning framework which can perform automatic screening of sickle cells in blood smears using a smartphone microscope. This framework uses two distinct, complementarymore »