Large portions of the tunnel boring machine(TBM)construction cost are attributed to disc cutter consumption,and assessing the disc cutter's wear level can help determine the optimal time to replace the disc cutter...Large portions of the tunnel boring machine(TBM)construction cost are attributed to disc cutter consumption,and assessing the disc cutter's wear level can help determine the optimal time to replace the disc cutter.Therefore,the need to monitor disc cutter wear in real-time has emerged as a technical challenge for TBMs.In this study,real-time disc cutter wear monitoring is developed based on sound and vibration sensors.For this purpose,the microphone and accelerometer were used to record the sound and vibration signals of cutting three different types of rocks with varying abrasions on a laboratory scale.The relationship between disc cutter wear and the sound and vibration signal was determined by comparing the measurements of disc cutter wear with the signal plots for each sample.The features extracted from the signals showed that the sound and vibration signals are impacted by the progression of disc wear during the rock-cutting process.The signal features obtained from the rock-cutting operation were utilized to verify the machine learning techniques.The results showed that the multilayer perceptron(MLP),random subspace-based decision tree(RS-DT),DT,and random forest(RF)methods could predict the wear level of the disc cutter with an accuracy of 0.89,0.951,0.951,and 0.927,respectively.Based on the accuracy of the models and the confusion matrix,it was found that the RS-DT model has the best estimate for predicting the level of disc wear.This research has developed a method that can potentially determine when to replace a tool and assess disc wear in real-time.展开更多
The success of deep transfer learning in fault diagnosis is attributed to the collection of high-quality labeled data from the source domain.However,in engineering scenarios,achieving such high-quality label annotatio...The success of deep transfer learning in fault diagnosis is attributed to the collection of high-quality labeled data from the source domain.However,in engineering scenarios,achieving such high-quality label annotation is difficult and expensive.The incorrect label annotation produces two negative effects:1)the complex decision boundary of diagnosis models lowers the generalization performance on the target domain,and2)the distribution of target domain samples becomes misaligned with the false-labeled samples.To overcome these negative effects,this article proposes a solution called the label recovery and trajectory designable network(LRTDN).LRTDN consists of three parts.First,a residual network with dual classifiers is to learn features from cross-domain samples.Second,an annotation check module is constructed to generate a label anomaly indicator that could modify the abnormal labels of false-labeled samples in the source domain.With the training of relabeled samples,the complexity of diagnosis model is reduced via semi-supervised learning.Third,the adaptation trajectories are designed for sample distributions across domains.This ensures that the target domain samples are only adapted with the pure-labeled samples.The LRTDN is verified by two case studies,in which the diagnosis knowledge of bearings is transferred across different working conditions as well as different yet related machines.The results show that LRTDN offers a high diagnosis accuracy even in the presence of incorrect annotation.展开更多
Multi-phase machines are so attractive for electrical machine designers because of their valuable advantages such as high reliability and fault tolerant ability.Meanwhile,fractional slot concentrated windings(FSCW)are...Multi-phase machines are so attractive for electrical machine designers because of their valuable advantages such as high reliability and fault tolerant ability.Meanwhile,fractional slot concentrated windings(FSCW)are well known because of short end winding length,simple structure,field weakening sufficiency,fault tolerant capability and higher slot fill factor.The five-phase machines equipped with FSCW,are very good candidates for the purpose of designing motors for high reliable applications,like electric cars,major transporting buses,high speed trains and massive trucks.But,in comparison to the general distributed windings,the FSCWs contain high magnetomotive force(MMF)space harmonic contents,which cause unwanted effects on the machine ability,such as localized iron saturation and core losses.This manuscript introduces several new five-phase fractional slot winding layouts,by the means of slot shifting concept in order to design the new types of synchronous reluctance motors(SynRels).In order to examine the proposed winding’s performances,three sample machines are designed as case studies,and analytical study and finite element analysis(FEA)is used for validation.展开更多
BACKGROUND Research has found that the amygdala plays a significant role in underlying pathology of major depressive disorder(MDD).However,few studies have explored machine learning-assisted diagnostic biomarkers base...BACKGROUND Research has found that the amygdala plays a significant role in underlying pathology of major depressive disorder(MDD).However,few studies have explored machine learning-assisted diagnostic biomarkers based on amygdala functional connectivity(FC).AIM To investigate the analysis of neuroimaging biomarkers as a streamlined approach for the diagnosis of MDD in adolescents.METHODS Forty-four adolescents diagnosed with MDD and 43 healthy controls were enrolled in the study.Using resting-state functional magnetic resonance imaging,the FC was compared between the adolescents with MDD and the healthy controls,with the bilateral amygdala serving as the seed point,followed by statistical analysis of the results.The support vector machine(SVM)method was then applied to classify functional connections in various brain regions and to evaluate the neurophysiological characteristics associated with MDD.RESULTS Compared to the controls and using the bilateral amygdala as the region of interest,patients with MDD showed significantly lower FC values in the left inferior temporal gyrus,bilateral calcarine,right lingual gyrus,and left superior occipital gyrus.However,there was an increase in the FC value in Vermis-10.The SVM analysis revealed that the reduction in the FC value in the right lingual gyrus could effectively differentiate patients with MDD from healthy controls,achieving a diagnostic accuracy of 83.91%,sensitivity of 79.55%,specificity of 88.37%,and an area under the curve of 67.65%.CONCLUSION The results showed that an abnormal FC value in the right lingual gyrus was effective as a neuroimaging biomarker to distinguish patients with MDD from healthy controls.展开更多
Molecular machines are key to cellular activity where they are involved in converting chemical and light energy into efficient mechanical work.During the last 60 years,designing molecular structures capable of generat...Molecular machines are key to cellular activity where they are involved in converting chemical and light energy into efficient mechanical work.During the last 60 years,designing molecular structures capable of generating unidirectional mechanical motion at the nanoscale has been the topic of intense research.Effective progress has been made,attributed to advances in various fields such as supramolecular chemistry,biology and nanotechnology,and informatics.However,individual molecular machines are only capable of producing nanometer work and generally have only a single functionality.In order to address these problems,collective behaviors realized by integrating several or more of these individual mechanical units in space and time have become a new paradigm.In this review,we comprehensively discuss recent developments in the collective behaviors of molecular machines.In particular,collective behavior is divided into two paradigms.One is the appropriate integration of molecular machines to efficiently amplify molecular motions and deformations to construct novel functional materials.The other is the construction of swarming modes at the supramolecular level to perform nanoscale or microscale operations.We discuss design strategies for both modes and focus on the modulation of features and properties.Subsequently,in order to address existing challenges,the idea of transferring experience gained in the field of micro/nano robotics is presented,offering prospects for future developments in the collective behavior of molecular machines.展开更多
With the widespread data collection and processing,privacy-preserving machine learning has become increasingly important in addressing privacy risks related to individuals.Support vector machine(SVM)is one of the most...With the widespread data collection and processing,privacy-preserving machine learning has become increasingly important in addressing privacy risks related to individuals.Support vector machine(SVM)is one of the most elementary learning models of machine learning.Privacy issues surrounding SVM classifier training have attracted increasing attention.In this paper,we investigate Differential Privacy-compliant Federated Machine Learning with Dimensionality Reduction,called FedDPDR-DPML,which greatly improves data utility while providing strong privacy guarantees.Considering in distributed learning scenarios,multiple participants usually hold unbalanced or small amounts of data.Therefore,FedDPDR-DPML enables multiple participants to collaboratively learn a global model based on weighted model averaging and knowledge aggregation and then the server distributes the global model to each participant to improve local data utility.Aiming at high-dimensional data,we adopt differential privacy in both the principal component analysis(PCA)-based dimensionality reduction phase and SVM classifiers training phase,which improves model accuracy while achieving strict differential privacy protection.Besides,we train Differential privacy(DP)-compliant SVM classifiers by adding noise to the objective function itself,thus leading to better data utility.Extensive experiments on three high-dimensional datasets demonstrate that FedDPDR-DPML can achieve high accuracy while ensuring strong privacy protection.展开更多
A versatile analytical method(VAM) for calculating the harmonic components of the magnetomotive force(MMF) generated by diverse armature windings in AC machines has been proposed, and the versatility of this method ha...A versatile analytical method(VAM) for calculating the harmonic components of the magnetomotive force(MMF) generated by diverse armature windings in AC machines has been proposed, and the versatility of this method has been established in early literature. However, its practical applications and significance in advancing the analysis of AC machines need further elaboration. This paper aims to complement VAM by augmenting its theory, offering additional insights into its conclusions, as well as demonstrating its utility in assessing armature windings and its application of calculating torque for permanent magnet synchronous machines(PMSM). This work contributes to advancing the analysis of AC machines and underscores the potential for improved design and performance optimization.展开更多
In this paper,the electromagnetic performance of variable flux memory(VFM)machines with series-magnetic-circuit is investigated and compared for different rotor topologies.Based on a V-type VFM machine,five topologies...In this paper,the electromagnetic performance of variable flux memory(VFM)machines with series-magnetic-circuit is investigated and compared for different rotor topologies.Based on a V-type VFM machine,five topologies with different interior permanent magnet(IPM)arrangements are evolved and optimized under same constrains.Based on two-dimensional(2-D)finite element(FE)method,their electromagnetic performance at magnetization and demagnetization states is evaluated.It reveals that the iron bridge and rotor lamination region between constant PM(CPM)and variable PM(VPM)play an important role in torque density and flux regulation(FR)capabilities.Besides,the global efficiency can be improved in VFM machines by adjusting magnetization state(MS)under different operating conditions.展开更多
To improve the performance of video compression for machine vision analysis tasks,a video coding for machines(VCM)standard working group was established to promote standardization procedures.In this paper,recent advan...To improve the performance of video compression for machine vision analysis tasks,a video coding for machines(VCM)standard working group was established to promote standardization procedures.In this paper,recent advances in video coding for machine standards are presented and comprehensive introductions to the use cases,requirements,evaluation frameworks and corresponding metrics of the VCM standard are given.Then the existing methods are presented,introducing the existing proposals by category and the research progress of the latest VCM conference.Finally,we give conclusions.展开更多
In any industry,it is the requirement to know whether the machine is healthy or not to operate machine further.If the machine is not healthy then what is the fault in the machine and then finally its location.The pape...In any industry,it is the requirement to know whether the machine is healthy or not to operate machine further.If the machine is not healthy then what is the fault in the machine and then finally its location.The paper is proposing a 3-Steps methodology for the machine fault diagnosis to meet the industrial requirements to aid the maintenance activity.The Step-1 identifies whether machine is healthy or faulty,then Step-2 detect the type of defect and finally its location in Step-3.This method is extended further from the earlier study on the 2-Steps method for the rotor defects only to the 3-Steps methodology to both rotor and bearing defects.The method uses the optimised vibration parameters and a simple Artificial Neural Network(ANN)-based Machine Learning(ML)model from the earlier studies.The model is initially developed,tested and validated on an experimental rotating rig operating at a speed above 1st critical speed.The proposed method and model are then further validated at 2 different operating speeds,one below 1st critical speed and other above 2nd critical speed.The machine dynamics are expected to be significantly different at these speeds.This highlights the robustness of the proposed 3-Steps method.展开更多
In the fast-paced world of clothing manufacturing,productivity and efficiency are crucial for staying competitive.Industrial sewing machines play a vital role in this context,offering advanced features and capabilitie...In the fast-paced world of clothing manufacturing,productivity and efficiency are crucial for staying competitive.Industrial sewing machines play a vital role in this context,offering advanced features and capabilities that significantly enhance production output and quality.This article explores the various aspects of industrial sewing machines,their impact on productivity,and the emerging trends that are shaping the future of the clothing manufacturing industry.展开更多
Aiming at the problems of the traditional method of assessing distribution of particle size in bench blasting, a support vector machines (SVMs) regression methodology was used to predict the mean particle size (X50...Aiming at the problems of the traditional method of assessing distribution of particle size in bench blasting, a support vector machines (SVMs) regression methodology was used to predict the mean particle size (X50) resulting from rock blast fragmentation in various mines based on the statistical learning theory. The data base consisted of blast design parameters, explosive parameters, modulus of elasticity and in-situ block size. The seven input independent variables used for the SVMs model for the prediction of X50 of rock blast fragmentation were the ratio of bench height to drilled burden (H/B), ratio of spacing to burden (S/B), ratio of burden to hole diameter (B/D), ratio of stemming to burden (T/B), powder factor (Pf), modulus of elasticity (E) and in-situ block size (XB). After using the 90 sets of the measured data in various mines and rock formations in the world for training and testing, the model was applied to 12 another blast data for validation of the trained support vector regression (SVR) model. The prediction results of SVR were compared with those of artificial neural network (ANN), multivariate regression analysis (MVRA) models, conventional Kuznetsov method and the measured X50 values. The proposed method shows promising results and the prediction accuracy of SVMs model is acceptable.展开更多
Support vector machines (SVMs) are utilized for emotion recognition in Chinese speech in this paper. Both binary class discrimination and the multi class discrimination are discussed. It proves that the emotional fe...Support vector machines (SVMs) are utilized for emotion recognition in Chinese speech in this paper. Both binary class discrimination and the multi class discrimination are discussed. It proves that the emotional features construct a nonlinear problem in the input space, and SVMs based on nonlinear mapping can solve it more effectively than other linear methods. Multi class classification based on SVMs with a soft decision function is constructed to classify the four emotion situations. Compared with principal component analysis (PCA) method and modified PCA method, SVMs perform the best result in multi class discrimination by using nonlinear kernel mapping.展开更多
Engine spark ignition is an important source for diagnosis of engine faults.Based on the waveform of the ignition pattern,a mechanic can guess what may be the potential malfunctioning parts of an engine with his/her e...Engine spark ignition is an important source for diagnosis of engine faults.Based on the waveform of the ignition pattern,a mechanic can guess what may be the potential malfunctioning parts of an engine with his/her experience and handbooks.However,this manual diagnostic method is imprecise because many spark ignition patterns are very similar.Therefore,a diagnosis needs many trials to identify the malfunctioning parts.Meanwhile the mechanic needs to disassemble and assemble the engine parts for verification.To tackle this problem,an intelligent diagnosis system was established based on ignition patterns.First,the captured patterns were normalized and compressed.Then wavelet packet transform(WPT) was employed to extract the representative features of the ignition patterns.Finally,a classification system was constructed by using multi-class support vector machines(SVM) and the extracted features.The classification system can intelligently classify the most likely engine fault so as to reduce the number of diagnosis trials.Experimental results show that SVM produces higher diagnosis accuracy than the traditional multilayer feedforward neural network.This is the first trial on the combination of WPT and SVM to analyze ignition patterns and diagnose automotive engines.展开更多
In order to rapidly respond to the complex and mutational market, a new facility layout plan based on cellular manufacturing is proposed, which gives consideration to high efficiency and flexibility. The plan designs ...In order to rapidly respond to the complex and mutational market, a new facility layout plan based on cellular manufacturing is proposed, which gives consideration to high efficiency and flexibility. The plan designs two phases of integrated cell layout, i.e., cell construction and cell system layout, on the condition of adding/removing machines. First, in view of the costs of logics and machine-relocation, the cell construction based on the alternative processing routes and intra-cell layout are integrated as a whole, which achieves cell formation, process planning and the intra-cell layout in a single step. Secondly, an approach of a continuous optimized multi-line layout for solving the cell system layout problem is proposed, which eliminates the coupling relationship from the machine-relocation and realizes an integrated design of the two phases of the cell layout. An application based on real factory data is optimally solved by the Matlab 7.0 software to validate and verify the models.展开更多
The analysis and calculating method of dynamic errors of CMMs during probing are discussed.To relate the dynamic displacement errors with the dynamic rotational errors a method for obtaining the displacement errors at...The analysis and calculating method of dynamic errors of CMMs during probing are discussed.To relate the dynamic displacement errors with the dynamic rotational errors a method for obtaining the displacement errors at the probing position from dynamic rotational errors is presented.It is pointed out that the finite element method might be used for modeling dynamic errors.However,dynamic errors are difficult to be modeled so a combined practical and theoretical approach is needed.In addition,the dynamic errors are measured with inductive position sensors.展开更多
In engineering practice,it is often necessary to determine functional relationships between dependent and independent variables.These relationships can be highly nonlinear,and classical regression approaches cannot al...In engineering practice,it is often necessary to determine functional relationships between dependent and independent variables.These relationships can be highly nonlinear,and classical regression approaches cannot always provide sufficiently reliable solutions.Nevertheless,Machine Learning(ML)techniques,which offer advanced regression tools to address complicated engineering issues,have been developed and widely explored.This study investigates the selected ML techniques to evaluate their suitability for application in the hot deformation behavior of metallic materials.The ML-based regression methods of Artificial Neural Networks(ANNs),Support Vector Machine(SVM),Decision Tree Regression(DTR),and Gaussian Process Regression(GPR)are applied to mathematically describe hot flow stress curve datasets acquired experimentally for a medium-carbon steel.Although the GPR method has not been used for such a regression task before,the results showed that its performance is the most favorable and practically unrivaled;neither the ANN method nor the other studied ML techniques provide such precise results of the solved regression analysis.展开更多
In this paper,various types of sinusoidal-fed electrical machines,i.e.induction machines(IMs),permanent magnet(PM)machines,synchronous reluctance machines,variable flux machines,wound field machines,are comprehensivel...In this paper,various types of sinusoidal-fed electrical machines,i.e.induction machines(IMs),permanent magnet(PM)machines,synchronous reluctance machines,variable flux machines,wound field machines,are comprehensively reviewed in terms of basic features,merits and demerits,and compared for HEV/EV traction applications.Their latest developments are highlighted while their electromagnetic performance are quantitatively compared based on the same specification as the Prius 2010 interior PM(IPM)machine,including the torque/power-speed characteristics,power factor,efficiency map,and drive cycle based overall efficiency.It is found that PM-assisted synchronous reluctance machines are the most promising alternatives to IPM machines with lower cost and potentially higher overall efficiency.Although IMs are cheaper and have better overload capability,they exhibit lower efficiency and power factor.Other electrical machines,such as synchronous reluctance machines,wound field machines,as well as many other newly developed machines,are currently less attractive due to lower torque density and efficiency.展开更多
Antimicrobial resistance is a global public health threat,and the World Health Organization(WHO)has announced a priority list of the most threatening pathogens against which novel antibiotics need to be developed.The ...Antimicrobial resistance is a global public health threat,and the World Health Organization(WHO)has announced a priority list of the most threatening pathogens against which novel antibiotics need to be developed.The discovery and introduction of novel antibiotics are time-consuming and expensive.According to WHO’s report of antibacterial agents in clinical development,only 18 novel antibiotics have been approved since 2014.Therefore,novel antibiotics are critically needed.Artificial intelligence(AI)has been rapidly applied to drug development since its recent technical breakthrough and has dramatically improved the efficiency of the discovery of novel antibiotics.Here,we first summarized recently marketed novel antibiotics,and antibiotic candidates in clinical development.In addition,we systematically reviewed the involvement of AI in antibacterial drug development and utilization,including small molecules,antimicrobial peptides,phage therapy,essential oils,as well as resistance mechanism prediction,and antibiotic stewardship.展开更多
A dynamical dq model is proposed for a linear flux-switching permanent magnet(LFSPM) machine which is suitable for high-precision control applications.The operation principle of the prototype machine is analyzed usi...A dynamical dq model is proposed for a linear flux-switching permanent magnet(LFSPM) machine which is suitable for high-precision control applications.The operation principle of the prototype machine is analyzed using the finite element method(FEM),and the parameters,such as the back electromotive force(EMF) and the phase flux linkage,are calculated.The calculated and measured results reveal that the back EMF and the flux linkage are essentially sinusoidal,and the variation of the phase flux linkage profile of the LFSPM machine is similar to that of the linear surface permanent magnet(LSPM) machine.Based on this,a dynamical dq model and a simulation control model are proposed.The simulation results are compared with the test results obtained from a DSP-based control platform,which verifies that the model is correct and effective.Moreover,the model can be used for design optimization and control development.展开更多
文摘Large portions of the tunnel boring machine(TBM)construction cost are attributed to disc cutter consumption,and assessing the disc cutter's wear level can help determine the optimal time to replace the disc cutter.Therefore,the need to monitor disc cutter wear in real-time has emerged as a technical challenge for TBMs.In this study,real-time disc cutter wear monitoring is developed based on sound and vibration sensors.For this purpose,the microphone and accelerometer were used to record the sound and vibration signals of cutting three different types of rocks with varying abrasions on a laboratory scale.The relationship between disc cutter wear and the sound and vibration signal was determined by comparing the measurements of disc cutter wear with the signal plots for each sample.The features extracted from the signals showed that the sound and vibration signals are impacted by the progression of disc wear during the rock-cutting process.The signal features obtained from the rock-cutting operation were utilized to verify the machine learning techniques.The results showed that the multilayer perceptron(MLP),random subspace-based decision tree(RS-DT),DT,and random forest(RF)methods could predict the wear level of the disc cutter with an accuracy of 0.89,0.951,0.951,and 0.927,respectively.Based on the accuracy of the models and the confusion matrix,it was found that the RS-DT model has the best estimate for predicting the level of disc wear.This research has developed a method that can potentially determine when to replace a tool and assess disc wear in real-time.
基金the National Key R&D Program of China(2022YFB3402100)the National Science Fund for Distinguished Young Scholars of China(52025056)+4 种基金the National Natural Science Foundation of China(52305129)the China Postdoctoral Science Foundation(2023M732789)the China Postdoctoral Innovative Talents Support Program(BX20230290)the Open Foundation of Hunan Provincial Key Laboratory of Health Maintenance for Mechanical Equipment(2022JXKF JJ01)the Fundamental Research Funds for Central Universities。
文摘The success of deep transfer learning in fault diagnosis is attributed to the collection of high-quality labeled data from the source domain.However,in engineering scenarios,achieving such high-quality label annotation is difficult and expensive.The incorrect label annotation produces two negative effects:1)the complex decision boundary of diagnosis models lowers the generalization performance on the target domain,and2)the distribution of target domain samples becomes misaligned with the false-labeled samples.To overcome these negative effects,this article proposes a solution called the label recovery and trajectory designable network(LRTDN).LRTDN consists of three parts.First,a residual network with dual classifiers is to learn features from cross-domain samples.Second,an annotation check module is constructed to generate a label anomaly indicator that could modify the abnormal labels of false-labeled samples in the source domain.With the training of relabeled samples,the complexity of diagnosis model is reduced via semi-supervised learning.Third,the adaptation trajectories are designed for sample distributions across domains.This ensures that the target domain samples are only adapted with the pure-labeled samples.The LRTDN is verified by two case studies,in which the diagnosis knowledge of bearings is transferred across different working conditions as well as different yet related machines.The results show that LRTDN offers a high diagnosis accuracy even in the presence of incorrect annotation.
文摘Multi-phase machines are so attractive for electrical machine designers because of their valuable advantages such as high reliability and fault tolerant ability.Meanwhile,fractional slot concentrated windings(FSCW)are well known because of short end winding length,simple structure,field weakening sufficiency,fault tolerant capability and higher slot fill factor.The five-phase machines equipped with FSCW,are very good candidates for the purpose of designing motors for high reliable applications,like electric cars,major transporting buses,high speed trains and massive trucks.But,in comparison to the general distributed windings,the FSCWs contain high magnetomotive force(MMF)space harmonic contents,which cause unwanted effects on the machine ability,such as localized iron saturation and core losses.This manuscript introduces several new five-phase fractional slot winding layouts,by the means of slot shifting concept in order to design the new types of synchronous reluctance motors(SynRels).In order to examine the proposed winding’s performances,three sample machines are designed as case studies,and analytical study and finite element analysis(FEA)is used for validation.
文摘BACKGROUND Research has found that the amygdala plays a significant role in underlying pathology of major depressive disorder(MDD).However,few studies have explored machine learning-assisted diagnostic biomarkers based on amygdala functional connectivity(FC).AIM To investigate the analysis of neuroimaging biomarkers as a streamlined approach for the diagnosis of MDD in adolescents.METHODS Forty-four adolescents diagnosed with MDD and 43 healthy controls were enrolled in the study.Using resting-state functional magnetic resonance imaging,the FC was compared between the adolescents with MDD and the healthy controls,with the bilateral amygdala serving as the seed point,followed by statistical analysis of the results.The support vector machine(SVM)method was then applied to classify functional connections in various brain regions and to evaluate the neurophysiological characteristics associated with MDD.RESULTS Compared to the controls and using the bilateral amygdala as the region of interest,patients with MDD showed significantly lower FC values in the left inferior temporal gyrus,bilateral calcarine,right lingual gyrus,and left superior occipital gyrus.However,there was an increase in the FC value in Vermis-10.The SVM analysis revealed that the reduction in the FC value in the right lingual gyrus could effectively differentiate patients with MDD from healthy controls,achieving a diagnostic accuracy of 83.91%,sensitivity of 79.55%,specificity of 88.37%,and an area under the curve of 67.65%.CONCLUSION The results showed that an abnormal FC value in the right lingual gyrus was effective as a neuroimaging biomarker to distinguish patients with MDD from healthy controls.
基金supported by National Key R&D Program of China(2018YFA0901700)National Natural Science Foundation of China(22278241)+1 种基金a grant from the Institute Guo Qiang,Tsinghua University(2021GQG1016)Department of Chemical Engineering-iBHE Joint Cooperation Fund.
文摘Molecular machines are key to cellular activity where they are involved in converting chemical and light energy into efficient mechanical work.During the last 60 years,designing molecular structures capable of generating unidirectional mechanical motion at the nanoscale has been the topic of intense research.Effective progress has been made,attributed to advances in various fields such as supramolecular chemistry,biology and nanotechnology,and informatics.However,individual molecular machines are only capable of producing nanometer work and generally have only a single functionality.In order to address these problems,collective behaviors realized by integrating several or more of these individual mechanical units in space and time have become a new paradigm.In this review,we comprehensively discuss recent developments in the collective behaviors of molecular machines.In particular,collective behavior is divided into two paradigms.One is the appropriate integration of molecular machines to efficiently amplify molecular motions and deformations to construct novel functional materials.The other is the construction of swarming modes at the supramolecular level to perform nanoscale or microscale operations.We discuss design strategies for both modes and focus on the modulation of features and properties.Subsequently,in order to address existing challenges,the idea of transferring experience gained in the field of micro/nano robotics is presented,offering prospects for future developments in the collective behavior of molecular machines.
基金supported in part by National Natural Science Foundation of China(Nos.62102311,62202377,62272385)in part by Natural Science Basic Research Program of Shaanxi(Nos.2022JQ-600,2022JM-353,2023-JC-QN-0327)+2 种基金in part by Shaanxi Distinguished Youth Project(No.2022JC-47)in part by Scientific Research Program Funded by Shaanxi Provincial Education Department(No.22JK0560)in part by Distinguished Youth Talents of Shaanxi Universities,and in part by Youth Innovation Team of Shaanxi Universities.
文摘With the widespread data collection and processing,privacy-preserving machine learning has become increasingly important in addressing privacy risks related to individuals.Support vector machine(SVM)is one of the most elementary learning models of machine learning.Privacy issues surrounding SVM classifier training have attracted increasing attention.In this paper,we investigate Differential Privacy-compliant Federated Machine Learning with Dimensionality Reduction,called FedDPDR-DPML,which greatly improves data utility while providing strong privacy guarantees.Considering in distributed learning scenarios,multiple participants usually hold unbalanced or small amounts of data.Therefore,FedDPDR-DPML enables multiple participants to collaboratively learn a global model based on weighted model averaging and knowledge aggregation and then the server distributes the global model to each participant to improve local data utility.Aiming at high-dimensional data,we adopt differential privacy in both the principal component analysis(PCA)-based dimensionality reduction phase and SVM classifiers training phase,which improves model accuracy while achieving strict differential privacy protection.Besides,we train Differential privacy(DP)-compliant SVM classifiers by adding noise to the objective function itself,thus leading to better data utility.Extensive experiments on three high-dimensional datasets demonstrate that FedDPDR-DPML can achieve high accuracy while ensuring strong privacy protection.
基金supported by the Natural Science Foundation of China under Grant U22A20214 and Grant 51837010。
文摘A versatile analytical method(VAM) for calculating the harmonic components of the magnetomotive force(MMF) generated by diverse armature windings in AC machines has been proposed, and the versatility of this method has been established in early literature. However, its practical applications and significance in advancing the analysis of AC machines need further elaboration. This paper aims to complement VAM by augmenting its theory, offering additional insights into its conclusions, as well as demonstrating its utility in assessing armature windings and its application of calculating torque for permanent magnet synchronous machines(PMSM). This work contributes to advancing the analysis of AC machines and underscores the potential for improved design and performance optimization.
基金supported by the CRRC Zhuzhou Institute Company Ltd.and in part by Key R&D projects in Hunan+1 种基金ChinaNo.2022GK2062。
文摘In this paper,the electromagnetic performance of variable flux memory(VFM)machines with series-magnetic-circuit is investigated and compared for different rotor topologies.Based on a V-type VFM machine,five topologies with different interior permanent magnet(IPM)arrangements are evolved and optimized under same constrains.Based on two-dimensional(2-D)finite element(FE)method,their electromagnetic performance at magnetization and demagnetization states is evaluated.It reveals that the iron bridge and rotor lamination region between constant PM(CPM)and variable PM(VPM)play an important role in torque density and flux regulation(FR)capabilities.Besides,the global efficiency can be improved in VFM machines by adjusting magnetization state(MS)under different operating conditions.
基金supported by ZTE Industry-University-Institute Cooperation Funds.
文摘To improve the performance of video compression for machine vision analysis tasks,a video coding for machines(VCM)standard working group was established to promote standardization procedures.In this paper,recent advances in video coding for machine standards are presented and comprehensive introductions to the use cases,requirements,evaluation frameworks and corresponding metrics of the VCM standard are given.Then the existing methods are presented,introducing the existing proposals by category and the research progress of the latest VCM conference.Finally,we give conclusions.
文摘In any industry,it is the requirement to know whether the machine is healthy or not to operate machine further.If the machine is not healthy then what is the fault in the machine and then finally its location.The paper is proposing a 3-Steps methodology for the machine fault diagnosis to meet the industrial requirements to aid the maintenance activity.The Step-1 identifies whether machine is healthy or faulty,then Step-2 detect the type of defect and finally its location in Step-3.This method is extended further from the earlier study on the 2-Steps method for the rotor defects only to the 3-Steps methodology to both rotor and bearing defects.The method uses the optimised vibration parameters and a simple Artificial Neural Network(ANN)-based Machine Learning(ML)model from the earlier studies.The model is initially developed,tested and validated on an experimental rotating rig operating at a speed above 1st critical speed.The proposed method and model are then further validated at 2 different operating speeds,one below 1st critical speed and other above 2nd critical speed.The machine dynamics are expected to be significantly different at these speeds.This highlights the robustness of the proposed 3-Steps method.
文摘In the fast-paced world of clothing manufacturing,productivity and efficiency are crucial for staying competitive.Industrial sewing machines play a vital role in this context,offering advanced features and capabilities that significantly enhance production output and quality.This article explores the various aspects of industrial sewing machines,their impact on productivity,and the emerging trends that are shaping the future of the clothing manufacturing industry.
基金Foundation item:Project (2006BAB02A02) supported by the National Key Technology R&D Program during the 11th Five-year Plan Period of ChinaProject (CX2011B119) supported by the Graduated Students' Research and Innovation Fund of Hunan Province, ChinaProject (2009ssxt230) supported by the Central South University Innovation Fund,China
文摘Aiming at the problems of the traditional method of assessing distribution of particle size in bench blasting, a support vector machines (SVMs) regression methodology was used to predict the mean particle size (X50) resulting from rock blast fragmentation in various mines based on the statistical learning theory. The data base consisted of blast design parameters, explosive parameters, modulus of elasticity and in-situ block size. The seven input independent variables used for the SVMs model for the prediction of X50 of rock blast fragmentation were the ratio of bench height to drilled burden (H/B), ratio of spacing to burden (S/B), ratio of burden to hole diameter (B/D), ratio of stemming to burden (T/B), powder factor (Pf), modulus of elasticity (E) and in-situ block size (XB). After using the 90 sets of the measured data in various mines and rock formations in the world for training and testing, the model was applied to 12 another blast data for validation of the trained support vector regression (SVR) model. The prediction results of SVR were compared with those of artificial neural network (ANN), multivariate regression analysis (MVRA) models, conventional Kuznetsov method and the measured X50 values. The proposed method shows promising results and the prediction accuracy of SVMs model is acceptable.
文摘Support vector machines (SVMs) are utilized for emotion recognition in Chinese speech in this paper. Both binary class discrimination and the multi class discrimination are discussed. It proves that the emotional features construct a nonlinear problem in the input space, and SVMs based on nonlinear mapping can solve it more effectively than other linear methods. Multi class classification based on SVMs with a soft decision function is constructed to classify the four emotion situations. Compared with principal component analysis (PCA) method and modified PCA method, SVMs perform the best result in multi class discrimination by using nonlinear kernel mapping.
基金supported by University of Macao Research Grant,China (Grant No. RG057/08-09S/VCM/FST, Grant No. UL011/09-Y1/ EME/ WPK01/FST)
文摘Engine spark ignition is an important source for diagnosis of engine faults.Based on the waveform of the ignition pattern,a mechanic can guess what may be the potential malfunctioning parts of an engine with his/her experience and handbooks.However,this manual diagnostic method is imprecise because many spark ignition patterns are very similar.Therefore,a diagnosis needs many trials to identify the malfunctioning parts.Meanwhile the mechanic needs to disassemble and assemble the engine parts for verification.To tackle this problem,an intelligent diagnosis system was established based on ignition patterns.First,the captured patterns were normalized and compressed.Then wavelet packet transform(WPT) was employed to extract the representative features of the ignition patterns.Finally,a classification system was constructed by using multi-class support vector machines(SVM) and the extracted features.The classification system can intelligently classify the most likely engine fault so as to reduce the number of diagnosis trials.Experimental results show that SVM produces higher diagnosis accuracy than the traditional multilayer feedforward neural network.This is the first trial on the combination of WPT and SVM to analyze ignition patterns and diagnose automotive engines.
文摘In order to rapidly respond to the complex and mutational market, a new facility layout plan based on cellular manufacturing is proposed, which gives consideration to high efficiency and flexibility. The plan designs two phases of integrated cell layout, i.e., cell construction and cell system layout, on the condition of adding/removing machines. First, in view of the costs of logics and machine-relocation, the cell construction based on the alternative processing routes and intra-cell layout are integrated as a whole, which achieves cell formation, process planning and the intra-cell layout in a single step. Secondly, an approach of a continuous optimized multi-line layout for solving the cell system layout problem is proposed, which eliminates the coupling relationship from the machine-relocation and realizes an integrated design of the two phases of the cell layout. An application based on real factory data is optimally solved by the Matlab 7.0 software to validate and verify the models.
文摘The analysis and calculating method of dynamic errors of CMMs during probing are discussed.To relate the dynamic displacement errors with the dynamic rotational errors a method for obtaining the displacement errors at the probing position from dynamic rotational errors is presented.It is pointed out that the finite element method might be used for modeling dynamic errors.However,dynamic errors are difficult to be modeled so a combined practical and theoretical approach is needed.In addition,the dynamic errors are measured with inductive position sensors.
基金supported by the SP2024/089 Project by the Faculty of Materials Science and Technology,VˇSB-Technical University of Ostrava.
文摘In engineering practice,it is often necessary to determine functional relationships between dependent and independent variables.These relationships can be highly nonlinear,and classical regression approaches cannot always provide sufficiently reliable solutions.Nevertheless,Machine Learning(ML)techniques,which offer advanced regression tools to address complicated engineering issues,have been developed and widely explored.This study investigates the selected ML techniques to evaluate their suitability for application in the hot deformation behavior of metallic materials.The ML-based regression methods of Artificial Neural Networks(ANNs),Support Vector Machine(SVM),Decision Tree Regression(DTR),and Gaussian Process Regression(GPR)are applied to mathematically describe hot flow stress curve datasets acquired experimentally for a medium-carbon steel.Although the GPR method has not been used for such a regression task before,the results showed that its performance is the most favorable and practically unrivaled;neither the ANN method nor the other studied ML techniques provide such precise results of the solved regression analysis.
基金This work is partially supported by Guangdong Welling Motor Manufacturing Co.,Ltd and Guangdong Innovative Research Team Program(No.2011N084)China,Valeo Electrical Systems,France,and the Royal Academy of Engineering/Siemens Research Chair Program,UK.
文摘In this paper,various types of sinusoidal-fed electrical machines,i.e.induction machines(IMs),permanent magnet(PM)machines,synchronous reluctance machines,variable flux machines,wound field machines,are comprehensively reviewed in terms of basic features,merits and demerits,and compared for HEV/EV traction applications.Their latest developments are highlighted while their electromagnetic performance are quantitatively compared based on the same specification as the Prius 2010 interior PM(IPM)machine,including the torque/power-speed characteristics,power factor,efficiency map,and drive cycle based overall efficiency.It is found that PM-assisted synchronous reluctance machines are the most promising alternatives to IPM machines with lower cost and potentially higher overall efficiency.Although IMs are cheaper and have better overload capability,they exhibit lower efficiency and power factor.Other electrical machines,such as synchronous reluctance machines,wound field machines,as well as many other newly developed machines,are currently less attractive due to lower torque density and efficiency.
基金supported by the National Natural Science Foundation of China(32300157)the Shanghai Municipal Science and Technology Commission(19411964900)+1 种基金the Major Research and Development Project of Innovative Drugs,Ministry of Science and Technology of China(2017ZX09304005)the Wellcome Trust.
文摘Antimicrobial resistance is a global public health threat,and the World Health Organization(WHO)has announced a priority list of the most threatening pathogens against which novel antibiotics need to be developed.The discovery and introduction of novel antibiotics are time-consuming and expensive.According to WHO’s report of antibacterial agents in clinical development,only 18 novel antibiotics have been approved since 2014.Therefore,novel antibiotics are critically needed.Artificial intelligence(AI)has been rapidly applied to drug development since its recent technical breakthrough and has dramatically improved the efficiency of the discovery of novel antibiotics.Here,we first summarized recently marketed novel antibiotics,and antibiotic candidates in clinical development.In addition,we systematically reviewed the involvement of AI in antibacterial drug development and utilization,including small molecules,antimicrobial peptides,phage therapy,essential oils,as well as resistance mechanism prediction,and antibiotic stewardship.
基金The National Natural Science Foundation of China (No.41076054)
文摘A dynamical dq model is proposed for a linear flux-switching permanent magnet(LFSPM) machine which is suitable for high-precision control applications.The operation principle of the prototype machine is analyzed using the finite element method(FEM),and the parameters,such as the back electromotive force(EMF) and the phase flux linkage,are calculated.The calculated and measured results reveal that the back EMF and the flux linkage are essentially sinusoidal,and the variation of the phase flux linkage profile of the LFSPM machine is similar to that of the linear surface permanent magnet(LSPM) machine.Based on this,a dynamical dq model and a simulation control model are proposed.The simulation results are compared with the test results obtained from a DSP-based control platform,which verifies that the model is correct and effective.Moreover,the model can be used for design optimization and control development.