REVIEW 2 major objections 2 minor 35 references
Speeding up the annotation process in semantic segmentation industrial applications
T0 review · 2 major / 2 minor · reviewed 2026-06-26 · grok-4.3
Pith's one-line read Unsupervised algorithms reduce pixel-level annotation time for large images from 170 hours to 37 hours.
desk verdict The paper reports a concrete 78% annotation time cut via unsupervised pre-labeling on steel microstructures and releases a sizable public dataset, but the timing and quality controls are not described even in the abstract. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Unsupervised computer vision algorithms that generate initial pixel labels for human correction in semantic segmentation.
What would settle it
A side-by-side test in which the same annotators label identical images both from scratch and from the unsupervised pre-labels, recording total time and agreement with expert-verified ground truth.
Extended reading notes
Core claim
By using unsupervised computer vision algorithms as a pre-annotation step, the time required for the labeling process can be reduced from 170 hours to 37 hours, achieving an approximate reduction of 78%.
Load-bearing premise
The reported time savings assume that correcting the pre-annotation errors takes less additional time than the savings and that the final label quality stays the same as labeling from scratch.
Editorial extensions
If this is right
- The pre-annotation workflow can be applied to other high-resolution semantic segmentation tasks that currently require hundreds of hours of labeling.
- The released steel microstructure dataset provides a public benchmark larger than previous ones for training and evaluating segmentation models.
- A deep learning model trained on the new annotations has already been validated by domain experts and deployed in an industrial setting.
- Direct comparison of from-scratch versus pre-annotated labeling times supplies a quantitative baseline that earlier studies lacked.
Reading between the lines
- The same pre-annotation idea could shorten labeling in other pixel-dense domains such as medical or satellite imagery where image size also drives cost.
- Further gains might come from chaining several unsupervised methods or feeding their outputs into active-learning loops.
- The public dataset now allows researchers to measure model performance without repeating the expensive annotation step.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper claims that unsupervised computer vision algorithms used as a pre-annotation step can accelerate semantic segmentation labeling for high-resolution industrial microstructure images, reducing total time from 170 hours to 37 hours (approximately 78% reduction). It releases what it describes as the largest public steel microstructure segmentation dataset (images of size 1280x959 and 960x703) under MIT license with DOI, provides a trained deep learning model validated by experts and deployed in an industrial setting, and positions the work as the first to quantify the acceleration and directly compare from-scratch versus pre-annotated labeling workflows.
Significance. If the time-reduction claim is supported by transparent measurement protocols and evidence of equivalent label quality, the result would offer a concrete, practical approach to alleviating annotation bottlenecks in complex semantic segmentation tasks. The public dataset release constitutes a clear, reusable contribution to the field, and the reported industrial deployment provides external validation of the trained model.
major comments (2)
- [Abstract] Abstract: The central claim of an approximately 78% reduction (170 h to 37 h) is presented without any description of the annotation protocol, the method used to record labeling times, the number of images or annotators timed, the annotation software, or whether the 37-hour figure includes time spent correcting errors introduced by the unsupervised pre-annotations. These details are load-bearing for interpreting the numerical comparison.
- [Abstract] Abstract / results section: No quality or accuracy metrics are reported to establish that the final labels produced under the pre-annotated workflow are statistically equivalent to those produced from scratch. Absence of pixel accuracy, mean IoU, inter-annotator agreement, or expert review scores comparing the two conditions prevents assessment of whether the reported time savings preserve label quality.
minor comments (2)
- The abstract asserts that the released dataset is 'the largest public steel microstructure segmentation dataset to date' but provides no quantitative comparison (number of images, total pixels, or resolution) against prior public datasets to support the claim.
- [Abstract] The abstract contains repetitive phrasing regarding novelty ('first study to quantify' and 'first work to compare'); consolidating these statements would improve readability.
Simulated Author's Rebuttal
We thank the referee for their constructive and detailed feedback. We address each major comment below and commit to revisions that strengthen the transparency of our claims without altering the core contributions.
read point-by-point responses
-
Referee: [Abstract] Abstract: The central claim of an approximately 78% reduction (170 h to 37 h) is presented without any description of the annotation protocol, the method used to record labeling times, the number of images or annotators timed, the annotation software, or whether the 37-hour figure includes time spent correcting errors introduced by the unsupervised pre-annotations. These details are load-bearing for interpreting the numerical comparison.
Authors: We agree these methodological details are essential for interpreting and reproducing the time-reduction claim. While the manuscript body outlines the overall pre-annotation workflow, the abstract and results do not explicitly describe the time-recording protocol. In the revision we will expand both the abstract and add a dedicated 'Annotation Protocol' subsection that specifies: the annotation software employed, the number of annotators and their background, the exact method used to record labeling times, the number of images timed under each condition, and explicit confirmation that the 37-hour figure includes all correction time for pre-annotation errors. This addition will be cross-referenced from the abstract. revision: yes
-
Referee: [Abstract] Abstract / results section: No quality or accuracy metrics are reported to establish that the final labels produced under the pre-annotated workflow are statistically equivalent to those produced from scratch. Absence of pixel accuracy, mean IoU, inter-annotator agreement, or expert review scores comparing the two conditions prevents assessment of whether the reported time savings preserve label quality.
Authors: This observation is correct and highlights a genuine gap. The manuscript reports expert validation of the final dataset and industrial deployment of the trained model, but does not provide quantitative evidence (pixel accuracy, mIoU, or inter-annotator agreement) that directly compares label quality between the from-scratch and pre-annotated conditions. In the revision we will add a new analysis subsection that reports expert review scores on matched subsets of images from both workflows and, where feasible, inter-annotator agreement statistics. We note that a full pixel-level mIoU comparison would require additional controlled annotation experiments that were outside the original study scope. revision: partial
Circularity Check
Purely empirical timing study with no derivations or self-referential predictions
full rationale
The manuscript reports direct measurements of annotation time (170 h vs 37 h) for semantic segmentation on industrial images, using unsupervised pre-annotation as a practical aid. No equations, fitted parameters, uniqueness theorems, or predictive models are present. The central claim is a before/after timing comparison; it does not derive any quantity from itself or from prior self-citations. Self-citations, if any, are incidental and not load-bearing for any derivation. The result is therefore self-contained against external benchmarks and receives the default non-circularity finding.
Assumptions & free parameters
Cite this review
Pith. "Pith review of Speeding up the annotation process in semantic segmentation industrial applications." pith.science (2026). https://pith.science/paper/H2ZFDOP3
@misc{pith2026260619934,
author = {Pith},
title = {Pith review of: Speeding up the annotation process in semantic segmentation industrial applications},
year = {2026},
howpublished = {\url{https://pith.science/paper/H2ZFDOP3}},
note = {Machine review of arXiv:2606.19934}
}
read the original abstract
Current machine learning models commonly require large and well-annotated datasets. However, the annotation process often becomes a bottleneck, with increased complexity leading to higher chances of human errors. Within this context, our goal in this paper is to leverage unsupervised algorithms to improve data annotation efficiency for complex semantic segmentation problems in industrial materials science. Previous research has quantified labeling time and others explored unsupervised methods. However, to the best of our knowledge, this is the first study to quantify how much unsupervised algorithms accelerate the labeling process. We aim to validate the extent to which this laborious process can be accelerated, focusing on semantic segmentation tasks that involve annotating each pixel of high-resolution images, such as the microstructure characterization challenge in materials science. Specifically, we demonstrate that by using unsupervised computer vision algorithms, the time required for the labeling process can be reduced from 170 hours to 37 hours, achieving an approximate reduction of 78\%. The dataset we work with includes large images of dimensions 1280x959 and 960x703, which further increases the complexity of the annotation task. Despite these challenges, we create and share the largest public steel microstructure segmentation dataset to date, available under MIT License with permanent DOI, contributing a fully annotated, high-resolution dataset to the field. Additionally, this is the first work to compare the labeling time from scratch (a common approach in previous studies) to the labeling time when using these unsupervised algorithms as a pre-annotation step. Furthermore, we provide a Deep Learning model trained on this dataset, validated by field experts, and deployed in an industrial setting, serving as an initial benchmark for this public dataset.
Figures
Figures from the paper (2 more)
Reference graph
Works this paper leans on
-
[1]
Z. Ge, Z. Song, S. X. Ding, B. Huang, Data mining and analytics in the process industry: The role of machine learning, IEEE Access 5 (2017) 20590–20616
2017
-
[2]
Luengo, R
J. Luengo, R. Moreno, I. Sevillano, D. Charte, A. Peláez-Vegas, M. Fernández-Moreno, P. Mesejo, F. Herrera, A tutorial on the segmen- tation of metallographic images: Taxonomy, new metaldam dataset, deep learning-based ensemble model, experimental analysis and challenges, In- formation Fusion 78 (2022) 232–253
2022
-
[3]
Ferdous, J
M. Ferdous, J. Debnath, N. R. Chakraborty, Machine learning algorithms in healthcare: A literature survey, in: International Conference on Com- puting, Communication and Networking Technologies, 2020, pp. 1–6. 28
2020
-
[4]
Athey, The impact of machine learning on economics, in: The economics of artificial intelligence: An agenda, University of Chicago Press, 2018, pp
S. Athey, The impact of machine learning on economics, in: The economics of artificial intelligence: An agenda, University of Chicago Press, 2018, pp. 507–547
2018
-
[5]
everyone wants to do the model work, not the data work
N. Sambasivan, S. Kapania, H. Highfill, D. Akrong, P. Paritosh, L. M. Aroyo, “everyone wants to do the model work, not the data work”: Data cascades in high-stakes ai, in: Conference on Human Factors in Computing Systems, 2021, pp. 1–15
2021
-
[6]
C. G. Northcutt, A. Athalye, J. Mueller, Pervasive label errors in test sets destabilize machine learning benchmarks, in: Conference on Neural Information Processing Systems, 2021
2021
-
[7]
J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, L. Fei-Fei, Imagenet: A large- scale hierarchical image database, in: 2009 IEEE conference on computer vision and pattern recognition, 2009, pp. 248–255
2009
-
[8]
T.-Y. Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. Dol- lár, C. L. Zitnick, Microsoft coco: Common objects in context, in: Euro- pean Conference on Computer Vision, 2014, pp. 740–755
2014
Show all 35 references
-
[9]
G. J. Brostow, J. Fauqueur, R. Cipolla, Semantic object classes in video: A high-definition ground truth database, Pattern Recognition Letters 30 (2009) 88–97
2009
-
[10]
Cordts, M
M. Cordts, M. Omran, S. Ramos, T. Rehfeld, M. Enzweiler, R. Benenson, U. Franke, S. Roth, B. Schiele, The cityscapes dataset for semantic ur- ban scene understanding, in: IEEE Conference on Computer Vision and Pattern Recognition, 2016, pp. 3213–3223
2016
-
[11]
X. Ji, J. F. Henriques, A. Vedaldi, Invariant information clustering for unsupervisedimageclassificationandsegmentation, in: IEEEInternational Conference on Computer Vision, 2019, pp. 9865–9874. 29
2019
-
[12]
Kanezaki, Unsupervised image segmentation by backpropagation, in: IEEE International Conference on Acoustics, Speech and Signal Processing, 2018, pp
A. Kanezaki, Unsupervised image segmentation by backpropagation, in: IEEE International Conference on Acoustics, Speech and Signal Processing, 2018, pp. 1543–1547
2018
-
[13]
Kirillov, E
A. Kirillov, E. Mintun, N. Ravi, H. Mao, C. Rolland, L. Gustafson, T. Xiao, S. Whitehead, A. C. Berg, W.-Y. Lo, et al., Segment anything, in: Pro- ceedings of the IEEE/CVF International Conference on Computer Vision, 2023, pp. 4015–4026
2023
-
[14]
J. Ge, Z. Zhang, M. H. Phan, B. Zhang, A. Liu, Y. Zhao, Esa: Annotation-efficient active learning for semantic segmentation, arXiv preprint arXiv:2408.13491 (2024)
2024
-
[15]
L. Cai, X. Xu, J. H. Liew, C. S. Foo, Revisiting superpixels for active learn- ing in semantic segmentation with realistic annotation costs, in: Proceed- ings of the IEEE/CVF conference on computer vision and pattern recog- nition, 2021, pp. 10988–10997
2021
-
[16]
X. Li, H. Ma, X. Luo, Weaklier supervised semantic segmentation with only one image level annotation per category, IEEE Transactions on Image Processing 29 (2019) 128–141
2019
-
[17]
L. Jing, Y. Chen, Y. Tian, Coarse-to-fine semantic segmentation from image-level labels, IEEE transactions on image processing 29 (2019) 225– 236
2019
-
[18]
J. H. Cho, U. Mall, K. Bala, B. Hariharan, Picie: Unsupervised semantic segmentation using invariance and equivariance in clustering, in: IEEE Conference on Computer Vision and Pattern Recognition, 2021, pp. 16794– 16804
2021
-
[19]
Hwang, S
J.-J. Hwang, S. X. Yu, J. Shi, M. D. Collins, T.-J. Yang, X. Zhang, L.-C. Chen, Segsort: Segmentation by discriminative sorting of segments, in: IEEE International Conference on Computer Vision, 2019, pp. 7333–7343. 30
2019
-
[20]
Liao, T.-S
P. Liao, T.-S. Chen, P. Chung, A fast algorithm for multilevel thresholding, Journal of Information Science and Engineering 17 (2001) 713–727
2001
-
[21]
Otsu, A threshold selection method from gray-level histograms, IEEE Transactions on Systems, Man, and Cybernetics 9 (1979) 62–66
N. Otsu, A threshold selection method from gray-level histograms, IEEE Transactions on Systems, Man, and Cybernetics 9 (1979) 62–66
1979
-
[22]
P. F. Felzenszwalb, D. P. Huttenlocher, Efficient graph-based image seg- mentation, International Journal of Computer Vision 59 (2004) 167–181
2004
-
[23]
J. A. Hartigan, M. A. Wong, Algorithm as 136: A k-means clustering algo- rithm, Journal of the Royal Statistical Society Series C (Applied Statistics) 28 (1979) 100–108
1979
-
[24]
H. Kim, J. Inoue, T. Kasuya, Unsupervised microstructure segmentation by mimicking metallurgists’ approach to pattern recognition, Scientific Reports 10 (2020) 1–11
2020
-
[25]
M.Fernández-Moreno, B.Lei, E.A.Holm, P.Mesejo, R.Moreno, Exploring the trade-off between performance and annotation complexity in semantic segmentation, Engineering Applications of Artificial Intelligence 123 (2023) 106299
2023
-
[26]
R. E. Reed-Hill, R. Abbaschian, R. Abbaschian, Physical metallurgy prin- ciples, volume 17, Van Nostrand New York, 1973
1973
-
[27]
E. A. Holm, R. Cohn, N. Gao, A. R. Kitahara, T. P. Matson, B. Lei, S. R. Yarasi, Overview: Computer vision and machine learning for mi- crostructural characterization and analysis, Metallurgical and Materials Transactions A 51 (2020) 5985–5999
2020
-
[28]
B. L. DeCost, T. Francis, E. Holm, High throughput quantitative metal- lography for complex microstructures using deep learning: A case study in ultrahigh carbon steel, Microscopy and Microanalysis 25 (2019) 21–29
2019
-
[29]
Zhang, D
S. Zhang, D. Chen, S. Liu, P. Zhang, W. Zhao, Aluminum alloy microstruc- tural segmentation method based on simple noniterative clustering and 31 adaptive density-based spatial clustering of applications with noise, Jour- nal of Electronic Imaging 28 (2019) 033–035
2019
-
[30]
DeCost, M
B. DeCost, M. Hecht, T. Francis, B. Webler, Y. Picard, E. Holm, Uhcsdb: Ultrahigh carbon steel micrograph database: Tools for exploring large het- erogeneous microstructure datasets, Integrating Materials and Manufac- turing Innovation 6 (2017)
2017
-
[31]
Roberts, S
G. Roberts, S. Y. Haile, R. Sainju, D. J. Edwards, B. Hutchinson, Y. Zhu, Deeplearningforsemanticsegmentationofdefectsinadvancedstemimages of steels, Scientific Reports 9 (2019) 1–12
2019
-
[32]
M. Li, D. Chen, S. Liu, D. Guo, Online learning method based on support vector machine for metallographic image segmentation, Signal, Image and Video Processing (2020) 1–8
2020
-
[33]
D. Chen, D. Sun, J. Fu, S. Liu, Semi-supervised learning framework for aluminum alloy metallographic image segmentation, IEEE Access 9 (2021) 30858–30867
2021
-
[34]
L.-C. Chen, Y. Zhu, G. Papandreou, F. Schroff, H. Adam, Encoder-decoder with atrous separable convolution for semantic image segmentation, in: Proceedings of the European Conference on Computer Vision, 2018, pp. 801–818
2018
-
[35]
M. Tan, Q. Le, Efficientnet: Rethinking model scaling for convolutional neural networks, in: International Conference on Machine Learning, 2019, pp. 6105–6114. 32
2019
Reviewed June 26, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.