TL;DR
FellWalker is a gradient-based watershed algorithm for segmenting multi-dimensional data into distinct clumps, offering improved robustness over CLUMPFIND by utilizing all data values for more consistent results.
Contribution
The paper introduces FellWalker, a novel gradient-tracing segmentation algorithm that outperforms CLUMPFIND in robustness and data utilization.
Findings
FellWalker uses all data values for segmentation.
FellWalker results are less parameter-dependent.
FellWalker effectively segments crowded Gaussian clumps.
Abstract
This paper describes the FellWalker algorithm, a watershed algorithm that segments a 1-, 2- or 3-dimensional array of data values into a set of disjoint clumps of emission, each containing a single significant peak. Pixels below a nominated constant data level are assumed to be background pixels and are not assigned to any clump. FellWalker is thus equivalent in purpose to the CLUMPFIND algorithm. However, unlike CLUMPFIND, which segments the array on the basis of a set of evenly-spaced contours and thus uses only a small fraction of the available data values, the FellWalker algorithm is based on a gradient-tracing scheme which uses all available data values. Comparisons of CLUMPFIND and FellWalker using a crowded field of artificial Gaussian clumps, all of equal peak value and width, suggest that the results produced by FellWalker are less dependent on specific parameter settings than…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
