Skip to main content
  • Research Article
  • Open access
  • Published:

Recognizing and monitoring infectious sources of schistosomiasis by developing deep learning models with high-resolution remote sensing images

Abstract

Background

China is progressing towards the goal of schistosomiasis elimination, but there are still some problems, such as difficult management of infection source and snail control. This study aimed to develop deep learning models with high-resolution remote sensing images for recognizing and monitoring livestock bovine, which is an intermediate source of Schistosoma japonicum infection, and to evaluate the effectiveness of the models for real-world application.

Methods

The dataset of livestock bovine’s spatial distribution was collected from the Chinese National Platform for Common Geospatial Information Services. The high-resolution remote sensing images were further divided into training data, test data, and validation data for model development. Two recognition models based on deep learning methods (ENVINet5 and Mask R-CNN) were developed with reference to the training datasets. The performance of the developed models was evaluated by the performance metrics of precision, recall, and F1-score.

Results

A total of 50 typical image areas were selected, 1125 bovine objectives were labeled by the ENVINet5 model and 1277 bovine objectives were labeled by the Mask R-CNN model. For the ENVINet5 model, a total of 1598 records of bovine distribution were recognized. The model precision and recall were 81.9% and 80.2%, respectively. The F1 score was 0.81. For the Mask R-CNN mode, 1679 records of bovine objectives were identified. The model precision and recall were 87.3% and 85.2%, respectively. The F1 score was 0.87. When applying the developed models to real-world schistosomiasis-endemic regions, there were 63 bovine objectives in the original image, 53 records were extracted using the ENVINet5 model, and 57 records were extracted using the Mask R-CNN model. The successful recognition ratios were 84.1% and 90.5% for the respectively developed models.

Conclusion

The ENVINet5 model is very feasible when the bovine distribution is low in structure with few samples. The Mask R-CNN model has a good framework design and runs highly efficiently. The livestock recognition models developed using deep learning methods with high-resolution remote sensing images accurately recognize the spatial distribution of livestock, which could enable precise control of schistosomiasis.

Graphical Abstract

Background

Schistosomiasis is caused by infection with parasites of the genus Schistosoma. Schistosomiasis is a zoonotic parasitic disease that greatly affects human health and socioeconomic development. It is one of the neglected tropical diseases identified by the World Health Organization [1, 2]. Schistosomiasis japonica was once highly prevalent in China. There were approximately 11 million human cases of schistosomiasis and 1.5 million bovines infected by S. japonicum at the early stage of the national schistosomiasis control program in the early 1950s in China [3]. Livestock, notable bovines, are the main source of S. japonicum infection, which plays a critical role in the transmission of schistosomiasis [4, 5]. Since 2004, an integrated strategy with an emphasis on controlling the source of S. japonicum infection has been implemented in China. A package of interventions that involve adaptions to local circumstances includes breeding livestock in fences, replacing bovines with machines, bovine removal, and prohibiting pasture in snail habitats. These interventions have proven effective in reducing the transmission of schistosomiasis [3, 6, 7]. The transmission of schistosomiasis japonica is affected by natural, ecological, and social factors, and the geographical distribution of the disease is governed by the Oncomelania hupensis snail, the intermediate host of S. japonicum [8, 9]. The number and distribution of the sources of S. japonicum infection determine the risk of transmission of schistosomiasis [10]. Therefore, monitoring of O. hupensis breeding and livestock infections has become an important part of monitoring the schistosomiasis transmission risk [11]. Because of backward agricultural production practices and the single industrial structure, bovines remain the main resource of productivity and economy, resulting in incomplete livestock removal and rebreeding following removal [4, 6]. In 2021, there were still 525,878 bovines in the schistosomiasis-endemic foci of China [12]. Dynamic monitoring and management of bovines are therefore effective in reducing the schistosomiasis transmission risk in O. hupensis snail-infested settings.

