Decoupled Single-Mask Annotation Noise Detection via Cross-Sectional Patch Self-Consistency

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Biomedical Image Analysis · Depth: Expert, extended

Summary

A new decoupled framework addresses the pervasive problem of single-mask annotation noise in vascular computed tomography (CT) datasets. This method leverages "cross-sectional patch self-consistency," observing that anatomically similar patches along vessel centrelines should have consistent masks. By sampling cross-sectional patches, retrieving intensity-equivalent neighbors via scalable vector search, and computing a patch-level noise score from statistical mask disagreement, the framework produces interpretable and auditable noise evidence. Experiments on the ImageCAS coronary CT dataset, comprising 1000 scans and approximately 3x10^6 patches, show that quality-weighted training improves CPR-DSC by 1.4% and reduces HD-95 by 4.1%. The analysis also reveals systematic annotation biases, with transverse and oblique vessels exhibiting a 5.1x higher error rate than axis-aligned structures, and correlations to cross-sectional area and intensity. Precomputation takes about 6 hours on an NVIDIA RTX 4090.

Key takeaway

For Machine Learning Engineers developing segmentation models for vascular CT, this framework offers a critical tool for dataset quality control. You can audit single-mask annotations directly, identifying and mitigating noise without costly multi-rater fusion or training-coupled methods. Incorporating quality maps into your training loss can improve boundary-sensitive metrics like CPR-DSC and HD-95, leading to more accurate and robust models, especially for challenging oblique or small vessels.

Key insights

Cross-sectional patch self-consistency detects single-mask annotation noise in tubular anatomy.

Principles

Method

Sample Bishop-frame cross-sectional patches, retrieve intensity-equivalent neighbors via vector search, then compute a patch-level noise score from mask disagreement to generate scan-level quality maps.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.