Next Article in Journal
From Pre-Rendered to Autonomous: A Systematic Review of AI-Driven Character Animation and Embodiment in Virtual Reality
Previous Article in Journal
Designing Extended Intelligence: A Taxonomy of Psychobiological Effects of XR–AI Systems for Human Capability Augmentation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Technology Analysis of Extended Reality Using Machine Learning and Statistical Models

Department of Data Science, Cheongju University, Cheongju 28503, Republic of Korea
Virtual Worlds 2026, 5(2), 19; https://doi.org/10.3390/virtualworlds5020019
Submission received: 6 March 2026 / Revised: 5 April 2026 / Accepted: 16 April 2026 / Published: 20 April 2026

Abstract

Extended reality (XR), encompassing augmented reality (AR), virtual reality (VR), and mixed reality (MR), is a key enabling technology for virtual worlds, and XR-related patents continue to grow rapidly. However, patent-based XR technology analysis faces a fundamental challenge: document–keyword matrix (DKM) built from patent titles and abstracts are typically high dimensional, sparse, and often exhibit excess zeros, which can distort inference when conventional text mining pipelines are applied without a generative count perspective. In this study, we propose a statistically grounded XR technology analysis framework that combines likelihood-based count modeling with interpretable structure mining to map XR sub-technologies from a patent DKM. Using an XR patent–keyword matrix, we fit Poisson regression (PR), negative binomial regression (NBR), and zero-inflated negative binomial regression (ZINBR) models via maximum likelihood estimation (MLE), controlling for document-length effects. Model selection by Akaike information criterion (AIC) consistently favored NBR for both target keywords, indicating substantial overdispersion in XR patent counts. We interpret exponentiated coefficients as incidence rate ratios (IRRs) and construct a technology relatedness network from significant IRR edges, revealing a dual-axis XR structure: reality is anchored in an AR or VR experience and content axis such as virtual and augment, whereas extend is embedded in a structure and integration axis for example, surface, edge, layer, and connectivity-related terms. To show how the proposed method can be applied to real domains, we searched the XR patent documents, and analyzed them for XR technology analysis.

1. Introduction

Extended reality (XR), an umbrella term encompassing augmented reality (AR), virtual reality (VR), and mixed reality (MR), has emerged as a core enabling technology for the realization of virtual worlds and immersive human–computer interaction paradigms. XR systems integrate sensing, rendering, interaction, and spatial computing components to deliver persistent and context-aware experiences that bridge physical and digital environments [1,2]. As XR hardware and software ecosystems mature, XR technologies are increasingly embedded in diverse application domains, including industrial training, manufacturing, healthcare, education, entertainment, and remote collaboration. Consequently, understanding the evolving structure of XR technologies and identifying meaningful XR sub-technologies have become important for both research and practice [1,2]. A particularly informative lens for studying technology evolution is patent data, which often capture early stage inventive activity and provide structured signals such as assignees, filing dates, classifications, and claims that can be leveraged for technology intelligence and R&D strategy [3]. In recent years, patent analytics has expanded from descriptive statistics to data-driven discovery of technology clusters, novelty, and trajectories, enabling more systematic technology landscape mapping and evidence-based decision making [4,5].
However, despite the growing strategic importance of XR, the patent-based XR technology landscape remains challenging to analyze at scale because the underlying textual evidence must be translated into machine-readable representations that support robust modeling and interpretation. A common pipeline for patent text analytics transforms patent documents into a document–keyword matrix (DKM), where rows correspond to patent documents, columns correspond to extracted keywords, and entries represent keyword frequencies [6,7,8,9]. While DKM representations enable classical machine learning workflows and facilitate interpretability, the DKM related to XR patents is typically high-dimensional and extremely sparse. In such settings, the observed number of zeros greatly exceeds what standard count models would predict, exhibiting a zero-inflated (ZI) pattern that reflects both structural absence of a technology concept in a patent and stochastic absence due to limited disclosure length, vocabulary variability, and extraction noise [10,11,12]. This sparse, zero-inflated count structure can degrade the validity of downstream analyses if ignored, leading to unstable topic discovery, biased similarity estimation, and overly fragmented clustering outcomes [10,11,12]. Much of the prior patent analytics literature has relied on probabilistic topic modeling or embedding-based clustering for technology topic identification and trend analysis, often combined with visualization or network-based mapping. These approaches have demonstrated practical utility across domains, including technology forecasting and emerging technology detection [13,14,15]. Nevertheless, many widely used workflows implicitly treat the DKM as if zeros were generated solely by a standard count process, or they apply ad hoc preprocessing such as term frequency-inverse document frequency (TF-IDF) transformations, aggressive filtering, or binarization to mitigate sparsity [16,17]. Such practices can be problematic for XR patents because the mechanism generating excessive zeros is not explicitly modeled, and the resulting sub-technology structures may be sensitive to preprocessing choices. This motivates the need for modeling strategies that are likelihood-aware for zero-inflated counts while retaining interpretability for technology mapping [18]. To address these challenges, this study focuses on XR patent DKM and proposes an analysis framework that treats extracted keywords as observable variables representing XR sub-technologies, while explicitly accounting for sparse, zero-inflated count generation. In particular, we position XR sub-technology discovery as a problem of learning low-dimensional latent structure from a high-dimensional sparse count matrix, where both structural zeros and sampling zeros may coexist [18,19,20]. Building on advances in count-based latent factor models and scalable inference for sparse matrices, we aim to extract interpretable sub-technology components and quantify their relationships in a way that is statistically principled and empirically robust [20]. In addition to sub-technology extraction, XR technology planning often requires understanding how technological elements combine and co-evolve. Therefore, we further analyze the association structure among keywords using a co-occurrence network perspective and exploit modern community detection methods to summarize dense interaction patterns into coherent technology modules. This network view complements count-likelihood modeling by highlighting technology combinations that frequently appear together, providing an intuitive map of sub-technology proximity and modular organization [21,22].
The main contributions of this work are summarized as follows. First, we introduce a statistically grounded framework for XR technology analysis by explicitly modeling patent-derived DKMs as zero-inflated count data, addressing a critical limitation of conventional text mining approaches that ignore excess zeros and overdispersion. Second, we develop a likelihood-based modeling pipeline that enables interpretable extraction of XR sub-technologies through incidence rate ratio (IRR) analysis, providing statistically meaningful measures of technology relatedness. Third, we construct a technology relatedness network based on statistically significant IRR effects, offering an intuitive and structurally grounded representation of XR technology relationships. Finally, by integrating statistical modeling with network analysis, we provide a unified and reproducible framework that improves robustness, interpretability, and practical applicability for XR patent analytics.
The remainder of this paper is organized as follows. Section 2 introduces the research background related to technology analysis and zero-inflated count modeling. Section 3 presents the data and proposed method for XR technology analysis using machine learning and statistical models. Section 4 shows the experimental results to verify the performance of our method. Lastly, we represent the conclusions of our paper in Section 5.

2. Research Background

2.1. Technology Analysis

