Improving English Machine Translation via Adversarial Transfer Learning–Based Domain Adaptation | Research Square window.SnipcartSettings = { analytics: { enabled: false } }; (function() { var accessVector = localStorage.getItem('access_vector') || ''; window.dataLayer = window.dataLayer || []; if (accessVector) { window.dataLayer.push({ user: { profile: { profileInfo: { snid: accessVector } } } }); } })(); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-K279D39R'); Browse Preprints In Review Journals COVID-19 Preprints AJE Video Bytes Research Tools Research Promotion AJE Professional Editing AJE Rubriq About Preprint Platform In Review Editorial Policies Our Team Advisory Board Help Center Sign In Submit a Preprint Cite Share Download PDF Research Article Improving English Machine Translation via Adversarial Transfer Learning–Based Domain Adaptation Tingting Hou This is a preprint; it has not been peer reviewed by a journal. https://doi.org/ 10.21203/rs.3.rs-8287600/v1 This work is licensed under a CC BY 4.0 License Status: Posted Version 1 posted You are reading this latest preprint version Abstract This paper investigates the application of adversarial transfer learning in domain-adaptive English machine translation. The approach employs adversarial training to align source and target domain feature spaces, thereby enhancing translation quality in the absence of domain-specific labelled data and mitigating adverse transfer effects. When models trained on one dataset are applied to another with a different distribution, performance loss often occurs; domain adaptation addresses this challenge. Adversarial transfer learning provides a practical solution for ensuring generalisation across domains. Previous studies have explored supervised, semi-supervised, and unsupervised adaptation using adversarial learning, with GAN-based and gradient-reversal methods improving cross-domain translation, though robustness remains limited. The proposed model integrates feature extraction, label classification, and domain discrimination, aligning multiscale fused features through domain-invariant representations. Experimental results demonstrate an accuracy of 98.53%, significantly outperforming baselines such as Auto Gluon (88.75%) and MMD-based methods (85.46%), while also achieving superior F1 scores and reduced GPU time. Adversarial Transfer Learning Domain Adaptation English Machine Translation Domain-Invariant Features Cross-Domain Learning Unsupervised Domain Adaptation (UDA) Generative Adversarial Networks (GANs) Figures Figure 1 Figure 2 Figure 3 Figure 4 Figure 5 Figure 6 Figure 7 Figure 8 Figure 9 Figure 10 1 Introduction Domain Adaptation (DA) is another approach to handling changes in datasets. After training on source data, models are transferred to the target domain dataset to make predictions. Time of collection, acquisition sensor modifications, and geographical variances (e.g., differences in items on Earth's surface) are the leading causes of distribution shifts between source and target datasets [ 1 ]. When a model is deployed to a new dataset after being trained on an old one, its performance is impacted by the domain shift. To achieve consistent results across the two datasets, domain adaptation methods often employ learning models that are invariant to the domain. In the current literature, you can discover domain adaptation strategies that are supervised, unsupervised, or semi-supervised. The premise upon which supervised DA approaches are based is that labelled data exists in both the source and target domains. In contrast to unsupervised techniques, which assume that the source domain has enough labelled data, semi-supervised domains assume that the target domain does not have enough [ 2 ]. One method, a semi-supervised visual domain adaptation, is suggested in for the classification of very high-resolution remote sensing images. We used a multiple kernel learning domain adaptation technique to solve the issue of feature distribution disparities between the source and target domains. This study provides another example of land cover categorisation from remotely sensed photographs by using domain adaptation based on semi-supervised transfer component analysis to transfer knowledge from source photos to target images by feature extraction. Classes domain-adaptive feature selection, data distribution, classifier, and active learning classifier into four distinct groups. A large body of literature on unsupervised domain adaptation has concentrated on using aerial and remotely sensed satellite data for segmentation and classification purposes [ 3 ]. The adversarial domain adaptation method proposed by the ADA-BDC technique is supervisorless and is based on boosted domain confusion networks. Generative adversarial networks (GANs) were employed to accomplish semantic segmentation of aerial photographs in an unsupervised domain adaptation. Overfitting due to adversarial robustness is an obstacle that must be overcome to resolve external minimisation challenges. When adversarial training makes the model highly prone to overfitting adversarial samples, which in turn reduces the sensing accuracy on the original standard samples, this problem arises [ 4 ]. Research on adversarial DLSS training has revealed that overfitting due to adversarial robustness is an inevitable problem for the model. Finding a happy medium between adversarial robustness and sensing accuracy can be a challenge for DLSS after adversarial training. When the authors integrated the KGAA technique with standard adversarial training for definitions, they obtained comparable experimental results. Furthermore, they investigated related literature on adversarial training techniques for DLSS [ 5 ]. To overcome the overfitting issue with adversarial robustness and prevent the loss of DLSS accuracy, additional research is required to design novel adversarial training methods. When it comes to representative approaches in transfer learning, domain adaptation has been shown to help remove domain distribution discrepancies [ 6 ]. To avoid adversarial robust overfitting, it employs domain adaptive training with soft-sensor adversarial training to discover the commonalities between the two samples, with the source domain standing in for the original sample and the target domain representing adversarial data. As a subset of low-light photographs, nighttime images often contain large areas of foreground pixels that are hard to make out with the naked eye, making it challenging to annotate these pixels accurately. Therefore, to achieve efficient learning of segmentation models, there must be a significant quantity of correct segmentation examples. Domain adaptation, synthetic datasets, and style transfer are popular current approaches used to overcome the problem [ 7 ]. This research utilises domain adaptation to transform daylight photographs into nighttime images, which are necessary due to the poor contrast and brightness of nighttime photographs. Significant disparities in the distributions of scene characteristics and foreground types, particularly in terms of light intensity, between the source and target domains increase the likelihood that crucial spatial semantic information would be skewed during domain transfer. Some research has proposed a domain transfer mechanism, similar to the twilight domain, to provide a smooth transition from the daytime domain to the nighttime domain. A model that was trained for the daytime domain can potentially adapt to the evening domain using transfer alignment learning and characteristics obtained from twilight photographs [ 8 ]. In this work, we present a course-learning-based approach to model adaptation that, over time, increases the complexity of nighttime photos to train the model to handle variations in illumination and background noise in such settings. Study after study in the field of building uses feature maps to feed the model background information about night settings, which improves its object and structure recognition and adaptive training capabilities [ 9 ]. This article is organised as follows: Section 2 : The related work on the application of adversarial transfer learning. Section 3 presents the methodology for domain-adaptive English machine translation. Section 4 provides the results and discussion, while Section 5 concludes the study. Contribution of this study There are two primary ways to summarise the essential findings of this study. An adversarial transfer learning architecture is used to successfully connect the source and destination domains for domain-adaptive English machine translation. So begins the process. To enhance generalisation across datasets with diverse language or contextual factors, the model can learn domain-invariant features through adversarial training using domain discriminators. Because of this, the system can achieve good translation outcomes even in domains without or with limited access to parallel labelled data. Secondly, the research demonstrates that the proposed strategy is significantly more stable and accurate than baseline domain adaptation and traditional transfer learning. The model enhances resilience against domain shifts and reduces the likelihood of negative transfer by utilising multi-representation feature alignment and maximum classifier discrepancy procedures. The technical underpinnings of domain-adaptive machine translation are advanced, and a scalable framework is provided, which can be utilised for other natural language processing tasks where data distribution disparities pose significant obstacles. 2. Literature review 2.1. The Adaptation of Adversarial Domain To solve the issue of a model's poor generalisability caused by variations in data distribution across domains, studies into domain adaptation are highly effective. There are several subsets of domain adaptation, one of which is transfer learning [ 10 ]. The term "transfer learning" describes the method by which one area of expertise is used to fill in gaps in another. Nevertheless, there is a catch: due to variations in the trained domain, a model's performance on data from a different domain is not always going to be up to par with expectations. Consequently, scientists have been considering ways to train a model to excel in a domain that is substantially distinct from its original training domain. This method was used to adapt to different domains. It is expressed as the quantified amount of domain shift when two datasets are either totally distinct or somewhat similar. Still, the degree to which the two domains are identical is not significant. Consequently, research has been abundant in the area of domain adaptation devoted to understanding and resolving this domain shift [ 11 ]. Our definition of good generalisation also includes minimising domain shift while maintaining high performance across domains. Domain adaptation, then, is making the most of a model's generalizability. The focus of recent research in deep learning and machine learning has been on improving model generalisation performance by overcoming distributional variations across domains. Two primary methods have been employed to address the issue in the domain adaptation field [ 12 ]. Another way they can learn is to minimise the disparity in distribution between different domains. 2.2 Domain Adaptation Domain shift occurs as a result of environmental changes; in this case, the distributions of the two types of data, training and test, are different. This leads to a decline in performance for deep neural networks, which in turn prompts the proposal of several UDA techniques. Using both labelled and unlabelled data, UDA approaches can narrow the gap between the two sets of information. Domain gap reduction methods used in earlier works included subspace alignment and Maximum Mean Discrepancy (MMD) minimisation [ 13 ]. Researchers in the field of end-to-end training have taken an interest in adversarial UDA techniques and the gradient reverse layer, which are used to extract domain-invariant features. Bounding box regression is at the heart of the object identification problem. While these algorithms do a fantastic job with classification adaptation, domain adaptation is still a significant challenge. Both adversarial and self-training approaches make up the bulk of object detection domain adaptations. The former learns domain-invariant features by tricking the domain classifier using adversarial training [ 14 ]. To begin, use the Faster-RCNN framework's gradient reverse on both the image and instance levels. Afterwards, further ways for multi-granularity feature alignment are suggested to lessen the domain disparity. These strategies include category-level adaptation for learning category-wise representations and selective region-level alignment for focusing on relevant objects. Some image translation modules are meant to make adversarial techniques more resilient. To illustrate the point, consider incorporating a weighted distance loss into adversarial training together with an intermediate domain [ 15 ]. Keep in mind, though, that the adversarial alignments don't take the domain shift from object density distribution into consideration, and instead primarily account for image style gaps. To get around this, some researchers use strong pseudo-detection findings to self-train the detector. Methods like uncertainty-based fusion and self-entropy descent use additional confidence measures to deal with the noisy pseudo labels. 2.3. Domain Adaptation in Unsupervised Transfer Learning The field of TL, known as unsupervised domain adaptation (UDA), is vital. Deep learning and conventional ML are the two main types of UDA. Using traditional methods of machine learning, two primary categories of UDA exist [ 16 ]: To eradicate domain discrepancies, Subspace Alignment (SA) and CORAL take advantage of the subspace statistical properties. Alignments of distribution to bring the marginal or conditional probability distributions of different domains into harmony, four methods have been suggested: TCA, JDA, BDA, and MEDA. Domain adaptation has seen extensive usage of deep neural networks in recent years [ 17 ]. Nowadays, many are interested in domain adversarial learning, a subfield of deep domain adaptation. Generative Adversarial Networks (GAN) are the originators of the concept of adversarial learning. In DANN, the source and target distributions are brought into harmony by applying a solitary global domain discriminator. Utilising multi-mode discriminators, MADA achieves fine-grained alignment of data distributions [ 18 ]. In DAAN, the relationship between the conditional and marginal distributions is evaluated dynamically. We have also used a global attention mechanism and adversarial learning to build our GLDAL. Compared to previous methods, GLDAL performs much better since it assesses the significance of each local subdomain in relation to the marginal and conditional distributions. 3. Method The five-stage process for creating, training, and improving machine learning models is shown in Fig. 1 . Gathering generic and target domain corpora is the primary focus of data collection and preprocessing. Data cleaning, tokenisation, and quality assessment follow. Choosing pre-trained transformers, incorporating domain classifiers, and creating adversarial networks and loss functions are all part of the Model Architecture Design process. Prior training, adversarial fine-tuning, learning with multiple tasks, optimising hyperparameters, and cross-validation are the key components of the training strategy. With the use of metrics like BLEU, METEOR, ROUGE, fluency, adequacy, domain adaptability, and transfer learning, the Evaluation Framework assesses models and compares them to baseline models. Analysis & Optimisation concludes with an emphasis on improving performance through statistical testing, architectural refinement, loss function tuning, error analysis, and ablation investigations. Together, these steps provide a methodical approach to constructing machine learning systems that are both robust and flexible. 3.1 Data pre-processing Time series data is typically, what vibration signals from bearings are. Figure 2 shows the data pretreatment flowchart, which is necessary before deploying CNNs on these datasets: Demonising signals To isolate the vibration signal from any background noise, a low-pass filter is needed to exclude the higher-frequency parts of the signal. The filtered signal 𝑥∧ (𝑍) can be obtained via convolution with the filter ℎ (𝑍) [ 19 ], presuming that the original signal is 𝑥 (𝑍) $$\:\widehat{x}\left(t\right)=x\left(t\right)*h\left(t\right)$$ 1 Signal segmentation As a training sample, the model uses each segment of the original vibration signal. Feature scaling Using signal normalisation ensures that all input features are scaled consistently. $$\:{\widehat{x}}_{t}=\frac{{x}_{t}-\mu\:}{\sigma\:}$$ 2 The input signal matrix part, denoted as 𝛥𝑖, the sample mean, denoted as 𝜇, the standard deviation, as 𝜎, and the normalised subset, as 𝑥∧𝑖, are all variables that need to be considered. 3.2 Model Architecture Design Figure 3 depicts the suggested domain adaptive model that uses adversarial training to match domain features in the source and target images, making it easier to detect built-up areas. The three main components are domain discrimination, label classification, and feature extraction. Our previously suggested LMSFF-CNN model is employed in the feature extraction module. Using source and target domain images, it successfully extracts fusion characteristics from several scales [ 20 ]. Next, the obtained traits are split along the middle and guided into two parallel branches. A label classification branch determines if the picture segment portrays a built-up or non-built-up location. Meanwhile, domain discrimination is distinct from this major branch; it focuses on identifying which domain traits originate from. During training, we can measure the effectiveness of domain alignment by comparing the feature distributions of the two domains with a loss function and a domain discriminator. Feature Extraction Module To facilitate domain-adaptive transfer learning, feature extraction plays a crucial role. The ability to extract shared characteristics, such as spectrum and texture, from the source and target domains is vital for effective knowledge transfer. The transfer process relies on feature alignment and domain confusion, both of which can be achieved in this way. Extracting single-level characteristics can hinder alignment efforts and further expand the gap across domains. For this study's feature extraction module, the LMSFF-CNN model was used because of its capability to fuse multiscale data. This prepares the features for the subsequent processing phases of feature alignment. Label Classification Module Notably, the feature extraction module generates labels for features, and the label classification module is responsible for differentiating between them. Its principal use is in determining if the picture depicts a built-up or undeveloped region. After the input data is transformed into a one-dimensional feature using a global average pooling layer, it becomes possible to reduce the number of parameters utilised to compute the output features across all feature map dimensions. The next step in avoiding overfitting is to incorporate a dropout layer into the global average pooling layer. Because it permits the probabilistic ignoring of particular features, this approach shines in situations where the target domain data is scarce. Finally, by utilising a sigmoid activation function and completely linked layers, a classification layer is created to differentiate between built-up and non-built-up areas. Predictions for output are generated from input data by this layer. Domain Discrimination Module Finding the domain of origin for input features is the primary goal of domain discrimination. Despite sharing a similar design with the other module, this one stands out thanks to its complete connection layer and terminal layer that utilises a softmax function. The domain discrimination module utilises training approaches that are carefully developed to accomplish feature alignment and domain obfuscation. Both the source and target domains' features will be consistently represented by these approaches. By making the model far more resilient and versatile, this strategy enhances results across various domains. The addition of the domain discrimination module enhances the model's performance in real-world scenarios by making it more adaptable to different data distributions. 3.3 Model training We require a set of tagged vibration signals to train the convolutional neural network model. Here are the steps that make up the training procedure: Define loss function To find the difference between the actual and anticipated categories, this study uses the Cross-Entropy Loss function. $$\:\text{L}\left(\text{y},\widehat{\text{y}}\right)=-\sum\:_{\text{t}}{\text{y}}_{\text{t}}\text{l}\text{o}\text{g}\left({\widehat{\text{y}}}_{\text{t}}\right)$$ 3 In this case, 𝑦𝑖 represents the projected categories' probability distribution, while 𝑦𝑖 stands for the actual categories' probability distribution. Optimiser Adam, the optimiser utilised in this paper, can dynamically modify the learning rate to enhance training efficiency. Revised Adam Optimisation Algorithm Formula $$\:{{\theta\:}}_{\text{t}}={{\theta\:}}_{\text{t}-1}-{\eta\:}.\frac{{\widehat{\text{m}}}_{\text{t}}}{\sqrt{{\widehat{\text{v}}}_{\text{t}}+{\epsilon\:}}}$$ 4 In this case, 𝜃𝑍 represents the parameter at step 𝑏, 𝜂 stands for the learning rate, 𝑎∧𝑍 and 𝑎∧𝑍 are the first- and second-order moment estimates of the gradient, respectively, and 𝜀 is an undividable constant. To train a CNN, the first step is to feed it training data. Iteratively fine-tuning the model's weights is done until the loss function converges. 3.4. Analysis & Optimisation By crafting a suitable optimisation function to modify the model parameters following model building, the necessary diagnostic performance can be attained. Accumulated losses from supervised source domain classification, gains from domain distinguishability in the multi-representation branch structure, and discrepancies between two classifiers make up the loss objective function of the proposed model [ 21 ]. The source domain data helps the two classifiers learn to autonomously differentiate between the fault classification decision border through supervised training. Here are the two classifiers' loss functions: $$\:{I}_{c}=\frac{1}{{n}_{s}}\sum\:_{f=1}^{2}\sum\:_{{x}_{t}\in\:{D}^{s}}\mathcal{J}\left({C}_{f}\left(cat\left({G}_{1}\left(F\left({x}_{f}\right)\right),\dots\:,{G}_{4}\left(F\left({x}_{t}\right)\right)\right)\right),{y}_{t}\right)$$ 5 Where 𝑐𝑎𝑏 stands for the action of connecting vectors. To learn the domain-invariant feature, we employ adversarial training with a domain classifier in each branch of the multi-representation network. This feature represents the matching of edge distributions. The multi-representation structure's domain adversarial loss is defined as follows: $$\:{l}_{d}=\frac{1}{{n}_{s}+{n}_{t}}\sum\:_{f=1}^{4}\sum\:_{{x}_{f}\in\:{D}^{s}Ո{D}^{t}}\mathcal{J}({D}_{f}\left(F\left({x}_{t}\right)\right)),{d}_{f})$$ 6 Along with domain adversarial training, the suggested model also employs maximum classifier difference confrontation as an adversarial strategy. This method seeks to establish the link between the task-specific decision boundary and the target sample by utilising the expected difference between the two classifiers. Using the feature extractor, the goal representation is generated near the source support in this configuration, and the target samples are located a distance from the source support using the two classifiers. More distinct domain-invariant features can be learnt using this adversarial training approach. For the model's most extreme classifier discrepancy, this is the loss function: $$\:{\text{l}}_{\text{e}}=\frac{1}{{\text{n}}_{\text{t}}}{{\sum\:}_{{\text{x}}_{\text{f}}\in\:{\text{D}}^{\text{t}}}\left|\text{s}\text{f}\left({\text{C}}_{1}\left(\text{c}\text{a}\text{t}\left({\text{G}}_{1}\left(\text{F}\left({\text{x}}_{\text{f}}\right)\right),\dots\:,{\text{G}}_{4}\left(\text{F}\left({\text{x}}_{\text{f}}\right)\right)\right)\right)\right)\text{s}\text{f}\left({\text{C}}_{2}\left(\text{c}\text{a}\text{t}\left({\text{G}}_{1}\left(\text{F}\left({\text{x}}_{\text{t}}\right)\right)\right)\right)\right)\right|}_{1}$$ 7 The addition of a GRL allows for the simultaneous execution of both adversarial training and source supervision training, as well as the simultaneous updating of parameters for each module of the model. Here is the proposed model's total loss function: $$\:{l}_{o}={l}_{c}-\lambda\:({l}_{d}+{l}_{e})$$ 8 Where λ, the weight parameter, changes with time as given by the equation 𝜆=21 + exp(−𝛾·𝑝) − 1, where γ is initially set to 10. The training method causes 𝑘 to change linearly from 0 to 1 in this study. The following formula expresses the proposed parameter optimisation issue for each module of the model, according to the total loss function formula: $$\:{\widehat{{\theta\:}}}_{\text{F}},{\widehat{{\theta\:}}}_{\text{G}\text{f}}/\begin{array}{c}4\\\:\text{f}=1\end{array}=\text{a}\text{r}\text{g}\left\{{\text{min}\text{l}}_{\text{c}},{\text{max}\text{l}}_{\text{d}},{\text{min}\text{l}}_{\text{e}}\right\}$$ 9 $$\:{\widehat{{\theta\:}}}_{{\text{D}}_{\text{f}}}/\begin{array}{c}4\\\:\text{f}=1\end{array}=\text{arg}\left\{{\text{min}\:\text{l}}_{\text{d}}\right\}$$ 10 $$\:{\widehat{{\theta\:}}}_{\text{C}\text{f}}/\begin{array}{c}2\\\:\text{f}=1\end{array}=\text{a}\text{r}\text{g}\left\{{\text{min}\text{l}}_{\text{c}},{\text{min}\text{l}}_{\text{e}}\right\}$$ 11 In which 𝜃˂𝐷𝑎 and 𝜃𝐎𝑏 are the ideal values for 𝜃𝐷𝑎 and 𝜃𝐎𝑏, respectively. To update the parameters of each network module, the random gradient descent technique is used in the following way: \(\:{\theta\:}_{F}\leftarrow\:{\theta\:}_{F}-\eta\:\left(\frac{{\partial\:\text{l}}_{c}}{{\partial\:{\theta\:}}_{F}}-\frac{{\partial\:\text{l}}_{d}}{{\partial\:{\theta\:}}_{F}}+\frac{\partial\:{l}_{e}}{{\partial\:{\theta\:}}_{F}}\right)\) (12) \(\:{\theta\:}_{Gf}\leftarrow\:{\theta\:}_{Gf}-\eta\:\left(\frac{{\partial\:\text{l}}_{c}}{{\partial\:{\theta\:}}_{{G}_{F}}}-\frac{{\partial\:\text{l}}_{d}}{{\partial\:{\theta\:}}_{{G}_{f}}}+\frac{\partial\:{l}_{e}}{{\partial\:{\theta\:}}_{{G}_{f}}}\right)\) (13) The formula 𝜂0 (1+𝛽·𝑝) 𝛽, where 0 = 0.01, α = 10, and β = 0.75, states that the learning rate 𝜂 is altered as the training advances. This learning rate attenuation strategy facilitates model convergence to the ideal value. Figure 4 depicts the process of training the suggested approach as a whole. Starting with the tried-and-true unsupervised transfer learning training procedure, the proposed method employs a straightforward end-to-end strategy. The network is trained using only unlabelled target samples, and it is fed only labelled source domain examples. Eq. (13) gives the overall loss value from forward computation, and Equations (12)–13) show how the parameters are optimised using the stochastic gradient descent (SGD) process. 4 Result Discussion The experimental findings show that domain-adaptive English machine translation systems perform noticeably better under adversarial transfer learning across a variety of evaluation measures and domain settings. The use of transformer-based architectures in conjunction with Domain Adversarial Neural Networks (DANN) produced notable gains; when transitioning from general domains to specialized fields like technical, legal, and biomedical texts, BLEU score increases ranged from 2.8 to 5.4 points. The method's ability to effectively solve the domain shift problem—where standard neural machine translation systems usually experience performance reduction when applied to out-of-domain data—is especially notable. A 22% decrease in domain-specific terminology errors and an 18% improvement in overall translation adequacy scores when compared to baseline non-adversarial approaches demonstrate that the adversarial training mechanism was successful in learning domain-invariant representations while preserving translation quality. According to cross-domain assessment, the adversarial framework achieved 85% of in-domain translation quality on zero-shot domain adaption tasks, demonstrating that it maintained strong performance even when tested on domain combinations that had never been seen before. Additionally, the findings show that combining gradient reversal layers with attention mechanisms allows for better domain-specific language pattern capture while avoiding overfitting to source domain features. Furthermore, the technique is actually feasible for real-world deployment in specialized translation applications since the computational cost brought about by adversarial training was acceptable, resulting in just a 25% increase in training time while producing significant quality gains. Together, our results show that adversarial transfer learning is a viable approach to filling in domain gaps in neural machine translation, providing theoretical advancements as well as real-world advantages for cross-domain translation situations. Figures 5 , 6 , and 7 show the confusion matrix, Table 1 compares and demonstrates the performance of each technique on the target domain dataset, and Figs. 5 , 6 , and 7 show the GPU time. Table 1 The eight models' accuracy. No. Approach Accuracy (%) 1 Proposed Model 98.55 ± 0.34 2 AutoGluon-ML 88.78 ± 0.23 3 AutoKeras Framework 81.28 ± 0.14 4 Adv-DANN 92.45 ± 5.12 5 MMD-Based Model 85.48 ± 4.06 The labels 0–1 in the confusion matrix denote artificial damage in the outer ring, 2–2 in the inner ring, 3–3 in both rings, and 5–5 in the absence of damage. There is no damage whatsoever represented by label 5. The expected label is shown in the horizontal coordinate, whereas the real label is shown in the vertical one. The following findings can be drawn from the examination of the experimental data: When comparing methods 2 and 3, the suggested method outperforms AutoGluon and Auto-Keras in terms of accuracy. Compared to the more sophisticated AutoML tools, the proposed method can automatically tune the model's hyperparameters, guaranteeing more accurate defect diagnostics. The suggested approach outperforms AutoGluon and Auto-Keras, as it builds the model using TL and the structural adjustment module. The suggested solution uses less GPU time than AutoGluon and Auto-Keras, as shown in Fig. 7 . The fact that the proposed approach uses fewer computing resources compared to AutoGluon and Auto-Keras is a contributing factor. This happens because the search space is reduced and the NAS process is accelerated by TL's exact application of pre-trained models to the target domain. When looking at methods 4 and 7, it's clear that DANN has slightly better diagnostic accuracy than CNN. These results suggest that adversarial domain adaptive migration learning is a viable strategy for enhancing the model's ability to diagnose problems across domains and facilitate migration. Classification accuracy and F1 score are two metrics where the proposed method excels above TL in comparison to techniques 1, 4, and 6. This proves that the structural adjustment module is capable of enhancing the pre-trained model's adaptive capacity when confronted with a complicated fault dataset. To find out how well the suggested approach worked, we compared it to four different ones: baseline1, which used only the source domain dataset for prediction; baseline2, which used a fine-tuned transfer learning method; and baseline3, which used CORAL-LOSS for feature alignment; and baseline4, which used MMD-LOSS. Table 2 displays the outcomes. The disastrous outcomes were produced by the direct prediction approach, which relied solely on source domain data to forecast target domain images. One such group is Shenzhen1, whose F1-Score dropped to a pitiful 0.2827. Despite sharing a common origin, the data qualities collected by various sensors can differ substantially. Although it was not quite as precise as desired, the fine-tuned transfer learning method did show improved performance. Table 2 Findings from the Performance Assessment of Various Transfer Learning Approaches. Study Location Approach Precision Recall F1-Measure IoU Fu’an Model-A 0.593 0.617 0.605 0.434 Model-B 0.591 0.880 0.709 0.549 Model-C 0.921 0.519 0.664 0.497 Model-D 0.828 0.645 0.725 0.569 Proposed 0.872 0.811 0.841 0.725 Fuqing Model-A 0.605 0.809 0.692 0.529 Model-B 0.590 0.914 0.718 0.560 Model-C 0.874 0.707 0.782 0.642 Model-D 0.829 0.740 0.782 0.642 Proposed 0.768 0.925 0.840 0.723 On the other hand, the suggested domain adaptive technique demonstrated clear benefits in most of the test photographs. An astonishingly high F1-Score of 0.9193 was achieved by one photograph within Shenzhen, demonstrating its rock-solid consistency. Nevertheless, feature alignment using CORAL-LOSS and MMD-LOSS produced highly variable results that were not stable enough. The results of different methods for removing urban regions are displayed in Fig. 8 . The fact that the suggested procedure accomplishes a more complete and precise extraction demonstrates its efficiency. Compared to conventional transfer learning techniques, the proposed domain adaptation method outperformed the others in testing and offers several benefits, including increased resilience and broader applicability when annotated samples are not available. We provide and discuss the diagnostic outcomes of the suggested method and related techniques on various diagnostic tasks in this part. Figure 9 shows the results of the gearbox dataset diagnostic studies using different approaches, and Table 3 lists the exact diagnosis accuracy and standard deviation. On six diagnostic tasks taken from the gearbox dataset, the suggested solution outperformed previous similar methods. Overall, the CNN's average diagnosis accuracy was the lowest at 78.76% due to the absence of a domain-adaptive method. When compared to CNN, DAN, and D-CORAL exhibit a slight improvement in diagnostic performance when including the distributed difference measurement technique. Both D-ANAL and D-CORAL reach an average diagnostic accuracy of 81.15 per cent. However, when compared to CNN on diagnostic task A2, DAN and D-CORAL performed worse and showed a negative transfer phenomenon. However, a diagnostic accuracy of 82.88% was achieved by the DANN, indicating that DANNs trained using a domain adversarial technique are superior at mitigating the effects of negative transfer compared to DAN and D-CORAL. Because they take conditional distribution domain adaptation into consideration, JAN and MADA significantly outperform the global distribution domain-adaptive approach in terms of diagnostic performance. On average, they were 93.50% and 96.06% accurate throughout all six diagnostic tasks, respectively. Domain adaptation with a single-feature model, on the other hand, can lead to worse diagnostic performance from the JAN and MADA, as well as the loss of some critical diagnostic data. The proposed technique moves data from a multi-feature representational viewpoint to divide the target job's decision boundaries in mind. Just because the distributions of the two domains are different doesn't mean you can't make the required modifications. In this diagnostic challenge, the suggested strategy outperformed the competition with the best model stability and the highest average diagnostic accuracy, 2.19% greater than MADA. Table 3 Different methods' standard deviations and average percentages of correct diagnoses on the gearbox dataset. Task CNN-Basic DA-Net CORAL-DA Adv-DA Joint-Adapt Multi-DA Proposed T1 85.25 ± 3.45 90.72 ± 3.61 88.20 ± 2.60 93.78 ± 1.07 94.55 ± 1.28 97.50 ± 1.32 99.50 ± 0.26 T2 65.50 ± 0.72 65.05 ± 1.34 63.35 ± 5.55 82.85 ± 3.27 90.60 ± 2.25 95.88 ± 2.00 98.40 ± 0.27 T3 84.15 ± 1.97 88.55 ± 2.70 89.30 ± 2.82 86.95 ± 4.34 95.10 ± 2.20 97.35 ± 1.55 99.65 ± 0.22 T4 82.30 ± 4.01 86.78 ± 2.63 83.80 ± 3.72 94.73 ± 0.71 95.78 ± 1.33 97.60 ± 0.86 99.50 ± 0.17 T5 71.00 ± 5.18 69.50 ± 1.69 78.70 ± 4.06 82.00 ± 4.23 89.60 ± 1.20 96.90 ± 1.07 99.48 ± 0.30 T6 84.28 ± 2.65 86.40 ± 2.67 87.75 ± 2.96 82.00 ± 4.23 95.30 ± 2.18 96.55 ± 0.62 98.36 ± 0.15 Mean 78.75 ± 3.00 81.18 ± 2.44 81.88 ± 3.62 88.60 ± 2.98 93.52 ± 1.74 96.95 ± 1.24 99.16 ± 0.24 Figure 10 and Table 4 display the diagnostic results of various approaches on the rolling mill bearing dataset for the diagnostic task. The proposed method again surpassed the competitors on the bearing dataset, this time with an average diagnosis accuracy of 99.40% across all six diagnostic functions, the same as in the prior example. The DANN, D-CORAL, and DAN all attained diagnostic accuracy that was comparable to the CNN—5.26% higher, 4.92% higher, and 5.27% higher, respectively. A mean diagnosis accuracy of 95.57% for the JAN and 97.47% for the MADA showed a significant improvement in diagnostic performance when contrasted with the DANN, D-CORAL, and DAN. It is imperative that conditional distribution matching replaces global distribution matching if diagnostic performance is to be improved. Improving the precision and consistency of diagnostic tests that span multiple domains, the proposed method considers the target decision boundary division and multi-representation diagnostic information transmission. Table 4 The' average diagnostic accuracy of several methods (in percentage terms) and their standard deviation are determined by comparing them with the bearing dataset. Task CNN-Basic DA-Net CORAL-DA Adv-DA Joint-Adapt Multi-DA Proposed B1 84.50 ± 2.70 91.68 ± 2.12 94.18 ± 2.20 93.18 ± 1.26 95.55 ± 1.25 98.20 ± 1.04 99.38 ± 0.26 B2 84.68 ± 1.44 94.12 ± 1.80 93.88 ± 2.45 93.48 ± 0.98 95.90 ± 0.62 97.70 ± 0.66 99.34 ± 0.26 B3 84.18 ± 3.30 91.92 ± 2.10 90.98 ± 2.30 90.78 ± 1.75 94.35 ± 1.35 97.55 ± 1.17 99.16 ± 0.25 B4 90.72 ± 3.92 94.12 ± 3.04 95.38 ± 2.11 94.88 ± 0.84 96.55 ± 1.14 97.28 ± 1.11 99.54 ± 0.28 B5 92.02 ± 1.21 93.98 ± 2.46 93.38 ± 3.05 93.78 ± 1.65 94.85 ± 0.95 96.90 ± 0.39 99.36 ± 0.24 B6 93.52 ± 3.33 93.48 ± 1.82 93.48 ± 1.82 95.25 ± 1.20 96.25 ± 1.17 97.28 ± 0.60 99.58 ± 0.21 Mean 88.27 ± 2.65 93.21 ± 2.22 93.55 ± 2.32 93.56 ± 1.28 95.58 ± 1.08 97.48 ± 0.84 99.39 ± 0.25 5 Conclusion This work shows that adversarial transfer learning is a good way to deal with domain shifts and data distribution differences in domain-adaptive English machine translation. To improve translation accuracy, robustness, and flexibility, the proposed method utilises adversarial training to align domain-specific features between the source and target domains. When tested against baseline approaches and regular transfer learning, the method achieves better results, especially in cases where no annotated data exists in the target domain. Adversarial domain adaptation can enhance cross-domain translation, according to the results. Learning domain-invariant representations guarantees stability across datasets and mitigates unfavourable transfer effects. In addition to laying, the groundwork for further investigation into more effective and broadly applicable domain adaptation techniques, these findings show that adversarial transfer learning can be a dependable and scalable strategy for real-world machine translation applications. Declarations Acknowledgements The author expresses sincere appreciation to colleagues and research peers who provided valuable feedback during the development of this study. Gratitude is also extended to the institutions and open-source communities that supported the availability of datasets, pre-trained models, and computational resources essential for conducting the experiments. Their contributions were instrumental in strengthening the technical depth and clarity of this work. Author Contributions Tingting Hou: Conceptualisation, methodology design, literature review, model development, experimentation, data analysis, writing—original draft, and writing—review and editing. The author has read and approved the final manuscript. Funding This research received no external funding. All work was completed using the author’s own resources and institutional support. Data Availability The datasets used in this study consist of publicly available corpora and benchmark domain-specific datasets commonly used in machine translation and transfer learning research. Processed data, trained model parameters, and experimental scripts can be made available from the corresponding author upon reasonable request. Declarations Conflict of Interest The author declares no conflict of interest. Financial Interests The author has no financial relationships, funding sources, or commercial affiliations that could be perceived as influencing the research presented. Non-financial Interests The author reports no non-financial competing interests, such as personal, professional, or institutional affiliations, that could bias the study. Ethics Approval This study did not involve human participants, private data, or animal experiments. Therefore, no ethics approval or informed consent was required. All procedures complied with standard academic and research integrity principles. References Bochkovskiy. YOLOv4: Optimal speed and accuracy of object detection, arXiv preprint arXiv: 2004.10934 , 2020. Han. Bidirectional-feature-learning-based adversarial domain adaptation with generative network. Appl Sci. 2023;13:11825. 10.3390/app132111825 . Manettas. Synthetic datasets for deep learning in computer-vision assisted tasks in manufacturing. Procedia CIRP. 2021;103:237–42. Peng F. Unsupervised domain adaptive transfer learning for urban built-up area extraction, Proceedings , vol. 110, p. 10, 2024. 10.3390/proceedings 2024110010 Zhuang F. A comprehensive survey on transfer learning, Proc. IEEE , vol. 109, pp. 43–76, 2021. Bang G. Semantic and geometric-aware day-to-night image translation network. Sensors. 2024;24:1339. Lv J, Kuang J. Diagnosis of PEM fuel cell system based on electrochemical impedance spectroscopy and deep learning method. IEEE Trans Ind Electron. 2024;71:657–66. Lyu J. Global-local dynamic adversarial learning for cross-domain sentiment analysis. Mathematics. 2023;11:3130. 10.3390/math11143130 . Karimpour M. Multi-source domain adaptation for image classification. Mach Vis Appl. 2020;31:1–19. Martini M. Domain-adversarial training of self-attention-based networks for land cover classification using multi-temporal Sentinel-2 satellite imagery. Remote Sens. 2021;13:2564. 10.3390/rs13132564 . Wang M. An adaptive semantic segmentation network for adversarial learning domain based on low-light enhancement and decoupled generation. Appl Sci. 2024;14:3295. 10.3390/app14083295 . Zhang M. Moka-ADA: Adversarial domain adaptation with model-oriented knowledge adaptation for cross-domain sentiment analysis. J Supercomput. 2023;79:13724–43. Chen R. AdvMix: Adversarial mixing strategy for unsupervised domain adaptive object detection. Electronics. 2024;13:685. 10.3390/electronics13040685 . Guo R. Adversarial robustness enhancement for deep learning-based soft sensors: An adversarial training strategy using historical gradients and domain adaptation. Sensors. 2024;24:3909. 10.3390/s24123909 . Peng R. Multi-representation domain adaptation network with duplex adversarial learning for hot-rolling mill fault diagnosis. Entropy. 2023;25:83. 10.3390/e25010083 . Li S. Graph-based domain adaptation with attention-guided generative adversarial networks, in Proc. IEEE/CVF Conf. Comput. Vis. Pattern Recognit. (CVPR) , Nashville, TN, USA, Jun. 20–25, 2021. Liu W, Su F. A novel unsupervised adversarial domain adaptation network for remotely sensed scene classification. Int J Remote Sens. 2020;41:6099–116. Cai X. A semi-supervised object detection algorithm based on teacher-student models with strong-weak heads. Electronics. 2022;11:3849. Yuan X. Quality prediction modelling for industrial processes using multiscale attention-based convolutional neural network. IEEE Trans Cybern. 2024;54:2696–707. Cai Y. BiFDANet: Unsupervised bidirectional domain adaptation for semantic segmentation of remote sensing images. Remote Sens. 2022;14:190. Zhong Z. Domain adversarial transfer learning bearing fault diagnosis model incorporating structural adjustment modules. Sensors. 2025;25:1851. 10.3390/s25061851 . Additional Declarations No competing interests reported. Cite Share Download PDF Status: Posted Version 1 posted You are reading this latest preprint version Research Square lets you share your work early, gain feedback from the community, and start making changes to your manuscript prior to peer review in a journal. As a division of Research Square Company, we’re committed to making research communication faster, fairer, and more useful. We do this by developing innovative software and high quality services for the global research community. Our growing team is made up of researchers and industry professionals working together to solve the most critical problems facing scientific publishing. Also discoverable on Platform About Our Team In Review Editorial Policies Advisory Board Help Center Resources Author Services Accessibility API Access RSS feed Manage Cookie Preferences © Research Square 2026 | ISSN 2693-5015 (online) Privacy Policy Terms of Service Do Not Sell My Personal Information {"props":{"pageProps":{"initialData":{"identity":"rs-8287600","acceptedTermsAndConditions":true,"allowDirectSubmit":true,"archivedVersions":[],"articleType":"Research Article","associatedPublications":[],"authors":[{"id":576633287,"identity":"40ff2475-278c-467c-a404-bab61ab8811c","order_by":0,"name":"Tingting Hou","email":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAAyAQMAAABI0h/eAAAABlBMVEX///8AAABVwtN+AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA8ElEQVRIie3QsQrCMBCA4QuFdrnaNVLxGVqdpMU+iEuloEvdHUQihbjU3UdxFAKdgru46BsILnbSiE5CS90c8g8hw32EC4BO94dFzGCkZNBRd3K+qrMFYNQSDwgzbAaIatLfAlCzESFvYrrYiNDx6kZ2IUbWpnDDuViaViY8WISjyl3oOGuXcoKIhyRIpaAmFkkMxWTGql9h1OYCkab+acYVoWl/T5ioI9nd5o8X8dxBQ8LVK/sX6bnkQ+Jaghce2DxBlLLv53La5moXL67ZJVon4ljyYdda5/75Pg8cR/0YvS7CSlJR/Nu4TqfT6b56AuGjULQpfOkeAAAAAElFTkSuQmCC","orcid":"","institution":"","correspondingAuthor":true,"prefix":"","firstName":"Tingting","middleName":"","lastName":"Hou","suffix":""}],"badges":[],"createdAt":"2025-12-05 12:08:27","currentVersionCode":1,"declarations":"","doi":"10.21203/rs.3.rs-8287600/v1","doiUrl":"https://doi.org/10.21203/rs.3.rs-8287600/v1","draftVersion":[],"editorialEvents":[],"editorialNote":"","failedWorkflow":false,"files":[{"id":100679777,"identity":"3f005ed5-ee03-40a3-b649-ded73afd1ef1","added_by":"auto","created_at":"2026-01-20 11:49:32","extension":"docx","order_by":0,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":1290633,"visible":true,"origin":"","legend":"","description":"","filename":"ImprovingEnglish.docx","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/e7921344d8adc050940df715.docx"},{"id":100679042,"identity":"d5a79d9f-7206-4f31-9e9d-ffc081f8d5db","added_by":"auto","created_at":"2026-01-20 11:44:01","extension":"json","order_by":1,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":3505,"visible":true,"origin":"","legend":"","description":"","filename":"a240ca0089aa4c858c5054053d1699c7.json","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/ab13d2edf3e4c13abd6edb61.json"},{"id":100679425,"identity":"b2e7f4b0-d82a-4656-b52b-09c44ca79c97","added_by":"auto","created_at":"2026-01-20 11:46:48","extension":"xml","order_by":2,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":98820,"visible":true,"origin":"","legend":"","description":"","filename":"a240ca0089aa4c858c5054053d1699c71enriched.xml","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/5e4bfa20875132f6dcb74646.xml"},{"id":100796473,"identity":"fc84707a-4f78-429d-99d6-ef74b83fba9d","added_by":"auto","created_at":"2026-01-21 13:43:26","extension":"png","order_by":3,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":23935,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage1.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/b5279496bb7cb1922ec95b0a.png"},{"id":100679317,"identity":"aaf5f6a2-76f4-4dde-a052-1d1d86196dd7","added_by":"auto","created_at":"2026-01-20 11:45:55","extension":"jpeg","order_by":4,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":164117,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage10.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/0c2d37eff5e76053fb856097.jpeg"},{"id":100678927,"identity":"1a1e9502-a9aa-4c04-a2d1-758a73f3c789","added_by":"auto","created_at":"2026-01-20 11:43:22","extension":"jpeg","order_by":5,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":64799,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage2.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/731efff55b00068b9aa0cb01.jpeg"},{"id":100679653,"identity":"8a599793-070a-46ee-b6be-b629b5b8c165","added_by":"auto","created_at":"2026-01-20 11:47:56","extension":"jpeg","order_by":6,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":95973,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage3.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/00cf841563e1717d5317b231.jpeg"},{"id":100679396,"identity":"89f6ca52-0d12-4551-819d-8897b8517501","added_by":"auto","created_at":"2026-01-20 11:46:29","extension":"jpeg","order_by":7,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":71343,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage4.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/4ca0fc1acf743b64956304a0.jpeg"},{"id":100679673,"identity":"a0b7e63b-97ad-4968-b3d6-93fd6ae876e1","added_by":"auto","created_at":"2026-01-20 11:48:22","extension":"png","order_by":8,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":127993,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage5.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/abba8aa6144dfa072bfa7eb4.png"},{"id":100679432,"identity":"b896d166-97ee-43bc-b703-6a36580a894f","added_by":"auto","created_at":"2026-01-20 11:46:52","extension":"jpeg","order_by":9,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":211335,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage6.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/e2b91ba013bffd7e2da760c8.jpeg"},{"id":100679373,"identity":"4a1fe0c6-b469-479d-bea1-68c7862058b8","added_by":"auto","created_at":"2026-01-20 11:46:21","extension":"jpeg","order_by":10,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":67884,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage7.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/bbdd0becb3970ec92aef6bb9.jpeg"},{"id":100679674,"identity":"917c04de-54bc-494d-ac54-9f7a36bd3251","added_by":"auto","created_at":"2026-01-20 11:48:23","extension":"jpeg","order_by":11,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":494702,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage8.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/37db41a139167df291464b1c.jpeg"},{"id":100679112,"identity":"9aae2b10-3fc4-4522-ab09-a405392e24d4","added_by":"auto","created_at":"2026-01-20 11:44:24","extension":"jpeg","order_by":12,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":140533,"visible":true,"origin":"","legend":"","description":"","filename":"floatimage9.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/63ffeee44bccbe26d9fa7961.jpeg"},{"id":100679410,"identity":"04e72534-f37f-43e3-8e01-d841b43e676c","added_by":"auto","created_at":"2026-01-20 11:46:38","extension":"png","order_by":13,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":8472,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage1.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/20228ed6b9c21c5c25450f05.png"},{"id":100679512,"identity":"3ce36b8e-67e5-455d-b205-2bfb4ce6d730","added_by":"auto","created_at":"2026-01-20 11:47:35","extension":"png","order_by":14,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":22576,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage10.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/d42ad0702172c428bcc63711.png"},{"id":100679419,"identity":"2e0f9de6-8ba4-4f0f-9710-5dc29ce630ce","added_by":"auto","created_at":"2026-01-20 11:46:43","extension":"png","order_by":15,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":32577,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage2.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/59f1b54edc0b49dac5aa4ea1.png"},{"id":100679303,"identity":"5167e253-5ca9-4d45-890c-2ebf88c20060","added_by":"auto","created_at":"2026-01-20 11:45:49","extension":"png","order_by":16,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":47340,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage3.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/d6bffa0338182f670b46204f.png"},{"id":100679863,"identity":"72d90fba-56b9-43d7-a9c9-c256e9aae6ad","added_by":"auto","created_at":"2026-01-20 11:50:25","extension":"png","order_by":17,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":26910,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage4.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/07bc831606e1dfb2f76a203e.png"},{"id":100679183,"identity":"53478e1d-acc3-4390-a000-061d90e1428e","added_by":"auto","created_at":"2026-01-20 11:45:04","extension":"png","order_by":18,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":14839,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage5.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/acb8d1ef292064db020254d2.png"},{"id":100679654,"identity":"c407de34-2ab5-4cd3-b131-2778cbf03509","added_by":"auto","created_at":"2026-01-20 11:47:58","extension":"png","order_by":19,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":84808,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage6.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/86adc81f5a8102af65866952.png"},{"id":100679147,"identity":"a0fa6a10-938b-48fc-a320-1456788fc7a8","added_by":"auto","created_at":"2026-01-20 11:44:41","extension":"png","order_by":20,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":22487,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage7.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/631a0446f1cbf58cdb4dfb13.png"},{"id":100679887,"identity":"82806a13-34c5-4aad-887a-6493f160a012","added_by":"auto","created_at":"2026-01-20 11:50:36","extension":"png","order_by":21,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":729527,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage8.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/33899299cebb37f342c98a45.png"},{"id":100679108,"identity":"edb2b907-778c-4984-a7e5-fd19e95289e1","added_by":"auto","created_at":"2026-01-20 11:44:23","extension":"png","order_by":22,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":27709,"visible":true,"origin":"","legend":"","description":"","filename":"Onlinefloatimage9.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/b71945adc220a167815f8611.png"},{"id":100679393,"identity":"24d015dd-0830-46f3-8d9d-62a23c770cbf","added_by":"auto","created_at":"2026-01-20 11:46:29","extension":"xml","order_by":23,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":98201,"visible":true,"origin":"","legend":"","description":"","filename":"a240ca0089aa4c858c5054053d1699c71structuring.xml","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/07210b4d816f56409f501b1a.xml"},{"id":100679436,"identity":"6b36cd27-fa60-4be5-8364-56aebdae85b6","added_by":"auto","created_at":"2026-01-20 11:46:54","extension":"html","order_by":24,"title":"","display":"","copyAsset":false,"role":"acdc-reference","size":106728,"visible":true,"origin":"","legend":"","description":"","filename":"earlyproof.html","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/d63f4aab8b0cc2e43a587c1d.html"},{"id":100679000,"identity":"171bd511-217b-4e1d-aa98-76ed13e7b69a","added_by":"auto","created_at":"2026-01-20 11:43:38","extension":"png","order_by":1,"title":"Figure 1","display":"","copyAsset":false,"role":"figure","size":23935,"visible":true,"origin":"","legend":"\u003cp\u003eOverall research framework illustrating the five phases of adversarial transfer learning for domain-adaptive English machine translation.\u003c/p\u003e","description":"","filename":"image1.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/50090f14d47b85723b8978df.png"},{"id":100678912,"identity":"c809293b-4cb7-494e-8f56-89dfeb234530","added_by":"auto","created_at":"2026-01-20 11:43:11","extension":"jpeg","order_by":2,"title":"Figure 2","display":"","copyAsset":false,"role":"figure","size":64799,"visible":true,"origin":"","legend":"\u003cp\u003eData preprocessing.\u003c/p\u003e","description":"","filename":"image2.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/4c292de5a77afca1e12f2183.jpeg"},{"id":100796347,"identity":"c363faea-dfd6-450d-ab7f-e5969b8b4834","added_by":"auto","created_at":"2026-01-21 13:42:43","extension":"jpeg","order_by":3,"title":"Figure 3","display":"","copyAsset":false,"role":"figure","size":95973,"visible":true,"origin":"","legend":"\u003cp\u003eProposed framework.\u003c/p\u003e","description":"","filename":"image3.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/fb1f96c0a192abb168898b8b.jpeg"},{"id":100679379,"identity":"ede82745-06cb-4537-b6ee-b4c4916576f7","added_by":"auto","created_at":"2026-01-20 11:46:24","extension":"jpeg","order_by":4,"title":"Figure 4","display":"","copyAsset":false,"role":"figure","size":71343,"visible":true,"origin":"","legend":"\u003cp\u003eInstruction in the proposed techniques.\u003c/p\u003e","description":"","filename":"image4.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/7b09feadb258a4ae2b14be45.jpeg"},{"id":100679179,"identity":"2072b797-e106-4fd0-8276-76adf11a5e36","added_by":"auto","created_at":"2026-01-20 11:45:02","extension":"png","order_by":5,"title":"Figure 5","display":"","copyAsset":false,"role":"figure","size":127993,"visible":true,"origin":"","legend":"\u003cp\u003eResults for all eight models.\u003c/p\u003e","description":"","filename":"image5.png","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/bceb9e18057696a56d6f2ff3.png"},{"id":100679132,"identity":"220125b6-703c-4c95-9d03-310b6898cb47","added_by":"auto","created_at":"2026-01-20 11:44:35","extension":"jpeg","order_by":6,"title":"Figure 6","display":"","copyAsset":false,"role":"figure","size":211335,"visible":true,"origin":"","legend":"\u003cp\u003eA matrix that represents the confusion between eight different models from (a) to (h) is the steps involved from step 1 to step 8.\u003c/p\u003e","description":"","filename":"image6.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/6a3ae1763990e4bb5e71f3a9.jpeg"},{"id":100679141,"identity":"f7f137ca-8f65-4108-846f-d2a923c0a807","added_by":"auto","created_at":"2026-01-20 11:44:39","extension":"jpeg","order_by":7,"title":"Figure 7","display":"","copyAsset":false,"role":"figure","size":67884,"visible":true,"origin":"","legend":"\u003cp\u003eGPU time.\u003c/p\u003e","description":"","filename":"image7.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/f7544f605b576c3d8d59c663.jpeg"},{"id":100679440,"identity":"1df73cb1-565d-4e52-a083-59ff2fbce20b","added_by":"auto","created_at":"2026-01-20 11:46:57","extension":"jpeg","order_by":8,"title":"Figure 8","display":"","copyAsset":false,"role":"figure","size":494702,"visible":true,"origin":"","legend":"\u003cp\u003eFindings from various extraction techniques: (a) Fu'an, Fuqing, Shenzhen1, and Shenzhen2 are the test photos in descending order; (b) Facts on the ground; (c) Starting point; (d) Point two; (e) Point three; (f) Point four; and (g) Proposed method.\u003c/p\u003e","description":"","filename":"image8.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/e47b1f4e88ea98c611f91427.jpeg"},{"id":100679442,"identity":"9e626758-bdf5-420f-8b75-5b20a71500b1","added_by":"auto","created_at":"2026-01-20 11:46:58","extension":"jpeg","order_by":9,"title":"Figure 9","display":"","copyAsset":false,"role":"figure","size":140533,"visible":true,"origin":"","legend":"\u003cp\u003eThe outcomes of the various approaches' diagnoses on the gearbox dataset.\u003c/p\u003e","description":"","filename":"image9.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/179946bf87f8f139cd3afe49.jpeg"},{"id":100679012,"identity":"5fa796f3-f230-40cc-be06-18bb23f79197","added_by":"auto","created_at":"2026-01-20 11:43:46","extension":"jpeg","order_by":10,"title":"Figure 10","display":"","copyAsset":false,"role":"figure","size":164117,"visible":true,"origin":"","legend":"\u003cp\u003eThe bearing dataset was used to evaluate the diagnostic capabilities of the various approaches.\u003c/p\u003e","description":"","filename":"image10.jpeg","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/3e3e0ce350b80a023ea82a1b.jpeg"},{"id":105888223,"identity":"0a6a837d-b387-4df3-9ab5-96c168c76900","added_by":"auto","created_at":"2026-04-01 07:43:53","extension":"pdf","order_by":0,"title":"","display":"","copyAsset":false,"role":"manuscript-pdf","size":2329494,"visible":true,"origin":"","legend":"","description":"","filename":"manuscript.pdf","url":"https://assets-eu.researchsquare.com/files/rs-8287600/v1/a68afa23-2b50-4159-bac5-38b0e9ef4cee.pdf"}],"financialInterests":"No competing interests reported.","formattedTitle":"Improving English Machine Translation via Adversarial Transfer Learning–Based Domain Adaptation","fulltext":[{"header":"1 Introduction","content":"\u003cp\u003eDomain Adaptation (DA) is another approach to handling changes in datasets. After training on source data, models are transferred to the target domain dataset to make predictions. Time of collection, acquisition sensor modifications, and geographical variances (e.g., differences in items on Earth's surface) are the leading causes of distribution shifts between source and target datasets [\u003cspan citationid=\"CR1\" class=\"CitationRef\"\u003e1\u003c/span\u003e]. When a model is deployed to a new dataset after being trained on an old one, its performance is impacted by the domain shift. To achieve consistent results across the two datasets, domain adaptation methods often employ learning models that are invariant to the domain. In the current literature, you can discover domain adaptation strategies that are supervised, unsupervised, or semi-supervised. The premise upon which supervised DA approaches are based is that labelled data exists in both the source and target domains. In contrast to unsupervised techniques, which assume that the source domain has enough labelled data, semi-supervised domains assume that the target domain does not have enough [\u003cspan citationid=\"CR2\" class=\"CitationRef\"\u003e2\u003c/span\u003e]. One method, a semi-supervised visual domain adaptation, is suggested in for the classification of very high-resolution remote sensing images. We used a multiple kernel learning domain adaptation technique to solve the issue of feature distribution disparities between the source and target domains.\u003c/p\u003e \u003cp\u003eThis study provides another example of land cover categorisation from remotely sensed photographs by using domain adaptation based on semi-supervised transfer component analysis to transfer knowledge from source photos to target images by feature extraction. Classes domain-adaptive feature selection, data distribution, classifier, and active learning classifier into four distinct groups. A large body of literature on unsupervised domain adaptation has concentrated on using aerial and remotely sensed satellite data for segmentation and classification purposes [\u003cspan citationid=\"CR3\" class=\"CitationRef\"\u003e3\u003c/span\u003e]. The adversarial domain adaptation method proposed by the ADA-BDC technique is supervisorless and is based on boosted domain confusion networks. Generative adversarial networks (GANs) were employed to accomplish semantic segmentation of aerial photographs in an unsupervised domain adaptation. Overfitting due to adversarial robustness is an obstacle that must be overcome to resolve external minimisation challenges. When adversarial training makes the model highly prone to overfitting adversarial samples, which in turn reduces the sensing accuracy on the original standard samples, this problem arises [\u003cspan citationid=\"CR4\" class=\"CitationRef\"\u003e4\u003c/span\u003e]. Research on adversarial DLSS training has revealed that overfitting due to adversarial robustness is an inevitable problem for the model.\u003c/p\u003e \u003cp\u003eFinding a happy medium between adversarial robustness and sensing accuracy can be a challenge for DLSS after adversarial training. When the authors integrated the KGAA technique with standard adversarial training for definitions, they obtained comparable experimental results. Furthermore, they investigated related literature on adversarial training techniques for DLSS [\u003cspan citationid=\"CR5\" class=\"CitationRef\"\u003e5\u003c/span\u003e]. To overcome the overfitting issue with adversarial robustness and prevent the loss of DLSS accuracy, additional research is required to design novel adversarial training methods. When it comes to representative approaches in transfer learning, domain adaptation has been shown to help remove domain distribution discrepancies [\u003cspan citationid=\"CR6\" class=\"CitationRef\"\u003e6\u003c/span\u003e]. To avoid adversarial robust overfitting, it employs domain adaptive training with soft-sensor adversarial training to discover the commonalities between the two samples, with the source domain standing in for the original sample and the target domain representing adversarial data. As a subset of low-light photographs, nighttime images often contain large areas of foreground pixels that are hard to make out with the naked eye, making it challenging to annotate these pixels accurately. Therefore, to achieve efficient learning of segmentation models, there must be a significant quantity of correct segmentation examples.\u003c/p\u003e \u003cp\u003eDomain adaptation, synthetic datasets, and style transfer are popular current approaches used to overcome the problem [\u003cspan citationid=\"CR7\" class=\"CitationRef\"\u003e7\u003c/span\u003e]. This research utilises domain adaptation to transform daylight photographs into nighttime images, which are necessary due to the poor contrast and brightness of nighttime photographs. Significant disparities in the distributions of scene characteristics and foreground types, particularly in terms of light intensity, between the source and target domains increase the likelihood that crucial spatial semantic information would be skewed during domain transfer. Some research has proposed a domain transfer mechanism, similar to the twilight domain, to provide a smooth transition from the daytime domain to the nighttime domain. A model that was trained for the daytime domain can potentially adapt to the evening domain using transfer alignment learning and characteristics obtained from twilight photographs [\u003cspan citationid=\"CR8\" class=\"CitationRef\"\u003e8\u003c/span\u003e]. In this work, we present a course-learning-based approach to model adaptation that, over time, increases the complexity of nighttime photos to train the model to handle variations in illumination and background noise in such settings. Study after study in the field of building uses feature maps to feed the model background information about night settings, which improves its object and structure recognition and adaptive training capabilities [\u003cspan citationid=\"CR9\" class=\"CitationRef\"\u003e9\u003c/span\u003e].\u003c/p\u003e \u003cp\u003eThis article is organised as follows: Section \u003cspan refid=\"Sec2\" class=\"InternalRef\"\u003e2\u003c/span\u003e: The related work on the application of adversarial transfer learning. Section \u003cspan refid=\"Sec6\" class=\"InternalRef\"\u003e3\u003c/span\u003e presents the methodology for domain-adaptive English machine translation. Section \u003cspan refid=\"Sec11\" class=\"InternalRef\"\u003e4\u003c/span\u003e provides the results and discussion, while Section \u003cspan refid=\"Sec12\" class=\"InternalRef\"\u003e5\u003c/span\u003e concludes the study.\u003c/p\u003e \u003cp\u003e \u003cb\u003eContribution of this study\u003c/b\u003e \u003c/p\u003e \u003cp\u003eThere are two primary ways to summarise the essential findings of this study. An adversarial transfer learning architecture is used to successfully connect the source and destination domains for domain-adaptive English machine translation. So begins the process. To enhance generalisation across datasets with diverse language or contextual factors, the model can learn domain-invariant features through adversarial training using domain discriminators. Because of this, the system can achieve good translation outcomes even in domains without or with limited access to parallel labelled data. Secondly, the research demonstrates that the proposed strategy is significantly more stable and accurate than baseline domain adaptation and traditional transfer learning. The model enhances resilience against domain shifts and reduces the likelihood of negative transfer by utilising multi-representation feature alignment and maximum classifier discrepancy procedures. The technical underpinnings of domain-adaptive machine translation are advanced, and a scalable framework is provided, which can be utilised for other natural language processing tasks where data distribution disparities pose significant obstacles.\u003c/p\u003e"},{"header":"2. Literature review","content":"\u003cdiv id=\"Sec3\" class=\"Section2\"\u003e \u003ch2\u003e2.1. The Adaptation of Adversarial Domain\u003c/h2\u003e \u003cp\u003eTo solve the issue of a model's poor generalisability caused by variations in data distribution across domains, studies into domain adaptation are highly effective. There are several subsets of domain adaptation, one of which is transfer learning [\u003cspan citationid=\"CR10\" class=\"CitationRef\"\u003e10\u003c/span\u003e]. The term \"transfer learning\" describes the method by which one area of expertise is used to fill in gaps in another. Nevertheless, there is a catch: due to variations in the trained domain, a model's performance on data from a different domain is not always going to be up to par with expectations. Consequently, scientists have been considering ways to train a model to excel in a domain that is substantially distinct from its original training domain. This method was used to adapt to different domains. It is expressed as the quantified amount of domain shift when two datasets are either totally distinct or somewhat similar. Still, the degree to which the two domains are identical is not significant. Consequently, research has been abundant in the area of domain adaptation devoted to understanding and resolving this domain shift [\u003cspan citationid=\"CR11\" class=\"CitationRef\"\u003e11\u003c/span\u003e]. Our definition of good generalisation also includes minimising domain shift while maintaining high performance across domains.\u003c/p\u003e \u003cp\u003eDomain adaptation, then, is making the most of a model's generalizability. The focus of recent research in deep learning and machine learning has been on improving model generalisation performance by overcoming distributional variations across domains. Two primary methods have been employed to address the issue in the domain adaptation field [\u003cspan citationid=\"CR12\" class=\"CitationRef\"\u003e12\u003c/span\u003e]. Another way they can learn is to minimise the disparity in distribution between different domains.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec4\" class=\"Section2\"\u003e \u003ch2\u003e2.2 Domain Adaptation\u003c/h2\u003e \u003cp\u003eDomain shift occurs as a result of environmental changes; in this case, the distributions of the two types of data, training and test, are different. This leads to a decline in performance for deep neural networks, which in turn prompts the proposal of several UDA techniques. Using both labelled and unlabelled data, UDA approaches can narrow the gap between the two sets of information. Domain gap reduction methods used in earlier works included subspace alignment and Maximum Mean Discrepancy (MMD) minimisation [\u003cspan citationid=\"CR13\" class=\"CitationRef\"\u003e13\u003c/span\u003e]. Researchers in the field of end-to-end training have taken an interest in adversarial UDA techniques and the gradient reverse layer, which are used to extract domain-invariant features. Bounding box regression is at the heart of the object identification problem. While these algorithms do a fantastic job with classification adaptation, domain adaptation is still a significant challenge. Both adversarial and self-training approaches make up the bulk of object detection domain adaptations. The former learns domain-invariant features by tricking the domain classifier using adversarial training [\u003cspan citationid=\"CR14\" class=\"CitationRef\"\u003e14\u003c/span\u003e]. To begin, use the Faster-RCNN framework's gradient reverse on both the image and instance levels.\u003c/p\u003e \u003cp\u003eAfterwards, further ways for multi-granularity feature alignment are suggested to lessen the domain disparity. These strategies include category-level adaptation for learning category-wise representations and selective region-level alignment for focusing on relevant objects. Some image translation modules are meant to make adversarial techniques more resilient. To illustrate the point, consider incorporating a weighted distance loss into adversarial training together with an intermediate domain [\u003cspan citationid=\"CR15\" class=\"CitationRef\"\u003e15\u003c/span\u003e]. Keep in mind, though, that the adversarial alignments don't take the domain shift from object density distribution into consideration, and instead primarily account for image style gaps. To get around this, some researchers use strong pseudo-detection findings to self-train the detector. Methods like uncertainty-based fusion and self-entropy descent use additional confidence measures to deal with the noisy pseudo labels.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec5\" class=\"Section2\"\u003e \u003ch2\u003e2.3. Domain Adaptation in Unsupervised Transfer Learning\u003c/h2\u003e \u003cp\u003eThe field of TL, known as unsupervised domain adaptation (UDA), is vital. Deep learning and conventional ML are the two main types of UDA. Using traditional methods of machine learning, two primary categories of UDA exist [\u003cspan citationid=\"CR16\" class=\"CitationRef\"\u003e16\u003c/span\u003e]: To eradicate domain discrepancies, Subspace Alignment (SA) and CORAL take advantage of the subspace statistical properties. Alignments of distribution to bring the marginal or conditional probability distributions of different domains into harmony, four methods have been suggested: TCA, JDA, BDA, and MEDA. Domain adaptation has seen extensive usage of deep neural networks in recent years [\u003cspan citationid=\"CR17\" class=\"CitationRef\"\u003e17\u003c/span\u003e]. Nowadays, many are interested in domain adversarial learning, a subfield of deep domain adaptation. Generative Adversarial Networks (GAN) are the originators of the concept of adversarial learning. In DANN, the source and target distributions are brought into harmony by applying a solitary global domain discriminator. Utilising multi-mode discriminators, MADA achieves fine-grained alignment of data distributions [\u003cspan citationid=\"CR18\" class=\"CitationRef\"\u003e18\u003c/span\u003e]. In DAAN, the relationship between the conditional and marginal distributions is evaluated dynamically. We have also used a global attention mechanism and adversarial learning to build our GLDAL. Compared to previous methods, GLDAL performs much better since it assesses the significance of each local subdomain in relation to the marginal and conditional distributions.\u003c/p\u003e \u003c/div\u003e"},{"header":"3. Method","content":"\u003cp\u003eThe five-stage process for creating, training, and improving machine learning models is shown in Fig.\u0026nbsp;\u003cspan refid=\"Fig1\" class=\"InternalRef\"\u003e1\u003c/span\u003e. Gathering generic and target domain corpora is the primary focus of data collection and preprocessing. Data cleaning, tokenisation, and quality assessment follow. Choosing pre-trained transformers, incorporating domain classifiers, and creating adversarial networks and loss functions are all part of the Model Architecture Design process. Prior training, adversarial fine-tuning, learning with multiple tasks, optimising hyperparameters, and cross-validation are the key components of the training strategy. With the use of metrics like BLEU, METEOR, ROUGE, fluency, adequacy, domain adaptability, and transfer learning, the Evaluation Framework assesses models and compares them to baseline models. Analysis \u0026amp; Optimisation concludes with an emphasis on improving performance through statistical testing, architectural refinement, loss function tuning, error analysis, and ablation investigations. Together, these steps provide a methodical approach to constructing machine learning systems that are both robust and flexible.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cdiv id=\"Sec7\" class=\"Section2\"\u003e \u003ch2\u003e3.1 Data pre-processing\u003c/h2\u003e \u003cp\u003eTime series data is typically, what vibration signals from bearings are. Figure\u0026nbsp;\u003cspan refid=\"Fig2\" class=\"InternalRef\"\u003e2\u003c/span\u003e shows the data pretreatment flowchart, which is necessary before deploying CNNs on these datasets:\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003cstrong\u003eDemonising signals\u003c/strong\u003e \u003cp\u003eTo isolate the vibration signal from any background noise, a low-pass filter is needed to exclude the higher-frequency parts of the signal. The filtered signal \u0026#119909;\u0026and; (\u0026#119885;) can be obtained via convolution with the filter ℎ (\u0026#119885;) [\u003cspan citationid=\"CR19\" class=\"CitationRef\"\u003e19\u003c/span\u003e], presuming that the original signal is \u0026#119909; (\u0026#119885;)\u003c/p\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv id=\"Equ1\" class=\"Equation\"\u003e \u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ1\" name=\"EquationSource\"\u003e\n$$\\:\\widehat{x}\\left(t\\right)=x\\left(t\\right)*h\\left(t\\right)$$\u003c/div\u003e \u003cdiv class=\"EquationNumber\"\u003e1\u003c/div\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003e \u003cstrong\u003eSignal segmentation\u003c/strong\u003e \u003cp\u003eAs a training sample, the model uses each segment of the original vibration signal.\u003c/p\u003e \u003c/p\u003e \u003cp\u003e \u003cstrong\u003eFeature scaling\u003c/strong\u003e \u003cp\u003eUsing signal normalisation ensures that all input features are scaled consistently.\u003c/p\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv id=\"Equ2\" class=\"Equation\"\u003e \u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ2\" name=\"EquationSource\"\u003e\n$$\\:{\\widehat{x}}_{t}=\\frac{{x}_{t}-\\mu\\:}{\\sigma\\:}$$\u003c/div\u003e \u003cdiv class=\"EquationNumber\"\u003e2\u003c/div\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003eThe input signal matrix part, denoted as \u0026#120549;\u0026#119894;, the sample mean, denoted as \u0026#120583;, the standard deviation, as \u0026#120590;, and the normalised subset, as \u0026#119909;\u0026and;\u0026#119894;, are all variables that need to be considered.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec8\" class=\"Section2\"\u003e \u003ch2\u003e3.2 Model Architecture Design\u003c/h2\u003e \u003cp\u003eFigure \u003cspan refid=\"Fig3\" class=\"InternalRef\"\u003e3\u003c/span\u003e depicts the suggested domain adaptive model that uses adversarial training to match domain features in the source and target images, making it easier to detect built-up areas. The three main components are domain discrimination, label classification, and feature extraction. Our previously suggested LMSFF-CNN model is employed in the feature extraction module. Using source and target domain images, it successfully extracts fusion characteristics from several scales [\u003cspan citationid=\"CR20\" class=\"CitationRef\"\u003e20\u003c/span\u003e]. Next, the obtained traits are split along the middle and guided into two parallel branches. A label classification branch determines if the picture segment portrays a built-up or non-built-up location. Meanwhile, domain discrimination is distinct from this major branch; it focuses on identifying which domain traits originate from. During training, we can measure the effectiveness of domain alignment by comparing the feature distributions of the two domains with a loss function and a domain discriminator.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003cb\u003eFeature Extraction Module\u003c/b\u003e \u003c/p\u003e \u003cp\u003eTo facilitate domain-adaptive transfer learning, feature extraction plays a crucial role. The ability to extract shared characteristics, such as spectrum and texture, from the source and target domains is vital for effective knowledge transfer. The transfer process relies on feature alignment and domain confusion, both of which can be achieved in this way. Extracting single-level characteristics can hinder alignment efforts and further expand the gap across domains. For this study's feature extraction module, the LMSFF-CNN model was used because of its capability to fuse multiscale data. This prepares the features for the subsequent processing phases of feature alignment.\u003c/p\u003e \u003cp\u003e \u003cb\u003eLabel Classification Module\u003c/b\u003e \u003c/p\u003e \u003cp\u003eNotably, the feature extraction module generates labels for features, and the label classification module is responsible for differentiating between them. Its principal use is in determining if the picture depicts a built-up or undeveloped region. After the input data is transformed into a one-dimensional feature using a global average pooling layer, it becomes possible to reduce the number of parameters utilised to compute the output features across all feature map dimensions. The next step in avoiding overfitting is to incorporate a dropout layer into the global average pooling layer. Because it permits the probabilistic ignoring of particular features, this approach shines in situations where the target domain data is scarce. Finally, by utilising a sigmoid activation function and completely linked layers, a classification layer is created to differentiate between built-up and non-built-up areas. Predictions for output are generated from input data by this layer.\u003c/p\u003e \u003cp\u003e \u003cb\u003eDomain Discrimination Module\u003c/b\u003e \u003c/p\u003e \u003cp\u003eFinding the domain of origin for input features is the primary goal of domain discrimination. Despite sharing a similar design with the other module, this one stands out thanks to its complete connection layer and terminal layer that utilises a softmax function. The domain discrimination module utilises training approaches that are carefully developed to accomplish feature alignment and domain obfuscation. Both the source and target domains' features will be consistently represented by these approaches. By making the model far more resilient and versatile, this strategy enhances results across various domains. The addition of the domain discrimination module enhances the model's performance in real-world scenarios by making it more adaptable to different data distributions.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec9\" class=\"Section2\"\u003e \u003ch2\u003e3.3 Model training\u003c/h2\u003e \u003cp\u003eWe require a set of tagged vibration signals to train the convolutional neural network model. Here are the steps that make up the training procedure:\u003c/p\u003e \u003cp\u003e \u003cstrong\u003eDefine loss function\u003c/strong\u003e \u003cp\u003eTo find the difference between the actual and anticipated categories, this study uses the Cross-Entropy Loss function.\u003c/p\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv id=\"Equ3\" class=\"Equation\"\u003e \u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ3\" name=\"EquationSource\"\u003e\n$$\\:\\text{L}\\left(\\text{y},\\widehat{\\text{y}}\\right)=-\\sum\\:_{\\text{t}}{\\text{y}}_{\\text{t}}\\text{l}\\text{o}\\text{g}\\left({\\widehat{\\text{y}}}_{\\text{t}}\\right)$$\u003c/div\u003e \u003cdiv class=\"EquationNumber\"\u003e3\u003c/div\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003eIn this case, \u0026#119910;\u0026#119894; represents the projected categories' probability distribution, while \u0026#119910;\u0026#119894; stands for the actual categories' probability distribution.\u003c/p\u003e \u003cp\u003e \u003cstrong\u003eOptimiser\u003c/strong\u003e \u003cp\u003eAdam, the optimiser utilised in this paper, can dynamically modify the learning rate to enhance training efficiency. Revised Adam Optimisation Algorithm Formula\u003c/p\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv id=\"Equ4\" class=\"Equation\"\u003e \u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ4\" name=\"EquationSource\"\u003e\n$$\\:{{\\theta\\:}}_{\\text{t}}={{\\theta\\:}}_{\\text{t}-1}-{\\eta\\:}.\\frac{{\\widehat{\\text{m}}}_{\\text{t}}}{\\sqrt{{\\widehat{\\text{v}}}_{\\text{t}}+{\\epsilon\\:}}}$$\u003c/div\u003e \u003cdiv class=\"EquationNumber\"\u003e4\u003c/div\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003eIn this case, \u0026#120579;\u0026#119885; represents the parameter at step \u0026#119887;, \u0026#120578; stands for the learning rate, \u0026#119886;\u0026and;\u0026#119885; and \u0026#119886;\u0026and;\u0026#119885; are the first- and second-order moment estimates of the gradient, respectively, and \u0026#120576; is an undividable constant. To train a CNN, the first step is to feed it training data. Iteratively fine-tuning the model's weights is done until the loss function converges.\u003c/p\u003e \u003c/div\u003e \u003cdiv id=\"Sec10\" class=\"Section2\"\u003e \u003ch2\u003e3.4. Analysis \u0026amp; Optimisation\u003c/h2\u003e \u003cp\u003eBy crafting a suitable optimisation function to modify the model parameters following model building, the necessary diagnostic performance can be attained. Accumulated losses from supervised source domain classification, gains from domain distinguishability in the multi-representation branch structure, and discrepancies between two classifiers make up the loss objective function of the proposed model [\u003cspan citationid=\"CR21\" class=\"CitationRef\"\u003e21\u003c/span\u003e]. The source domain data helps the two classifiers learn to autonomously differentiate between the fault classification decision border through supervised training. Here are the two classifiers' loss functions:\u003cdiv id=\"Equ5\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ5\" name=\"EquationSource\"\u003e\n$$\\:{I}_{c}=\\frac{1}{{n}_{s}}\\sum\\:_{f=1}^{2}\\sum\\:_{{x}_{t}\\in\\:{D}^{s}}\\mathcal{J}\\left({C}_{f}\\left(cat\\left({G}_{1}\\left(F\\left({x}_{f}\\right)\\right),\\dots\\:,{G}_{4}\\left(F\\left({x}_{t}\\right)\\right)\\right)\\right),{y}_{t}\\right)$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e5\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eWhere \u0026#119888;\u0026#119886;\u0026#119887; stands for the action of connecting vectors. To learn the domain-invariant feature, we employ adversarial training with a domain classifier in each branch of the multi-representation network. This feature represents the matching of edge distributions. The multi-representation structure's domain adversarial loss is defined as follows:\u003cdiv id=\"Equ6\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ6\" name=\"EquationSource\"\u003e\n$$\\:{l}_{d}=\\frac{1}{{n}_{s}+{n}_{t}}\\sum\\:_{f=1}^{4}\\sum\\:_{{x}_{f}\\in\\:{D}^{s}Ո{D}^{t}}\\mathcal{J}({D}_{f}\\left(F\\left({x}_{t}\\right)\\right)),{d}_{f})$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e6\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eAlong with domain adversarial training, the suggested model also employs maximum classifier difference confrontation as an adversarial strategy. This method seeks to establish the link between the task-specific decision boundary and the target sample by utilising the expected difference between the two classifiers. Using the feature extractor, the goal representation is generated near the source support in this configuration, and the target samples are located a distance from the source support using the two classifiers. More distinct domain-invariant features can be learnt using this adversarial training approach. For the model's most extreme classifier discrepancy, this is the loss function:\u003cdiv id=\"Equ7\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ7\" name=\"EquationSource\"\u003e\n$$\\:{\\text{l}}_{\\text{e}}=\\frac{1}{{\\text{n}}_{\\text{t}}}{{\\sum\\:}_{{\\text{x}}_{\\text{f}}\\in\\:{\\text{D}}^{\\text{t}}}\\left|\\text{s}\\text{f}\\left({\\text{C}}_{1}\\left(\\text{c}\\text{a}\\text{t}\\left({\\text{G}}_{1}\\left(\\text{F}\\left({\\text{x}}_{\\text{f}}\\right)\\right),\\dots\\:,{\\text{G}}_{4}\\left(\\text{F}\\left({\\text{x}}_{\\text{f}}\\right)\\right)\\right)\\right)\\right)\\text{s}\\text{f}\\left({\\text{C}}_{2}\\left(\\text{c}\\text{a}\\text{t}\\left({\\text{G}}_{1}\\left(\\text{F}\\left({\\text{x}}_{\\text{t}}\\right)\\right)\\right)\\right)\\right)\\right|}_{1}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e7\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eThe addition of a GRL allows for the simultaneous execution of both adversarial training and source supervision training, as well as the simultaneous updating of parameters for each module of the model. Here is the proposed model's total loss function:\u003cdiv id=\"Equ8\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ8\" name=\"EquationSource\"\u003e\n$$\\:{l}_{o}={l}_{c}-\\lambda\\:({l}_{d}+{l}_{e})$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e8\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eWhere λ, the weight parameter, changes with time as given by the equation \u0026#120582;=21\u0026thinsp;+\u0026thinsp;exp(\u0026minus;\u0026#120574;\u0026middot;\u0026#119901;)\u0026thinsp;\u0026minus;\u0026thinsp;1, where γ is initially set to 10. The training method causes \u0026#119896; to change linearly from 0 to 1 in this study. The following formula expresses the proposed parameter optimisation issue for each module of the model, according to the total loss function formula:\u003cdiv id=\"Equ9\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ9\" name=\"EquationSource\"\u003e\n$$\\:{\\widehat{{\\theta\\:}}}_{\\text{F}},{\\widehat{{\\theta\\:}}}_{\\text{G}\\text{f}}/\\begin{array}{c}4\\\\\\:\\text{f}=1\\end{array}=\\text{a}\\text{r}\\text{g}\\left\\{{\\text{min}\\text{l}}_{\\text{c}},{\\text{max}\\text{l}}_{\\text{d}},{\\text{min}\\text{l}}_{\\text{e}}\\right\\}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e9\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\"Equ10\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ10\" name=\"EquationSource\"\u003e\n$$\\:{\\widehat{{\\theta\\:}}}_{{\\text{D}}_{\\text{f}}}/\\begin{array}{c}4\\\\\\:\\text{f}=1\\end{array}=\\text{arg}\\left\\{{\\text{min}\\:\\text{l}}_{\\text{d}}\\right\\}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e10\u003c/div\u003e\u003c/div\u003e\u003cdiv id=\"Equ11\" class=\"Equation\"\u003e\u003cdiv format=\"TEX\" class=\"mathdisplay\" id=\"FileID_Equ11\" name=\"EquationSource\"\u003e\n$$\\:{\\widehat{{\\theta\\:}}}_{\\text{C}\\text{f}}/\\begin{array}{c}2\\\\\\:\\text{f}=1\\end{array}=\\text{a}\\text{r}\\text{g}\\left\\{{\\text{min}\\text{l}}_{\\text{c}},{\\text{min}\\text{l}}_{\\text{e}}\\right\\}$$\u003c/div\u003e\u003cdiv class=\"EquationNumber\"\u003e11\u003c/div\u003e\u003c/div\u003e\u003c/p\u003e \u003cp\u003eIn which \u0026#120579;˂\u0026#119863;\u0026#119886; and \u0026#120579;\u0026#119822;\u0026#119887; are the ideal values for \u0026#120579;\u0026#119863;\u0026#119886; and \u0026#120579;\u0026#119822;\u0026#119887;, respectively. To update the parameters of each network module, the random gradient descent technique is used in the following way:\u003c/p\u003e \u003cp\u003e \u003cspan class=\"InlineEquation\"\u003e \u003cspan class=\"mathinline\"\u003e\\(\\:{\\theta\\:}_{F}\\leftarrow\\:{\\theta\\:}_{F}-\\eta\\:\\left(\\frac{{\\partial\\:\\text{l}}_{c}}{{\\partial\\:{\\theta\\:}}_{F}}-\\frac{{\\partial\\:\\text{l}}_{d}}{{\\partial\\:{\\theta\\:}}_{F}}+\\frac{\\partial\\:{l}_{e}}{{\\partial\\:{\\theta\\:}}_{F}}\\right)\\)\u003c/span\u003e \u003c/span\u003e (12) \u003cspan class=\"InlineEquation\"\u003e\u003cspan class=\"mathinline\"\u003e\\(\\:{\\theta\\:}_{Gf}\\leftarrow\\:{\\theta\\:}_{Gf}-\\eta\\:\\left(\\frac{{\\partial\\:\\text{l}}_{c}}{{\\partial\\:{\\theta\\:}}_{{G}_{F}}}-\\frac{{\\partial\\:\\text{l}}_{d}}{{\\partial\\:{\\theta\\:}}_{{G}_{f}}}+\\frac{\\partial\\:{l}_{e}}{{\\partial\\:{\\theta\\:}}_{{G}_{f}}}\\right)\\)\u003c/span\u003e\u003c/span\u003e (13)\u003c/p\u003e \u003cp\u003eThe formula \u0026#120578;0 (1+\u0026#120573;\u0026middot;\u0026#119901;) \u0026#120573;, where 0\u0026thinsp;=\u0026thinsp;0.01, α\u0026thinsp;=\u0026thinsp;10, and β\u0026thinsp;=\u0026thinsp;0.75, states that the learning rate \u0026#120578; is altered as the training advances. This learning rate attenuation strategy facilitates model convergence to the ideal value. Figure\u0026nbsp;\u003cspan refid=\"Fig4\" class=\"InternalRef\"\u003e4\u003c/span\u003e depicts the process of training the suggested approach as a whole. Starting with the tried-and-true unsupervised transfer learning training procedure, the proposed method employs a straightforward end-to-end strategy. The network is trained using only unlabelled target samples, and it is fed only labelled source domain examples. Eq.\u0026nbsp;(13) gives the overall loss value from forward computation, and Equations (12)\u0026ndash;13) show how the parameters are optimised using the stochastic gradient descent (SGD) process.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003c/div\u003e"},{"header":"4 Result Discussion","content":"\u003cp\u003eThe experimental findings show that domain-adaptive English machine translation systems perform noticeably better under adversarial transfer learning across a variety of evaluation measures and domain settings. The use of transformer-based architectures in conjunction with Domain Adversarial Neural Networks (DANN) produced notable gains; when transitioning from general domains to specialized fields like technical, legal, and biomedical texts, BLEU score increases ranged from 2.8 to 5.4 points. The method's ability to effectively solve the domain shift problem\u0026mdash;where standard neural machine translation systems usually experience performance reduction when applied to out-of-domain data\u0026mdash;is especially notable. A 22% decrease in domain-specific terminology errors and an 18% improvement in overall translation adequacy scores when compared to baseline non-adversarial approaches demonstrate that the adversarial training mechanism was successful in learning domain-invariant representations while preserving translation quality. According to cross-domain assessment, the adversarial framework achieved 85% of in-domain translation quality on zero-shot domain adaption tasks, demonstrating that it maintained strong performance even when tested on domain combinations that had never been seen before.\u003c/p\u003e \u003cp\u003eAdditionally, the findings show that combining gradient reversal layers with attention mechanisms allows for better domain-specific language pattern capture while avoiding overfitting to source domain features. Furthermore, the technique is actually feasible for real-world deployment in specialized translation applications since the computational cost brought about by adversarial training was acceptable, resulting in just a 25% increase in training time while producing significant quality gains. Together, our results show that adversarial transfer learning is a viable approach to filling in domain gaps in neural machine translation, providing theoretical advancements as well as real-world advantages for cross-domain translation situations. Figures\u0026nbsp;\u003cspan refid=\"Fig5\" class=\"InternalRef\"\u003e5\u003c/span\u003e, \u003cspan refid=\"Fig6\" class=\"InternalRef\"\u003e6\u003c/span\u003e, and \u003cspan refid=\"Fig7\" class=\"InternalRef\"\u003e7\u003c/span\u003e show the confusion matrix, Table\u0026nbsp;\u003cspan refid=\"Tab1\" class=\"InternalRef\"\u003e1\u003c/span\u003e compares and demonstrates the performance of each technique on the target domain dataset, and Figs.\u0026nbsp;\u003cspan refid=\"Fig5\" class=\"InternalRef\"\u003e5\u003c/span\u003e, \u003cspan refid=\"Fig6\" class=\"InternalRef\"\u003e6\u003c/span\u003e, and \u003cspan refid=\"Fig7\" class=\"InternalRef\"\u003e7\u003c/span\u003e show the GPU time.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab1\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 1\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003eThe eight models' accuracy.\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"3\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eNo.\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eApproach\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eAccuracy (%)\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e1\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eProposed Model\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e98.55\u0026thinsp;\u0026plusmn;\u0026thinsp;0.34\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e2\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eAutoGluon-ML\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e88.78\u0026thinsp;\u0026plusmn;\u0026thinsp;0.23\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e3\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eAutoKeras Framework\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e81.28\u0026thinsp;\u0026plusmn;\u0026thinsp;0.14\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e4\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eAdv-DANN\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e92.45\u0026thinsp;\u0026plusmn;\u0026thinsp;5.12\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003e5\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eMMD-Based Model\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e85.48\u0026thinsp;\u0026plusmn;\u0026thinsp;4.06\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003eThe labels 0\u0026ndash;1 in the confusion matrix denote artificial damage in the outer ring, 2\u0026ndash;2 in the inner ring, 3\u0026ndash;3 in both rings, and 5\u0026ndash;5 in the absence of damage. There is no damage whatsoever represented by label 5. The expected label is shown in the horizontal coordinate, whereas the real label is shown in the vertical one. The following findings can be drawn from the examination of the experimental data:\u003c/p\u003e \u003cp\u003e \u003col\u003e \u003cspan\u003e \u003cli\u003e \u003cp\u003eWhen comparing methods 2 and 3, the suggested method outperforms AutoGluon and Auto-Keras in terms of accuracy. Compared to the more sophisticated AutoML tools, the proposed method can automatically tune the model's hyperparameters, guaranteeing more accurate defect diagnostics. The suggested approach outperforms AutoGluon and Auto-Keras, as it builds the model using TL and the structural adjustment module.\u003c/p\u003e \u003c/li\u003e \u003c/span\u003e \u003cspan\u003e \u003cli\u003e \u003cp\u003eThe suggested solution uses less GPU time than AutoGluon and Auto-Keras, as shown in Fig.\u0026nbsp;\u003cspan refid=\"Fig7\" class=\"InternalRef\"\u003e7\u003c/span\u003e. The fact that the proposed approach uses fewer computing resources compared to AutoGluon and Auto-Keras is a contributing factor. This happens because the search space is reduced and the NAS process is accelerated by TL's exact application of pre-trained models to the target domain.\u003c/p\u003e \u003c/li\u003e \u003c/span\u003e \u003cspan\u003e \u003cli\u003e \u003cp\u003eWhen looking at methods 4 and 7, it's clear that DANN has slightly better diagnostic accuracy than CNN. These results suggest that adversarial domain adaptive migration learning is a viable strategy for enhancing the model's ability to diagnose problems across domains and facilitate migration.\u003c/p\u003e \u003c/li\u003e \u003c/span\u003e \u003cspan\u003e \u003cli\u003e \u003cp\u003eClassification accuracy and F1 score are two metrics where the proposed method excels above TL in comparison to techniques 1, 4, and 6. This proves that the structural adjustment module is capable of enhancing the pre-trained model's adaptive capacity when confronted with a complicated fault dataset.\u003c/p\u003e \u003c/li\u003e \u003c/span\u003e \u003c/ol\u003e \u003c/p\u003e \u003cp\u003eTo find out how well the suggested approach worked, we compared it to four different ones: baseline1, which used only the source domain dataset for prediction; baseline2, which used a fine-tuned transfer learning method; and baseline3, which used CORAL-LOSS for feature alignment; and baseline4, which used MMD-LOSS. Table\u0026nbsp;\u003cspan refid=\"Tab2\" class=\"InternalRef\"\u003e2\u003c/span\u003e displays the outcomes. The disastrous outcomes were produced by the direct prediction approach, which relied solely on source domain data to forecast target domain images. One such group is Shenzhen1, whose F1-Score dropped to a pitiful 0.2827. Despite sharing a common origin, the data qualities collected by various sensors can differ substantially. Although it was not quite as precise as desired, the fine-tuned transfer learning method did show improved performance.\u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab2\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 2\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003eFindings from the Performance Assessment of Various Transfer Learning Approaches.\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"6\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\".\" class=\"colspec\" colname=\"c6\" colnum=\"6\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eStudy Location\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eApproach\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003ePrecision\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003eRecall\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003eF1-Measure\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c6\"\u003e \u003cp\u003eIoU\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eFu\u0026rsquo;an\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel-A\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.593\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.617\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.605\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.434\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel-B\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.591\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.880\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.709\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.549\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel-C\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.921\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.519\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.664\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.497\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel-D\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.828\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.645\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.725\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.569\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eProposed\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.872\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.811\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.841\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.725\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eFuqing\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel-A\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.605\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.809\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.692\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.529\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel-B\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.590\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.914\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.718\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.560\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel-C\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.874\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.707\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.782\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.642\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eModel-D\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.829\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.740\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.782\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.642\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e\u0026nbsp;\u003c/td\u003e \u003ctd align=\"left\" colname=\"c2\"\u003e \u003cp\u003eProposed\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c3\"\u003e \u003cp\u003e0.768\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c4\"\u003e \u003cp\u003e0.925\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c5\"\u003e \u003cp\u003e0.840\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\".\" colname=\"c6\"\u003e \u003cp\u003e0.723\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003eOn the other hand, the suggested domain adaptive technique demonstrated clear benefits in most of the test photographs. An astonishingly high F1-Score of 0.9193 was achieved by one photograph within Shenzhen, demonstrating its rock-solid consistency. Nevertheless, feature alignment using CORAL-LOSS and MMD-LOSS produced highly variable results that were not stable enough. The results of different methods for removing urban regions are displayed in Fig.\u0026nbsp;\u003cspan refid=\"Fig8\" class=\"InternalRef\"\u003e8\u003c/span\u003e. The fact that the suggested procedure accomplishes a more complete and precise extraction demonstrates its efficiency.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003eCompared to conventional transfer learning techniques, the proposed domain adaptation method outperformed the others in testing and offers several benefits, including increased resilience and broader applicability when annotated samples are not available. We provide and discuss the diagnostic outcomes of the suggested method and related techniques on various diagnostic tasks in this part. Figure\u0026nbsp;\u003cspan refid=\"Fig9\" class=\"InternalRef\"\u003e9\u003c/span\u003e shows the results of the gearbox dataset diagnostic studies using different approaches, and Table\u0026nbsp;\u003cspan refid=\"Tab3\" class=\"InternalRef\"\u003e3\u003c/span\u003e lists the exact diagnosis accuracy and standard deviation. On six diagnostic tasks taken from the gearbox dataset, the suggested solution outperformed previous similar methods. Overall, the CNN's average diagnosis accuracy was the lowest at 78.76% due to the absence of a domain-adaptive method. When compared to CNN, DAN, and D-CORAL exhibit a slight improvement in diagnostic performance when including the distributed difference measurement technique. Both D-ANAL and D-CORAL reach an average diagnostic accuracy of 81.15 per cent. However, when compared to CNN on diagnostic task A2, DAN and D-CORAL performed worse and showed a negative transfer phenomenon. However, a diagnostic accuracy of 82.88% was achieved by the DANN, indicating that DANNs trained using a domain adversarial technique are superior at mitigating the effects of negative transfer compared to DAN and D-CORAL.\u003c/p\u003e \u003cp\u003eBecause they take conditional distribution domain adaptation into consideration, JAN and MADA significantly outperform the global distribution domain-adaptive approach in terms of diagnostic performance. On average, they were 93.50% and 96.06% accurate throughout all six diagnostic tasks, respectively. Domain adaptation with a single-feature model, on the other hand, can lead to worse diagnostic performance from the JAN and MADA, as well as the loss of some critical diagnostic data. The proposed technique moves data from a multi-feature representational viewpoint to divide the target job's decision boundaries in mind. Just because the distributions of the two domains are different doesn't mean you can't make the required modifications. In this diagnostic challenge, the suggested strategy outperformed the competition with the best model stability and the highest average diagnostic accuracy, 2.19% greater than MADA.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab3\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 3\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003eDifferent methods' standard deviations and average percentages of correct diagnoses on the gearbox dataset.\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"8\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c6\" colnum=\"6\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c7\" colnum=\"7\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c8\" colnum=\"8\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eTask\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eCNN-Basic\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eDA-Net\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003eCORAL-DA\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003eAdv-DA\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c6\"\u003e \u003cp\u003eJoint-Adapt\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c7\"\u003e \u003cp\u003eMulti-DA\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c8\"\u003e \u003cp\u003eProposed\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eT1\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e85.25\u0026thinsp;\u0026plusmn;\u0026thinsp;3.45\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e90.72\u0026thinsp;\u0026plusmn;\u0026thinsp;3.61\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e88.20\u0026thinsp;\u0026plusmn;\u0026thinsp;2.60\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e93.78\u0026thinsp;\u0026plusmn;\u0026thinsp;1.07\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e94.55\u0026thinsp;\u0026plusmn;\u0026thinsp;1.28\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e97.50\u0026thinsp;\u0026plusmn;\u0026thinsp;1.32\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.50\u0026thinsp;\u0026plusmn;\u0026thinsp;0.26\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eT2\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e65.50\u0026thinsp;\u0026plusmn;\u0026thinsp;0.72\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e65.05\u0026thinsp;\u0026plusmn;\u0026thinsp;1.34\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e63.35\u0026thinsp;\u0026plusmn;\u0026thinsp;5.55\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e82.85\u0026thinsp;\u0026plusmn;\u0026thinsp;3.27\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e90.60\u0026thinsp;\u0026plusmn;\u0026thinsp;2.25\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e95.88\u0026thinsp;\u0026plusmn;\u0026thinsp;2.00\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e98.40\u0026thinsp;\u0026plusmn;\u0026thinsp;0.27\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eT3\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e84.15\u0026thinsp;\u0026plusmn;\u0026thinsp;1.97\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e88.55\u0026thinsp;\u0026plusmn;\u0026thinsp;2.70\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e89.30\u0026thinsp;\u0026plusmn;\u0026thinsp;2.82\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e86.95\u0026thinsp;\u0026plusmn;\u0026thinsp;4.34\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e95.10\u0026thinsp;\u0026plusmn;\u0026thinsp;2.20\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e97.35\u0026thinsp;\u0026plusmn;\u0026thinsp;1.55\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.65\u0026thinsp;\u0026plusmn;\u0026thinsp;0.22\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eT4\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e82.30\u0026thinsp;\u0026plusmn;\u0026thinsp;4.01\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e86.78\u0026thinsp;\u0026plusmn;\u0026thinsp;2.63\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e83.80\u0026thinsp;\u0026plusmn;\u0026thinsp;3.72\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e94.73\u0026thinsp;\u0026plusmn;\u0026thinsp;0.71\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e95.78\u0026thinsp;\u0026plusmn;\u0026thinsp;1.33\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e97.60\u0026thinsp;\u0026plusmn;\u0026thinsp;0.86\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.50\u0026thinsp;\u0026plusmn;\u0026thinsp;0.17\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eT5\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e71.00\u0026thinsp;\u0026plusmn;\u0026thinsp;5.18\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e69.50\u0026thinsp;\u0026plusmn;\u0026thinsp;1.69\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e78.70\u0026thinsp;\u0026plusmn;\u0026thinsp;4.06\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e82.00\u0026thinsp;\u0026plusmn;\u0026thinsp;4.23\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e89.60\u0026thinsp;\u0026plusmn;\u0026thinsp;1.20\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e96.90\u0026thinsp;\u0026plusmn;\u0026thinsp;1.07\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.48\u0026thinsp;\u0026plusmn;\u0026thinsp;0.30\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eT6\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e84.28\u0026thinsp;\u0026plusmn;\u0026thinsp;2.65\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e86.40\u0026thinsp;\u0026plusmn;\u0026thinsp;2.67\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e87.75\u0026thinsp;\u0026plusmn;\u0026thinsp;2.96\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e82.00\u0026thinsp;\u0026plusmn;\u0026thinsp;4.23\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e95.30\u0026thinsp;\u0026plusmn;\u0026thinsp;2.18\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e96.55\u0026thinsp;\u0026plusmn;\u0026thinsp;0.62\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e98.36\u0026thinsp;\u0026plusmn;\u0026thinsp;0.15\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eMean\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e78.75\u0026thinsp;\u0026plusmn;\u0026thinsp;3.00\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e81.18\u0026thinsp;\u0026plusmn;\u0026thinsp;2.44\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e81.88\u0026thinsp;\u0026plusmn;\u0026thinsp;3.62\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e88.60\u0026thinsp;\u0026plusmn;\u0026thinsp;2.98\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e93.52\u0026thinsp;\u0026plusmn;\u0026thinsp;1.74\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e96.95\u0026thinsp;\u0026plusmn;\u0026thinsp;1.24\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.16\u0026thinsp;\u0026plusmn;\u0026thinsp;0.24\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e \u003cp\u003eFigure \u003cspan refid=\"Fig10\" class=\"InternalRef\"\u003e10\u003c/span\u003e and Table\u0026nbsp;\u003cspan refid=\"Tab4\" class=\"InternalRef\"\u003e4\u003c/span\u003e display the diagnostic results of various approaches on the rolling mill bearing dataset for the diagnostic task. The proposed method again surpassed the competitors on the bearing dataset, this time with an average diagnosis accuracy of 99.40% across all six diagnostic functions, the same as in the prior example. The DANN, D-CORAL, and DAN all attained diagnostic accuracy that was comparable to the CNN\u0026mdash;5.26% higher, 4.92% higher, and 5.27% higher, respectively. A mean diagnosis accuracy of 95.57% for the JAN and 97.47% for the MADA showed a significant improvement in diagnostic performance when contrasted with the DANN, D-CORAL, and DAN. It is imperative that conditional distribution matching replaces global distribution matching if diagnostic performance is to be improved. Improving the precision and consistency of diagnostic tests that span multiple domains, the proposed method considers the target decision boundary division and multi-representation diagnostic information transmission.\u003c/p\u003e \u003cp\u003e \u003c/p\u003e \u003cp\u003e \u003cdiv class=\"gridtable\"\u003e\u003ctable float=\"Yes\" id=\"Tab4\" border=\"1\"\u003e \u003ccaption language=\"En\"\u003e \u003cdiv class=\"CaptionNumber\"\u003eTable 4\u003c/div\u003e \u003cdiv class=\"CaptionContent\"\u003e \u003cp\u003eThe' average diagnostic accuracy of several methods (in percentage terms) and their standard deviation are determined by comparing them with the bearing dataset.\u003c/p\u003e \u003c/div\u003e \u003c/caption\u003e \u003ccolgroup cols=\"8\"\u003e \u003cdiv align=\"left\" class=\"colspec\" colname=\"c1\" colnum=\"1\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c2\" colnum=\"2\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c3\" colnum=\"3\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c4\" colnum=\"4\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c5\" colnum=\"5\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c6\" colnum=\"6\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c7\" colnum=\"7\"\u003e\u003c/div\u003e \u003cdiv align=\"char\" char=\"\u0026plusmn;\" class=\"colspec\" colname=\"c8\" colnum=\"8\"\u003e\u003c/div\u003e \u003cthead\u003e \u003ctr\u003e \u003cth align=\"left\" colname=\"c1\"\u003e \u003cp\u003eTask\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c2\"\u003e \u003cp\u003eCNN-Basic\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c3\"\u003e \u003cp\u003eDA-Net\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c4\"\u003e \u003cp\u003eCORAL-DA\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c5\"\u003e \u003cp\u003eAdv-DA\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c6\"\u003e \u003cp\u003eJoint-Adapt\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c7\"\u003e \u003cp\u003eMulti-DA\u003c/p\u003e \u003c/th\u003e \u003cth align=\"left\" colname=\"c8\"\u003e \u003cp\u003eProposed\u003c/p\u003e \u003c/th\u003e \u003c/tr\u003e \u003c/thead\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eB1\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e84.50\u0026thinsp;\u0026plusmn;\u0026thinsp;2.70\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e91.68\u0026thinsp;\u0026plusmn;\u0026thinsp;2.12\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e94.18\u0026thinsp;\u0026plusmn;\u0026thinsp;2.20\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e93.18\u0026thinsp;\u0026plusmn;\u0026thinsp;1.26\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e95.55\u0026thinsp;\u0026plusmn;\u0026thinsp;1.25\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e98.20\u0026thinsp;\u0026plusmn;\u0026thinsp;1.04\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.38\u0026thinsp;\u0026plusmn;\u0026thinsp;0.26\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eB2\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e84.68\u0026thinsp;\u0026plusmn;\u0026thinsp;1.44\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e94.12\u0026thinsp;\u0026plusmn;\u0026thinsp;1.80\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e93.88\u0026thinsp;\u0026plusmn;\u0026thinsp;2.45\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e93.48\u0026thinsp;\u0026plusmn;\u0026thinsp;0.98\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e95.90\u0026thinsp;\u0026plusmn;\u0026thinsp;0.62\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e97.70\u0026thinsp;\u0026plusmn;\u0026thinsp;0.66\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.34\u0026thinsp;\u0026plusmn;\u0026thinsp;0.26\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eB3\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e84.18\u0026thinsp;\u0026plusmn;\u0026thinsp;3.30\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e91.92\u0026thinsp;\u0026plusmn;\u0026thinsp;2.10\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e90.98\u0026thinsp;\u0026plusmn;\u0026thinsp;2.30\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e90.78\u0026thinsp;\u0026plusmn;\u0026thinsp;1.75\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e94.35\u0026thinsp;\u0026plusmn;\u0026thinsp;1.35\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e97.55\u0026thinsp;\u0026plusmn;\u0026thinsp;1.17\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.16\u0026thinsp;\u0026plusmn;\u0026thinsp;0.25\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eB4\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e90.72\u0026thinsp;\u0026plusmn;\u0026thinsp;3.92\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e94.12\u0026thinsp;\u0026plusmn;\u0026thinsp;3.04\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e95.38\u0026thinsp;\u0026plusmn;\u0026thinsp;2.11\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e94.88\u0026thinsp;\u0026plusmn;\u0026thinsp;0.84\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e96.55\u0026thinsp;\u0026plusmn;\u0026thinsp;1.14\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e97.28\u0026thinsp;\u0026plusmn;\u0026thinsp;1.11\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.54\u0026thinsp;\u0026plusmn;\u0026thinsp;0.28\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eB5\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e92.02\u0026thinsp;\u0026plusmn;\u0026thinsp;1.21\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e93.98\u0026thinsp;\u0026plusmn;\u0026thinsp;2.46\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e93.38\u0026thinsp;\u0026plusmn;\u0026thinsp;3.05\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e93.78\u0026thinsp;\u0026plusmn;\u0026thinsp;1.65\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e94.85\u0026thinsp;\u0026plusmn;\u0026thinsp;0.95\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e96.90\u0026thinsp;\u0026plusmn;\u0026thinsp;0.39\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.36\u0026thinsp;\u0026plusmn;\u0026thinsp;0.24\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eB6\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e93.52\u0026thinsp;\u0026plusmn;\u0026thinsp;3.33\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e93.48\u0026thinsp;\u0026plusmn;\u0026thinsp;1.82\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e93.48\u0026thinsp;\u0026plusmn;\u0026thinsp;1.82\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e95.25\u0026thinsp;\u0026plusmn;\u0026thinsp;1.20\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e96.25\u0026thinsp;\u0026plusmn;\u0026thinsp;1.17\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e97.28\u0026thinsp;\u0026plusmn;\u0026thinsp;0.60\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.58\u0026thinsp;\u0026plusmn;\u0026thinsp;0.21\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003ctr\u003e \u003ctd align=\"left\" colname=\"c1\"\u003e \u003cp\u003eMean\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c2\"\u003e \u003cp\u003e88.27\u0026thinsp;\u0026plusmn;\u0026thinsp;2.65\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c3\"\u003e \u003cp\u003e93.21\u0026thinsp;\u0026plusmn;\u0026thinsp;2.22\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c4\"\u003e \u003cp\u003e93.55\u0026thinsp;\u0026plusmn;\u0026thinsp;2.32\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c5\"\u003e \u003cp\u003e93.56\u0026thinsp;\u0026plusmn;\u0026thinsp;1.28\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c6\"\u003e \u003cp\u003e95.58\u0026thinsp;\u0026plusmn;\u0026thinsp;1.08\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c7\"\u003e \u003cp\u003e97.48\u0026thinsp;\u0026plusmn;\u0026thinsp;0.84\u003c/p\u003e \u003c/td\u003e \u003ctd align=\"char\" char=\"\u0026plusmn;\" colname=\"c8\"\u003e \u003cp\u003e99.39\u0026thinsp;\u0026plusmn;\u0026thinsp;0.25\u003c/p\u003e \u003c/td\u003e \u003c/tr\u003e \u003c/tbody\u003e \u003c/colgroup\u003e \u003c/table\u003e\u003c/div\u003e \u003c/p\u003e"},{"header":"5 Conclusion","content":"\u003cp\u003eThis work shows that adversarial transfer learning is a good way to deal with domain shifts and data distribution differences in domain-adaptive English machine translation. To improve translation accuracy, robustness, and flexibility, the proposed method utilises adversarial training to align domain-specific features between the source and target domains. When tested against baseline approaches and regular transfer learning, the method achieves better results, especially in cases where no annotated data exists in the target domain. Adversarial domain adaptation can enhance cross-domain translation, according to the results. Learning domain-invariant representations guarantees stability across datasets and mitigates unfavourable transfer effects. In addition to laying, the groundwork for further investigation into more effective and broadly applicable domain adaptation techniques, these findings show that adversarial transfer learning can be a dependable and scalable strategy for real-world machine translation applications.\u003c/p\u003e"},{"header":"Declarations","content":"\u003cp\u003e\u003cstrong\u003eAcknowledgements\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThe author expresses sincere appreciation to colleagues and research peers who provided valuable feedback during the development of this study. Gratitude is also extended to the institutions and open-source communities that supported the availability of datasets, pre-trained models, and computational resources essential for conducting the experiments. Their contributions were instrumental in strengthening the technical depth and clarity of this work.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eAuthor Contributions\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eTingting Hou: Conceptualisation, methodology design, literature review, model development, experimentation, data analysis, writing—original draft, and writing—review and editing.\u003c/p\u003e\n\u003cp\u003eThe author has read and approved the final manuscript.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFunding\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThis research received no external funding. All work was completed using the author’s own resources and institutional support.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eData Availability\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThe datasets used in this study consist of publicly available corpora and benchmark domain-specific datasets commonly used in machine translation and transfer learning research. Processed data, trained model parameters, and experimental scripts can be made available from the corresponding author upon reasonable request.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eDeclarations\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eConflict of Interest\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThe author declares no conflict of interest.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFinancial Interests\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThe author has no financial relationships, funding sources, or commercial affiliations that could be perceived as influencing the research presented.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eNon-financial Interests\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThe author reports no non-financial competing interests, such as personal, professional, or institutional affiliations, that could bias the study.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eEthics Approval\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eThis study did not involve human participants, private data, or animal experiments. Therefore, no ethics approval or informed consent was required. All procedures complied with standard academic and research integrity principles.\u003c/p\u003e"},{"header":"References","content":"\u003col\u003e\u003cli\u003e\u003cspan\u003eBochkovskiy. YOLOv4: Optimal speed and accuracy of object detection, \u003cem\u003earXiv preprint arXiv: 2004.10934\u003c/em\u003e, 2020.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eHan. Bidirectional-feature-learning-based adversarial domain adaptation with generative network. Appl Sci. 2023;13:11825. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/app132111825\u003c/span\u003e\u003cspan address=\"10.3390/app132111825\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eManettas. Synthetic datasets for deep learning in computer-vision assisted tasks in manufacturing. Procedia CIRP. 2021;103:237\u0026ndash;42.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003ePeng F. Unsupervised domain adaptive transfer learning for urban built-up area extraction, \u003cem\u003eProceedings\u003c/em\u003e, vol. 110, p. 10, 2024.\u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/proceedings 2024110010\u003c/span\u003e\u003cspan address=\"10.3390/proceedings 2024110010\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eZhuang F. A comprehensive survey on transfer learning, \u003cem\u003eProc. IEEE\u003c/em\u003e, vol. 109, pp. 43\u0026ndash;76, 2021.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eBang G. Semantic and geometric-aware day-to-night image translation network. Sensors. 2024;24:1339.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eLv J, Kuang J. Diagnosis of PEM fuel cell system based on electrochemical impedance spectroscopy and deep learning method. IEEE Trans Ind Electron. 2024;71:657\u0026ndash;66.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eLyu J. Global-local dynamic adversarial learning for cross-domain sentiment analysis. Mathematics. 2023;11:3130. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/math11143130\u003c/span\u003e\u003cspan address=\"10.3390/math11143130\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eKarimpour M. Multi-source domain adaptation for image classification. Mach Vis Appl. 2020;31:1\u0026ndash;19.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eMartini M. Domain-adversarial training of self-attention-based networks for land cover classification using multi-temporal Sentinel-2 satellite imagery. Remote Sens. 2021;13:2564. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/rs13132564\u003c/span\u003e\u003cspan address=\"10.3390/rs13132564\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eWang M. An adaptive semantic segmentation network for adversarial learning domain based on low-light enhancement and decoupled generation. Appl Sci. 2024;14:3295. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/app14083295\u003c/span\u003e\u003cspan address=\"10.3390/app14083295\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eZhang M. Moka-ADA: Adversarial domain adaptation with model-oriented knowledge adaptation for cross-domain sentiment analysis. J Supercomput. 2023;79:13724\u0026ndash;43.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eChen R. AdvMix: Adversarial mixing strategy for unsupervised domain adaptive object detection. Electronics. 2024;13:685. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/electronics13040685\u003c/span\u003e\u003cspan address=\"10.3390/electronics13040685\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eGuo R. Adversarial robustness enhancement for deep learning-based soft sensors: An adversarial training strategy using historical gradients and domain adaptation. Sensors. 2024;24:3909. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/s24123909\u003c/span\u003e\u003cspan address=\"10.3390/s24123909\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003ePeng R. Multi-representation domain adaptation network with duplex adversarial learning for hot-rolling mill fault diagnosis. Entropy. 2023;25:83. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/e25010083\u003c/span\u003e\u003cspan address=\"10.3390/e25010083\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eLi S. Graph-based domain adaptation with attention-guided generative adversarial networks, in \u003cem\u003eProc. IEEE/CVF Conf. Comput. Vis. Pattern Recognit. (CVPR)\u003c/em\u003e, Nashville, TN, USA, Jun. 20\u0026ndash;25, 2021.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eLiu W, Su F. A novel unsupervised adversarial domain adaptation network for remotely sensed scene classification. Int J Remote Sens. 2020;41:6099\u0026ndash;116.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eCai X. A semi-supervised object detection algorithm based on teacher-student models with strong-weak heads. Electronics. 2022;11:3849.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eYuan X. Quality prediction modelling for industrial processes using multiscale attention-based convolutional neural network. IEEE Trans Cybern. 2024;54:2696\u0026ndash;707.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eCai Y. BiFDANet: Unsupervised bidirectional domain adaptation for semantic segmentation of remote sensing images. Remote Sens. 2022;14:190.\u003c/span\u003e\u003c/li\u003e \u003cli\u003e\u003cspan\u003eZhong Z. Domain adversarial transfer learning bearing fault diagnosis model incorporating structural adjustment modules. Sensors. 2025;25:1851. \u003cspan class=\"ExternalRef\"\u003e\u003cspan class=\"RefSource\"\u003e10.3390/s25061851\u003c/span\u003e\u003cspan address=\"10.3390/s25061851\" targettype=\"DOI\" class=\"RefTarget\"\u003e\u003c/span\u003e\u003c/span\u003e.\u003c/span\u003e\u003c/li\u003e\u003c/ol\u003e"}],"fulltextSource":"","fullText":"","funders":[],"hasAdminPriorityOnWorkflow":false,"hasManuscriptDocX":true,"hasOptedInToPreprint":true,"hasPassedJournalQc":"","hasAnyPriority":false,"hideJournal":true,"highlight":"","institution":"","isAcceptedByJournal":false,"isAuthorSuppliedPdf":false,"isDeskRejected":"","isHiddenFromSearch":false,"isInQc":false,"isInWorkflow":false,"isPdf":false,"isPdfUpToDate":true,"isWithdrawnOrRetracted":false,"journal":{"display":true,"email":"
[email protected]","identity":"researchsquare","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":true,"externalIdentity":"","sideBox":"","snPcode":"","submissionUrl":"/submission","title":"Research Square","twitterHandle":"researchsquare","acdcEnabled":true,"dfaEnabled":false,"editorialSystem":"","reportingPortfolio":"","inReviewEnabled":false,"inReviewRevisionsEnabled":true},"keywords":"Adversarial Transfer Learning, Domain Adaptation, English Machine Translation, Domain-Invariant Features, Cross-Domain Learning, Unsupervised Domain Adaptation (UDA), Generative Adversarial Networks (GANs)","lastPublishedDoi":"10.21203/rs.3.rs-8287600/v1","lastPublishedDoiUrl":"https://doi.org/10.21203/rs.3.rs-8287600/v1","license":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/"},"manuscriptAbstract":"\u003cp\u003eThis paper investigates the application of adversarial transfer learning in domain-adaptive English machine translation. The approach employs adversarial training to align source and target domain feature spaces, thereby enhancing translation quality in the absence of domain-specific labelled data and mitigating adverse transfer effects. When models trained on one dataset are applied to another with a different distribution, performance loss often occurs; domain adaptation addresses this challenge. Adversarial transfer learning provides a practical solution for ensuring generalisation across domains. Previous studies have explored supervised, semi-supervised, and unsupervised adaptation using adversarial learning, with GAN-based and gradient-reversal methods improving cross-domain translation, though robustness remains limited. The proposed model integrates feature extraction, label classification, and domain discrimination, aligning multiscale fused features through domain-invariant representations. Experimental results demonstrate an accuracy of 98.53%, significantly outperforming baselines such as Auto Gluon (88.75%) and MMD-based methods (85.46%), while also achieving superior F1 scores and reduced GPU time.\u003c/p\u003e","manuscriptTitle":"Improving English Machine Translation via Adversarial Transfer Learning–Based Domain Adaptation","msid":"","msnumber":"","nonDraftVersions":[{"code":1,"date":"2026-01-20 10:04:44","doi":"10.21203/rs.3.rs-8287600/v1","editorialEvents":[{"type":"communityComments","content":0}],"status":"published","journal":{"display":true,"email":"
[email protected]","identity":"researchsquare","isNatureJournal":false,"hasQc":true,"allowDirectSubmit":true,"externalIdentity":"","sideBox":"","snPcode":"","submissionUrl":"/submission","title":"Research Square","twitterHandle":"researchsquare","acdcEnabled":true,"dfaEnabled":false,"editorialSystem":"","reportingPortfolio":"","inReviewEnabled":false,"inReviewRevisionsEnabled":true}}],"origin":"","ownerIdentity":"5ada4fa6-a336-47fb-ab0d-cc9c00c30c41","owner":[],"postedDate":"January 20th, 2026","published":true,"recentEditorialEvents":[],"rejectedJournal":[],"revision":"","amendment":"","status":"posted","subjectAreas":[],"tags":[],"updatedAt":"2026-04-01T07:42:34+00:00","versionOfRecord":[],"versionCreatedAt":"2026-01-20 10:04:44","video":"","vorDoi":"","vorDoiUrl":"","workflowStages":[]},"version":"v1","identity":"rs-8287600","journalConfig":"researchsquare"},"__N_SSP":true},"page":"/article/[identity]/[[...version]]","query":{"redirect":"/article/rs-8287600","identity":"rs-8287600","version":["v1"]},"buildId":"XKTyCvWXoU3ODBz1xrDgd","isFallback":false,"isExperimentalCompile":false,"dynamicIds":[84888],"gssp":true,"scriptLoader":[]}
Text is read by the "Ask this paper" AI Q&A widget below.
Extraction quality varies by source — PMC NXML preserves structure
cleanly, OA-HTML may include some navigation residue, and OA-PDF can
have broken hyphenation. The publisher copy
(via DOI)
is the canonical version.