Papers › Cell Detection with Star-convex Polygons

Cell Detection with Star-convex Polygons

9 Jun 2018arXiv:1806.03535archive 2025-07-28

Uwe Schmidt, Martin Weigert, Coleman Broaddus, Gene Myers

Automatic detection and segmentation of cells and nuclei in microscopy images is important for many biological applications. Recent successful learning-based approaches include per-pixel cell segmentation with subsequent pixel grouping, or localization of bounding boxes with subsequent shape refinement. In situations of crowded cells, these can be prone to segmentation errors, such as falsely merging bordering cells or suppressing valid cell instances due to the poor approximation with bounding boxes. To overcome these issues, we propose to localize cell nuclei via star-convex polygons, which are a much better shape representation as compared to bounding boxes and thus do not need shape refinement. To that end, we train a convolutional neural network that predicts for every pixel a polygon for the cell instance at that position. We demonstrate the merits of our approach on two synthetic datasets and one challenging dataset of diverse fluorescence microscopy images.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1806.03535")

Code

Syntology Ran 1 of 33 code samples harvested from 2 repositories linked to this paper; 32 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: community (archive-listed): 31 samples from 2 repositories, 0 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

stardist/stardist officialmentioned on GitHubtf report
hthierno/pytorch-stardist mentioned on GitHubpytorchBSD-3-Clause report
uhlmanngroup/splinedist mentioned on GitHubtfBSD-3-Clause report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

33 samples harvested; 1 ran; 0 honoured the contract we drafted; 32 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
32unverified

Licence: 2 of the 33 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

choice hthierno/pytorch-stardist/stardist_tools_/stardist_tools/csbdeep_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · c9012ff9b8f828b4 · report
cmap_from_hls uhlmanngroup/splinedist/splinedist/plot/render.py community (archive-listed) unverified BSD-3-Clause (permissive) · 42c65b2291f9d204 · report
dist_to_coord hthierno/pytorch-stardist/stardist_tools_/stardist_tools/geometry/geom2d.py community (archive-listed) unverified BSD-3-Clause (permissive) · cf3a9d8cf1cd5b76 · report
dist_to_coord uhlmanngroup/splinedist/splinedist/geometry/geom2d.py community (archive-listed) unverified BSD-3-Clause (permissive) · 2477234e229d4ac5 · report
draw_polygons uhlmanngroup/splinedist/splinedist/plot/plot.py community (archive-listed) unverified BSD-3-Clause (permissive) · a69140da1a089e81 · report
edt_prob hthierno/pytorch-stardist/stardist_tools_/stardist_tools/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 8bedca20732673c0 · report
edt_prob uhlmanngroup/splinedist/splinedist/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · a87d2df8f4ce612f · report
fill_label_holes hthierno/pytorch-stardist/stardist_tools_/stardist_tools/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 3448ca18d7c202c7 · report
get_valid_inds hthierno/pytorch-stardist/stardist_tools_/stardist_tools/sample_patches.py community (archive-listed) unverified BSD-3-Clause (permissive) · c27f24601d5ec74e · report
is_array_of_integers hthierno/pytorch-stardist/stardist_tools_/stardist_tools/matching.py community (archive-listed) unverified BSD-3-Clause (permissive) · d1f03663983cd95f · report
label_are_sequential hthierno/pytorch-stardist/stardist_tools_/stardist_tools/matching.py community (archive-listed) unverified BSD-3-Clause (permissive) · 7bbadcb4ea3c41c3 · report
label_overlap hthierno/pytorch-stardist/stardist_tools_/stardist_tools/matching.py community (archive-listed) unverified BSD-3-Clause (permissive) · ae3b33643197b353 · report
non_maximum_suppression hthierno/pytorch-stardist/stardist_tools_/stardist_tools/nms.py community (archive-listed) unverified BSD-3-Clause (permissive) · e2dcd6ed644b4198 · report
non_maximum_suppression uhlmanngroup/splinedist/splinedist/nms.py community (archive-listed) unverified BSD-3-Clause (permissive) · 141dc23558e58934 · report
non_maximum_suppression_3d uhlmanngroup/splinedist/splinedist/nms.py community (archive-listed) unverified BSD-3-Clause (permissive) · 76c1af1838b03158 · report
non_maximum_suppression_3d_sparse uhlmanngroup/splinedist/splinedist/nms.py community (archive-listed) unverified BSD-3-Clause (permissive) · c87e4462ca73b3f7 · report
non_maximum_suppression_inds hthierno/pytorch-stardist/stardist_tools_/stardist_tools/nms.py community (archive-listed) unverified BSD-3-Clause (permissive) · 8237fa3b96720d36 · report
non_maximum_suppression_sparse hthierno/pytorch-stardist/stardist_tools_/stardist_tools/nms.py community (archive-listed) unverified BSD-3-Clause (permissive) · d65ff3a37c542e41 · report
normalize hthierno/pytorch-stardist/stardist_tools_/stardist_tools/csbdeep_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 74995849a380d482 · report
normalize_mi_ma hthierno/pytorch-stardist/stardist_tools_/stardist_tools/csbdeep_utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · 267d15a20247127d · report
path_absolute hthierno/pytorch-stardist/stardist_tools_/stardist_tools/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · be509cf705126aab · report
path_absolute uhlmanngroup/splinedist/splinedist/utils.py community (archive-listed) unverified BSD-3-Clause (permissive) · e6494e5bfe49a3b5 · report
polygons_to_label uhlmanngroup/splinedist/splinedist/geometry/geom2d.py community (archive-listed) unverified BSD-3-Clause (permissive) · 01af078012c49fdf · report
polygons_to_label_coord hthierno/pytorch-stardist/stardist_tools_/stardist_tools/geometry/geom2d.py community (archive-listed) unverified BSD-3-Clause (permissive) · 4cba6d519a0927db · report
random_hls uhlmanngroup/splinedist/splinedist/plot/render.py community (archive-listed) unverified BSD-3-Clause (permissive) · 620665ea9afc94c4 · report
random_label_cmap uhlmanngroup/splinedist/splinedist/plot/plot.py community (archive-listed) unverified BSD-3-Clause (permissive) · 2a0c16b0b5362349 · report
rays_from_json hthierno/pytorch-stardist/stardist_tools_/stardist_tools/rays3d.py community (archive-listed) unverified BSD-3-Clause (permissive) · f7197778e73bf45b · report
render_polygons uhlmanngroup/splinedist/splinedist/big.py community (archive-listed) unverified BSD-3-Clause (permissive) · d765618fa8dd022f · report
reorder_faces hthierno/pytorch-stardist/stardist_tools_/stardist_tools/rays3d.py community (archive-listed) unverified BSD-3-Clause (permissive) · cdaf70ead486e3e7 · report
sample_patches hthierno/pytorch-stardist/stardist_tools_/stardist_tools/sample_patches.py community (archive-listed) unverified BSD-3-Clause (permissive) · e8d6bfb5ef31c7c4 · report
star_dist hthierno/pytorch-stardist/stardist_tools_/stardist_tools/geometry/geom2d.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0cfe987cd22b54ac · report
random_label_cmap identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · 78a539521e49ce67 · report
draw_polygons identical code first harvested elsewhere unverified licence of this copy not recorded · ea01a227751d9661 · report

Tasks

Cell DetectionCell SegmentationMedical Image SegmentationSegmentation

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Medical Image Segmentation MoNuSeg Stardist F1 84.6 #1 of 15 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections