Abstract
This study investigates the development of an AI-driven document authentication framework for Anti-Money Laundering (AML) and Know Your Customer (KYC) verification environments. Conventional manual inspection and rule-based verification techniques often fail to detect sophisticated forged identity documents containing subtle visual or semantic manipulations. To address this limitation, the proposed framework combines handcrafted forensic feature extraction, OCR-driven semantic analysis, rule-based semantic field extraction and Random Forest classification to identify inconsistencies within identity documents captured under realistic mobile imaging conditions. Experimental evaluation was conducted using selected MIDV-2020 identity document subsets consisting of Albanian identity cards, Latvian passports, and Slovakian identity cards. The proposed framework achieved a recall rate of 92.31% and an overall accuracy of 84.85% on the held-out test set, while maintaining interpretable forensic feature analysis suitable for regulated AML/KYC environments. The results demonstrate that lightweight and explainable machine learning approaches can provide effective forged-document detection without requiring computationally intensive deep learning architectures.
1. Introduction
Money Laundering (ML) continues to be a significant global financial crime, with the United Nations Office on Drugs and Crime (UNODC) estimating that the amount of money laundered represents 2% to 5% of the world’s annual GDP. Anti-Money Laundering (AML) laws mandate that financial institutions conduct thorough Customer Due Diligence (CDD), which heavily depends on validating documents such as passports and bank statements [1,2]. Nevertheless, the emergence of sophisticated digital editing tools and high-quality physical overlays has resulted in an increase in advanced forged documents intended to bypass both human reviewers and typical automated systems [3,4]. Figure 1 shows a counterfeit example of identity document forgery obtained from KYC AML Guide [5].
Figure 1.
Counterfeit Example of Identity Document Forgery Obtained from KYC AML Guide [5].
Know Your Customer (KYC) refers to the identity verification procedures performed by financial institutions during customer onboarding and account monitoring processes. KYC workflows typically require validation of identity documents such as passports, national identification cards, and financial records to ensure customer legitimacy and regulatory compliance. The increasing adoption of remote digital onboarding has further intensified the need for reliable automated document authentication systems capable of detecting sophisticated forged identity documents under uncontrolled imaging conditions.
From a network-technology perspective, remote AML/KYC onboarding is itself a networked service: document images are typically captured on a customer-owned mobile device, transmitted over cellular or Wi-Fi networks to a financial institution’s verification backend, and processed either in the cloud or, increasingly, at the network edge to reduce round-trip latency and limit the exposure of sensitive identity data in transit. These deployment constraints, bandwidth-limited mobile uplinks, variable network latency, and the preference for edge or on-premise inference over centralized GPU clusters for data-sovereignty reasons directly motivate the design goals pursued in this study. A CPU-only, sub-millisecond-inference authentication model is not only computationally convenient but is also better suited to being embedded directly within edge nodes, API gateways, or lightweight microservices in a distributed KYC verification network, where round-trip calls to a remote deep-learning inference server would add latency and network dependency to the onboarding pipeline. This framing situates the proposed framework within the broader network-technology considerations relevant to distributed, latency-sensitive, and bandwidth-constrained financial-service infrastructures.
Traditional verification techniques, including manual visual inspection and rule-based digital evaluation, are increasingly ineffective against sophisticated forged identity documents. Human reviewers are susceptible to fatigue-related errors, while static rule-based systems often fail to detect subtle post-production manipulations such as resized text regions, shifted typography, or digitally smoothed alterations [6,7].
To address these limitations, this study proposes an interpretable document authentication framework that combines handcrafted forensic feature extraction, OCR-based semantic analysis, rule-based semantic field extraction and Random Forest classification to detect physical and logical inconsistencies within identity documents captured under realistic AML/KYC onboarding conditions [4,8,9].
2. Literature Review
2.1. AI-Based AML and Document Authentication Systems
The increasing complexity of financial crimes has accelerated the adoption of Artificial Intelligence (AI) and machine learning techniques within Anti-Money Laundering (AML) systems. Traditional AML solutions commonly employed supervised learning algorithms such as Decision Trees (DT), Random Forests (RF), and Support Vector Machines (SVM) for suspicious transaction identification and customer-risk assessment [10,11]. These approaches demonstrated strong performance in structured financial datasets and were frequently applied to anomaly detection and fraud classification tasks [12,13,14,15].
Recent studies have explored graph-based learning techniques to model complex transaction relationships and money-laundering networks. Graph Neural Networks (GNNs) and graph-aware deep learning frameworks have demonstrated improved capability in identifying hidden transaction patterns and cross-border laundering activities [16,17]. Similarly, deep learning approaches have been applied to transaction anomaly detection, customer profiling, and financial risk identification, enabling AML systems to capture complex nonlinear relationships that are difficult to model using traditional methods [2,18].
Beyond transaction monitoring, AI technologies have increasingly been integrated into document authentication and identity verification systems. Computer vision and forensic analysis techniques have demonstrated effectiveness in detecting manipulated identity documents through texture analysis, geometric consistency assessment, semantic validation, and anomaly localization. OCR-assisted authentication frameworks further enable extraction and verification of identity-related information under realistic capture conditions [3,4,19].
2.2. Deep Learning Approaches for Document Forgery Detection
Recent advances in document forensics have increasingly focused on deep-learning-based forgery detection systems capable of identifying subtle manipulations and localizing suspicious regions within identity documents. EdgeDoc introduced a hybrid CNN–Transformer architecture enhanced with NoisePrint representations for forgery localization in identity documents and achieved competitive performance in the ICCV 2025 DeepID Challenge [9]. The framework demonstrated strong localization capability while highlighting the growing adoption of multimodal architectures in document forensics.
To address dataset limitations, IDNet introduced a large-scale benchmark containing more than 837,000 synthetic identity document images spanning multiple countries and document categories [20]. The dataset significantly expanded forgery diversity and provided a comprehensive benchmark for evaluating identity-document fraud detection systems.
Several studies have focused on improving forgery localization robustness. DocForgeNet proposed a dual cross-stream fusion architecture combining convolutional and transformer-based representations to detect subtle text manipulations and scanned-document forgeries [21]. Similarly, edge-focused document-forensics approaches have demonstrated improved sensitivity toward localized tampering and boundary inconsistencies through enhanced feature extraction strategies [22].
Recent benchmark studies such as DOCFORGE-BENCH revealed that many state-of-the-art forgery detection systems experience calibration failures under realistic zero-shot deployment scenarios, particularly when manipulated regions occupy only a small fraction of document pixels [23]. These findings highlight the challenges associated with deploying highly generalized deep-learning systems without domain-specific adaptation and threshold calibration.
2.3. Document Understanding Models
In parallel with document-forensics research, substantial progress has been achieved in document-understanding architectures that jointly model textual, spatial, and visual information. LayoutLM introduced a multimodal transformer architecture that combines textual content and document-layout information for visually rich document understanding tasks [24]. Subsequent extensions, including LayoutLMv2 and LayoutLMv3, incorporated visual representations, multimodal pretraining strategies, and unified text–image masking objectives, achieving state-of-the-art performance across various document-analysis benchmarks [25,26].
DocFormer further extended multimodal document intelligence by jointly processing textual, visual, and spatial representations through a shared transformer architecture [27]. Similarly, Donut proposed an OCR-free document-understanding framework capable of directly extracting document semantics from images without requiring external OCR pipelines [28].
Although these architectures demonstrate remarkable performance in information extraction, form understanding, and document classification, their primary objective is semantic document comprehension rather than forensic authentication. Furthermore, their computational complexity and dependence on large-scale pretraining datasets may limit practical deployment in lightweight AML/KYC verification environments.
2.4. Explainable AI in AML and Document Forensics
As machine learning systems become increasingly integrated into regulated financial environments, explainability has emerged as a critical requirement for transparency, trust, and regulatory compliance. Recent studies have highlighted the growing importance of Explainable Artificial Intelligence (XAI) in financial applications, particularly within AML systems where analysts and compliance officers require understandable decision rationales for suspicious activity identification [29,30].
Among contemporary explainability techniques, the Shapley Additive Explanations (SHAP) method has become one of the most widely adopted approaches due to its theoretically grounded attribution mechanism and ability to provide feature-level explanations for model predictions [31]. SHAP enables analysts to identify the relative contribution of individual features toward classification outcomes, improving interpretability and supporting auditability requirements.
In document-forensics applications, explainability techniques can provide valuable insights into why a document is classified as suspicious by highlighting influential forensic indicators, anomalous regions, or semantic inconsistencies. Such capabilities are particularly important in AML/KYC workflows where automated decisions often require human verification and regulatory justification.
2.5. Comparative Analysis of Existing Methods
Existing AML and document-authentication approaches exhibit distinct strengths and limitations. Traditional machine learning models offer computational efficiency and interpretability but often struggle to generalize against evolving forgery techniques. Deep-learning-based forgery detection systems generally achieve superior localization performance and feature-learning capability but frequently require extensive computational resources, large-scale datasets, and complex deployment pipelines [9,20,21,23].
Document-understanding models such as LayoutLM, LayoutLMv3, DocFormer, and Donut provide powerful semantic reasoning capabilities but are primarily designed for document comprehension rather than forensic authentication [24,25,26,27,28]. Furthermore, many deep-learning-based approaches provide limited transparency regarding why a document was classified as authentic or forged.
2.6. Regulatory Foundations for Explainability, Auditability, and Lightweight Deployment in AML/KYC
Unlike general-purpose image-forgery detection, identity-document authentication performed in AML/KYC onboarding is embedded within a supervised, auditable compliance workflow, and this distinction motivates the three core design constraints adopted by the proposed framework: explainability, auditability, and lightweight deployment. The Financial Action Task Force (FATF) Recommendation 15 requires obliged institutions to identify and mitigate risks arising from new technologies, including AI-assisted verification tools, and to be able to demonstrate to supervisors how such tools reach their conclusions [29]. Data-protection frameworks such as the EU General Data Protection Regulation (Article 22) further constrain fully automated decisions that produce legal or similarly significant effects on an individual, such as declining onboarding based on a suspected forged identity document, by requiring that the individual be able to obtain a meaningful explanation of the logic involved. The EU Artificial Intelligence Act (Regulation (EU) 2024/1689) [32], which becomes fully enforceable for in-scope high-risk systems from August 2026, likewise emphasizes traceability, explainability, and human oversight for AI systems used in the financial sector; the precise classification boundary between fraud-detection and credit/onboarding-risk use cases continues to be clarified by regulators and is therefore not treated as settled in this manuscript, but the direction of travel toward mandatory documentation, logging, and human-reviewable justification is consistent across these frameworks. Taken together, these regulatory expectations differ materially from the requirements of general image-forgery detection tasks (e.g., generic deepfake or copy-move forgery detection), which are typically evaluated purely on detection accuracy without an accompanying obligation to justify individual decisions to a human reviewer or supervisory authority. This regulatory context is the primary justification for prioritizing a handcrafted, feature-transparent forensic pipeline with native SHAP-based explanations (Section 4.4) over an opaque deep-learning classifier, and for prioritizing CPU-only, low-latency inference (Section 4.10 and Section 4.11) suitable for on-premises deployment in regulated environments where sending document images to external GPU infrastructure may itself raise data-residency and confidentiality concerns.
2.7. Research Gap and Motivation
Although recent deep-learning-based forgery detection systems and document-understanding architectures demonstrate strong detection and localization performance, several practical limitations remain. Existing document forgery detection systems primarily prioritize classification accuracy and forgery localization capability but often rely on large-scale training datasets, GPU-intensive training procedures, and complex deep-learning architectures [9,20,21,23]. Furthermore, many of these approaches operate as black-box models, providing limited transparency regarding the factors contributing to suspicious-document classification outcomes.
Document-understanding models such as LayoutLM, LayoutLMv2, LayoutLMv3, DocFormer, and Donut have demonstrated remarkable performance in semantic information extraction and document comprehension tasks [24,25,26,27,28]. However, these architectures are primarily designed for document understanding rather than forensic authentication and typically provide limited support for forensic interpretability, anomaly localization, and regulatory auditability.
These limitations present significant challenges in AML/KYC environments, where automated document-verification decisions frequently require human review, regulatory justification, and transparent forensic evidence. To address these challenges, this study proposes a lightweight and explainable forensic authentication framework that integrates OCR-driven semantic validation, handcrafted forensic feature extraction, anomaly localization, and Random Forest classification. The proposed approach emphasizes forensic transparency, computational efficiency, and practical deployment suitability while maintaining competitive forged-document detection performance.
Table 1 further reports two additional comparison dimensions requested during review: lightweight CPU inference capability and whether cross-country/cross-template generalization was evaluated in the original publication, alongside the OCR/semantic validation support already included as a comparison column. As shown in Table 1, none of the reviewed deep-learning-based document-forensics or document-understanding baselines report native CPU-only, sub-millisecond inference, and cross-country generalization is rarely evaluated outside the benchmark itself; DOCFORGE-BENCH is a notable exception, reporting calibration failures for several state-of-the-art detectors under realistic zero-shot deployment. This reinforces the motivation for the proposed framework’s explicit leave-one-country-out evaluation (Section 4.6), which is, to the authors’ knowledge, uncommon among comparable identity-document forensics studies. It is important to emphasize that the comparisons against EdgeDoc, DocForgeNet, IDNet, DOCFORGE-BENCH, LayoutLM/v2/v3, DocFormer, and Donut presented in Table 1 are architectural and conceptual rather than performance-based: the entries are drawn from characteristics and figures reported in each system’s original publication rather than from a direct, dataset-matched re-evaluation, and this distinction is maintained consistently wherever these systems are referenced throughout the manuscript (see also Section 4.8).
Table 1.
Comparative Analysis of Existing AML and Document Authentication Methods, Including Lightweight CPU Inference Capability and Reported Cross-Country Generalization.
Table 1 compares representative document forgery detection, document understanding, and explainable AML-oriented authentication approaches at the architectural level, based on characteristics and figures reported in each system’s original publication rather than on direct empirical re-evaluation against the present dataset. Deep-learning-based methods such as EdgeDoc, DocForgeNet, and DOCFORGE-BENCH demonstrate strong forgery detection and localization capabilities but generally require substantial computational resources and provide limited decision transparency [9,20,21,23]. Similarly, document understanding architectures including LayoutLM, LayoutLMv2, LayoutLMv3, DocFormer, and Donut achieve state-of-the-art semantic document analysis performance but are primarily designed for information extraction and document comprehension rather than forgery authentication [24,25,26,27,28].
In contrast, the proposed framework emphasizes forensic explainability, OCR-driven semantic validation, suspicious-region localization, and computational efficiency. By combining handcrafted forensic indicators with Random Forest classification and SHAP-based interpretation, the framework provides transparent and auditable verification outcomes while maintaining low computational requirements suitable for AML/KYC deployment environments.
Motivated by recent advances in transformer-based document analysis, the experimental evaluation additionally includes a Vision Transformer (ViT-B/16) baseline and an OCR-driven PaddleOCR + Random Forest baseline to assess the tradeoffs between deep learning, OCR-centric approaches, and the proposed explainable forensic framework.
3. Proposed Solution
3.1. Proposed System Overview
The proposed framework shown in Figure 2 presents a forensic document authentication pipeline that emphasizes internal pixel-level consistency analysis rather than external database verification. The framework integrates handcrafted forensic feature extraction, OCR-driven semantic analysis, and machine learning classification to identify subtle document manipulations such as geometric inconsistencies, typography distortions, and localized texture anomalies commonly observed in forged identity documents [4,9]. This design enables interpretable and lightweight document verification suitable for AML/KYC onboarding environments operating under realistic mobile capture conditions.
Figure 2.
Proposed AML/KYC Document Authentication Framework.
3.2. Forensic Data Preprocessing and Normalization
3.2.1. Contrast Enhancement and Binarization
The core of the system consists of a preprocessing and normalization pipeline for forensic data, specifically designed to manage the significant variability of mobile images found in the MIDV-2020 dataset [33]. The system employs Contrast Limited Adaptive Histogram Equalization (CLAHE) to adjust illumination and emphasize subtle features in text ink, followed by Otsu’s Binarization to isolate text from intricate background patterns [11]. This phase is crucial for stabilizing inputs that may exhibit motion blur, perspective distortions, or different lighting conditions commonly encountered during digital AML onboarding in real-world scenarios [9].
Contrast Limited Adaptive Histogram Equalization (CLAHE) was selected instead of conventional global histogram equalization because identity document images captured under mobile AML onboarding conditions frequently exhibit localized lighting inconsistencies, glare, and shadowing. Unlike standard histogram equalization, which may excessively amplify background noise and distort fine textual regions, CLAHE performs localized contrast enhancement while limiting over-amplification through adaptive clipping thresholds [4]. This improves the visibility of forensic indicators such as character boundaries and texture inconsistencies while preserving document structure under varying capture conditions.
3.2.2. Resolution Standardization
All varied inputs, including passports and financial documents, are converted to a consistent 224 × 224 resolution in a three-channel RGB format [19,33]. The 224 × 224 normalization resolution was selected to balance computational efficiency with preservation of forensic detail in identity documents. This resolution maintained sufficient visibility of character boundaries, blur artifacts, spacing irregularities, and background texture inconsistencies required for handcrafted feature extraction and OCR-based semantic analysis. Some representative identity documents from the MIDV-2020 Dataset are shown in Figure 3.
Figure 3.
Representative Identity Documents from the MIDV-2020 Dataset: (a) Albanian Identification Card Sample; (b) Latvian Passport Sample; (c) Slovakian Identification Card Sample.
3.3. Forensic Feature Extraction
3.3.1. Handcrafted Feature Design
The proposed framework extracts a 32-dimensional handcrafted forensic feature vector from OCR-detected document regions to capture physical and semantic inconsistencies associated with identity fraud. Guided by forensic domain knowledge and preliminary experimentation, these indicators are grouped into five distinct categories: blur-based indicators, OCR-quality features, geometric consistency features, texture-based metrics, and anomaly-driven semantic indicators.
During preliminary testing, scaling feature dimensionality beyond 32 introduced high feature redundancy and increased multicollinearity without yielding classification gains, while smaller subsets reduced model sensitivity toward localized text manipulations. The final 32-feature baseline represents an optimized operational tradeoff that balances descriptive forensic expressiveness, classification stability, and model generalization.
Dimensionality-reduction methods such as Principal Component Analysis (PCA) were explicitly rejected. Because PCA projects physically verifiable features into abstract, latent components, it degrades feature-level reasoning and limits the explicit forensic traceability required in tightly regulated compliance environments.
To state the feature-selection methodology explicitly: candidate indicators were first proposed based on forensic document-examination domain knowledge, targeting five physically and semantically motivated tampering signatures (blur inconsistency, OCR/text-quality degradation, geometric distortion, background-texture irregularity, and rule-based semantic anomalies), as summarized in Table 2. This initial candidate set was then narrowed and validated through three complementary, quantitative evaluation stages rather than domain judgment alone: (i) a Pearson correlation and multicollinearity analysis (Section 3.3.2) to remove redundant or duplicated indicators; (ii) a post hoc SHAP-based global feature-importance ranking (Section 4.4.1) to quantify each retained feature’s actual contribution to model output; and (iii) a feature-group ablation study (Section 4.3) to directly measure the classification-performance impact of removing each forensic category. A feature was retained in the final 32-dimensional vector only if it passed the redundancy check and demonstrated a measurable, non-negligible contribution in at least one of the SHAP-importance or ablation analyses.
Table 2.
Forensic Feature Vector Dimensions Used in the Proposed AML Authentication System.
Two entries in Table 2, OCR_Quality and Field_Completeness, are explicit aliases of OCR_Confidence_Mean and Field_Completeness_Ratio, respectively, retained for backward compatibility with earlier pipeline versions and for readability in downstream SHAP visualizations and forensic reports referenced elsewhere in this manuscript (e.g., Section 4.4). They are not independent statistical variables and were excluded as duplicates prior to the Pearson correlation and multicollinearity analysis in Section 3.3.2, so the reported 32-dimensional feature vector reflects unique, non-redundant indicators only.
where
- Ai is the anomaly indicator;
- wi is severity weight.
3.3.2. Feature Selection and Correlation Analysis
To evaluate redundancy, a comprehensive Pearson correlation analysis was executed over the complete extracted feature space. The resulting heatmaps demonstrate that the primary discriminative feature sets maintain meaningful statistical independence, enabling clean evidence fusion within the downstream Random Forest classifier without suffering from global multicollinearity.
Localized, predictable feature relationships occur within specific structural categories:
- Geometric and Texture Indicators: Moderate positive correlations are present among coupled attributes like character height statistics, width boundaries, aspect ratios, edge gradient variations, and OCR-confidence scores. This pattern is expected because manual layout adjustments, print-scan copying, or digital image recompression typically disrupt multiple visual characteristics simultaneously.
- Anomaly-Driven Indexes: Strong correlations exist among anomaly tracking variables, including clustered-region counts, cumulative anomaly metrics, and rule-based risk scores. This behavior validates that the anomaly-localization layer consistently highlights coupled suspicious trends across modified document text fields.
Figure 4 illustrates the Pearson correlation analysis conducted across the complete handcrafted forensic feature space utilized by the proposed authentication framework. The heatmap demonstrates that the selected forensic indicators capture multiple complementary categories of document-tampering evidence while avoiding excessive multicollinearity among the primary discriminative features.
Figure 4.
Pearson Correlation Heatmap of Extracted Forensic Features.
Several moderate positive correlations were observed among geometrically related indicators such as character height statistics, width statistics, aspect-ratio measurements, gradient descriptors, and OCR-confidence features. These relationships are expected because forged-document manipulations frequently affect multiple visual characteristics simultaneously during identity-field editing, print-scan degradation, or recompression processes.
Strong correlation was additionally observed between several anomaly-driven indicators including clustered-region counts, field-count statistics, detected anomalies, and risk-score measurements. This behavior validates that the anomaly-localization subsystem consistently captures related suspicious forensic behavior across manipulated document regions.
Conversely, minor correlation is observed across blur-based, text-semantic, and background-texture categories, confirming that these groups deliver complementary forensic signals rather than redundant information. Retaining these partially correlated yet distinct parameters provide vital auxiliary robustness under degraded mobile capture conditions. Random Forest estimation and SHAP attribution validate this architecture, proving that blur indicators, OCR-confidence stability, geometric shifts, and texture deviations contribute the strongest baseline weight toward final classification decisions.
3.3.3. Edge Degradation Modeling
A key metric within this engine is the Blurriness Score β, computed using the variance of the Laplacian operator. The two-dimensional Laplacian operator ΔI maps high-frequency spatial edge transitions across the image coordinate layers:
The overall regional blur metric β is calculated as the statistical variance of this Laplacian response across all evaluated coordinate pixels:
where ΔIi represents the Laplacian response at pixel i, μ denotes the mean Laplacian response across the image region, and N represents the total number of pixels within the evaluated document region.
Lower variance values indicate reduced high-frequency edge information commonly associated with blur or digitally smoothed tampered regions. Laplacian variance is sensitive to high-frequency edge degradation commonly introduced during digital tampering and image resaving operations.
This means Laplacian-based measures provide strong responsiveness to localized edge smoothing and “artificial flattening” artifacts frequently observed in manipulated identity documents. Furthermore, Laplacian variance offers computational simplicity and stable performance under varying illumination conditions, making it suitable for real-time AML/KYC verification pipelines.
At the same time, the system evaluates geometric consistency including the height, width, and ink density of characters compared to document-specific standards to spot internal discrepancies that may indicate a character or text block has been resized or displaced.
3.3.4. OCR-Driven Semantic Validation
The semantic field extraction component replaces pretrained transformer or probabilistic NLP models with a custom rule-based engine integrated directly within the forensic pipeline. The framework utilizes country-aware templates, regular expressions (regex), spatial coordinate mapping, and Machine-Readable Zone (MRZ) parsing to extract critical biographical data from Albanian, Latvian, and Slovakian identity documents.
By grouping OCR bounding boxes based on relative spatial relationships, the system associates’ text with expected fields such as names, nationalities, document identifiers, and dates. This rule-based parsing serves as a verification layer to detect logical discrepancies across different document zones.
Because the subsystem is deterministic rather than probabilistic, no independent statistical accuracy benchmark was computed. Instead, extraction failures or anomalies manifest as missing fields, which directly penalize downstream forensic metrics, including Field_Completeness_Ratio, Risk_Score, Field_Completeness, and Field_Count.
To minimize error propagation, isolated extraction failures reduce semantic confidence but do not independently dictate the final verdict. Instead, the downstream Random Forest classifier aggregates these rule-derived semantic indicators with low-level geometric, OCR-quality, blur-based, and texture-driven forensic features to determine document authenticity. Figure 5 depicts some OCR-driven semantic field extraction and validation examples from the MIDV-2020 Dataset.
Figure 5.
OCR-Driven Semantic Field Extraction and Validation Examples from the MIDV-2020 Dataset: (a) Albanian Identification Card Sample; (b) Latvian Passport Sample; (c) Slovakian Identification Card Sample.
3.4. Dataset Construction and Forgery Generation
The experimental evaluation utilized identity document images derived primarily from the MIDV-2020 dataset, consisting of Albanian identity cards, Latvian passports, and Slovakian identity cards. These document categories were selected because they provide diverse layouts, machine-readable zones, multilingual text structures, and varying document-security designs while remaining computationally feasible for detailed forensic analysis.
The dataset was constructed to simulate realistic AML/KYC document verification scenarios involving both authentic and forged identity documents commonly encountered during financial onboarding and identity validation processes.
3.4.1. Dataset Composition
The final dataset consisted of 450 identity document samples, including 209 authentic documents and 241 forged documents. Authentic samples were obtained directly from the original MIDV-2020 dataset without modification, while forged samples were synthetically generated through controlled tampering procedures designed to emulate realistic document manipulation attacks observed in financial fraud and identity falsification activities.
The forged document samples were generated through a combination of controlled synthetic manipulation procedures and manual identity-field editing operations designed to emulate realistic AML/KYC document fraud scenarios. The manipulation process was guided by forgery characteristics and attack patterns described within the MIDV-2020 dataset documentation and related identity-document verification literature.
Forgery generation primarily targeted semantically sensitive identity fields commonly exploited in financial onboarding fraud, including personal identity numbers, names, dates of birth, expiration dates, and facial regions. The manipulations were intentionally designed to preserve overall visual realism while introducing subtle forensic inconsistencies that resemble real-world document tampering behavior encountered during identity verification processes.
The final dataset consisted of 450 document images, including 209 authentic documents and 241 forged documents derived from selected MIDV-2020 identity-document categories. Forged samples were generated from authentic source documents using the manipulation procedures described in Section 3.4.2. Consequently, the dataset contained both original identity documents and multiple manipulated variants designed to emulate realistic AML/KYC document fraud scenarios while preserving document-level traceability throughout the experimental pipeline.
3.4.2. Forgery Generation Procedure
To create forged samples that accurately reflect practical identity-document fraud rather than simplistic synthetic alterations, the generation strategy intentionally paired semantic layout tampering with low-level forensic degradation. This process integrated manual identity-field editing with automated forensic degradation procedures by integrating manual visual edits with automated algorithmic filters.
Textual content replacement, region-specific editing, and identity-field alterations were executed manually to simulate realistic biometric and biographical tampering attacks. Concurrently, programmatic OpenCV-based perturbation techniques were used to introduce environmental and capture degradations.
These synthetic procedures included Gaussian blur simulation, low-illumination generation, glare insertion, perspective transformations, JPEG compression artifact generation, and print-scan noise simulation. These targeted adjustments successfully preserved overall document realism while embedding subtle inconsistencies detectable via texture, OCR-semantic, geometric and anomaly-based forensic analysis.
Furthermore, this hybrid generation approach closely mimics uncontrolled mobile-camera capture artifacts, rescanned photocopies, and compressed online uploads frequently observed in real-world banking, fintech, and digital KYC onboarding environments. The resulting dataset provides a realistic evaluation benchmark for AML/KYC document-authentication systems suitable for evaluating explainable document authentication frameworks.
3.4.3. Dataset Partitioning into Training, Validation and Testing Sets
To ensure reliable and unbiased experimental evaluation, identity-independent and template-disjoint partitioning was applied prior to model training. Authentic documents and all corresponding forged variants derived from the same source document were assigned exclusively to a single dataset partition. This prevented document identities, visual layouts, and manipulation variants from appearing simultaneously across training, validation, and testing subsets.
The final dataset comprised 450 document images and was divided into 315 training samples, 69 validation samples, and 66 testing samples. By ensuring that forged versions originating from the same source document remained within a single partition, the evaluation protocol eliminated potential data leakage arising from shared document structures or duplicated identity information. Consequently, the classifier was evaluated only on previously unseen document instances during testing, providing a more realistic assessment of generalization performance in AML/KYC verification environments.
Table 3 summarizes the overall dataset composition utilized throughout the experimental evaluation, while Table 4 presents the class distribution across the training, validation, and testing subsets.
Table 3.
Dataset Summary (MIDV-2020 Dataset).
Table 4.
Class Distribution (MIDV-2020 Dataset).
The class distribution was maintained at a relatively balanced ratio between authentic and forged samples to reduce classification bias and improve learning stability. Specifically, the training subset contained 147 authentic and 168 forged documents, the validation subset contained 35 authentic and 34 forged documents, and the testing subset contained 27 authentic and 39 forged documents.
The resulting partitioning strategy preserved both class balance and partition independence. Training, validation, and testing subsets contained separate document identities, ensuring that model performance reflected genuine forgery-detection capability rather than memorization of document-specific characteristics. This partitioning approach further improves the reliability of the reported evaluation results and better reflects practical deployment conditions where previously unseen identity documents must be verified. Figure 6 illustrates the template-disjoint dataset partitioning strategy.
Figure 6.
Template-Disjoint Dataset Partitioning Strategy. All authentic documents and their corresponding forged variants were assigned exclusively to a single dataset partition to prevent data leakage between training, validation, and testing subsets.
3.5. Random Forest Hyperparameter Sensitivity Analysis
To justify the selection of the Random Forest hyperparameters, a sensitivity analysis was conducted by varying the number of decision trees from 50 to 500 while maintaining all other model parameters unchanged. The evaluated configurations consisted of 50, 100, 200, 350, and 500 trees. Performance was assessed using Accuracy, Recall, Precision, and F1-Score on the independent testing subset.
The experimental results shown in Table 5 demonstrated that classifier performance remained relatively stable across different ensemble sizes, although notable differences were observed in Recall and F1-Score. The 50-tree configuration achieved the strongest overall performance, obtaining an Accuracy of 84.85%, Recall of 92.31%, Precision of 83.72%, and F1-Score of 87.80%. While the 100-tree and 500-tree configurations achieved comparable Accuracy values of 84.85%, both produced lower Recall and F1-Score values than the 50-tree model. The 200-tree and 350-tree configurations exhibited reduced Accuracy (81.82%) and F1-Score (84.62%), indicating no performance advantage from increasing the ensemble size.
Table 5.
Random Forest Tree Sensitivity Analysis.
Interestingly, increasing the number of trees beyond 50 did not result in consistent classification improvements (refer to Figure 7). Although larger ensembles are generally expected to improve robustness through additional averaging, the proposed forensic feature space already provided sufficient discriminative information for effective classification using a relatively small ensemble. Consequently, larger configurations introduced additional computational cost without yielding meaningful gains in Accuracy, Recall, Precision, or F1-Score. These findings suggest diminishing returns from excessively large ensembles for the proposed forensic document-authentication task.
Figure 7.
Effect of Tree Ensemble Size on Random Forest Classification Performance.
Based on the experimental findings, the 50-tree configuration was selected as the optimal Random Forest architecture because it achieved the highest Recall (92.31%) and F1-Score (87.80%) while maintaining competitive Accuracy (84.85%). Given that AML/KYC document-authentication systems prioritize minimizing false-negative outcomes, Recall was considered the most critical evaluation metric.
The selected configuration therefore provides the most effective balance between forged-document detection performance, computational efficiency, and model simplicity. Further increases in ensemble size did not produce consistent performance improvements, demonstrating diminishing returns from larger Random Forest ensembles.
3.6. OCR Engine Sensitivity Analysis
The proposed framework relies on PaddleOCR for text and bounding-box recovery prior to rule-based semantic field extraction. Because the downstream field-completeness, risk-scoring, and classification stages are all conditioned on OCR output quality, a sensitivity analysis was conducted to evaluate whether the framework’s field-extraction performance is dependent on the specific OCR engine selected, or whether it generalizes across alternative open-source OCR implementations.
Two additional OCR engines, Tesseract and EasyOCR, were substituted into the existing OCR-Driven Semantic Validation component (Section 3.3.4) without modifying the downstream rule-based field-extraction, country detection, or validation logic. All three engines were evaluated on the same 66-image testing subset described in Section 3.4.3, using identical image-preprocessing variants (Section 3.3) to ensure a controlled, apples-to-apples comparison.
The experimental results demonstrate that all three OCR engines achieved identical classification performance, obtaining 83.33% Accuracy, 92.31% Recall, and 86.75% F1-Score. This finding suggests that the proposed authentication framework exhibits strong robustness to OCR engine selection and does not rely on a particular OCR implementation to achieve effective forgery detection.
The observed consistency can be attributed to the framework’s hybrid design, which combines OCR-derived semantic validation with handcrafted forensic indicators extracted from document structure, character geometry, background consistency, and anomaly detection mechanisms. While OCR contributes to entity extraction and field completeness assessment, the classification decision is influenced by a broader set of forensic features, reducing sensitivity to minor OCR recognition differences.
From a deployment perspective, these findings indicate that alternative OCR engines may be substituted without substantial degradation in authentication performance. This flexibility is advantageous for AML/KYC environments where computational constraints, licensing considerations, deployment requirements, or language support may influence OCR engine selection. The results therefore provide evidence that the proposed framework maintains stable performance across multiple OCR backends, supporting its practicality and portability for real-world document authentication applications.
One clarification is warranted regarding the 83.33% figure in Table 6: this value is the overall framework classification Accuracy on the 66-image sensitivity-analysis subset, not the OCR engine’s own text-recognition accuracy, and it is identical across all three OCR backends precisely because the framework does not depend on any single OCR engine’s raw output. OCR errors are mitigated at three levels: first, rule-based semantic field extraction (Section 3.3.4) validates recognized fields against expected identity-document structure (e.g., field completeness, presence of Place-of-Birth) rather than trusting raw OCR text directly; second, the OCR_Confidence_Mean and OCR_Box_Anomalies_Count indicators (Table 2) explicitly encode OCR reliability as forensic evidence in their own right, so low-confidence or misaligned OCR output itself becomes a discriminative signal rather than being silently propagated as an error; and third, the classification decision is distributed across 32 features spanning blur, geometric, texture, and anomaly categories in addition to OCR-derived features (Section 4.3.1), so an isolated OCR misrecognition on a single field is unlikely to flip the overall prediction. The residual effect of OCR errors on performance is visible in the ablation results (Section 4.3, “Without OCR Quality Features” row), where removing OCR-derived indicators alone reduces Accuracy from 84.85% to 81.82% and F1-Score from 87.80% to 84.62%, indicating a meaningful but non-dominant contribution consistent with the framework’s redundant, multi-signal design.
Table 6.
OCR Engine Sensitivity Analysis Results.
4. Experimental Results
The proposed authentication framework was evaluated using a stratified test set created from selected identity document subsets of the MIDV-2020 dataset, including Albanian identity cards, Latvian passports, and Slovakian identity cards [33]. The goal of the evaluation was to assess the model’s ability to distinguish between authentic biometric templates and simulated forgeries involving either physical overlays or digital alterations of biographical information. The experimental setup emphasized evaluation metrics aligned with the high-risk nature of Anti-Money Laundering (AML) compliance, particularly Recall (Sensitivity), due to the severe implications of false-negative authentication outcomes [2,14]. For readers looking specifically for the component-contribution and existing-methods comparisons, the module-level ablation study is reported in Section 4.3 and the comparison against existing document-forgery-detection and document-understanding methods is reported in Table 1 and Section 4.8, including the dataset-matched lightweight-baseline comparison and the literature-context discussion of why a direct experimental reproduction of certain deep-learning baselines was not performed.
4.1. Experimental Setup and Performance Metrics
The performance of the system was quantified through four primary statistical metrics: Accuracy, Recall (Sensitivity), Precision, and F1-Score. In the context of AML, Recall is prioritized as the mission-critical metric, as a single undetected forgery (False Negative) can lead to severe regulatory exposure and financial crime (refer to Table 7).
Table 7.
Model Performance Summary on Test Subset (MIDV-2020 Dataset).
In addition to Accuracy, Recall, Precision, and F1-Score, the system was also evaluated using Equal Error Rate (EER), which represents the operating point where false-positive and false-negative rates are equivalent. EER is commonly used in biometric and forensic authentication systems to measure the tradeoff between false acceptance and false rejection under probabilistic classification settings.
4.2. Classification Performance
4.2.1. Baseline Comparison
To evaluate the effectiveness of the proposed authentication framework, additional baseline comparisons were conducted against both a deep-learning-based Vision Transformer (ViT-B/16) model and an OCR-driven baseline consisting of PaddleOCR feature extraction followed by Random Forest classification.
Table 8 summarizes the comparative performance of all evaluated approaches. The OCR-based baseline achieved an Accuracy of 51.52% and an F1-Score of 54.29%, indicating that OCR-derived semantic information alone is insufficient for reliable forged-document detection. This result highlights the importance of integrating geometric, texture-based, anomaly-driven, and forensic indicators beyond purely textual information.
Table 8.
Comparison with Deep Learning and OCR-Based Baselines.
The ViT-B/16 model achieved a Recall of 100%, successfully identifying all forged documents in the testing set. However, its overall Accuracy (59.09%) and Precision (59.09%) were substantially lower than those achieved by the proposed framework, indicating a tendency toward over-predicting forgery and generating excessive false-positive alerts. Such behavior may be undesirable in AML/KYC environments where unnecessary manual investigations increase operational workload.
In contrast, the proposed framework achieved the highest overall Accuracy (84.85%), Precision (83.72%), and F1-Score (87.80%) while maintaining a strong Recall of 92.31%. Furthermore, unlike transformer-based architectures that require GPU acceleration and provide limited forensic transparency, the proposed framework operates efficiently on conventional hardware and produces interpretable forensic evidence through handcrafted feature analysis and SHAP-based explanations.
These findings demonstrate that combining OCR-driven semantic validation with handcrafted forensic feature extraction provides a more balanced and operationally practical solution for AML/KYC document authentication than either OCR-only or deep-learning-only approaches.
4.2.2. Cross-Validation Stability Results
A 5-fold stratified cross-validation procedure was additionally performed to evaluate the robustness and stability of the proposed authentication framework across varying training partitions. Stratified sampling was used to preserve forged-document class distribution across folds. Mean and standard deviation values were computed for Accuracy, Precision, Recall, F1-Score, and ROC-AUC to assess model consistency under repeated evaluation settings.
The experimental dataset consisted of both authentic and synthetically forged identity document samples derived from selected MIDV-2020 subsets. Stratified partitioning was applied to preserve class distribution consistency across training and testing splits during evaluation.
All train, validation, and test partitions were constructed using template-disjoint and identity-independent separation procedures. Forged versions derived from the same source identity document were restricted to a single partition only, ensuring that document templates, identities, and manipulated variants were not shared across evaluation splits. This prevented data leakage and ensured realistic generalization evaluation under unseen-document conditions.
4.2.3. ROC, DET, and Precision-Recall Frontiers
In addition to scalar evaluation metrics, the proposed authentication framework was further analyzed using Receiver Operating Characteristic (ROC), Detection Error Tradeoff (DET), and Precision-Recall (PR) curves. These visual evaluation methods provide threshold-sensitive analysis of classifier behavior under varying operating conditions and are commonly used in biometric authentication and forensic verification systems.
The ROC curve illustrates the tradeoff between the True Positive Rate (TPR) and False Positive Rate (FPR), while the DET curve visualizes the relationship between false-positive and false-negative errors across probabilistic thresholds. The Precision-Recall curve further evaluates the system’s ability to maintain high forged-document detection performance under class-imbalanced AML/KYC conditions.
The Receiver Operating Characteristic (ROC) curve shown in Figure 8 evaluates the ability of the proposed authentication framework to distinguish between authentic and forged identity documents across varying probabilistic thresholds. The curve illustrates the tradeoff between the True Positive Rate (TPR) and False Positive Rate (FPR). The model achieved an Area Under the Curve (ROC-AUC) value of approximately 0.9188, indicating strong discriminative capability on the unseen test dataset. The upward curvature toward the top-left region demonstrates that the classifier maintains relatively high forged-document detection performance while controlling false-positive authentication outcomes.
Figure 8.
Receiver Operating Characteristic (ROC) Curve on Test Set.
The Precision-Recall (PR) curve shown in Figure 9 evaluates the relationship between forged-document detection sensitivity and prediction reliability under varying decision thresholds. Because AML/KYC forgery detection represents a partially imbalanced classification problem, the PR curve provides additional insight beyond ROC analysis. The model achieved a PR-AUC value of approximately 0.9448, indicating strong performance in maintaining high precision while preserving forged-document recall. The gradual reduction in precision at higher recall levels reflects the expected tradeoff between aggressive threat detection and false-positive escalation.
Figure 9.
Precision-Recall Curve on Test Set.
The Detection Error Tradeoff (DET) curve presented in Figure 10 visualizes the relationship between False Positive Rate (FPR) and False Negative Rate (FNR) across probabilistic classification thresholds. The decreasing DET trajectory indicates that the proposed authentication framework effectively reduces false-negative forgery outcomes while maintaining acceptable false-positive rates. This behavior is particularly important in AML/KYC environments, where undetected forged documents represent significantly higher regulatory and financial risk than increased manual review requirements.
Figure 10.
Detection Error Tradeoff (DET) Curve on Test Set.
4.2.4. Confusion Matrix and Error Analysis
A detailed analysis of the performance presented in Figure 11 reveals that the system successfully identified nearly all fraudulent documents within the sample. This high sensitivity is attributed to the multi-level feature extraction pipeline and the use of Laplacian variance to identify the “artificial flattening” found in digitally tampered data. While the majority-class baseline classifier failed to identify any forged documents, the proposed solution correctly flagged most threats.
Figure 11.
Confusion Matrix of Unseen Dataset (Test Set).
The remaining error rate typically occurs due to the difficulty in distinguishing between high-quality digital fabrications and natural camera artifacts, such as glare or perspective distortion found in mobile-taken photographs. Despite these challenges, the system’s ability to maintain high recall in realistic, uncontrolled digital environments demonstrates promising performance under the evaluated AML/KYC verification conditions.
Table 9 presents the false-negative and false-positive rates observed under different distortion conditions. The results indicate that Gaussian Blur and Perspective Disortion produced the highest false-negative rates (60.0%), suggesting that severe geometric transformations and blur artifacts substantially reduce the effectiveness of the extracted forensic indicators.
Table 9.
5-Fold Cross-Validation Performance.
To further investigate the operational robustness of the proposed forensic authentication framework, an error analysis was conducted under multiple document distortion conditions (refer to Table 10). The objective was to identify which types of image degradation contribute most significantly to false-negative and false-positive predictions. Understanding distortion-specific failure patterns provides deeper insight into model limitations beyond overall accuracy metrics and helps identify areas for future improvement in real-world AML/KYC document verification environments.
Table 10.
Error Analysis by Distortion Type.
Overall, the analysis highlights that geometric distortions and gaussian blur artifacts represent the most challenging operational conditions for the proposed framework and should be prioritized in future robustness enhancement efforts. The reported percentages are based on the robustness evaluation subset and are intended to provide qualitative insight into distortion-specific failure behavior rather than statistically conclusive error estimates.
4.3. Algorithmic Ablation Studies
4.3.1. Feature Group Contribution Analysis
An ablation study was conducted to evaluate the contribution of different forensic feature groups within the proposed authentication framework. The analysis measured the impact of removing specific feature categories on forged-document detection performance. Experimental evaluation focused primarily on Recall and F1-Score due to the high sensitivity requirements of AML/KYC verification environments [2,14].
The first ablation configuration removed blur-based forensic indicators, including Laplacian-variance-derived features. This resulted in a noticeable reduction in Recall performance, indicating that blur and edge-degradation analysis played a critical role in detecting digitally smoothed tampering artifacts.
The second configuration excluded OCR-derived semantic and field-completeness indicators. Performance degradation under this setting demonstrated the importance of semantic consistency analysis in identifying manipulated biographical information and incomplete document structures [9,19].
The third configuration removed geometric and spacing-based indicators, including character width and alignment statistics. Although the impact was less severe than semantic-feature removal, the resulting decrease in classification stability highlighted the importance of structural typography consistency for forgery detection [6,7].
The relatively gradual degradation observed during feature removal does not indicate feature irrelevance, but instead reflects intentional feature complementarity and forensic evidence fusion within the proposed architecture. In realistic AML/KYC environments, forged documents may evade isolated forensic indicators while remaining detectable through alternative semantic, geometric, or texture-based inconsistencies. Consequently, the framework was intentionally designed to preserve operational robustness through multi-feature aggregation rather than dependence on a single dominant feature source. This is broadly consistent with the direction taken by mask-guided multimodal fusion designs proposed for other cross-modal detection problems, such as visible–infrared vehicle detection [34], where explicit mask guidance is used to align complementary modalities during fusion; such mask-guided fusion paradigms represent a promising state-of-the-art reference for future work on more tightly coupling OCR-derived semantic evidence with visual forensic features in the proposed pipeline, beyond the current concatenation-based feature aggregation used prior to Random Forest classification.
Justification for Random Forest as the Final Classifier
Table 11 additionally reports the performance of two alternative classifiers, Support Vector Machine (SVM) and XGBoost, trained on the identical 32-dimensional forensic feature set and evaluation split used by the proposed framework, to directly justify the choice of Random Forest as the final classifier. These three algorithms were selected because they represent three distinct, widely used learning paradigms for tabular forensic-feature classification, bagging-based ensembles (Random Forest), margin-based classification (SVM), and boosting-based ensembles (XGBoost), providing broad coverage of the classifier families most commonly applied to structured, low-dimensional feature vectors of this kind, while remaining within a scope that could be trained, tuned, and evaluated exhaustively on the 450-sample dataset without risking the overfitting or instability that more complex or data-hungry classifiers (e.g., large neural tabular models) would introduce at this sample size. SVM achieved perfect Recall (100.00%) but substantially lower Accuracy (59.09%) and Precision, indicating a strong bias toward flagging documents as forged; because SVM decision boundaries in this feature space are not natively decomposable into per-feature contributions, this comes at the cost of the transparent, feature-level reasoning required for AML/KYC auditability. XGBoost achieved competitive Accuracy (81.82%) and Recall (89.74%), close to the Random Forest configuration, but was excluded as the final classifier because its sequential, boosted-tree structure is more sensitive to hyperparameter tuning, is more prone to overfitting on the relatively small 450-sample dataset used in this study, and yields feature-attribution explanations (e.g., gain-based importance) that are less stable under the SHAP framework than the bagging-based Random Forest ensemble. Random Forest was therefore selected because it offered the best joint balance of Recall, F1-Score, native feature-importance interpretability, low sensitivity to hyperparameter choice, and computational efficiency (Section 4.11) among the classifiers evaluated, rather than because it was assumed a priori to be superior.
Table 11.
Ablation Study Results (MIDV-2020 Dataset).
4.3.2. Operational Recall Stability Under Pruning
Among the evaluated configurations, removal of texture features indicators shown in Table 12 produced the largest overall reduction in performance, decreasing Accuracy from 84.85% to 75.76% and F1-Score from 87.80% to 71.79%. This suggests that OCR reliability measurements contributed substantially toward classification stability under realistic mobile capture conditions.
Table 12.
Impact of Feature Group Removal on Forgery Detection Performance.
Overall, the ablation analysis confirmed that the proposed system benefited from combining complementary forensic indicators rather than relying on any single feature category independently. The strongest performance was consistently achieved when blur-based, semantic, geometric, and anomaly-driven features were jointly incorporated within the Random Forest ensemble.
The ablation analysis demonstrates that texture-based forensic indicators contributed the greatest impact toward forged-document detection performance, with Recall decreasing following their removal. This finding suggests that texture irregularities, ink-density inconsistencies, and background statistical deviations represent the primary discriminative evidence used by the proposed framework. Blur-related features also demonstrated substantial importance, validating the effectiveness of artificial smoothing detection for identifying digitally manipulated regions.
In contrast, OCR semantic features and anomaly-based indicators produced comparatively smaller performance degradation when removed independently (Table 13). This behavior suggests that these feature groups primarily operate as complementary verification signals rather than dominant standalone predictors. Geometric features contributed moderate performance support, indicating that character dimension and alignment inconsistencies provide additional forensic evidence within the multi-feature authentication pipeline.
Table 13.
Progressive Feature Group Removal and Operational Recall Stability.
To further evaluate the stability of the proposed forensic framework under feature-group removal conditions, ROC-AUC analysis was additionally conducted for each ablation configuration. The results demonstrated that the proposed framework maintained relatively stable discriminative capability despite moderate reductions in Recall and F1-Score under isolated feature removal scenarios.
The cumulative feature removal analysis further validates the feature complementarity characteristics of the proposed framework. While isolated feature-group removal resulted in moderate degradation, progressively removing multiple forensic feature categories produced increasingly severe Recall deterioration.
4.4. Forensic Explainability Analysis
The Shapley Additive Explanations (SHAP) method [31] was selected as the primary explainability technique for the proposed framework rather than alternative approaches such as LIME or raw Random Forest Mean-Decrease-in-Impurity (MDI) importance alone. SHAP was chosen for three reasons specific to the AML/KYC use case: (i) it is grounded in cooperative game theory and satisfies local accuracy, consistency, and missingness axioms, so per-document attributions sum exactly to the difference between the model output and its baseline expectation, a property required for defensible, auditable evidence in regulatory review; (ii) unlike LIME, which fits a local surrogate model and can yield attributions that vary between repeated runs on the same instance, TreeSHAP computes exact Shapley values for tree ensembles such as the proposed Random Forest classifier, providing deterministic and reproducible explanations; and (iii) SHAP supports both global feature-importance ranking (Section 4.4.1) and per-document local decision explanations (Section 4.4.2), whereas MDI importance alone only provides a global, model-level view and cannot explain why a specific document was flagged. The effectiveness of the selected SHAP-based approach is evaluated qualitatively throughout Section 4.4 via the global importance ranking (Figure 12), the local waterfall decision explanation (Figure 13), and the decision-path analysis (Section 4.4.3), and quantitatively via its consistency with the independently computed Mean-Decrease-in-Impurity ranking reported in Table 14 and Section 4.5.
Figure 12.
Global SHAP-Based Forensic Feature Importance Analysis.
Figure 13.
SHAP Decision Explanation for Suspicious Document Classification.
Table 14.
Top 10 Forensic Indicators Used in the Proposed AML Authentication System.
4.4.1. Global SHAP Feature Importance
To improve forensic interpretability and operational transparency, explainability analysis was conducted on the proposed authentication framework using feature-importance analysis, SHAP-based attribution methods, and localized forensic decision explanations. Unlike black-box deep learning architectures, the proposed handcrafted forensic framework provides directly interpretable verification indicators that allow investigators to understand why a document was classified as suspicious.
Figure 12 presents the global SHAP-based feature-importance analysis for the proposed forensic authentication framework. The SHAP results demonstrated that Character Width Mean was the most influential feature contributing toward forged-document classification decisions. This indicates that localized blur inconsistencies and smoothing artifacts represent strong forensic indicators of potential tampering activity.
In addition, Ink Density Mean, Aspect Ratio Variance, Mean Aspect Ratio, and Geometric Anomaly Ratio also exhibited significant contribution magnitudes, suggesting that manipulated documents frequently introduce inconsistencies in text texture, printing density, and character geometry. Mean Character Height (H Mean) further contributed to suspicious-document detection, indicating that forged regions may disrupt normal background texture distributions and security-pattern consistency.
The analysis validates that the proposed handcrafted forensic framework relies on meaningful forensic indicators rather than opaque black-box representations. The dominance of blur-related and texture-based features further supports the suitability of Laplacian variance analysis and anomaly-based feature engineering for real-world AML/KYC document verification environments.
4.4.2. SHAP Decision Explanation
Figure 13 illustrates a localized SHAP decision explanation for an individual suspicious document prediction. Positive SHAP contributions are represented in red, while negative contributions are represented in blue. The analysis demonstrated that Number of Detected Anomalies, Mean Aspect Ratio, and Mean Character Height contributed most strongly toward the suspicious-document classification outcome.
The presence of elevated number of anomalies detected and abnormal mean aspect ratio statistics increased the model prediction score from the baseline expectation (E[f(X)] = 0.499) to the final suspicious prediction value (f(x) = 0.556). This indicates that the document contained multiple localized forensic inconsistencies collectively contributing toward the final classification outcome.
The waterfall explanation further demonstrates the interpretability advantage of the proposed framework. Unlike black-box deep learning models, the proposed system provides explicit forensic reasoning explaining why a document was flagged as suspicious, thereby improving transparency, auditability, and investigator trust within regulated AML/KYC operational settings.
Figure 14 visualizes the blur inconsistency heatmap generated using the Laplacian variance operator. Bright regions correspond to areas exhibiting higher edge intensity and texture variation, while darker regions indicate smoother or low-frequency areas associated with blur or image smoothing effects.
Figure 14.
Laplacian Variance Heatmap.
The heatmap revealed strong edge responses surrounding textual regions, facial boundaries, signatures, and security elements, while several localized regions exhibited comparatively inconsistent blur distributions. Such irregular smoothing behavior may indicate potential tampering operations including copy-move manipulation, print-scan degradation, localized editing, or synthetic compositing artifacts.
The visualization demonstrates that Laplacian variance analysis successfully captures fine-grained texture irregularities and blur inconsistencies that may not be visually observable under standard inspection. This supports the inclusion of blur-based forensic indicators within the proposed feature-engineering framework.
The feature-importance analysis revealed that blur-related forensic indicators, OCR semantic consistency metrics, and geometric character statistics contributed most strongly toward forged-document detection performance. In particular, Laplacian variance features demonstrated high discriminative capability for identifying digitally smoothed tampering regions, while OCR semantic completeness ratios captured inconsistencies commonly associated with manipulated identity fields.
The SHAP importance ranking further validated the effectiveness of the selected 32-feature configuration by demonstrating that multiple complementary forensic indicators jointly contributed toward suspicious-document classification decisions rather than relying on a single dominant feature source.
4.4.3. Decision Path Analysis and Suspicious Region Localization
To further improve forensic transparency, localized decision-path analysis was conducted using SHAP-based forensic attribution mechanisms. Unlike conventional black-box classification systems that provide only binary outputs, the proposed framework explains the specific forensic indicators contributing toward suspicious-document classification outcomes.
The SHAP decision-path analysis demonstrated that the suspicious document was primarily flagged due to elevated Field Blur Variance, abnormal Character Width Statistics, and irregular Ink Density Distribution patterns. These features collectively increased the suspiciousness prediction score beyond the baseline decision threshold, resulting in final forged-document classification.
The Field Blur Variance feature contributed strongly toward the suspicious prediction because manipulated regions frequently introduce localized smoothing inconsistencies caused by editing operations, synthetic blending, print-scan degradation, or compression artifacts. Similarly, abnormal Character Width Mean and Character Width Standard Deviation measurements indicated inconsistent typography geometry that deviated from naturally printed identity-document text distributions.
Additional contributions from Gradient Standard Deviation, Background Texture Variability, and Ink Anomaly Ratio further suggested the presence of irregular printing patterns and inconsistent texture continuity across sensitive document regions. These combined forensic inconsistencies collectively increased the model confidence toward forged-document classification.
The generated decision explanations provide several operational advantages for AML/KYC deployment scenarios. First, investigators can visually identify the dominant forensic indicators contributing toward suspicious classification outcomes. Second, auditors may independently verify whether flagged regions correspond to genuine manipulation evidence. Third, explainable forensic attribution improves regulatory transparency by enabling human-understandable verification reasoning rather than opaque automated predictions alone.
Overall, the decision-path analysis confirms that the proposed framework does not rely on hidden latent representations or country-template memorization, but instead performs classification using interpretable forensic evidence derived from blur inconsistencies, OCR irregularities, texture anomalies, and geometric deviations.
4.5. Framework Limitations and Failure Modes
A key component of the experimental analysis involved ranking the forensic indicators that drove the Random Forest model’s decision-making process. This was achieved by calculating the Mean Decrease in Impurity for the extracted features. The analysis identified several primary indicators that had the greatest impact on classification accuracy.
The highest-ranked forensic indicator was Character Width Mean, which detects abnormal character-width variations and typography distortions associated with text manipulation (Importance: 0.0944), followed by Ink Density Mean (Importance: 0.0851). These features are instrumental in identifying the smoothing typically found in digitally tampered biographical data. This transparency allows the system to provide an auditable rationale for its verdicts, meeting the stringent transparency demands of modern KYC and AML regulations.
Visual Forensic Analysis and Qualitative Error Analysis
Despite achieving a mission-critical Recall of 92.31%, several failure scenarios and operational limitations remain relevant for real-world deployment. To directly address best- and worst-case prediction behavior, Figure 15 illustrates a best-case outcome, a correctly flagged forged document in which OCR-box anomalies and clustered suspicious regions are clearly identified and consistent with the SHAP-based decision attribution shown in Figure 13 (Section 4.4), while Figure 16 illustrates a worst-case outcome, a false-negative failure in which severe illumination distortion and low contrast suppressed the blur- and OCR-confidence-based forensic signals that the framework relies on most heavily. A small proportion of authentic documents may be incorrectly flagged as suspicious, representing a deliberate design choice that prioritizes high threat sensitivity over false alert rates to protect against regulatory penalties.
Figure 15.
Successful forged-document detection showing OCR anomalies and clustered suspicious regions.
Figure 16.
False-negative example caused by severe illumination distortion and low contrast.
Qualitative failure analysis on misclassified test samples demonstrates that errors primarily stem from high-quality digital fabrications that closely mimic natural environmental degradation. As shown in Figure 15 and Figure 16, false-negative errors occurred under severe image degradation involving heavy blur, extreme JPEG recompression, low illumination, and low contrast.
False-negative cases frequently exhibited reduced Field Blur Variance and OCR Confidence Mean discriminative power due to severe image degradation. False-positive cases were often associated with elevated Geo Anomaly Ratio and OCR Box Anomalies Count values caused by naturally occurring capture artifacts.
Under these poor image constraints, low-level indicators such as blur-consistency metrics, OCR confidence, geometric alignment, and background texture become indistinguishable from genuine patterns, causing manipulated areas to evade detection. Conversely, false-positive errors were heavily driven by clean, authentic document images suffering from motion blur, scanner artifacts, uneven lighting, and low-resolution text zones. These distortions trigger localized forensic anomalies that elevate suspicion metrics, causing authentic documents to be flagged for manual review despite the absence of physical tampering.
Visual inspection across the dataset confirms that the framework successfully localized multiple forms of forgery, including digitally smoothed text overlays, abnormal field inconsistencies, and texture irregularities surrounding modified zones. Suspicious document regions frequently corresponded to areas exhibiting reduced Laplacian variance, inconsistent ink-density distributions, and anomalous OCR confidence scores.
As visualized in Figure 17 and Figure 18, the pipeline leverages Laplacian variance maps to isolate subtle blur anomalies and clusters anomaly contours to explicitly localize suspicious regions. However, severe glare, low illumination, and extreme perspective distortion reduce the reliability of these handcrafted geometric and semantic extraction layers.
Figure 17.
Blur inconsistency visualization using Laplacian variance analysis.
Figure 18.
Suspicious region localization using clustered anomaly contours derived from OCR inconsistency, texture irregularity, and geometric anomaly analysis.
Beyond quality dependencies, the pipeline faces distribution-shift limitations when deployed in broader international markets. Because the model was trained and evaluated on Albanian identity cards, Latvian passports, and Slovakian identity cards from the MIDV-2020 dataset, generalization across unfamiliar document layouts, non-Latin scripts, and unique typographical structures remains an open challenge.
This structural scope leaves the system vulnerable to sophisticated adversarial attacks explicitly engineered to preserve local visual edge continuity, such as AI-assisted text generation or synthetic background texture cloning. Because OCR performance serves as a foundational dependency, any ambient distortion or partial occlusion limits text completeness and directly compromises downstream classification stability.
Potential mitigation strategies to address these vulnerabilities include the integration of adaptive image-quality assessment layers, the introduction of hybrid deep representation features alongside handcrafted variables, and the collection of broader multi-country datasets showcasing real-world onboarding fraud variants. In this regard, robust feature-representation strategies developed for other complex, imaging-condition-sensitive vision tasks offer useful design references: for example, learning representations that remain discriminative when moving from clean to visually complex scenes [35] parallels the robustness challenge faced by texture- and geometry-based forensic indicators when moving from clean scans to low-quality, mobile-captured identity documents, and suggests that scene-complexity-aware feature learning could be adapted to strengthen the handcrafted forensic feature set used in this study.
4.6. Cross-Country Generalization Evaluation
To evaluate the generalization capability of the proposed authentication framework across previously unseen national document templates, a leave-one-country-out evaluation strategy was conducted (refer to Table 15). In each experiment, the Random Forest classifier was trained using identity documents from two countries and evaluated on a third unseen country entirely excluded from training.
Table 15.
Leave-One-Country-Out Cross-Country Generalization Results on the MIDV-2020 Dataset.
This evaluation was designed to simulate realistic AML/KYC deployment scenarios where financial institutions may encounter unfamiliar document layouts, typography structures, language formatting, and country-specific identity template variations. The experiments utilized Albanian identity cards, Latvian passports, and Slovakian identity cards derived from the MIDV-2020 dataset.
The experimental results demonstrated moderate cross-country generalization capability when evaluated on unseen Slovakian and Latvian documents. However, the Albanian evaluation represents the most challenging generalization scenario and serves as an important case study highlighting the effects of template dependency and OCR dependency on cross-country document authentication performance.
Substantial performance degradation was observed when the system was trained on Latvian and Slovakian documents and evaluated on unseen Albanian identity cards, where Recall decreased to 0.00%. This result indicates that none of the forged Albanian samples were successfully identified by the classifier. Although the framework achieved reasonable performance on the other unseen-country evaluations, the Albanian results reveal an important limitation regarding template dependency and OCR dependency within document authentication systems.
One possible explanation is the significant structural difference between Albanian identity cards and the document templates observed during training. The proposed framework extracts numerous handcrafted forensic features from OCR-detected text regions, including character geometry statistics, field completeness ratios, anomaly counts, OCR confidence measures, and semantic-validation indicators. Because these features are influenced by document layout, typography arrangement, field positioning, and visual design characteristics, substantial changes in document structure may shift the resulting feature distributions beyond those encountered during training.
Additionally, the framework exhibits partial OCR dependency. Several features, including OCR_Confidence_Mean, Field_Completeness_Ratio, Field_Count, OCR_Quality, and Risk_Score, are directly derived from OCR outputs and semantic validation procedures. If OCR performance degrades on previously unseen document layouts, the extracted feature representations may differ significantly from those used during model training. Consequently, forged Albanian documents may generate feature patterns that resemble authentic samples, causing the classifier to misclassify them and resulting in the observed zero-recall scenario.
The findings further suggest that the classifier may have learned certain template-specific characteristics in addition to general forgery indicators. While handcrafted forensic features successfully captured transferable integrity signals across some document types, complete template invariance was not achieved. This observation highlights a common challenge in document forensics, where strong performance on familiar document structures does not necessarily translate to reliable detection on previously unseen templates.
To mitigate these limitations, future work should incorporate a wider range of document types, countries, languages, and identity templates during training. Additional improvements may be achieved through template-normalization strategies, domain-adaptation techniques, OCR-ensemble approaches, and multimodal document-understanding models such as LayoutLMv3 that jointly learn visual, textual, and structural document representations. Such enhancements could improve robustness against template variation and reduce the dependence of the authentication framework on specific OCR and document-layout characteristics.
Despite the reduced Albanian performance, the cross-country evaluation provides valuable insight into the practical deployment challenges of AML/KYC document authentication systems. The results demonstrate that strong within-dataset performance does not necessarily guarantee reliable generalization across unseen document templates, emphasizing the importance of diverse training data and template-agnostic forensic feature design for real-world deployment.
4.7. Visual Robustness Evaluation
To evaluate robustness under realistic AML/KYC onboarding conditions, additional perturbation-based testing was conducted using degraded versions of the unseen test dataset (refer to Table 16). The robustness evaluation simulated common document acquisition artifacts including Gaussian blur, JPEG compression, glare, perspective distortion, low illumination, and print-scan degradation.
Table 16.
Robustness Evaluation under Visual Perturbations.
These perturbations were selected to reflect practical challenges encountered during remote mobile identity verification, where document images may be captured under uncontrolled environmental conditions using consumer-grade cameras. The evaluation assessed whether the proposed handcrafted forensic framework maintained stable forged-document detection performance under moderate visual degradation.
Experimental results demonstrated that the framework retained relatively stable Recall performance under moderate perturbation levels, particularly for blur and compression distortions. However, stronger degradation conditions such as severe glare and aggressive perspective distortion produced greater reduction in OCR consistency and semantic completeness, thereby affecting downstream forensic feature reliability. Despite these limitations, the framework continued to demonstrate reasonable robustness for practical AML/KYC pre-screening scenarios.
The proposed framework is not intended to perform adversarially robust forgery localization under extreme degradation conditions. Instead, the system is designed as a lightweight forensic pre-screening framework capable of maintaining reasonable verification stability under common mobile onboarding artifacts encountered in practical AML/KYC workflows.
4.8. Lightweight Deep Learning Baseline Comparison
To further evaluate the effectiveness of the proposed lightweight forensic framework, additional comparisons were conducted against several lightweight deep learning architectures commonly used in image classification tasks, including ResNet18, EfficientNet-B0, and MobileNetV3. These architectures were selected due to their relatively low computational complexity and suitability for resource-constrained environments compared to larger transformer-based models.
All deep learning baselines were trained using the same training and testing partitions applied to the proposed framework to ensure fair comparison. Input document images were resized to 224 × 224 RGB format, and final classification layers were modified for binary forged-document classification. Training was conducted under CPU-compatible settings using lightweight optimization configurations to reflect realistic AML/KYC deployment constraints.
Although several lightweight CNN architectures demonstrated competitive classification performance, the proposed handcrafted forensic framework remained advantageous in terms of interpretability, forensic transparency, CPU efficiency, and operational explainability. Unlike deep learning models that primarily operate as black-box feature extractors, the proposed system provides directly interpretable forensic indicators including blur inconsistencies, OCR-quality degradation, geometric anomalies, and semantic field validation results, which are important for regulated AML/KYC compliance workflows.
Direct experimental benchmarking against recently published document-forensics systems such as EdgeDoc, DocForgeNet, and DOCFORGE-BENCH (Table 1) was not performed in this study, and this limitation is acknowledged explicitly rather than left implicit. EdgeDoc was trained and evaluated on the FantasyID competition dataset released for the ICCV 2025 DeepID Challenge rather than MIDV-2020, and its authors indicated that source code would be released only after publication; at the time of writing, no verified public checkpoint compatible with the Albanian, Latvian, and Slovakian MIDV-2020 subsets used in this study was available. DocForgeNet and DOCFORGE-BENCH were likewise developed and benchmarked on scanned-document and multi-source forgery corpora distinct from MIDV-2020’s mobile-captured identity documents. Reproducing these architectures from scratch on the present 450-sample dataset would risk an unfair comparison, since none of these systems were designed or tuned for this specific dataset and document category distribution. Instead, this study benchmarks against ViT-B/16, PaddleOCR + RF, and three lightweight CNNs (ResNet18, EfficientNet-B0, MobileNetV3) trained on the identical MIDV-2020 partitions used by the proposed framework (Table 8 and Table 17), which provides a fair, dataset-matched comparison; the conceptual comparison against EdgeDoc, DocForgeNet, and DOCFORGE-BENCH in Table 1 is limited to architectural characteristics, computational cost, and explainability support reported in their original publications, and should not be read as a claim of superior detection accuracy on those systems’ own benchmarks.
Table 17.
Lightweight Deep Learning Baseline Comparison.
It is also worth situating this limitation within the wider literature: to the authors’ knowledge, no prior published work reports document-forgery-detection results on the specific MIDV-2020 identity-document subsets used in this study, which limits the availability of a directly comparable, dataset-matched literature baseline; a related MIDV-2020-based authentication study explicitly notes that a comparative study is not practically possible for this reason, since no other results have been reported on this dataset in the identity-document-authentication literature [36]. Independently, DOCFORGE-BENCH’s own zero-shot evaluation of 14 published forgery-detection methods across eight benchmark datasets, including identity-document data, found a pervasive calibration failure in which methods achieved moderate pixel-level AUC (\u22650.76) but near-zero pixel-level F1 under realistic, no-domain-adaptation deployment, a pattern the DOCFORGE-BENCH authors attribute to the severe class imbalance of tampered regions in document images rather than to a fundamental detection failure. This finding from the literature itself supports the position taken in this manuscript: methods developed and tuned for one document-forgery benchmark do not reliably transfer their reported performance to a new, unseen dataset without recalibration or retraining, which is precisely the scenario an out-of-the-box experimental reproduction of EdgeDoc, DocForgeNet, or DOCFORGE-BENCH on the present 450-sample MIDV-2020 subset would have created. The proposed framework’s explicit, dataset-matched comparison against ViT-B/16, PaddleOCR + RF, and three lightweight CNNs (Table 8, Table 17), together with its explicit leave-one-country-out evaluation (Section 4.6), is offered as a more methodologically sound alternative to an unfair cross-dataset reproduction, while the literature context above clarifies why a direct head-to-head numerical comparison with EdgeDoc, DocForgeNet, and DOCFORGE-BENCH could not be responsibly included.
Table 18 presents an efficiency comparison among the lightweight deep learning methods. The experimental comparison demonstrates that lightweight CNN architectures achieved moderate forged-document detection capability under controlled evaluation settings. Among the evaluated deep learning baselines, MobileNetV3 achieved the highest Recall performance, indicating strong sensitivity toward forged-document identification. However, the proposed handcrafted forensic framework consistently provided the best overall balance between Recall, F1-Score, interpretability, and operational transparency.
Table 18.
Lightweight Deep Learning Efficiency Comparison.
Unlike deep learning architectures that function primarily as black-box feature extractors, the proposed framework produces directly interpretable forensic indicators, including blur inconsistencies, OCR-quality degradation, geometric anomalies, and semantic validation irregularities. Furthermore, the proposed system operates efficiently under CPU-only execution without requiring GPU acceleration, making it more suitable for practical AML/KYC onboarding environments where computational efficiency, explainability, and auditability are critical regulatory requirements.
4.9. Statistical Rigor and Bootstrap Analysis
To improve experimental reliability and statistical robustness, repeated-run evaluation and bootstrap-based confidence interval analysis were conducted on the proposed forensic authentication framework (refer to Table 19). Unlike single-run evaluation protocols that may be sensitive to random initialization and sampling effects, the proposed statistical analysis evaluated model stability across multiple independent training executions using different random seeds.
Table 19.
Repeated Run Statistics.
The repeated-run experiments demonstrated highly stable classification behavior across all evaluation settings, with only minor performance fluctuations observed between independent runs. The low variance across Accuracy, Recall, Precision, and F1-Score metrics indicates that the proposed handcrafted forensic framework maintains consistent generalization capability and does not depend on unstable optimization behavior or stochastic convergence effects commonly associated with deep learning architectures.
To further strengthen statistical validity, non-parametric bootstrap analysis was performed using 1000 resampling iterations on the testing dataset. The resulting bootstrap distribution of the F1-Score exhibited a concentrated bell-shaped pattern centered around the mean classification performance, indicating strong reproducibility under varying sample selections.
Figure 19 illustrates the bootstrap distribution of the F1-Score obtained across repeated resampling iterations. The dashed vertical lines represent the estimated 95% confidence interval boundaries. The relatively narrow confidence interval demonstrates that the proposed framework maintains stable classification performance with limited sensitivity to dataset perturbation and sampling variability.
Figure 19.
Bootstrap Distribution of F1-Score Across 1000 Resampling Iterations.
The statistical findings further support the robustness of the proposed forensic authentication framework for real-world AML/KYC deployment environments, where consistent operational behavior, reproducible verification outcomes, and dependable forged-document detection performance are critical requirements. The observed statistical stability also reinforces that the proposed handcrafted feature-engineering strategy captures generalized forensic inconsistencies rather than relying on unstable dataset-specific patterns.
4.10. Operational Feasibility
To evaluate deployment feasibility, inference latency benchmarking was executed under CPU-only settings on a workstation equipped with an Intel Core i7 processor and 16 GB RAM without dedicated GPU acceleration. The proposed framework achieved an average inference latency of approximately 1.99 ms per document, processing the entire testing split in 0.1316 s. These findings indicate that the lightweight, handcrafted-feature architecture effectively supports real-time, high-volume financial screening workflows without requiring specialized deep-learning clusters or hardware infrastructure. Because the sub-millisecond, CPU-only inference cost is small relative to typical mobile-network round-trip latency, the model is also well suited to deployment directly within edge nodes or lightweight API microservices in a distributed KYC verification network, rather than requiring calls to a centralized GPU-backed inference server over the network.
The architecture demonstrated highly consistent performance across independent executions, exhibiting tight bootstrap confidence intervals and minimal metric variance across Accuracy, Recall, Precision, and F1-Score indices. This stable behavior confirms that the feature-engineering pipeline captures generalized forensic integrity trends rather than memorizing volatile dataset-specific patterns, ensuring reproducible verification outcomes required in regulated compliance environments.
4.11. Computational Complexity Analysis
To support the lightweight deployment claim of the proposed AML/KYC authentication framework, a computational complexity analysis was conducted by comparing the proposed Random Forest classifier against representative deep learning baselines, namely ResNet18 and MobileNetV3.
Table 20 summarizes the training time, inference time, and memory requirements of each model. Training time was measured as the total model training duration, inference time was calculated as the average prediction time per document image, and memory consumption was estimated using the serialized model size stored on disk.
Table 20.
Computational Complexity Comparison of Evaluated Models.
The results demonstrate substantial computational advantages of the proposed framework. The Random Forest classifier required only 0.23 s for training, whereas MobileNetV3, ResNet18, and EfficientNetB0 required 180.50 s, 216.89 s, and 106.15 s, respectively. The proposed framework achieved the fastest inference speed at approximately 0.50 ms per image. In comparison, MobileNetV3 required 71.20 ms per image, while ResNet18 and EfficientNetB0 required 97.90 ms and 98.50 ms per image, respectively.
Memory consumption further highlights the efficiency of the proposed approach. The Random Forest model occupied only 0.36 MB of storage, compared with 42.71 MB for ResNet18, 15.58 MB for EfficientNetB0, and 5.92 MB for MobileNetV3. This represents approximately a 30× reduction in memory usage relative to ResNet18, an 11× reduction relative to EfficientNetB0, and a 4× reduction relative to MobileNetV3.
Although deep learning architectures provide automatic feature learning capabilities, they require substantially greater computational resources and typically benefit from GPU acceleration during both training and deployment. In contrast, the proposed framework achieves competitive forgery-detection performance while maintaining significantly lower computational requirements and higher interpretability. These characteristics make the framework particularly suitable for practical AML/KYC environments where deployment efficiency, auditability, and low hardware requirements are important operational considerations.
4.12. Borderline Case Analysis
The results demonstrated highly consistent classification performance with only minor fluctuations across Accuracy, Recall, Precision, and F1-Score metrics. The narrow bootstrap confidence intervals and low metric variance indicate stable generalization behavior and reduced sensitivity to dataset-specific effects.
In addition to quantitative stability analysis, qualitative failure analysis was performed on misclassified testing samples to identify challenging forgery scenarios and understand the limitations of the proposed forensic feature set.
Several false-negative cases occurred under severe image degradation conditions involving strong blur artifacts, excessive JPEG recompression, low illumination, and print-scan distortion. Under these conditions, blur-consistency measurements, OCR-confidence indicators, geometric statistics, and texture-based features became less distinguishable, causing manipulated regions to resemble naturally degraded authentic documents.
False-positive cases were primarily associated with authentic documents exhibiting motion blur, scanner artifacts, illumination inconsistencies, low-resolution text regions, and OCR instability. These conditions occasionally produced forensic responses similar to those observed in forged documents, resulting in elevated suspiciousness scores despite the absence of tampering.
Figure 20 presents representative false-negative examples, Figure 21 illustrates false-positive examples, and Figure 22 shows borderline cases containing subtle manipulation traces and highly ambiguous forensic characteristics.
Figure 20.
False Negative Examples (Forged Documents Classified as Authentic).
Figure 21.
False Positive Examples (Authentic Documents Classified as Forged).
Figure 22.
Borderline Forgery Cases (Highly Ambiguous Samples).
Table 21 summarizes representative borderline cases identified during failure analysis. The results indicate that several samples produced prediction probabilities close to the decision boundary threshold, highlighting the inherent difficulty associated with distinguishing between subtle manipulations and naturally degraded authentic documents under challenging acquisition conditions.
Table 21.
Borderline Cases.
The analysis further revealed that OCR-semantic validation, geometric anomaly statistics, and texture-based indicators were most susceptible to performance degradation under poor image-quality conditions. Similarly, blur-based features exhibited reduced discriminative capability when authentic and forged samples contained comparable degradation patterns.
Several mitigation strategies may improve future robustness. These include integrating adaptive image-quality assessment and restoration techniques, incorporating deep lightweight feature representations alongside handcrafted forensic indicators, and expanding the dataset with more diverse real-world fraud scenarios and document types.
Despite these limitations, the proposed framework maintained strong Recall performance, statistical stability, cross-country generalization capability, and practical deployment efficiency. These characteristics demonstrate the suitability of the proposed approach for explainable AML/KYC document verification environments where reliable and auditable fraud detection remains operationally important.
5. Conclusions
5.1. Research Summary and Technical Achievements
This research developed an automated identity document authentication framework for Anti-Money Laundering (AML) and Know Your Customer (KYC) verification workflows. The proposed system combined OCR-based semantic extraction, handcrafted forensic feature engineering, and Random Forest classification to evaluate the integrity of identity documents captured under realistic imaging conditions.
Comparative experiments further demonstrated that the proposed framework outperformed both a ViT-B/16 deep learning baseline and a PaddleOCR-based classifier baseline in terms of overall Accuracy, Precision, and F1-Score. While ViT-B/16 achieved perfect Recall, its substantially lower Precision resulted in excessive false-positive detections. The OCR-only baseline similarly exhibited limited discriminative capability. These results suggest that integrating OCR-driven semantic validation with handcrafted forensic indicators provides a more balanced and interpretable authentication strategy for AML/KYC applications.
The proposed framework achieved a Recall (Sensitivity) rate of 92.31% and an overall accuracy of 84.85% on the evaluated test dataset. These findings demonstrate that handcrafted forensic indicators, including blur analysis, geometric consistency measurements, OCR-derived semantic validation, and anomaly-based feature extraction, can provide effective forged-document detection performance within AML/KYC verification environments.
The high Recall performance indicates that the system successfully identified the majority of forged identity documents, reducing the risk of false-negative authentication outcomes. However, the moderate overall accuracy also implies the presence of operational false positives, where some genuine documents may be incorrectly flagged for additional review.
In practical AML workflows, this tradeoff may increase manual verification workload, but it remains preferable to undetected forged-document acceptance due to the significant regulatory and financial risks associated with false-negative verification failures. The study further demonstrated that interpretable machine learning approaches can provide transparent and auditable authentication decisions suitable for regulated financial compliance environments.
To conclude, the findings demonstrate that explainable and computationally efficient forensic authentication frameworks can provide a viable alternative to computationally intensive deep-learning architectures for AML/KYC verification. By integrating OCR-driven semantic validation, handcrafted forensic indicators, and SHAP-based interpretation, the proposed framework offers a practical pathway toward transparent and auditable document authentication in regulated financial environments.
To state the contribution explicitly rather than leave it implicit: the methodological novelty of this work does not lie in any single algorithmic component in isolation, since blur analysis, OCR extraction, geometric consistency checks, and Random Forest classification are individually well-established techniques. The novelty instead lies in (i) the specific combination and joint feature-engineering of forensic, geometric, and OCR-derived semantic signals into a single explainable pipeline purpose-built for the regulatory constraints of AML/KYC document authentication, a combination not previously evaluated together on this task to the authors’ knowledge; (ii) the explicit leave-one-country-out generalization evaluation (Section 4.6), which is uncommon in the identity-document-forensics literature and directly surfaces template-dependence failure modes, such as the Albanian zero-recall case, that a standard random train/test split would conceal; and (iii) the demonstration that this combination achieves CPU-only, sub-millisecond inference (Section 4.10) with native SHAP-based decision attribution (Section 4.4), properties that the deep-learning-based systems compared in Table 1 do not jointly offer. The authors acknowledge that this is a combination-level and evaluation-methodology contribution rather than a new learning algorithm, and present it as such.
5.2. Strategic Recommendations
5.2.1. Enhancing Detection Sensitivity
To further combat the rise in high-quality “deep-fakes” and advanced digital alterations, it is recommended that future iterations of the system implement field-specific localized thresholding. Rather than relying on global document thresholds, comparing the statistical properties of specific biographical fields, such as name or date of birth, directly against the surrounding background texture would improve the detection of localized digital patches that appear unnaturally smooth or sharp. Additionally, integrating Error Level Analysis (ELA) is recommended to identify variations in image compression levels, which serves as a powerful indicator of digitally resaved or manipulated areas.
5.2.2. Improving Industrial Scalability and Logic
For practical deployment within large-scale financial institutions, the system should be upgraded to support batch-based processing. While the current prototype focuses on individual document inference, industrial AML workflows require the ability to verify thousands of documents simultaneously during mass onboarding or periodic reviews. Furthermore, strengthening the logical verification component by programmatically comparing extracted text in the Visual Inspection Zone (VIZ) with the mathematical checksums in the Machine-Readable Zone (MRZ) is highly recommended. This would create a dual-validation layer that flags visually flawless forgeries where the encoded information fails to align with the printed text.
Moreover, although the proposed framework demonstrated promising performance, the evaluation was conducted on a relatively small subset of MIDV-2020. Future work should incorporate larger cross-country identity-document collections to further assess generalization.
5.2.3. Latent Feature Expansion
Although the proposed framework prioritized interpretable handcrafted forensic features, future research may explore hybrid dimensionality-reduction strategies combining explainable feature engineering with lightweight latent-feature extraction techniques. Methods such as PCA-assisted feature pruning or autoencoder-based representation learning may further reduce redundancy while preserving forensic discriminative capability under large-scale deployment conditions.
5.2.4. OCR-Independent Backup Branch and Image-Quality Gating
Because several forensic indicators (Field_Completeness_Ratio, OCR_Confidence_Mean, Risk_Score) are conditioned on OCR output, a global statistical texture and edge feature set that operates independently of OCR would provide a valuable fallback branch. Future implementations could compute this backup feature set unconditionally and switch to it as the primary decision input whenever OCR confidence falls below a calibrated threshold, reducing the vulnerability observed in the zero-recall Albanian cross-country scenario (Section 4.6) and in severely degraded images (Section Visual Forensic Analysis and Qualitative Error Analysis). Relatedly, a lightweight pre-screening module combining Laplacian-variance blur scoring with average-luminance estimation could reject unrecognizable or heavily distorted captures before forensic feature extraction, returning a capture-rejection prompt to the user rather than a low-confidence authentication verdict. Both extensions require new implementation, threshold calibration, and evaluation against held-out degraded samples, and are therefore proposed here as concrete directions for follow-up work rather than claimed as validated components of the current framework.
5.2.5. Statistical Significance Testing and Real-World Forgery Validation
While Section 4.9 reports bootstrap confidence intervals and repeated-run statistics for the proposed framework in isolation, formal paired significance testing (e.g., McNemar’s test or a paired bootstrap difference test) against each baseline in Table 8 and Table 17 was not conducted, since this requires the per-document prediction outputs of every baseline model rather than only summary metrics; this is noted as a limitation, and the authors intend to report such tests in an extended version once the full per-sample prediction logs are consolidated. Similarly, because the forged documents in this study were synthetically generated through controlled manual editing and automated degradation (Section 3.4.2) rather than collected from confirmed real-world AML/KYC fraud cases, the reported performance should be interpreted as an upper bound under the specific manipulation types simulated here; future work should validate the framework against real, adjudicated forged documents obtained through partnerships with financial institutions or regulatory bodies, where privacy and data-sharing constraints permit.
5.2.6. Additional Reviewer-Requested Extensions Not Yet Implemented
Beyond the statistical-testing and real-world-forgery limitations discussed above, several further extensions requested during review require new data collection, new model training runs, or new experimental infrastructure that fall outside the scope of the present revision, and are recorded here explicitly rather than left unaddressed. First, deriving one or two original cross-template forensic-feature operators tailored jointly to MRZ and visual regions, together with a formal mathematical derivation and a dedicated ablation study isolating their individual contributions, is a substantial methodological extension that the authors intend to pursue as a follow-up study once a larger, more diverse multi-country document corpus is available to properly validate cross-template generality. Second, a fully dataset-matched, quantitative reproduction of EdgeDoc, DocForgeNet, and DOCFORGE-BENCH under a unified input resolution and preprocessing pipeline on the MIDV-2020 test partitions used here was not carried out in this revision, for the reasons of code and checkpoint availability discussed in Section 4.8; the authors agree this would meaningfully strengthen the empirical comparison and flag it as a priority for future work, contingent on the release of compatible training code by the original authors or on the resources required to reimplement these architectures faithfully. Third, expanding the evaluation with real, case-derived forged documents obtained through cooperation with financial or compliance institutions, and reporting performance separately across synthetic-forgery, printed-forgery, and AI-tampering attack categories, would substantially strengthen the operational validity of the results; this direction depends on data-sharing agreements that were not in place during the present study and is identified as the single most important next step toward deployment-grade validation. Fourth, a joint-removal ablation study, in which combined blur-texture and combined semantic–geometric feature groups are removed together rather than individually, would help quantify interaction effects between forensic clue types beyond the single-group ablation already reported in Table 11 (Section 4.3.1) and is planned as a direct extension of that analysis. Fifth, evaluating the framework under superimposed, compounded distortions (e.g., Gaussian blur combined with JPEG compression and backlight glare applied jointly, rather than the individual perturbations reported in Table 16, Section 4.7) would better approximate worst-case mobile-capture conditions and is planned as a follow-up robustness study. The authors have chosen to disclose these five items explicitly, together with the reasons they could not be completed within the present revision cycle, rather than present partial or approximated results that might overstate the framework’s validated capabilities.
Author Contributions
E.H.Y.L.: conceptualization, methodology, software, formal analysis, investigation, data curation, writing—original draft, writing—review and editing, and visualization. T.C.: supervision, research administration, and validation. All authors have read and agreed to the published version of the manuscript.
Funding
This research received no external funding.
Informed Consent Statement
This work does not contain any studies with human or animal subjects performed by any of the authors. All document samples used were derived from a publicly available research dataset (MIDV-2020) and do not involve the use of real, private individual financial records.
Data Availability Statement
The data supporting the findings of this study are derived from the publicly available MIDV-2020 dataset. The specific subsets used for training and testing, along with the extracted forensic features, are available upon request or can be accessed through the repository at: https://l3i-share.univ-lr.fr/MIDV2020/midv2020.html (Accessed on 10 September 2026).
Acknowledgments
The authors would like to thank the developers of the MIDV-2020 dataset for providing the foundational data essential for this study.
Conflicts of Interest
The authors declare that there are no financial or personal relationships with other people or organizations that could be viewed as inappropriately influencing the work presented in this manuscript.
Abbreviations
The following abbreviations are used in this manuscript:
| AI | Artificial Intelligence |
| AML | Anti-Money Laundering |
| AUC | Area Under the Curve |
| CDD | Customer Due Diligence |
| CLAHE | Contrast Limited Adaptive Histogram Equalization |
| CNN | Convolutional Neural Network |
| CV | Cross Validation |
| DET | Detection Error Tradeoff |
| DT | Decision Tree |
| EER | Equal Error Rate |
| ELA | Error Level Analysis |
| F1 | Harmonic Mean of Precision and Recall |
| FN | False Negative |
| FP | False Positive |
| FPR | False Positive Rate |
| FNR | False Negative Rate |
| GNN | Graph Neural Network |
| ICCV | International Conference on Computer Vision |
| JPEG | Joint Photographic Experts Group |
| KYC | Know Your Customer |
| MIDV | Mobile Identity Document Video |
| ML | Machine Learning |
| MRZ | Machine-Readable Zone |
| NLP | Natural Language Processing |
| OCR | Optical Character Recognition |
| PCA | Principal Component Analysis |
| POB | Place of Birth |
| PP-OCR | Paddle Paddle Optical Character Recognition |
| PR | Precision-Recall |
| PR-AUC | Area Under the Precision-Recall Curve |
| RF | Random Forest |
| RGB | Red-Green-Blue |
| ROC | Receiver Operating Characteristic |
| ROC-AUC | Area Under the Receiver Operating Characteristic Curve |
| SHAP | Shapley Additive Explanations |
| SVM | Support Vector Machine |
| TN | True Negative |
| TP | True Positive |
| TPR | True Positive Rate |
| UNODC | United Nations Office on Drugs and Crime |
| VIZ | Visual Inspection Zone |
| ViT | Vision Transformer |
| XAI | Explainable Artificial Intelligence |
| XGBoost | Extreme Gradient Boosting |
References
- Mai, H.T.Q.; Nguyen, T.; Tran, P. A Novel Solution for Anti-Money Laundering System. In Proceedings of the 5th International Conference on Innovative Technologies in Intelligent Systems and Industrial Applications (CITISIA), Sydney, Australia, 25–27 November 2020; pp. 1542–1550. [Google Scholar] [CrossRef] [Scilit]
- Raj, M.; Sharma, P.; Verma, R. The Use of Artificial Intelligence in Anti-Money Laundering (AML). In Proceedings of the International Conference on Smart Applications, Data Analytics and Learning (ICSADL), Riyadh, Saudi Arabia, 27–28 May 2024. [Google Scholar] [CrossRef] [Scilit]
- Gupta, S.; Kumar, R.; Singh, P. Image Forgery Detection Using Deep Learning Model. In Proceedings of the 3rd International Conference on Smart Electronics and Communication (ICOSEC), Trichy, India, 20–22 October 2022; pp. 22–34. [Google Scholar] [CrossRef] [Scilit]
- Kashyap, A.; Verma, S.; Patel, R. Deep Learning Strategies for Effective Image Forgery Detection and Localization. In Proceedings of the 2024 International Conference on Computer, Electronics, Electrical Engineering and Applications (IC2E3), Chennai, India, 6–8 June 2024; pp. 312–325. [Google Scholar] [CrossRef] [Scilit]
- Understanding Identity Document Forgery and Its Consequences. Available online: https://kycaml.guide/blog/identity-document-forgery/ (accessed on 14 May 2026).
- Kaur, H.; Singh, J.; Kaur, M. Forgery Detection for High-Resolution Digital Images Using FCM and PBFOA Algorithm. In Proceedings of the 2020 International Conference on Parallel, Distributed and Grid Computing (PDGC), Solan, India, 6–8 November 2020; pp. 248–253. [Google Scholar] [CrossRef] [Scilit]
- Prabakar, G.; Kumar, S.; Rajan, V. Hybrid Deep Learning Model for Copy-Move Image Forgery Detection. In Proceedings of the 6th International Conference on IoT in Social, Mobile, Analytics and Cloud (I-SMAC), Palladam, India, 10–12 November 2022; pp. 561–578. [Google Scholar] [CrossRef] [Scilit]
- Dell’Olmo, P.; Rossi, L.; Bianchi, F. Dataset Dependency in CNN-Based Copy-Move Forgery Detection: A Multi-Dataset Comparative Analysis. Mach. Learn. Knowl. Extr. 2024, 7, 156–174. [Google Scholar] [CrossRef] [Scilit]
- George, A.; Marcel, S. EdgeDoc: Hybrid CNN-Transformer Model for Accurate Forgery Detection and Localization in ID Documents. arXiv 2025, arXiv:2508.16284. [Google Scholar] [CrossRef] [Scilit]
- Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef] [Scilit]
- Pambudi, A.; Nugroho, A.; Santoso, H. Improving Money Laundering Detection Using Optimized Support Vector Machine. In Proceedings of the International Seminar on Research of Information Technology and Intelligent Systems (ISRITI), Yogyakarta, Indonesia, 5–6 December 2019; pp. 33–41. [Google Scholar] [CrossRef] [Scilit]
- Kotiyal, A.; Hussein, L.; Deepak, A.; Rana, A.; Manjunatha, D.K.K.; Reddy, R.A. Graph-Based Machine Learning for Detecting Fraudulent Transaction Networks in FinTech. In Proceedings of the 7th International Conference on Contemporary Computing and Informatics (IC3I), Greater Noida, India, 18–20 September 2024; pp. 1714–1720. [Google Scholar] [CrossRef] [Scilit]
- El-Kilany, A.; Hassan, M.; El-Sayed, A. Detecting Suspicious Customers in Money Laundering Activities Using Weighted HITS Algorithm. In Proceedings of the 2024 International Conference on Artificial Intelligence and Robotics Computing (AIRC), Cairo, Egypt, 22–24 April 2024; pp. 112–117. [Google Scholar] [CrossRef] [Scilit]
- Japinye, A.O.; Adewale, M.; Bello, T. Integrating Machine Learning in Anti-Money Laundering through Crypto: A Comprehensive Performance Review. Eur. J. Account. Audit. Financ. Res. 2024, 12, 54–80. [Google Scholar] [CrossRef] [Scilit]
- Kulkarni, A.; Kothawade, P.; Chitale, S.; Deshmukh, R.; Deshpande, A. Intelligent Systems for Anti-Money Laundering: A Data-Driven Approach. In Proceedings of the 2025 International Conference on Computing Technologies (ICOCT), Pune, India, 13–14 June 2025; pp. 112–126. [Google Scholar] [CrossRef] [Scilit]
- Cheng, D.; Liu, X.; Zhang, Y. Anti-Money Laundering by Group-Aware Deep Graph Learning. IEEE Trans. Knowl. Data Eng. 2023, 35, 1450–1462. [Google Scholar] [CrossRef] [Scilit]
- Yu, Y.; Zhang, H.; Liu, Q. Anti-Money Laundering Risk Identification of Financial Institutions Based on Aspect-Level Graph Neural Networks. In Proceedings of the IEEE International Conference on Quality, Reliability, and Security Companion (QRS-C), Guangzhou, China, 5–9 December 2022. [Google Scholar] [CrossRef] [Scilit]
- Yu, Q.; Xu, Z.; Ke, Z. Deep Learning for Cross-Border Transaction Anomaly Detection in Anti-Money Laundering Systems. In Proceedings of the 2024 6th International Conference on Machine Learning, Big Data and Business Intelligence (MLBDBI), Hangzhou, China, 1–3 November 2024; pp. 244–248. [Google Scholar] [CrossRef] [Scilit]
- Du, Y.; Li, C.; Guo, R.; Yin, X.; Liu, W.; Zhou, J.; Bai, Y.; Yu, Z.; Yang, Y.; Dang, Q.; et al. PP-OCR: A Practical Ultra Lightweight OCR System. arXiv 2020, arXiv:2009.09941. [Google Scholar] [CrossRef] [Scilit]
- Guan, H.; Wang, Y.; Xie, L.; Nag, S.; Goel, R.; Swamy, N.E.N.; Yang, Y.; Xiao, C.; Prisby, J.; Maciejewski, R.; et al. IDNet: A Novel Dataset for Identity Document Analysis and Fraud Detection. arXiv 2024, arXiv:2408.01690. [Google Scholar] [CrossRef] [Scilit]
- Riaz, N.; Agne, S.; Dengel, A.; Ahmed, S. DocForgeNet: Dual Cross-Stream Fusion Network for Robust Forgery Detection in Scanned Documents. In Proceedings of the International Conference on Document Analysis and Recognition (ICDAR), Kyoto, Japan, 16–21 September 2025. [Google Scholar] [CrossRef] [Scilit]
- Bae, J.; Kim, M.; Lee, H. Enhancing Document Forgery Detection with Edge-Focused Deep Learning. Symmetry 2025, 17, 1208. [Google Scholar] [CrossRef] [Scilit]
- Zhao, Z.; Xia, W.; Wei, P.; Zhang, Y.; Zhang, Y.; Mo, J.; Zhang, T.; Dai, Y.; Chen, Z.; Ren, S. DOCFORGE-BENCH: A Comprehensive Benchmark for Document Forgery Detection and Analysis. arXiv 2026, arXiv:2603.01433. [Google Scholar] [CrossRef] [Scilit]
- Xu, Y.; Li, M.; Cui, L.; Huang, S.; Wei, F.; Zhou, M. LayoutLM: Pre-training of Text and Layout for Document Image Understanding. arXiv 2020. [Google Scholar] [CrossRef] [Scilit]
- Xu, Y.; Xu, Y.; Lv, T.; Cui, L.; Wei, F.; Wang, G.; Lu, Y.; Dinei, F.; Zhang, C.; Che, W.; et al. LayoutLMv2: Multi-modal Pre-training for Visually-Rich Document Understanding. arXiv 2021, arXiv:2012.14740. [Google Scholar] [CrossRef] [Scilit]
- Huang, Y.; Lv, T.; Cui, L.; Lu, Y.; Wei, F. LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking. arXiv 2022. [Google Scholar] [CrossRef] [Scilit]
- Appalaraju, S.; Jasani, B.; Kota, B.; Xie, Y.; Manmatha, R. DocFormer: End-to-End Transformer for Document Understanding. arXiv 2021. [Google Scholar] [CrossRef] [Scilit]
- Kim, G.; Hong, T.; Yim, M.; Park, J.; Yim, J.; Hwang, W.; Yun, S.; Han, D.; Park, S. OCR-Free Document Understanding Transformer; Springer: Cham, Switzerland, 2022. [Google Scholar] [CrossRef] [Scilit]
- Kuiper, O.; van den Berg, M.; van der Burgt, J.; Leijnen, S. Exploring Explainable AI in the Financial Sector: Perspectives of Banks and Supervisory Authorities. In Artificial Intelligence and Machine Learning, Communications in Computer and Information Science; Springer: Cham, Switzerland, 2021; Volume 1445, pp. 82–96. [Google Scholar] [CrossRef] [Scilit]
- Li, P.Y.; Chang, T.T.; Kuo, Y.C.; Lin, C.Y.; Chang, H.Y. Unveiling the Black Box: An XAI-Based Anti-Money Laundering Model. In Proceedings of the 11th IEEE International Conference on Consumer Electronics–Taiwan (ICCE-Taiwan), Taichung, Taiwan, 9–11 July 2024; pp. 293–294. [Google Scholar] [CrossRef] [Scilit]
- Lundberg, S.M.; Lee, S.I. A Unified Approach to Interpreting Model Predictions. arXiv 2017, arXiv:1705.07874. [Google Scholar] [CrossRef] [Scilit]
- European Union. Regulation (EU) 2024/1689 of the European Parliament and of the Council of 13 June 2024; Artificial Intelligence Act; European Union: Luxembourg, 2024. [Google Scholar]
- Bulatov, K.B.; Emelianova, E.V.; Tropin, D.V.; Skoryukina, N.S.; Chernyshova, Y.S.; Sheshkus, A.V.; Usilin, S.A.; Ming, Z.; Burie, J.-C.; Luqman, M.M.; et al. MIDV-2020: A Comprehensive Benchmark Dataset for Identity Document Analysis. Comput. Opt. 2022, 46, 252–270. [Google Scholar] [CrossRef] [Scilit]
- Wang, S.; Wang, C.; Shi, C.; Liu, Y.; Lu, M. Mask-Guided Mamba Fusion for Drone-Based Visible-Infrared Vehicle Detection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 1–12. [Google Scholar] [CrossRef] [Scilit]
- Liu, Y.; Wang, C.; Lu, M.; Yang, J.; Gui, J.; Zhang, S. From Simple to Complex Scenes: Learning Robust Feature Representations for Accurate Human Parsing. IEEE Trans. Pattern Anal. Mach. Intell. 2024, 46, 5449–5462. [Google Scholar] [CrossRef] [Scilit] [PubMed]
- Al-Ghadi, M.; Ming, Z.; Gomez-Kramer, P.; Burie, J.-C. Identity Documents Authentication based on Forgery Detection of Guilloche Pattern. arXiv 2022, arXiv:2206.10989. [Google Scholar] [CrossRef] [Scilit]
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. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.





















