BACKGROUND Computer-aided diagnosis(CAD)may assist endoscopists in identifying and classifying polyps during colonoscopy for detecting colorectal cancer.AIM To build a system using CAD to detect and classify polyps ba...BACKGROUND Computer-aided diagnosis(CAD)may assist endoscopists in identifying and classifying polyps during colonoscopy for detecting colorectal cancer.AIM To build a system using CAD to detect and classify polyps based on the Yamada classification.METHODS A total of 24045 polyp and 72367 nonpolyp images were obtained.We established a computer-aided detection and Yamada classification model based on the YOLOv7 neural network algorithm.Frame-based and image-based evaluation metrics were employed to assess the performance.RESULTS Computer-aided detection and Yamada classification screened polyps with a precision of 96.7%,a recall of 95.8%,and an F1-score of 96.2%,outperforming those of all groups of endoscopists.In regard to the Yamada classification of polyps,the CAD system displayed a precision of 82.3%,a recall of 78.5%,and an F1-score of 80.2%,outper-forming all levels of endoscopists.In addition,according to the image-based method,the CAD had an accuracy of 99.2%,a specificity of 99.5%,a sensitivity of 98.5%,a positive predictive value of 99.0%,a negative predictive value of 99.2%for polyp detection and an accuracy of 97.2%,a specificity of 98.4%,a sensitivity of 79.2%,a positive predictive value of 83.0%,and a negative predictive value of 98.4%for poly Yamada classification.CONCLUSION We developed a novel CAD system based on a deep neural network for polyp detection,and the Yamada classi-fication outperformed that of nonexpert endoscopists.This CAD system could help community-based hospitals enhance their effectiveness in polyp detection and classification.展开更多
Jaundice,common condition in newborns,is characterized by yellowing of the skin and eyes due to elevated levels of bilirubin in the blood.Timely detection and management of jaundice are crucial to prevent potential co...Jaundice,common condition in newborns,is characterized by yellowing of the skin and eyes due to elevated levels of bilirubin in the blood.Timely detection and management of jaundice are crucial to prevent potential complications.Traditional jaundice assessment methods rely on visual inspection or invasive blood tests that are subjective and painful for infants,respectively.Although several automated methods for jaundice detection have been developed during the past few years,a limited number of reviews consolidating these developments have been presented till date,making it essential to systematically evaluate and present the existing advancements.This paper fills this gap by providing a thorough survey of automated methods for jaundice detection in neonates.The primary focus of the survey is to review the existing methodologies,techniques,and technologies used for neonatal jaundice detection.The key findings from the review indicate that image-based bilirubinometers and transcutaneous bilirubinometers are promising non-invasive alternatives,and provide a good trade-off between accuracy and ease of use.However,their effectiveness varies with factors like skin pigmentation,gestational age,and measurement site.Spectroscopic and biosensor-based techniques show high sensitivity but need further clinical validation.Despite advancements,several challenges including device calibration,large-scale validation,and regulatory barriers still haunt the researchers.Standardization,regulatory compliances,and seamless integration into healthcare workflows are the key hurdles to be addressed.By consolidating the current knowledge and discussing the challenges and opportunities in this field,this survey aims to contribute to the advancement of automatic jaundice detection and ultimately improve neonatal care.展开更多
With the development of artificial intelligence technology,AI computer-aided diagnosis has found certain applications in the field of dermatology.However,due to the vast variety and complex manifestations of skin dise...With the development of artificial intelligence technology,AI computer-aided diagnosis has found certain applications in the field of dermatology.However,due to the vast variety and complex manifestations of skin diseases,the specific mechanisms underlying AI computer-aided diagnosis in this context still require further exploration.Therefore,this paper,based on the imaging characteristics of skin diseases,elucidates the technical principles of AI computer-aided diagnosis and analyzes the practical application effects of AI in the diagnostic process of skin diseases.This provides new data support and methodological foundations for clinical teaching and research on skin diseases.展开更多
BACKGROUND Early detection of precancerous lesions is of vital importance for reducing the incidence and mortality of upper gastrointestinal(UGI)tract cancer.However,traditional endoscopy has certain limitations in de...BACKGROUND Early detection of precancerous lesions is of vital importance for reducing the incidence and mortality of upper gastrointestinal(UGI)tract cancer.However,traditional endoscopy has certain limitations in detecting precancerous lesions.In contrast,real-time computer-aided detection(CAD)systems enhanced by artificial intelligence(AI)systems,although they may increase unnecessary medical procedures,can provide immediate feedback during examination,thereby improving the accuracy of lesion detection.This article aims to conduct a meta-analysis of the diagnostic performance of CAD systems in identifying precancerous lesions of UGI tract cancer during esophagogastroduodenoscopy(EGD),evaluate their potential clinical application value,and determine the direction for further research.AIM To investigate the improvement of the efficiency of EGD examination by the realtime AI-enabled real-time CAD system(AI-CAD)system.METHODS PubMed,EMBASE,Web of Science and Cochrane Library databases were searched by two independent reviewers to retrieve literature with per-patient analysis with a deadline up until April 2025.A meta-analysis was performed with R Studio software(R4.5.0).A random-effects model was used and subgroup analysis was carried out to identify possible sources of heterogeneity.RESULTS The initial search identified 802 articles.According to the inclusion criteria,2113 patients from 10 studies were included in this meta-analysis.The pooled accuracy difference,logarithmic difference of diagnostic odds ratios,sensitivity,specificity and the area under the summary receiver operating characteristic curve(area under the curve)of both AI group and endoscopist group for detecting precancerous lesion were 0.16(95%CI:0.12-0.20),-0.19(95%CI:-0.75-0.37),0.89(95%CI:0.85-0.92,AI group),0.67(95%CI:0.63-0.71,endoscopist group),0.89(95%CI:0.84-0.93,AI group),0.77(95%CI:0.70-0.83,endoscopist group),0.928(95%CI:0.841-0.948,AI group),0.722(95%CI:0.677-0.821,endoscopist group),respectively.CONCLUSION The present studies further provide evidence that the AI-CAD is a reliable endoscopic diagnostic tool that can be used to assist endoscopists in detection of precancerous lesions in the UGI tract.It may be introduced on a large scale for clinical application to enhance the accuracy of detecting precancerous lesions in the UGI tract.展开更多
Test case prioritization and ranking play a crucial role in software testing by improving fault detection efficiency and ensuring software reliability.While prioritization selects the most relevant test cases for opti...Test case prioritization and ranking play a crucial role in software testing by improving fault detection efficiency and ensuring software reliability.While prioritization selects the most relevant test cases for optimal coverage,ranking further refines their execution order to detect critical faults earlier.This study investigates machine learning techniques to enhance both prioritization and ranking,contributing to more effective and efficient testing processes.We first employ advanced feature engineering alongside ensemble models,including Gradient Boosted,Support Vector Machines,Random Forests,and Naive Bayes classifiers to optimize test case prioritization,achieving an accuracy score of 0.98847 and significantly improving the Average Percentage of Fault Detection(APFD).Subsequently,we introduce a deep Q-learning framework combined with a Genetic Algorithm(GA)to refine test case ranking within priority levels.This approach achieves a rank accuracy of 0.9172,demonstrating robust performance despite the increasing computational demands of specialized variation operators.Our findings highlight the effectiveness of stacked ensemble learning and reinforcement learning in optimizing test case prioritization and ranking.This integrated approach improves testing efficiency,reduces late-stage defects,and improves overall software stability.The study provides valuable information for AI-driven testing frameworks,paving the way for more intelligent and adaptive software quality assurance methodologies.展开更多
With the rapid development of artificial intelligence,the intelligence level of software is increasingly improving.Intelligent software,which is widely applied in crucial fields such as autonomous driving,intelligent ...With the rapid development of artificial intelligence,the intelligence level of software is increasingly improving.Intelligent software,which is widely applied in crucial fields such as autonomous driving,intelligent customer service,and medical diagnosis,is constructed based on complex technologies like machine learning and deep learning.Its uncertain behavior and data dependence pose unprecedented challenges to software testing.However,existing software testing courses mainly focus on conventional contents and are unable to meet the requirements of intelligent software testing.Therefore,this work deeply analyzed the relevant technologies of intelligent software testing,including reliability evaluation indicator system,neuron coverage,and test case generation.It also systematically designed an intelligent software testing course,covering teaching objectives,teaching content,teaching methods,and a teaching case.Verified by the practical teaching in four classes,this course has achieved remarkable results,providing practical experience for the reform of software testing courses.展开更多
Objective To study the drug test data protection system in foreign countries,and to foster pharmaceutical innovation and increase drug accessibility in China.Methods The development history of drug test data protectio...Objective To study the drug test data protection system in foreign countries,and to foster pharmaceutical innovation and increase drug accessibility in China.Methods The development history of drug test data protection was analyzed to examine and evaluate China’s current drug test data protection system so as to offer recommendations for its improvement.Finally,the drug test data protection system in China can be officially implemented.Results and Conclusion The drug test data protection system aims to promote innovation by protecting the trial data of innovative drugs.In a broad sense,this belongs to intellectual property protection,but it is different from patent protection.Although China has established a drug testing data protection system after joining the“Agreement on Trade-Related Aspects of Intellectual Property Rights(TRIPS)”,the relevant provisions and regulations have not yet been formally formed,and the system has not yet been implemented.Therefore,some suggestions for improving China’s drug testing data protection system are proposed to achieve good social benefits.展开更多
Members of the British Textile Machinery Association(BTMA)can look back on 2025 as a year marked by notable technological advances and continued progress in global trade,despite an uncertain and volatile market.“Our ...Members of the British Textile Machinery Association(BTMA)can look back on 2025 as a year marked by notable technological advances and continued progress in global trade,despite an uncertain and volatile market.“Our members have been very active over the past 12 months and this has resulted in new technologies for the production of technical fibres and fabrics,the introduction of AI and machine learning into process control systems and significant advances in materials testing,”says BTMA CEO Jason Kent.“There’s real excitement about what can be achieved in 2026 as we look ahead to upcoming exhibitions such as JEC Composites in Paris in March and Techtextil in Frankfurt in April.”展开更多
With the rapid development of Internet technology,REST APIs(Representational State Transfer Application Programming Interfaces)have become the primary communication standard in modern microservice architectures,raisin...With the rapid development of Internet technology,REST APIs(Representational State Transfer Application Programming Interfaces)have become the primary communication standard in modern microservice architectures,raising increasing concerns about their security.Existing fuzz testing methods include random or dictionary-based input generation,which often fail to ensure both syntactic and semantic correctness,and OpenAPIbased approaches,which offer better accuracy but typically lack detailed descriptions of endpoints,parameters,or data formats.To address these issues,this paper proposes the APIDocX fuzz testing framework.It introduces a crawler tailored for dynamic web pages that automatically simulates user interactions to trigger APIs,capturing and extracting parameter information from communication packets.A multi-endpoint parameter adaptation method based on improved Jaccard similarity is then used to generalize these parameters to other potential API endpoints,filling in gaps in OpenAPI specifications.Experimental results demonstrate that the extracted parameters can be generalized with 79.61%accuracy.Fuzz testing using the enriched OpenAPI documents leads to improvements in test coverage,the number of valid test cases generated,and fault detection capabilities.This approach offers an effective enhancement to automated REST API security testing.展开更多
Cloud services,favored by many enterprises due to their high flexibility and easy operation,are widely used for data storage and processing.However,the high latency,together with transmission overheads of the cloud ar...Cloud services,favored by many enterprises due to their high flexibility and easy operation,are widely used for data storage and processing.However,the high latency,together with transmission overheads of the cloud architecture,makes it difficult to quickly respond to the demands of IoT applications and local computation.To make up for these deficiencies in the cloud,fog computing has emerged as a critical role in the IoT applications.It decentralizes the computing power to various lower nodes close to data sources,so as to achieve the goal of low latency and distributed processing.With the data being frequently exchanged and shared between multiple nodes,it becomes a challenge to authorize data securely and efficiently while protecting user privacy.To address this challenge,proxy re-encryption(PRE)schemes provide a feasible way allowing an intermediary proxy node to re-encrypt ciphertext designated for different authorized data requesters without compromising any plaintext information.Since the proxy is viewed as a semi-trusted party,it should be taken to prevent malicious behaviors and reduce the risk of data leakage when implementing PRE schemes.This paper proposes a new fog-assisted identity-based PRE scheme supporting anonymous key generation,equality test,and user revocation to fulfill various IoT application requirements.Specifically,in a traditional identity-based public key architecture,the key escrow problem and the necessity of a secure channel are major security concerns.We utilize an anonymous key generation technique to solve these problems.The equality test functionality further enables a cloud server to inspect whether two candidate trapdoors contain an identical keyword.In particular,the proposed scheme realizes fine-grained user-level authorization while maintaining strong key confidentiality.To revoke an invalid user identity,we add a revocation list to the system flows to restrict access privileges without increasing additional computation cost.To ensure security,it is shown that our system meets the security notion of IND-PrID-CCA and OW-ID-CCA under the Decisional Bilinear Diffie-Hellman(DBDH)assumption.展开更多
Lateral flow immunoassays(LFIAs)are low-cost,rapid,and easy to use for pointof-care testing(POCT),but the majority of the available LFIA tests are indicative,rather than quantitative,and their sensitivity in antigen t...Lateral flow immunoassays(LFIAs)are low-cost,rapid,and easy to use for pointof-care testing(POCT),but the majority of the available LFIA tests are indicative,rather than quantitative,and their sensitivity in antigen tests are usually limited at the nanogram range,which is primarily due to the passive capillary fluidics through nitrocellulose membranes,often associated with non-specific bindings and high background noise.To overcome this challenge,we report a Beads-on-a-Tip design by replacing nitrocellulose membranes with a pipette tip loaded with magnetic beads.The beads are pre-conjugated with capture antibodies that support a typical sandwich immunoassay.This design enriches the low-abundant antigen proteins and allows an active washing process to significantly reduce non-specific bindings.To further improve the detection sensitivity,we employed upconversion nanoparticles(UCNPs)as luminescent reporters and SARS-CoV-2 spike(S)antigen as a model analyte to benchmark the performance of this design against our previously reported methods.We found that the key to enhance the immunocomplex formation and signal-to-noise ratio lay in optimizing incubation time and the UCNP-to-bead ratio.We therefore successfully demonstrated that the new method can achieve a very large dynamic range from 500 fg/mL to 10μg/mL,across over 7 digits,and a limit of detection of 706 fg/mL,nearly another order of magnitude lower than the best reported LFIA using UCNPs in COVID-19 spike antigen detection.Our system offers a promising solution for ultra-sensitive and quantitative POCT diagnostics.展开更多
The authors consider the issue of hypothesis testing in varying-coefficient regression models with high-dimensional data.Utilizing kernel smoothing techniques,the authors propose a locally concerned U-statistic method...The authors consider the issue of hypothesis testing in varying-coefficient regression models with high-dimensional data.Utilizing kernel smoothing techniques,the authors propose a locally concerned U-statistic method to assess the overall significance of the coefficients.The authors establish that the proposed test is asymptotically normal under both the null hypothesis and local alternatives.Based on the locally concerned U-statistic,the authors further develop a globally concerned U-statistic to test whether the coefficient function is zero.A stochastic perturbation method is employed to approximate the distribution of the globally concerned test statistic.Monte Carlo simulations demonstrate the validity of the proposed test in finite samples.展开更多
To address the insufficient prediction accuracy of multi-state parameters in electro-hydraulic servo material fatigue testing machines under complex loading and nonlinear coupling conditions,this paper proposes a mult...To address the insufficient prediction accuracy of multi-state parameters in electro-hydraulic servo material fatigue testing machines under complex loading and nonlinear coupling conditions,this paper proposes a multivariate sequence-to-sequence prediction model integrating a Long Short-Term Memory(LSTM)encoder,a Gated Recurrent Unit(GRU)decoder,and a multi-head attention mechanism.This approach enhances prediction accuracy and robustness across different control modes and load spectra by leveraging multi-channel inputs and cross-variable feature interactions,thereby capturing both short-term high-frequency dynamics and long-term slow drift characteristics.Experiments using long-term data from real test benches demonstrate that the model achieves a stable MSE below 0.01 on the validation set,with MAE and RMSE of approximately 0.018 and 0.052,respectively,and a coefficient of determination reaching 0.98.This significantly outperforms traditional identification methods and single RNN models.Sensitivity analysis indicates that a prediction stride of 10 achieves an optimal balance between accuracy and computational overhead.Ablation experiments validated the contribution of multi-head attention and decoder architecture to enhancing cross-variable coupling modeling capabilities.This model can be applied to residualdriven early warning in health monitoring,and risk assessment with scheme optimization in test design.It enables near-real-time deployment feasibility,providing a practical data-driven technical pathway for reliability assurance in advanced equipment.展开更多
Patients affected by monogenic diseases impose a substantial burden on both themselves and their families.The primary preventive measure,i.e.,invasive prenatal diagnosis,carries a risk of miscarriage and cannot be per...Patients affected by monogenic diseases impose a substantial burden on both themselves and their families.The primary preventive measure,i.e.,invasive prenatal diagnosis,carries a risk of miscarriage and cannot be performed early in pregnancy.Hence,there is a need for non-invasive prenatal testing(NIPT)for monogenic diseases.By utilizing enriched cell-free fetal DNA(cffDNA)from maternal plasma,we refine the NIPT method,which combines targeted region capture technology,haplotyping,and analysis of informative site frequency.We apply this method to 93 clinical families at genetic risk for thalassemia,encompassing various genetic variant types,to establish a workflow and evaluate its efficiency.Our approach requires only 3 ng of DNA input to generate 0.1 Gb informative target genomic data and leverages a minimum of 3%cffDNA.This method has a 98.16%success rate and 100%concordance with conventional invasive methods.Furthermore,we demonstrate the ability to analyze fetal genotypes as early as eight weeks of gestation.This study establishes an optimized NIPT method for the early detection of various thalassemia disorders during pregnancy.This technique demonstrates high accuracy and potential for clinical application in prenatal diagnosis.展开更多
As deep learning(DL)models are increasingly deployed in sensitive domains(e.g.,healthcare),concerns over privacy and security have intensified.Conventional penetration testing frameworks,such asOWASP and NIST,are effe...As deep learning(DL)models are increasingly deployed in sensitive domains(e.g.,healthcare),concerns over privacy and security have intensified.Conventional penetration testing frameworks,such asOWASP and NIST,are effective for traditional networks and applications but lack the capabilities to address DL-specific threats,such asmodel inversion,membership inference,and adversarial attacks.This review provides a comprehensive analysis of penetration testing for the privacy of DL models,examining the shortfalls of existing frameworks,tools,and testing methodologies.Through systematic evaluation of existing literature and empirical analysis,we identify three major contributions:(i)a critical assessment of traditional penetration testing frameworks’inadequacies when applied to DL-specific privacy vulnerabilities,(ii)a comprehensive evaluation of state-of-the-art privacy-preserving methods and their integration with penetration testing workflows,and(iii)the development of a structured framework that combines reconnaissance,threat modeling,exploitation,and post-exploitation phases specifically tailored for DL privacy assessment.Moreover,this review evaluates popular solutions such as IBMAdversarial Robustness Toolbox and TensorFlowPrivacy,alongside privacy-preserving techniques(e.g.,Differential Privacy,Homomorphic Encryption,and Federated Learning),which we systematically analyze through comparative studies of their effectiveness,computational overhead,and practical deployment constraints.While these techniques offer promising safeguards,their adoption is hindered by accuracy loss,performance overheads,and the rapid evolution of attack strategies.Our findings reveal that no single existing solution provides comprehensive protection,which leads us to propose a hybrid approach that strategically combines multiple privacy-preserving mechanisms.The findings of this survey underscore an urgent need for automated,regulationcompliant penetration testing frameworks specifically tailored to DL systems.We argue for hybrid privacy solutions that combinemultiple protectivemechanisms to ensure bothmodel accuracy and privacy.Building on our analysis,we present actionable recommendations for developing adaptive penetration testing strategies that incorporate automated vulnerability assessment,continuous monitoring,and regulatory compliance verification.展开更多
Smartphone-based electrocardiograms(ECGs)are increasingly utilized for monitoring atrial fibrillation(AF)recurrence after catheter ablation(CA),referred to as smartphone AF burden(SMURDEN).The SMURDEN data often exhib...Smartphone-based electrocardiograms(ECGs)are increasingly utilized for monitoring atrial fibrillation(AF)recurrence after catheter ablation(CA),referred to as smartphone AF burden(SMURDEN).The SMURDEN data often exhibit complex patterns of zero AF episodes,which may arise from either true AF-free status(structural zeros)or missed AF episodes due to intermittent monitoring(random zeros).Such a mixture of AF-free and at-risk patients can lead to zero-inflation in the data.The authors propose a novel zero-inflation test for binomial regression models to identify recurrence-free AF populations.Unlike traditional approaches requiring fully specified zero-inflated models,the proposed test utilizes a weighted average of the discrepancies between observed and expected zero proportions,with weights determined by binomial sizes.A closed-form test statistic is developed,and its asymptotic distribution is derived using estimating equations.Simulations demonstrate superior performance over existing methods,and real-world AF monitoring data validate the practical utility of our proposed test.展开更多
Abstract To investigate the use of the three-point bending method and supplement the corresponding strength data of compacted snow for transportation-related applications in cold regions,compacted snow beams with an a...Abstract To investigate the use of the three-point bending method and supplement the corresponding strength data of compacted snow for transportation-related applications in cold regions,compacted snow beams with an average density of 592 kg·m−3 were fabricated and tested at three distinct flexural strain rates.Each strain rate corresponded to the ductile,transitional,and brittle behavior of compacted snow,respectively.The flexural strength,ranging from 0.518 to 0.933 MPa,peaks at the ductile-to-brittle transition,while the flexural modulus,varying between 48.97 and 287.72 MPa,increases with strain rate within the tested range.At the same strain rate corresponding to brittle failure,both mechanical properties of compacted snow exhibit higher values than those of natural snow tested by the authors.Notably,the flexural strain rate at the ductile-to-brittle transition for compacted snow identified in this study is comparable to those previously reported for natural snow under uniaxial tension.Additionally,the obtained strength data are thoroughly compared with existing literature,with detailed discussions provided.The loading rates associated with typical failure modes of compacted snow under bending,together with the obtained strength values,provide methodological guidance and reference data for future in situ testing of compacted snow structures.展开更多
Long-duration vehicles in near space have achieved great success;however,the non-destructive testing(NDT)methods for the envelope materials of such long-duration vehicles remain blank.In this paper,we propose the air-...Long-duration vehicles in near space have achieved great success;however,the non-destructive testing(NDT)methods for the envelope materials of such long-duration vehicles remain blank.In this paper,we propose the air-coupled ultrasonic NDT method theoretically.In the theoretical analysis process,the envelope material is simplified as an orthogonal sandwich structure.To calculate the displacement and stress fields of each medium,the state vectors are established and the transfer matrices of the material from the upper interface to the lower interface are obtained by using boundary conditions.Then,linear equations about the amplitude of reflected and transmitted waves are derived by combining the coupling boundary conditions of air and solid.The effects of incident angles,inflation of the envelope material,and debonding of the interfaces on the transmission coefficients are considered.The results show that the air-coupled ultrasonic NDT of the envelope material can be carried out in the pre-inflated state.Finally,a method for identifying interface debonding is proposed based on judging transmission coefficients within a certain frequency range.展开更多
Parallel machining robot is a new type of robotized equipment for high-efficiency machining structural com-ponents with complex geometries.Terminal rigidity is of great importance index for such type of equipment,whic...Parallel machining robot is a new type of robotized equipment for high-efficiency machining structural com-ponents with complex geometries.Terminal rigidity is of great importance index for such type of equipment,which affects their load capacity and working accuracy.Before a parallel machining robot can be used for heavy-load and high-efficiency machining,its terminal rigidity should be evaluated systematically.The present study is to quantitatively reveal the stiffness properties of a previously invented Z4 redundantly actuated parallel ma-chining robot(RAPMR).For this purpose,two critical issues,i.e.,stiffness modelling and index construction,are clarified to carry out stiffness evaluation of the Z4 RAPMR.Firstly,drawing on the screw theory,a semi-analytic stiffness model of the proposed RAPMR is established at a component level.Secondly,a set of virtual work-based stiffness indices is constructed to evaluate the terminal rigidity of parallel robots.Those indices have a consistent physical unit in describing linear and angular terminal rigidity.With these indices,the local and the global stiffness performance of the Z4 RAPMR are predicted.Thirdly,a laboratory prototype of the proposed RAPMR is fabricated.And the experimental test is performed to verify the correctness of the established stiffness model.The present work is expected to provide fundamental information for further light-weight design and rigidity enhancement.展开更多
基金Supported by Science and Technology Projects in Guangzhou,No.2023A04J2282。
文摘BACKGROUND Computer-aided diagnosis(CAD)may assist endoscopists in identifying and classifying polyps during colonoscopy for detecting colorectal cancer.AIM To build a system using CAD to detect and classify polyps based on the Yamada classification.METHODS A total of 24045 polyp and 72367 nonpolyp images were obtained.We established a computer-aided detection and Yamada classification model based on the YOLOv7 neural network algorithm.Frame-based and image-based evaluation metrics were employed to assess the performance.RESULTS Computer-aided detection and Yamada classification screened polyps with a precision of 96.7%,a recall of 95.8%,and an F1-score of 96.2%,outperforming those of all groups of endoscopists.In regard to the Yamada classification of polyps,the CAD system displayed a precision of 82.3%,a recall of 78.5%,and an F1-score of 80.2%,outper-forming all levels of endoscopists.In addition,according to the image-based method,the CAD had an accuracy of 99.2%,a specificity of 99.5%,a sensitivity of 98.5%,a positive predictive value of 99.0%,a negative predictive value of 99.2%for polyp detection and an accuracy of 97.2%,a specificity of 98.4%,a sensitivity of 79.2%,a positive predictive value of 83.0%,and a negative predictive value of 98.4%for poly Yamada classification.CONCLUSION We developed a novel CAD system based on a deep neural network for polyp detection,and the Yamada classi-fication outperformed that of nonexpert endoscopists.This CAD system could help community-based hospitals enhance their effectiveness in polyp detection and classification.
基金funded by the Indian Council of Medical Research(ICMR),New Delhi,Government of India under Grant No.EM/SG/Dev.Res/124/0812-2023.
文摘Jaundice,common condition in newborns,is characterized by yellowing of the skin and eyes due to elevated levels of bilirubin in the blood.Timely detection and management of jaundice are crucial to prevent potential complications.Traditional jaundice assessment methods rely on visual inspection or invasive blood tests that are subjective and painful for infants,respectively.Although several automated methods for jaundice detection have been developed during the past few years,a limited number of reviews consolidating these developments have been presented till date,making it essential to systematically evaluate and present the existing advancements.This paper fills this gap by providing a thorough survey of automated methods for jaundice detection in neonates.The primary focus of the survey is to review the existing methodologies,techniques,and technologies used for neonatal jaundice detection.The key findings from the review indicate that image-based bilirubinometers and transcutaneous bilirubinometers are promising non-invasive alternatives,and provide a good trade-off between accuracy and ease of use.However,their effectiveness varies with factors like skin pigmentation,gestational age,and measurement site.Spectroscopic and biosensor-based techniques show high sensitivity but need further clinical validation.Despite advancements,several challenges including device calibration,large-scale validation,and regulatory barriers still haunt the researchers.Standardization,regulatory compliances,and seamless integration into healthcare workflows are the key hurdles to be addressed.By consolidating the current knowledge and discussing the challenges and opportunities in this field,this survey aims to contribute to the advancement of automatic jaundice detection and ultimately improve neonatal care.
文摘With the development of artificial intelligence technology,AI computer-aided diagnosis has found certain applications in the field of dermatology.However,due to the vast variety and complex manifestations of skin diseases,the specific mechanisms underlying AI computer-aided diagnosis in this context still require further exploration.Therefore,this paper,based on the imaging characteristics of skin diseases,elucidates the technical principles of AI computer-aided diagnosis and analyzes the practical application effects of AI in the diagnostic process of skin diseases.This provides new data support and methodological foundations for clinical teaching and research on skin diseases.
文摘BACKGROUND Early detection of precancerous lesions is of vital importance for reducing the incidence and mortality of upper gastrointestinal(UGI)tract cancer.However,traditional endoscopy has certain limitations in detecting precancerous lesions.In contrast,real-time computer-aided detection(CAD)systems enhanced by artificial intelligence(AI)systems,although they may increase unnecessary medical procedures,can provide immediate feedback during examination,thereby improving the accuracy of lesion detection.This article aims to conduct a meta-analysis of the diagnostic performance of CAD systems in identifying precancerous lesions of UGI tract cancer during esophagogastroduodenoscopy(EGD),evaluate their potential clinical application value,and determine the direction for further research.AIM To investigate the improvement of the efficiency of EGD examination by the realtime AI-enabled real-time CAD system(AI-CAD)system.METHODS PubMed,EMBASE,Web of Science and Cochrane Library databases were searched by two independent reviewers to retrieve literature with per-patient analysis with a deadline up until April 2025.A meta-analysis was performed with R Studio software(R4.5.0).A random-effects model was used and subgroup analysis was carried out to identify possible sources of heterogeneity.RESULTS The initial search identified 802 articles.According to the inclusion criteria,2113 patients from 10 studies were included in this meta-analysis.The pooled accuracy difference,logarithmic difference of diagnostic odds ratios,sensitivity,specificity and the area under the summary receiver operating characteristic curve(area under the curve)of both AI group and endoscopist group for detecting precancerous lesion were 0.16(95%CI:0.12-0.20),-0.19(95%CI:-0.75-0.37),0.89(95%CI:0.85-0.92,AI group),0.67(95%CI:0.63-0.71,endoscopist group),0.89(95%CI:0.84-0.93,AI group),0.77(95%CI:0.70-0.83,endoscopist group),0.928(95%CI:0.841-0.948,AI group),0.722(95%CI:0.677-0.821,endoscopist group),respectively.CONCLUSION The present studies further provide evidence that the AI-CAD is a reliable endoscopic diagnostic tool that can be used to assist endoscopists in detection of precancerous lesions in the UGI tract.It may be introduced on a large scale for clinical application to enhance the accuracy of detecting precancerous lesions in the UGI tract.
文摘Test case prioritization and ranking play a crucial role in software testing by improving fault detection efficiency and ensuring software reliability.While prioritization selects the most relevant test cases for optimal coverage,ranking further refines their execution order to detect critical faults earlier.This study investigates machine learning techniques to enhance both prioritization and ranking,contributing to more effective and efficient testing processes.We first employ advanced feature engineering alongside ensemble models,including Gradient Boosted,Support Vector Machines,Random Forests,and Naive Bayes classifiers to optimize test case prioritization,achieving an accuracy score of 0.98847 and significantly improving the Average Percentage of Fault Detection(APFD).Subsequently,we introduce a deep Q-learning framework combined with a Genetic Algorithm(GA)to refine test case ranking within priority levels.This approach achieves a rank accuracy of 0.9172,demonstrating robust performance despite the increasing computational demands of specialized variation operators.Our findings highlight the effectiveness of stacked ensemble learning and reinforcement learning in optimizing test case prioritization and ranking.This integrated approach improves testing efficiency,reduces late-stage defects,and improves overall software stability.The study provides valuable information for AI-driven testing frameworks,paving the way for more intelligent and adaptive software quality assurance methodologies.
基金Computer Basic Education Teaching Research Project of Association of Fundamental Computing Education in Chinese Universities(Nos.2025-AFCEC-527 and 2024-AFCEC-088)Research on the Reform of Public Course Teaching at Nantong College of Science and Technology(No.2024JGG015).
文摘With the rapid development of artificial intelligence,the intelligence level of software is increasingly improving.Intelligent software,which is widely applied in crucial fields such as autonomous driving,intelligent customer service,and medical diagnosis,is constructed based on complex technologies like machine learning and deep learning.Its uncertain behavior and data dependence pose unprecedented challenges to software testing.However,existing software testing courses mainly focus on conventional contents and are unable to meet the requirements of intelligent software testing.Therefore,this work deeply analyzed the relevant technologies of intelligent software testing,including reliability evaluation indicator system,neuron coverage,and test case generation.It also systematically designed an intelligent software testing course,covering teaching objectives,teaching content,teaching methods,and a teaching case.Verified by the practical teaching in four classes,this course has achieved remarkable results,providing practical experience for the reform of software testing courses.
文摘Objective To study the drug test data protection system in foreign countries,and to foster pharmaceutical innovation and increase drug accessibility in China.Methods The development history of drug test data protection was analyzed to examine and evaluate China’s current drug test data protection system so as to offer recommendations for its improvement.Finally,the drug test data protection system in China can be officially implemented.Results and Conclusion The drug test data protection system aims to promote innovation by protecting the trial data of innovative drugs.In a broad sense,this belongs to intellectual property protection,but it is different from patent protection.Although China has established a drug testing data protection system after joining the“Agreement on Trade-Related Aspects of Intellectual Property Rights(TRIPS)”,the relevant provisions and regulations have not yet been formally formed,and the system has not yet been implemented.Therefore,some suggestions for improving China’s drug testing data protection system are proposed to achieve good social benefits.
文摘Members of the British Textile Machinery Association(BTMA)can look back on 2025 as a year marked by notable technological advances and continued progress in global trade,despite an uncertain and volatile market.“Our members have been very active over the past 12 months and this has resulted in new technologies for the production of technical fibres and fabrics,the introduction of AI and machine learning into process control systems and significant advances in materials testing,”says BTMA CEO Jason Kent.“There’s real excitement about what can be achieved in 2026 as we look ahead to upcoming exhibitions such as JEC Composites in Paris in March and Techtextil in Frankfurt in April.”
基金supported by the Open Foundation of Key Laboratory of Cyberspace Security,Ministry of Education of China(KLCS20240211)。
文摘With the rapid development of Internet technology,REST APIs(Representational State Transfer Application Programming Interfaces)have become the primary communication standard in modern microservice architectures,raising increasing concerns about their security.Existing fuzz testing methods include random or dictionary-based input generation,which often fail to ensure both syntactic and semantic correctness,and OpenAPIbased approaches,which offer better accuracy but typically lack detailed descriptions of endpoints,parameters,or data formats.To address these issues,this paper proposes the APIDocX fuzz testing framework.It introduces a crawler tailored for dynamic web pages that automatically simulates user interactions to trigger APIs,capturing and extracting parameter information from communication packets.A multi-endpoint parameter adaptation method based on improved Jaccard similarity is then used to generalize these parameters to other potential API endpoints,filling in gaps in OpenAPI specifications.Experimental results demonstrate that the extracted parameters can be generalized with 79.61%accuracy.Fuzz testing using the enriched OpenAPI documents leads to improvements in test coverage,the number of valid test cases generated,and fault detection capabilities.This approach offers an effective enhancement to automated REST API security testing.
基金supported in part by the National Science and Technology Council of Taiwan under the contract numbers NSTC 114-2221-E-019-055-MY2 and NSTC 114-2221-E-019-069.
文摘Cloud services,favored by many enterprises due to their high flexibility and easy operation,are widely used for data storage and processing.However,the high latency,together with transmission overheads of the cloud architecture,makes it difficult to quickly respond to the demands of IoT applications and local computation.To make up for these deficiencies in the cloud,fog computing has emerged as a critical role in the IoT applications.It decentralizes the computing power to various lower nodes close to data sources,so as to achieve the goal of low latency and distributed processing.With the data being frequently exchanged and shared between multiple nodes,it becomes a challenge to authorize data securely and efficiently while protecting user privacy.To address this challenge,proxy re-encryption(PRE)schemes provide a feasible way allowing an intermediary proxy node to re-encrypt ciphertext designated for different authorized data requesters without compromising any plaintext information.Since the proxy is viewed as a semi-trusted party,it should be taken to prevent malicious behaviors and reduce the risk of data leakage when implementing PRE schemes.This paper proposes a new fog-assisted identity-based PRE scheme supporting anonymous key generation,equality test,and user revocation to fulfill various IoT application requirements.Specifically,in a traditional identity-based public key architecture,the key escrow problem and the necessity of a secure channel are major security concerns.We utilize an anonymous key generation technique to solve these problems.The equality test functionality further enables a cloud server to inspect whether two candidate trapdoors contain an identical keyword.In particular,the proposed scheme realizes fine-grained user-level authorization while maintaining strong key confidentiality.To revoke an invalid user identity,we add a revocation list to the system flows to restrict access privileges without increasing additional computation cost.To ensure security,it is shown that our system meets the security notion of IND-PrID-CCA and OW-ID-CCA under the Decisional Bilinear Diffie-Hellman(DBDH)assumption.
基金financially supported by ARC Linkage project(LP210200642)ARC Center of Excellence for Quantum Biotechnology(grant no.CE230100021)+1 种基金National Health and Medical Research Council Investigator Fellowship—(grant no.APP2017499)Chan Zuckerberg Initiative Deep Tissue Imaging Phase 2(grant no.DT12-0000000182).
文摘Lateral flow immunoassays(LFIAs)are low-cost,rapid,and easy to use for pointof-care testing(POCT),but the majority of the available LFIA tests are indicative,rather than quantitative,and their sensitivity in antigen tests are usually limited at the nanogram range,which is primarily due to the passive capillary fluidics through nitrocellulose membranes,often associated with non-specific bindings and high background noise.To overcome this challenge,we report a Beads-on-a-Tip design by replacing nitrocellulose membranes with a pipette tip loaded with magnetic beads.The beads are pre-conjugated with capture antibodies that support a typical sandwich immunoassay.This design enriches the low-abundant antigen proteins and allows an active washing process to significantly reduce non-specific bindings.To further improve the detection sensitivity,we employed upconversion nanoparticles(UCNPs)as luminescent reporters and SARS-CoV-2 spike(S)antigen as a model analyte to benchmark the performance of this design against our previously reported methods.We found that the key to enhance the immunocomplex formation and signal-to-noise ratio lay in optimizing incubation time and the UCNP-to-bead ratio.We therefore successfully demonstrated that the new method can achieve a very large dynamic range from 500 fg/mL to 10μg/mL,across over 7 digits,and a limit of detection of 706 fg/mL,nearly another order of magnitude lower than the best reported LFIA using UCNPs in COVID-19 spike antigen detection.Our system offers a promising solution for ultra-sensitive and quantitative POCT diagnostics.
基金supported by the National Social Science Foundation of China under Grant No.23&ZD126National Science Foundation of China under Grant No.12471256+1 种基金Natural Science Foundation of Shanxi Province under Grant No.202203021221219Scientific and Technological Innovation Programs of Higher Education Institutions in Shanxi under Grant No.2023L164。
文摘The authors consider the issue of hypothesis testing in varying-coefficient regression models with high-dimensional data.Utilizing kernel smoothing techniques,the authors propose a locally concerned U-statistic method to assess the overall significance of the coefficients.The authors establish that the proposed test is asymptotically normal under both the null hypothesis and local alternatives.Based on the locally concerned U-statistic,the authors further develop a globally concerned U-statistic to test whether the coefficient function is zero.A stochastic perturbation method is employed to approximate the distribution of the globally concerned test statistic.Monte Carlo simulations demonstrate the validity of the proposed test in finite samples.
基金supported by Natural Science Foundation of China(NSFC),Grant number 5247052693.
文摘To address the insufficient prediction accuracy of multi-state parameters in electro-hydraulic servo material fatigue testing machines under complex loading and nonlinear coupling conditions,this paper proposes a multivariate sequence-to-sequence prediction model integrating a Long Short-Term Memory(LSTM)encoder,a Gated Recurrent Unit(GRU)decoder,and a multi-head attention mechanism.This approach enhances prediction accuracy and robustness across different control modes and load spectra by leveraging multi-channel inputs and cross-variable feature interactions,thereby capturing both short-term high-frequency dynamics and long-term slow drift characteristics.Experiments using long-term data from real test benches demonstrate that the model achieves a stable MSE below 0.01 on the validation set,with MAE and RMSE of approximately 0.018 and 0.052,respectively,and a coefficient of determination reaching 0.98.This significantly outperforms traditional identification methods and single RNN models.Sensitivity analysis indicates that a prediction stride of 10 achieves an optimal balance between accuracy and computational overhead.Ablation experiments validated the contribution of multi-head attention and decoder architecture to enhancing cross-variable coupling modeling capabilities.This model can be applied to residualdriven early warning in health monitoring,and risk assessment with scheme optimization in test design.It enables near-real-time deployment feasibility,providing a practical data-driven technical pathway for reliability assurance in advanced equipment.
基金supported by the National Key R&D Program of China(2024YFA1802300)the Major Science and Technology Program of Hainan Province(ZDKJ2021037)+4 种基金the Regional Innovation and Development Joint Fund of the National Natural Science Foundation of China(U24A20677)Hainan Province Science and Technology Special Fund(ZDYF2020117,ZDY2024SHFZ143)Hainan Province Science and TechnologyProject(LCXY202102,LCYX202203,LCYX202301,LCYx202502)Innovative research project for postgraduate students in Hainan Medical University(HYYB2021A05)the Hainan Province Clinical Medical Center,and the specific research fund of The Innovation Platform for Academicians of Hainan Province(YSPTZX202310).
文摘Patients affected by monogenic diseases impose a substantial burden on both themselves and their families.The primary preventive measure,i.e.,invasive prenatal diagnosis,carries a risk of miscarriage and cannot be performed early in pregnancy.Hence,there is a need for non-invasive prenatal testing(NIPT)for monogenic diseases.By utilizing enriched cell-free fetal DNA(cffDNA)from maternal plasma,we refine the NIPT method,which combines targeted region capture technology,haplotyping,and analysis of informative site frequency.We apply this method to 93 clinical families at genetic risk for thalassemia,encompassing various genetic variant types,to establish a workflow and evaluate its efficiency.Our approach requires only 3 ng of DNA input to generate 0.1 Gb informative target genomic data and leverages a minimum of 3%cffDNA.This method has a 98.16%success rate and 100%concordance with conventional invasive methods.Furthermore,we demonstrate the ability to analyze fetal genotypes as early as eight weeks of gestation.This study establishes an optimized NIPT method for the early detection of various thalassemia disorders during pregnancy.This technique demonstrates high accuracy and potential for clinical application in prenatal diagnosis.
基金supported in part by the Tianjin Natural Science Foundation Project(24JCZDJC01000)the Fundamental Research Funds for the Central Universities of China(No.3122025091).
文摘As deep learning(DL)models are increasingly deployed in sensitive domains(e.g.,healthcare),concerns over privacy and security have intensified.Conventional penetration testing frameworks,such asOWASP and NIST,are effective for traditional networks and applications but lack the capabilities to address DL-specific threats,such asmodel inversion,membership inference,and adversarial attacks.This review provides a comprehensive analysis of penetration testing for the privacy of DL models,examining the shortfalls of existing frameworks,tools,and testing methodologies.Through systematic evaluation of existing literature and empirical analysis,we identify three major contributions:(i)a critical assessment of traditional penetration testing frameworks’inadequacies when applied to DL-specific privacy vulnerabilities,(ii)a comprehensive evaluation of state-of-the-art privacy-preserving methods and their integration with penetration testing workflows,and(iii)the development of a structured framework that combines reconnaissance,threat modeling,exploitation,and post-exploitation phases specifically tailored for DL privacy assessment.Moreover,this review evaluates popular solutions such as IBMAdversarial Robustness Toolbox and TensorFlowPrivacy,alongside privacy-preserving techniques(e.g.,Differential Privacy,Homomorphic Encryption,and Federated Learning),which we systematically analyze through comparative studies of their effectiveness,computational overhead,and practical deployment constraints.While these techniques offer promising safeguards,their adoption is hindered by accuracy loss,performance overheads,and the rapid evolution of attack strategies.Our findings reveal that no single existing solution provides comprehensive protection,which leads us to propose a hybrid approach that strategically combines multiple privacy-preserving mechanisms.The findings of this survey underscore an urgent need for automated,regulationcompliant penetration testing frameworks specifically tailored to DL systems.We argue for hybrid privacy solutions that combinemultiple protectivemechanisms to ensure bothmodel accuracy and privacy.Building on our analysis,we present actionable recommendations for developing adaptive penetration testing strategies that incorporate automated vulnerability assessment,continuous monitoring,and regulatory compliance verification.
基金supported by the Fundamental Research Funds for the Central Universities in UIBE under Grant No.CXTD14-05。
文摘Smartphone-based electrocardiograms(ECGs)are increasingly utilized for monitoring atrial fibrillation(AF)recurrence after catheter ablation(CA),referred to as smartphone AF burden(SMURDEN).The SMURDEN data often exhibit complex patterns of zero AF episodes,which may arise from either true AF-free status(structural zeros)or missed AF episodes due to intermittent monitoring(random zeros).Such a mixture of AF-free and at-risk patients can lead to zero-inflation in the data.The authors propose a novel zero-inflation test for binomial regression models to identify recurrence-free AF populations.Unlike traditional approaches requiring fully specified zero-inflated models,the proposed test utilizes a weighted average of the discrepancies between observed and expected zero proportions,with weights determined by binomial sizes.A closed-form test statistic is developed,and its asymptotic distribution is derived using estimating equations.Simulations demonstrate superior performance over existing methods,and real-world AF monitoring data validate the practical utility of our proposed test.
基金financial support from the Shanghai Science and Technology Committee(Grant no.24DZ3100504)the National Key Research and Development Program of China(Grant no.2022YFC2807102).
文摘Abstract To investigate the use of the three-point bending method and supplement the corresponding strength data of compacted snow for transportation-related applications in cold regions,compacted snow beams with an average density of 592 kg·m−3 were fabricated and tested at three distinct flexural strain rates.Each strain rate corresponded to the ductile,transitional,and brittle behavior of compacted snow,respectively.The flexural strength,ranging from 0.518 to 0.933 MPa,peaks at the ductile-to-brittle transition,while the flexural modulus,varying between 48.97 and 287.72 MPa,increases with strain rate within the tested range.At the same strain rate corresponding to brittle failure,both mechanical properties of compacted snow exhibit higher values than those of natural snow tested by the authors.Notably,the flexural strain rate at the ductile-to-brittle transition for compacted snow identified in this study is comparable to those previously reported for natural snow under uniaxial tension.Additionally,the obtained strength data are thoroughly compared with existing literature,with detailed discussions provided.The loading rates associated with typical failure modes of compacted snow under bending,together with the obtained strength values,provide methodological guidance and reference data for future in situ testing of compacted snow structures.
基金supported by and the National Natural Science Foundation of China(Grant No.1240209912402206,12372161)the Interdisciplinary Research Project for Young Teachers of USTB(Fundamental Research Funds for the Central Universities,Grant No.FRF-IDRYGD24-001)+2 种基金the Postdoctoral Fellowship Program of CPSF(Grant No.GZB20240767)the China Postdoctoral Science Foundation(Grant No.2024M753305),the Science and Disruptive Technology Program,AIRCAS(Grant No.2024-AIRCAS-SDTP-08).
文摘Long-duration vehicles in near space have achieved great success;however,the non-destructive testing(NDT)methods for the envelope materials of such long-duration vehicles remain blank.In this paper,we propose the air-coupled ultrasonic NDT method theoretically.In the theoretical analysis process,the envelope material is simplified as an orthogonal sandwich structure.To calculate the displacement and stress fields of each medium,the state vectors are established and the transfer matrices of the material from the upper interface to the lower interface are obtained by using boundary conditions.Then,linear equations about the amplitude of reflected and transmitted waves are derived by combining the coupling boundary conditions of air and solid.The effects of incident angles,inflation of the envelope material,and debonding of the interfaces on the transmission coefficients are considered.The results show that the air-coupled ultrasonic NDT of the envelope material can be carried out in the pre-inflated state.Finally,a method for identifying interface debonding is proposed based on judging transmission coefficients within a certain frequency range.
基金Supported by National Natural Science Foundation of China(Grant No.52375009)Fujian Provincial Young and Middle-Aged Teacher Education Research Project of China(Grant No.JAT220029).
文摘Parallel machining robot is a new type of robotized equipment for high-efficiency machining structural com-ponents with complex geometries.Terminal rigidity is of great importance index for such type of equipment,which affects their load capacity and working accuracy.Before a parallel machining robot can be used for heavy-load and high-efficiency machining,its terminal rigidity should be evaluated systematically.The present study is to quantitatively reveal the stiffness properties of a previously invented Z4 redundantly actuated parallel ma-chining robot(RAPMR).For this purpose,two critical issues,i.e.,stiffness modelling and index construction,are clarified to carry out stiffness evaluation of the Z4 RAPMR.Firstly,drawing on the screw theory,a semi-analytic stiffness model of the proposed RAPMR is established at a component level.Secondly,a set of virtual work-based stiffness indices is constructed to evaluate the terminal rigidity of parallel robots.Those indices have a consistent physical unit in describing linear and angular terminal rigidity.With these indices,the local and the global stiffness performance of the Z4 RAPMR are predicted.Thirdly,a laboratory prototype of the proposed RAPMR is fabricated.And the experimental test is performed to verify the correctness of the established stiffness model.The present work is expected to provide fundamental information for further light-weight design and rigidity enhancement.