XR, encompassing AR, VR, and MR, is widely regarded as a foundational set of technologies for immersive digital environments and virtual worlds. From a technology management perspective, XR is not a single monolithic technology but a convergent ecosystem that integrates heterogeneous components such as sensing, tracking, rendering, display hardware, interaction techniques, and enabling software stacks [23]. Because these components evolve at different rates and are driven by different industrial actors, a systematic technology analysis is essential to map the XR technology landscape, define interpretable sub-technology areas, and compare their relative maturity and relationships using reproducible evidence [23]. In this study, we focus on patent documents as a structured and scalable source to operationalize XR sub-technology variables via patent keywords and their empirical usage patterns. In general, technology analysis refers to a family of approaches used to understand the structure, dynamics, and trajectories of a target technology domain for purposes such as strategic planning, R&D portfolio management, and policy design. Existing approaches can be broadly grouped into qualitative methods and quantitative methods. Qualitative methods include expert panel review, Delphi-style elicitation, and technology roadmapping (TRM), which emphasize interpretability and contextual reasoning but can be limited by scalability and reproducibility [24]. TRM, in particular, provides a systematic way to align markets, products, and technologies over time, and recent review work has highlighted how roadmapping has evolved into more data-supported and model-driven practices across multiple industries. Quantitative methods, by contrast, rely on observable artifacts such as publications, patents, and product data, and apply bibliometrics, scientometrics, network analysis, and machine learning to generate evidence-based maps and indicators of technological change. In practice, high-quality technology analysis often combines both paradigms: qualitative judgment is used to validate and label patterns discovered from quantitative data, while quantitative analysis provides coverage, objectivity, and auditability [24]. Among quantitative data sources, patent documents are particularly valuable for technology analysis because they provide standardized metadata such as filing dates, assignees, inventors, jurisdictions, patent classification codes, and rich technical descriptions that may appear earlier than journal publications or commercial products [25,26]. A common framework to synthesize such evidence is patent landscape analysis (PLA), which aims to produce a structured overview of the development of a technology field and to identify trends, leading actors, and underexplored opportunities [25]. International guidance for preparing PLA reports emphasizes careful definition of the analysis scope, transparent search strategies, and robust data cleaning and reporting practices. More recent methodological discussions further underline that PLA can support decision-making for diverse stakeholders by connecting patent-based signals to technology trend identification and research funding or innovation policy needs [25,26].
A typical patent-based technology analysis pipeline consists of domain scoping and query design, patent retrieval and deduplication, text preprocessing and representation construction, and downstream modeling for mapping and inference [27,28]. First, the analyst defines the target domain and designs a retrieval strategy using combinations of keywords, patent classification codes, and inventor constraints, often iterating through pilot searches to improve precision and recall. Second, the retrieved corpus is cleaned by handling patent families, removing duplicates, harmonizing assignee names, and optionally restricting to specific jurisdictions or time windows depending on the research objective. Third, the textual content such as title, abstract, and claims is transformed into an analysis-ready representation through preprocessing steps such as tokenization, normalization, stopword removal, and domain-specific phrase handling. Open source guidelines and handbooks for patent analytics provide detailed, practical recommendations for implementing these steps in a reproducible manner, including common pitfalls in patent text processing and suggestions for toolchains that support scalable analysis [27,28]. To operationalize sub-technology structures from patent text, a widely used representation is the DKM, where rows correspond to patent documents, columns correspond to extracted keywords, and entries represent observed counts [13,14,29]. The DKM enables a range of downstream analyses, clustering and map-based visualization to identify coherent technology groups, topic modeling to extract latent themes that can be interpreted as technology topics, and time-aware analyses to track the emergence and diffusion of topics or clusters [13,14,29]. Prior patent analytics studies have demonstrated that text mining and clustering can help identify emerging and vacant technology areas, while topic modeling combined with expert judgment can produce interpretable technology themes and connect them to subsequent statistical analyses such as forecasting or outcome modeling. Such pipelines are directly relevant to XR patents, where the goal is to extract meaningful sub-technology variables from large-scale patent corpora in a way that supports both interpretability and empirical validation [13,14,29]. However, a key methodological complication is that patent DKM is typically high-dimensional and extremely sparse, implying that a large fraction of entries are zeros. In XR-related corpora, sparsity can be exacerbated by rapidly evolving terminology, heterogeneous subdomains, and long-tailed keyword distributions. Importantly, the abundance of zeros is not merely a computational nuisance; rather, it may reflect distinct data-generating mechanisms. Some zeros are structural, meaning that the corresponding keywords are genuinely irrelevant to a given document, whereas others are sampling zeros, meaning that the keywords are relevant but do not appear in the selected text fields. This motivates modeling strategies that go beyond standard continuous embeddings or naive frequency-based representations [30,31]. For example, prior work has introduced explicit zero-inflated formulations for learning representations from sparse count matrices, demonstrating that accounting for excess zeros can improve the faithfulness of learned structures. Likewise, the broader patent text mining literature has increasingly emphasized the importance of selecting representations and models that match the statistical properties of patent data, including sparsity and count-valued observations. Building on this perspective, the next Section 2.2 reviews zero-inflated count modeling as a principled foundation for analyzing sparse patent DKM and for defining XR sub-technology variables in a statistically coherent manner [30,31].
Recent studies have increasingly incorporated artificial intelligence and deep learning techniques into patent analytics to improve technology mapping and forecasting [31,32,33,34,35,36]. In particular, transformer-based language models and embedding-based approaches have been applied to capture semantic relationships in patent texts, enabling more accurate identification of emerging technologies and innovation patterns [37,38]. In the XR domain, recent works have focused on integrating immersive technologies with industrial applications and analyzing their technological evolution using data analysis methods. At the same time, graph-based approaches have gained attention for modeling complex relationships among technological elements, such as cooccurrence networks, citation networks, and knowledge graphs [39,40,41,42]. These methods provide complementary perspectives to traditional clustering and topic modeling by emphasizing structural relationships among technologies. However, many of these approaches do not explicitly consider the statistical properties of sparse count data, particularly zero inflation and overdispersion, which are critical in the DKM of patent data. Globally, XR research and innovation have been actively pursued across multiple regions, including North America, Europe, and East Asia. In particular, the United States, China, and European countries have played leading roles in XR technology development, with increasing integration of immersive technologies into industrial and consumer applications. These global trends highlight the relevance of XR technology analysis from an international perspective.

2.2. Zero-Inflated Count Modeling

Patent-derived DKMs are count-valued and typically extremely sparse, so a statistically principled analysis starts by treating each entry as an outcome of a count-generating process. Standard Poisson models provide a baseline but often fail for text-derived counts because the conditional variance frequently exceeds the mean, producing overdispersion. The Negative Binomial (NB) model accommodates such dispersion and is therefore commonly used as a more flexible baseline for patent and text count data [43]. In many DKM data, however, the observed proportion of zeros is substantially larger than what Poisson or NB would predict, motivating ZI models. They represent the data as a mixture of an inflation component that generates a point mass at zero and a baseline count component that generates nonnegative counts. Under this formulation, zeros can arise either from an inflation mechanism, which corresponds to structural zeros, or from the baseline count distribution, which corresponds to sampling zeros. Regression extensions link the inflation probability (e.g., via a logit link) and the baseline mean (e.g., via a log link) to covariates, yielding canonical models such as ZIP and ZINB. This decomposition aligns naturally with patent DKM, where a keyword may be absent because it is genuinely irrelevant to a document’s technical content or because it is not observed in the selected text fields despite conceptual relevance [44].
Recent advances in zero-inflated modeling and sparse count data analysis have further emphasized the importance of accounting for excess zeros in high dimensional data. In particular, zero-inflated models have been extended to large scale applications, including text mining, recommender systems, and representation learning for sparse matrices [20,30,31,44,45]. These developments highlight the necessity of adopting statistically principled approaches when analyzing the patent count data, where ignoring zero inflation may lead to biased inference and unstable model performance. A closely related class is the hurdle model, which separates the probability of observing any positive count from the positive-count magnitude through a zero-truncated count distribution. Compared with hurdle models, ZI models allow zeros to arise from both components, which can be preferable when the “at-risk” group can still produce zeros through the baseline count process. Practical guidance in the recent literature emphasizes that choosing between ZI and hurdle formulations should be driven by interpretability, diagnostic checks, and out-of-sample fit rather than by convention [46]. ZI and hurdle models are commonly fit via maximum likelihood estimation (MLE) and are supported by modern software. Likelihood-based implementations such as generalized linear mixed model (GLMM) offer efficient estimation of ZI count models within a GLMM framework, while Bayesian multilevel modeling provides flexible specification and uncertainty quantification when hierarchical structure is required. These tools facilitate transparent model comparison and reproducible reporting in applied technology analytics [47,48,49].
Beyond independent regression, ZI modeling has expanded to accommodate complex dependence structures, including multilevel, temporal, and spatial processes, and recent reviews consolidate modeling and computational strategies for such settings. These extensions are relevant for patent analytics when observations are grouped by assignee, jurisdiction, or time, or when correlation is induced by technology classes [45]. A distinctive challenge in patent text mining is the scale of the DKM. Because the matrix is dominated by zeros, scalable approaches often rely on sparse-matrix computations and inference procedures that scale with the number of nonzero entries. Representative developments include Hierarchical Poisson Factorization (HPF) for large sparse count matrices and explicitly zero-aware representation learning such as Zero-Inflated Exponential Family Embeddings, which treat zeros as statistically meaningful outcomes rather than missing information. These lines of work motivate likelihood-consistent methods for extracting interpretable latent structure from sparse patent DKM [20,30]. Taken together, the preceding discussion supports a central premise of this study: XR patent DKM are better viewed as realizations from a sparse, heterogeneous, and often zero-inflated count process, and ignoring this feature constitutes likelihood misspecification that can distort inferred technology structure. This motivates the methodology presented in Section 3, where we adopt a likelihood-based framework for zero-inflated count structure learning and complement it with network-based analysis for characterizing technology associations.
Despite these advances, existing studies on XR technology analysis and patent analytics have largely relied on frequency data analysis methods, topic modeling, or embedding clustering without explicitly addressing the zero-inflated and overdispersed nature of patent DKM. This gap motivates the need for a unified framework that integrates statistically grounded count modeling with interpretable structure analysis, as proposed in this study. The choice of statistical models in this study is guided by the intrinsic characteristics of DKM derived from patent documents. Because the data consist of sparse count observations with substantial variability, Poisson models serve as a natural baseline but may be inadequate due to their restrictive mean and variance assumption. The negative binomial model is therefore adopted to account for overdispersion commonly observed in text-derived count data. Furthermore, zero-inflated models are considered to explicitly capture excess zeros arising from both structural absence and sampling variability in patent documents.

