0% found this document useful (0 votes)
9 views5 pages

Artificial Intelligence and Machine Learning Approaches To Text Recognition: A Research Overview

This research article provides an overview of artificial intelligence (AI) and machine learning (ML) approaches to text recognition, highlighting the challenges and proposing innovative methodologies to enhance accuracy. Key areas of focus include improving data quality, optimizing training processes, supporting multiple languages, and enhancing the interpretability of models. The study emphasizes the significance of deep learning techniques, particularly Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs), in advancing text recognition technologies.

Uploaded by

Vạn Kiệt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views5 pages

Artificial Intelligence and Machine Learning Approaches To Text Recognition: A Research Overview

This research article provides an overview of artificial intelligence (AI) and machine learning (ML) approaches to text recognition, highlighting the challenges and proposing innovative methodologies to enhance accuracy. Key areas of focus include improving data quality, optimizing training processes, supporting multiple languages, and enhancing the interpretability of models. The study emphasizes the significance of deep learning techniques, particularly Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs), in advancing text recognition technologies.

Uploaded by

Vạn Kiệt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

ISSN: 2834-7706

Research Article Journal of Mathematical Techniques and Computational Mathematics


Artificial Intelligence and Machine Learning Approaches to Text Recognition:
A Research Overview

Fanfei Meng1* and Chen-Ao Wang2


1
Northwestern University, United States *
Corresponding Author
Fanfei Meng, Northwestern University, United States.
2
Tianjin University
Submitted: 2024, Mar 01; Accepted: 2024, Mar 20; Published: 2024, Mar 26

Citation: Meng, F., Wang, C. A. (2024). Artificial Intelligence and Machine Learning Approaches to Text Recognition: A
Research Overview. J Math Techniques Comput Math, 3(3), 01-05.

Abstract
This manuscript explores the application and inherent challenges of artificial intelligence (AI) and machine learning
(ML) within the context of text recognition. It proposes a suite of innovative methodologies designed to significantly
augment the accuracy of text recognition models. These methodologies encompass strategies for enhancing data quality
and diversity, optimizing processes for large-scale training and inference, offering comprehensive support for a multitude
of languages and typographies, addressing variations in text layout and configurations, achieving precise recognition
of handwritten text, and enhancing the interpretability and explainability of models. Through addressing these pivotal
areas, the proposed solutions endeavor to markedly improve the efficacy and reliability of text recognition systems.
This investigation provides a focused examination of the integration of AI and ML technologies in text recognition,
presenting solutions that not only aim at augmenting accuracy but also at resolving critical challenges related to data
quality management, scalability of training protocols, support for multilingualism and diverse fonts, adaptability to text
layout variations, recognition of handwritten texts, and model transparency. By concentrating on these essential factors,
the proposed approaches seek to advance the overall performance and reliability of text recognition systems, thereby
extending the frontiers of AI and ML implementations in this domain.

Keywords: Artificial Intelligence, Machine Learning, Text Recognition.

1. Introduction editable and searchable digital format. The primary objective of


