paper-with-me

Papers

Using Orientation to Distinguish Overlapping Chromosomes

2022-03-24 · Daniel Kluvanec, Thomas B. Phillips, Kenneth J. W. McCaffrey, Noura Al Moubayed

A difficult step in the process of karyotyping is segmenting chromosomes that touch or overlap. In an attempt to automate the process, previous studies turned to Deep Learning methods, with some formulating the task as a semantic segmentation problem. These models treat separate chromosome instances as semantic classes, which we show to be problematic, since it is uncertain which chromosome should be classed as #1 and #2. Assigning class labels based on comparison rules, such as the shorter/longer chromosome alleviates, but does not fully resolve the issue. Instead, we separate the chromosome instances in a second stage, predicting the orientation of the chromosomes by the model and use it as one of the key distinguishing factors of the chromosomes. We demonstrate this method to be effective. Furthermore, we introduce a novel Double-Angle representation that a neural network can use to predict the orientation. The representation maps any direction and its reverse to the same point. Lastly, we present a new expanded synthetic dataset, which is based on Pommier's dataset, but addresses its issues with insufficient separation between its training and testing sets.

📄 PDF Abstract BibTeX arXiv:2203.13004

Code (1)

kluvada/chromosomes 공식 구현 pytorch

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Image Segmentation to Distinguish Between Overlapping Human Chromosomes

2017-12-20 · R. Lily Hu, Jeremy Karnowski, Ross Fadely, Jean-Patrick Pommier

In medicine, visualizing chromosomes is important for medical diagnostics, drug development, and biomedical research. Unfortunately, chromosomes often overlap and it is necessary to identify and distinguish between the o…

Image SegmentationSegmentationSemantic Segmentation

A Geometric Approach For Fully Automatic Chromosome Segmentation

2011-12-18 · Shervin Minaee, Mehran Fotouhi, Babak Hossein Khalaj

A fundamental task in human chromosome analysis is chromosome segmentation. Segmentation plays an important role in chromosome karyotyping. The first step in segmentation is to remove intrusive objects such as stain debr…

Segmentation

Chromosome Segmentation Analysis Using Image Processing Techniques and Autoencoders

2022-09-12 · Amritha S Pallavoor, Prajwal A, Sundareshan TS, Sreekanth K Pallavoor

Chromosome analysis and identification from metaphase images is a critical part of cytogenetics based medical diagnosis. It is mainly used for identifying constitutional, prenatal and acquired abnormalities in the diagno…

Medical DiagnosisSegmentation

DeepACEv2: Automated Chromosome Enumeration in Metaphase Cell Images Using Deep Convolutional Neural Networks

2019-10-12 · Li Xiao, Chunlong Luo, Tianqi Yu, Yufan Luo 외

Chromosome enumeration is an essential but tedious procedure in karyotyping analysis. To automate the enumeration process, we develop a chromosome enumeration framework, DeepACEv2, based on the region based object detect…

object-detectionObject DetectionRegion Proposal

Orienting Ordered Scaffolds: Complexity and Algorithms

2019-11-25

Despite the recent progress in genome sequencing and assembly, many of the currently available assembled genomes come in a draft form. Such draft genomes consist of a large number of genomic fragments (scaffolds), whose …