3. Data and Proposed Method

3.1. DKM Construction and Data Desscription

To perform XR technology analysis using machine learning and statistical models, we collect the patent documents related to XR technology from the patent databases such as the United States Patent and Trademark Office (USPTO) and Korea Intellectual Property Rights Information Service (KIPRIS) [50,51]. The selection of USPTO and KIPRIS databases is motivated by their accessibility, data quality, and representativeness. The USPTO reflects a major global innovation ecosystem with extensive patent activity in XR technologies, while KIPRIS provides high-quality data from a technologically advanced and innovation-driven economy. Together, these sources offer a balanced and informative dataset for XR technology analysis. Using text mining techniques, we preprocess the collected the patent documents related to XR technology and build the DKM. After applying data cleaning, filtering, and preprocessing procedures, a total of 2500 patent documents were selected for analysis. These patents cover a wide range of XR-related technology fields, including AR, VR, and MR, as well as supporting technologies such as sensing and tracking, rendering and visualization, user interaction, display systems, spatial mapping, and communication or connectivity components. This diversity of technology domains ensures that the constructed DKM captures a comprehensive representation of XR technology components and their interactions. Algorithm 1 describes the entire process of building the DKM in this paper.
Algorithm 1 Construction of Patent Document–Keyword Matrix (DKM)
Input:
 Patent records, D = d 1 , d 2 , , d n with fields of p a t e n t i d , t i t l e ,   a b s t r a c t
n: number of patent documents
Output:
 Document–keyword matrix (DKM), M N 0 n × p  
p: number of patent keywords
  N 0 = N 0 = 0,1 , 2 ,
Procedure:
  • Patent retrieval and corpus definition
    (1-1) Retrieve patent documents relevant to target technology using XR keyword queries
    (1-2) Define analysis unit by each patent document
  • Construction of text database
    (2-1) Remove duplicates and consolidate patent members
    (2-2) Concatenate fields to construct text database X d , each document d
        X d t i t l e d | | a b s t r a c t d
  • Text normalization and tokenization
    (3-1) Apply lowercasing, punctuation, whitespace to X d X ~ d
    (3-2) Convert X ~ d into tokens, apply stopword removal, lemmatization, and stemming
  • Term generation
    (4-1) Generate unigram candidates and keep their within-document occurrence counts
    (4-2) Extract keywords from all candidate terms by computing document frequency
  • DKM construction
    For each document d and each keyword k,
    Set m d k count of keyword k in document d
    M = m d k is DKM
    Compute sparsity, zero ratio (ZR), Z R = 1 D K d = 1 D k = 1 K 1 m d k = 0
We construct the DKM from XR patent documents with their titles and abstracts using Algorithm 1. Our DKM has a structure as shown in the following Figure 1.
So, our study analyzes the patent-derived DKM constructed from patent documents. Each row corresponds to a patent document and each column corresponds to a keyword extracted from the patent title and abstract. The matrix entry x d k N 0 denotes the frequency count of keyword v observed in document d. Because the DKM is typically sparse, the matrix exhibits a high proportion of zeros, which is consistent with zero inflation and motivates count models that explicitly account for excess zeros. Prior to modeling, we perform two data cleaning steps. First, documents with all-zero keyword counts are removed, since they contain no usable information for keyword-based modeling. Second, if duplicated keyword columns occur due to preprocessing or name repair during data export, for example duplicated columns indexed with suffixes, we consolidate them by summing counts across identical keyword labels. After these steps, the cleaned DKM is used for all subsequent analyses. To control for document length effects, we compute the document level total count L d = k m d k and define a length covariate l o g l e n d = l o g L d + 1 . This covariate serves as a normalization control because longer texts tend to produce larger counts for many keywords, which can confound the estimation of keyword-specific associations. Since L d generally tends to be skewed towards one side, we take the log here to smooth out the extreme values. Also, to prevent l o g 0 when L d = 0 , we add 1 to L d . To ensure reproducibility, the preprocessing steps were implemented using standard text mining procedures, including tokenization, stopword removal, lemmatization, and stemming. Keywords were selected based on document frequency thresholds, and only terms appearing in at least 20 documents and less than 90% of all documents were retained. This filtering step reduces noise from extremely rare or overly common terms. In this study, the analysis is based on an aggregated DKM, and temporal information such as patent filing year is not explicitly incorporated. This design allows us to focus on the overall structural relationships among XR technologies.

3.2. Pipeline of XR Technology Analysis

To address these challenges, we propose a structured analysis pipeline for XR technology. The pipeline consists of three main components. First, we apply likelihood-based count models to capture the statistical properties of sparse and zero-inflated data. Second, we estimate conditional relationships among keywords using interpretable regression coefficients. Third, we construct a technology relatedness network based on statistically significant associations, enabling intuitive visualization of XR sub-technology structures. The pipeline consists of four components. First, we carry out the zero-inflated count modeling for target technologies using Poisson and negative binomial (NB) distributions and zero-inflated models based on Poisson and NB distributions. Second, we perform the technology relatedness network construction using statistically significant keyword effects. Finally, we explore the white space and prediction analyses for vacant technology forecasting, including candidate keyword-pair opportunities and document-level high predicted but low observed cases.
The selection of these models is motivated by the statistical properties of the DKM. In particular, keyword frequencies are non-negative integer counts, making count regression models appropriate. However, due to the high sparsity and heterogeneity of patent text data, simple Poisson assumptions are often violated. Therefore, we extend the modeling framework to include negative binomial and zero-inflated variants, which provide greater flexibility in capturing overdispersion and excess zeros. In this study, the response variable represents the frequency count of a selected target keyword in each patent document. Predictor variables are defined as binary indicators that take the value 1 if a keyword appears at least once in a document, and 0 otherwise. This binary representation is adopted to stabilize estimation under sparse conditions and to focus on the presence of technological components rather than their absolute frequency. We primarily consider two representative XR target technologies, reality and extend, as response variables. In this study, two target keywords, extend and reality, are selected as representative anchors for XR technology analysis. These keywords are chosen to reflect two fundamental dimensions of XR systems, structure and integration-oriented aspects (extend) and experience and content-oriented aspects (reality). By focusing on these two dimensions, the proposed framework aims to uncover the underlying structural organization of XR technologies, rather than providing an exhaustive analysis across all possible keywords.
However, the framework is not restricted to these targets, and any keyword count can be treated as a response to investigate its conditional relationships with other sub-technologies. To reduce noise and improve stability under sparsity, we apply document frequency filtering to exclude extremely rare or overly ubiquitous keywords. Specifically, we retain keywords whose document frequency falls within a reasonable range, for example, at least 20 documents and at most 90% of documents, and we subsequently select a compact set of candidate predictors via a correlation screening step. Let y d denote the count response for a target keyword in document d. Let z d denote a vector of binary predictors indicating the presence of selected keywords, and let l o g l e n d be the document length control covariate. To control for document length effects, the total keyword count for each document is included as a covariate after log transformation. This adjustment accounts for the fact that longer documents tend to contain more keywords, which may otherwise bias the estimation of keyword associations. Including document length as a control variable is essential to adjust for differences in document size, as longer patent texts tend to contain more keywords. Without this adjustment, estimated associations may be confounded by document verbosity rather than reflecting true technological relationships. We fit three likelihood-based count models. The first model is Poisson regression as follows [10,52,53].
y d ~ P o i s s o n μ d , l o g μ d = α + β 0 l o g l e n d + z d T β
where μ d is a parameter of Poisson distribution and represents a mean rate per unit interval. As follows, the second model is negative binomial regression to accommodate overdispersion [10,52,53].
y d ~ N B μ d , r , l o g μ d = α + β 0 l o g l e n d + z d T β
Our final model is zero-inflated negative binomial, which is expressed as follows [10,52,53].
y d ~ 0 w i t h   p r o b a b i l i t y   π d N B μ d , r w i t h   p r o b a b i l i t y   1 π d  
We represent the models for the two subdivided distributions as follows.
l o g μ d = α + β 0 l o g l e n d + z d T β ,   l o g i t π d = γ 0 + γ 1 l o g l e n d
All models are estimated using maximum likelihood estimation (MLE) implemented in generalized linear mixed models, which supports NB and ZI components within a unified likelihood framework [47,48]. Binary indicators are used for predictor variables to reduce the influence of extreme count values and to focus on the presence or absence of technological components. This approach improves model stability and interpretability, particularly in high-dimensional sparse settings. All models were estimated using maximum likelihood estimation implemented in the R statistical environment, specifically using packages that support generalized linear models and zero-inflated modeling. Default optimization settings were used, and convergence was verified for all models. Model selection is performed using Akaike information criterion (AIC), and residual diagnostics based on dispersion and zero-inflation checks are conducted. For the conditional mean model, coefficient estimates are reported on an interpretable scale using the IRR.
I R R j = e x p β j
where β j is the coefficient for predictor j. An IRR greater than 1 indicates that the presence of the corresponding keyword is associated with higher expected target counts, after adjusting for document length and other predictors. Conversely, IRR less than 1 indicates a negative conditional association. This IRR-based interpretation provides a statistically coherent measure of technology relatedness among sub-technologies. To summarize multivariate conditional relationships, we construct a directed technology relatedness network using statistically significant predictors from the selected generalized linear mixed modeling. Nodes represent sub-technologies (keywords) and targets, and a directed edge from keyword k to target t is created if the corresponding coefficient is statistically significant. Edge weight reflects association strength, for example using l o g I R R , while edge type encodes association direction (IRR ≥ 1 vs. IRR < 1). This network view complements coefficient tables by providing an intuitive structural map of which sub-technologies are conditionally linked to key XR concepts such as reality and extend. While regression quantifies conditional effects with respect to a target, technology structure in XR patents is also characterized by recurring combinations of keywords. To extract such groups, we visualize the relatedness network between XR sub-technologies. The technology relatedness network is constructed by selecting predictor variables whose coefficients are statistically significant at a predefined significance level. Directed edges are created from predictor keywords to the target keyword, and edge weights are defined based on the magnitude of the corresponding IRR values. This procedure ensures that the network reflects statistically meaningful relationships rather than simple co-occurrence patterns.

