---
title: "LM-PCVMNet for pediatric CVM analysis in cephalometric radiographs; state-of-the-art accuracy and PCVM+ with 1,800 images"
sdDatePublished: "2026-09-16T04:09:00Z"
source: "https://arxiv.org/pdf/2609.16033"
topics:
  - name: "health"
    identifier: "medtop:07000000"
  - name: "science and technology"
    identifier: "medtop:13000000"
locations:
  - "Jilin"
  - "Yanji"
  - "Tianjin"
---


LM-PCVMNet for pediatric CVM analysis in cephalometric radiographs; state-of-the-art accuracy and PCVM+ with 1,800 images

LM-PCVMNet: Pediatric Cervical Vertebral Maturation Analysis with Deep Fusion of Landmarks and Metadata

LM-PCVMNet: Pediatric Cervical Vertebral Maturation Analysis with Deep Fusion of
Landmarks and Metadata
Peng Wanga,b, Wanzhen Songb,d, Anli Wangc, Xueshuo Xied, Xiaohang Guanc,∗, Tao Lia,d,∗
aCollege of Cryptology and Cyber Science, Nankai University, Tianjin, 300350, China
bCollege of Engineering, Yanbian University, Yanji, 133002, Jilin, China
cTianjin Stomatological Hospital, Tianjin, 300350, China
dHaihe Lab of ITAI, Tianjin, 300350, China
Abstract
Cervical vertebral maturation (CVM) assessment plays a pivotal role in orthodontic diagnosis and determining the optimal timing
of treatment, especially for pediatric patients. In this paper, we propose LM-PCVMNet, a novel deep learning framework for automatic
pediatric CVM staging. Specifically, our method integrates vertebral anatomical landmark information, heatmap-guided feature
modulation, and metadata-informed similarity modeling into a unified learning framework. We introduce a heatmap-guided feature
modulation module that enhances feature extraction by leveraging landmark-centered heatmaps to highlight morphologically relevant
vertebral regions. A vertebral landmark-prompting block is designed to incorporate anatomical geometry into the representation
learning process. Furthermore, we develop a learnable metadata supervised contrastive loss that adaptively modulates positive-pair
similarity based on metadata similarity, enabling the model to learn more biologically consistent and discriminative features. To
facilitate further research in pediatric orthodontic treatment, we additionally release PCVM+. It contains 1,800 lateral cephalometric
radiographs from real-world patients aged 3–15 years, with expert-annotated CVM stages, 13 vertebral anatomical landmarks, and
corresponding metadata. We perform comprehensive experiments on two datasets, and the results show that our method achieves
state-of-the-art performance, effectively improving landmark localization and classification accuracy over existing models. Code and
dataset will be available at https://github.com/ybupengwang/LM-PCVMNet.
Keywords: Cervical vertebral maturation, Pediatric orthodontics, Landmark detection, Vision transformer, Deep fusion.
1. Introduction
Malocclusion is a common developmental disorder in pedi-
atric populations, arising from a combination of congenital and
environmental factors, including oral habits, systemic diseases,
and abnormal tooth replacement patterns [1]. It has been rec-
ognized by the World Health Organization as one of the major
oral diseases of the 21st century, alongside dental caries and
periodontal disease [2]. If left untreated, malocclusion may
adversely affect craniofacial development and long-term oral
function during childhood and adolescence. The effectiveness of
orthodontic treatment strongly depends on the accurate assess-
ment of an individual’s growth potential, particularly the timing
of the pubertal growth spurt [3, 4]. Interventions applied during
periods of active skeletal growth can substantially improve treat-
ment efficiency and stability. Therefore, reliable evaluation of
skeletal maturation has become a central component of clinical
decision-making in orthodontics.
Among commonly used radiographic approaches, lateral
cephalometric radiographs are routinely acquired as part of stan-
dard orthodontic examinations, providing critical information
on craniofacial morphology [4]. Although hand–wrist radio-
graphs have historically been employed to assess skeletal ma-
turity, concerns regarding additional radiation exposure have
∗Corresponding author: guanxiaohang@aliyun.com,litao@nankai.edu.cn
increasingly shifted clinical practice toward relying solely on
lateral cephalograms. The Cervical Vertebral Maturation (CVM)
method [5] evaluates skeletal development by analyzing mor-
phological changes of the second, third, and fourth cervical
vertebrae (C2–C4) and has been widely adopted in orthodontic
practice.
Despite its clinical utility, CVM staging remains a challeng-
ing and time-intensive task. Subtle morphological differences
between adjacent stages and interobserver variability contribute
to inconsistent assessments. In recent years, deep learning ap-
proaches have been explored to automate CVM staging from
cephalometric images [7, 8]. However, most existing mod-
els [9, 10, 11] have been trained on small-scale or mixed-age
datasets, which limits their applicability to pediatric populations.
The challenges in pediatric imaging are particularly pronounced.
As shown in Fig. 1(a), cervical vertebrae in children are still
undergoing ossification, often exhibiting blurred boundaries and
indistinct anatomical structures. In contrast, adult cervical verte-
brae, illustrated in Fig. 1(b), are well-defined, making staging
tasks substantially easier. Low bone density, incomplete ossifi-
cation, and undeveloped soft tissues contribute to reduced struc-
tural contrast, posing greater difficulties for automated models.
Furthermore, high-quality publicly available datasets specifically
designed for pediatric CVM staging are scarce.
To address these limitations, we first present a pediatric
arXiv:2609.16033v1 [eess.IV] 11 Sep 2026