The swift progression of artificial intelligence technology has OCR technology is to employ automated mechanisms capable
positioned text recognition as a pivotal area of application. of transmuting printed or handwritten narratives into a digitally
Nevertheless, this field faces myriad challenges that necessitate interpretable format, facilitating subsequent analyses, archival,
comprehensive solutions. These challenges include the and retrieval processes for a multitude of applications.
management of data quality and diversity, optimization of large-
scale training and inference processes, provision of support for Recent years have witnessed substantial advancements in
an array of languages and fonts, adept handling of variations in the realms of artificial intelligence (AI) and machine learning
text arrangement and layout, precise recognition of handwritten (ML), which have significantly propelled the evolution of text
texts, and assurance of model interpretability and explainability. recognition technologies. Among the myriad of techniques,
This article endeavors to explore these challenges in depth and deep learning methodologies, notably Convolutional Neural
propose feasible solutions designed to substantially enhance Networks (CNNs) and Recurrent Neural Networks (RNNs), have
the accuracy of text recognition models. Through a meticulous emerged as frontrunners, demonstrating unprecedented efficacy
examination of these issues, the article contributes to advancing in discerning complex textual patterns and structures. These
the field of text recognition, aligning with the ongoing evolution sophisticated models exhibit the proficiency to meticulously
of artificial intelligence applications [1]. recognize and transcribe text from diverse sources, including
images and handwritten documents.
2. Basic Concepts and Methods of Text Recognition
2.1 Definition of Text Recognition To enhance the precision of text recognition systems, a
Optical Character Recognition (OCR), a pivotal technology multifaceted approach must be adopted. Paramount to this
in the domains of computer vision and pattern recognition, endeavor is the enrichment and diversification of training data,
encompasses the transformative process of converting visual which underpins the model's ability to learn a broad spectrum
representations of text, whether imaged or handwritten, into an of text styles, fonts, and languages, thereby fortifying its
J Math Techniques Comput Math, 2024 Volume 3 | Issue 3 | 1
adaptability and robustness. Moreover, the refinement of large- based and feature extraction-based approaches to sophisticated
scale training and inference mechanisms plays a critical role in statistical model-based methods, each with its inherent
amplifying the efficiency and performance of OCR models. strengths and limitations. Template-based methods, reliant on
pre-constructed character libraries, often falter in the face of
In addition to the aforementioned aspects, the capacity to character deformation and environmental variances. Conversely,
support multiple languages and fonts is indispensable for the feature extraction methods, despite their utility in character
global applicability of text recognition systems. The intricate differentiation, struggle with rotational and scaling challenges.
characteristics and structural idiosyncrasies of different
languages and typographies necessitate tailored recognition Statistical models like Hidden Markov Models (HMMs) and
strategies. Further complexities arise from the need to adeptly Conditional Random Fields (CRFs) have introduced a degree
navigate variations in text arrangement and layout, including of resilience to layout variations, albeit at the expense of
challenges presented by skewed or rotated texts. computational intensity and complex model training requisites.
The paradigm shift towards deep learning-based OCR methods
A particularly daunting challenge within text recognition is marks a significant leap forward, overcoming traditional
the accurate identification of handwritten text. The inherent constraints through the autonomous learning of character
variability in handwriting styles, coupled with the absence of features and robust handling of diverse textual challenges. Deep
standardized fonts, demands the development of specialized learning's ascendancy in OCR is a testament to its capability
training methodologies and algorithms. Furthermore, enhancing to accommodate multiple languages, fonts, and intricate text
the interpretability and explainability of OCR models is of patterns, heralding a new era of text recognition.
utmost importance, as it engenders user trust and elucidates the
model's decision-making processes. 2.4 The Convergence of AI and Machine Learning in OCR
The integration of AI and ML in text recognition is foundational,
The advent of AI and ML, especially through the lens of deep enabling the extraction and learning of character patterns from
learning, has revolutionized the landscape of text recognition. extensive datasets. Deep learning models, such as CNNs and
By tackling critical challenges related to data quality, training RNNs, stand at the forefront of this integration, showcasing
scalability, language and font inclusivity, layout variation, and exceptional adaptability and generalization capabilities. These
the recognition of handwritten texts, significant strides have models excel in navigating the complexities of character
been made towards refining the accuracy and broadening the deformation, lighting variations, and other environmental
scope of OCR models. Concurrently, advancements in model factors, setting new benchmarks in OCR accuracy and reliability.
interpretability and explainability promise to foster greater The application of advanced AI techniques, including transfer
user confidence and expand the utility of text recognition learning and reinforcement learning, further amplifies the
technologies. efficacy and scope of text recognition systems, underpinning the
continuous evolution and application of OCR technology in the
2.2 Applications of Optical Character Recognition (OCR) digital age.
OCR technology finds its utility across a wide array of sectors,
catalyzing transformative changes in document management, 3. The Application of Artificial Intelligence Machine
digital library curation, license plate recognition, and handwriting Learning in Text Recognition
interpretation. In document management, OCR streamlines the 3.1 The Application of Deep Learning in Text Recognition
conversion of physical documents into an editable electronic DeeThe utilization of artificial intelligence (AI) and machine
format, significantly enhancing data management efficiency. This learning (ML) techniques in text recognition has emerged as a
automation of text input processes mitigates the need for manual transformative force within the field of computational linguistics
data entry, thereby reducing errors and saving valuable time. The and computer vision. Among the myriad of machine learning
digitization and indexing of vast repositories of information, methodologies, deep learning stands out for its capacity to
facilitated by OCR, have been instrumental in sectors such as construct and analyze multi-layered neural networks, thereby
banking, healthcare, legal, and governmental, where efficient facilitating a nuanced comprehension of complex data structures.
and accurate document management is paramount. Specifically, within the domain of text recognition, deep learning
methodologies have heralded significant advancements,
Digital libraries benefit immensely from OCR technology, as leveraging deep neural networks, such as Convolutional Neural
it enables the conversion of printed materials into digital texts, Networks (CNNs) and Recurrent Neural Networks (RNNs),
simplifying access and preservation. In traffic management to autonomously extract salient features from textual data and
and security, OCR's application in license plate recognition render precise predictions. The hierarchical architecture of these
supports efficient vehicle tracking and monitoring. Moreover, networks enables the encapsulation of complex patterns and
the capability to recognize handwritten text opens avenues for dependencies present in text, thereby enhancing the capability
digitizing personal notes and processing handwritten forms, of these models to perform intricate recognition tasks with
thereby enhancing accessibility and processing efficiency. remarkable accuracy. The proficiency of deep learning in
learning layered representations and adapting to diverse textual
2.3 Evolution of Optical Character Recognition Methods datasets has fundamentally revolutionized text recognition,
Historically, OCR methodologies have evolved from template- broadening the horizons for applications in document analysis,