Recently, remote sensing has been widely used for monitoring O. hupensis-infested areas and evaluating the risk of schistosomiasis transmission and spread, for example, Xue et al. used high-resolution remote sensing technology to research schistosomiasis surveillance [13]. Xia et al. used multi-source remote sensing images to assess the risk of intestinal schistosomiasis transmission impacted by flooding [14]. With the increase in spatial resolution of remote sensing images and the development of computer vision technology, the visual difference between remote sensing images and natural images has gradually reduced. The acquisition of high-resolution remote sensing images has recently emerged as a viable monitoring technique for detecting wildlife. The technique has been successfully used to identify and count several wildlife species in open, homogeneous landscapes and seascapes. For example, Duporge et al. used very high-resolution satellite imagery and deep learning to detect and count African elephants in heterogeneous landscapes [15]. Laradji et al. used a deep-learning model to track illegal cattle ranching from high-resolution satellite images [16]. The benefits of this monitoring technique are numerous. For example, large spatial extents can be covered within a short time, which allows repeat surveys and reassessments over short intervals of time [17, 18]. High-resolution remote sensing images at sub-meter resolution have been effectively used for the dynamic monitoring of large animal distributions [19,20,21].

Previous studies have shown that the convolutional neural network (CNN) can be used to explain, extract, and classify images [22]. The use of CNN is feasible for achieving automatic computer-based extraction of characteristics [23]. The ENVINet5 model is a semantic segmentation model that is suitable for the segmentation of simple and structure-fixed images. The model uses a few training images to create training datasets. The accuracy of segmentation is acceptable and has been widely applied for the recognition of biomedical images. The ENVINet5 model could be very feasible for the recognition of bovine distributions limited in structure and sample size [24]. Mask R-CNN can achieve pixel-level detection. For each target object, the bounding box is displayed and whether each pixel in the bounding box belongs to the object is marked [25]. The deep learning model is widely used in medical image diagnosis, face recognition, intelligent transportation, and other fields [26,27,28], but it is rarely used in monitoring the infectious source of schistosomiasis, in the present study, we explored to recognize livestock sources of the S. japonicum infection from high-resolution remote sensing images by using the ENVINet5 and Mask R-CNN models. The goal was to provide a technical basis for the monitoring and management of the source of S. japonicum infection.

Methods

Datasets