4. Experiments and Results

The objective of this analysis is to uncover the static structural relationships among XR technology keywords, rather than to model their temporal evolution. Therefore, the results should be interpreted as representing the overall organization of XR technologies across the dataset. We collected the patents related to XR technology from the KIPRIS and USPTO [50,51] for XR technology analysis. To analyze the DKM of XR technology, we used the R project and its packages [16,17,47,48,54,55]. All figures were generated with high resolution and carefully designed to ensure readability and clear presentation of the results. This experiment was conducted on the DKM constructed from XR patents. Each row in the DKM represents a patent document, each column represents a keyword representing a sub-technology, and each element represents the frequency of occurrence of that keyword. Due to the general characteristic of patent text data, the DKM is highly sparse and suffers from zero inflation. Preprocessing was performed to remove all zero rows—those with all column values set to zero. In cases where identical keywords were duplicated in columns, suffixes were removed. Then, columns with identical base names were combined to normalize the DKM. This prevented selection errors in the regression model and prevented the problem of identical sub-technology being estimated as fragmented. Additionally, to control for the document length effect, the total occurrence count L d = k m d k was calculated for each document, and l o g l e n d = l o g L d + 1 was included as a covariate. This was intended to reduce the confounding effect of increased keyword counts in longer documents, thereby increasing the stability of the estimated conditional association between keywords and technologies. While the two keywords reality and extend were the primary targets of this study, the proposed framework can target any keyword, enabling a multi-faceted exploration of the structure of XR sub-technologies. Each element targeted by DKM is count data, which suffers from overdispersion as the variance is greater than the mean, and zero-inflated data. Therefore, to analyze such zero-inflated data, this study fitted and compared three likelihood-based models, Poisson regression (PR), negative binomial regression (NBR), and zero-inflated negative binomial regression (ZINBR). In this paper, model comparisons were performed based on AIC. A lower AIC indicates a better balance between data fit and complexity. In general, Poisson is disadvantaged in DKM due to its inability to account for overdispersion, while NB often significantly improves AIC by absorbing overdispersion. Furthermore, in cases where there is a structural excess of zeros, ZINB can provide additional improvements over NB. The AIC values for the three models considered in this paper are shown in Table 1 below.
Table 1 reports the AIC values obtained from three count models for the two target keywords, reality and extend. Since a smaller AIC indicates a better trade-off between goodness of fit and model complexity, the results suggest that NBR provides the best fit for the reality target (AIC = 5389.11), substantially improving over PR (AIC = 5582.91). This reduction implies that the reality counts exhibit meaningful overdispersion, which is not adequately captured by the Poisson assumption (mean–variance equality), whereas the negative binomial likelihood accommodates extra-Poisson variability more effectively. For the extend target, NBR again yields the lowest AIC (AIC = 6257.34), although the difference among models is relatively modest compared to the reality case. Although the ZINB model is designed to account for excess zeros, the results indicate that it does not provide sufficient improvement over the NB model in terms of AIC to justify the additional model complexity in this dataset. This result suggests that the observed overdispersion in the data can be effectively captured by the NB model, and that the contribution of an explicit zero-inflation component may be limited under the current data conditions.
Based on these results, we adopt NBR as the primary model for subsequent inference on technology relatedness via IRR-based interpretation and downstream analyses. That is, Table 1 presents the AIC values for the three models. Since a lower AIC indicates a better balance between model fit and complexity, the results suggest that the negative binomial model provides the most appropriate fit for the data. This finding indicates that overdispersion is a key characteristic of the XR patent keyword counts and should be explicitly accounted for in the analysis. It is important to note that the objective of model selection in this study is not to optimize predictive performance, but to identify an appropriate statistical model that captures the underlying data characteristics, such as overdispersion and zero inflation. Therefore, likelihood-based criteria such as AIC are used to ensure a statistically coherent model specification. Table 2 summarizes the parameter estimates for the selected predictor keywords in the count regression model with extend as the response.
The reported estimate values are interpreted as IRRs, because the coefficients were exponentiated, I R R = e x p β . Each predictor keyword is coded as a binary presence indicator, that is, 1 if the keyword appears at least once in a patent document and 0 otherwise. Hence, an IRR represents the multiplicative change in the expected count of extend when the corresponding keyword is present, holding all other predictors constant. A key control variable in the model is l o g l e n , defined as l o g L d + 1 , where L d is the total keyword count in document d. This covariate adjusts for document length effects, because longer texts tend to generate higher counts across many keywords, which may confound inference on keyword-specific associations. In Table 2, the IRR for l o g l e n is 0.5489. Because loglen is included primarily as a normalization control, its coefficient should not be over-interpreted as a technology effect. Rather, its role is to ensure that the IRRs of keywords reflect conditional relationships beyond the trivial effect of document length and overall verbosity. Among the predictors, wall (IRR = 1.6208) and edg (IRR = 1.4900) show the strongest positive associations with extend. Additional large IRRs are observed for connect (1.4119), layer (1.3599), arrang (1.3449), assembl (1.3284), surfac (1.2916), and electr (1.2806). Collectively, these predictors form a coherent theme that emphasizes geometric or structural representation and spatial organization, for example, wall, edge, surface, and layer, together with system integration and connectivity such as connect, electr, assembly, and arrangement. This pattern suggests that extend in XR-related patents is not merely an abstract extension concept, but is closely tied to an implementation layer involving spatial structure, surfaces, and their integration within connected systems. Several additional predictors, such as contact (1.2339), structur (1.2380), face (1.3685), and region (1.2015), indicate that extend frequently co-occurs with terms describing structural composition, contact-based interaction, and region or geometry definitions. In particular, the positive association with face may reflect either face-related sensing/interaction or the use of face in a geometric sense, for example, planar faces of surfaces. This highlights the importance of domain-aware interpretation and, where necessary, checking representative patents to disambiguate semantics. Finally, variables with IRRs close to 1 (or with confidence intervals that approach 1) indicate weaker independent contributions under the multivariable model. Overall, Table 2 provides evidence that the extend keyword is strongly associated with a sub-technology axis emphasizing spatial or structural representation and connectivity-driven integration, which is relevant for XR technology management because it points to a plausible implementation pathway for extended systems, the coupling of geometry or surfaces with connected components and structural assembly. Next, Table 3 reports exponentiated parameter estimates for predictor keywords in the model with reality as the response.
As in Table 2, predictors are binary presence indicators, and IRRs describe the multiplicative change in the expected reality count when a predictor keyword is present, after controlling for l o g l e n and all other included predictors. The results reveal a markedly different structure from the extend model, highlighting a sub-technology axis that is more closely aligned with XR experience concepts and content or interaction layers. The largest IRRs are observed for virtual (IRR = 3.1558) and augment (2.7976). These effects are substantial and strongly consistent with XR semantics, patents that explicitly mention virtual or augment are much more likely to exhibit higher reality counts. In practical terms, these findings indicate that reality is centrally embedded within the AR/VR conceptual core of XR patents, and that the association remains strong even under multivariable adjustment, suggesting a robust conditional relationship rather than a simple cooccurrence artifact. Beyond the AR or VR core, the positive IRRs for content (1.2896) and environ (1.2327) indicate that reality is frequently coupled with content generation/delivery and environment representation. This aligns with the view that reality in XR patents is expressed not only as an abstract label but in conjunction with the mechanisms that make XR experiences realistic: content pipelines and environmental context modeling. Additional positive associations for view (1.1248), video (1.1386), captur (1.1091), and display (1.0965) further suggest that reality is linked to an end-to-end experience stack, spanning acquisition/capture, media representation, viewpoint specification, and display output. In contrast, certain predictors exhibit IRRs below 1, most notably render (0.7749) and imag (0.8757). These negative conditional associations should not be interpreted as “rendering” or “image processing” being unimportant for XR. Rather, they likely reflect feature competition and wording substitution within patent texts under multivariable adjustment. For example, some patents may emphasize rendering-related terminology instead of using the term reality, leading to a negative conditional association once other AR/VR and content variables are included. Similarly, the relatively weak or slightly negative association for imag may indicate that reality is expressed more through concept-level XR descriptors (virtual/augment/content/environment) than through generic image-processing language, at least within the selected predictor set. Several predictors such as user (0.9407), camera (0.8995), and object (0.9426) are near or below 1, suggesting that reality in this regression specification is less directly tied to sensor/device terms and more strongly tied to the experience/content layer. Nevertheless, these terms may still play important roles in higher-order structures (e.g., bundle analysis or co-occurrence networks), and their influence can also emerge through interactions or different target choices. From a technology management perspective, Table 3 supports the conclusion that reality is anchored in the XR landscape by the AR or VR conceptual core (augment, virtual) and is operationalized through a content-and-environment pipeline (content, environ, video, captur, view, display). This suggests that future XR innovation and patent strategies centered on “reality” may be most effectively pursued through integrated developments that connect content creation, environmental context modeling, and media capture/display pipelines, rather than focusing narrowly on isolated device or low-level imaging terminology.
We visualize the conditional effects reported in Table 2 and Table 3 using forest plots of the estimated IRRs in Figure 2 and Figure 3. In both figures, each dot represents the point estimate of the IRR for a predictor keyword coded as a binary presence indicator, and the horizontal line denotes its 95% confidence interval. The vertical dashed line at IRR = 1 corresponds to no effect on the expected target keyword count. Accordingly, predictors whose confidence intervals lie entirely to the right of 1 indicate a statistically meaningful positive conditional association with the target, whereas those lying to the left indicate a negative conditional association, after adjusting for document length l o g l e n and the remaining predictors. Figure 2 shows the conditional effect (IRR) for target keyword extend.
Figure 2 corresponds to Table 2 and highlights that extend is most strongly associated with structural and integration-related sub-technologies. Specifically, the largest positive effects are observed for wall and edg, followed by connect, layer, arrang, assembl, surfac, and electr, most of which have confidence intervals clearly above 1. This pattern is consistent with Table 2 and suggests that patents emphasizing boundary or geometry and structural elements such as wall, edge, surface, and layer as well as system-level integration such as connect, electr, assembly, and arrangement tend to exhibit substantially higher expected counts of extend. The plot therefore provides an intuitive structural view that extend is positioned along an XR implementation axis involving spatial structure representation and connectivity-driven integration. In contrast, predictors whose confidence intervals overlap 1, for example, some motion or optics-related terms, show comparatively weaker conditional contributions under the multivariable model. The l o g l e n term appears as a control covariate rather than a sub-technology keyword, and its inclusion ensures that these IRR estimates represent associations beyond trivial document-length effects. Next, we represent the conditional effects (IRR) for target keyword reality in Figure 3.
Figure 3 is related to Table 3 and shows a markedly different profile, centered on XR experience-layer concepts. The strongest positive effects are clearly associated with virtual and augment, whose IRRs are substantially greater than 1 and well separated from the null line. This finding aligns with Table 3 and indicates that the presence of AR or VR core concepts is the dominant conditional driver of reality counts. Several additional predictors such as content, environ, video, view, captur, and display, tend to lie on or to the right of IRR = 1, supporting the interpretation that reality is closely linked to an end-to-end experience/content pipeline, including environmental context and media acquisition/display components. Conversely, predictors such as render and, to a lesser extent, imag appear with IRRs below 1, suggesting a negative conditional association that may reflect wording substitution and feature competition within multivariable patent text descriptions rather than a literal technological incompatibility. Overall, Figure 3 provides a compact visualization of the distinct technology axis associated with reality, contrasting with the structural or connectivity emphasis observed for extend in Figure 2. In this context, a technology stack can be interpreted as a set of interrelated sub-technologies that are jointly implemented to deliver XR functionalities. The proposed network analysis enables the identification of such stacks by revealing statistically significant relationships among keywords. We show the technology relatedness network based on significant IRR edges using the previous results as the following figure.
Figure 4 summarizes the XR technology structure by integrating statistically significant relationships derived from the regression models. Specifically, nodes represent keywords, and directed edges indicate significant conditional associations based on IRR estimates. By focusing on statistically validated relationships rather than raw co-occurrence, the network provides a more reliable and interpretable representation of XR sub-technology structure. The construction of this network follows directly from the inference pipeline summarized in Table 2 and Table 3, and visualized in Figure 2 and Figure 3. Specifically, for each target keyword of extend and reality, we fitted likelihood-based count models and reported exponentiated coefficients as IRRs, which quantify the multiplicative change in the expected target count when a predictor keyword is present, after controlling for document length l o g l e n and other predictors. Figure 2 and Figure 3 displayed these IRRs and their confidence intervals as forest plots, enabling a clear identification of predictors whose conditional effects are consistently above or below the null line IRR = 1. Figure 4 then integrates these results by retaining only statistically significant IRR edges and representing them as directed links from predictor sub-technologies to the target concepts, with edge thickness proportional to l o g I R R and edge type indicating the sign of association I R R 1   v s .   I R R < 1 . In doing so, Figure 4 converts coefficient level evidence into an interpretable structural map of XR sub-technologies.
A key conclusion from Figure 4 is that the XR patent landscape in this dataset exhibits a dual-axis sub-technology structure anchored by two qualitatively different target concepts. The extend-centered cluster is dominated by keywords such as wall, edg, surfac, layer, structur, and integration-related terms including connect and electr. This configuration, consistent with Table 2 and Figure 2, indicates that extend is primarily associated with an implementation and integration layer of XR, emphasizing geometric or spatial structure representation, surface or edge modeling, component arrangement/assembly, and connectivity. In contrast, the reality-centered cluster, consistent with Table 3 and Figure 3, is driven by virtual and augment as the strongest predictors, alongside experience-layer and pipeline-related terms such as content, environ, and media or view-related descriptors. This pattern positions reality within an experience and content layer, where value creation is mediated by virtualization/augmentation, content generation, and environmental context representation. Importantly, the separation of these clusters suggests that XR patents operationalize extended reality not as a single monolithic technology, but as a layered stack in which distinct families of sub-technologies play different roles.
Figure 4 also clarifies the role of l o g l e n as a control covariate rather than a sub-technology. Its placement between the two target neighborhoods reflects that document length is a global source of variation that can influence keyword counts broadly. However, by explicitly controlling for l o g l e n in the regression framework, the network edges represent conditional relationships beyond trivial verbosity effects. Consequently, the observed contrast between the extend and reality neighborhoods is unlikely to be an artifact of document length and is instead indicative of meaningful, model-supported structure in the XR technology space. The network in Figure 4 provides a statistically grounded interpretation of XR sub-technology relatedness. Relatedness here is not defined by raw cooccurrence alone; rather, it reflects conditional association under multivariable adjustment. This distinction is important for technology analysis because it reduces spurious correlations driven by long documents or common background terms. The strong extend links to structural and connectivity terms imply that patents emphasizing spatial structure and system integration constitute a coherent sub-technology family. Conversely, the strong reality links to AR or VR core descriptors and content or environment terms imply another coherent family centered on immersive experience. The resulting map can therefore serve as an interpretable taxonomy for XR sub-technologies, where keywords are not only grouped by frequency but also by statistically validated relationships to central concepts. Although explicit time information is not required for the present inference, Figure 4 suggests a practical approach to technology prediction in the sense of identifying likely future integration directions. A natural prediction is that competitive innovation will increasingly occur at the interfaces between the two axes, namely where experience/content pipelines must be tightly coupled with robust spatial structure representation and system integration. From a patent strategy perspective, this implies that future high-impact XR inventions may not lie solely within the core AR or VR concept layer or solely within the structural integration layer, but in their systematic combination. Therefore, combinations that bridge the reality cluster, for example, virtual, augment, content, and environ, with the extend cluster such as surfac, layer, edg, and connect can be interpreted as promising white-space directions for R&D and intellectual property (IP) exploration, particularly if they are underrepresented in current patents despite their conceptual complementarity. The dual-axis structure supports a portfolio strategy that differentiates between experience-layer R&D and implementation/integration-layer R&D, while actively investing in cross-layer integration capabilities. For example, firms specializing in content and immersive user experience may strengthen their competitive position by partnering with or acquiring capabilities in spatial structure modeling and connectivity integration. Conversely, firms with strengths in hardware integration and spatial structure representation may gain strategic advantage by integrating advanced content pipelines and environment modeling into their platforms. In both cases, Figure 4 provides a data-driven rationale for defining XR R&D roadmaps around bundles rather than isolated keywords, and for prioritizing cross-cluster integration as a key innovation lever. From a service and deployment standpoint, the reality neighborhood aligns naturally with XR service experiences such as immersive content delivery, virtual environments, and interaction-centric applications, whereas the extend neighborhood aligns with XR system robustness and scalability such as structured spatial mapping, device configuration, connectivity and integration. This implies that end user XR services will be most competitive when they achieve both high-quality immersive experience and reliable spatial or system integration. Consequently, XR service providers may interpret the two clusters as two complementary design requirements, first, experience fidelity and content-environment richness, and second, stable spatial representation and integrated system operation.
In addition, Figure 4 demonstrates that the proposed analysis framework, combining likelihood-based count modeling with IRR interpretation and network synthesis, yields a transparent and reproducible technology map that is robust to the sparsity and zero-inflation properties of patent DKM. Unlike purely descriptive cooccurrence graphs, the presented network is explicitly grounded in a statistical model that controls for document length and isolates conditional associations. This strengthens the evidential basis of the extracted XR technology structure and supports more credible downstream decisions in technology management, including sub-technology taxonomy design, integration forecasting, and strategic white space exploration. In summary, the integrated evidence from Table 2 and Table 3, Figure 2 and Figure 3, and the network in Figure 4 indicates that XR patents in this dataset are organized around two major sub-technology axes: an AR or VR experience-and-content axis anchored by reality, and a structure and integration axis anchored by extend. The most actionable innovation opportunities are likely to emerge from cross axis integration, providing clear guidance for future XR technology forecasting, R&D prioritization, and service-oriented system design.
From a practical perspective, these findings provide valuable insights for metaverse developers. The identified dual-axis structure suggests that innovative XR systems are likely to emerge from the integration of experience-oriented components such as virtual, augment, content, environment with structure and connectivity-oriented components related to surface, layer, edge, and connect. Therefore, the developers can use this framework to identify promising technology stacks by focusing on combinations that bridge these two axes. While predictive evaluation methods such as cross-validation and out-of-sample testing can provide additional insights, they are not the primary focus of this study. The proposed framework emphasizes interpretability and structural understanding of technology relationships rather than predictive accuracy. A more detailed assessment of zero-inflation mechanisms, including formal statistical tests such as the Vuong test and residual diagnostics, may provide additional insights into the relative suitability of NB and ZINB models. However, such analyses are beyond the scope of the present study. Incorporating temporal information may provide additional insights into how XR technologies evolve over time. However, such analysis would require dynamic modeling frameworks and is beyond the scope of the present study.