J Math Techniques Comput Math, 2024 Volume 3 | Issue 3 | 2


automated transcription, and natural language processing. initial forays have demonstrated its potential to significantly
elevate the performance of text recognition frameworks.
3.2 Convolutional Neural Networks (CNN) in Text Recognition
Convolutional Neural Networks (CNNs) are a specialized 3.6 Challenges and Forward Paths in AI-ML-based Text
category of neural networks that excel in feature extraction from Recognition
images through convolutional operations. In text recognition, In the domain of artificial intelligence (AI) and machine learning
CNNs have proven adept at discerning meaningful characteristics (ML) for text recognition, the fidelity of model performance is
from characters and executing classification tasks efficiently. intricately linked to the integrity and heterogeneity of the training
The essence of CNNs lies in their ability to progressively corpus. Imperfections in the dataset, encompassing errors,
abstract features from images via a sequence of convolutional extraneous noise, or dataset imbalance, can deleteriously impact
and pooling layers, culminating in classification through dense the efficacy of text recognition models. To ameliorate these
layers. This process of hierarchical feature extraction facilitates concerns, sophisticated methodologies such as data cleaning and
the recognition of both local and global textual patterns, thus augmentation are employed. Data cleaning processes entail the
enabling high-accuracy recognition. The deployment of CNNs meticulous removal or rectification of inaccuracies and noise
in text recognition has significantly propelled the field forward, within the dataset. Concurrently, data augmentation techniques,
fostering a myriad of practical applications in document through the application of transformations like rotation, scaling,
processing, automated transcription, and beyond. and morphological distortion, generate augmented training
instances. This enrichment of the dataset promotes model
3.3 Recurrent Neural Networks (RNN) in Text Recognition resilience by facilitating learning across a wider array of textual
Recurrent Neural Networks (RNNs), with their inherent memory manifestations, thereby bolstering accuracy.
capabilities, are uniquely suited for processing sequential data,
making them invaluable in text recognition tasks that exhibit The computational exigencies associated with training text
temporal dependencies. RNNs utilize recurrent connections recognition models are non-trivial, given the voluminous datasets
to integrate contextual information during each character's and the complexity inherent in the models. The requisition of
processing. This sequential context consideration allows RNNs high-performance computing solutions or the orchestration
to unravel dependencies between characters, thereby enhancing of distributed computing frameworks becomes imperative to
text recognition accuracy. RNNs are instrumental in various manage the computational load. Through distributed training and
text recognition endeavors, including language modeling inference architectures, the computational burden is dispersed
and text generation, leveraging their memory attributes to across multiple computing nodes, enhancing processing
produce coherent and contextually aligned text outputs, thereby efficiency. Further, the refinement of model architectures and
cementing their role in advancing natural language processing algorithmic optimizations can yield significant reductions
techniques. in computational demands without compromising model
performance.
3.4 Transfer Learning in Text Recognition
Transfer learning, a potent mechanism for facilitating swift Text recognition is further complicated by the need to
learning transitions, enables the application of insights gained accommodate a multiplicity of languages and typographic
from pre-established text recognition models to novel tasks. styles. This diversity introduces variances that can challenge the
This approach significantly curtails the need for extensive model's recognition capabilities. The procurement of training
annotated datasets and augments the model's generalization data that spans a broad spectrum of languages and fonts is
capacity to novel instances. By harnessing the knowledge and essential for developing models with enhanced linguistic and
representations cultivated from prior tasks, transfer learning typographic versatility. Specialized tuning of models for specific
allows models to swiftly acclimate to new text recognition languages or fonts can substantially elevate their performance in
challenges, thereby optimizing performance and operational those contexts.
efficiency. This methodology is particularly efficacious in
scenarios where labeled data for the target task is scarce or Real-world scenarios often present text in configurations
procurement is cost-prohibitive. that deviate from the normative, such as skewed, rotated, or
deformed text. These anomalies necessitate advanced strategies
3.5 Reinforcement Learning in Text Recognition for accurate text recognition. Data augmentation methodologies
Reinforcement learning, characterized by its iterative that simulate these real-world variances in the training dataset,
optimization of behavior through interactions with the alongside preprocessing techniques aimed at text alignment
environment, offers a dynamic avenue for refining text and normalization, equip models with the capability to reliably
recognition methodologies. By fostering an interactive loop interpret text across disparate arrangements and layouts.
wherein the model iteratively adjusts its parameters to maximize
recognition accuracy, reinforcement learning imbues models By judiciously addressing these facets and deploying targeted
with the capability to autonomously refine their operational strategies, the precision of text recognition models can be
parameters, thereby incrementally enhancing text recognition significantly improved, thereby extending their applicability
proficiency. Although the integration of reinforcement learning across a diverse range of data and real-world situations.
within text recognition remains an area of burgeoning research, In conclusion, the augmentation of text recognition model

