A2LC is a semi-automated label correction framework for semantic segmentation, built on cascading stages of manual and automatic correction. The figure below illustrates the overview of A²LC framework.
We execute Grounded SAM on unlabeled images to generate initial pseudo-labels. For each of the R rounds, the model trained with pseudo-labels selects top-B masks via the ABC acquisition function to query for manual correction. Then, the model in Label Correction Module (LCM) is trained using the queried masks and corrects the labels of unqueried masks. After both manual and automatic corrections, the pseudo-labels and model are updated, completing a single round of the correction cycle.
Label Correction Module (LCM) performs automatic correction by propagating human-corrected labels beyond the queried samples. LCM operates in two steps: first, the model is trained using masks queried in the current round, and second, it corrects masks that may be mislabeled but still remain unqueried. The figure below illustrates the LCM pipeline.
Here, a traffic light (orange) mask, mislabeled as a traffic sign (yellow), was corrected by the annotator. This manually corrected mask is then used to train the model, enabling automatic refinement of similar cases. As a result, three additional similar masks were automatically corrected.
Adaptively Balanced Confidence in Label (ABC) guides both correction stages toward class-balanced correction by incorporating pixel-wise adaptive class weight into the acquisition function. Adaptive class weight consists of two components: (1) class rarity score, that prioritizes tail class pixels during sampling, and (2) dataset imbalance score, that adjusts this weighting based on label statistics. The figure below illustrates the class distribution of sampled data.
The x-axis shows classes sorted by pseudo-label frequency, and the y-axis shows the number of sampled masks. Unlike the baseline, which largely concentrates on head classes, our proposed ABC acquisition function substantially increases the sampling of tail classes.
@misc{jeon2025a2lcactiveautomatedlabel,
title={A$^2$LC: Active and Automated Label Correction for Semantic Segmentation},
author={Youjin Jeon and Kyusik Cho and Suhan Woo and Euntai Kim},
year={2025},
eprint={2506.11599},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2506.11599},
}