5. Discussion

It is important to note that the primary objective of this study is not to demonstrate the superiority of a specific model in terms of predictive performance, but rather to identify and interpret the structural relationships among XR technology keywords. In particular, the proposed framework aims to construct an interpretable technology relatedness network, as illustrated in Figure 4, based on statistically grounded associations. While model comparison in this study is based on likelihood-based criteria such as AIC to ensure appropriate statistical fit, we do not claim that the selected model is universally superior in predictive performance compared to alternative machine learning approaches. Instead, the emphasis is placed on interpretability and statistically coherent inference for technology structure analysis. An important direction for future research is to extend the current framework by incorporating predictive performance evaluation across different statistical and machine learning models. For example, metrics such as cross-validation error, RMSE, or out-of-sample likelihood can be used to systematically compare alternative approaches. Such extensions would complement the current interpretability-focused framework and further enhance its applicability in XR technology forecasting.
The proposed framework also provides practical value for metaverse development. By identifying statistically grounded relationships among XR sub-technologies, the analysis helps developers understand which combinations of technologies are currently emphasized in patent activity. In particular, the results suggest that the most innovative technology stacks are those that integrate immersive experience components with robust structural and connectivity elements, offering guidance for system design and R&D prioritization. The future research may extend this framework by incorporating predictive performance evaluation using cross-validation, out-of-sample testing, and metrics such as RMSE or test log-likelihood. Such extensions would complement the current interpretability-focused approach and provide a more comprehensive evaluation of alternative modeling strategies. While our current analysis focuses on two representative target keywords, extend and reality, the future research may extend this framework to multiple targets or clustered keyword groups, enabling a more comprehensive exploration of XR technology structures. Also, our future research may extend the proposed framework by incorporating temporal information, such as patent filing years, to analyze the dynamic evolution of XR technologies. In particular, panel data models or time-series approaches could be used to capture changes in technology relationships over time.

