paper-with-me

Papers

Instance Segmentation of Microscopic Foraminifera

2021-05-15 · Thomas Haugland Johansen, Steffen Aagaard Sørensen, Kajsa Møllersen, Fred Godtliebsen

Foraminifera are single-celled marine organisms that construct shells that remain as fossils in the marine sediments. Classifying and counting these fossils are important in e.g. paleo-oceanographic and -climatological research. However, the identification and counting process has been performed manually since the 1800s and is laborious and time-consuming. In this work, we present a deep learning-based instance segmentation model for classifying, detecting, and segmenting microscopic foraminifera. Our model is based on the Mask R-CNN architecture, using model weight parameters that have learned on the COCO detection dataset. We use a fine-tuning approach to adapt the parameters on a novel object detection dataset of more than 7000 microscopic foraminifera and sediment grains. The model achieves a (COCO-style) average precision of $0.78 \pm 0.00$ on the classification and detection task, and $0.80 \pm 0.00$ on the segmentation task. When the model is evaluated without challenging sediment grain images, the average precision for both tasks increases to $0.84 \pm 0.00$ and $0.86 \pm 0.00$, respectively. Prediction results are analyzed both quantitatively and qualitatively and discussed. Based on our findings we propose several directions for future work, and conclude that our proposed model is an important step towards automating the identification and counting of microscopic foraminifera.

📄 PDF Abstract BibTeX arXiv:2105.14191

Code (1)

thomasjo/nemo-redux 공식 구현 pytorch

Tasks

Instance SegmentationNovel Object Detectionobject-detectionObject DetectionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Towards detection and classification of microscopic foraminifera using transfer learning

2020-01-14 · Thomas Haugland Johansen, Steffen Aagaard Sørensen

Foraminifera are single-celled marine organisms, which may have a planktic or benthic lifestyle. During their life cycle they construct shells consisting of one or more chambers, and these shells remain as fossils in mar…

ClassificationImage ClassificationTransfer Learning

From Instance Segmentation to 3D Growth Trajectory Reconstruction in Planktonic Foraminifera

2025-11-04 · Huahua Lin, Xiaohao Cai, Mark Nixon, James M. Mulqueeney 외 arxiv

Planktonic foraminifera, marine protists characterized by their intricate chambered shells, serve as valuable indicators of past and present environmental conditions. Understanding their chamber growth trajectory provide…

Instance Segmentation

Point2Mask: A Weakly Supervised Approach for Cell Segmentation Using Point Annotation

2022-07-25 · MIUA 2022 7 · Nabeel Khalid, Fabian Schmeisser, Mohammadmahdi Koochali, Mohsin Munir 외

Identifying cells in microscopic images is a crucial step toward studying image-based cell biology research. Cell instance segmentation provides an opportunity to study the shape, structure, form, and size of cells. Deep…

Cell SegmentationInstance SegmentationSegmentationSemantic Segmentation+1

AutoKary2022: A Large-Scale Densely Annotated Dataset for Chromosome Instance Segmentation

2023-03-28 · Dan You, Pengcheng Xia, Qiuzhu Chen, Minghui Wu 외

Automated chromosome instance segmentation from metaphase cell microscopic images is critical for the diagnosis of chromosomal disorders (i.e., karyotype analysis). However, it is still a challenging task due to lacking …

Instance SegmentationSegmentationSemantic Segmentation

Efficient Microscopic Image Instance Segmentation for Food Crystal Quality Control

2024-09-26 · Xiaoyu Ji, Jan P Allebach, Ali Shakouri, Fengqing Zhu

This paper is directed towards the food crystal quality control area for manufacturing, focusing on efficiently predicting food crystal counts and size distributions. Previously, manufacturers used the manual counting me…

Instance Segmentationobject-detectionObject DetectionSegmentation+1