REVIEW 4 major objections 8 minor 108 references
Self-CephaloNet: A Two-stage Novel Framework using Operational Neural Network for Cephalometric Analysis
T0 review · 4 major / 8 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Two-stage AI net hits 82.25% on 2 mm dental landmark test
desk verdict A reasonable incremental architecture for cephalometric landmarking whose headline 82.25% SDR is undercut by using Test1 and Test2 as mutual validation sets; the PKU external validation is the most solid contribution. 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
The load-bearing component is the Self Bottleneck, a replacement for the standard convolutional bottleneck in the HRNetV2 backbone. It is built from Self-ONN layers, where each neuron's operator is a $q$-th order Taylor polynomial $\sum_{k=0}^{q} w_k x^k$; the weights $w_k$ are learned by backpropagation, so the network adapts the nonlinear operation per connection instead of using a fixed linear convolution. The framework also relies on a two-stage cascade: whole-image heatmap regression in stage one, then patch-based refinement with 19 per-landmark models in stage two. The paper attributes the accuracy gain to the adaptive nodal operators of Self-ONN, rather than to the high-resolution backbone alone.
What would settle it
Retrain the identical two-stage pipeline with the self-bottleneck replaced by a conventional convolutional bottleneck of the same width and parameter count, evaluating on an untouched test split rather than the cross-validation scheme; if the 2-mm success rate falls well below the reported 82.25% or the gap over plain HRNet disappears, the adaptive-node mechanism is not doing the claimed work.
Extended reading notes
Core claim
The central claim is that a two-stage cascade built on HRNetV2 with a novel 'self-bottleneck' based on Self-ONN (self-operational neural networks) matches or exceeds prior state-of-the-art on the ISBI 2015 cephalometric landmark detection benchmark. Stage one predicts heatmaps for all 19 landmarks simultaneously from the whole image, giving a mean radial error of 1.53 mm on Test1 and 1.80 mm on Test2 and a combined 2-mm success detection rate of 70.95%. Stage two crops a 512x512 patch around each first-stage prediction and runs 19 per-landmark refinement models, improving the combined 2-mm SDR to 82.25% and the mean radial error to 1.08 mm on Test1 and 1.44 mm on Test2. On the external dataset [65], the stage-two model reports a 75.95% SDR at 2 mm, outperforming the cascaded CNN baseline [16] used for comparison. The paper further claims that the end-to-end first stage alone beats several published second-stage results, so the self-bottleneck's adaptive nodes are carrying real weight.
Load-bearing premise
The reported accuracy stands on the assumption that using Test2 as the validation set while reporting Test1 results (and Test1 as validation for Test2) did not bias model selection, so the Test1 and Test2 scores are genuine out-of-sample results.
Editorial extensions
If this is right
- A single end-to-end first-stage network reaches a 70.95% 2-mm SDR across Test1 and Test2, so landmark detection does not require a multi-network cascade to be useful.
- Adding per-landmark patch refinement lifts the 2-mm SDR to 82.25%, confirming that targeted local refinement remains a reliable source of accuracy in heatmap-based landmark localization.
- The 75.95% 2-mm SDR on the external dataset [65] suggests the model transfers across scanner types and populations without additional training.
- The reported anatomical classification averages (86.75% on Test1, 83.87% on Test2) imply that skeletal classification computed from predicted landmarks retains usable accuracy.
Reading between the lines
- A controlled ablation replacing only the Self-ONN layers with standard convolutions of the same width and parameter count would isolate how much of the gain comes from adaptive nodal operators; the comparison to plain HRNet in Table 7 suggests the attributed difference but does not control for training schedule.
- Because Test2 served as the validation set while reporting Test1 (and Test1 for Test2), checkpoint selection may have leaked information; a re-evaluation on an untouched split, or using the external set [65] as the primary evidence, would give a cleaner measure of generalisation.
- The landmark-to-measurement definitions in Table 1 appear to mix up anatomical points such as SNA and SNB angles; practitioners should verify those mappings before using the clinical classification numbers.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes Self-CephaloNet, a two-stage deep learning framework for cephalometric landmark detection on lateral cephalograms. Stage 1 uses an HRNetV2 backbone with a novel Self-ONN bottleneck to predict 19 landmarks jointly; stage 2 trains 19 separate patch-based refinement models. The authors report a stage-1 success detection rate (SDR) of 70.94% and a stage-2 SDR of 82.25% within 2 mm on the ISBI 2015 Test1 and Test2 datasets, plus 75.95% on the external PKU dataset, together with anatomical classification accuracy. The central claim is that the architecture achieves state-of-the-art or near-state-of-the-art performance on this benchmark.
Significance. If the reported numbers were obtained under a clean evaluation protocol, the work would be of interest because it combines a high-resolution backbone with a Self-ONN bottleneck and demonstrates strong performance on a public benchmark, including external validation. The paper includes per-landmark error tables, multiple tolerance thresholds, a complexity analysis, and interpretability visualizations. The main limitation is that the reported test numbers are not independent evaluations because of the validation protocol in Section 5.4; the anatomical classification experiments are also compromised by incorrect definitions in Table 1.
major comments (4)
- [Section 5.4] The stated protocol invalidates the reported Test1 and Test2 scores as independent test evaluations. The text says: "During the evaluation of the Test1 dataset, we utilized the Test2 dataset as a validation set, while for evaluating the Test2 dataset, we employed the Test1 dataset as the validation set." Because validation curves typically guide early stopping, learning-rate schedule, and checkpoint selection, the model evaluated on Test1 is selected using Test2 and vice versa. The headline stage-2 average of 82.25% (Table 6) is only 0.17 percentage points above Oh et al. (82.08%), so the claimed superiority is well within the range of validation-selection noise. The authors should re-run the experiments with a proper held-out validation split (for example, a subset of the 150 training images) and report Test1 and Test2 results only after that split is fixed.
- [Table 1 and Section 5.2] The definitions of the eight clinical measurements in Table 1 are anatomically incorrect. For example, ANB is the angle between A-point, Nasion, and B-point, yet the table describes it as the angle between Landmark 5, Landmark 2, and Landmark 6, which are dental landmarks. Similar errors affect SNB, SNA, and other measures. Because Section 5.2 and Tables 8-11 report classification success rates computed from these measurements using the predicted landmark positions, those results cannot be interpreted as standard cephalometric classification and are not comparable to the cited methods. The authors should correct the definitions and recompute the classification evaluation.
- [Abstract and Section 5.1] The statement that "Our first-stage results surpassed previous studies" is contradicted by the paper's own Table 4, in which SCN Payer et al. (73.33%) outperforms the proposed stage-1 (70.94%) at the 2.0 mm threshold. Similarly, Table 6 shows that Oh et al. achieve higher SDR at 3.0 mm and 4.0 mm (92.34% and 96.92%) than the proposed method (92.00% and 96.25%). The claims of superiority should be limited to the specific metrics and thresholds where the comparison is actually favorable.
- [Section 3.2 and Table 7] The causal claim that the Self-ONN bottleneck is responsible for the improvement over HRNet is not established. Table 7 compares Self-CepahloNet with an HRNet baseline, but no details are given about the baseline's training schedule, data augmentation, patch size, or second-stage setup. A controlled ablation under identical training conditions, replacing only the Self-ONN bottleneck with a standard bottleneck, is required to attribute the performance difference to the Self-ONN component. Without such an ablation, the novelty claim is not supported.
minor comments (8)
- [Title/Abstract] The name is spelled "Self-CepahloNet" in the title and abstract but "Self-CephaloNet" elsewhere; please standardize the spelling throughout.
- [Section 5.7] The text refers to "Align-Net" without defining it, which appears to be an unintended reference or typo; please replace it with the correct model name or define the term.
- [Section 5.7 and Table 14] The text states "Mean Error (MRE) of 2.79 ± 1.87" but Table 14 reports "1.87 ± 2.79"; the order of MRE and SD is inconsistent and should be corrected.
- [Section 4.1] The term "Radical Error" should be "Radial Error" throughout the paper and in Figure 5.
- [Table 4] The table caption says "compared across the first and second stages of some method"; this is unclear and should be rewritten to indicate that the comparison is between the proposed first-stage results and other methods' final-stage results.
- [Section 5.6] The text uses "Gram Cam" and "Grad-CAM" interchangeably; please use the standard "Grad-CAM" consistently.
- [Section 4.4] The learning-rate schedule lists a reduction to 0.000001 at epoch 30 and again at epoch 50; if the 40th-epoch value is different, it should be stated explicitly.
- [Section 5.5 and 5.7] The abbreviation IPE is used inconsistently: "Image-specific Radical Error" in Section 5.5 and "Inverse Perspective Error" in Section 5.7; please define and use one term consistently.
Circularity Check
No significant circularity: the reported SDR numbers are empirical benchmark evaluations rather than derived predictions, so there is no definitional or fitted-input circularity; the main caveats are statistical-independence and completeness issues.
full rationale
The paper's central claims are measured SDR/MRE values on the ISBI 2015 Test1, Test2, and external PKU datasets. These are empirical benchmark results rather than quantities derived from assumptions, so there is no equation-level circularity: the reported 82.25% in Table 6 is obtained by counting landmarks whose radial error is below a threshold, not by construction from training labels or from the Self-ONN definition. The Self-ONN Taylor expansion in Eqs. 1-3 is imported from the external Self-ONN literature [21] and is used as an architectural component, not as a proof of the benchmark numbers. The main caveats are not circularity: Section 5.4 states that Test2 was used as the validation set when evaluating Test1 and vice versa, which threatens the statistical independence of the two test evaluations and could make the claimed advantage over Oh et al. (82.25 vs 82.08) fragile; this is an evaluation-protocol and overfitting concern, not a self-definitional reduction. Similarly, Table 1 mislabels several cephalometric measurements, which undermines the Section 5.2 classification comparisons, but that is a correctness error rather than a circular step. The absence of a same-training ablation isolating Self-ONN versus plain HRNetV2 means the architectural contribution is not independently established, but a missing baseline is not circularity. Self-citations to prior Self-ONN applications are not load-bearing for the empirical detection results, and no uniqueness theorem or fitted parameter is renamed as a prediction. Hence, no circular step is exhibited.
Assumptions & free parameters
free parameters (10)
- Image size =
256 x 256
- Heatmap size =
64 x 64
- Number of channels =
18, 36
- Batch size per GPU =
16
- Optimizer =
Adam
- Learning rate schedule =
0.0001, stepped to 1e-5 at epoch 20 and 1e-6 at epochs 30 and 50
- Sigma =
1.5
- Epochs =
60
- Self-ONN Taylor order q =
3
- Stage-2 patch size =
512 x 512
assumptions (5)
- standard math A truncated Taylor expansion of order q=3 is a sufficient approximation of the nonlinear neuron operator in Self-ONN (Eq. 3).
- domain assumption The average of two expert landmark annotations is the correct ground truth.
- domain assumption Landmarks 1 and 2 define the inter-ocular distance used for NME normalization.
- ad hoc to paper Using Test2 as validation for Test1 and vice versa does not bias reported performance.
- domain assumption Table 1's landmark-to-measurement mapping is anatomically correct.
Cite this review
Pith. "Pith review of Self-CephaloNet: A Two-stage Novel Framework using Operational Neural Network for Cephalometric Analysis." pith.science (2026). https://pith.science/paper/6B3IIURV
@misc{pith2026250110984,
author = {Pith},
title = {Pith review of: Self-CephaloNet: A Two-stage Novel Framework using Operational Neural Network for Cephalometric Analysis},
year = {2026},
howpublished = {\url{https://pith.science/paper/6B3IIURV}},
note = {Machine review of arXiv:2501.10984}
}
read the original abstract
Cephalometric analysis is essential for the diagnosis and treatment planning of orthodontics. In lateral cephalograms, however, the manual detection of anatomical landmarks is a time-consuming procedure. Deep learning solutions hold the potential to address the time constraints associated with certain tasks; however, concerns regarding their performance have been observed. To address this critical issue, we proposed an end-to-end cascaded deep learning framework (Self-CepahloNet) for the task, which demonstrated benchmark performance over the ISBI 2015 dataset in predicting 19 dental landmarks. Due to their adaptive nodal capabilities, Self-ONN (self-operational neural networks) demonstrate superior learning performance for complex feature spaces over conventional convolutional neural networks. To leverage this attribute, we introduced a novel self-bottleneck in the HRNetV2 (High Resolution Network) backbone, which has exhibited benchmark performance on the ISBI 2015 dataset for the dental landmark detection task. Our first-stage results surpassed previous studies, showcasing the efficacy of our singular end-to-end deep learning model, which achieved a remarkable 70.95% success rate in detecting cephalometric landmarks within a 2mm range for the Test1 and Test2 datasets. Moreover, the second stage significantly improved overall performance, yielding an impressive 82.25% average success rate for the datasets above within the same 2mm distance. Furthermore, external validation was conducted using the PKU cephalogram dataset. Our model demonstrated a commendable success rate of 75.95% within the 2mm range.
Figures
Reference graph
Works this paper leans on
-
[5]
90(1): p
Hwang, H.-W., et al., Automated identification of cephalometric landmarks: Part 2-Might it be better than human? The Angle Orthodontist, 2020. 90(1): p. 69-76
2020
-
[9]
-H., et al., Automated cephalometric landmark detection with confidence regions using Bayesian convolutional neural networks
Lee, J. -H., et al., Automated cephalometric landmark detection with confidence regions using Bayesian convolutional neural networks. BMC oral health, 2020. 20: p. 1-10
2020
-
[11]
Cephalometric landmark detection by attentive feature pyramid fusion and regression-voting
Chen, R., et al. Cephalometric landmark detection by attentive feature pyramid fusion and regression-voting. in Medical Image Computing and Computer Assisted Intervention –MICCAI 2019: 22nd International Conference, Shenzhen, China, October 13–17, 2019, Proceedings, Part III 22. 2019. Springer
2019
-
[13]
-W., et al., Evaluation an d comparison of anatomical landmark detection methods for cephalometric x-ray images: a grand challenge
Wang, C. -W., et al., Evaluation an d comparison of anatomical landmark detection methods for cephalometric x-ray images: a grand challenge. IEEE transactions on medical imaging, 2015. 34(9): p. 1890- 1900
2015
-
[15]
Oh, K., I. -S. Oh, and D. -W. Lee, Deep anatomical context feature learning for cephalometric landmark detection. IEEE Journal of Biomedical and Health Informatics, 2020. 25(3): p. 806-817
2020
-
[16]
Medical Image Analysis, 2021
Zeng, M., et al., Cascaded convolutional networks for automatic cephalometric landmark detection. Medical Image Analysis, 2021. 68: p. 101904
2021
-
[17]
Deep high-resolution representation learning for human pose estimation
Sun, K., et al. Deep high-resolution representation learning for human pose estimation . in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 2019
2019
-
[19]
Fcos: Fully convolutional one -stage object detection
Tian, Z., et al. Fcos: Fully convolutional one -stage object detection . in Proceedings of the IEEE/CVF international conference on computer vision. 2019
2019
Show all 108 references
-
[21]
Neural Networks,
Kiranyaz, S., et al., Self-organized operational neural networks with generative neurons. Neural Networks,
-
[23]
Cardillo, J. and M.A. Sid -Ahmed, An image processing system for locating craniofacial landmarks. IEEE transactions on medical imaging, 1994. 13(2): p. 275-289
1994
-
[26]
Chen, and K.-S
Liu, J.-K., Y.-T. Chen, and K.-S. Cheng, Accuracy of computerized automatic identification of cephalometric landmarks. American Journal of Orthodontics and Dentofacial Orthopedics, 2000. 118(5): p. 535-540
2000
-
[29]
a nd T.F
Lindner, C. a nd T.F. Cootes. Fully automatic cephalometric evaluation using random forest regression - voting. in IEEE International Symposium on Biomedical Imaging. 2015. Citeseer
2015
-
[30]
Applied Sciences, 2020
Rahman, T., et al., Transfer learning with deep convolutional neural network (CNN) for pneumonia detection using chest X-ray. Applied Sciences, 2020. 10(9): p. 3233
2020
-
[31]
Convolutional neural network based desktop applications to classify dermatological diseases
Göçeri, E. Convolutional neural network based desktop applications to classify dermatological diseases. in 2020 IEEE 4th international conference on image processing, applications and systems (IPAS). 2020. IEEE
2020
-
[33]
-H., et al., Comparing intra-observer variation and external variations of a fully automated cephalometric analysis with a cascade convolutional neural net
Kim, I. -H., et al., Comparing intra-observer variation and external variations of a fully automated cephalometric analysis with a cascade convolutional neural net. Scientific Reports, 2021. 11(1): p. 7925
2021
-
[34]
CephaNet: An improved faster R-CNN for cephalometric landmark detection
Qian, J., et al. CephaNet: An improved faster R-CNN for cephalometric landmark detection. in 2019 IEEE 16th international symposium on biomedical imaging (ISBI 2019). 2019. IEEE
2019
-
[37]
Orthodontics & Craniofacial Research, 2021
Bulatova, G., et al., Assessment of automatic c ephalometric landmark identification using artificial intelligence. Orthodontics & Craniofacial Research, 2021. 24: p. 37-42
2021
-
[38]
American Journal of Orthodontics and Dentofacial Orthopedics, 2023
Chang, Q., et al., Automatic analysis of lateral cephalograms based on high-resolution net. American Journal of Orthodontics and Dentofacial Orthopedics, 2023. 163(4): p. 501-508. e4
2023
-
[39]
IEEE Access, 2019
Dai, X., et al., Locating anatomical landmarks on 2D lateral cephalograms through adversarial encoder - decoder networks. IEEE Access, 2019. 7: p. 132738-132747
2019
-
[40]
Applied Sciences, 2022
Davidovitch, M., et al., Verification of Convolutional Neural Network Cephalometric Landmark Identification. Applied Sciences, 2022. 12(24): p. 12784
2022
-
[41]
Neurocomputing, 2021
He, T., et al., Cephalometric landmark detection by considering translational invariance in the two -stage framework. Neurocomputing, 2021. 464: p. 15-26
2021
-
[42]
Knowledge-Based Systems, 2023
He, T., et al., Cascade-refine model for cephalometric landmark detection in high -resolution orthodontic images. Knowledge-Based Systems, 2023. 265: p. 110332
2023
-
[44]
Physics in Medicine & Biology, 2023
Lu, G., et al., CMF-Net: craniomaxillofacial landmark localization on CBCT images using geometric constraint and transformer. Physics in Medicine & Biology, 2023. 68(9): p. 095020
2023
-
[45]
Journal of Maxillofacial and Oral Surgery, 2023
Rashmi, S., et al., Lateral Cephalometric Landmark Annotation Using Histogram Oriented Gradients Extracted from Region of Interest Patches. Journal of Maxillofacial and Oral Surgery, 2023. 22(4): p. 806- 812
2023
-
[46]
Computer Methods in Biomechanics and Biomedical Engineering: Imaging & Visualization, 2020
Kang, S.H., et al., Automatic three-dimensional cephalometric annotation system using three -dimensional convolutional neural networks: a developmental trial. Computer Methods in Biomechanics and Biomedical Engineering: Imaging & Visualization, 2020. 8(2): p. 210-218
2020
-
[48]
Chung, and Y
Lee, M., M. Chung, and Y. -G. Shin, Cephalometric landmark detection via global and local encoders and patch-wise attentions. Neurocomputing, 2022. 470: p. 182-189
2022
-
[49]
SN Computer Science, 2022
Rashmi, S., et al., Cephalometric Skeletal Structure Classification Using Convolution al Neural Networks and Heatmap Regression. SN Computer Science, 2022. 3(5): p. 336
2022
-
[50]
IEEE Access, 2020
Rahman, T., et al., Reliable tuberculosis detection using chest X-ray with deep learning, segmentation and visualization. IEEE Access, 2020. 8: p. 191586-191601
2020
-
[51]
IEEE Access, 2023
Rahman, T., et al., Deep Learning Technique for Congenital Heart Disease Detection using Stacking-based CNN-LSTM Models from Fetal Echocardiogram: A Pilot Study. IEEE Access, 2023
2023
-
[52]
Computers in biology and medicine, 2021
Tahir, A.M., et al., COVID-19 infection localization and severity grading from chest X -ray images. Computers in biology and medicine, 2021. 139: p. 105002
2021
-
[55]
Applied Sciences, 2023
Hassen Mohammed, H., et al., Ultrasound Intima -Media Complex (IMC) Segmentation Using Deep Learning Models. Applied Sciences, 2023. 13(8): p. 4821
2023
-
[57]
Neural Computing and Applications, 2020
Kiranyaz, S., et al., Operational neural networks. Neural Computing and Applications, 2020. 32: p. 6645- 6668
2020
-
[59]
International Journal of Imaging Systems and Technology, 2023
Goceri, E., Comparison of the impacts of dermoscopy image augmentation methods on skin cancer classification and a new augmentation method with wavelet packets. International Journal of Imaging Systems and Technology, 2023. 33(5): p. 1727-1744
2023
-
[60]
Image augmentation for deep learning based lesion classification from skin images
Goceri, E. Image augmentation for deep learning based lesion classification from skin images. in 2020 IEEE 4th International conference on image processing, applications and systems (IPAS). 2020. IEEE
2020
-
[64]
Computers in Biology and Medicine, 2023
Goceri, E., Evaluation of denoising techniques to remove speckle and Gaussian noise from dermoscopy images. Computers in Biology and Medicine, 2023. 152: p. 106474
2023
-
[68]
Expert Systems with Applications, 2024
Goceri, E., Vision transformer based classification of gliomas from histopathological images. Expert Systems with Applications, 2024. 241: p. 122672
2024
-
[71]
Nielsen, I.L., Cephalometric morphological analysis: What information does it give you? International orthodontics, 2011. 9(3): p. 316-324
2011
-
[72]
Baumrind, S. and R.C. Frantz, The reliability of head film measurements: 1. Landmark identification. American journal of orthodontics, 1971. 60(2): p. 111-127
1971
-
[73]
Dentomaxillofacial Radiology, 2004
Chen, Y., et al., Reliability of landmark identification in cephalometric radiography acquired by a storage phosphor imaging system. Dentomaxillofacial Radiology, 2004. 33(5): p. 301-306
2004
-
[74]
Dermaut, and R
Kamoen, A., L. Dermaut, and R. Verbeeck, The clinical significance of error measurement in the interpretation of treatment results. The European Journal of Orthodontics, 2001. 23(5): p. 569-578
2001
-
[75]
90(1): p
Hwang, H.-W., et al., Automated identification of cephalometric landmarks: Part 2 -Might it be better than human? The Angle Orthodontist, 2020. 90(1): p. 69-76
2020
-
[76]
Scientific reports, 2016
Lindner, C., et al., Fully automatic system for accurate localisation and analysis of cephalometric landmarks in lateral cephalograms. Scientific reports, 2016. 6(1): p. 33581
2016
-
[77]
Ibragimov, and L
Arık, S.Ö., B. Ibragimov, and L. Xing, Fully automated quantitative cephalometry using convolutional neural networks. Journal of Medical Imaging, 2017. 4(1): p. 014501-014501
2017
-
[78]
Journal of healthcare engineering, 2018
Wang, S., et al., Automatic analysis of lateral cephalograms based on multiresolution decision tree regression voting. Journal of healthcare engineering, 2018. 2018
2018
-
[79]
-H., et al., Automated ce phalometric landmark detection with confidence regions using Bayesian convolutional neural networks
Lee, J. -H., et al., Automated ce phalometric landmark detection with confidence regions using Bayesian convolutional neural networks. BMC oral health, 2020. 20: p. 1-10
2020
-
[80]
2017, MS thesis, Colleage of Natural Sci., Seoul National Univ, Seoul, South Korea
Park, S., Cephalometric landmarks detection using fully convolutional networks. 2017, MS thesis, Colleage of Natural Sci., Seoul National Univ, Seoul, South Korea
2017
-
[81]
Cephalometric landmark detection by attentive feature pyramid fusion and regression -voting
Chen, R., et al. Cephalometric landmark detection by attentive feature pyramid fusion and regression -voting. in Medical Image Computing and Computer Assisted Intervention–MICCAI 2019: 22nd International Conference, Shenzhen, China, October 13–17, 2019, Proceedings, Part III 2...
2019
-
[82]
Journal of Craniofacial Surgery, 2019
Nishimoto, S., et al., Personal computer-based cephalometric landmark detection with deep learning, using cephalograms on the internet. Journal of Craniofacial Surgery, 2019. 30(1): p. 91-95
2019
-
[83]
IEEE transactions on medical imaging, 2015
Wang, C.-W., et al., Evaluation and comparison of anatomical landmark detection methods for cephalometric x-ray images: a grand challenge. IEEE transactions on medical imaging, 2015. 34(9): p. 1890-1900
2015
-
[84]
Medical image analysis, 2016
Wang, C.-W., et al., A benchmark for comparison of dental radiography analysis algorithms. Medical image analysis, 2016. 31: p. 63-76
2016
-
[85]
Oh, and D.-W
Oh, K., I.-S. Oh, and D.-W. Lee, Deep anatomical context feature learning for cephalometric landmark detection. IEEE Journal of Biomedical and Health Informatics, 2020. 25(3): p. 806-817
2020
-
[86]
Medical Image Analysis,
Zeng, M., et al., Cascaded convolutional networks for automatic cephalometric landmark detection. Medical Image Analysis,
-
[87]
Deep high-resolution representation learning for human pose estimation
Sun, K., et al. Deep high-resolution representation learning for human pose estimation. in Proceedings of the IEEE/CVF conference on computer vision and pattern recognition. 2019
2019
-
[88]
IEEE transactions on pattern analysis and machine intelligence, 2020
Wang, J., et al., Deep high-resolution representation learning for visual recognition. IEEE transactions on pattern analysis and machine intelligence, 2020. 43(10): p. 3349-3364
2020
-
[89]
Fcos: Fully convolutional one -stage object detection
Tian, Z., et al. Fcos: Fully convolutional one -stage object detection. in Proceedings of the IEEE/CVF international conference on computer vision. 2019
2019
-
[90]
-P., et al., Scalenas: One -shot learning of scale -aware representations for visual recognition
Cheng, H. -P., et al., Scalenas: One -shot learning of scale -aware representations for visual recognition. arXiv preprint arXiv:2011.14584, 2020
2011 arXiv
-
[91]
Neural Networks, 2021
Kiranyaz, S., et al., Self-organized operational neural networks with generative neurons. Neural Networks, 2021. 140: p. 294- 308
2021
-
[92]
Medical image analysis, 2019
Payer, C., et al., Integrating spatial configuration into heatmap regression based CNNs for landmark localization. Medical image analysis, 2019. 54: p. 207-219
2019
-
[93]
Cardillo, J. and M.A. Sid -Ahmed, An image processing system for locating craniofacial landm arks. IEEE transactions on medical imaging, 1994. 13(2): p. 275-289
1994
-
[94]
Sinclair, and J
Rudolph, D., P. Sinclair, and J. Coggins, Automatic computerized radiographic identification of cephalometric landmarks. American Journal of Orthodontics and Dentofacial Orthopedics, 1998. 113(2): p. 173-179
1998
-
[95]
Sid -Ahmed, and M
El-Feghi, I., M.A. Sid -Ahmed, and M. Ahmadi, Automatic localization of craniofacial landmarks for assisted cephalometry. Pattern Recognition, 2004. 37(3): p. 609-621
2004
-
[96]
Liu, J. -K., Y. -T. Chen, and K. -S. Cheng, Accuracy of co mputerized automatic identification of cephalometric landmarks. American Journal of Orthodontics and Dentofacial Orthopedics, 2000. 118(5): p. 535-540
2000
-
[97]
Mehri, and S
Kafieh, R., A. Mehri, and S. Sadri. Automatic landmark detection in cephalometry using a modified active shape model with sub image matching. in 2007 International Conference on Machine Vision. 2007. IEEE
2007
-
[98]
Dentomaxillofacial Radiology, 2013
Shahidi, S., et al., Accuracy of computerized automatic identification of cephalometric landmarks by a designed software. Dentomaxillofacial Radiology, 2013. 42(1): p. 20110187-20110187
2013
-
[99]
Lindner, C. and T.F. Cootes. Fully automatic cephalometric evaluation using random forest regression -voting. in IEEE International Symposium on Biomedical Imaging. 2015. Citeseer
2015
-
[100]
Applied Sciences, 2020
Rahman, T., et al., Transfer learning with deep convolutional neural network (CNN) for pneumonia detection using chest X -ray. Applied Sciences, 2020. 10(9): p. 3233
2020
-
[101]
Convolutional neural network based desktop applications to classify dermatological diseases
Göçeri, E. Convolutional neural network based desktop applications to classify dermatological diseases . in 2020 I EEE 4th international conference on image processing, applications and systems (IPAS). 2020. IEEE
2020
-
[102]
Idri, and E
Idlahcen, F., A. Idri, and E. Goceri, Exploring data mining and machine learning in gynecologic oncology. Artificial Intelligence Review, 2024. 57(2): p. 20
2024
-
[103]
Scientific Reports, 2021
Kim, I.-H., et al., Comparing intra-observer variation and external variations of a fully automated cephalometric analysis with a cascade convolutional neural net. Scientific Reports, 2021. 11(1): p. 7925
2021
-
[104]
CephaNet: An improved faster R -CNN for cephalometric landmark detection
Qian, J., et al. CephaNet: An improved faster R -CNN for cephalometric landmark detection . in 2019 IEEE 16th international symposium on biomedical imaging (ISBI 2019). 2019. IEEE
2019
-
[105]
Ebner, and D
Urschler, M., T. Ebner, and D. Štern, Integrating geometric configuration and appearance information into a unified framework for anatomical landmark localization. Medical image analysis, 2018. 43: p. 23-36
2018
-
[106]
Computational Intelligence and Neuroscience, 2022
Alshamrani, K., et al., Automation of Cephalometrics Using Machine Learning Methods. Computational Intelligence and Neuroscience, 2022. 2022
2022
-
[107]
Orthodontics & Craniofacial Research, 2021
Bulatova, G., et al., Assessment of automatic cephalometric landmark identification using artificial intelligence. Orthodontics & Craniofacial Research, 2021. 24: p. 37-42
2021
-
[108]
American Journal of Orthodontics and Dentofacial Orthopedics, 2023
Chang, Q., et al., Automatic analysis of lateral cephalograms based on high -resolution net. American Journal of Orthodontics and Dentofacial Orthopedics, 2023. 163(4): p. 501-508. e4
2023
-
[109]
IEEE Access, 2019
Dai, X., et al., Locating anatomical landmarks on 2D lateral cephalograms through adversarial encoder -decoder networks. IEEE Access, 2019. 7: p. 132738-132747
2019
-
[110]
Applied Sciences,
Davidovitch, M., et al., Verification of Convolutional Neural Network Cephalometric Landmark Identification. Applied Sciences,
-
[111]
Neurocomputing, 2021
He, T., et al., Cephalometric landmark detection by considering translational invaria nce in the two -stage framework. Neurocomputing, 2021. 464: p. 15-26
2021
-
[112]
Knowledge-Based Systems, 2023
He, T., et al., Cascade-refine model for cephalometric landmark detection in high-resolution orthodontic images. Knowledge-Based Systems, 2023. 265: p. 110332
2023
-
[113]
Dentomaxillofacial Radiology, 2023
Jiang, F., et al., Artificial intelligence system for automated landmark localization and analysis of cephalometry. Dentomaxillofacial Radiology, 2023. 52(1): p. 20220081
2023
-
[114]
Physics in Medicine & Biology, 2023
Lu, G., et al., CMF-Net: craniomaxillofacial landmark localization on CBCT images using geometric c onstraint and transformer. Physics in Medicine & Biology, 2023. 68(9): p. 095020
2023
-
[115]
Journal of Maxillofacial and Oral Surgery, 2023
Rashmi, S., et al., Lateral Cephalometric Landmark Annotation Using Histogram Oriented Gradients Extracted from Region of Interest Patches. Journal of Maxillofacial and Oral Surgery, 2023. 22(4): p. 806-812
2023
-
[116]
Computer Methods in Biomechanics and Biomedical Engineer ing: Imaging & Visualization, 2020
Kang, S.H., et al., Automatic three-dimensional cephalometric annotation system using three -dimensional convolutional neural networks: a developmental trial. Computer Methods in Biomechanics and Biomedical Engineer ing: Imaging & Visualization, 2020. 8(2): p. 210-218
2020
-
[117]
Orthodontics & Craniofacial Research, 2023
Kang, S., et al., Accuracy and clinical validity of automated cephalometric analysis using convolutional neural networks. Orthodontics & Craniofacial Research, 2023
2023
-
[118]
Chung, and Y
Lee, M., M. Chung, and Y. -G. Shin, Cephalometric landmark detection via global and local encoders and patch -wise attentions. Neurocomputing, 2022. 470: p. 182-189
2022
-
[119]
SN Computer Science, 2022
Rashmi, S., et al., Cephalometric Skeletal Structure Classification Using Convolutional Neural Networks and Heatmap Regression. SN Computer Science, 2022. 3(5): p. 336
2022
-
[120]
IEEE Access, 2020
Rahman, T., et al., Reliable tuberculosis detection using chest X -ray with deep learning, segmentation and visualization. IEEE Access, 2020. 8: p. 191586-191601
2020
-
[121]
IEEE Access, 2023
Rahman, T., et al., Deep Learning Technique for Congenital Heart Disease Detection using Stacking -based CNN-LSTM Models from Fetal Echocardiogram: A Pilot Study. IEEE Access, 2023
2023
-
[122]
Computers in biology and medicine, 2021
Tahir, A.M., et al., COVID-19 infection localization and severity gradi ng from chest X-ray images. Computers in biology and medicine, 2021. 139: p. 105002
2021
-
[123]
arXiv preprint arXiv:1904.04514, 2019
Sun, K., et al., High-resolution representations for labeling pixels and regions. arXiv preprint arXiv:1904.04514, 2019
1904 arXiv
-
[124]
Biosensors, 2023
Hossain, A., et al., A Lightweight Deep Learning Based Microwave Brain Image Network Model for Brain Tumor Classification Using Reconstructed Microwave Brain (RMB) Images. Biosensors, 2023. 13(2): p. 238
2023
-
[125]
Applied Sciences, 2023
Hassen Mohammed, H., et al., Ultrasound Intima-Media Complex (IMC) Segmentation Using Deep Learning Models. Applied Sciences, 2023. 13(8): p. 4821
2023
-
[126]
Biosensors, 2023
Hossain, A., et al., Brain Tumor Segmentation and Classification from Sensor -Based Portable Microwave Brain Imaging System Using Lightweight Deep Learning Models. Biosensors, 2023. 13(3): p. 302
2023
-
[127]
Neural Computing and Applications, 2020
Kiranyaz, S., et al., Operational neural networks. Neural Computing and Applications, 2020. 32: p. 6645-6668
2020
-
[128]
Singh, and B.B
Dubey, S.R., S.K. Singh, and B.B. Chaudhuri, Activation functions in deep learning: A comprehensive survey and benchmark. Neurocomputing, 2022
2022
-
[129]
International Journal of Imaging Systems and Technology, 2023
Goceri, E., Comparison of the impacts of dermoscopy image augmentation methods on skin cancer classification and a new augmentation method with wavelet packets. International Journal of Imaging Systems and Technology, 2023. 33(5): p. 1727- 1744
2023
-
[130]
Image augmentation for deep learning based lesion classification from skin images
Goceri, E. Image augmentation for deep learning based lesion classification from skin images . in 2020 IEEE 4th International conference on image processing, applications and systems (IPAS). 2020. IEEE
2020
-
[131]
Automatic Cephalometric X-Ray Landmark Detection by Applying Game Theory and Random Forests
Ibragimov, B. Automatic Cephalometric X-Ray Landmark Detection by Applying Game Theory and Random Forests. 2014
2014
-
[132]
Grad-cam: Visual explanations from deep networks via gradient -based localization
Selvaraju, R.R., et al. Grad-cam: Visual explanations from deep networks via gradient -based localization. in Proceedings of the IEEE international conference on computer vision. 2017
2017
-
[133]
Selvaraju, R.R., et al., Grad-CAM: Why did you say that? arXiv preprint arXiv:1611.07450, 2016
2016 arXiv
-
[134]
Applied Sciences, 2024
Senjoba, L., et al., Enhancing Interpretability in Drill Bit Wear Analysis through Explainable Artificial Intelligence: A Grad-CAM Approach. Applied Sciences, 2024. 14(9): p. 3621
2024
-
[135]
PKU cephalometric dataset
Minmin, Z., Zhenlei, Yan, Shuai Liu, Yanheng Zhou, Lixin Qiu. PKU cephalometric dataset. 2021 [cited 2024 2024-03-07]; Available from: https://figshare.com/articles/dataset/dental-cepha-dataset_zip/13265471
2021
-
[136]
Computers in Biology and Medicine, 2023
Goceri, E., Evaluation of denoising techniques to remove speckle and Gaussian noise from dermo scopy images. Computers in Biology and Medicine, 2023. 152: p. 106474
2023
-
[137]
Biomedical Signal Processing and Control, 2023
Goceri, E., Classification of skin cancer using adjustable and fully convolutional capsule layers. Biomedical Signal Processing and Control, 2023. 85: p. 104949
2023
-
[138]
Analysis of capsule networks for image classification
Goceri, E. Analysis of capsule networks for image classification . in International conference on computer graphics, visualization, computer vision and image processing. 2021
2021
-
[139]
Capsule neural networks in classification of skin lesions
Goceri, E. Capsule neural networks in classification of skin lesions. in International conference on computer graphics, visualization, computer vision and image processing. 2021
2021
-
[140]
Expert Systems with Applications,
Goceri, E., Vision transformer based classification of gliomas from histopathological images. Expert Systems with Applications,
-
[141]
Journal of Imaging Informatics in Medicine, 2024: p
Goceri, E., Polyp Segmentation Using a Hybrid Vision Transformer and a Hybrid Loss Function. Journal of Imaging Informatics in Medicine, 2024: p. 1-13
2024
-
[142]
Neurocomputing, 2024: p
Goceri, E., Nuclei Segmentation Using Attention Aware and Adversarial Networks. Neurocomputing, 2024: p. 127445
2024
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.