6. Conclusions

This study presented a patent-driven technology analysis framework for XR that combines likelihood-based count modeling with interpretable network synthesis to map sub-technology structure from a sparse DKM. Using keyword counts extracted from XR patent documents as proxies for XR sub-technologies, we addressed the fundamental challenge that patent DKM is highly sparse and often exhibits excess zeros and overdispersion, which can degrade the reliability of conventional text-mining pipelines when applied without an explicit count data perspective. Methodologically, we modeled target keyword counts under Poisson, Negative Binomial, and Zero-Inflated Negative Binomial specifications using generalized linear mixed modeling and selected models via RMSE, complemented by simulation-based residual diagnostics. The results consistently indicated that the Negative Binomial model provided the most appropriate balance between fit and complexity for the analyzed targets, implying that overdispersion is a dominant feature of the XR patent DKM and should be accounted for in statistical inference. We then interpreted exponentiated coefficients as IRRs to quantify conditional technology relatedness, and translated statistically significant IRR effects into a technology relatedness network that provides an intuitive, structurally grounded view of XR sub-technologies.
Empirically, the integrated evidence from coefficient tables, forest plots, and the relatedness network revealed a clear dual-axis organization of XR technologies in this dataset. The target reality was anchored in an AR or VR experience-and-content axis characterized by strong associations with core concepts such as virtual and augment, and reinforced by content and environment pipeline terms. In contrast, the target extend was embedded in a structure-and-integration axis characterized by spatial or structural representation and system integration terms such as surfac, layer, edg, and connect. This separation suggests that XR patents operationalize extended reality as a layered technology stack rather than a single monolithic domain, with distinct sub-technology families corresponding to experience layer versus implementation or integration layer innovation. From a technology management perspective, the derived structure supports actionable guidance for XR R&D and IP strategy. First, the conditional relatedness network provides a statistically grounded taxonomy for identifying core sub-technology clusters and bridge components. Second, the dual-axis structure suggests that high-impact innovation opportunities are likely to arise at cross-axis interfaces, where immersive experience and content pipelines are coupled with robust spatial structure representation and system integration. Accordingly, portfolio design and R&D planning may benefit from bundling sub-technologies into coherent development tracks, experience or content vs. structure or integration, while prioritizing integration projects that connect these tracks. Moreover, the framework naturally supports white space exploration by highlighting underrepresented but conceptually complementary combinations that warrant targeted patent landscaping and expert review.
This work has several limitations that motivate future research. The current analysis is based on keyword counts from titles and abstracts; incorporating richer text fields and stronger normalization of synonyms and multiword expressions may improve semantic fidelity. In addition, the present dataset does not explicitly encode time, which restricts direct temporal forecasting; future work may extend the framework by integrating publication years and adopting dynamic count models to quantify sub-technology evolution. Finally, while IRR-based relatedness provides interpretable conditional associations, causal interpretations should be avoided; additional validation using external metadata such as assignees, international patent classification classes, or citation networks would further strengthen managerial insights. Overall, this study demonstrates that combining statistically principled count modeling with interpretable network synthesis offers a practical and reproducible approach for XR patent technology analysis under sparsity and zero inflation. The proposed framework provides an evidence-based map of XR sub-technologies, clarifies the structural separation between experience or content and structure or integration layers, and offers concrete implications for technology forecasting, R&D prioritization, and service-oriented XR system design.
Future research can extend the proposed framework in several directions. First, incorporating temporal information such as patent filing years would enable dynamic analysis of XR technology evolution and facilitate technology forecasting using time-aware models. Second, recent advances in large language models (LLMs) offer promising opportunities for improving keyword extraction, semantic representation, and contextual understanding of patent texts, which can further enhance the quality of document–keyword matrices. Third, graph-based deep learning methods, such as graph neural networks (GNNs), can be applied to model complex relationships among XR sub-technologies beyond pairwise associations. In addition, future studies may incorporate predictive performance evaluation across statistical and machine learning models, using metrics such as cross-validation error and out-of-sample likelihood, to complement the interpretability-focused approach of this study. Finally, integrating additional patent metadata, such as assignees, classification codes, and citation networks, would enable more comprehensive and multi-dimensional XR technology analysis. Recent advances in large language models (LLMs) provide promising opportunities for improving patent text analysis. In particular, LLMs can enhance keyword extraction, semantic representation, and contextual understanding of patent documents, which may complement the count-based modeling framework proposed in this study. Integrating LLM-based approaches with statistically grounded methods represents an important direction for future research. Another future research task may incorporate formal model comparison procedures, such as the Vuong test, as well as detailed diagnostics to distinguish structural and sampling zeros, in order to further investigate the role of zero-inflation in patent-derived count data.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author due to the limitations of the ongoing project.

