98%
921
2 minutes
20
Background: Intestinal parasitic infections are still a serious public health problem in developing countries, and the diagnosis of parasitic infections requires the first step of parasite/egg detection of samples. Automated detection can eliminate the dependence on professionals, but the current detection algorithms require large computational resources, which increases the lower limit of automated detection. Therefore, we have designed a lightweight deep-learning model, YAC-Net, to achieve rapid and accurate detection of parasitic eggs and reduce the cost of automation.
Methods: This paper uses the ICIP 2022 Challenge dataset for experiments, and the experiments are conducted using fivefold cross-validation. The YOLOv5n model is used as the baseline model, and then two improvements are made to the baseline model based on the specificity of the egg data. First, the neck of the YOLOv5n is modified to from a feature pyramid network (FPN) to an asymptotic feature pyramid network (AFPN) structure. Different from the FPN structure, which mainly integrates semantic feature information at adjacent levels, the hierarchical and asymptotic aggregation structure of AFPN can fully fuse the spatial contextual information of egg images, and its adaptive spatial feature fusion mode can help the model select beneficial feature and ignore redundant information, thereby reducing computational complexity and improving detection performance. Second, the C3 module of the backbone of the YOLOv5n is modified to a C2f module, which can enrich gradient information, improving the feature extraction capability of the backbone. Moreover, ablation studies are designed by us to verify the effectiveness of the AFPN and C2f modules in the process of model lightweighting.
Results: The experimental results show that compared with YOLOv5n, YAC-Net improves precision by 1.1%, recall by 2.8%, the F1 score by 0.0195, and mAP_0.5 by 0.0271 and reduces the parameters by one-fifth. Compared with some state-of-the-art detection methods, YAC-Net achieves the best performance in precision, F1 score, mAP_0.5, and parameters. The precision, recall, F1 score, mAP_0.5, and parameters of our method on the test set are 97.8%, 97.7%, 0.9773, 0.9913, and 1,924,302, respectively.
Conclusions: Compared with the baseline model, YAC-Net optimizes the model structure and simplifies the parameters while ensuring the detection performance. It helps to reduce the equipment requirements for performing automated detection and can be used to realize the automatic detection of parasite eggs under microscope images.
Download full-text PDF |
Source |
---|---|
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC11539555 | PMC |
http://dx.doi.org/10.1186/s13071-024-06503-2 | DOI Listing |
PLoS One
September 2025
Department of Computer Science, COMSATS University Islamabad, Sahiwal, Pakistan.
The widespread dissemination of fake news presents a critical challenge to the integrity of digital information and erodes public trust. This urgent problem necessitates the development of sophisticated and reliable automated detection mechanisms. This study addresses this gap by proposing a robust fake news detection framework centred on a transformer-based architecture.
View Article and Find Full Text PDFIEEE Trans Cybern
September 2025
Sleep is essential for maintaining human health and quality of life. Analyzing physiological signals during sleep is critical in assessing sleep quality and diagnosing sleep disorders. However, manual diagnoses by clinicians are time-intensive and subjective.
View Article and Find Full Text PDFBackground: Malaria is one of the most infectious diseases, and electrolyte imbalance and mineral disturbances are common clinical manifestations. This study aimed to explore the effect of malaria on biochemical parameters in Sudanese patients with severe falciparum malaria.
Methods: A case-control study was conducted in the clinical laboratory of the Kosti Teaching Hospital between August 2022 and January 2023.
JDS Commun
September 2025
Animal Science Department, Michigan State University, East Lansing, MI 48824.
This meta-analysis aimed to evaluate the efficacy of automated activity monitoring (AAM) in detecting estrous expression and ovulatory status in cows during the voluntary waiting period (VWP). A comprehensive literature search was conducted in PubMed, ScienceDirect, and Google Scholar using specific search terms. Inclusion criteria focused on studies that assessed estrous expression within the VWP using modern AAM systems alongside blood progesterone (P4) measurements.
View Article and Find Full Text PDFBrain Behav
September 2025
Department of Electrical and Computer Engineering, University of Tabriz, Tabriz, Iran.
Purpose: Depression among college students is a growing concern that negatively affects academic performance, emotional well-being, and career planning. Existing diagnostic methods are often slow, subjective, and inaccessible, underscoring the need for automated systems that can detect depressive symptoms through digital behavior, particularly on social media platforms.
Method: This study proposes a novel natural language processing (NLP) framework that combines a RoBERTa-based Transformer with gated recurrent unit (GRU) layers and multimodal embeddings.