(a) Pediatric Lateral Cephalogram
(b) Adult Lateral Cephalogram
Figure 1: Comparison of cervical vertebrae in pediatric and adult lateral cephalo-
grams with annotated landmarks. Reproduced from our preliminary conference
version[6].
CVM dataset named PCVM+. It consists of 1800 lateral cephalo-
metric radiographs from real-world clinical cases aged 3-15
years, annotated with CVM stages, 13 cervical anatomical land-
marks and corresponding metadata. The dataset is specifically
designed to support the development and evaluation of deep
learning models for cervical vertebral maturation staging in the
pediatric population. Considering the importance of privacy
protection and secure medical data management in AI-driven
healthcare systems [12], we emphasize that all metadata used in
the PCVM+ dataset were anonymized and collected under insti-
tutional ethical approval. To further tackle the challenge of CVM
staging in pediatric populations, we propose LM-PCVMNet,
which leverages anatomical landmarks and patient metadata as
guiding cues within a transformer-based CVM classification
framework. The main contributions in this paper can be
summarized as follows:
• We fuse heatmap-based vertebral landmarks with clinical
metadata within a unified learning framework for pediatric
CVM classification.
• We introduce LMSC, a metadata-guided weighting strat-
egy within a supervised contrastive learning paradigm,
aimed at enhancing feature discriminability for CVM stag-
ing.
• we release PCVM+, an extended version of the PCVM
dataset that incorporates metadata to support pediatric
CVM staging. It will serve as a valuable resource for fu-
ture research in pediatric orthodontics and medical image
analysis.
This paper is an extended version of our BIBM 2025 regular
paper [6]. This journal version builds upon the previously pub-
lished PCVMNet framework by preserving its core HGFM and
VLP designs while extending the original model with metadata-
aware learning and substantially enriched experimental valida-
tion. Compared with the conference version, this work pro-
vides a more comprehensive system-level investigation through
extensive ablation studies, sensitivity analyses, statistical vali-
dation, and interpretability analysis, offering a more complete
evaluation of the proposed framework. The major extensions
over the conference version are summarized as follows: (1)
we introduce metadata information into the original PCVMNet
framework and propose a novel landmark and metadata-guided
transformer. It leverages both anatomical priors and patient-
specific metadata to guide the visual feature learning process,
enabling more precise and robust representation learning for pe-
diatric medical images. (2) Beyond architectural improvements,
we further introduce LMSC, a metadata-guided supervised con-
trastive learning strategy that encourages subjects with similar
characteristics, including age, sex, and staging, to be positioned
more closely in the feature space. This formulation is consistent
with the clinical observation that pediatric subjects at the same
CVM stage may still exhibit substantial anatomical variation
due to individual developmental differences. By assigning larger
weights to metadata-consistent pairs and suppressing dissimilar
pairs, the LMSC loss effectively enhances feature discrimina-
tion, improves inter-stage separability, and reduces intra-stage
variability. (3) The original network is named PCVMNet in
our BIBM version. In this extended journal version, we denote
the upgraded architecture equipped with metadata modeling as
LM-PCVMNet. To evaluate the improved version, we conduct
extensive ablation studies and quantitative analyses to provide a
comprehensive assessment of its effectiveness and interpretabil-
ity.
2. Related work
2.1. Cervical Vertebral Maturation Assessment
Hand–wrist radiographs have traditionally been regarded as
the gold standard for skeletal maturity assessment. Classical
methods [13] provide detailed ossification staging. Lamparski
[14] demonstrated that the morphological changes of cervical
2

vertebral bodies during growth can serve as indicators of skeletal
maturation, and he proposed this approach as a reliable and
effective alternative to hand–wrist radiographic assessment of
skeletal age. Hassel and Farman [15] analyzed the CVM staging
system established by Lamparski, in which skeletal maturation
is assessed using only the second, third, and fourth cervical
vertebrae. Baccetti et al. [5] proposed an improved version of
the CVM method for identifying the mandibular growth peak.
This approach defines six maturation stages and eliminates the
need for additional hand–wrist radiographs, thereby reducing
both radiation exposure and diagnostic costs.
Based on this method, recent studies have applied machine
learning and deep neural networks [7, 16, 17] to automatically
classify CVM stages from lateral cephalograms, further improv-
ing efficiency, reproducibility, and diagnostic accuracy. Kim et
al. [18] proposed a multi-stage deep learning framework that
performs ROI detection, cervical vertebra segmentation, and
final CVM classification from lateral cephalograms, demonstrat-
ing that segmentation models yield noticeably higher accuracy
than direct classification approaches. Liao et al. [16] introduced
iCVM and incorporated label distribution learning to alleviate
the ambiguity between adjacent maturation stages, enabling the
model to better capture inter-stage correlations while reducing
the influence of uncertain annotations.
However, most of these approaches overlook two critical
factors. First, the anatomical keypoints that describe cervical
vertebral morphology, which play an essential role in CVM stag-
ing, are rarely incorporated into model design. Although Kim
et al. [17] attempted interactive keypoint estimation through
their Attend-and-Refine framework, keypoint information has
not been fully integrated into CVM classification pipelines. Sec-
ond, the influence of patient metadata, such as age and sex,
which are both clinically associated with skeletal maturation, has
been largely overlooked in existing deep learning approaches for
CVM assessment. To address these limitations, we propose LM-
PCVMNet, a landmark and metadata-guided CVM assessment
framework that jointly leverages cervical anatomical keypoints,
morphological features, and patient metadata to achieve more
accurate and clinically interpretable CVM stage prediction.
2.2. Contrastive Learning in Medical Image Analysis
Early contrastive learning focused primarily on instance dis-
crimination, encouraging models to pull together representations
of augmented views of the same image and push apart repr