Acknowledgments

The author has reviewed and edited the output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Alhakamy, A. Extended Reality (XR) Toward Building Immersive Solutions: The Key to Unlocking Industry 4.0. ACM Comput. Surv. 2024, 56, 237. [Google Scholar] [CrossRef]
  2. Özçınar, H.; Bayramoğlu, A.S. Exploring technological evolution of AIED field using topic modelling and link prediction analysis based on patent data. Sustain. Futures 2025, 10, 101039. [Google Scholar] [CrossRef]
  3. Aharonson, B.S.; Schilling, M.A. Mapping the technological landscape: Measuring technology distance, technological footprints, and technology evolution. Res. Policy 2016, 45, 81–96. [Google Scholar] [CrossRef]
  4. Alnagrat, A.; Ismail, R.C.; Syed Idrus, S.Z. A Review of Extended Reality (XR) Technologies in the Future of Human Education: Current Trend and Future Opportunity. J. Hum. Reprod. Sci. 2022, 1, 81–96. [Google Scholar] [CrossRef]
  5. Lin, T.-Y.; Chou, L.-C. A systematic review of artificial intelligence applications and methodological advances in patent analysis. World Pat. Inf. 2025, 82, 102383. [Google Scholar] [CrossRef]
  6. Jun, S. Zero-Inflated Text Data Analysis using Generative Adversarial Networks and Statistical Modeling. Computers 2023, 12, 258. [Google Scholar] [CrossRef]
  7. Jun, S. Patent Keyword Analysis Using Bayesian Zero-Inflated Model and Text Mining. Stats 2024, 7, 827–841. [Google Scholar] [CrossRef]
  8. Park, S.; Jun, S. Zero-Inflated Patent Data Analysis Using Compound Poisson Models. Appl. Sci. 2023, 13, 4505. [Google Scholar] [CrossRef]
  9. Uhm, D.; Jun, S. Zero-Inflated Patent Data Analysis Using Generating Synthetic Samples. Future Internet 2022, 14, 211. [Google Scholar] [CrossRef]
  10. Cameron, A.C.; Trivedi, P.K. Regression Analysis of Count Data, 2nd ed.; Cambridge University Press: New York, NY, USA, 2013. [Google Scholar]
  11. Feng, C. Zero-inflated models for adjusting varying exposures: A cautionary note on the pitfalls of using offset. J. Appl. Stat. 2020, 49, 1–23. [Google Scholar] [CrossRef]
  12. Kim, I.S.; Londregan, J.; Ratkovic, M. Estimating Spatial Preferences from Votes and Text. Political Anal. 2018, 26, 210–229. [Google Scholar] [CrossRef]
  13. Kim, K.H.; Choi, S.W.; Heo, Y.J.; Lee, S.; Lee, C. Text Mining for Patent Analysis to Forecast Emerging Technologies in Wireless Power Transfer. Sustainability 2019, 11, 6240. [Google Scholar] [CrossRef]
  14. Erzurumlu, S.S.; Pachamanova, D. Topic modeling and technology forecasting for assessing the commercial viability of healthcare innovations. Technol. Forecast. Soc. Change 2020, 156, 120041. [Google Scholar] [CrossRef]
  15. Lin, Y.; Wang, X.; Yang, J.; Wang, S. Core Technology Topic Identification and Evolution Analysis Based on Patent Text Mining-A Case Study of Unmanned Ship. Appl. Sci. 2024, 14, 4661. [Google Scholar] [CrossRef]
  16. Silge, J.; Robinson, D. tidytext: Text Mining and Analysis Using Tidy Data Principles in R. J. Open Source Softw. 2016, 1, 37. [Google Scholar] [CrossRef]
  17. Feinerer, I.; Hornik, K. Package ‘tm’ Version 0.7-18, Text Mining Package; CRAN of R Project; R Foundation for Statistical Computing: Vienna, Austria, 2026. [Google Scholar]
  18. Hu, M.; Luo, X.; Chen, J.; Lee, Y.C.; Zhou, Y.; Wu, D. Virtual reality: A survey of enabling technologies and its applications in IoT. J. Netw. Comput. Appl. 2021, 178, 102970. [Google Scholar] [CrossRef]
  19. Trappey, A.J.C.; Wei, A.Y.E.; Chen, N.K.T.; Li, K.-A.; Hung, L.P.; Trappey, C.V. Patent landscape and key technology interaction roadmap using graph convolutional network—Case of mobile communication technologies beyond 5G. J. Informetr. 2023, 17, 101354. [Google Scholar] [CrossRef]
  20. Gopalan, P.; Hofman, J.M.; Blei, D.M. Scalable recommendation with hierarchical Poisson factorization. In Proceedings of the Thirty-First Conference on Uncertainty in Artificial Intelligence, Amsterdam, The Netherlands, 12–16 July 2015; pp. 326–335. [Google Scholar]
  21. Fortunato, S. Community detection in graphs. Phys. Rep. 2010, 486, 75–174. [Google Scholar] [CrossRef]
  22. Traag, V.A.; Waltman, L.; van Eck, N.J. From Louvain to Leiden: Guaranteeing well-connected communities. Sci. Rep. 2019, 9, 5233. [Google Scholar] [CrossRef] [PubMed]
  23. Rauschnabel, P.A.; Felix, R.; Hinsch, C.; Shahab, H.; Alt, F. What is XR? Towards a Framework for Augmented and Virtual Reality. Comput. Hum. Behav. 2022, 133, 107289. [Google Scholar] [CrossRef]
  24. de Alcantara, D.P.; Martens, M.L. Technology Roadmapping (TRM): A systematic review of the literature focusing on models. Technol. Forecast. Soc. Change 2019, 138, 127–138. [Google Scholar] [CrossRef]
  25. Trippe, A. Guidelines for Preparing Patent Landscape Reports; Publication No. 946E; World Intellectual Property Organization (WIPO): Geneva, Switzerland, 2015. [Google Scholar]
  26. van Rijn, T.; Timmis, J.K. Patent landscape analysis—Contributing to the identification of technology trends and informing research and innovation funding policy. Microb. Biotechnol. 2023, 16, 683–696. [Google Scholar] [CrossRef] [PubMed]
  27. Oldham, P.; Kitsara, I. The WIPO Manual on Open Source Patent Analytics, 2nd ed.; World Intellectual Property Organization (WIPO): Geneva, Switzerland, 2022. [Google Scholar]
  28. World Intellectual Property Organization (WIPO). WIPO Manual on Open Source Tools for Patent Analytics; WIPO: Geneva, Switzerland, 2016. [Google Scholar]
  29. Evangelista, A.; Ardito, L.; Boccaccio, A.; Fiorentino, M.; Petruzzelli, A.M.; Uva, A.E. Unveiling the technological trends of augmented reality: A patent analysis. Comput. Ind. 2020, 118, 103221. [Google Scholar] [CrossRef]
  30. Liu, L.; Blei, D.M. Zero-Inflated Exponential Family Embeddings. In Proceedings of the 34th International Conference on Machine Learning (ICML), Sydney, Australia, 6–11 August 2017; Volume 70, pp. 2140–2148. [Google Scholar]
  31. Krestel, R.; Chikkamath, R.; Hewel, C.; Risch, J. A survey on deep learning for patent analysis. World Pat. Inf. 2021, 65, 102035. [Google Scholar] [CrossRef]
  32. Shomee, H.H.; Wang, Z.; Ravi, S.N.; Medya, S. A survey on patent analysis: From nlp to multimodal ai. In Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics, Vienna, Austria, 27 July–1 August 2025; Volume 1, pp. 8545–8561. [Google Scholar]
  33. Yadav, N.; Kumawat, M.K.; Ajmal, G.; Mir, K.B. AI-assisted patent drafting tools: A patent landscape & future prospectives. World Pat. Inf. 2025, 83, 102402. [Google Scholar] [CrossRef]
  34. Cho, S.W.; Hong, J.; Lee, H.J.; Lee, W. Technological forecasting of port digitalization using patent analysis. Marit. Econ. Logist. 2026, 1–24. [Google Scholar] [CrossRef]
  35. Xu, M.; Sun, J.; Ling, H.; Silva, T.; He, J. A deep learning-based model for patent portfolio recommendation leveraging overall and sequential features. Scientometrics 2026, 131, 943–969. [Google Scholar] [CrossRef]
  36. Sofean, M. Identification of domain-relevant patents via weakly supervised deep learning. World Pat. Inf. 2026, 84, 102434. [Google Scholar] [CrossRef]
  37. Gonzalez-Islas, J.C.; Bolaños-Rodriguez, E.; Dominguez-Ramirez, O.A.; Márquez-Grajales, A.; Guadarrama-Atrizco, V.H.; Pedraza-Amador, E.M. Time-Series Forecasting Patents in Mexico Using Machine Learning and Deep Learning Models. Inventions 2025, 10, 102. [Google Scholar] [CrossRef]
  38. Zhou, Y.; Dong, F.; Liu, Y.; Li, Z.; Du, J.; Zhang, L. Forecasting emerging technologies using data augmentation and deep learning. Scientometrics 2020, 123, 1–29. [Google Scholar] [CrossRef]
  39. Calvino, A.T.; Riener, H.; Rai, S.; Kumar, A.; De Micheli, G. A versatile mapping approach for technology mapping and graph optimization. In Proceedings of the 27th Asia and South Pacific Design Automation Conference (ASP-DAC), Tokyo, Japan, 16–19 January 2022; pp. 410–416. [Google Scholar]
  40. Kim, M.S.; Jang, Y.J.; Sung, T.E. Graph-based technology recommendation system using GAT-NGCF. Expert Syst. Appl. 2025, 288, 128240. [Google Scholar] [CrossRef]
  41. Liu, Y.; Zhou, Y.; He, C.; Liu, Y.; Dong, F. Uncovering emerging technologies in intelligent manufacturing via graph classification of community characteristics. J. Eng. Des. 2025, 36, 1502–1526. [Google Scholar] [CrossRef]
  42. Tong, X.; Lu, Y.; Motohashi, K. Prediction of patent grant using interpretable citation-guided graph neural networks. Scientometrics 2026, 1–32. [Google Scholar] [CrossRef]
  43. Hilbe, J.M.; de Souza, R.S.; Ishida, E.E.O. Bayesian Models for Astrophysical Data: Using R, JAGS, Python, and Stan; Cambridge University Press: Cambridge, UK, 2017. [Google Scholar]
  44. Feng, C.X. A comparison of zero-inflated and hurdle models for modeling zero-inflated count data. J. Stat. Distrib. Appl. 2021, 8, 8. [Google Scholar] [CrossRef] [PubMed]
  45. Young, D.S.; Roemmele, E.S.; Shi, X. Zero-inflated modeling part II: Zero-inflated models for complex data structures. Wiley Interdiscip. Rev. Comput. Stat. 2022, 14, e1540. [Google Scholar] [CrossRef]
  46. Green, J.A. Too many zeros and/or highly skewed? A tutorial on modelling health behaviour as count data with Poisson and negative binomial regression. Health Psychol. Behav. Med. 2021, 9, 436–455. [Google Scholar] [CrossRef]
  47. Brooks, M.E.; Kristensen, K.; van Benthem, K.J.; Magnusson, A.; Berg, C.W.; Nielsen, A.; Skaug, H.J.; Mächler, M.; Bolker, B.M. glmmTMB balances speed and flexibility among packages for zero-inflated generalized linear mixed modeling. R J. 2017, 9, 378–400. [Google Scholar] [CrossRef]
  48. Brooks, M.; Bolker, B.; Kristensen, K.; Maechler, M.; Magnusson, A.; McGillycuddy, M.; Skaug, H.; Nielsen, A.; Berg, C.; van Bentham, K.; et al. Package ‘glmmTMB’ Version 1.1.14, Generalized Linear Mixed Models Using Template Model Builder; CRAN of R Project; R Foundation for Statistical Computing: Vienna, Austria, 2026. [Google Scholar]
  49. Bürkner, P.-C. brms: An R package for Bayesian multilevel models using Stan. J. Stat. Softw. 2017, 80, 1–28. [Google Scholar] [CrossRef]
  50. USPTO, The United States Patent and Trademark Office. Available online: http://www.uspto.gov (accessed on 1 December 2025).
  51. KIPRIS, Korea Intellectual Property Rights Information Service. Available online: www.kipris.or.kr (accessed on 15 December 2025).
  52. Hilbe, J.M. Negative Binomial Regression, 2nd ed.; Cambridge University Press: Cambridge, UK, 2011. [Google Scholar]
  53. Hilbe, J.M. Modeling Count Data; Cambridge University Press: New York, NY, USA, 2014. [Google Scholar]
  54. R Development Core Team. R: A Language and Environment for Statistical Computing; R Foundation for Statistical Computing: Vienna, Austria, 2026; Available online: http://www.R-project.org (accessed on 1 November 2025).
  55. Benoit, K.; Watanabe, K.; Wang, H.; Nulty, P.; Obeng, A.; Müller, S.; Matsuo, A. quanteda: An R package for the quantitative analysis of textual data. J. Open Source Softw. 2018, 3, 774. [Google Scholar] [CrossRef]
