CVDec 11, 2019

HistoNet: Predicting size histograms of object instances

arXiv:1912.05227v311 citations
Originality Incremental advance
AI Analysis

This provides a more efficient solution for applications in biology and medicine where overall size distributions are needed, but it is incremental as it builds on existing segmentation methods.

The paper tackles the problem of predicting object size histograms in crowded scenes without explicit instance segmentation, achieving improved accuracy and using drastically fewer parameters compared to Mask R-CNN.

We propose to predict histograms of object sizes in crowded scenes directly without any explicit object instance segmentation. What makes this task challenging is the high density of objects (of the same category), which makes instance identification hard. Instead of explicitly segmenting object instances, we show that directly learning histograms of object sizes improves accuracy while using drastically less parameters. This is very useful for application scenarios where explicit, pixel-accurate instance segmentation is not needed, but there lies interest in the overall distribution of instance sizes. Our core applications are in biology, where we estimate the size distribution of soldier fly larvae, and medicine, where we estimate the size distribution of cancer cells as an intermediate step to calculate the tumor cellularity score. Given an image with hundreds of small object instances, we output the total count and the size histogram. We also provide a new data set for this task, the FlyLarvae data set, which consists of 11,000 larvae instances labeled pixel-wise. Our method results in an overall improvement in the count and size distribution prediction as compared to state-of-the-art instance segmentation method Mask R-CNN.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes