The von Neumann bottleneck in conventional computing architectures presents a significant challenge for data-inten-sive artificial intelligence applications.A promising approach involves designing specialized hardware...The von Neumann bottleneck in conventional computing architectures presents a significant challenge for data-inten-sive artificial intelligence applications.A promising approach involves designing specialized hardware with on-chip parameter tunability,which directly accelerates machine learning functions.This work demonstrates a continuously tunable mixed-kernel function physically realized within a van der Waals heterostructure.We designed and fabricated a MoTe_(2)/MoS_(2)type-Ⅱvertical heterojunction phototransistor,which exhibits a non-monotonic,Gaussian-like optoelectronic response owing to its unique inter-layer charge transfer mechanism.This intrinsic physical behavior directly maps to a mixed-kernel function combining Gaussian and Sigmoid characteristics.Furthermore,the hardware kernel can be continuously modulated by in-situ tuning of external opti-cal stimuli.The mixed-kernel exhibited exceptional performance,achieving precision,accuracy,and area under the curve(AUC)values of 95.8%,96%,and 0.9986,respectively,significantly outperforming conventional kernels.By successfully embedding a complex,adaptable mathematical function into the intrinsic physical properties of a single device,this work pioneers a novel pathway toward next-generation,energy-efficient intelligent systems with hardware-level adaptability.展开更多
Modern intelligent systems,such as autonomous vehicles and face recognition,must continuously adapt to new scenarios while preserving their ability to handle previously encountered situations.However,when neural netwo...Modern intelligent systems,such as autonomous vehicles and face recognition,must continuously adapt to new scenarios while preserving their ability to handle previously encountered situations.However,when neural networks learn new classes sequentially,they suffer from catastrophic forgetting—the tendency to lose knowledge of earlier classes.This challenge,which lies at the core of class-incremental learning,severely limits the deployment of continual learning systems in real-world applications with streaming data.Existing approaches,including rehearsalbased methods and knowledge distillation techniques,have attempted to address this issue but often struggle to effectively preserve decision boundaries and discriminative features under limited memory constraints.To overcome these limitations,we propose a support vector-guided framework for class-incremental learning.The framework integrates an enhanced feature extractor with a Support Vector Machine classifier,which generates boundary-critical support vectors to guide both replay and distillation.Building on this architecture,we design a joint feature retention strategy that combines boundary proximity with feature diversity,and a Support Vector Distillation Loss that enforces dual alignment in decision and semantic spaces.In addition,triple attention modules are incorporated into the feature extractor to enhance representation power.Extensive experiments on CIFAR-100 and Tiny-ImageNet demonstrate effective improvements.On CIFAR-100 and Tiny-ImageNet with 5 tasks,our method achieves 71.68%and 58.61%average accuracy,outperforming strong baselines by 3.34%and 2.05%.These advantages are consistently observed across different task splits,highlighting the robustness and generalization of the proposed approach.Beyond benchmark evaluations,the framework also shows potential in few-shot and resource-constrained applications such as edge computing and mobile robotics.展开更多
The support vector machine,a widely used binary classification method,may expose sensitive information during training.To address this,the authors propose a personalized differential privacy method that extends differ...The support vector machine,a widely used binary classification method,may expose sensitive information during training.To address this,the authors propose a personalized differential privacy method that extends differential privacy.Specifically,the authors introduce personalized differentially private support vector machines to meet different individuals'privacy requirements,using a reweighting strategy and the Laplace mechanism.Theoretical analysis demonstrates that the proposed methods simultaneously satisfy the requirements of personalized differential privacy and ensure model prediction accuracy at these privacy levels.Extensive experiments demonstrate that the proposed methods outperform the existing methods.展开更多
The development of clinical candidates that modify the natural progression of sporadic Parkinson's disease and related synucleinopathies is a praiseworthy endeavor,but extremely challenging.Therapeutic candidates ...The development of clinical candidates that modify the natural progression of sporadic Parkinson's disease and related synucleinopathies is a praiseworthy endeavor,but extremely challenging.Therapeutic candidates that were successful in preclinical Parkinson's disease animal models have repeatedly failed when tested in clinical trials.While these failures have many possible explanations,it is perhaps time to recognize that the problem lies with the animal models rather than the putative candidate.In other words,the lack of adequate animal models of Parkinson's disease currently represents the main barrier to preclinical identification of potential disease-modifying therapies likely to succeed in clinical trials.However,this barrier may be overcome by the recent introduction of novel generations of viral vectors coding for different forms of alpha-synuclein species and related genes.Although still facing several limitations,these models have managed to mimic the known neuropathological hallmarks of Parkinson's disease with unprecedented accuracy,delineating a more optimistic scenario for the near future.展开更多
Fluidic Thrust Vectoring(FTV)is used for the yaw attitude control of tailless flying wing,which can significantly improve stealth performance,maneuverability and lateral/heading maneuverability.The FTV control scheme ...Fluidic Thrust Vectoring(FTV)is used for the yaw attitude control of tailless flying wing,which can significantly improve stealth performance,maneuverability and lateral/heading maneuverability.The FTV control scheme of co-directional secondary flow was designed based on a 30 kgf thrust turbojet engine,an equivalent rudder deflection control variable of Mass Flow Combination(MFC)was proposed,and a control model was established to form a FTV control system scheme,which was integrated with the flight control system of a 100 kg tailless flying wing with medium aspect ratio to achieve closed-loop control of the yaw attitude based on FTV.The heading stability augmentation and maneuvering control characteristics and time response characteristics of tailless flying wing by FTV were quantitatively studied through virtual flight test in a wind tunnel at a wind speed of 35 m/s.The results show that the control strategy based on MFC achieves bidirectional continuous and stable control of thrust vector angle in a range of±11°,and the thrust vector angle varies monotonically with MFC;the co-directional FTV realizes bidirectional continuous and stable control of the yaw attitude of tailless flying wing,without longitudinal/lateral coupling moment.The increment of the maximum yawing moment coefficient is 0.0029,the maximum yaw rate is 7.55(°)/s,and the response time of the yaw rate of the vectoring nozzle actuated by the secondary flow is about 0.06 s,which satisfies the heading stability augmentation and maneuvering control response requirements of the aircraft with statically unstable heading,and provides new control means for the heading rudderless attitude control of tailless flying wing.展开更多
The advantages of genome selection(GS) in animal and plant breeding are self-evident.Traditional parametric models have disadvantage in better fit the increasingly large sequencing data and capture complex effects acc...The advantages of genome selection(GS) in animal and plant breeding are self-evident.Traditional parametric models have disadvantage in better fit the increasingly large sequencing data and capture complex effects accurately.Machine learning models have demonstrated remarkable potential in addressing these challenges.In this study,we introduced the concept of mixed kernel functions to explore the performance of support vector machine regression(SVR) in GS.Six single kernel functions(SVR_L,SVR_C,SVR_G,SVR_P,SVR_S,SVR_L) and four mixed kernel functions(SVR_GS,SVR_GP,SVR_LS,SVR_LP) were used to predict genome breeding values.The prediction accuracy,mean squared error(MSE) and mean absolute error(MAE) were used as evaluation indicators to compare with two traditional parametric models(GBLUP,BayesB) and two popular machine learning models(RF,KcRR).The results indicate that in most cases,the performance of the mixed kernel function model significantly outperforms that of GBLUP,BayesB and single kernel function.For instance,for T1 in the pig dataset,the predictive accuracy of SVR_GS is improved by 10% compared to GBLUP,and by approximately 4.4 and 18.6% compared to SVR_G and SVR_S respectively.For E1 in the wheat dataset,SVR_GS achieves 13.3% higher prediction accuracy than GBLUP.Among single kernel functions,the Laplacian and Gaussian kernel functions yield similar results,with the Gaussian kernel function performing better.The mixed kernel function notably reduces the MSE and MAE when compared to all single kernel functions.Furthermore,regarding runtime,SVR_GS and SVR_GP mixed kernel functions run approximately three times faster than GBLUP in the pig dataset,with only a slight increase in runtime compared to the single kernel function model.In summary,the mixed kernel function model of SVR demonstrates speed and accuracy competitiveness,and the model such as SVR_GS has important application potential for GS.展开更多
In position-sensorless brushless direct current(DC)motors(BLDCMs)fed by a four-switch three-phase(FSTP)inverter,only two phases are fully controlled,while the remaining phase is tied to the midpoint of the split DC-li...In position-sensorless brushless direct current(DC)motors(BLDCMs)fed by a four-switch three-phase(FSTP)inverter,only two phases are fully controlled,while the remaining phase is tied to the midpoint of the split DC-link capacitors.The voltage pulses required by inductance-based initial position detection can cause unequal discharge of the series capacitors,shifting the neutral-point voltage away from half of DC-link voltage(U_(dc)/2).This neutral-point drift breaks the spatial symmetry of the inverter voltage vectors,so the 360°electrical period can no longer be evenly partitioned into six sectors during initial rotor position detection.To address this issue,this paper proposes a detection-pulse injection sequence that explicitly accounts for the asymmetric voltage vectors of the FSTP inverter.With the proposed sequence,the initial rotor position can be identified within a 30°electrical sector.The method requires no additional voltage or current sensors,and experimental results confirm its feasibility.展开更多
Parkinson’s disease(PD)is a debilitating neurological disorder affecting over 10 million people worldwide.PD classification models using voice signals as input are common in the literature.It is believed that using d...Parkinson’s disease(PD)is a debilitating neurological disorder affecting over 10 million people worldwide.PD classification models using voice signals as input are common in the literature.It is believed that using deep learning algorithms further enhances performance;nevertheless,it is challenging due to the nature of small-scale and imbalanced PD datasets.This paper proposed a convolutional neural network-based deep support vector machine(CNN-DSVM)to automate the feature extraction process using CNN and extend the conventional SVM to a DSVM for better classification performance in small-scale PD datasets.A customized kernel function reduces the impact of biased classification towards the majority class(healthy candidates in our consideration).An improved generative adversarial network(IGAN)was designed to generate additional training data to enhance the model’s performance.For performance evaluation,the proposed algorithm achieves a sensitivity of 97.6%and a specificity of 97.3%.The performance comparison is evaluated from five perspectives,including comparisons with different data generation algorithms,feature extraction techniques,kernel functions,and existing works.Results reveal the effectiveness of the IGAN algorithm,which improves the sensitivity and specificity by 4.05%–4.72%and 4.96%–5.86%,respectively;and the effectiveness of the CNN-DSVM algorithm,which improves the sensitivity by 1.24%–57.4%and specificity by 1.04%–163%and reduces biased detection towards the majority class.The ablation experiments confirm the effectiveness of individual components.Two future research directions have also been suggested.展开更多
The tumor selective over-expression of the human Hsp70 gene has been well documented in human tumors,linked to the poor prognosis,being refractory to chemo-and radio-therapies as well as the advanced stage of tumorous...The tumor selective over-expression of the human Hsp70 gene has been well documented in human tumors,linked to the poor prognosis,being refractory to chemo-and radio-therapies as well as the advanced stage of tumorous lesions in particular.However,both the nature and details of aberrations in the control of the Hsp70 expression in tumor remain enigmatic.By comparing various upstream segments of the Hsp70 gene for each''s ability to drive the luciferase reporter genes in the context of the tumor cell lines varying in their p53 status and an immortal normal liver cell line,we demonstrated in a great detail the defects in the control mechanisms at the both initiation and elongation levels of transcription being instrumental to the tumor selective profile of its expression.Our data should not only offer new insights into our understanding of the tumor specific over-expression of the human Hsp70 gene,but also paved the way for the rational utilization of the tumor selective mechanism with the Hsp70 at the central stage fortargeting the therapeutic gene expression to human tumors.展开更多
Leaves are the main organ for photosynthesis and organic synthesis in cotton.Leaf shape has important effects on photosynthetic efficiency and canopy formation,thereby affecting cotton yield.Previous studies have show...Leaves are the main organ for photosynthesis and organic synthesis in cotton.Leaf shape has important effects on photosynthetic efficiency and canopy formation,thereby affecting cotton yield.Previous studies have shown that LMI1(LATE MERISTEM IDENTITY1)is the main gene regulating leaf shape.In this study,the LMI1 gene was inserted into the 35S promoter expression vector,and cotton plants overexpressing LMI1(OE)were obtained through genetic transformation.Statistical analysis of the biological traits of the T_(1) and T_(2) populations showed that compared to the wild type(WT),OE plants had significantly larger leaves,thicker stems and significantly greater dry weight.Furthermore,plant sections of the main vein and petiole showed that the numbers of cells in those tissues of OE plants were significantly greater.In addition,RNA-seq analysis revealed the differential expression of genes related to gibberellin synthesis and NAC gene family(genes containing the NAC domain)between the OE and WT plants,suggesting that LMI1 is involved in secondary wall formation and cell proliferation,which promotes stem thickening.Moreover,Gene Ontology(GO)analysis revealed enrichment in the terms of calcium ion binding,and Kyoto Encyclopedia of Genes and Genomes(KEGG)analysis showed enrichment in the terms of fatty acid degradation,phosphatidylinositol signal transduction system,and c AMP(cyclic adenosine monophosphate)signal pathway.These results suggested that LMI1 OE plants are responsive to gibberellin hormone signals,and have altered messenger signals(c AMP,Ca^(2+))which amplify this function,to promote stronger aboveground vegetative growth.This study found the LMI1 greatly increased the vegetative growth in cotton,which is the basic requirement for higher yield.展开更多
The effects of over-expression of ANXA10 gene on proliferation and apoptosis of hepatocellular carcinoma cell line HepG2 were elucidated.The human ANXA10 gene was subcloned into the lentiviral vector,PGC-FU,to generat...The effects of over-expression of ANXA10 gene on proliferation and apoptosis of hepatocellular carcinoma cell line HepG2 were elucidated.The human ANXA10 gene was subcloned into the lentiviral vector,PGC-FU,to generate the lentiviral expression vector,PGC-FU-ANXA10.The corrected ANXA10 was confirmed by endoenzyme digestion,and sequencing.Recombinant lentiviruses were produced by 293T cells following the co-transfection of PGC-FU-ANXA10 with the packaging plasmids pHelper1.0 and pHelper2.0.The resulting recombinant lentiviruses carrying ANXA10 were then used to infect human embryonic kidney epithelial cells,and lentiviral particles were produced.The ANXA10 expression in 293T cells was detected by using fluorescent microscope and Western blotting.HepG2 cells were infected,and divided into PGC-Fu-ANXA10 group,PGC-Fu group and HepG2 cell group.The changes of ANXA10 mRNA and protein expression were detected by using RT-PCR and Western blotting respectively.Flow cytometry and MTT assay were performed to examine the changes in cell apoptosis and proliferation respectively.The recombinant PGC-FU-ANXA10 vector was successfully constructed,the ANXA10 protein was detected by using Western blotting,and virus titer was 2×108 TU/mL.The recombinant lentiviruses were effectively infected into HepG2 cells in vitro and the infection efficiency was 70%.At 72 h after infection,the ANXA10 mRNA and protein expression levels in PGC-Fu-ANXA10 group were significantly higher than in PGC-Fu group and HepG2 cell group (P<0.05);the in vitro growth inhibition rate of HepG2 cells in PGC-Fu-ANXA10 group was 24.65%,significantly higher than that in PGC-Fu group and HepG2 cell group (P<0.05),but there was no significant difference between PGC-Fu group and HepG2 cell group;the apoptosis rate in PGC-Fu-ANXA10 group,PGC-Fu group and HepG2 cell group was (51.92±1.41)%,(19.00±1.12)% and (3.59±0.89)% respectively.The apoptosis rate in PGC-Fu-ANXA10 group was significantly higher than in PGC-Fu group and HepG2 cell group (P<0.05).The recombinant lentiviruses PGC-FU-ANXA10 were constructed successfully and infected into HepG2 cells.The overexpression of ANXA10 gene can significantly inhibit proliferation and promote apoptosis of HepG2 cells in vitro.展开更多
In the present study, we illustrate the strategy and protocol required to generate rice transgenics over-expressing the 21-nt form of Osa-miR820. The miR exists in two size variants of 21-nt and 24-nt so the natural p...In the present study, we illustrate the strategy and protocol required to generate rice transgenics over-expressing the 21-nt form of Osa-miR820. The miR exists in two size variants of 21-nt and 24-nt so the natural precursor cannot be employed for the purpose of miR over-expression as the cellular machinery can process both size variants thereby masking the role of PTGS regulation. Hence, we adopted the artificial miR technology to specifically over-express the 21-nt species in the transgenics. During the course of experiments it was observed that the amiR constructs probably interfered with the regeneration of the transformed callus, necessitating protocol modifications. The results indicate the successful over-expression of the 21-nt miR species. These plants can serve as a useful source for the functional dissection of the role played by the 21-nt Osa-miR820 species. They will also be valuable in highlighting the importance for the existence of a dual mode of miR mediated target regulation.展开更多
This is first report about the simultaneous over-expression of both Insulin-like growth factor (IGF- I ) and its receptor (IGF- I R) at mRNA level in human primary hepatic Cancer (PHC). In 10 PHC samples from China, I...This is first report about the simultaneous over-expression of both Insulin-like growth factor (IGF- I ) and its receptor (IGF- I R) at mRNA level in human primary hepatic Cancer (PHC). In 10 PHC samples from China, IGF-I and IGF- I R were both over-expressed, whereas only a background signal was detected in normal liver. In 5 pairs of PHC and its non- tumorous adjacent liver tissues from South Africa, IGF- I and IGF- I R were also over-expressed in PHC. mRNA expression of IGF- I in all 5 cases and IGF- I R in 4 of 5 cases were higher in cancer than non- tumorous adjacent liver tissues. These results strongly implicate that an autocrine and/ or paracrine mechanism might be Involved in formation and progression of PHC.展开更多
With the availability of the whole genome sequence of Escherichia coli or Corynebacterium glutamicum, strategies for directed DNA manipulation have developed rapidly. DNA manipulation plays an important role in unders...With the availability of the whole genome sequence of Escherichia coli or Corynebacterium glutamicum, strategies for directed DNA manipulation have developed rapidly. DNA manipulation plays an important role in understanding the function of genes and in constructing novel engineering bacteria according to requirement. DNA manipulation involves modifying the autologous genes and expressing the heterogenous genes. Two alternative approaches, using electroporation linear DNA or recombinant suicide plasmid, allow a wide variety of DNA manipulation. However, the over-expression of the desired gene is generally executed via plasmid-mediation. The current review summarizes the common strategies used for genetically modifying E. coli and C. glutamicum genomes, and discusses the technical problem of multi-layered DNA manipulation. Strategies for gene over-expression via integrating into genome are proposed. This review is intended to be an accessible introduction to DNA manipulation within the bacterial genome for novices and a source of the latest experimental information for experienced investigators.展开更多
Accurately estimating the State of Health(SOH)and Remaining Useful Life(RUL)of lithium-ion batteries(LIBs)is crucial for the continuous and stable operation of battery management systems.However,due to the complex int...Accurately estimating the State of Health(SOH)and Remaining Useful Life(RUL)of lithium-ion batteries(LIBs)is crucial for the continuous and stable operation of battery management systems.However,due to the complex internal chemical systems of LIBs and the nonlinear degradation of their performance,direct measurement of SOH and RUL is challenging.To address these issues,the Twin Support Vector Machine(TWSVM)method is proposed to predict SOH and RUL.Initially,the constant current charging time of the lithium battery is extracted as a health indicator(HI),decomposed using Variational Modal Decomposition(VMD),and feature correlations are computed using Importance of Random Forest Features(RF)to maximize the extraction of critical factors influencing battery performance degradation.Furthermore,to enhance the global search capability of the Convolution Optimization Algorithm(COA),improvements are made using Good Point Set theory and the Differential Evolution method.The Improved Convolution Optimization Algorithm(ICOA)is employed to optimize TWSVM parameters for constructing SOH and RUL prediction models.Finally,the proposed models are validated using NASA and CALCE lithium-ion battery datasets.Experimental results demonstrate that the proposed models achieve an RMSE not exceeding 0.007 and an MAPE not exceeding 0.0082 for SOH and RUL prediction,with a relative error in RUL prediction within the range of[-1.8%,2%].Compared to other models,the proposed model not only exhibits superior fitting capability but also demonstrates robust performance.展开更多
Thrust-vectoring capability has become a critical feature for propulsion systems as space missions move from static to dynamic.Thrust-vectoring is a well-developed area of rocket engine science.For electric propulsion...Thrust-vectoring capability has become a critical feature for propulsion systems as space missions move from static to dynamic.Thrust-vectoring is a well-developed area of rocket engine science.For electric propulsion,however,it is an evolving field that has taken a new leap forward in recent years.A review and analysis of thrust-vectoring schemes for electric propulsion systems have been conducted.The scope of this review includes thrust-vectoring schemes that can be implemented for electrostatic,electromagnetic,and beam-driven thrusters.A classification of electric propulsion schemes that provide thrust-vectoring capability is developed.More attention is given to schemes implemented in laboratory prototypes and flight models.The final part is devoted to a discussion on the suitability of different electric propulsion systems with thrust-vectoring capability for modern space mission operations.The thrust-vectoring capability of electric propulsion is necessary for inner and outer space satellites,which are at a disadvantage with conventional unidirectional propulsion systems due to their limited maneuverability.展开更多
Vector winds play a crucial role in weather and climate,as well as the effective utilization of wind energy resources.However,limited research has been conducted on treating the wind field as a vector field in the eva...Vector winds play a crucial role in weather and climate,as well as the effective utilization of wind energy resources.However,limited research has been conducted on treating the wind field as a vector field in the evaluation of numerical weather prediction models.In this study,the authors treat vector winds as a whole by employing a vector field evaluation method,and evaluate the mesoscale model of the China Meteorological Administration(CMA-MESO)and ECMWF forecast,with reference to ERA5 reanalysis,in terms of multiple aspects of vector winds over eastern China in 2022.The results show that the ECMWF forecast is superior to CMA-MESO in predicting the spatial distribution and intensity of 10-m vector winds.Both models overestimate the wind speed in East China,and CMA-MESO overestimates the wind speed to a greater extent.The forecasting skill of the vector wind field in both models decreases with increasing lead time.The forecasting skill of CMA-MESO fluctuates more and decreases faster than that of the ECMWF forecast.There is a significant negative correlation between the model vector wind forecasting skill and terrain height.This study provides a scientific evaluation of the local application of vector wind forecasts of the CMA-MESO model and ECMWF forecast.展开更多
Open networks and heterogeneous services in the Internet of Vehicles(IoV)can lead to security and privacy challenges.One key requirement for such systems is the preservation of user privacy,ensuring a seamless experie...Open networks and heterogeneous services in the Internet of Vehicles(IoV)can lead to security and privacy challenges.One key requirement for such systems is the preservation of user privacy,ensuring a seamless experience in driving,navigation,and communication.These privacy needs are influenced by various factors,such as data collected at different intervals,trip durations,and user interactions.To address this,the paper proposes a Support Vector Machine(SVM)model designed to process large amounts of aggregated data and recommend privacy preserving measures.The model analyzes data based on user demands and interactions with service providers or neighboring infrastructure.It aims to minimize privacy risks while ensuring service continuity and sustainability.The SVMmodel helps validate the system’s reliability by creating a hyperplane that distinguishes between maximum and minimum privacy recommendations.The results demonstrate the effectiveness of the proposed SVM model in enhancing both privacy and service performance.展开更多
The Macao Science Satellite-1(known as MSS-1)is the first scientific exploration satellite that was designed to measure the Earth's low latitude magnetic field at high resolution and with high precision by collect...The Macao Science Satellite-1(known as MSS-1)is the first scientific exploration satellite that was designed to measure the Earth's low latitude magnetic field at high resolution and with high precision by collecting data in a near-equatorial orbit.Magnetic field data from MSS-1's onboard Vector Fluxgate Magnetometer(VFM),collected at a sample rate of 50 Hz,allows us to detect and investigate sources of magnetic data contamination,from DC to relevant Nyquist frequency.Here we report two types of artificial disturbances in the VFM data.One is V-shaped events concentrated at night,with frequencies sweeping from the Nyquist frequency down to zero and back up.The other is 5-Hz events(ones that exhibit a distinct 5 Hz spectrum peak);these events are always accompanied by intervals of spiky signals,and are clearly related to the attitude control of the satellite.Our analyses show that VFM noise levels in daytime are systematically lower than in nighttime.The daily average noise levels exhibit a period of about 52 days.The V-shaped events are strongly correlated with higher VFM noise levels.展开更多
基金co-supported by the National Natural Science Foundation of China(Grant Nos.62222404,T2450054,62304084,62504087,62361136587 and 92248304)the National Key Research and Development Plan of China(Grant No.2021YFB3601200)+3 种基金the Major Program of Hubei Province(Grant No.2023BAA009)the Research Grants Council of Hong Kong Postdoctoral Fellowship Scheme(Grant No.PDFS2223-4S06)the China Postdoctoral Science Foundation funded project(Grant No.2025M770530)the Postdoctoral Fellowship Program of CPSF(Grant No.GZB20250136).
文摘The von Neumann bottleneck in conventional computing architectures presents a significant challenge for data-inten-sive artificial intelligence applications.A promising approach involves designing specialized hardware with on-chip parameter tunability,which directly accelerates machine learning functions.This work demonstrates a continuously tunable mixed-kernel function physically realized within a van der Waals heterostructure.We designed and fabricated a MoTe_(2)/MoS_(2)type-Ⅱvertical heterojunction phototransistor,which exhibits a non-monotonic,Gaussian-like optoelectronic response owing to its unique inter-layer charge transfer mechanism.This intrinsic physical behavior directly maps to a mixed-kernel function combining Gaussian and Sigmoid characteristics.Furthermore,the hardware kernel can be continuously modulated by in-situ tuning of external opti-cal stimuli.The mixed-kernel exhibited exceptional performance,achieving precision,accuracy,and area under the curve(AUC)values of 95.8%,96%,and 0.9986,respectively,significantly outperforming conventional kernels.By successfully embedding a complex,adaptable mathematical function into the intrinsic physical properties of a single device,this work pioneers a novel pathway toward next-generation,energy-efficient intelligent systems with hardware-level adaptability.
基金supported by the Gansu Provincial Natural Science Foundation(grant number 25JRRA074)the Gansu Provincial Key R&D Science and Technology Program(grant number 24YFGA060)the National Natural Science Foundation of China(grant number 62161019).
文摘Modern intelligent systems,such as autonomous vehicles and face recognition,must continuously adapt to new scenarios while preserving their ability to handle previously encountered situations.However,when neural networks learn new classes sequentially,they suffer from catastrophic forgetting—the tendency to lose knowledge of earlier classes.This challenge,which lies at the core of class-incremental learning,severely limits the deployment of continual learning systems in real-world applications with streaming data.Existing approaches,including rehearsalbased methods and knowledge distillation techniques,have attempted to address this issue but often struggle to effectively preserve decision boundaries and discriminative features under limited memory constraints.To overcome these limitations,we propose a support vector-guided framework for class-incremental learning.The framework integrates an enhanced feature extractor with a Support Vector Machine classifier,which generates boundary-critical support vectors to guide both replay and distillation.Building on this architecture,we design a joint feature retention strategy that combines boundary proximity with feature diversity,and a Support Vector Distillation Loss that enforces dual alignment in decision and semantic spaces.In addition,triple attention modules are incorporated into the feature extractor to enhance representation power.Extensive experiments on CIFAR-100 and Tiny-ImageNet demonstrate effective improvements.On CIFAR-100 and Tiny-ImageNet with 5 tasks,our method achieves 71.68%and 58.61%average accuracy,outperforming strong baselines by 3.34%and 2.05%.These advantages are consistently observed across different task splits,highlighting the robustness and generalization of the proposed approach.Beyond benchmark evaluations,the framework also shows potential in few-shot and resource-constrained applications such as edge computing and mobile robotics.
基金supported by the National Key R&D Program of China under Grant No.2023YFA1008702the National Natural Science Foundation of China under Grant No.12571300。
文摘The support vector machine,a widely used binary classification method,may expose sensitive information during training.To address this,the authors propose a personalized differential privacy method that extends differential privacy.Specifically,the authors introduce personalized differentially private support vector machines to meet different individuals'privacy requirements,using a reweighting strategy and the Laplace mechanism.Theoretical analysis demonstrates that the proposed methods simultaneously satisfy the requirements of personalized differential privacy and ensure model prediction accuracy at these privacy levels.Extensive experiments demonstrate that the proposed methods outperform the existing methods.
基金supported by grants PID2020-120308RB-I00 and PID2023-147802OB-I00 funded by MICIU/AEI/10.13039/501100011033FEDER,UE,by Aligning Science Across Parkinson’s(ref.ASAP-020505)through the Michael J.Fox Foundation for Parkinson’s Research+1 种基金by CiberNed Intramural Collaborative Projects(ref.PI2020/09)by the Spanish Fundación Mutua Madrile?a de Investigación Médica(to JLL)。
文摘The development of clinical candidates that modify the natural progression of sporadic Parkinson's disease and related synucleinopathies is a praiseworthy endeavor,but extremely challenging.Therapeutic candidates that were successful in preclinical Parkinson's disease animal models have repeatedly failed when tested in clinical trials.While these failures have many possible explanations,it is perhaps time to recognize that the problem lies with the animal models rather than the putative candidate.In other words,the lack of adequate animal models of Parkinson's disease currently represents the main barrier to preclinical identification of potential disease-modifying therapies likely to succeed in clinical trials.However,this barrier may be overcome by the recent introduction of novel generations of viral vectors coding for different forms of alpha-synuclein species and related genes.Although still facing several limitations,these models have managed to mimic the known neuropathological hallmarks of Parkinson's disease with unprecedented accuracy,delineating a more optimistic scenario for the near future.
文摘Fluidic Thrust Vectoring(FTV)is used for the yaw attitude control of tailless flying wing,which can significantly improve stealth performance,maneuverability and lateral/heading maneuverability.The FTV control scheme of co-directional secondary flow was designed based on a 30 kgf thrust turbojet engine,an equivalent rudder deflection control variable of Mass Flow Combination(MFC)was proposed,and a control model was established to form a FTV control system scheme,which was integrated with the flight control system of a 100 kg tailless flying wing with medium aspect ratio to achieve closed-loop control of the yaw attitude based on FTV.The heading stability augmentation and maneuvering control characteristics and time response characteristics of tailless flying wing by FTV were quantitatively studied through virtual flight test in a wind tunnel at a wind speed of 35 m/s.The results show that the control strategy based on MFC achieves bidirectional continuous and stable control of thrust vector angle in a range of±11°,and the thrust vector angle varies monotonically with MFC;the co-directional FTV realizes bidirectional continuous and stable control of the yaw attitude of tailless flying wing,without longitudinal/lateral coupling moment.The increment of the maximum yawing moment coefficient is 0.0029,the maximum yaw rate is 7.55(°)/s,and the response time of the yaw rate of the vectoring nozzle actuated by the secondary flow is about 0.06 s,which satisfies the heading stability augmentation and maneuvering control response requirements of the aircraft with statically unstable heading,and provides new control means for the heading rudderless attitude control of tailless flying wing.
基金supported by the China Agriculture Research System of MOF and MARAthe National Natural Science Foundation of China (31872337 and 31501919)the Agricultural Science and Technology Innovation Project,China (ASTIP-IAS02)。
文摘The advantages of genome selection(GS) in animal and plant breeding are self-evident.Traditional parametric models have disadvantage in better fit the increasingly large sequencing data and capture complex effects accurately.Machine learning models have demonstrated remarkable potential in addressing these challenges.In this study,we introduced the concept of mixed kernel functions to explore the performance of support vector machine regression(SVR) in GS.Six single kernel functions(SVR_L,SVR_C,SVR_G,SVR_P,SVR_S,SVR_L) and four mixed kernel functions(SVR_GS,SVR_GP,SVR_LS,SVR_LP) were used to predict genome breeding values.The prediction accuracy,mean squared error(MSE) and mean absolute error(MAE) were used as evaluation indicators to compare with two traditional parametric models(GBLUP,BayesB) and two popular machine learning models(RF,KcRR).The results indicate that in most cases,the performance of the mixed kernel function model significantly outperforms that of GBLUP,BayesB and single kernel function.For instance,for T1 in the pig dataset,the predictive accuracy of SVR_GS is improved by 10% compared to GBLUP,and by approximately 4.4 and 18.6% compared to SVR_G and SVR_S respectively.For E1 in the wheat dataset,SVR_GS achieves 13.3% higher prediction accuracy than GBLUP.Among single kernel functions,the Laplacian and Gaussian kernel functions yield similar results,with the Gaussian kernel function performing better.The mixed kernel function notably reduces the MSE and MAE when compared to all single kernel functions.Furthermore,regarding runtime,SVR_GS and SVR_GP mixed kernel functions run approximately three times faster than GBLUP in the pig dataset,with only a slight increase in runtime compared to the single kernel function model.In summary,the mixed kernel function model of SVR demonstrates speed and accuracy competitiveness,and the model such as SVR_GS has important application potential for GS.
基金supported in part by the National Natural Science Foundation of China under Grant 52477060in part by the Tianjin Natural Science Foundation Project under Grant 24JCZDJC00250in part by the Zhejiang Leading Innovation and Entrepreneurship Team Project under Grant 2024R01012.
文摘In position-sensorless brushless direct current(DC)motors(BLDCMs)fed by a four-switch three-phase(FSTP)inverter,only two phases are fully controlled,while the remaining phase is tied to the midpoint of the split DC-link capacitors.The voltage pulses required by inductance-based initial position detection can cause unequal discharge of the series capacitors,shifting the neutral-point voltage away from half of DC-link voltage(U_(dc)/2).This neutral-point drift breaks the spatial symmetry of the inverter voltage vectors,so the 360°electrical period can no longer be evenly partitioned into six sectors during initial rotor position detection.To address this issue,this paper proposes a detection-pulse injection sequence that explicitly accounts for the asymmetric voltage vectors of the FSTP inverter.With the proposed sequence,the initial rotor position can be identified within a 30°electrical sector.The method requires no additional voltage or current sensors,and experimental results confirm its feasibility.
基金The work described in this paper was fully supported by a grant from Hong Kong Metropolitan University(RIF/2021/05).
文摘Parkinson’s disease(PD)is a debilitating neurological disorder affecting over 10 million people worldwide.PD classification models using voice signals as input are common in the literature.It is believed that using deep learning algorithms further enhances performance;nevertheless,it is challenging due to the nature of small-scale and imbalanced PD datasets.This paper proposed a convolutional neural network-based deep support vector machine(CNN-DSVM)to automate the feature extraction process using CNN and extend the conventional SVM to a DSVM for better classification performance in small-scale PD datasets.A customized kernel function reduces the impact of biased classification towards the majority class(healthy candidates in our consideration).An improved generative adversarial network(IGAN)was designed to generate additional training data to enhance the model’s performance.For performance evaluation,the proposed algorithm achieves a sensitivity of 97.6%and a specificity of 97.3%.The performance comparison is evaluated from five perspectives,including comparisons with different data generation algorithms,feature extraction techniques,kernel functions,and existing works.Results reveal the effectiveness of the IGAN algorithm,which improves the sensitivity and specificity by 4.05%–4.72%and 4.96%–5.86%,respectively;and the effectiveness of the CNN-DSVM algorithm,which improves the sensitivity by 1.24%–57.4%and specificity by 1.04%–163%and reduces biased detection towards the majority class.The ablation experiments confirm the effectiveness of individual components.Two future research directions have also been suggested.
文摘The tumor selective over-expression of the human Hsp70 gene has been well documented in human tumors,linked to the poor prognosis,being refractory to chemo-and radio-therapies as well as the advanced stage of tumorous lesions in particular.However,both the nature and details of aberrations in the control of the Hsp70 expression in tumor remain enigmatic.By comparing various upstream segments of the Hsp70 gene for each''s ability to drive the luciferase reporter genes in the context of the tumor cell lines varying in their p53 status and an immortal normal liver cell line,we demonstrated in a great detail the defects in the control mechanisms at the both initiation and elongation levels of transcription being instrumental to the tumor selective profile of its expression.Our data should not only offer new insights into our understanding of the tumor specific over-expression of the human Hsp70 gene,but also paved the way for the rational utilization of the tumor selective mechanism with the Hsp70 at the central stage fortargeting the therapeutic gene expression to human tumors.
基金supported by the National Natural Science Foundation of China(5201101621)。
文摘Leaves are the main organ for photosynthesis and organic synthesis in cotton.Leaf shape has important effects on photosynthetic efficiency and canopy formation,thereby affecting cotton yield.Previous studies have shown that LMI1(LATE MERISTEM IDENTITY1)is the main gene regulating leaf shape.In this study,the LMI1 gene was inserted into the 35S promoter expression vector,and cotton plants overexpressing LMI1(OE)were obtained through genetic transformation.Statistical analysis of the biological traits of the T_(1) and T_(2) populations showed that compared to the wild type(WT),OE plants had significantly larger leaves,thicker stems and significantly greater dry weight.Furthermore,plant sections of the main vein and petiole showed that the numbers of cells in those tissues of OE plants were significantly greater.In addition,RNA-seq analysis revealed the differential expression of genes related to gibberellin synthesis and NAC gene family(genes containing the NAC domain)between the OE and WT plants,suggesting that LMI1 is involved in secondary wall formation and cell proliferation,which promotes stem thickening.Moreover,Gene Ontology(GO)analysis revealed enrichment in the terms of calcium ion binding,and Kyoto Encyclopedia of Genes and Genomes(KEGG)analysis showed enrichment in the terms of fatty acid degradation,phosphatidylinositol signal transduction system,and c AMP(cyclic adenosine monophosphate)signal pathway.These results suggested that LMI1 OE plants are responsive to gibberellin hormone signals,and have altered messenger signals(c AMP,Ca^(2+))which amplify this function,to promote stronger aboveground vegetative growth.This study found the LMI1 greatly increased the vegetative growth in cotton,which is the basic requirement for higher yield.
文摘The effects of over-expression of ANXA10 gene on proliferation and apoptosis of hepatocellular carcinoma cell line HepG2 were elucidated.The human ANXA10 gene was subcloned into the lentiviral vector,PGC-FU,to generate the lentiviral expression vector,PGC-FU-ANXA10.The corrected ANXA10 was confirmed by endoenzyme digestion,and sequencing.Recombinant lentiviruses were produced by 293T cells following the co-transfection of PGC-FU-ANXA10 with the packaging plasmids pHelper1.0 and pHelper2.0.The resulting recombinant lentiviruses carrying ANXA10 were then used to infect human embryonic kidney epithelial cells,and lentiviral particles were produced.The ANXA10 expression in 293T cells was detected by using fluorescent microscope and Western blotting.HepG2 cells were infected,and divided into PGC-Fu-ANXA10 group,PGC-Fu group and HepG2 cell group.The changes of ANXA10 mRNA and protein expression were detected by using RT-PCR and Western blotting respectively.Flow cytometry and MTT assay were performed to examine the changes in cell apoptosis and proliferation respectively.The recombinant PGC-FU-ANXA10 vector was successfully constructed,the ANXA10 protein was detected by using Western blotting,and virus titer was 2×108 TU/mL.The recombinant lentiviruses were effectively infected into HepG2 cells in vitro and the infection efficiency was 70%.At 72 h after infection,the ANXA10 mRNA and protein expression levels in PGC-Fu-ANXA10 group were significantly higher than in PGC-Fu group and HepG2 cell group (P<0.05);the in vitro growth inhibition rate of HepG2 cells in PGC-Fu-ANXA10 group was 24.65%,significantly higher than that in PGC-Fu group and HepG2 cell group (P<0.05),but there was no significant difference between PGC-Fu group and HepG2 cell group;the apoptosis rate in PGC-Fu-ANXA10 group,PGC-Fu group and HepG2 cell group was (51.92±1.41)%,(19.00±1.12)% and (3.59±0.89)% respectively.The apoptosis rate in PGC-Fu-ANXA10 group was significantly higher than in PGC-Fu group and HepG2 cell group (P<0.05).The recombinant lentiviruses PGC-FU-ANXA10 were constructed successfully and infected into HepG2 cells.The overexpression of ANXA10 gene can significantly inhibit proliferation and promote apoptosis of HepG2 cells in vitro.
文摘In the present study, we illustrate the strategy and protocol required to generate rice transgenics over-expressing the 21-nt form of Osa-miR820. The miR exists in two size variants of 21-nt and 24-nt so the natural precursor cannot be employed for the purpose of miR over-expression as the cellular machinery can process both size variants thereby masking the role of PTGS regulation. Hence, we adopted the artificial miR technology to specifically over-express the 21-nt species in the transgenics. During the course of experiments it was observed that the amiR constructs probably interfered with the regeneration of the transformed callus, necessitating protocol modifications. The results indicate the successful over-expression of the 21-nt miR species. These plants can serve as a useful source for the functional dissection of the role played by the 21-nt Osa-miR820 species. They will also be valuable in highlighting the importance for the existence of a dual mode of miR mediated target regulation.
文摘This is first report about the simultaneous over-expression of both Insulin-like growth factor (IGF- I ) and its receptor (IGF- I R) at mRNA level in human primary hepatic Cancer (PHC). In 10 PHC samples from China, IGF-I and IGF- I R were both over-expressed, whereas only a background signal was detected in normal liver. In 5 pairs of PHC and its non- tumorous adjacent liver tissues from South Africa, IGF- I and IGF- I R were also over-expressed in PHC. mRNA expression of IGF- I in all 5 cases and IGF- I R in 4 of 5 cases were higher in cancer than non- tumorous adjacent liver tissues. These results strongly implicate that an autocrine and/ or paracrine mechanism might be Involved in formation and progression of PHC.
基金supported by the Natural Science Foundation of Jiangsu Province(No.BK20150149)the Fundamental Research Funds for the Central Universities(No.JUSRP51504)the Youth Foundation of Jiangnan University(No.JUSRP115A19),China
文摘With the availability of the whole genome sequence of Escherichia coli or Corynebacterium glutamicum, strategies for directed DNA manipulation have developed rapidly. DNA manipulation plays an important role in understanding the function of genes and in constructing novel engineering bacteria according to requirement. DNA manipulation involves modifying the autologous genes and expressing the heterogenous genes. Two alternative approaches, using electroporation linear DNA or recombinant suicide plasmid, allow a wide variety of DNA manipulation. However, the over-expression of the desired gene is generally executed via plasmid-mediation. The current review summarizes the common strategies used for genetically modifying E. coli and C. glutamicum genomes, and discusses the technical problem of multi-layered DNA manipulation. Strategies for gene over-expression via integrating into genome are proposed. This review is intended to be an accessible introduction to DNA manipulation within the bacterial genome for novices and a source of the latest experimental information for experienced investigators.
基金funded by the Pyramid Talent Training Project of Beijing University of Civil Engineering and Architecture under Grant GJZJ20220802。
文摘Accurately estimating the State of Health(SOH)and Remaining Useful Life(RUL)of lithium-ion batteries(LIBs)is crucial for the continuous and stable operation of battery management systems.However,due to the complex internal chemical systems of LIBs and the nonlinear degradation of their performance,direct measurement of SOH and RUL is challenging.To address these issues,the Twin Support Vector Machine(TWSVM)method is proposed to predict SOH and RUL.Initially,the constant current charging time of the lithium battery is extracted as a health indicator(HI),decomposed using Variational Modal Decomposition(VMD),and feature correlations are computed using Importance of Random Forest Features(RF)to maximize the extraction of critical factors influencing battery performance degradation.Furthermore,to enhance the global search capability of the Convolution Optimization Algorithm(COA),improvements are made using Good Point Set theory and the Differential Evolution method.The Improved Convolution Optimization Algorithm(ICOA)is employed to optimize TWSVM parameters for constructing SOH and RUL prediction models.Finally,the proposed models are validated using NASA and CALCE lithium-ion battery datasets.Experimental results demonstrate that the proposed models achieve an RMSE not exceeding 0.007 and an MAPE not exceeding 0.0082 for SOH and RUL prediction,with a relative error in RUL prediction within the range of[-1.8%,2%].Compared to other models,the proposed model not only exhibits superior fitting capability but also demonstrates robust performance.
基金performed at large-scale research facility"Beam-M"of Bauman Moscow State Technical University following the government task by the Ministry of Science and Higher Education of the Russian Federation(No.FSFN-2024-0007).
文摘Thrust-vectoring capability has become a critical feature for propulsion systems as space missions move from static to dynamic.Thrust-vectoring is a well-developed area of rocket engine science.For electric propulsion,however,it is an evolving field that has taken a new leap forward in recent years.A review and analysis of thrust-vectoring schemes for electric propulsion systems have been conducted.The scope of this review includes thrust-vectoring schemes that can be implemented for electrostatic,electromagnetic,and beam-driven thrusters.A classification of electric propulsion schemes that provide thrust-vectoring capability is developed.More attention is given to schemes implemented in laboratory prototypes and flight models.The final part is devoted to a discussion on the suitability of different electric propulsion systems with thrust-vectoring capability for modern space mission operations.The thrust-vectoring capability of electric propulsion is necessary for inner and outer space satellites,which are at a disadvantage with conventional unidirectional propulsion systems due to their limited maneuverability.
基金primarily supported by the National Key R&D Program of China[grant number 2021YFC3000904]the Jiangsu Provincial Key Technology R&D Program[grant number BE2022851]National Natural Science Foundation of China[grant number 42405035]。
文摘Vector winds play a crucial role in weather and climate,as well as the effective utilization of wind energy resources.However,limited research has been conducted on treating the wind field as a vector field in the evaluation of numerical weather prediction models.In this study,the authors treat vector winds as a whole by employing a vector field evaluation method,and evaluate the mesoscale model of the China Meteorological Administration(CMA-MESO)and ECMWF forecast,with reference to ERA5 reanalysis,in terms of multiple aspects of vector winds over eastern China in 2022.The results show that the ECMWF forecast is superior to CMA-MESO in predicting the spatial distribution and intensity of 10-m vector winds.Both models overestimate the wind speed in East China,and CMA-MESO overestimates the wind speed to a greater extent.The forecasting skill of the vector wind field in both models decreases with increasing lead time.The forecasting skill of CMA-MESO fluctuates more and decreases faster than that of the ECMWF forecast.There is a significant negative correlation between the model vector wind forecasting skill and terrain height.This study provides a scientific evaluation of the local application of vector wind forecasts of the CMA-MESO model and ECMWF forecast.
基金supported by the Deanship of Graduate Studies and Scientific Research at University of Bisha for funding this research through the promising program under grant number(UB-Promising-33-1445).
文摘Open networks and heterogeneous services in the Internet of Vehicles(IoV)can lead to security and privacy challenges.One key requirement for such systems is the preservation of user privacy,ensuring a seamless experience in driving,navigation,and communication.These privacy needs are influenced by various factors,such as data collected at different intervals,trip durations,and user interactions.To address this,the paper proposes a Support Vector Machine(SVM)model designed to process large amounts of aggregated data and recommend privacy preserving measures.The model analyzes data based on user demands and interactions with service providers or neighboring infrastructure.It aims to minimize privacy risks while ensuring service continuity and sustainability.The SVMmodel helps validate the system’s reliability by creating a hyperplane that distinguishes between maximum and minimum privacy recommendations.The results demonstrate the effectiveness of the proposed SVM model in enhancing both privacy and service performance.
基金supported by the National Key R&D Program of China(Grant2022YFF0503700)the National Natural Science Foundation of China(42474200 and 42174186)。
文摘The Macao Science Satellite-1(known as MSS-1)is the first scientific exploration satellite that was designed to measure the Earth's low latitude magnetic field at high resolution and with high precision by collecting data in a near-equatorial orbit.Magnetic field data from MSS-1's onboard Vector Fluxgate Magnetometer(VFM),collected at a sample rate of 50 Hz,allows us to detect and investigate sources of magnetic data contamination,from DC to relevant Nyquist frequency.Here we report two types of artificial disturbances in the VFM data.One is V-shaped events concentrated at night,with frequencies sweeping from the Nyquist frequency down to zero and back up.The other is 5-Hz events(ones that exhibit a distinct 5 Hz spectrum peak);these events are always accompanied by intervals of spiky signals,and are clearly related to the attitude control of the satellite.Our analyses show that VFM noise levels in daytime are systematically lower than in nighttime.The daily average noise levels exhibit a period of about 52 days.The V-shaped events are strongly correlated with higher VFM noise levels.