Figure 1. Patent document–keyword matrix.
Figure 1. Patent document–keyword matrix.
Virtualworlds 05 00019 g001
Figure 2. Conditional effect (IRR) for target keyword extend.
Figure 2. Conditional effect (IRR) for target keyword extend.
Virtualworlds 05 00019 g002
Figure 3. Conditional effect (IRR) for target keyword reality.
Figure 3. Conditional effect (IRR) for target keyword reality.
Virtualworlds 05 00019 g003
Figure 4. Technology relatedness network based on significant IRR edges.
Figure 4. Technology relatedness network based on significant IRR edges.
Virtualworlds 05 00019 g004
Table 1. AIC values of three models.
Table 1. AIC values of three models.
TargetModel
PRNBZINBR
Extend6267.186257.346261.09
Reality5582.915389.115393.11
Table 2. Parameter estimate of predictor each keyword for target keyword: extend.
Table 2. Parameter estimate of predictor each keyword for target keyword: extend.
KeywordEstimateStandard ErrorLower of CIUpper of CI
loglen0.54890.01930.51230.5881
wall1.62080.13681.37361.9124
edg1.49000.12551.26331.7575
electr1.28060.11081.08081.5172
layer1.35990.11931.14511.6151
contact1.23390.10651.04191.4613
arrang1.34490.09281.17471.5397
connect1.41190.08821.24921.5958
surfac1.29160.07471.15321.4466
structur1.23800.08941.07471.4263
rotat1.16740.09540.99471.3701
assembl1.32840.10821.13241.5583
face1.36850.12611.14231.6395
region1.20150.10581.01101.4278
space1.13670.08450.98261.3149
move1.02270.09310.85561.2226
compon1.20300.10911.00711.4372
signal1.23870.10921.04211.4724
communic1.10110.09550.92901.3050
posit1.08960.06360.97191.2217
optic1.06340.09400.89431.2645
Table 3. Parameter estimate of each predictor keyword for target keyword: reality.
Table 3. Parameter estimate of each predictor keyword for target keyword: reality.
KeywordEstimateStandard ErrorLower of CIUpper of CI
loglen2.55880.17132.24412.9176
augment2.79760.17582.47343.1644
virtual3.15580.19982.78763.5726
environ1.23270.08051.08461.4010
content1.28960.10281.10311.5076
interact1.08360.09370.91471.2837
video1.13860.09950.95931.3513
display1.09650.06890.96941.2402
eye0.95680.10330.77431.1823
scene1.07440.11540.87041.3262
user0.94070.05820.83341.0620
camera0.89950.08660.74491.0862
object0.94260.06400.82511.0769
visual1.05020.09290.88301.2490
view1.12480.08040.97771.2940
render0.77490.07370.64310.9337
physic0.94520.08400.79401.1251
captur1.10910.10040.92881.3244
imag0.87570.05870.76790.9986
map0.87970.10170.70131.1033
mobil1.01180.11880.80381.2736
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jun, S. Technology Analysis of Extended Reality Using Machine Learning and Statistical Models. Virtual Worlds 2026, 5, 19. https://doi.org/10.3390/virtualworlds5020019

AMA Style

Jun S. Technology Analysis of Extended Reality Using Machine Learning and Statistical Models. Virtual Worlds. 2026; 5(2):19. https://doi.org/10.3390/virtualworlds5020019

Chicago/Turabian Style

Jun, Sunghae. 2026. "Technology Analysis of Extended Reality Using Machine Learning and Statistical Models" Virtual Worlds 5, no. 2: 19. https://doi.org/10.3390/virtualworlds5020019

APA Style

Jun, S. (2026). Technology Analysis of Extended Reality Using Machine Learning and Statistical Models. Virtual Worlds, 5(2), 19. https://doi.org/10.3390/virtualworlds5020019

Article Metrics

Back to TopTop