Loading [MathJax]/jax/output/SVG/jax.js
Research article Special Issues

What is the in-host dynamics of the SARS-CoV-2 virus? A challenge within a multiscale vision of living systems

  • Received: 28 December 2023 Revised: 24 May 2024 Accepted: 25 June 2024 Published: 27 June 2024
  • This paper deals with the modeling and simulation of the in-host dynamics of a virus. The modeling approach was developed according to the idea that mathematical models should go beyond deterministic single-scale population dynamics by taking into account the multiscale, heterogeneous features of the complex system under consideration. Here, we considered modeling the competition between the virus, the epithelial cells it infects, and the heterogeneous immune system with evolving activation states that induce a range of different effects on virus particles and infected cells. The subsequent numerical simulations showed different types of model outcomes: from virus elimination, to virus persistence and periodic relapse, to virus uncontrolled growth that triggers a blow-up in the fully activated immune response. The simulations also showed the existence of a threshold in the immune response that separates the regimes of higher re-infections from lower re-infections (compared to the magnitude of the first viral infection).

    Citation: Nicola Bellomo, Raluca Eftimie, Guido Forni. What is the in-host dynamics of the SARS-CoV-2 virus? A challenge within a multiscale vision of living systems[J]. Networks and Heterogeneous Media, 2024, 19(2): 655-681. doi: 10.3934/nhm.2024029

    Related Papers:

    [1] Ting-Huai Ma, Xin Yu, Huan Rong . A comprehensive transfer news headline generation method based on semantic prototype transduction. Mathematical Biosciences and Engineering, 2023, 20(1): 1195-1228. doi: 10.3934/mbe.2023055
    [2] Wu Zeng, Zheng-ying Xiao . Few-shot learning based on deep learning: A survey. Mathematical Biosciences and Engineering, 2024, 21(1): 679-711. doi: 10.3934/mbe.2024029
    [3] Hao Zhang, Lina Ge, Guifen Zhang, Jingwei Fan, Denghui Li, Chenyang Xu . A two-stage intrusion detection method based on light gradient boosting machine and autoencoder. Mathematical Biosciences and Engineering, 2023, 20(4): 6966-6992. doi: 10.3934/mbe.2023301
    [4] Depei Wang, Lianglun Cheng, Tao Wang . Fairness-aware genetic-algorithm-based few-shot classification. Mathematical Biosciences and Engineering, 2023, 20(2): 3624-3637. doi: 10.3934/mbe.2023169
    [5] Guoli Wang, Pingping Wang, Jinyu Cong, Benzheng Wei . MRChexNet: Multi-modal bridge and relational learning for thoracic disease recognition in chest X-rays. Mathematical Biosciences and Engineering, 2023, 20(12): 21292-21314. doi: 10.3934/mbe.2023942
    [6] Yevgeniy Bodyanskiy, Olha Chala, Natalia Kasatkina, Iryna Pliss . Modified generalized neo-fuzzy system with combined online fast learning in medical diagnostic task for situations of information deficit. Mathematical Biosciences and Engineering, 2022, 19(8): 8003-8018. doi: 10.3934/mbe.2022374
    [7] Jia Yu, Huiling Peng, Guoqiang Wang, Nianfeng Shi . A topical VAEGAN-IHMM approach for automatic story segmentation. Mathematical Biosciences and Engineering, 2024, 21(7): 6608-6630. doi: 10.3934/mbe.2024289
    [8] Hanjiang Wu, Jie Huang, Kehan Wu, António M. Lopes, Liping Chen . Precise tracking control via iterative learning for one-sided Lipschitz Caputo fractional-order systems. Mathematical Biosciences and Engineering, 2024, 21(2): 3095-3109. doi: 10.3934/mbe.2024137
    [9] Peng Wang, Shiyi Zou, Jiajun Liu, Wenjun Ke . Matching biomedical ontologies with GCN-based feature propagation. Mathematical Biosciences and Engineering, 2022, 19(8): 8479-8504. doi: 10.3934/mbe.2022394
    [10] Shi Liu, Kaiyang Li, Yaoying Wang, Tianyou Zhu, Jiwei Li, Zhenyu Chen . Knowledge graph embedding by fusing multimodal content via cross-modal learning. Mathematical Biosciences and Engineering, 2023, 20(8): 14180-14200. doi: 10.3934/mbe.2023634
  • This paper deals with the modeling and simulation of the in-host dynamics of a virus. The modeling approach was developed according to the idea that mathematical models should go beyond deterministic single-scale population dynamics by taking into account the multiscale, heterogeneous features of the complex system under consideration. Here, we considered modeling the competition between the virus, the epithelial cells it infects, and the heterogeneous immune system with evolving activation states that induce a range of different effects on virus particles and infected cells. The subsequent numerical simulations showed different types of model outcomes: from virus elimination, to virus persistence and periodic relapse, to virus uncontrolled growth that triggers a blow-up in the fully activated immune response. The simulations also showed the existence of a threshold in the immune response that separates the regimes of higher re-infections from lower re-infections (compared to the magnitude of the first viral infection).


    Deep learning has significantly succeeded in image recognition, image segmentation and target detection. However, deep learning models often require a large amount of labeled data to train, and labeling the data will take more time. Some scholars propose zero-shot learning. Zero-shot learning uses the model obtained from the seen classes to infer the unseen class of samples, which can largely reduce the labeling of samples [1,2]. Zero-shot learning mimics the process of human cognition of new things. For example, a person knows an animal, like a horse, through pictures and their linguistic descriptions; when knowing about the linguistic description of zebras, zebras look like horses and have black and white stripes on its body, then the person can still recognize zebras by this linguistic description when seeing zebras even though he or she has never seen a zebra [3]. In zero-shot learning, semantic features are needed in addition to using sample features. Semantic features are linguistic descriptions of the samples, such as the color, size and other characteristics. Word vectors extracted by Word2Vec [4] are usually used as semantic features. In zero-shot learning, the model is trained by the seen class samples with semantic features to find the relationship between semantic features and the seen class samples, and then transfers the model to unseen class samples to infer the categories of the unseen class samples.

    There are two categories of zero-shot learning: generalized zero-shot learning and conventional zero-shot learning. The test set contains only the unseen class samples for conventional zero-shot learning. While for generalized zero-shot learning, the test set contains not only the unseen class samples but also the seen class samples. In zero-shot learning, there are many approaches devoted to finding the relationship between the training set samples and the training set semantic features, such as mapping the training set samples to the semantic feature space, mapping the semantic features to the sample space [5], mapping the semantic features and samples to the common space [6,7] and mapping the semantic features and samples to each other's space [8]. However, the training set contains only the seen class samples, and the classes in the training set are not the same as those in the unseen class, which can lead to the inaccurate classification of the unseen class samples when the classification models are used in the test set.

    To address these problems, some scholars use generative models, such as Variational Autoencoder (VAE) [9] and Generative Adversarial Network (GAN) [10], to generate the unseen class pseudo samples, and input them to the classifier for training, which can alleviate the problem of inaccurate classification of samples in the unseen classes. It has been proposed in the literature [11,12] that the use of VAE and GAN leads to the problems of posterior collapse and training instability, and the use of Wasserstein Auto-Encoder (WAE) and Wasserstein Generative Adversarial Network (WGAN) to generate pseudo samples can alleviate this problem. However, the unseen class samples generated by these methods are easily biased to the features of the seen class samples, leading to inaccurate classification results when classifying the real unseen class samples. To address these problems, we propose the following methods:

    1) Different from the above generation models, we use autoencoder to generate the unseen class samples. To make the sample features in the latent space more distinguishable and representative, a classifier is used for the sample features in the latent space.

    2) In order to reduce the unseen class pseudo sample features that are biased to the seen class sample features, we propose new sample features and use them together with unseen class semantic features for cross-reconstruction loss function.

    3) The proposed method is validated for three datasets, AWA1, AWA2 and aPY and have good results.

    The structure of this paper is organized as follows. First, we thoroughly review the related works in Section 2. The proposed method is illustrated in Section 3. In Section 4, we discuss the experiments, and we conclude the paper in Section 5.

    For zero-shot learning, embedding-based zero-shot learning is a common approach. However, embedding-based zero-shot learning can produce domain shift problems and misclassification in unseen class samples [13].

    There are three solutions to alleviate the unseen class samples that are easily misclassified into the seen classes in zero-shot learning: calibrated stacking, generative models and detection of the unseen class samples. Calibrated stacking [14] added a calibrated term to the classifier so that the score of the seen class is reduced during classification, and the score of the unseen class samples can be increased. The calibrated stacking equation is as follows:

    ˆy=argmaxcTfc(x)γI[cS]

    where γ is the calibrated factor and the indicator function. I[] indicates whether c belongs to a seen class, if c is a seen class, the value of the indicator function is 1, otherwise the value of the indicator function is 0. The classifier of APN [15] used class embedding and added calibrated stacking in the classifier to alleviate misclassification of the unseen class samples.

    The method of generative models is to use generative models to generate pseudo samples substitute real unseen class samples [16]. The training set and pseudo samples are used in training the classifier, so that the unseen class samples can avoid bias to the seen classes. Multi-modal Feature Fusion algorithm (MFF) [17] used visual principal component features to compensate for the lack of descriptive information using only semantic features, and then combined GAN and VAE to generate high-quality pseudo-samples. Cross- and Distribution Aligned VAE (CADA-VAE) [18] was the VAE method. The latent space distributional alignment and cross-alignment were used to ensure the alignment between the two different modalities of sample features and semantic features. To make the generated samples close to the real samples, Over-Complete Distribution using Conditional Variational Autoencoder (OCD-CVAE) [19] used over-complete distribution to generate pseudo samples. Chen et al. [12] proposed to use WAE to generate pseudo samples and used an aggregated posterior distribution in the latent space to align the manifold structure of the sample features and the semantic features. f-CLSWGAN [20] used WGAN to generate pseudo samples and used a classifier to make the generated pseudo samples more discriminative. Based on f-CLSWGAN, Adaptive Bias-Aware GAN (ABA-GAN) [21] proposed adaptive adversarial loss and domain loss functions to make the generated pseudo samples more meaningful and to distinguish the seen classes from the unseen classes. Li et al. [11] used WGAN to generate pseudo samples and used multimodal cyclic loss function and bi-directional autoencoder. In response to the fact that GAN is not easy to train, and the pseudo samples generated by VAE are of low quality, Dual VAEGAN [22] used a combination of GAN and VAE.

    Detection of samples of the unseen class. This method first distinguishes whether the samples belong to the seen classes or the unseen classes and then classifies the samples into specific class. GatingAE [3] first used the latent space and the cross-reconstruction space to detect samples belonging to the unseen class, and then used a linear classifier to classify the samples in the seen classes and a nearest neighbor classifier for the samples belonging to the unseen classes. Chen et al. [23] proposed determining whether a sample belongs to the seen class or the unseen class by calculating the cosine similarity between the latent space features of the samples and the mean value of each class. However, the models in these methods are obtained by training the samples from the seen classes; when migrating to the samples from the unseen classes, the classification results of the samples from the unseen classes are still biased to the seen classes.

    Cao et al. [24] achieved recognition of zero shot traffic signs using autoencoder. Different from the literature [24], we use autoencoder to generate the unseen samples to alleviate the misclassification of the unseen class samples. To prevent the generated unseen class samples biased towards the features of seen class samples and improve the classification accuracy of the unseen class samples, we add the information of both unseen class semantic features and the proposed sample features.

    In zero-shot learning, the training set can be denoted as S={XS,AS,YS}, and the unseen class can be denoted as U={XU,AU,YU}, where X denotes sample features, A denotes semantic features and Y denotes labels. For conventional zero-shot learning, the class of XU is predicted by the classifier: XUYU; for generalized zero-shot learning, the class of X is predicted by the classifier: XYSYU.

    In this study, we use autoencoder to generate the pseudo samples of unseen classes, and the model is shown in Figure 1. In the Figure 1, E1 and E2 represent the encoder, D1 and D2 represent the decoder. The sample features and semantic features are encoded to obtain the same dimensional latent space features.

    Figure 1.  The model of the proposed method.

    According to the autoencoder, for the training set, the generated sample features ~XS and the semantic features of the seen classes ~AS need to approximate the input features XS and AS.Assuming that there are m samples, the reconstruction loss function can be written as:

    Lrecon1=1mmi=1|xsi~xsi|+1mmi=1|asi~asi| (1)

    We use the lowercase xsi, ~xsi, asi and asi to denote one sample feature in XS, one generate sample feature in ~XS, one semantic feature in AS and one generated semantic feature in ~AS respectively. We want these two modality features to be aligned in the latent space. We use ZS to represent the sample features of the latent space and ZAS to represent the seen class semantic features of the latent space.

    Llatentrecon=1mmi=1|zSizASi| (2)

    In Eq (2), we use the lowercase zSi to denote one sample feature in ZS, and use the zASi to denote one seen class semantic feature in ZAS. In addition to the reconstruction loss function shown in Eq (1), zero-shot learning contains two different modalities, sample features and semantic features. Aligning different modalities can reduce the domain shift problem [25]. Inspired by GatingAE [3], Chen et al. [12], CADA-VAE [18] and Discriminative Cross-Aligned Variational Autoencoder(DCA-VAE) [25], we use the cross-reconstruction loss function. The features ¯XS and ¯AS are obtained by passing the semantic features and sample features of the latent space through D2 and D1 decoders, respectively, the cross-reconstruction loss function is as follows:

    Lcrossrecon1=1mmi=1|xsi¯xsi|+1mmi=1|asi¯asi| (3)

    Here, ¯xsi denotes one feature in ¯XS, and ¯asi denotes one feature in ¯AS. Although we can use Eqs (1), (2) and (3) to train the model and then to generate samples of the unseen classes, Eqs (1), (2) and (3) only contains samples of the seen classes and semantic features, which will lead to the pseudo samples being biased to the seen classes. To address this problem, we add the unseen class semantic features AUS to the model and propose new sample features ˆX.

    The unseen class semantic features AUS can be obtained by the following method. The sample features of the training set are mapped to the semantic feature space using the following equation:

    minW||XSWTAS||2F+α||W||2F (4)

    ||||F in Eq (4) denotes Frobenius norm. The mapping matrix W is obtained as follows:

    W=XTSAS(ATSAS+αI)1 (5)

    where I in Eq (5) represents the unit matrix and α denotes an adjustable parameter. The sample features in the training set are then mapped to the semantic feature space through the mapping matrix W and find the nearest unseen class semantic features, which constitute AUS.

    After obtaining AUS, we input AUS to the autoencoder to obtain the generated unseen class semantic features ~AUS, and the reconstruction loss between ~AUS and AUS is:

    Lrecon2=1mmi=1|ausi~ausi| (6)

    Here, we use ausi to denote one unseen class semantic feature in AUS and ~ausi to denote one generated unseen class semantic feature in ~AUS. Except the reconstruction loss for AUS. We also want to align different modalities between the unseen class semantic features and sample features, but there is a lack of unseen class samples in the training set. In this paper, we take the following approach to get the cross-reconstruction loss function: Find the difference between the unseen class semantic features and the seen class sample features in the latent space, the difference represents the relationship between the unseen class semantic features and the seen class sample features in the latent space. Then, pass the difference through the decoder D1 to get θ. We use ZS and ZAU to represent the latent features of the seen class sample features and the latent features of the unseen class semantic features. The formula is as follows:

    θ=D1(ZSZAU) (7)

    Then subtract θ from the sample features of the training set to obtain the feature ˆX:

    ˆX=XSθ (8)

    The cross-reconstruction loss function for unseen class semantic features can be written as:

    Lcrossrecon2=1mmi=1|^xi¯xusi|+β1mmi=1|ausi¯asi| (9)

    β in the above equation is an adjustable parameter. ^xi denotes one feature in ˆX, ¯xusi denotes one feature obtained by passing one unseen class semantic feature through the decoder D1. The reason for using the feature ˆX instead of XS is that ˆX can reduce the information of the seen class samples in the loss function, which can alleviate the similarity between the unseen class pseudo samples and the seen class samples.

    To better find the relationship between the semantic features of unseen classes and the training set samples in Eq (7), and also make the sample features in the latent space distinguishable and representative, the sample features of the latent space are classified using the cross-entropy loss function:

    Lclassifier=mi=1ysilog~ysi (10)

    ~ysi in Eq (10) is the predicted label and ysi is the true label of the sample features of the latent space.

    Combining Eqs (1), (2), (3), (6), (9) and (10), the objective function is:

    L=Lrecon1+Llatentrecon+Lrecon2+Lcrossrecon1+Lcrossrecon2+Lclassifier (11)

    After the model is trained according to Eq (11), the samples are generated with the sample features XS and semantic features AUS. For generalized zero-shot classification, all the generated seen class samples and unseen class samples need to be input to the classifier for training. For conventional zero-shot classification, only the generated unseen class samples need to be input to the classifier for training.

    Three datasets, AWA1, AWA2 and aPY, are used in our study.

    1) AWA1 [26]: The seen class contains 40 categories, and the unseen class contains 10 categories. The number of samples in the seen class is 19832, the number of samples in the unseen class is 5685 and the dimension of the semantic features is 85.

    2) AWA2 [27]: The seen class contains 40 categories, and the unseen class contains 10 categories. The number of samples in the seen class is 23527, the number of samples in the unseen class is 7913 and the dimension of the semantic features is 85.

    3) aPY [28]: The seen class contains 20 categories, and the unseen class contains 12 categories. The number of samples in the seen class is 5932, the number of samples in the unseen class is 7924, and the dimension of the semantic features is 64.

    The sample features and semantic features used in our study are taken from the literature [27]. Following the literature [12], the input dimension of encoder E1 is 2048 dimensions, the output of the first layer is 512 dimensions, and the dimension of the latent space is 128; the dimension of the output of the first layer of encoder E2 is 128.The dimension of the output of the first layer of decoder D1 is 256 and the dimension of output is 2048; the dimension of output of the first layer of decoder D2 is 256. We use the Adam algorithm for optimization, the learning rate is 0.001 and the batch size is 256.

    We use the evaluation criteria proposed in the literature [27]. For the conventional zero-shot classification, only the accuracy of classification needs to be calculated:

    acc=1|C||C|i#correct predictions in isamples in i

    For generalized zero-shot classification, not only the classification accuracy of the seen class and the unseen class should be calculated, but also the harmonic mean. Assuming that the classification accuracy of the samples of seen classes is denoted as acctr and the classification accuracy of the samples of unseen classes is denoted as accts, the harmonic mean can be written as:

    H=2×acctr×acctsacctr+accts

    The generalized zero-shot classification results and the conventional zero-shot classification results are shown in Tables 1 and 2, where the results of Semantic Autoencoder (SAE) [8], Direct Attribute Prediction (DAP) [26], Indirect Attribute Prediction (IAP) [26] and Structured Joint Embedding (SJE) [29] are from the literature [27]. In Table 1, "ts" represents the classification results of unseen classes and "tr" represents the classification results of the seen classes. From Table 1, the proposed method is 1% less than CADA-VAE [18] for the AWA1 dataset. For the AWA2 dataset, the proposed method is 0.5% better than Chen et al. [23]. For the aPY dataset, the proposed method is 3.1% higher than DAP [26], while it is 4.9% higher than the generative model Chen et al. [12]. The accuracy of the proposed method on unseen class is higher than other methods.

    Table 1.  The results of generalized zero-shot learning.
    AWA1 AWA2 aPY
    ts tr H ts tr H ts tr H
    SAE [8] 1.8 77.1 3.5 1.1 82.2 2.2 0.4 80.9 0.9
    DAP [26] 46.5 68.5 55.4 43.7 70.2 53.3 27.6 55.8 37.0
    IAP [26] 2.1 78.2 4.1 0.9 87.6 1.8 5.7 65.6 10.4
    SJE [29] 11.3 74.6 19.6 8.0 73.9 14.4 3.7 55.7 6.9
    Preserving Semantic Relations (PSR) [30] 20.7 73.8 32.3 13.5 51.4 21.4
    f-CLSWGAN [20] 57.9 61.4 59.6
    Zhang et al. [31] 20.7 67.9 38.6 16.1 66.9 25.9
    Li et al. [11] 54.9 71.7 62.2
    CADA-VAE [18] 57.3 72.8 64.1 55.8 75.0 63.9
    Chen et al. [23] 54.7 72.7 62.4 55.6 76.9 64.2
    Chen et al. [12] 54.5 72.8 62.3 55.2 73.5 63.0 26.7 51.5 35.2
    The proposed method 62.4 63.9 63.1 60.6 69.5 64.7 31.5 55.3 40.1

     | Show Table
    DownLoad: CSV

    Table 2 shows the conventional zero-shot classification results. For the AWA1 dataset, the proposed method is slightly lower than f-CLSWGAN [20] and Li et al. [11], which used the GAN model. For the aPY dataset, the method in this paper is slightly lower than the method of Zhang et al. [31] and more accurate than the other methods. The accuracy of the method in this paper is higher than the other methods on the AWA2 dataset.

    Table 2.  The results of conventional zero-shot learning.
    AWA1 AWA2 aPY
    SAE [8] 53.0 54.1 8.3
    DAP [26] 44.1 46.1 33.8
    IAP [26] 35.9 35.9 36.6
    SJE [29] 65.6 61.9 32.9
    PSR [30] 63.8 38.4
    Cross-Class Sample Synthesis (CCSS) [32] 56.3 63.7 35.5
    f-CLSWGAN [20] 69.9
    Zhang et al. [31] 68.8 41.3
    Li et al. [11] 69.9
    CADA-VAE [18] 58.8 60.3
    Chen et al. [12] 65.2 65.5 32.7
    The proposed method 67.1 66.1 39.8

     | Show Table
    DownLoad: CSV

    The parameters involved in the model are α, β and the dimensionality of the latent space, where we denote the dimensionality of the latent space as d. The effects of taking different values of α, β and d on the generalized zero-shot classification and the conventional zero-shot classification are shown in Figures 2, 3 and 4.

    Figure 2.  The effects of α on the results of zero-shot classification.
    Figure 3.  The effects of β on the results of zero-shot classification.
    Figure 4.  The effects of d on the results of zero-shot classification.

    Figure 2 shows the effects of the parameter α on the zero-shot classification results. The parameter α is used to prevent overfitting. Taking the values of α as 0.1, 1, 10 and 100. It can be seen from Figure 2 that the classification results of the aPY dataset are decreasing and then increasing as α keeps increasing. The results of the AWA2 dataset on the conventional zero-shot classification are increasing all the time, while the values of the generalized zero-shot classification are decreasing and then increasing. The results of AWA1 dataset on the conventional zero-shot classification is decreasing and then increasing, and the harmonic mean is always increasing.

    The values of β are taken as 0.001, 0.01, 0.1 and 1. β is used to regulate the relationship between the training set samples and the generated unseen class semantic features, and the value of β is taken small because the training set samples are not the real unseen class samples. From Figure 3, the accuracy of conventional zero-shot classification on the aPY dataset is almost unaffected by the value of β, but the value in the generalized zero-shot classification decreases with increasing of β. The classification accuracy of AWA1 and AWA2 on conventional zero-shot classification is also almost unaffected by the value of β, but the harmonic mean value increases and then decreases with increasing of β.

    Figure 4 shows the effects of dimension d on the zero-shot classification results, with d taking values of 64,128 and 256. For the aPY dataset, the accuracy of conventional zero-shot classification increases first and then decreases as d increases, the harmonic mean value keeps decreasing. For the AWA1 dataset, the results increase and then decrease with increasing d, except for the classification results of the seen classes. For the AWA2 dataset, most of the zero-shot classification results show a trend of increasing and then decreasing with increasing d.

    Figure 5 shows the tSNE for generalized zero-shot classification of the aPY dataset, where (a) and (b) denote the training set samples and unseen class samples, respectively, and (c) and (d) are the generated training set samples and unseen class samples.

    Figure 5.  tSNE of aPY dataset.

    For the training set samples, the distribution between the generated samples and the original samples is almost the same, and the generated samples are more dispersed between different categories and more concentrated within classes than the original samples. For the unseen class samples, there are more samples presenting orange color in the original samples, while in the generated samples, since AUS is chosen for generating the unseen class samples in this paper, it will lead to the number of some classes will be more and the number of some other classes will be less in the generated samples. Except for the inconsistent number of samples, most of the generated samples are similar to the distribution of the real samples.

    The ablation experiments are divided into the following cases: a. Only Eq (1) is retained as the loss function of the model. b. Add Llatentrecon to Eq(1). c. Lcrossrecon10 on the basis of b. d. Lclassifier0 on the basis of c; e. Based on d, the second term in Lcrossrecon2 is not 0; f. Based on e, Lrecon20. The proposed method is to add the first term in Lcrossrecon2, on the basis of f. The harmonic mean H and the accuracy acc of the conventional zero-shot classification are shown in Table 3.

    Table 3.  The results of ablation experiments.
    AWA1 AWA2 aPY
    acc H acc H acc H
    a 45.1 30.0 45.1 17.9 30.7 22.0
    b 52.6 32.3 59.4 38.4 38.8 25.0
    c 56.5 33.3 57.6 23.4 35.2 26.3
    d 59.7 48.3 59.7 40.2 36.8 34.4
    e 61.1 51.4 60.2 43.8 36.9 35.1
    f 61.1 49.8 61.0 45.7 37.0 36.4
    The proposed method 67.1 63.1 66.1 63.1 39.8 40.1

     | Show Table
    DownLoad: CSV

    As can be seen in Table 3, most of the classification results are increased as the term increased in the loss function. However, for the AWA1 dataset when changing from e to f, the accuracy does not change for the conventional zero-shot classification, and the harmonic mean decreases slightly. The proposed method does not increase particularly much in the conventional zero-shot classification compared to other methods, especially in the aPY dataset, and for aPY dataset, the method b is larger than other methods except the proposed method. For AWA2 when changing from b to c, the results decreases, especially in harmonic mean. The seen class information increased when we add the Lcrossrecon1 and the accuracy of the unseen classes decreases. However, for generalized zero-shot classification, the proposed method can provide some information about the unseen classes when training the model, and reduce the similarity between the generated unseen class samples and the seen class samples.

    By replacing ˆX in the loss function Lcrossrecon2 with XS, the results are shown in Table 4 numbered as (1), and the results of the proposed model numbered as (2). From Table 4, when XS is used instead of ˆX, the results of zero-shot classification are all decreased, especially for generalized zero-shot classification. This is because the loss function contains more information about the samples of the seen classes, making the results easily biased to the seen classes.

    Table 4.  Comparison between ˆX and XS.
    AWA1 AWA2 aPY
    acc ts tr H acc ts tr H acc ts tr H
    (1) 55.1 37.0 71.8 48.8 55.6 34.8 73.0 47.1 35.8 27.0 52.1 35.6
    (2) 67.1 62.3 63.9 63.1 66.1 60.6 69.5 64.7 39.8 31.5 55.3 40.1

     | Show Table
    DownLoad: CSV

    In this study, an autoencoder approach is used for generating samples of unseen classes in zero-shot learning. For the problem that the generated unseen class sample features are always biased to the seen class features, we add the semantic features of the unseen class with the proposed new sample features to the cross-reconstruction loss function. This can reduce the information of the seen class samples and make the generated unseen class samples closer to the real unseen class samples, and improve the classification accuracy of the unseen class samples. The experimental results on three datasets verify that the proposed method can achieve good results.

    The authors declare they have not used Artificial Intelligence (AI) tools in the creation of this article.

    The authors declare there is no conflict of interest.



    [1] J. P. Agnelli, B. Buffa, D. A. Knopoff, G. Torres, A spatial kinetic model of crowd evacuation dynamics with infectious disease contagion, Bull Math Biol, 85(2023), 23. https://doi.org/10.1007/s11538-023-01127-6 doi: 10.1007/s11538-023-01127-6
    [2] M. Aguiar, G. Dosi, D. A. Knopoff, M.E. Virgillito, A multiscale network-based model of contagion dynamics: heterogeneity, spatial distancing and vaccination, Math Models Methods Appl Sci, 31 (2021), 2425–2570. https://doi.org/10.1142/S0218202521500524 doi: 10.1142/S0218202521500524
    [3] K. G. Andersen, A. Rambaut, W. Ian Lipkin, E. C. Holmes, R. F. Garry, The proximal origin of SARS-CoV-2, Nat. Med., 26 (2020), 450–452. https://doi.org/10.1038/s41591-020-0820-9 doi: 10.1038/s41591-020-0820-9
    [4] S. Asgari, L. A. Pousaz, Human genetic variants identified that affect Covid susceptibility and severity, Nature, 600 (2021), 690–691. https://doi.org/10.1038/s41586-021-04210-x doi: 10.1038/s41586-021-04210-x
    [5] A. Atifa, M. A. Khan, K. Isakakova, F. S. Al-Duais, I. Ahmad, Mathematical modelling and analysis of the SARS-CoV-2 disease with reinfection, Comput. Biol. Chem., 98 (2022), 107678. https://doi.org/10.1016/j.compbiolchem.2022.107678 doi: 10.1016/j.compbiolchem.2022.107678
    [6] B. Avishai, The pandemic isn't a black swan but a portent of a more fragile global system. The New Yorker, 2020. Available from: https://www.newyorker.com/news/daily-comment/the-pandemic-isnt-a-black-swan-but-a-portent-of-a-more-fragile-global-system
    [7] Y. M. Bar-On, A. Flamholz, R. Phillips, R. Milo, SARS-CoV-2 (COVID-19) by the numbers, eLife, 9, e57309, (2020). https://doi.org/10.7554/eLife.57309
    [8] N. Bellomo, R. Bingham, M. Chaplain, G. Dosi, G. Forni, D. Knopoff, et al., A multi-scale model of virus pandemic: Heterogeneous interactive entities in a globally connected world, Math Models Methods Appl Sci, 30 (2020), 1591–1651. https://doi.org/10.1142/S0218202520500323 doi: 10.1142/S0218202520500323
    [9] N. Bellomo, F. Brezzi, M. Chaplain, Modelling Virus pandemics in a globally connected world, a challenge towards a mathematics for living lystems, Math Models Methods Appl Sci, 31 (2021), 2391–2397. https://doi.org/10.1142/S0218202521020024 doi: 10.1142/S0218202521020024
    [10] N. Bellomo, D. Burini, G. Dosi, L. Gibelli, D. A. Knopoff, N. Outada, et al., What is life? A perspective of the mathematical kinetic theory of active particles, Math Models Methods Appl Sci, 31 (2021), 1821–1866. https://doi.org/10.1142/S0218202521500408 doi: 10.1142/S0218202521500408
    [11] N. Bellomo, D. Burini, N. Outada, Multiscale models of Covid-19 with mutations and variants, Netw. Heterog. Media., 17 (2022), 293–310. https://doi.org/10.3934/nhm.2022008 doi: 10.3934/nhm.2022008
    [12] N. Bellomo, D. Burini, N. Outada, Pandemics of Mutating Virus and Society: A multi-scale active particles approach, Philos. Trans. Royal Soc. A, 380 (2022), 20210161. https://doi.org/10.1098/rsta.2021.0161 doi: 10.1098/rsta.2021.0161
    [13] N. Bellomo, L. Gibelli, N. Outada, On the interplay between behavioral dynamics and social interactions in human crowds, Kinet. Relat. Models, 12 (2019), 397–409. https://doi.org/10.3934/krm.2019017 doi: 10.3934/krm.2019017
    [14] G. Bertaglia, L. Pareschi, Hyperbolic compartmental models for epidemic spread on networks with uncertain data: application to the emergence of Covid-19 in Italy, Math Models Methods Appl Sci, 31 (2021), 2495–2531. https://doi.org/10.1142/S0218202521500548 doi: 10.1142/S0218202521500548
    [15] G. Bertaglia, A. Bondesan, D. Burini, R. Eftimie, L. Pareschi, G. Toscani, New trends on the systems approach to modeling SARS-CoV-2 pandemics in a globally connected planet, Math Models Methods Appl Sci, (2024). https://doi.org/10.1142/S0218202524500301
    [16] A. L. Bertozzi, E. Franco, G. Mohler, M. B. Short, D. Sledge, The challenges of modeling and forecasting the spread of COVID-19, Proc. Natl. Acad. Sci., 117 (2020), 16732–16738. https://doi.org/10.1073/pnas.2006520117 doi: 10.1073/pnas.2006520117
    [17] J. Borghans, R. M. Ribeiro, The maths of memory, eLife, 6 (2017), e26754. https://doi.org/10.7554/eLife.26754
    [18] D. Burini, D. A. Knopoff, Epidemics and society—A Multiscale vision from the small world to the globally interconnected world, Math Models Methods Appl Sci, 34 (2024), 1564–1594. https://doi.org/10.1142/S0218202524500295 doi: 10.1142/S0218202524500295
    [19] J. D. Challenger, C. Y. Foo, Y. Wu, A. W. C. Yan, M. M. Marjaneh, F. Liew, et al., Modelling upper respiratory viral load dynamics of SARS-CoV-2, BMC Med, 20 (2022), 25. https://doi.org/10.1186/s12916-021-02220-0 doi: 10.1186/s12916-021-02220-0
    [20] R. J. De Boer, D. Homann, A. S. Perelson, Different dynamics of CD4+ and CD8+ T cell responses during and after acute lymphocytic choriomeningitis virus infection, J Immunol, 171 (2003), 3928–3935. https://doi.org/10.4049/jimmunol.171.8.3928 doi: 10.4049/jimmunol.171.8.3928
    [21] J. Demongeot, Q. Griette, P. Magal, G. Webb, Vaccine efficacy for COVID-19 outbreak in New York City, Biology, 11 (2022), 345. https://doi.org/10.3390/biology11030345 doi: 10.3390/biology11030345
    [22] M. S. Diamond, T. D. Kanneganti, Innate immunity: the first line of defense against SARS-CoV-2, Nat Immunol, 23 (2022), 165–176. https://doi.org/10.1038/s41590-021-01091-0 doi: 10.1038/s41590-021-01091-0
    [23] G. Dosi, L. Fanti, M. E. Virgillito, Unequal societies in usual times, unjust societies in pandemic ones, J. Ind. Bus. Econ., 47 (2020), 371–389. https://doi.org/10.1007/s40812-020-00173-8 doi: 10.1007/s40812-020-00173-8
    [24] R. Eftimie, Grand challenges in mathematical biology: Integrating multi-scale modeling and data, Front Ecol Environ, 8 (2022), 1010622. https://doi.org/10.3389/fams.2022.1010622 doi: 10.3389/fams.2022.1010622
    [25] I. Eizenberg-Magar, I. Rimer, I. Zaretsky, N. Friedman, Diverse continuum of CD4+ T-cell states is determined by hierarchical additive integration of cytokine signals, Proc. Natl. Acad. Sci., 114 (2017), E6447–E6456. https://doi.org/10.1073/pnas.1615590114 doi: 10.1073/pnas.1615590114
    [26] S. El Zein, O. Chehab, A. Kanj, S. Akrawe, S. Alkassis, T. Mishra et al., SARS-CoV-2 infection: Initial viral load (iVL) predicts severity of illness/outcome, and declining trend of iVL in hospitalized patients corresponds with slowing of the pandemic, PLoS One, 16 (2021), e0255981. https://doi.org/10.1371/journal.pone.0255981 doi: 10.1371/journal.pone.0255981
    [27] M. Elemans, N. K. S. Al Basatena, B. Asquith, The efficiency of the human CD8+ T cell response: how should we quantify it, what determines it, and does it matter? Plos Comput Biol, 8 (2012), e1002381. https://doi.org/10.1371/journal.pcbi.1002381
    [28] F. Flandoli, E. La Fauci, M. Riva, Individual-based Markov model of virus diffusion: Comparison with COVID-19 incubation period, serial interval and regional time series, Math Models Methods Appl Sci, 31 (2021), 907–939. https://doi.org/10.1142/S0218202521500226 doi: 10.1142/S0218202521500226
    [29] J. F. Fontanari, A stochastic model for the influence of social distancing on loneliness, Physica A, 584 (2021), 126367.
    [30] M. Gatto, E. Bertuzzo, L. Mari, S. Miccoli, L. Carraro, R. Casagrandi, et al., Spread and dynamics of the COVID-19 epidemic in Italy: Effects of emergency containment measures, Proc. Natl. Acad. Sci., 117 (2020), 10484–10491. https://doi.org/10.1073/pnas.2004978117 doi: 10.1073/pnas.2004978117
    [31] N. M. Gerhards, J. B. W. J. Cornelissen, L. J. M. van Keulen, J. Harders-Westerveen, R. Vloet, B. Smid, et. al., Predictive value of precision-cut lung slices for the susceptibility of three animal species for SARS-CoV-2 and validation in a refined hamster model, Pathogens, 10 (2021), 824. https://doi.org/10.3390/pathogens10070824 doi: 10.3390/pathogens10070824
    [32] G. Gessain, C. Blériot, F. Ginhoux, Non-genetic heterogeneity of macrophages in diseases–a medical perspective, Front. Cell. Dev. Biol., 8 (2020), 613116. https://doi.org/10.3389/fcell.2020.613116 doi: 10.3389/fcell.2020.613116
    [33] C. Franceschi, S. Salvioli, P. Garagnani, M de Eguileor, D. Monti, M.Capri, Immunobiography and the heterogeneity of immune responses in the elderly: a focus on inflammaging and trained immunity, Front. Immunol., 8 (2017), 982. https://doi.org/10.3389/fimmu.2017.00982 doi: 10.3389/fimmu.2017.00982
    [34] J. F. Gianlupi, T. Mapder, T. J. Sego, J. P. Sluka, S. K. Quinney, M. Craig, et al., Multiscale model of antiviral timing, potency, and heterogeneity effects on an epithelial tissue patch infected by SARS-CoV-2, Viruses, 14 (2022), 605. https://doi.org/10.3390/v14030605 doi: 10.3390/v14030605
    [35] C. H. Hansen, D. Michlmayr, S. M. Gubbels, K. Mølbak, S. Ethelberg, Assessment of protection against reinfection with SARS-CoV-2 among 4 million PCR-tested individuals in Denmark in 2020: a population-level observational study, Lancet, 397 (2021), 1204–1212. https://doi.org/10.1016/S0140-6736(21)00575-4 doi: 10.1016/S0140-6736(21)00575-4
    [36] P. Hardy, L. S. Marcolino, J. F. Fontanari, The paradox of productivity during quarantine: an agent-based simulation, Eur. Phys. J. B., 94 (2021), 40. https://doi.org/10.1140/epjb/s10051-020-00016-4 doi: 10.1140/epjb/s10051-020-00016-4
    [37] S. Karimzadeh, R. Bophal, H. N. Tien, Review of infective dose, routes of transmission and outcome of COVID-19 caused by the SARS-CoV-2: comparison with other respiratory viruses, Epidemiol. Infect., 149 (2021), e96. https://doi.org/10.1017/S0950268821000790 doi: 10.1017/S0950268821000790
    [38] R. Karki, B. R. Sharma, S. Tuladhar, E. P. Williams, L. Zalduondo, P. Samir, et al., Synergism of TNF-α and IFN-γ triggers inflammatory cell death, tissue damage, and mortality in SARS-CoV-2 infection and cytokine shock syndrome, Cell, 184 (2021), 149–168. https://doi.org/10.1016/j.cell.2020.11.025 doi: 10.1016/j.cell.2020.11.025
    [39] D. Kim, A. Quaini, Coupling kinetic theory approaches for pedestrian dynamics and disease contagion in a confined environment, Math Models Methods Appl Sci, 30 (2020), 1893–1915. https://doi.org/10.1142/S0218202520400126 doi: 10.1142/S0218202520400126
    [40] S. M. Kissler, C. Tedijanto, E. Goldstein, Y. H. Grad, M. Lipsitch, Projecting the transmission dynamics of SARS-CoV-2 through the postpandemic period, Science, 368 (2020), 860–868. https://doi.org/10.1126/science.abb5793 doi: 10.1126/science.abb5793
    [41] Z. Liu, P. Magal, O. Seydi, G. Webb, A model to predict COVID-19 epidemics with applications to South Korea, Italy, and Spain, SIAM News (2020). Available from: https://sinews.siam.org/Details-Page/a-model-to-predict-covid-19-epidemics-with-applications-to-south-korea-italy-and-spain
    [42] S. M. Lynch, G. Guo, D. S. Gibson, A. J. Bjourson, T. Singh Ra, Role of Senescence and Aging in SARS-CoV-2 Infection and COVID-19 Disease, Cells, 10 (2021), 3367–3372. https://doi.org/10.3390/cells10123367 doi: 10.3390/cells10123367
    [43] D. C. Macallan, R. Busch, B. Asquith, Current estimates of T cell kinetics in humans, Curr. Opin. Syst. Biol., 18 (2019), 77–86. https://doi.org/10.1016/j.coisb.2019.10.002 doi: 10.1016/j.coisb.2019.10.002
    [44] A. Mantovani, M. Rescigno, G. Forni, F. Tognon, G. Putoto, J. Ictho, P. Lochoro, COVID-19 vaccines and a perspective on Africa, Trends Immunol, 44 (2023), 172–187. https://doi.org/10.1016/j.it.2023.01.005 doi: 10.1016/j.it.2023.01.005
    [45] J. S. Marshall, R. Warrington, W. Watson, H. L. Kim, An introduction to immunology and immunopathology, Allergy Asthma CL IM, 14 (2018), 49. https://doi.org/10.1186/s13223-018-0289-y doi: 10.1186/s13223-018-0289-y
    [46] M. Massard, R. Eftimie, A. Perasso, B. Saussereau, A multi-strain epidemic model for COVID-19 with infected and asymptomatic cases: application to French data, J. Theor. Biol., 545 (2022), 111117. https://doi.org/10.1016/j.jtbi.2022.111117 doi: 10.1016/j.jtbi.2022.111117
    [47] P. M. Matricardi, R. W. Dal Negro, R. Nisini, The first, holistic immunological model of COVID-19: Implications for prevention, diagnosis, and public health measures, Pediatr Allergy Immunol, 31 (2020), 454–470. https://doi.org/10.1111/pai.13271 doi: 10.1111/pai.13271
    [48] E. Meffre, A. Iwasaki, Interferon deficiency can lead to severe COVID, Nature, 587 (2020), 374–376. https://doi.org/10.1038/d41586-020-03070-1 doi: 10.1038/d41586-020-03070-1
    [49] P. Moss, The T cell immune response against SARS-CoV-2, Nat. Immunol., 23 (2022), 186–193. https://doi.org/10.1038/s41590-021-01122-w doi: 10.1038/s41590-021-01122-w
    [50] P. Musiani, G. Forni, Basic Immunology, Padua: Piccin, 2018.
    [51] M. G. Netea, J. Dominguez-Andrés, L. B. Barreiro, T. Chavakis, M. Divangahi, E. Fuchs, et al., Defining trained immunity and its role in health and disease, Nat. Rev. Immunol., 20 (2020), 375–388. https://doi.org/10.1038/s41577-020-0285-6 doi: 10.1038/s41577-020-0285-6
    [52] A. H. Newton, A. Cardani, T. J. Braciale, The host immune response in respiratory virus infection: balancing virus clearance and immunopathology, Semin. Immunol., 38 (2016), 471–482. https://doi.org/10.1007/s00281-016-0558-0 doi: 10.1007/s00281-016-0558-0
    [53] J. Niessl, T. Sekine, M. Buggert, T cell immunity to SARS-CoV-2, Seminars in Immunology, 55 (2021), 101505. https://doi.org/10.1016/j.smim.2021.101505 doi: 10.1016/j.smim.2021.101505
    [54] A. Paolini, R. Borella, S. De Biasi, A. Neroni, M. Mattioli, D. Lo Tartaro, et al., Cell death in coronavirus infections: uncovering its role during COVID-19, Cells, 10 (2021), 1585. https://doi.org/10.3390/cells10071585 doi: 10.3390/cells10071585
    [55] B. Perthame, Transport Equations in Biology, Boston: Birkhäuser Basel, 2006.
    [56] J. J. Pinney, F. Rivera-Escalera, C. C. Chu, H. E. Whitehead, K.R. VanDerMeid, A.M. Nelson, et al., Macrophage hypophagia as a mechanism of innate immune exhaustion in mAb-induced cell clearance, Blood, 136 (2020), 2065–2079. https://doi.org/10.1182/blood.2020005571 doi: 10.1182/blood.2020005571
    [57] D. Pople, E. J. M. Monk, S. Evans, S. Foulkes, J. Islam, E. Wllington, et al., Burden of SARS-CoV-2 infection in healthcare workers during second wave in England and impact of vaccines: prospective multicentre cohort study (SIREN) and mathematical model, BMJ, 378 (2022), e070379. https://doi.org/10.1136/bmj-2022-070379 doi: 10.1136/bmj-2022-070379
    [58] M. Renardy, C. Hult, S. Evans, J. J. Linderman, D. E. Kirschner, Global sensitivity analysis of biological multiscale models, Curr. Opin. Biomed. Eng., 11 (2019), 109–116. https://doi.org/10.1016/j.cobme.2019.09.012 doi: 10.1016/j.cobme.2019.09.012
    [59] D. Ricci, M. P. Etna, F. Rizzo, S. Sandini, M. Severa, E. M. Coccia, Innate immune response to SARS-CoV-2 infection: from cells to soluble mediators, Int. J. Mol. Sci., 22 (2021), 7017. https://doi.org/10.3390/ijms22137017 doi: 10.3390/ijms22137017
    [60] R. Robinot, M. Hubert, G. Dias de Melo, F. Lazarini, T. Bruel, N. Smith, et al., SARS-CoV-2 infection induces the dedifferentiation of multiciliated cells and impairs mucociliary clearance, Nat Commun, 12 (2021), 4354. https://doi.org/10.1038/s41467-021-24521-x doi: 10.1038/s41467-021-24521-x
    [61] Royal Society (Coordinator), RAMP: A call for assistance, addressed to the scientific modelling community. Coordinated by Mark Chaplain, 2021. Available from: https://epcced.github.io/ramp/
    [62] G. Seminara, B. Carli, G. Forni, S. Fuzzi, A. Mazzino, A. Rinaldo, Biological fluid dynamics of airborne COVID.19 infection, Rend. Fis. Acc. Lincei, 31 (2020), 505–537. https://doi.org/10.1007/s12210-020-00938-2 doi: 10.1007/s12210-020-00938-2
    [63] A. Seller, C. Hackenbruch, J. S. Walz, A. Nelde, J. S. Heitmann, Long-term follow-up of COVID-19 convalescents–immune response associated with reinfection rate and symptoms, Viruses, 15 (2023), 2100. https://doi.org/10.3390/v15102100 doi: 10.3390/v15102100
    [64] R. Sender, Y. M. Bar-On, S. Gleizer, B. Bernshtein, A. Flamholz, R. Phillips, et al., The total number and mass of SARS-CoV-2 virions, Proc. Natl. Acad. Sci., 118 (2021), e2024815118. https://doi.org/10.1073/pnas.2024815118 doi: 10.1073/pnas.2024815118
    [65] A. Sette, S. Crotty, Adaptive immunity to SARS-CoV-2 and COVID-19, Cell, 184 (2021), 861–880. https://doi.org/10.1016/j.cell.2021.01.007 doi: 10.1016/j.cell.2021.01.007
    [66] H. Shen, D. Chen, C. Li, T. Huang, W. Ma, A mini review of reinfection with the SARS-CoV-2 Omicron variant, Health Sci. Rep., 7 (2024), e2016. https://doi.org/10.1002/hsr2.2016 doi: 10.1002/hsr2.2016
    [67] A. T. Tan, M. Linster, C. W. Tan, N. L. Bert, W. N. Chia, K. Kunasegaran, et al., Early induction of functional SARS-CoV-2-specific T cells associates with rapid viral clearance and mild disease in COVID-19 patients, Cell Rep., 34 (2021), 108728. https://doi.org/10.1016/j.celrep.2021.108728 doi: 10.1016/j.celrep.2021.108728
    [68] G. Toscani, P. Sen, S. Biswas, Kinetic exchange models of societies and economies, Philos. Trans. Royal Soc. A, 380 (2022), 20210170. https://doi.org/10.1098/rsta.2021.0170 doi: 10.1098/rsta.2021.0170
    [69] The University of Edinburgh, Review: what is the infectious dose of SARS-CoV-2? Usher Institute, (2021). Available from: https://www.ed.ac.uk/files/atoms/files/uncover_029-01_review_infectious_dose_of_covid-19.pdf.
    [70] J. D. Van Belleghem, P. L. Bollyky, Macrophages and innate immune memory against Staphylococcus skin infections, Proc. Natl. Acad. Sci., 115 (2018), 11865–11867. https://doi.org/10.1073/pnas.1816935115 doi: 10.1073/pnas.1816935115
    [71] E. Vazquez-Alejo, L. Tarancon-Diez, M. de la Sierra Espinar-Buitrago, M. Genebat, A. Calderón, G. Pérez-Cabeza, et al., Persistent exhausted T-cell immunity after severe COVID-19: 6-month evaluation in a prospective observational study, J. Clin. Med., 12 (2023), 3539. https://doi.org/10.3390/jcm12103539 doi: 10.3390/jcm12103539
    [72] D. J. Verdon, M. Mulazzani, M.R. Jenkins, Cellular and molecular mechanisms of CD8+ T cell differentiation, dysfunction and exhaustion, Int. J. Mol. Sci., 21 (2020), 7357. https://doi.org/10.3390/ijms21197357 doi: 10.3390/ijms21197357
    [73] W. Van Damme, R. Dahake, R. van de Pas, G. Vanham, Y. Assefa, COVID-19: Does the infectious inoculum dose-response relationship contribute to understanding heterogeneity in disease severity and transmission dynamics? Med. Hypotheses, 146 (2021), 110431. https://doi.org/10.1016/j.mehy.2020.110431
    [74] S. Wang, M. Hao, Z. Pan, J. Lei, X. Zou, Data-driven multiscale mathematical modeling of SARS-CoV-2 infection revels heterogeneity among COVID-19 patients, PLoS Comput. Biol., 17 (2021), e1009587. https://doi.org/10.1371/journal.pcbi.1009587 doi: 10.1371/journal.pcbi.1009587
  • This article has been cited by:

    1. Tianshu Wei, Jinjie Huang, A Dual Discriminator Method for Generalized Zero-Shot Learning, 2024, 79, 1546-2226, 1599, 10.32604/cmc.2024.048098
  • Reader Comments
  • © 2024 the Author(s), licensee AIMS Press. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0)
通讯作者: 陈斌, bchen63@163.com
  • 1. 

    沈阳化工大学材料科学与工程学院 沈阳 110142

  1. 本站搜索
  2. 百度学术搜索
  3. 万方数据库搜索
  4. CNKI搜索

Metrics

Article views(1176) PDF downloads(75) Cited by(3)

Figures and Tables

Figures(8)  /  Tables(2)

Other Articles By Authors

/

DownLoad:  Full-Size Img  PowerPoint
Return
Return

Catalog