J Math Techniques Comput Math, 2024 Volume 3 | Issue 3 | 3


accuracy across multifarious textual modalities necessitates Knowledge Engineering (AIKE) (pp. 1-8). IEEE.
a concerted focus on several pivotal areas. Primordial among 9. Zhang, H., Jin, Y., Cheng, R., & Hao, K. (2020). Efficient
these is the assurance of dataset quality and diversity, which evolutionary search of attention convolutional networks via
underpins the model's capacity for learning robust textual sampled training and node inheritance. IEEE Transactions
representations. The optimization of large-scale training and on Evolutionary Computation, 25(2), 371-385.
inference processes further enhances model throughput and 10. Liang, H., Zhang, S., Sun, J., He, X., Huang, W., Zhuang,
efficiency, accommodating extensive textual data volumes with K., & Li, Z. (2019). Darts+: Improved differentiable
aplomb. Equally imperative is the model's adaptability to various architecture search with early stopping. arXiv preprint
languages and fonts, enabling recognition across a wide swath arXiv:1909.06035.
of linguistic and typographic landscapes. Moreover, the model's 11. Li, L., & Talwalkar, A. (2020, August). Random search and
proficiency in navigating textural arrangement and layout reproducibility for neural architecture search. In Uncertainty
variances significantly contributes to its recognition accuracy. in artificial intelligence (pp. 367-377). PMLR.
The challenge posed by handwritten text, while distinct, is 12. Chu, X., Zhou, T., Zhang, B., & Li, J. (2020, August).
surmountable through comprehensive training on a diverse Fair darts: Eliminating unfair advantages in differentiable
dataset of handwritten samples. Lastly, the enhancement of architecture search. In European conference on computer
model interpretability and explainability fortifies user trust and vision (pp. 465-480). Cham: Springer International
deepens comprehension, facilitating a broader understanding Publishing.
of the model's operational paradigms and potential limitations. 13. Heuillet, A., Tabia, H., Arioui, H., & Youcef-Toumi, K.
Collectively, by navigating these considerations with strategic (2023). D-DARTS: Distributed differentiable architecture
acumen, the efficacy and operational domain of text recognition search. Pattern Recognition Letters, 176, 42-48.
models can be substantially broadened, heralding new frontiers 14. Cummings, D., Sarah, A., Sridhar, S. N., Szankin, M.,
in AI and ML applications in text recognition. Munoz, J. P., & Sundaresan, S. (2022). A hardware-aware
framework for accelerating neural architecture search
References across modalities. arXiv preprint arXiv:2205.10358.
1. Greff, K., Srivastava, R. K., Koutník, J., Steunebrink, B. R., 15. Ying, C., Klein, A., Christiansen, E., Real, E., Murphy,
& Schmidhuber, J. (2016). LSTM: A search space odyssey. K., & Hutter, F. (2019, May). Nas-bench-101: Towards
IEEE transactions on neural networks and learning systems, reproducible neural architecture search. In International
28(10), 2222-2232. conference on machine learning (pp. 7105-7114). PMLR.
2. Szegedy, C., Liu, W., Jia, Y., Sermanet, P., Reed, S., 16. Cassimon, T., Vanneste, S., Bosmans, S., Mercelis, S., &
Anguelov, D., ... & Rabinovich, A. (2015). Going deeper Hellinckx, P. (2020). Using neural architecture search
with convolutions. In Proceedings of the IEEE conference to optimize neural networks for embedded devices. In
on computer vision and pattern recognition (pp. 1-9). Advances on P2P, Parallel, Grid, Cloud and Internet
3. Lee, J. G., Jun, S., Cho, Y. W., Lee, H., Kim, G. B., Seo, J. Computing: Proceedings of the 14th International
B., & Kim, N. (2017). Deep learning in medical imaging: Conference on P2P, Parallel, Grid, Cloud and Internet
general overview. Korean journal of radiology, 18(4), 570. Computing (3PGCIC-2019) 14 (pp. 684-693). Springer
4. Klyuchnikov, N., Trofimov, I., Artemova, E., Salnikov, International Publishing.
M., Fedorov, M., Filippov, A., & Burnaev, E. (2022). Nas- 17. Cheng, A. C., Dong, J. D., Hsu, C. H., Chang, S. H., Sun, M.,
bench-nlp: neural architecture search benchmark for natural Chang, S. C., ... & Juan, D. C. (2018, November). Searching
language processing. IEEE Access, 10, 45736-45747. toward pareto-optimal device-aware neural architectures. In
5. Lu, Z., Whalen, I., Dhebar, Y., Deb, K., Goodman, E. D., Proceedings of the international conference on computer-
Banzhaf, W., & Boddeti, V. N. (2020). Multiobjective aided design (pp. 1-7).
evolutionary design of deep convolutional neural networks 18. Mozejko, M., Latkowski, T., Treszczotko, L., Szafraniuk,
for image classification. IEEE Transactions on Evolutionary M., & Trojanowski, K. (2020). Superkernel neural
Computation, 25(2), 277-291. architecture search for image denoising. In Proceedings of
6. Zhang, T., Lei, C., Zhang, Z., Meng, X. B., & Chen, C. the IEEE/CVF Conference on Computer Vision and Pattern
P. (2021). AS-NAS: Adaptive scalable neural architecture Recognition Workshops (pp. 484-485).
search with reinforced evolutionary algorithm for deep 19. Lu, Z., Whalen, I., Dhebar, Y., Deb, K., Goodman, E. D.,
learning. IEEE Transactions on Evolutionary Computation, Banzhaf, W., & Boddeti, V. N. (2020). Multiobjective
25(5), 830-841. evolutionary design of deep convolutional neural networks
7. Sun, Y., Sun, X., Fang, Y., Yen, G. G., & Liu, Y. (2021). for image classification. IEEE Transactions on Evolutionary
A novel training protocol for performance predictors of Computation, 25(2), 277-291.
evolutionary neural architecture search algorithms. IEEE 20. Meng, F., & Wang, Y. (2023). Transformers: Statistical
Transactions on Evolutionary Computation, 25(3), 524- interpretation, architectures and applications. Authorea
536. Preprints.
8. Verma, M., Sinha, P., Goyal, K., Verma, A., & Susan, S. 21. Meng, B. G. F., & Ghena, B. (2023). Research on text
(2019, June). A novel framework for neural architecture recognition methods based on artificial intelligence and
search in the hill climbing domain. In 2019 IEEE Second machine learning. preprint under review.
International Conference on Artificial Intelligence and 22. Meng, F., & Demeter, D. (2023). Sentiment analysis with