A dataset of high-resolution satellite images based on bovine distributions was collected from the Chinese National Platform for Common Geospatial Information Services (https://www.tianditu.gov.cn/). The image resolution was set as 0.3–0.4 m. The cloud coverage was < 5%. The images were selected based on different environmental characteristics and the equilibrium distribution of recognition objects. In addition, the sample images were selected based on multiple illumination conditions, multiple photography angles, and geographical areas. This image dataset spanned the years from 2016 through 2021. The dataset comprised a wide range of geomorphological types, including grasslands, mountains, and rivers. Based on these defined conditions, a total of 80 recognition objects were retrieved from the dataset (Fig. 1). They were classified into training and validation datasets and testing datasets for further model development, 70% of the entire dataset for training (Training data), 15% of the entire Dataset for validation (Validation data), 15% of the entire Dataset for testing (Testing data).

Fig. 1
figure 1

High-resolution images with bovine distributions

Developing recognition models

Deep learning recognition models employ internal rules and indicative hierarchies along with computer-based image recognition to recognize and extract the target object from high-resolution images. The ENVINet5 model has a good performance when the training data is small, and the Mask R-CNN model has a good running speed and precision. In this study, deep learning recognition models to identify the spatial distribution of livestock were developed using the ENVINet5 and Mask R-CNN models in different scenarios.

ENVINet5 model

The ENVINet5 model used the U-net network. The network is divided into two parts. The first is the contracting path that uses a typical CNN architecture. Each block in the contracting path consists of two successive 3 × 3 convolutions followed by a ReLU activation unit and a max-pooling layer. This arrangement is repeated several times. The novelty of U-net comes in the second part, called the expansive path, in which each stage upsamples the feature map using 2 × 2 up-convolution. Then, the feature map from the corresponding layer in the contracting path is cropped and concatenated onto the upsampled feature map. This is followed by two successive 3 × 3 convolutions and ReLU activation. At the final stage, an additional 1 × 1 convolution is applied to reduce the feature map to the required number of channels and produce the segmented image.

The energy function for the network is given by:

$$E=\sum w\left(x\right)\mathrm{log}{P}_{k\left(x\right)}(x)$$
(1)

where w is a weight map that we introduced to give some pixels more importance in the training, \({P}_{k}\) is the pixel-wise SoftMax function applied over the final feature map, defined as:

$${P}_{k}=\mathrm{exp}\left({a}_{k}\left(x\right)\right)/{\sum }_{{k}^{^{\prime}}=1}^{K}\mathrm{exp}({a}_{k}{(x)}^{^{\prime}})$$
(2)

In which \({a}_{k}\) denotes the activation in channel K.

ENVINet5 model labeling

To capture the characteristic sample for developing image learning models, the recognized livestock should be first labeled for image datasets. The result is constructed as a label grid, which is used as an input for training deep learning recognition models. In the present study, the images were visually scanned for bovine before being sub-set into smaller areas, where we identified congregations of bovine.

To label training datasets in the ENVINet5 model, the typical areas were selected from the training dataset images for data creation and labeling. The typical area may fully represent the object characteristics of the entire image, and the object characteristics in the area of interest may partly indicate the characteristics of the whole image. The typical area is required to cover adequate target objects and may build adequate training datasets, thereby achieving better model training.

Mask R-CNN model

Mask R-CNN is one of the methods of object detection and segmentation. It draws a bounding box for the target object and further marks and classifies whether the pixels in the bounding box belong to the object or not. These features can be used to identify and mark the boundary of the object and detect key points. Mask R-CNN is based on Faster R-CNN and extends its application to the field of image segmentation. The Mask R-CNN process uses the region proposal network (RPN) to extract features and to classify and tighten bounding boxes. Mask R-CNN replaces region of interest (ROI) pooling of Faster R-CNN with ROI alignment (RoIAlign), and consecutively uses the mask branch to mark the result of RoIAlign for the object area.

The Mask R-CNN is a ResNet-based architecture, which allows the extraction of effective characteristics at a deeper network layer. Such a model is characterized by high calculation efficiency and recognition precision. In this study, the Mask R-CNN model was selected. The network flowchart is shown in Fig. 2.

Fig. 2
figure 2

Mask R-CNN structure

In the RPN, the approximate regional framework of the target object was generated through characteristic maps combined with predesigned anchors. The characteristic region was screened using the Mask R-CNN architecture. The classification, border, and mask of each characteristic map were calculated using the network head. The overall network loss represented the sum of losses in classification, border, and mask. The mask loss (Lmask) was calculated using the following formula:

$${L}_{mask}=-{\sum }_{i=1}^{N}{y}^{\left(i\right)}{\mathrm{log}\widehat{y}}^{\left(i\right)}+{\left(1-y\right)}^{\left(i\right)}$$
(3)

where N indicates the total sample number, \({y}^{\left(i\right)}\) indicates the expected output of Sample i (0 or 1), and \({\widehat{y}}^{\left(i\right)}\) indicates the actual output of Sample i (0 or 1) (i.e., the segmentation result). The learning rate and weight decay of the Mask R-CNN model were 0.001 and 0.0005, respectively. The optimal effect of the Mask R-CNN model was achieved following multiple-round training.

Mask R-CNN model labeling

To capture the characteristic sample for developing image learning models, the recognized livestock should be first labeled for image datasets. The result is constructed as a label grid, which is used as an input for training deep learning recognition models. The images are visually scanned for bovine before sub-setting into smaller areas where congregations of bovines can be identified.

In the Mask R-CNN model, to ensure that training labels are representative of bovine at different times, images were selected for different seasons and years in both closed dense forests, grassland, and bare land. Images were labeled by defining bounding boxes around each individual bovine using the ‘Labelling’ graphical image annotation tool to increase the accuracy of bovine recognition. Data creation along the edge of bovine distribution was based on edge intensity monitoring results.

Model validation

To evaluate the performance of the developed recognition models, the test dataset was used to validate the accuracy of deep learning models. The test images covered a wide range of geomorphological types, including grasslands, mountains, and rivers from different seasons and years.

In this study, to quantitatively evaluate the detection performance, performance metrics, including precision, recall, and F1-score, were used for algorithm evaluation. Recognition precision was defined as the ratio of the number of precisely recognized bovines in statistical images to the total number of target objects, which was calculated using the following formula:

$$P=\frac{TP}{TP+FP}$$
(4)

where P is precision, TP is a true positive (defined as the number of actual positives that are accurately identified) and FP is a false positive (defined as the number of negatives that are incorrectly identified as positives). The sum of TP and FP is the number of all identified positives and indicates the total number of recognized target objects in this study.

Precision is an indicator used to evaluate the performance of the predictive effect of a deep learning model. Recall (R) is defined as the proportion of actual positives that are accurately identified in all the original data. R was calculated using the following formula:

$$R=\frac{TP}{TP+FN}$$
(5)

where FN is the false negative, defined as the number of positives incorrectly identified as negatives. The sum of TP and FN is the total number of positives in the original data and represents the target objects in this study. Based on precision and recall, the F1-score is described as follows:

$$F1=\frac{2.P.R}{P+R}$$
(6)

Field verification

Jiangxi Province is in the stage of schistosomiasis transmission control, by 2021, the number of livestock bovine in schistosomiasis endemic villages was 68,601 [12]. To further validate the performance of the developed models in the real world, we selected Houtian Township, Xinjian District, Nanchang City, Jiangxi Province as the field verification area. It is a schistosomiasis-endemic area. We applied the developed models for recognizing and monitoring the spatial distribution of bovines in a schistosomiasis-endemic area as the field validation.

Results

Discriminative features specificity of bovines

Bovines identified by the developed recognition models for monitoring the source of S. japonicum infection had three characteristics. First, the size of recognized objects had a width of 6–7 pixels on images, which was equivalent to 2 or 3 m in reality. Second, the bovines were mainly found in grassland, bare land, island beaches, woodlands, and other areas. Third, the pixels where the bovines were located were obviously different from the surrounding background. Edge detection revealed that the edge intensity value of bovines was relatively large (Fig. 3).

Fig. 3
figure 3

Characteristics of bovines in the images

Results of bovine recognition

In this study, a total of 50 images were selected, and 1125 bovine objectives were labeled for the ENVINet5 model. Figure 4 shows the labeling of selected typical images.

Fig. 4
figure 4

Sample labeling of the ENVINet5 model. a original images; b image labeling

A total of 1277 training objectives were labeled with the Mask R-CNN model. Figure 5 shows the labeling of typical bovine objects.

Fig. 5
figure 5

Sample labeling of the Mask R-CNN model. a original images; b image labeling

We evaluated the efficacy of ENVINet5 and Mask R-CNN with the pre-labeled image dataset. In the ENVINet 5 model, parameters for patch size, number of epochs, number of patches per epoch, number of patches per batch, and patch sampling rate, were set as Table 1.

Table 1 The parameters of ENVINet5

In the Mask R-CNN model, the network hyper-parameters, including the momentum, learning rate, decay factor, training steps, and batch size were set as Table 2 through cross-validation. To better analyze the training process, we set up 100 epochs for training.

Table 2 The parameters of Mask R-CNNE

Using the above model parameters, we extracted target objects from the labeled datasets built by the ENVINet5 and Mask R-CNN models. The images of 80 selected objects of interest were extracted with the ENVINet5 model, and a total of 1598 target bovines were extracted. Figure 6 displays the extraction of selected objectives. In addition, a total of 1679 target bovines were extracted with the Mask R-CNN model. Figure 7 displays the regional extraction of four typical images.

Fig. 6
figure 6

Extraction results of the ENVINet5 model. a, c is the original images. b, d is the result of extraction

Fig. 7
figure 7

Extraction results of the Mask R-CNN model. a, c is the original images. b, d is the result of extraction

Model precision and recall

The developed ENVINet5 and the Mask R-CNN models were implemented with test datasets for model validation. A total of 310 test datasets were built. The precision and recall of the ENVINet5 and Mask R-CNN models were 81.9% and 80.2%, and 87.3% and 85.2%, respectively. The respective F1-scores were 0.81 and 0.87 (Table 3).

Table 3 Number of training and test datasets and test accuracy of models

The differences between ENVINet5 and Mask R-CNN models were obvious. Mask R-CNN had a better recall and precision, indicating that it can detect bovine more accurately. However, the model struggled to predict a good segmentation mask. Mask-RCNN had a relatively better performance compared to ENVINet5 for over- and under-segmentation.

Field verification

As shown in Fig. 8, the spatial distribution of bovines was extracted from the image using the developed recognition models. There are 63 bovines in the original image. 53 were extracted using the ENVINet5 model and 57 using the Mask R-CNN model.

Fig. 8
figure 8

Results of the ENVINet5 model and Mask R-CNN model for extraction verification. a, b is the original remote images, c, d is the result of ENVINet5 extraction e, f is the result of MASK R-CNN extraction

Discussion

Schistosomiasis japonica remains a major public health concern in China. With concerted efforts for seven decades, great success has been achieved in schistosomiasis control [29, 30], and China is moving towards the elimination of schistosomiasis [31, 32]. Nevertheless, there are still many challenges for schistosomiasis elimination in China because the settings in schistosomiasis-endemic foci have not completely changed and there are widespread factors associated with schistosomiasis transmission [33, 34].

Previous studies have shown that bovines are critical in the transmission of schistosomiasis in China [35]. The residents of schistosomiasis-endemic foci have a habit of free pasturing in marshlands and grasslands. Because of repeated infection with S. japonicum, high parasite burdens in bovines, and high amounts of defecation, bovines reportedly contribute to most (80%) of the transmission of schistosomiasis [36]. The schistosomiasis transmission risk foci or S. japonicum infected, snail-infested sites that are identified in endemic foci are mostly attributed to the contamination of livestock stool [37]. Therefore, the management of livestock is effective in controlling the prevalence of schistosomiasis [38]. The implementation of an integrated strategy with an emphasis on controlling the source of S. japonicum infection has resulted in remarkable effects in the livestock schistosomiasis control program [39]. However, the prevalence of S. japonicum infection in livestock may be underestimated, and there are still problems in livestock schistosomiasis control programs that should be noted. For example, the prohibition of pasture in grasslands and building safe pastures are theoretically effective in some schistosomiasis-endemic areas. However, a lack of effective management makes it difficult to achieve the expected effects of schistosomiasis control [40].

The number of bovines in schistosomiasis-endemic foci in China has decreased dramatically since the integrated strategy was implemented, with an emphasis on eliminating the source of S. japonicum infection [41]. It is now difficult to detect the presence of bovines through manual investigations. In this study, we aimed to investigate the feasibility of high-resolution remote sensing image recognition for monitoring bovine distribution. In doing so, we utilized ENVINet5 and Mask R-CNN deep learning-based models. We observed 81.9% overall precision of the ENVINet5 model and 87.3% overall precision of the Mask R-CNN model for the extraction of bovine distribution data. The results suggest that high-resolution remote sensing image recognition combined with deep learning models is feasible for monitoring livestock in schistosomiasis-endemic foci in China.

The ENVINet5 model features high performance against interference, with no requirement for complete labeling. Therefore, this model is more convenient to build labeled datasets and remains effective to extract the target object in presence of a few labeled datasets [42]. The Mask R-CNN model needs to create labels along the target object and requires a long time for data training. However, the Mask R-CNN model features a good framework design and runs highly efficiently, which allows the effective detection of targets in images and generates a high-quality segmentation mask for each case [43]. In the present study, the Mask R-CNN model had better performance for the extraction of bovine distribution data than the ENVINet5 model.

Currently, China is striving to increase the early surveillance and forecast capability, improve the mechanism for surveillance of infectious disease epidemics and public health emergency, enhance the sensitivity and accuracy of assessment and monitoring, build a multi-touch mechanism for intelligent forecast, perfect multi-channel surveillance and forecast mechanisms, and improve the capability of real-time analysis and centralized determination [44]. Our study demonstrates the feasibility of deep learning for monitoring of livestock distributions in schistosomiasis-endemic foci of China, which provides a novel tool for schistosomiasis surveillance.

For the extraction of bovine distribution data, both the ENVINet5 and Mask R-CNN models had issues with false detection and missed detection. Further studies are required to improve the visualized effect of detections and the precision of target detections and optimize the framework of deep learning models for target detection. In addition, selection and improvements of appropriate deep learning models for the recognition of bovine distributions with high-resolution remote sensing images are needed for sensitive monitoring of livestock in schistosomiasis-endemic foci. The livestock schistosomiasis control program will facilitate animal husbandry developments and protect human health in schistosomiasis-endemic foci and accelerate the progress toward the elimination of schistosomiasis in China.

This study has several limitations. First, due to the limitation of remote image resolution, bovines appear as a width of only several pixels on sub-meter high-resolution remote sensing images. Their spectral and morphological characteristics can be easily confused with those of other mass-shaped targets, such as dark grasslands, vertical shadows of artificial buildings, vehicles, undershrub, and other animals [45, 46]. Second, the acquisition of high-resolution remote sensing images is difficult and expensive, which makes it impossible to continuously observe schistosomiasis endemic areas.

Conclusions

With the increase in the resolution of remote sensing images and the decline in costs, high-resolution satellite images as a tool for surveying wild animals will become more popular in the future. The development of automatic detection tools is therefore of great value for the large-scale monitoring of wild animals. Two deep learning models, ENVINet5 and Mask R-CNN displayed good performance. It is thus possible to precisely control schistosomiasis by recognizing the spatial distribution of bovine using deep learning methods and high-resolution remote sensing images.

Availability of data and materials

The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

References

  1. Zhou XN, Wang LY, Chen MG, Wu XH, Jiang QW, Chen XY, et al. The public health significance and control of schistosomiasis in China-then and now. Acta Trop. 2005;96(2–3):97–105.

    Article  Google Scholar 

  2. Lv S, Xu J, Cao CL, Zhang LJ, Li SZ, Zhou XN. China fighting against schistosomiasis for 70 years: progress and experience. Chin J Parasitol Parasit Dis. 2019;37(5):514–9 (In Chinese).

    Google Scholar 

  3. Xu J, Lv S, Cao CL, Li SZ, Zhou XN. Progress and challenges of schistosomiasis elimination in China. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2018;30(6):605–9 (In Chinese).

    Google Scholar 

  4. Lin J. Endemic status and control of animal schistosomiasis in China. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2019;31(1):40–6 (In Chinese).

    Google Scholar 

  5. Li L. Progress and status of animal schistosomiasis control in China. Chin J Livestock Pourltry Breed. 2020;16(6):8–9 (In Chinese).

    CAS  Google Scholar 

  6. Xu J, Hu W, Yang K, Lv S, Li SZ, Zhou XN. Key points and research priorities of schistosomiasis control in China during the 14th Five-Year Plan Period. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2021;33(1):1–6 (In Chinese).

    CAS  Google Scholar 

  7. Lei ZL, Zhou XN. Eradication of schistosomiasis: a new target and a new task for the National Schistosomiasis Control Porgramme in the People’s Republic of China. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2015;27(1):1–4 (In Chinese).

    Google Scholar 

  8. Zhang LJ, Xu ZM, Yang F, Dang H, Li YL, Lv S, et al. Endemic status of schistosomiasis in People’s Republic of China in 2020. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2021;33(3):225–33 (In Chinese).

    CAS  Google Scholar 

  9. Zhou XN. Status and future focus of the national control program on parasitic diseases. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2011;23(5):473–5 (In Chinese).

    Google Scholar 

  10. Zhou XN. Implementation of precision control to achieve the goal of schistosomiasis elimination in China. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2016;28(1):1–4 (In Chinese).

    CAS  Google Scholar 

  11. Wu ZD, Song LG, Liu C, Huang Y. New challenges and requirements for parasitic diseases control in China. J Trop Med. 2019;19(1):1–38.

    Google Scholar 

  12. Zhang LJ, Xu ZM, Yang F, He JY, Dang H, Li YL, et al. Progress of schistosomiasis control in People’s Republic of China in 2021. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2022;34(4):329–36 (In Chinese).

    CAS  Google Scholar 

  13. Xue JB, Zhang LJ, Wang Q, Lu YX, Li SZ. Application of high resolution remote sensing technology in research of schistosomiasis surveillance. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2015;27(5):551–4 (In Chinese).

    Google Scholar 

  14. Xia S, Xue JB, Gao FH, Lv S, Xu J, Zhang SQ, Li SZ. Sentinel-1A radar remote sensing-based modeling for quick identification of potential risk areas of schistosomiasis transmission after flood. Chin J Parasitol Parasit Dis. 2020;38(4):417–22 (In Chinese).

    Google Scholar 

  15. Duporge I, Isupova O, Reece S, Macdonald DW, Wang TJ. Using very high resolution satellite imagery and deep learning to detect and count African elephants in heterogeneous landscapes. Remote Sens Ecol Conserv. 2021;7(3):369–81.

    Article  Google Scholar 

  16. Laradji I, Rodriguez P, Kalaitzis F, Vazquez D, Young R, Davey E, et al. Counting cows: Tracking illegal cattle ranching from high-resolution satellite imagery. arXiv preprint arXiv:2011.07369, 2020. https://doi.org/10.48550/arXiv.2011.07369.

  17. Jiang HW, Peng M, Zhong YJ, Xie HF, Hao ZM, Lin JM, et al. A survey on deep learning-based change detection from high-resolution remote sensing images. Remote Sens. 2022;14(7):1552.

    Article  Google Scholar 

  18. Xu YY, Xie Z, Feng YX, Chen ZL. Road extraction from high-resolution remote sensing imagery using deep learning. Remote Sens. 2018;10(9):1461.

    Article  Google Scholar 

  19. Vakalopoulou M, Karantzalos K, Komodakis N, Paragios N. Building detection in very high resolution multispectral data with deep learning features. IEEE Int Geosci Remote Sens Symposium (IGARSS). 2015;2015:1873–6.

    Google Scholar 

  20. Guo W, Yang W, Zhang H, Hua G. Geospatial object detection in high resolution satellite images based on multi-scale convolutional neural network. Remote Sens. 2018;10(1):131.

    Article  Google Scholar 

  21. Eugenio F, Marcello J, Martin J. High-resolution maps of bathymetry and benthic habitats in shallow-water environments using multispectral remote sensing imagery. IEEE Trans Geosci Remote Sens. 2015;53(7):3539–49.

    Article  Google Scholar 

  22. Anwar SM, Majid M, Qayyum A, Awais M, Alnowami M, Khan MK. Medical image analysis using convolutional neural networks: a review. J Med Syst. 2018;42(11):226.

    Article  Google Scholar 

  23. Latif G, Iskandar DNFA, Alghazo J, Butt MM. Brain MR Image Classification for Glioma tumor detection using deep convolutional neural network features. Curr Med Imaging. 2021;17(1):56–63.

    CAS  Google Scholar 

  24. Voulodimos A, Protopapadakis E, Katsamenis I, Doulamis A, Doulamis N. A few-shot U-net deep learning model for COVID-19 infected area segmentation in CT images. Sensors. 2021;21(6):2215.

    Article  CAS  Google Scholar 

  25. Loh R, Yong WX, Yapeter J, Subburaj K, Chandramohanadas R. A deep learning approach to the screening of malaria infection: automated and rapid cell counting, object detection and instance segmentation using Mask R-CNN. Comput Med Imaging Graph. 2021;88: 101845.

    Article  Google Scholar 

  26. Kang S. Research on intelligent video detection of small targets based on deep learning intelligent algorithm. Comput Intell Neurosci. 2022;2022:3843155.

    Article  Google Scholar 

  27. Zhao ZY, Ge ZD, Jia MY, Yang XX, Ding RC, Zhou YC. A particleboard surface defect detection method research based on the deep learning algorithm. Sensors (Basel). 2022;22(20):7733.

    Article  Google Scholar 

  28. Li WD, Liu J, Mei H. Lightweight convolutional neural network for aircraft small target real-time detection in airport videos in complex scenes. Sci Rep. 2022;12(1):14474.

    Article  CAS  Google Scholar 

  29. Wang W, Bergquist R, King CH, Yang K. Elimination of schistosomiasis in China: current status and future prospects. PLoS Negl Trop Dis. 2021;15(8): e0009578.

    Article  Google Scholar 

  30. Xu J, Li SZ, Zhang LJ, Bergquist R, Dang H, Wang Q, et al. Surveillance-based evidence: elimination of schistosomiasis as a public health problem in the Peoples’ Republic of China. Infect Dis Poverty. 2020;9(1):63.

    Article  Google Scholar 

  31. Li SZ, Xu J, Wang TP, Wen LY, Yang K, Wang W, et al. Upholding Chinese spirit on schistosomiasis control in the new era to accelerate the progress towards schistosomiasis elimination in China. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2019;31(1):1–13 (In Chinese).

    Google Scholar 

  32. Hong Z, Li L, Zhang LJ, Wang Q, Xu J, Li SZ, Zhou XN. Elimination of schistosomiasis japonica in China: from the One Health perspective. China CDC Wkly. 2022;4(7):130–4.

    Article  Google Scholar 

  33. Song LG, Wu XY, Sacko M, Wu ZD. History of schistosomiasis epidemiology, current status, and challenges in China: on the road to schistosomiasis elimination. Parasitol Res. 2016;115(11):4071–81.

    Article  Google Scholar 

  34. Xu J, Lv S, Cao CL, Li SZ, Zhou XN. Progress and challenges of schistosomiasis elimination in China. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2018;30(6):605–9 (In Chinese).

    Google Scholar 

  35. Wu XH, Wang XH, Utzinger J, Yang K, Kristensen TK, Berquist R, et al. Spatio-temporal correlation between human and bovine schistosomiasis in China: insight from three national sampling surveys. Geospat Health. 2007;2(1):75–84.

    Article  Google Scholar 

  36. Guo JG. Status and role of strategy for control of sources of infection of schistosomiasis in China. Zhongguo Xue Xi Chong Bing Fang Zhi Za Zhi. 2006;18(3):231–3 (In Chinese).

    Google Scholar 

  37. Wang LD. Management of human and animal feces is a key element for effective control of epidemic of endemic schistosomiasis in China. Zhonghua Liu Xing Bing Xue Za Zhi. 2005;26(12):929–30 (In Chinese).

    Google Scholar 

  38. Cao ZG, Zhao YE, Lee Willingham A, Wang TP. Towards the elimination of schistosomiasis japonica through control of the disease in domestic animals in the People’s Republic of China: a tale of over 60 years. Adv Parasitol. 2016;92:269–306.

    Article  Google Scholar 

  39. Zhou XN, Wang LY, Chen MG, Wang TP, Guo JG, Wu XH, et al. An economic evaluation of the national schistosomiasis control programme in China from 1992 to 2000. Acta Trop. 2005;96(2–3):255–65.

    Article  Google Scholar 

  40. Guo JG, Ross AG, Lin DD, Williams GM, Chen HG, Li Y, et al. A baseline study on the importance of bovines for human Schistosoma japonicum infection around Poyang Lake, China. Am J Trop Med Hyg. 2001;65(4):272–8.

    Article  CAS  Google Scholar 

  41. Galloway CD, Valys AV, Shreibati JB, Treiman DL, Petterson FL, Gundotra VP, et al. Development and validation of a deep-learning model to screen for hyperkalemia from the electrocardiogram. JAMA Cardiol. 2019;4(5):428–36.

    Article  Google Scholar 

  42. Kundu S, Karale V, Ghorai G, Sarkar G, Ghosh S, Dhara AK. Nested U-Net for segmentation of red lesions in retinal fundus images and sub-image classification for removal of false positives. J Digit Imaging. 2022;35(5):1111–9.

    Article  Google Scholar 

  43. Kong HH, Chen P. Mask R-CNN-based feature extraction and three-dimensional recognition of rice panicle CT images. Plant Direct. 2021;5(5): e00323.

    Article  CAS  Google Scholar 

  44. Yang WZ, Lan YJ, Lyu W, Leng ZW, Feng LZ, Lai SJ, et al. Establishment of multi-point trigger and multi-channel surveillance mechanism for intelligent early warning of infectious diseases in China. Zhonghua Liu Xing Bing Xue Za Zhi. 2020;41(11):1753–7 (In Chinese).

    CAS  Google Scholar 

  45. Lin QF, Zhao JH, Fu G, Yuan ZY. CRPN-SFNet: a high-performance object detector on large-scale remote sensing images. IEEE Trans Neural Netw Learn Syst. 2022;33(1):416–29.

    Article  Google Scholar 

  46. LaRue MA, Stapleton S, Anderson M. Feasibility of using high-resolution satellite imagery to assess vertebrate wildlife populations. Conserv Biol. 2017;31(1):213–20.

    Article  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

This research work was supported by the National Natural Science Foundation of China (No. 32161143036, No. 82173633, No. 81960374); Science and Technology research project of Shanghai Municipal Health Commission (No. 20194Y0359); the National Key Research and Development Program of China (No. 2021YFC2300800, 2021YFC2300803).

Author information

Authors and Affiliations

Authors

Contributions

JBX and SX did the search of the literature and wrote the first draft. JBX and XYW performed data analyses. LLH, LYH, YWH, LJZ, and SZL revised the manuscript and provided important intellectual content. XYW, LYH, and YWH participated in data collection. SZL, SX, and JBX participated in the manuscript writing design. All authors have approved the final manuscript for publication.

Corresponding author

Correspondence to Shi-Zhu Li.

Ethics declarations

Ethics approval and consent to participate

This paper was based on an analysis of routinely collected public data. No individual information was revealed.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Xue, JB., Xia, S., Wang, X. et al. Recognizing and monitoring infectious sources of schistosomiasis by developing deep learning models with high-resolution remote sensing images. Infect Dis Poverty 12, 6 (2023). https://doi.org/10.1186/s40249-023-01060-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s40249-023-01060-9

Keywords