J Math Techniques Comput Math, 2024 Volume 3 | Issue 3 | 4


adaptive multi-head attention in Transformer. arXiv preprint detection algorithm for multiple cognitive users in spectrum
arXiv:2310.14505. sensing. Authorea Preprints.
23. Razeghi, M., Dehzangi, A., Wu, D., McClintock, R., Zhang, 32. Meng, B. G. F., & Ghena, B. (2023). Research on text
Y., Durlin, Q., ... & Meng, F. (2019, May). Antimonite- recognition methods based on artificial intelligence and
based gap-engineered type-II superlattice materials grown machine learning. preprint under review.
by MBE and MOCVD for the third generation of infrared 33. Meng, F., Zhang, L., Chen, Y., & Wang, Y. (2023). FedEmb:
imagers. In Infrared Technology and Applications XLV (Vol. A Vertical and Hybrid Federated Learning Algorithm using
11002, pp. 108-125). SPIE. Network And Feature Embedding Aggregation. arXiv
24. Meng, F., Zhang, L., Chen, Y., & Wang, Y. (2023). FedEmb: preprint arXiv:2312.00102.
A Vertical and Hybrid Federated Learning Algorithm using 34. Meng, F., Zhang, L., Chen, Y., & Wang, Y. (2023). Sample-
Network And Feature Embedding Aggregation. arXiv based Dynamic Hierarchical Transformer with Layer and
preprint arXiv:2312.00102. Head Flexibility via Contextual Bandit. Authorea Preprints.
25. Meng, F., Zhang, L., Chen, Y., & Wang, Y. (2023). Sample- 35. Meng, F., & Wang, C. A. (2023). A Dynamic Interactive
based Dynamic Hierarchical Transformer with Layer and Learning Interface for Computer Science Education:
Head Flexibility via Contextual Bandit. Authorea Preprints. Programming Decomposition Tool. Authorea Preprints.
26. Meng, F., & Wang, C. A. (2023). A Dynamic Interactive 36. Meng, F., Jagadeesan, L., & Thottan, M. (2021). Model-
Learning Interface for Computer Science Education: based reinforcement learning for service mesh fault
Programming Decomposition Tool. Authorea Preprints. resiliency in a web application-level. arXiv preprint
27. Ling, C., Zhang, C., Wang, M., Meng, F., Du, L., & Yuan, arXiv:2110.13621.
X. (2020). Fast structured illumination microscopy via deep 37. Wang, Y., Meng, F., Wang, X., & Xie, C. (2023). Optimizing
learning. Photonics Research, 8(8), 1350-1359. the Passenger Flow for Airport Security Check. arXiv
28. Meng, F., Jagadeesan, L., & Thottan, M. (2021). Model- preprint arXiv:2312.05259.
based reinforcement learning for service mesh fault 38. Chen, J. J., Xu, Q., Wang, T., Meng, F. F., Li, Z. W., Fang, L.
resiliency in a web application-level. arXiv preprint Q., & Liu, W. (2022). A dataset of diversity and distribution
arXiv:2110.13621. of rodents and shrews in China. Scientific Data, 9(1), 304.
29. Wang, Y., Meng, F., Wang, X., & Xie, C. (2023). Optimizing 39. Meng, F., Zhang, L., Wang, Y., & Zhao, Y. (2023). Joint
the Passenger Flow for Airport Security Check. arXiv detection algorithm for multiple cognitive users in spectrum
preprint arXiv:2312.05259. sensing. Authorea Preprints.
30. Chen, J. J., Xu, Q., Wang, T., Meng, F. F., Li, Z. W., Fang, L. 40. Meng, F., & Wang, Y. (2023). Transformers: Statistical
Q., & Liu, W. (2022). A dataset of diversity and distribution interpretation, architectures and applications. Authorea
of rodents and shrews in China. Scientific Data, 9(1), 304. Preprints.
31. Meng, F., Zhang, L., Wang, Y., & Zhao, Y. (2023). Joint

Copyright: ©2024 Fanfei Meng, et al. This is an open-access article


distributed under the terms of the Creative Commons Attribution License,
which permits unrestricted use, distribution, and reproduction in any
medium, provided the original author and source are credited.
J Math Techniques Comput Math, 2024 https://opastpublishers.com Volume 3 | Issue 3 | 5

You might also like