2025 volumne 46 Issue 06
SUN Gangcan1,2, ZHAO Xinrui1, HAO Wanming2, PENG Shumin2
Abstract: To address the sensing security issue of unauthorized radar station (URS) stealing target information in multi-radar scenarios, a secure wireless sensing system model based on intelligent reflecting surface (IRS) assistance was proposed. This system deployed an IRS with sensing capabilities on the target and adopted a two-phase sensing scheme. In the first phase, the IRS sensing unit estimated the angle information of all radars. In the second phase, the IRS reflection coefficients were designed based on the estimation results to minimize the perception probability of URS. Specifically, under the constraints of ensuring the signal-to-noise ratio of the legitimate radar station (LRS) and the IRS reflection phase shift modulus, an optimization problem was formulated to minimize the maximum signal-to-noise ratio of the URS. An iterative optimization algorithm based on the Dinkelbach method and semidefinite relaxation (SDR) technique was proposed. Simulation results showed that compared to the scheme without IRS, the signal-to-noise ratio of the LRS improved by approximately 3 dB, while the signal-to-noise ratio of the URS decreased by about 12 dB, demonstrating that the proposed scheme significantly enhanced system security performance.
DU Liming1, QU Dan1,2, ZHANG Chuancai2, XI Yangli1
Abstract: When unsupervised neural machine translation was trained with monolingual data, it inevitably brought a lot of noise information. The errors of the machine translation model accumulated continuously during the training iteration process, affecting the translation effect. To solve this problem, in this study an unsupervised neural machine translation method was proposed based on pseudo-siamese network on the basis of cross-lingual pre-training model (XLM). The model encoder was divided into two modules, in which the pseudo-Siamese network part introduced a noise filtering gate mechanism to filter the noise features in the encoding process, so that the model could better learn the mapping relationship between the source language and the target language. The experimental results showed that in the interactive translation task between English, German, French, and Romanian, the proposed method had an average improvement of 3.5 percentage points compared with the baseline system, which proved its superiority in translation effect. Ablation experiments were used to verify the effectiveness of each component of the model. At the same time, the performance test of the method with different noise conditions was simulated in the German-English translation task, and it also showed good noise resistance.
WANG Hairong1,2, WANG Yimeng1, ZHOU Beijing1, YI Zhihang1
Abstract: It is found that multi-modal information such as images and text possesses semantic complementarity, which could effectively enhance the representation of entities in knowledge graphs, thereby improving the accuracy and interpretability of recommendations. A knowledge-aware recommendation method that could integrate multimodal information was proposed by analyzing the characteristics of semantically related multimodal data in recommendation systems. On the basis of knowledge graph propagation, multi-modal information that was semantically related to entities in the graph was integrated, and feature fusion was performed with the corresponding entities to enrich entity representation, aiming to explore users′ potential interest preferences. In this method, the dependency and interactivity between multimodal information was considered, intermodal attention was adopted to focus on important information of each modality, and semantically associated multimodal embedding features were obtained. Through gated attention, the multi-modal embedding features corresponding to entities were fused with entity representations, further enriching the multi-modal semantic information of entities, thereby enhancing the representation of users and items. In order to verify the effectiveness of the method, experiments were conducted on MovieLens-1M and Book-Crossing data sets, and comparative analysis was conducted with 9 methods including RippletNet, KGAT, CKAN, LKGR, COAT, CKE, KGCN, SKGCR and KGCL. The experimental results showed that it was better than the other two indicators in AUC and ACC. On the MovieLens-1M and Book-Crossing datasets, the AUC of the proposed method were 0.936 6 and 0.763 7, respectively, with an increase of 0.027 2 and 0.029 1 compared to the average values of other models. The ACC values of the proposed methods were 0.862 3 and 0.708 9, respectively, with an increase of 0.028 3 and 0.030 5 compared to the average values of other models.
WEN Liuying, ZHENG Tianhao
Abstract: The high-dimensional characteristics of microbial data, the high zero-value rate, and the scarcity of minority-class samples, which led to class imbalance, had significantly weakened classifiers′ ability to identify minority class. Existing augmentation algorithms are sensitive to high imbalance ratios (IR) and struggle to effectively synthesize samples. In this study a microbial data augmentation algorithm based on feature transformation and minority class clustering (FTMC) was presenteed. Firstly, the feature transformation stage used the principal components analysis algorithm to down thescale high-dimensional data to alleviate the problem of strong data sparsity. Subsequently, in the minority class clustering stage, the K-Means algorithm was used to capture the local features of the minority classes and obtain multiple clusters. In the cluster screening stage, based on the density and difficulty of each cluster, combined with the IR and weight ratio, its weight value was calculated and used to screen a subset of core clusters for subsequent sample generation. Finally, in the sample augmentation and filtering stage, a linear interpolation algorithm was used augment to the samples for each core cluster, and a local anomaly factor algorithm was used to filter outliers to ensure the quality of the augmented samples. The experiments were conducted on 12 microbial datasets and the performance was compared with 8 sampling algorithms of the same type with 3 classifiers.Results indicated that samples generated by FTMC were more diverse, with an average improvement of 26.42% in the Recall metric. This demonstrated that the algorithm could correctly identify more positive samples.
ZHU Xiaodong, REN Chunxiao, LIU Xiaolan, CHEN Ke, YU Chunming
Abstract: Optimization algorithms often perform optimally on specific types of fitness terrains due to the varying nature of optimization problems. To address this limitation, in this study an optimization algorithm scheduling method grounded in fitness terrain analysis was introduced. This method characterizes the terrain features of an optimization problem by extracting the local peak cluster number features of the optimization objective function. Based on these terrain features, the method selected the most suitable algorithm to maximize the advantages of different algorithms through effective scheduling. In particular, this study considered the balance between exploration and exploitation in optimization problems by selecting the harris hawks optimization algorithm (HHO), known for its high development capability, and the differential evolution algorithm (DE), recognized for its strong exploration ability, as the scheduling algorithms. The choice of algorithm was tailored to the specific adaptability characteristics of the terrain. Experimental results show that the convergence performance of FL-AMAS was improved by 75% compared with that of HHO alone, and by 40% compared with that of DE algorithm. Further, FL-AMAS was compared with six advanced algorithms, and FL-AMAS outperformed these algorithms in convergence accuracy on 75% of the benchmark set. The effectiveness and scalability of the proposed scheduling method were further validated through comparisons with other types of scheduling optimization algorithms.
LIU Minglin, ZHOU Chuanjin, WANG Runze, WANG Chao, CAO Yangjie
Abstract: To address limitations of traditional ensemble attack methods, which were constrained by high computational resource requirements, including training data and time, a low computational complexity ensemble attack method based on genetic recombination was proposed. This method aimed to enhance the transferability of existing adversarial attacks by generating a more diverse set of ensemble models. Firstly, the concept of genetic recombination was introduced into knowledge distillation. In this process, student models were treated as independent individuals, with their parameters considered as genes. Each round of distillation learning was viewed as a gene evolution. Randomly exchanging parameters among student models during the evolution process achieves artificial genetic recombination, resulting in superior offspring genes. By setting different distillation temperatures, multiple diversified student models were obtained. Next, these diverse student models were integrated with the source teacher model. Finally, the integrated model was used to generate adversarial examples with stronger transferability. Experimental results on a subset of the ImageNet validation set demonstrated that the proposed method significantly improved the transferability of adversarial samples compared to other baseline algorithms. Using ResNet152 as the source model and PGD as the attack method, the proposed method achieved the highest transfer attack success rate across 11 black-box models, outperforming the baseline PGD method by an average of 34.52 percentage point, the PGI method by an average of 5.30 percentage point, and the DGM method by an average of 2.12 percentage point.
RAO Zhuang1, DING Dazhao2, WANG Yijing2
Abstract: The traditional method of human activity recognition based on channel state information (CSI) suffers from issues such as input data redundancy and limited feature extraction. To address this, a human activity recognition approach based on CSI principal components and a dual-layer sliding window mechanism was proposed. Firstly, autlier removal and noise reduction were performed on the amplitude the use of a dual-layer sliding window mechanism based on principal component analysis enabled activity segmentation of preprocessed CSI data to eliminate irrelevant information and enhance model training efficiency. Subsequently, spatial and temporal analysis of the CSI data was conducted using convolutional neural network and bidirectional gated recurrent unit, with the integration of a multi-head attention mechanism to focus on key information for achieving high-precision recognition of human activities. Experimental validation was performed using the WiAR and BAHAR public datasets, demonstrating that the proposed method could effectively recognize various human activities in diverse environments, while reducing the data volume by 5%. The accuracy achieved on the WiAR dataset was 96.53%, indicating superior performance compared to existing methods.
MU Xiaoxia1, ZHANG Hongmei2, SONG Xuekun3, LI Juntao4
Abstract: To improve the accuracy of predicting the response of melanoma patients to immune checkpoint inhibitor (ICI) therapy, a new method integrating bulk RNA-seq and single-cell RNA-seq data was proposed. Firstly, a patient-cell correlation matrix was constructed through Pearson correlation analysis, and the Louvain algorithm was used to classify single-cell RNA-seq data into cell groups. The importance of cell groups in immune response related pathways was quantified using the CellChat tool. On this basis, a double group minimax concave penalty logistic regression model (DMCPLR) was proposed by introducing the cell group importance evaluation criterion constructed based on the cell-cell communication network and combining with the group minimax concave penalty. The experiments on the GSE35640 dataset showed that the prediction accuracy of the DMCPLR model reached 80.18%, with precision, recall, and F1 score of 82.24%, 89.71%, and 85.11%, respectively, significantly better than the performance of 14 comparison methods including Lasso regression and random forest, while reducing the fatal error rate to 8.30%. The ablation analysis experiment confirmed that the introduction of cell group weight mechanism and L2 regularization term can improve the performance of the model.
ZHANG Jianhua, ZHANG Mengjia, HUANG Dehao, ZHAO Si
Abstract: In order to reduce the influence of wake disturbance on the total output power of wind farm, Informer neural network algorithm was proposed in the proposed wind farm yaw optimization control framework, and an intelligent equivalent model of power conversion for wind farm yaw control was established. Based on the present model, an optimization problem maximizing the power output of wind farm with yaw angles as decision variables was defined, and particle swarm optimization algorithm was used to obtain the optimal yaw angle of each wind turbine and reduce the wake interference. Firstly, a wind farm consisting of 14 wind turbines was built,and its layout was Penmanshiel wind farm. Secondly, wind data was used to model the wind farm equivalently, and the results of the Informer model were compared with LSTM, GRU, RNN, and Transformer. The results showed that the established Informer intelligent equivalent model could consist with the actual characteristics of the wind farms. Comparing the proposed algorithm with the mantis search algorithm, the proposed algorithm could increase the total power of wind farms by 1.94 MW with the wind speed of 10 m/s and the wind direction of 195°. With continuous wind conditions (measured wind data on a certain day), the total power of the wind farm was increased by 292.97 kW on average, and the improvement results were superior to the mantis search algorithm. The proposed algorithm could improve the overall output power of the wind farm well.
WANG Mingdong1, ZHOU Zhengyu1, YANG Hongjie2, LI Zhongwen1
Abstract: To meet grid connection requirements and ensure robust operation of the power system, a two-layer optimization model was proposed with objectives of reducing PV prediction errors, smoothing grid-connected power fluctuations, and minimizing annual equivalent costs. The upper-layer planning aimed to minimize annual equivalent costs, which included system investment, equipment replacement, maintenance costs, and carbon emission benefit costs. To improve system economic efficiency, a fuzzy genetic particle swarm algorithm was developed to optimize and analyze the model. In the lower-layer planning, the model aimed to minimize prediction errors and grid connection volatility. Based on distinct characteristics of supercapacitors and batteries, a charging-discharging power allocation strategy was constructed to enhance system response speed and extend battery cycle life. A solver was employed for control implementation to achieve PV prediction error compensation and PV output fluctuation smoothing. Finally, a model evaluation index function was established based on the proposed framework, with a PV power plant serving as a case study. Results demonstrated that the proposed algorithm exhibited faster convergence speed and superior optimization capability in this model. The RMSE and MAPE of prediction errors were reduced by 99.95% and 99.97% respectively, while the maximum grid connection fluctuation rate decreased by 96.08% after optimization. These findings verified the effectiveness and practicality of the proposed strategy.
WANG Yaoqiang1,2, LI Wuxiang1,2, HAN Jing1,2, LIANG Jun1,3, YUAN Jia1,2
Abstract: Extreme disasters occur frequently around the world, and extreme weather events seriously threaten the safe operation of distribution networks. In order to improve the resilience of distribution network to extreme disasters, a multi-type extreme weather model and a multi-dimensional resilience assessment method were proposed in this study. Firstly, based on the impact mechanism of typhoons, heavy rains and ice storms, a unified distribution network component failure rate model was constructed, and Monte Carlo sampling and K-means clustering algorithms were used to screen typical fault scenarios. Secondly, based on a comprehensive weight method a multi-dimensional resilience assessment index system was used to cover defense, adaptability and resilience, and a multisource collaborative optimization disaster the post-recovery model was built to verify the effectiveness of the proposed resilience assessment method. Finally, taking the IEEE33 node and IEEE69 node systems as examples, the three measures of reinforcing lines, dynamic dispatching of distributed power sources, and increasing mobile power capacity were compared. The results showed that the proposed method was effective. Compared with the traditional one the score of the proposed method increased by 11.2%, and the evaluation results were more accurate and comprehensive.
LEI Wenping1, ZOU Dongliang2, CHEN Shijin2, HUANG Guangzhong1, DONG Xing1
Abstract: To address the multi-stage characteristics of rolling bearing degradation with random change points, in this paper a novel method was proposed to predict the remaining useful life (RUL) of multi-stage degradation processes. Initially, the prior parameters of each stage model were estimated using offline historical data. Then, for a single online device, real-time change point detection was performed using the Bayesian change point detection method. The Bayesian updating approach was adopted to update the parameters of the first stage before the change point occurs and the second stage after the change point. Subsequently, the multi-stage model was utilized for RUL prediction. Numerical simulations and case studies showed that the rolling bearing life prediction method based on Bayesian change point detection could improve change point detection accuracy by 85%, thereby achieving highprecision multi-stage RUL prediction.
LI Manman, LEI Hailong, ZHAO Boxuan
Abstract: Considering the supply dynamics of crowdsourced personnel, an optimization method was proposed for last-mile delivery in scenarios involving both self-operated personnel and crowdsourced personnel in this study. A hybrid delivery optimization model was developed to minimize delivery costs, incorporating decision variables such as crowdsourced personnel compensation, customer assignment schemes, and multi-trip vehicle routing. The constraints was constructed based on a spatio-temporal network, including customer service requirements, load capacities, time windows, and spatio-temporal coordination between vehicles and crowdsourced personnel. To address the problem′s characteristics, the minimal cost insertion algorithm was improved, and ten types of destruction operators were designed. An adaptive large neighborhood search algorithm was then improved by integrating the simulated annealing algorithm′s concept of accepting inferior solutions to optimize delivery plans.Case studies with 100 customers demonstrated that the improved adaptive large neighborhood search algorithm achieved solutions with 24% lower in delivery cost on average compared with those obtained by GUROBI with 1 hour computation time, while taking only 48.5 seconds on average. The proposed algorithm also outperformed simulated annealing, achieving a maximum cost reduction of 5.5%. The hybrid delivery mode combining self-operated and crowdsourced personnel significantly reduced costs compared to the self-operated-personnel only mode. The hybrid mode proved particularly suitable for scenarios with tight time windows, high vehicle travel costs, and limited job opportunities. The supply dynamics of crowdsourced personnel exhibited significant and stochastic impacts on delivery costs.
LIANG Jie, HU Chengjun, YANG Jiong, GAO Lin
Abstract: The measurement of stator roundness in hydro-generators traditionally relied on manually pushing the measurement arm to multiple test points for evaluation. This process was time-consuming and labor-intensive. To improve measurement efficiency, a stator roundness measurement system was designed, utilizing a smooth input shaper (SIS) to suppress residual vibrations during the stopping phase of the measurement arm. Firstly, simulations were performed to compare the SIS shaper with existing zero-vibration (ZV), zero-vibration-derivative (ZVD), and extra-insensitive (EI) shapers in terms of residual vibration, time delay, and sensitivity. Secondly, an experimental test platform was used to evaluate the effectiveness of these shapers. Finally, field tests were conducted at the Yangqu Hydropower Station in Qinghai Province. Results demonstrated that the SIS exhibited the strongest robustness, with minimal impact on vibration suppression performance when system parameters were imprecise. Even with inaccuracies in damping ratio and natural frequency, the SIS achieved effective vibration suppression, reducing the peak residual vibration at the measurement arm tip by 91.6%. The SIS-integrated measurement system maintained measurement accuracy while reducing vibration decay time by 87.9% during stator roundness assessments.
ZHAI Shufang1,2, DU Hongkun1, TIAN Hao1, LI Kang1, WANG Yihan1
Abstract: During the excavating operation of a tunnel boring machine (TBM), the disc cutters on the cutterhead work together to break up rock. To investigate the influence of cutter breaking on TBM breaking efficiency, in this study a finite element numerical simulation approach was employed to compare the effects of three cutters linear cutting breaking and rotary cutting breaking.According to the number of crucial surfaces, the three cutters breaking was classifed into, sequential breaking, inward-outward breaking, and outward-inward breaking. The results showed that outward-inward rock breaking with two critical surfaces had the least overall trend of rolling force, normal force, and specific energy, indicating that it was the most efficient of the four rock breaking modes. When the blade spacing to penetration ratio was 30, the roller cutter had the lowest specific energy for breaking rocks and the maximum efficiency. When the cutter′s linear cutting test data was converted to rotary cutting test data, the conversion coefficients for rolling force and specific energy were 1.35, while the conversion coefficient for normal force was 0.87. This study casted extra light on a theoretical basis for determining the operating parameters and designing the cutter for the TBM′s operation procedure.
ZHANG Bei1, GUO Yufeng1, ZHONG Yanhui1, LI Xiaolong1, LIU Jianyang2, WANG Yilong1
Abstract: To address the influence of salt freeze-thaw environment on low-exothermic polymer materials, an investigation was conducted to explore the water absorption, mass, and compressive strength of these materials following exposure to freeze-thaw cycles in salt solutions (CaCl2 and CH3 COOK) and pure water. Scanning electron microscopy (SEM) analysis was employed to elucidate the mechanisms underlying the loss of mass and compressive strength in the materials from the microscopic point of view. Finally, based on the principles of damage mechanics, the damage variable D was determined using the mass loss rate and compressive strength loss rate as parameters. Subsequently, an evolution equation for freeze-thaw damage was established. The results indicated that as the number of freeze-thaw cycles increased, the water absorption rate of the material initially rose and then decreased slightly, while its mass and compressive strength gradually declined, suggesting that the material was subjected to certain freeze-thaw damage, and the freeze-thaw damage originated from the deformation and rupture of the cellular structure within the material. The materials suffered more severe freeze-thaw damage in salt solutions, especially in CaCl2 solutions. After 200 freeze-thaw cycles, the average mass loss and average strength loss of samples with different densities in CaCl2 solution were about 1.7 times and 1.5 times of those in pure water, respectively, furthermore, the higher the density of the material, the stronger its freeze-melt resistance.
DOU Ming1,2, CAO Yingshu1, MI Qingbin1, DING Junxiang2, WANG Han1, PAN Deng3
Abstract: The wetland area between Huayuankou and Jiahetan in the lower reaches of the Yellow River is a vital component of the Yellow River corridor ecosystem. Its formation, evolution, and degradation are closely linked to the unique variations in the river′s water and sediment dynamics.To clarify the evolution characteristics of different types of wetland landscape patterns in this section and their response mechanisms to changes in water and sediment elements such as runoff, sediment transport volume and water level, in this study the section of the Yellow River from Huayuankou to Jiahetan was examined. Utilizing 12 phases of Landsat satellite imagery from 1994 to 2023, a wetland landscape database was constructed. The study employed land use transfer matrices and landscape pattern index methods to quantitatively analyze the spatiotemporal changes in wetland types, patch characteristics, and landscape structure.Subsequently, by integrating the flow, water level, sediment concentration and other data from the Huayuankou station, the response relationship between the landscape pattern characteristics of different types of wetlands and water and sediment elements was highlighted.The results indicated that: ①From 1994 to 2023, the runoff at the Huayuankou Station showed an upward trend, while sediment discharge and water levels exhibited an overall downward trend.②The areas of wetland types such as rivers, ponds, mudflats, and wild grasslands in the study area showed an overall shrinking trend, with an average annual reduction of 5.90 km2. The most significant transformation was the conversion of wetlands into farmland. ③At the landscape level, following the implementation of the water and sediment regulation policy, the overall connectivity of wetland landscapes improved, while landscape richness and evenness increased and tended to stabilize. ④In pond wetlands, mudflat wetlands, and wild grassland wetlands, indices such as the largest patch index, mean patch area, and contagion index showed significant correlations with sediment discharge and water level at the Huayuankou Station, with a particularly stronger correlation with sediment discharge. The findings of this study provided a theoretical basis for wetland ecological protection and restoration in the Yellow River Basin.
LENG Fei1, JIANG Yong1, YU Jun2, CHEN Siyuan1
Abstract: Due to the lack of systematic research, the formula of the shear bearing capacity of the planar gate slot was absent for a long time, meanwhile the Code for Design of Hydraulic Concrete Structures required the review of the shear bearing capacity of the planar gate slots subjected to large gate force. As a special study on the revision of the design code, an experimental study on the shear bearing capacity of the downstream side gate slots with free side and end was carried out. Taking the emergency gate slots in the diversion tunnel of Laxiwa Hydropower Station as the prototype, the static experiments of the shear bearing capacity of two batches of total 14 gate slots were conducted. The process of shear failure and the failure mode was studied, the influencing factors of the shear bearing capacity of gate slots were discussed. Based on the analysis of influencing factors and the regression of the test results, the calculation formula for the shear bearing capacity of the gate slot and the lower limit for the size and concrete strength were proposed, which were applied in practical engineering. The study showed that the shear failure of the gate slots was brittle, the failure mode of the shear failure was that the crack starting from the inner edge of the gate slot inclined and extended into the downstream part of the pier with the action of the shear force, and the failure occurred while the concrete of the remain section was not enough to bear the gate force. The tensile strength of concrete, the amount of transverse reinforcement, and the width of the neck of the pier were positively correlated with the shear bearing capacity of the gate slot, and the influence of transverse reinforcement had an upper limit. The proposed calculation formula could be used to review the shear capacity of the gate slot structures.
[0]
Abstract:
Bi Ying,Xue Bing,Zhang Mengjie
Abstract: As an evolutionary computation (EC) technique, Genetic programming (GP) has been widely applied to image analysis in recent decades. However, there was no comprehensive and systematic literature review in this area. To provide guidelines for the state-of-the-art research, this paper presented a survey of the literature in recent years on GP for image analysis, including feature extraction, image classification, edge detection, and image segmentation. In addition, this paper summarised the current issues and challenges, such as computationally expensive, generalisation ability and transfer learning, on GP forimage analysis, and pointd out promising research directions for future work.
Wang Wen1,Hu Haoliang1,He Shitang1,Pan Yong2,Zhang Caihong3
Abstract: In view of the current situation that the traditional methane sensor technology is difficult to imple-ment the field detection and monitor on methane gas, a novel room-temperature SAW methane gas sensor coa-ted with cryptophane-A sensing interface is proposed by utilizing the supermolecular compound cryptophane-A’ s specific clathration to methane molecules. The sensor was composed of differential resonator-oscillators with excellent frequency stability, a supra-molecular CrypA coated along the acoustic propagation path, and a frequency acquisition module. The supramolecular CrypA was synthesized from vanillyl alcohol using a three-step method and deposited onto the surface of the sensing resonators via dropping method. Fast response and excellent repeatability were observed in gas sensing experiment, and the estimated detection limit and meas-ured sensitivity in gas dynamic range of 0 . 2% ~5% was evaluated as ~0 . 05 % and ~184 Hz/%, respec-tively. The measured results indicated the SAW sensor was promising for under-mine methane gas detection and monitor.
Li Yanyan 1,Yang Haotian 2,Zeng Yufan 3
Abstract: Urban capital structure was a complex?problem affected by multi-factors and multi-objective particle.This paper attempt ed to explore a scientific and appropriate d algorithm to construct the optimal capital structure model under the influence of multi-objective and multi-factors to analyze the situation of urban capital structure.First, the data in history could find the relationship among features of the data in history by using the regression characteristics of random forest. Then, the multi-objective particle swarm optimization algorithm was used to find values of the features that achieve the best results according to the existing relationship features. Then finding the most correlate data from the historical data based on the best eigenvalues of these effects. Therefore, the cities and the years with relatively better capital structure allocations are analyzed. We could play a good role in the reference and development of each city by continuously learning these superior structural configurations
Wang Jianming; Qiu Qinyu; He Xunchao
Abstract: By means of EDEM-FLUENT simulation and VOF(Volume of Fluid) method and Euler-Lagrangian model, a mixture model of discrete solid, continuous liquid and gas phase was constructed to simulate the three-phase flow with solid-liquid-gas in a stirring tank. The effect of the moving state of solid particles in stirring tank and free liquid level were explored. The gas-liquid continuous phase modeling based on VOF method using FLUENT software could capture gas-liquid interface well and the model was closer to the actual working condition. Based on the Discrete Element Method(DEM), the discrete element modeling of solid particles was established and its position information in the tank was simulated intuitively by the joint simulation of the two software. The dispersion of solid particles was consistent with the results obtained by Euler method.
Huang Yuda; Wang Yanran; Niu Sijie;
Abstract: In order to improve the super-resolution reconstruction quality of single image, an improved learning based super-resolution approach was proposed in this paper. To tackle the problem of low details of semi-coupled dictionary learning super-resolution algorithm, the paper presented learning strategy where detail constraint factor and semi-coupled dictionary learning were performed in turn. In reconstruction stage, detail constraint factor was designed by the gradient in both horizontal and vertical direction. Combined with semi-coupled dictionary learning, detail constraint factor was used to further improve the super-resolution reconstruction quality. In order to improve the contribution of detail constraint factor on preserving boundary information, the adaptive regular parameter was explored via the approximate Laplacian distribution of edge difference. Compared with the semi coupled dictionary learning super-resolution algorithm, the peak signal-to-noise ratio of this method was increased by 1.5% on average. Experiments demonstrated that the proposed method could achieve better reconstruction effect in both subjective and objective evaluation and improve the quality of super-resolution.
Shi Chunyan1,Fan Bingbing1,Li Yaya1,Hu Yongbao1,Zhang Rui2
Abstract: In this work,graphene oxide (GO) was prepared by an improved Hummers method.Zirconia/graphene composites (ZrO2/rGO) were rapidly synthesized by hydrothermal method with Zr(OH)4/rGO as precursor prepared by ultrasound-stirred-coprecipitation.The adsorption capacity of Zr (OH) 4/rGO and ZrO2/rGO composites decreased with the increase of pH value and increased with the increase of phosphate concentration and the solution temperature.The maximum adsorption capacities of Zr (OH)4/rGO and ZrO2/rGO composites were 81.84 mg/g and 63.58 mg/g respectively at pH 2.0.The adsorption kinetics of these two adsorbents accorded with the pseudo-second-order model and isothermal adsorption complied with the Langmuir isotherm equation.The results of its recycling properties showed the adsorption capacity decreased for the Zr (OH) 4/rGO samples,while ZrO2/rGO samples were almost the same as the initial adsorption performance.
Han Chuang, Wu Lili
Abstract: For the modeling and control of proton exchange membrane fuel cells, the empirical model and mechanism model based on polarization curve and parameter dimension are summarized, the electrochemical steady-state model and dynamic model based on electrochemical reaction, temperature, pressure and other factors are analyzed, and the intelligent method model based on neural network identification, swarm intelligence algorithm and support vector machine is introduced.The existing intelligent control strategies of proton exchange membrane fuel cells are summarized. Finally, it is pointed out that it will be a development direction of modeling to optimize the model parameters and environmental parameters of proton exchange membrane fuel cells by using swarm intelligence algorithm. The generalized Hamilton theory can also be tried to be used in the modeling of proton exchange membrane fuel cells.At the same time, the intelligent control strategy combining the new algorithm will become the research trend of proton exchange membrane fuel cell control.
Jiang Yang1,Guo Jiankun 1,Wang Xiaomou 2,Hou Chaoqun 3
Abstract:  In the field of engineering construction, foundations were often placed adjacent to slopes. In the present research work, the evaluation of the maximum bearing capacity of slope foundations lacked a sufficientrate method. A bilateral asymmetry slip failure model for ground foundation adjacent to slope was develthe strength of soil on the side of flat ground was reduced and this is characterized by a mobilization factor. Base on limit equilibrium method and superposition principle, three bearing capacity factors were ex-pressed. The upper bound bearing capacity for ground foundation adjacent to slope was deduced based on limitanalysis approach. Centrifugal model tests were used to verify the theoretical analysis results; and thetion and failure characteristics of these foundations were studied. In addition the influence of variousuch as the contact conditions of the foundation, the location of the foundation, and the height of slope on themaximum bearing capacity of these foundation

Zhou Junjie, Wang Pu, Zhou Jinfang
Abstract: The analysis was held with the 125MW axial flow steam turbine impulse stage blade.The three-dimensional numerical simulation and optimization were conducted by using the commercial software ANSYS CFX.The results showed that the pressure distribution of blade surface reduced,and the radial secondary flow loses was controlled effectively,with optimizing the structure geometric parameters such as ellipticity of the leading edge and trailing edge,relative pitch,inter-stage ratio,and so on.Isentropic efficiency increased by 0.43%,the total pressure loss coefficiency decreased about 0.005.After the optimization,the aerodynamic performance of the blade increased,and the energy loss in the blade decreased and the efficiency of steam turbine increased.
CHEN Deliang,DONG Huina,ZHANG Rui
Abstract: Molybdenum disulfide ( MoS2 ) with a typical layered structure easily forms few-layered MoS2 nanosheets,and has a wealth of optical,electrical and catalytic performance with wide application potentials in areas such as photo-electrical and energy conversion. The preparation of few-layered MoS2 nanocrystals and MoS2-based nanocomposites using molybdenum-containing chemicals as starting materials by wet-chemical and vapor-deposition methods are the cutting-edge focuses of recent research. However,the synthesis of MoS2 nanocrystals from chemical reagents with a long route is not low-carbon and environment friendly. Molybdenite is a typical layered mineral and composed of layered MoS2 units. The amount of molybdenite in China is huge and it is a green and low-carbon way to prepare few-layered MoS2 nanomaterials via the intercalation-exfoliation strategy using the purified molybdenite as the direct raw materials.
Zhang Heng, Wang Heshan
Abstract: To improve the adaptability of echo state network (ESN),an optimization method based on mutual information (MI) and Just-In-Time (JIT) learning was proposed in this paper to optimize the input scaling and the output layer of ESN.The method was named as MI-JIT optimization method and the obtained new network was MI-JIT-ESN.The optimization method mainly consists of two parts.Firstly,the scaling parameters of multiple inputs were adjusted on the basis of MI between the network inputs and outputs.Secondly,based on JIT learning,a partial model of output layer was established.The new partial model could make the regression results more accurate.Further,a multi-input multi-output MI-JIT-ESN model was developed for the fed-batch penicillin fermentation process.The experimental results showed that the obtained MI-JIT-ESN model performed well,and that it had better adaptability than ESN model without optimization and other neural network models.
Zhao Shufang, Dong Xiaoyu
Abstract: The language model based on neural network LSTM structure, the LSTM structure used in the hidden layer unit, the structure unit comprises a memory unit which can store the information for a long time, which has a good memory function for the historical information. But the LSTM in the current input information state9 does not affect the final output information of the output gate, get less historical information. To solve the above problems, this paper puts forward based on improved LSTM  (long short-term memory) modeling method of network model. The model increases the connection from the current input gate to the output gate, and simultaneously combines the oblivious gate and the input gate into a single update. The door keeper input and forgotten past and present memory consolidation, can choose to forget before the accumulation of information, the improved LSTM model can learn the long history of information, solve the drawback of the LSTM method is morerobust. This paper uses the neural network languag LSTM model based on the inproved model on TIMIT data sets show that the axxuracy of test. The results illustrate that the improved LSTM identification error rate is 5
% lower than the standard LSTM identification error rate. 
Sheng Zunrong1,Xue Bing1,Liu Zhouming1,Wei Xinli2
Abstract: A direct-contact method of zeolite adsorption liquid water was adopted to enhance heat and mass transfer rate within adsorption heat transformer.Hot water was recycled to generate superheated steam directly,and then saturated zeolite would be regenerated by drying gas.The reactor with was filled spherical zeolite with same mass and different diameters.The mass of steam generated by small particle packed bed was 64.89% higher than that generated by big particle packed bed.The maximum steam temperature and gross temperature life had increased by about 37C.Experiments of two kinds of packed types in double layer reactor (finecoarse bed and coarse-fine bed) have shown that small particle played a more effective role for the heating of steam and packed bed;the mean maximum temperature of the steam at the top of fine-coarse bed is 37.23% higher than that of coarse-fine bed and the lasting time of the maximum temperature is decreased by 14.25%.The steam generation rate of fine-coarse bed was 16.18% higher than that of coarse-fine bed,which is more efficient in steam generation.In regeneration process,drying time of upper reactor was 25.03% shorter than coarse-fine bed.It concluded that fine-coarse bed was more effective for zeolite regeneration.
Mao Xiaobo, Zhang Qun,Liang Jing, Liu Yanhong
Abstract: In this paper,a new algorithm of license plate recognition in the hazy weather was designed.Firstly,defogging operation was introduced for license plate image in the environment of hazy by using improved dark channel prior.Then after the pretreatment,positioning,segmentation and extraction,coarse grid characteristic matrix is obtained.Finally,radial basis function (RBF) neural network,which was optimized by particle swarm algorithm in advance,was used to identify the character.The experiment results showed that the improved algorithm not only had a good effect on haze removal,but also reduced the duration of defogging,which effectively improve the license plate recognition speed and accuracy in fog and haze weather.
Li Yifeng, Mao Xiaobo, Yang Yihang, Zhu Feng
Abstract: In order to prevent the serious safety problem caused by the dry pot burning and stove explosion and firing,an anti-overheating system was designed.The system of infrared temperature sensor MLX90614 on the bottom of the pot was used to realize the non-contact real-time temperature monitoring.The real-time temperature data was collected and processed by the STM32 microcontroller and SMBus.When the temperature of the bottom of the boiler was beyond the normal heating range,the temperature monitoring module could send a voice alarm.When the threshold value of the dry burning temperature was reached,the gas circuit could be cut off by the control circuit serially connected in the thermocouple temperature detection circuit.Experimental results showed that the proposed system could cut off the gas path once the preset temperature reached and prevent the dry pot burning effectively.
Li Haibin1,Ke Shengwang2,Shen Yanjun2
Abstract: With the increasing of highway extension projects and widely use of sheet piles in railway construction,the mechanical behavior of extension embankment was analyzed through simulating different kinds of pile and load of different positions.Then the optimal pile kind and the most unfavorable load position were proposed.Through continuous observing of settlement in sheet pile section and CFG pile section,the optimal adaptability of sheet pile was showed in extension projects.The analysis results showed that the effect on settlement of PTC pile,CFG pile and cement mixing pile was gradually decreased.The PTC pile and CFG pile should be firstly selected from the options of controlling settlement.The most unfavorable load position was in new embankment and its quality was the key control point in construction.The effect on decreasing differential settlement was appeared in process of semi-rigid base construction,and it would be even obvious in pavement construction.The sheet pile was an effective supplement to traditional soft soil treatment methods.It had better adaptability and foreground in highway extension projects.
Maling1,Jiang Huiqin1,Liu Yumin2
Abstract: In order to meet the practical requirements of automatic application and renewal of driver’s license,a high speed system for automatic recognition of driver’s licenser was designed and implemented.The hardware was designed to capture the image of the driver’s license that contained the smallest identifiable features.Because of the complex background such as the shadow line and so on in the driver’s license images,the existing recognition algorithms had the low recognition accuracy,universality and robustness problems.This paper first solved the segmentation difficulties for uneven illumination,noise,tilt and shadow line character by combined adaptive binarization and morphological processing.Then,the Blob analysis was used to extract the important local features of the driver’s license,and the recognition accuracy was further improved by using the prior information and the correlation matching algorithm.The experimental results showed that not only the false recognition rate was 0,but also the practical products was developed,and the better social effects were achieved.
Liang Jing1,Liu Rui1,Qu Boyang2,Yue Caitong1
Abstract: Based on the characterisities of large-scale problems, lager-scale optimization were grossly analyzed. This paper  introduced some methods for lager-scale problems.The methods included the initialization method, decomposition strategy, updating strategy and so on. This paper mainly focued on the search strategy, update strategy, mutation strategy and cooperative coevolution. Meanwhile, the characteristics of lager-scale optimization algorithm testing function set and evaluation method were listed. Finally, the future research directions were given.
Sun Xiaoyan, Zhu Lixia, Chen Yang
Abstract: Interactive evolutionary algorithms with user preference implicitly extracted from interactions of user are more powerful in alleviating user fatigue and improving the exploration in personalized search or recommendation. However, the uncertainties existing in user interactions and preferences have not been considered in the previous research, which will greatly impact the reliability of the extracted preference model, as well as the effective exploration of the evolution with that model. Therefore, an interactive genetic algorithm with probabilistic conditional preference networks (PCP-nets)is proposed , in which, the uncertainties are further figured out according to the interactions, and a PCP-net is designed to depict user preference model with higher accuracy by involving those uncertainties. First, the interaction time is adopted to mathematically describe the relationship between the interactions and user preference, and the reliability of the interaction time is further defined to reflect the interactive uncertainty.The preference function with evaluation uncertainty is established with the reliability of interaction time. Second, the preference weights on each interacted object are assigned on the basis of preference function and reliability. With these weights, the PCP-nets are designed and updated by involving the uncertainties into the preference model to improve the approximation. Third, a more accurate fitness function is delivered to assign fitness for the individuals. Last, the proposed algorithm is applied to a personalized book search and its superiority in exploration and feasibility is experimentally demonstrated.
Liu Qian; Feng Yanhong; Chen Yingying;
Abstract: Moth-flame optimization algorithm (MFO) has some drawbacks in solving optimization problems, such as low precision and high possibility of being trapped in local optimum. A modified MFO algorithm based on chaotic initialization and Gaussian mutation is proposed. Firstly, the cube chaotic map is used to initialize the moth population, which makes the moth more evenly distributed in the search space. Then, Gaussian mutation is adopted to disturb a few poor individuals to enhance the ability of escaping the local optimum. Finally, Archimedes curve is introduced to expand the search scope and strength the exploration ability in the unknown field. A series of experiments are carried out on CEC14 test function set and 21 extensible Benchmark functions. Compared with standard moth-flame optimization algorithm, genetic algorithm, artificial bee colony algorithm, particle swarm algorithm, differential evolution algorithm, flower pollination algorithm, and butterfly optimization algorithm, the results demonstrate that the proposed algorithm is strengthened in obtaining solutions with better quality and convergence.
Liu Guangrui; Zhou Wenbo; Tian Xin; Guo Kefu
Abstract: BP neural network for effectively fusioning the information obtained by arc sensor and ultrasonic sensor and information of welding parameters such as welding current,welding speed,welding groove and so on was used to obtain the prediction model of weld penetration depth.Simulation results showed that:the prediction model of weld penetration depth could measure the weld penetration quickly,accurately and in real time.For the precise control of weld penetration,parameters self-tuning fuzzy PID controller was desing,which combined with the advantages of traditional PID controller and fuzzy controller.Smulation results showed that compared with traditional PID controller,parameters self-tuning fuzzy PID controller had a significant advantage in the performance of the system.
FANGShuqi1,2,HELiping1,ZHANGLonglong1,CHANGChun1,2,BAI Jing1,2,CHENJunying1,
Abstract: The effects of processing variables,such as screw speed,initial moisture content and the length ofthe straw plug pipe of extrusion process on the dewatering rate,handling capacity,output per kW h etc.were experimentally studied using a low CR screw straw extruder. And the response surface optimization exper-imental results showed the extruder can run efficiently,stably and continuously with considerate dewateringrate,handling capacity and output per kW ·h under the conditions that moisture content is 85% ,screw speed50.8 r/min,length of the straw plug pipe is 26.91 mm.
LIU Zhenghua1, WANG Jing2,DU Haiying’1,2
Abstract: In order to solve the problem that electrospinning process is hard to control,FEA tool softwareCOMSOL Multiphysics was used to simulate the the electric field orientation within the electrospinning. Basedon the vector maps and contour lines, the electric fields distribution was analyzed. Which includes single-nee-dle electrospinning device,electrospinning device with circle and orparallel auxiliary electrodes. Experimentwith parallel auxiliary electrodes was conducted,and the deposition area with the ellipse shape matched thesimulation result.
JIANG Jian-dong1 ,ZHANG Hao-jie1 ,WANG Jing2
Abstract: To further improve the accuracy of power load forecasting,on the basis of the analysis of affectingfactors of power load, a combination prediction model based on HHT is proposed. This model uses EMD algo-rithm to decompose the original load sequence. Thus, a stationary sequence of different frequencies,which ismore predictable than the original load sequence,can be obtained. Based on the components of different fre-quencies,according to the characteristics of the different frequency of subsequence ,the RBF neural network ,BP neural network and time series model are selected to forecast while considering the influence of temperatureon the load. Then,a new combined model can be achieved. The experiment shows that the proposed modelcan effectively improve the accuracy of load forecasting.
Li Cailin, Chen Wenhe, Wang Jiangmei, Tian Pengyan, Yao Jili
Abstract: Cliff and steep slope are important landscape elements of topographic map, and these elements play a very important role in the construction of the ecological environment and prevention of geological disasters, etc. However, it is unfavorable to observe and process data because of vegetation occlusion on cliff. In this paper, we present a cliff vegetation filtration method based on the principle of surface orthographic projection. Firstly, transform the original three dimensional point cloud of cliff to the spatial cartesian coordinate system, whose xy plane is the cliff face and z-axis is perpendicular to the direction of the cliff surface. Then the grid on the xy plane is divided to establish local grid Digital Terrain Model ( DTM) by fitting surface, and the vegeta-tion points can be extracted through setting a reasonable distance threshold. Finally, after inverse projection transformation, cliff rocky points preserved are mapped to the original spatial coordinate system. The experi-mental analysis using actual cliff point cloud data shows that the cliff point cloud vegetation filtering method based on the surface orthographic projection is feasible and effective.
Deng Jicai, Geng Yanan
Abstract: In order to improve the detection rate of the acoustic magnetic EAS system,and enhance the antiinterference performance,the paper studied a new label detection algorithm that was the combination of the improved artificial fish swarm algorithm (IAFSA) and the support vector machine (SVM).An improved scheme was proposed after analyzing the strengths and weaknesses of the traditional AFSA and SVM.The experimentalresults showed that the IASFA had the faster rate of convergence and the higher accuracy than AFSA,the genetic algorithm and the particle swarm algorithm;The IASFA-SVM had the higher detection rate,the longer detective distance and the lower rate of false than the traditional magnetic label detection algorithm,and the IASFA-SVM also could meet the requirements of real-time detection.
JIAO Liu-cheng,YAO Tao
Abstract: In view of the speed control problem of the linear permanent magnet synchronous motor ( L.PMSM) ,which is viewed as an energy-transformation device,from the viewpoint of energy shaping,applying port-con-trolled Hamultonian with dissipation and passivty-based control theory,the port-controlled Hamltonan modelof LPMSM is deduced. Based on the Hamiltonian structure,the desired Hamiltonian function of the closed-loop system is given,and the speed controller is designed by using the method of interconnection and dampingassignment. In the design,the Hamiltonian function is used directly as the storage function,and the systemcan achieve the required performance and bring more definite physical meaning on the condition of satisfyingpassivity. The simulation results show that the closed-loop control system can respond quickly to changes inload resistance and has good robustness.
Wei Ran
Abstract: Impact effects on carbon emissions intensity by population, per capita GDP, and main types of energy in China were evaluated with the fixed effect model based on LSDV estimation with reasons of the results of Likelihood Ratio Test and Hausman Test. The traditional model of STIRPAT was improved by adding Carbon Emission Intensity and Energy Consumption Variables, which included consumptions of coal, coke, crude oil, gasoline, kerosene, diesel oil, fuel oil, and natural gas, except population and per capita GDP. The results show that consumptions of different types of energy have different impacts on carbon emissions intensity from 2004 to 2016 in China. Five variables of energy consumption, which were corresponding to coal, coke, gasoline, diesel oil, and natural gas, had played positive effects on carbon emission intensity from the data of China Statistical Yearbook and China Energy Statistical Yearbook of 200 5 to 201 7. Other variables of crude oil consumption, fuel oil consumption, and kerosene consumption took opposite impact on carbon emission intensity. Moreover, change of population had the most significant favorable influence on carbon emission intensity in all studied variables. Unfortunately, per capita GDP and coal consumption contributed to the increasing of carbon emission intensity in China in the studied period.
Cao Ben, Yuan Zhong, Yu Liu Hong
Abstract: During heating process of sintering furnace,the model parameters were easy to change,and traditional PID control was difficult to achieve the desired control effect.This paper used particle swarm optimization algorithm to identify the mathematical model of sintering furnace,for sintering furnace with high inertia,time-variation and strong time delay etc,a method of supervision and control based on RBF neural network,which combined PID control with neural network control.When temperature or parameters changed greatly,PID control played a major role.neural network played a regulatory role and compensated the shortage of PID control.The simulation results of MATLAB software showed that this method could improve the control precision of sintering furnace,which had a certain practicality.
Mao Xiaobo, Hao Xiangdong, Liang Jing
Abstract: In view of the problem of object deviation when occlusions occur during the target tracking, a new algorithm using Mean Shift with ELM is proposed. According to the formal information of the object’ s loca-tion, current possible location was predicted by ELM, the iteration was started from the possible location in-stead of formal location, and the object’ s real center is calculated by mean shift algorithm. The simulation re-sults show that proposed algorithm can track precisely target occluded, operation time and number of iteration are reduced so that efficiency and robustness are improved.
ZHANG Chunjiang1,2,TAN Kay Chen2,GAO Liang1, wU qing3
Abstract: In order for effective application of Multi-Objective Evolutionary Algorithm based on Decomposition(MOEA/D) in engineering optimization,normalization of the range of objective values is needed. A self-a-daptive s constrained Differential Evolution ( gDE) algorithm is proposed to obtain the minimum and maximumvalues of each objective on the Pareto Front ( PF). After normalization,MOEA/D can then be effectively ap-plied. In addition ,the self-adaptive s constraint method is combined with MOEA/D for constraint handling. Abenchmark problem and a weld bean design problem are used to evaluate the performance of the algorithm a-gainst two other normalization methods. One main advantage of the proposed method is the selective concen-trated optimization on some regions on the Pareto front which allows handling of problems where regions of Pa-reto front are difficult to be optimized.
Zhao Huadong, Jiangnan, Lei Chaofan
Abstract: Commercial automayic guided vehicles (AGV) usually used chain transmission mechanism power transmission, and the fixed structure of the wheel could be considered as cantilever structure. Therefore, the problem of wheels "tilting" and start-stop "shocking" easily occurs, which limited the accurate movement of the AGV during frequent and rapid acceleration or deceleration. In this paper, AGV designed by a company was taken as an example. Though repeated tests and numerical simulations, the structure and force analysis were used to find out the reasons for this phenomeno. The larger stress was caused by the "L"-shaped suspension mechanism, which magnified the contact gaps of each component; the uses of the chain transmission mechanism could make it easy for the AGV to form gaps between the sprocket and the chain when the AGV started, stopped, moved forward, backward frequently. Then a new drive unit structure was put forward from the engineering point of view, which could solves the above problems, at the same time-greatly could reduced the stress in the mechanism, could improve the transmission precision, and could provide a more practical and optimized driving structure for the design of AGV.
Xiao Junming, Zhou Qian, Qu Boyang, Wei Xuehui
Abstract: The energy supply of power system is very important to modern society, and the scientific and effective solution to the problem of environmental economic dispatch of power system is the guarantee of energy supply. The multi-objective evolutionary algorithm has unique advantages in solving the problem of environmental economic dispatch of power system. This paper presses In chronological order, the multi-objective evolutionary algorithm is first introduced, and then the application of the multi-objective evolutionary algorithm in the power system environmental economic dispatching problem is discussed. The direction of development is prospected.
[0]
Abstract:
LIU Min-shan,XU Wei-feng ,JIN Zun-long,WANG Yong-qing,WANG Dan
Abstract: A numerical simulation of trisection-ellipse heat exchangers with helical baffles is carried out, andthe helix angles are 15° and 20° respectively , and we studied the impact of triangle leakage between continu-ously overlapped and adjacent baffles on heat transfer and resistance performance of heat exchangers.Throughthe comparative analysis about the simulation results of existing triangle leakage and that of blocking trianglearea without leakage , the results show :triangle leakage makes a more serious short circuit flow for the shell-si-ded fluid;Triangle leakage makes heat transfer coefficient,shell-sided pressure drop and comprehensive per-formance of heat exchanger reduce. When triangle leakage is blocked,heat transfer coefficient increases by8.5% ~ 11% , shell-sided pressure drop increases marginally , comprehensive performance increases by 8.1 %~11 . 1 % .
Dong Chee-hwa1,Wang Guoyin2,Yongxi3,Shi Xiaoyu2,Li Qingliang4
Abstract: Principal Component Analysis (PCA) is a well known model for dimensionality reduction in data mining,it transforms the original variables into a few comprehensive indices.In this paper,we study the principle of PCA,the distributed architecture of Spark and PCA algorithm of distributed matrix from spark’s ML-lib,then improved the design and present a new algorithm named SNPCA (Spark’s Normalized Principal Component Analysis),this SNPCA algorithm computes principal components together with data normalization process.We carried out benchmarking on multicore CPUs and the results demonstrate the effectiveness of SNPCA.
Hu Xiaobing, Xie Zhenfang, Xie Ji, Xie Lili, Zhu Zhigang
Abstract: Micro/Nano-particles of CuO were prepared with hexamethylenetetramine template. The composi-tion and morphology of the product were characterized by SEM and X-ray diffraction. The synthetic powder was prepared as sensitive membrane, and its gas sensitivity was studied with a static gas distribution method. The results indicated that the uniform copper oxide powders was synthesized at the 110℃, and the molar ratio be-tween copper nitrate and hexamethylenetetramine was 1∶45. The spindle structure was around 1~2 μm, and was composed of 100 nm nanoplates. The sensor had better selectivity with CH3 COCH3 and H2 S. Copper ox-ide showed good selectivity to hydrogen sulfide and its sensitivity had a certain degree of improvement after fur-ther doping 0. 25% ~1. 25% noble metal catalyst Pt.
Liu Yanhong, Zhao Jinglong
Abstract: A high-order non-singular terminal sliding mode control strategy is proposed to address the issue of achieving maximum wind energy capture in permanent magnet direct drive wind power generation systems. Based on the nonlinear model of the permanent magnet direct drive wind power generation system, a maximum power point tracking method based on optimal torque tracking is proposed, Applying high-order non-singular terminal sliding mode control to the design of torque controller and current controller for permanent magnet synchronous generator (PMSG), achieving fast tracking and stable control of the maximum power point of the permanent magnet direct drive wind power generation system without wind speed sensors. Simulation results verify the effectiveness of the proposed control scheme
WAN Ya-zhen,LIU Ya-nan,CHEN Di
Abstract: PTA supported catalyst was prepared by dip roasting method for the synthesis of 2-(4’ -ethyl benzoyl) benzoic acid (BEA) from phthalic anhydride and ethyl benzene as raw materials and chlorobenzene as solvent.The experimental results showed that when the load of PTA was 30%(mass fraction) and the roasting temperature was 300℃, the catalytic activity of PTA was more than doubled with SiO2 as the carrier.The effects of XRD on loading capacity and NH3-TPD on calcination temperature were analyzed. Ft-ir and BET were used to characterize PTA/SiO2 catalysts.The reuse performance of PTA/SiO2 catalyst was investigated, and the results showed that the original catalytic activity of PTA/SiO2 was still maintained after repeated use.
FENG Dong-qing,XING Kai-li
Abstract: Focusing on the target tracking problem in resource-constrained wireless sensor networks,a novelenergy-balanced optimal distributed clustering mechanism is adopted by introducing an energy-balanced indexbased on the standard deviation of residual energv of nodes. Then,it is transformed into a multi-obijective con-strained optimization problem,and a binary particle swarm optimization algorithm is employed to solve thisproblem. Simulation results in Matlab environment show that the energy-balanced optimal distributed clustering mechanism guarantees energy balance and tracking accuracy comparing with the clustering mechanisms respec-tively based on the energy consumption and the extended Kalman filter,and that it improves the network life-time of nearly 2-fold,effectively prolonging the network lifetime.
Dai Pinqiang1,Song Lairui2,Cui Zhixiang3,Wang Qianting3
Abstract: Chitosan ( CS)/poly ( vinyl alcohol) ( PVA) composite fibers were fabricated by electrospinning in this study. The influences of material formulation and formed time on the viscosity,electrical conductivity and the morphology, average diameter, diameter distribution of CS/PVA composite fiber were investigated. The re-sults showed that, the introduction of CS could increase the viscosity,electrical conductivity of CS/PVA blend solution. And the viscosity of blend solution decreased with the increase of formed time. In addition, the more CS content was, the smaller diameter of CS/PVA composite fiber would be. The fiber-forming capacity of CS/PVA blend solution decreased dramatically as the solution formed time increased.
QU Dan, YANG Xukui, YAN Honggang, CHEN Yaqi, NIU Tong
Abstract: Low-resource few-shot speech recognition is an urgent technical demand faced by the speech recognition industry. The framework technology for few-shot speech recognition is first briefly discussed in this article. The research progress of several important low resource speech technologies, including feature extraction, acoustic model, and resource expansion, is then highlighted. The latest advancements in deep learning technologies, such as generative adversarial networks, self-supervised representation learning, deep reinforcement learning, and meta-learning, are then focused on in order to address few-shot speech recognition on the basis of the development of continuous speech recognition framework technology. On that basis, the problems of limited complementarity, unbalanced task and model deployment faced by this technology are analyzed for the subsequent development. Finally, a summary and prospect of few-shot continuous speech recognition are given.
Abstract:
SHI Lei, LI Tian, GAO Yufei, WEI Lin, LI Cuixia, TAO Yongcai
Abstract: Knobs tuning is a key technology that affects the performance and adaptability of databases. However, traditional tuning methods have difficulty in finding the optimal configuration in high-dimensional continuous parameter spaces. The development of machine learning could bring new opportunities to solve this problem. By summarizing and analyzing relevant work, existing work was classified according to development time and characteristics, including expert decision-making, static rules, heuristic algorithms, traditional machine learning methods, and deep reinforcement learning methods. The database tuning problem was defined, and the limitations of heuristic algorithms in tuning problems were discussed. Traditional machine learning-based tuning methods were introduced, including random forest, support vector machine, decision tree, etc. The general process of using machine learning methods to solve tuning problems was described, and specific implementations were provided. The shortcomings of traditional machine learning models in adaptability and tuning capabilities were also discussed. The principles of deep reinforcement learning models were emphasized, and the mapping relationship between tuning problems and deep reinforcement learning models was defined. Recent relevant work on improving database performance, time consumption and model characteristics was introduced, and the process of building and training agents based on deep neural networks was described. Finally, the characteristics of existing work were summarized, and the research hotspots and development directions of machine learning in database tuning were outlined. Distributed scenarios, multi-granularity tuning, adaptive algorithms and self-maintenance capabilities were identified as future research trends
CHEN Deliang,DONG Huina,ZHANG Rui
Abstract: Molybdenum disulfide ( MoS2 ) with a typical layered structure easily forms few-layered MoS2 nanosheets,and has a wealth of optical,electrical and catalytic performance with wide application potentials in areas such as photo-electrical and energy conversion. The preparation of few-layered MoS2 nanocrystals and MoS2-based nanocomposites using molybdenum-containing chemicals as starting materials by wet-chemical and vapor-deposition methods are the cutting-edge focuses of recent research. However,the synthesis of MoS2 nanocrystals from chemical reagents with a long route is not low-carbon and environment friendly. Molybdenite is a typical layered mineral and composed of layered MoS2 units. The amount of molybdenite in China is huge and it is a green and low-carbon way to prepare few-layered MoS2 nanomaterials via the intercalation-exfoliation strategy using the purified molybdenite as the direct raw materials.
RONG Xian,SONG Peng,ZHANG Jianxin,etc;
Abstract: Based on the quasi-static test study of seismic performance of HRB500 reinforced concrete piers ,influence law about steel strength ,the spacing,the axial compression ratio on seismic behavior was obtainedaccording to the analysis of its failure characteristics, hysteresis curves,skeleton curves,stiffness degradationunder low eyclic loads. The results show that increasing steel strength can improve components’ bearing ca-pacity and deformation capacity obviously , stirrup ratio can not influence members’ bearing capacity and de-formation capacity ,axial compression ratio can improve components’bearing capacity , but on the other hand,it is useless to improve components’deformation capacity.
CUI Jianming1, LIN Fanrong1, ZHANG Di1 , ZHANG Luning1, LIU Ming2
Abstract: As an important part of autonomous driving, trajectory prediction aimed to forcast the vehicle′s driving path, so that the vehicle could make path planning according to the driving estimation, so as to make safe and accurate decisions. Firstly, in order to improve the accuracy of vehicle trajectory prediction, the directed graph method was used to construct a high-definition driving scene map, and the directed graph method vectorized the map information to effectively extract the map topology. Secondly, GAIL was used to learn the driving strategy of the dataset through the confrontation game between the generator and the discriminator, so as to adopt the corresponding driving behavior according to the current state. Finally, the multimodal prediction trajectory scheme was obtained by sampling traversal. Simulation was carried out on the nuScenes motion prediction dataset. The quantitative results showed that compared with other methods, when K = 5, the minimum final displacement error MinFDE5 was increased by 10. 8%; when K = 10, the minimum fianl displacement error MinFDE10 increased by 17. 53%, the minimum average displacement error MinADE10 increased by 9. 52%, and the error rate MissRate10 decreased by 28. 26%. The evaluation showed that the generated trajectories were multimodal, could conform to the basic structure of the scene, with improved accuracy.
WANG Hairong, XU Xi, WANG Tong, JING Boxiang
Abstract: In order to solve the problems in studies of multimodal named entity recognition, such as the lack of text feature semantics, the lack of visual feature semantics, and the difficulty of graphic feature fusion, a series of multimodal named entity recognition methods were proposed. Firstly, the overall framework of multi modal named entity recognition methods and common technologies in each part were examined, and classified into BilSTM-based MNER method and Transformer based MNER method. Furthermore, according to the model structure, it was further divided into four model structures, including pre-fusion model, post-fusion model, Transformer single-task model and Transformer multi-task model. Then, experiments were carried out on two data sets of Twitter-2015 and Twitter2017 for these two types of methods respectively. The experimental results showed that multi-feature cooperative representation could enhance the semantics of each modal feature. In addition, multi-task learning could promote modal feature fusion or result fusion, so as to improve the accuracy of MNER. Finally, in the future research of MNER, it was suggested to focus on enhancing modal semantics through multi-feature cooperative representation, and promoting model feature fusion or result fusion by multi-task learning.
ZHANG Chunjiang1,2,TAN Kay Chen2,GAO Liang1, wU qing3
Abstract: In order for effective application of Multi-Objective Evolutionary Algorithm based on Decomposition(MOEA/D) in engineering optimization,normalization of the range of objective values is needed. A self-a-daptive s constrained Differential Evolution ( gDE) algorithm is proposed to obtain the minimum and maximumvalues of each objective on the Pareto Front ( PF). After normalization,MOEA/D can then be effectively ap-plied. In addition ,the self-adaptive s constraint method is combined with MOEA/D for constraint handling. Abenchmark problem and a weld bean design problem are used to evaluate the performance of the algorithm a-gainst two other normalization methods. One main advantage of the proposed method is the selective concen-trated optimization on some regions on the Pareto front which allows handling of problems where regions of Pa-reto front are difficult to be optimized.
Li Yifeng, Mao Xiaobo, Yang Yihang, Zhu Feng
Abstract: In order to prevent the serious safety problem caused by the dry pot burning and stove explosion and firing,an anti-overheating system was designed.The system of infrared temperature sensor MLX90614 on the bottom of the pot was used to realize the non-contact real-time temperature monitoring.The real-time temperature data was collected and processed by the STM32 microcontroller and SMBus.When the temperature of the bottom of the boiler was beyond the normal heating range,the temperature monitoring module could send a voice alarm.When the threshold value of the dry burning temperature was reached,the gas circuit could be cut off by the control circuit serially connected in the thermocouple temperature detection circuit.Experimental results showed that the proposed system could cut off the gas path once the preset temperature reached and prevent the dry pot burning effectively.
YU Kunjie, YANG Zhenyu, QIAO Kangjia, LIANG Jing, YUE Caitong
Abstract: To address the difficulties of slow convergence and difficulty in finding feasible solutions when solving large-scale constrained multi-objective optimization problems, an adaptive two-stage large-scale constrained multiobjective evolutionary algorithm was proposed. In the first stage, the algorithm adaptively selected some variables for optimization according to the nature of the decision variables, without considering any constraint to make the population quickly cross the infeasible region and approach the unconstrained Pareto front. In the second stage, the algorithm considered all the constraints and optimizes the variables as a whole using the ε constraint-handling technique. At the same time, the feasible and non-dominated solutions obtained in the evolutionary process were saved and updated using archive to continuously improve the convergence and diversity of the population. Finally, the proposed algorithm was experimentally compared with the other six algorithms on 37 test functions, and the results showed that the proposed algorithm could achieved the best results on 25 functions and outperforms the comparison algorithm on at least 31 functions, respectively; meanwhile, the feasibility rate of the proposed algorithm in more than 90% of the functions could reach 100%, which could effectively solve large-scale constrained multi-objective optimization problems.
FANGShuqi1,2,HELiping1,ZHANGLonglong1,CHANGChun1,2,BAI Jing1,2,CHENJunying1,
Abstract: The effects of processing variables,such as screw speed,initial moisture content and the length ofthe straw plug pipe of extrusion process on the dewatering rate,handling capacity,output per kW h etc.were experimentally studied using a low CR screw straw extruder. And the response surface optimization exper-imental results showed the extruder can run efficiently,stably and continuously with considerate dewateringrate,handling capacity and output per kW ·h under the conditions that moisture content is 85% ,screw speed50.8 r/min,length of the straw plug pipe is 26.91 mm.
WANG Dingbiao, WANG Shuai, ZHANG Haoran, WU Qitao, YANG Chongrui, WANG Guanghui
Abstract: Fluid topology optimization is a breakthrough technology, which has broad application prospects in aerospace, automotive, electronic chips and other fields, however, the design of complex structure is difficult to process through the traditional manufacturing technology. With the development of additive manufacturing (3D printing) technology, it could provide an effective way to further expand the application and research of fluid topology optimization, which would of great significance for realizing the structural lightweight, dynamic optimization, safety optimization and performance improvement of related industrial equipment, and implementing the national strategy of “energy conservation and consumption reduction, carbon peak and carbon neutralization”. With the help of the literature metrology tool VOSviewer, were classified and summarized the literature related to fluid topology optimization in the Web of Science database were classified, comprehensively and the theoretical system, solution methods, optimization methods, and engineering applications of fluid topology optimization were expounded systematically, and the related problems were discussed. First of all, compared with solid topology optimization, fluid topology optimization involved more fields, more diverse flow regime characteristics, and more complex mathematical models, so it was more difficult to solve, took longer to calculate, and required more computing resources, which was the main factor restricting the engineering application of fluid topology optimization. Secondly, the three links and key technologies of fluid topology optimization were systematically described: representation method of design variable, CFD model and solution method, topology optimization model and solution method, and the characteristics and application scenarios of existing technologies were analyzed. At the same time, several application scenarios of fluid topology optimization, such as electronic chip heat sink, aircraft, automobile and heat exchanger, were briefly described. Finally, the development trend of fluid topology optimization was predicted and summarized. It was suggested that the multidisciplinary topology optimization research on turbulence, conjugate heat transfer, fluid-solid-heat coupling, fluid-solid-heat-mass coupling should be further strengthened; the research of topology optimization based on multi-objective function should be expanded; the deep combination with artificial intelligence should be further strengthened, more robust and mature intelligent CFD solver and intelligent optimization solver, and even intelligent software of fluid topology optimization should be developed.
Li Lingjun, Jin Bingma, Yanli Han, Jie Hao, Wang body
Abstract: The method of extracting degradation features was proposed based on MEMD and MMSE to solve the problem that non-stationarity of fault signals of roller bearing and degradation condition, which was characteristic of non-ststionarity and hard to recognize. The character of MEMD was adopted to catch different scales of signals effectively during the process of multiscalization,  which made complexity of different degradation condition distinguished better than other methods. Firstly, multichannel signals corresponding to various degradation condition of roller bearing were decomposed adaptively using MEMD, then, the reconstructed signals by multiscale IMF was dealt with MSE analysis. The results showed that the proposed method could efficiently evaluate the degradation trend of roller bearing by handing the experimental signals.
Li Guang1, Zhang Heng2, Wang Jie2, Zhu Xiaodong2, Yue Caitong2
Abstract: Warning technology of drilling engineering was the key technolog of drilling safety protection. Through the monitoring of real-time well site drilling process parameters, huge amounts of drilling data mining and intelligent learning, abnormal state modeling and optimization, abnormal state modeling and optimization, abnormal characteristics of the early warning model online judging process, achieved the goal of oil drilling abnormal state arly warning, and prevention of drilling engineering accidents. This paper reviewed the development course of early warning technology, introduced the drilling engieering warning technology architecture, and also introduced the early warning teachnology in detail and compared their characteristics, finally depicted the development of future early warning system for drilling engineering.
Zhao Shujun, Duan Shaoli, Zhang Xiaofang, Li Lei, Liu Xiaomin
Abstract: The calibration method of the zoom camera is studied. The self-calibration method based on the two vanishing points is used to calibrate the general parameters of the zoom camera under two fixed focal lengths. By comparing with Zhang Zhengyou’s calibration method and the results of the machine vision software Halcon calibration, the results are verified. The feasibility and robustness of this method are verified. In order to better reflect the zoom characteristics of the zoom camera, a thick lens model that can more accurately describe the zoom camera is established. The author performs SIFT feature matching on the zoom image, and according to the matching point pair The linear equations are established, and the least square method is used to estimate the zoom center of the zoom image. In addition, the optical center displacement between different focal lengths is also calculated. The experimental results show that there is an obvious gap between the optical center displacement and the focal length, which shows that The thick lens model is more suitable for describing the zoom lens of the camera.
Han Chuang, Wu Lili
Abstract: For the modeling and control of proton exchange membrane fuel cells, the empirical model and mechanism model based on polarization curve and parameter dimension are summarized, the electrochemical steady-state model and dynamic model based on electrochemical reaction, temperature, pressure and other factors are analyzed, and the intelligent method model based on neural network identification, swarm intelligence algorithm and support vector machine is introduced.The existing intelligent control strategies of proton exchange membrane fuel cells are summarized. Finally, it is pointed out that it will be a development direction of modeling to optimize the model parameters and environmental parameters of proton exchange membrane fuel cells by using swarm intelligence algorithm. The generalized Hamilton theory can also be tried to be used in the modeling of proton exchange membrane fuel cells.At the same time, the intelligent control strategy combining the new algorithm will become the research trend of proton exchange membrane fuel cell control.
LIU Na 1,2 , ZHENG Guofeng 1,2 , XU Zhenshun 1,2 , LIN Lingde 1,2 , LI Chen 1,2 , YANG Jie 1,2
Abstract: Few-shot spoken language understanding ( SLU) is one of the urgent problems in dialogue artificial intelligence (DAI) . The relevant literature on SLU task, combining the latest research trends both domestic and foreign was systematically reviewed. The classic methods for SLU task modeling in non-few-shot scenarios were briefly introduced, including single modeling, implicit joint modeling, explicit joint modeling, and pre-trained paradigms. The latest studies in few-shot SLU were introduced, which included three kinds of few-shot learning methods based on model fine-tuning, data augmentation and metric learning. Representative models such as ULMFiT, prototypical network, and induction network were discussed. On this basis, the semantic understanding ability, interpretability, generalization ability and other performances of different methods were analyzed and compared. Finally, the challenges and future development directions of SLU tasks were discussed, it was pointed out that zero-shot SLU, Chinese SLU, open-domain SLU, and cross-lingual SLU would be the research difficulties in this field
Fu Zhen1,Shen Wanqing1,Kong Zhifeng2,Zhang Chao2
Abstract: With the fact that plasticizers were used successfully in plastic products to improve the low-temperature flexibility of asphalt binder,two kinds of plasticizer are selected in this paper to study the impact of two plasticizers on asphalt.In this paper,4 different dosages of the two plasticizer totally 8 dosages were put into asphalt to study the performance of asphalt binders by several routine tests including the penetration,softening point,ductility,viscosity,measuring-stress ductility and elasticity resuming.And the modification effect was evaluated in the aspect of temperature sensitivity,high temperature and low temperature,elastic recovery and aging.The test results showed that the plasticizers did help significantly in the low-temperature performance of the modified asphalt binders,also in the facts of temperature sensitivity,anti-aging ability and elasticity resuming,but not in high-temperature performance.In general,the plasticizer DOM was better than DOP in improving the properties of asphalt binders.
Liu Ke 1;Gong Dunwei 2
Abstract: In the human-computer interaction system based on fingertip, the position of fingertip center is very important. By solving the multi-objective optimization model for the fingertip localization, several fingertip center positions can be obtained. The fingertip pixels distribute around the fingertip centers, so the optimal solution components of this optimization model have the above distribution law. Using the estimation of distribution algorithm with the distribution law to solve this optimization model, can obtain accurate results. This paper discusses the estimation of distribution algorithm for the fingertip localization. It proposes that the decision variable dimension, population size, maximum sampling variance, and minimum sampling variance are the main parameters of this estimation of distribution algorithm. The experimental results show that each main parameter has its best value; when their values are their best values, the fingertip center positions obtained by the proposed method excel the results of the existing methods.
Jia Rubin,Gao Jinfeng
Abstract: The dissolved gas content in transformer oil is an important index to measure the operation status of transformers. The differential autoregressive moving average model (ARIMA) is used to predict the gas content in transformer oil. This method uses the time corresponding to the gas content value as an index to input the prediction model through python programming. The original non-stationary time series is converted into a stationary time series by means of difference processing, and then several sets of models are obtained by using the autocorrelation function and partial autocorrelation function parameter selection principles, and are used in the process of optimizing several sets of models. A set of optimal models were obtained by Chichi information, Bayesian information, and Hannan-Quine criteria. Finally, the residuals of the optimal models were tested by correlation testing methods, and the gas content was predicted using the models that met the residual requirements. Experiments show that the proposed prediction method has high prediction accuracy, which can provide a valuable reference for rationally arranging the condition-based maintenance of transformers.
Zhao Fengxia , Jin Shaobo , Li Jifeng
Abstract: A method of considering tolerance principle for three dimensional tolerance analysis was put forward. Based on small displacement torsor (SDT) theory and modal interval arithmetic, the tolerance models of size tolerance and geometrical tolerance of the feature of size apply independent principle, envelope requirement, maximum material requirement, least material requirement or reciprocity requirement, were established respectively. By using the space vector to represent 3D dimension chain, a mathematical model is built to calculate the closed loop tolerance based on space vector loop stack principle. The application of the proposed method is illustrated through presenting an example, the tolerance analysis steps are given, and the availability of the proposed method was proved successfully.
Dai Pinqiang1,Song Lairui2,Cui Zhixiang3,Wang Qianting3
Abstract: Chitosan ( CS)/poly ( vinyl alcohol) ( PVA) composite fibers were fabricated by electrospinning in this study. The influences of material formulation and formed time on the viscosity,electrical conductivity and the morphology, average diameter, diameter distribution of CS/PVA composite fiber were investigated. The re-sults showed that, the introduction of CS could increase the viscosity,electrical conductivity of CS/PVA blend solution. And the viscosity of blend solution decreased with the increase of formed time. In addition, the more CS content was, the smaller diameter of CS/PVA composite fiber would be. The fiber-forming capacity of CS/PVA blend solution decreased dramatically as the solution formed time increased.
Shen Chao1,Yu Peng1,Yang Jianzhong1,Zhang Dongwei2,Wei Xinli2
Abstract: Based on the cooling characteristics of the electric vehicle drive motor, a novel cooling structure the circumferential multi spiral structure, was proposed. The three dimensional numerical model of fluid flow and heat transfer in the shell was established. The flow field and temperature field of different water cooling schemes were calculated based on CFD technology. The numerical results showed that the temperature uniformity and cooling performance of Circumferential "Z" structure is better than the circumferential multi spiral structure; and the circumferential "Z" structure was suitable for the cooling of 135KW electric vehicle drive motor under the condition of inlet water temperature was 65ºC, with the optimal water flow rate 9.8L/min. However, the circumferential multi spiral structure could be used for higher power density of the motor cooling for the better performance of pressure resistance. The research provided a theoretical basis for cooling design and optimization of the small size and high power density motor.
ZHANG Anlin1, ZHANG Qikun2, HUANG Daoying2, LIU Jianghao2, LI Jianchun2, CHEN Xiaowen2
Abstract: Aiming at the problems of unbalanced data types and incomplete feature learning in deep learning intrusion detection, a neural network intrusion detection model based on the fusion of convolutional neural networks(CNN)and bidirectional gated recurrent unit(BiGRU)was proposed.The SMOTE-Tomek algorithm was used to balance the data set, the feature importance algorithm based on mean decrease impurity was used to realize feature selection; the CNN and BiGRU models used for feature fusion and attention mechanism was introduced for feature extraction, so as to improve the overall detection performance of the model.The intrusion detection data set CSE-CIC-IDS2018 was used for multi classification experiments, the model was compared with the classical single deep learning models.The experimental results showed that, firstly, in terms of data set balance, after being processed by SMOTE-Tomek algorithm, the recognition accuracy of DoS attacks-Slow HTTP Test class was improved from 0 to 34.66%, that of SQL Injection class was improved from 0 to 100%, and DDoS attack-LOIC-UDP, Brute Force-Web and Brute Force-XSS classes were improved by 5.22 percentage points, 6.55 percentage points and 35.71 percentage points respectively.It was proved that the balanced data set improved the recognition accuracy of a few classes significantly compared with the unprocessed data set.Secondly, in terms of the overall detection performance of the model, in the comparison of multi classification experiments, the overall classification accuracy, recall and F1 value of the model in this study were higher than those of several other single neural network models.The overall evaluation accuracy of each attack traffic category was about 2.10 percentage points higher than that of the highest LSTM model.The recall rate of the overall evaluation was about 1.50 percentage points higher than that of the highest LSTM model.Compared with the highest GRU model, the overall F1 value increased by about 1.97 percentage points.It was proved that the model had better detection effect.
Cheng Shi 1,Wang Rui 2,Wu Guohua 3,Guo Yinan 4,Malembo 5,Shi Yuhui 6
Abstract: The core idea of swarmintelligence (swarmintelligence) is that several simple individuals form a group, through cooperation, competition, interaction and learning mechanisms to show advanced and complex functions, in the absence of local information and models, still able to complete the solution of complex problems.The solution process is to initialize the variable randomly, and calculate the output value of the objective function after iterative solution.Swarm intelligent optimization algorithm is not dependent on gradient information, and it is not continuous and derivable to solve problems, which makes it suitable for both continuous numerical optimization and discrete combinational optimization.At the same time, the potential parallelism and distributed characteristics of swarm intelligence optimization algorithm make it have significant advantages in dealing with big data.
Guo Yinan 1,Cheng Wei 1,Yang Huan 1,Yang Fan 1,2,Lu hope 1
Abstract: As the key equipment of tunneling a roadway, controlling the anchor-hole drills mainly depends on the operator’s experience. Improper rotary speed of an anchor-hole drill generally results in sticking or breaking pipes, which reduces the drilling efficiency. Especially, the nonlinearities and time-varying parameters, as well as the disturbances resulted from various factors in the anchor-hole drill rotary system shall be taken into consideration. A novel optimal active-disturbance-rejection controller is proposed in the paper. The set value of the rotary speed is dynamically estimated in terms of the geological condition of surrounding rocks. Brain storm optimization algorithm is employed to find the optimal parameters of the controller, which have the best dynamic and steady control performances. Based on the simulation platform composed of AMESim and Matlab, the experimental results for a single surrounding rock with or without the external disturbance show that the proposed ADRC controller has better dynamic and steady performances and stronger robustness than the optimal PID controller.
CHEN Xiaopan1 ,QU Jiantao1,2,ZHAO Yameng2, WANG Peng1, 2 , CHEN Yulin1
Abstract: When dealing with massive terrain data ,the advantage of hardware performance can’t be fully uti-lized. This has become a bottleneck,which restricts the speed of massive terrain tiles rendering. This paperanalyzes the key factors that affect large-scale terrain rendering speed,and proposes a parallel algorithm formassive terrain data processing. The algorithm adopts double buffer queues and divides large scale terrain ren-dering into two parallel processing which includes data processing and rendering. The two buffer queues areresponsible for data reading and writing operations in turn. The loading priority of terrain tiles is consideredand tasks are allocated based on the priority. The experimental results show that this approach improves thespeed of rendering massive terrain tiles greatly.
Bi Ying,Xue Bing,Zhang Mengjie
Abstract: As an evolutionary computation (EC) technique, Genetic programming (GP) has been widely applied to image analysis in recent decades. However, there was no comprehensive and systematic literature review in this area. To provide guidelines for the state-of-the-art research, this paper presented a survey of the literature in recent years on GP for image analysis, including feature extraction, image classification, edge detection, and image segmentation. In addition, this paper summarised the current issues and challenges, such as computationally expensive, generalisation ability and transfer learning, on GP forimage analysis, and pointd out promising research directions for future work.
Shen Xianzhang, Liu Xiaolan, Wu Tianfu, Minzun South
Abstract: This article analyzes the working principles of SNIh to estimate compensation control and sampling PI control, and compares the two control algorithms through simulation.
WANG Qinghai1,ZHAO Fengxia2,Ll Jifeng2,JIN Shaobo2
Abstract: In order to solve the problems,such as low efficiency,poor real-time performance and so on,in on-line detection of glass fiber fabric,a new method of fabric defect detection based on Blob analysis is proposed. Firstly,the image is smoothed by using mean filter,and the noises and the fabric textures are weakened. Then,the Otsu algorithm is used to find the best threshold to segment the image into Blob and background pixels. The shape of the Blob region is adjusted by using morphological processing. Finally,the connectivity analysis and feature extraction of the image are carried out. The number and size of the defects are obtained by using the least square fitting of the Blob region. Experimental results show that the method is simple,reliable and robust.
Liang Jing1,Liu Rui1,Qu Boyang2,Yue Caitong1
Abstract: Based on the characterisities of large-scale problems, lager-scale optimization were grossly analyzed. This paper  introduced some methods for lager-scale problems.The methods included the initialization method, decomposition strategy, updating strategy and so on. This paper mainly focued on the search strategy, update strategy, mutation strategy and cooperative coevolution. Meanwhile, the characteristics of lager-scale optimization algorithm testing function set and evaluation method were listed. Finally, the future research directions were given.
WANG Shenwen1,2, ZHANG Jiaxing1,2, CHU Xiaokai1,2, LIU Hong3, WANG Hui4
Abstract: In multimodal multi-objective optimization problem, the same position of Pareto front often corresponded to multiple Pareto optimal solutions in decision space. However, the existing multi-objective optimization algorithms could only obtain one of the Pareto optimal solutions. Therefore, in this paper, a two-stage search multimodal multi-objective differential evolution algorithm was proposed, which divided the optimization process into two stages: elite search and partition search. In the elite search stage, elite mutation strategy was used to generate high-quality individuals to ensure the search accuracy and efficiency of the population. In the stage of partition search, the decision space was divided into several subspaces, and the detected population was used to explore each subspace in depth, so as to reduce the complexity of the problem and to improve the expansion and uniformity of the population in the decision space. The performance of the algorithm was compared with five classical algorithms NSGAII、MO_Ring_PSO_SCD、DN-NSGAII、Omni-Optimizer、MMODE on 18 multimodal and multi-objective optimization test functions, such as MMF1. Experimental results showed that there were 16 test functions in the performance index of Pareto approximation (PSP) of the proposed algorithm, which were better than the other five comparison algorithms.
Dong Chee-hwa1,Wang Guoyin2,Yongxi3,Shi Xiaoyu2,Li Qingliang4
Abstract: Principal Component Analysis (PCA) is a well known model for dimensionality reduction in data mining,it transforms the original variables into a few comprehensive indices.In this paper,we study the principle of PCA,the distributed architecture of Spark and PCA algorithm of distributed matrix from spark’s ML-lib,then improved the design and present a new algorithm named SNPCA (Spark’s Normalized Principal Component Analysis),this SNPCA algorithm computes principal components together with data normalization process.We carried out benchmarking on multicore CPUs and the results demonstrate the effectiveness of SNPCA.
Ding Guoqiang1Zhang Duo1Xiong Ming1Zhou Weidong2
Abstract: In order to improve the precision requirement about the attitude control of the strap-down inertial navigation system,the high order moment matching UKF (Higher-order Moment Matching UKF,HoMMUKF) algorithm was proposed,that is to estimate the SINS’ attitude parameters of based on its quaternion error model.In the recursive calculation process,for accurately approximating computational purposes,it uses high order moment matching method to calculate the average skewness value and peak value of the predicted sampling points set and their weights of the system state parameters in the view of the probability distribution.Making use of attitude quaternion method,then onlinear quaternion error model was constructed,in which model the systemnoise vector depends on system state vector,meanwhile construct its measure equation whose measurement noise vector depends on quaternion measurement vector by pseudo observation vector method was constructed,the weighted average of estimated quaternion with Lagrangian operator was calculated,the system noise variance calculation with the system noise separation algorithm was carried out,and finallyconstruct the SINS’ attitude estimation HoMM-UKF algorithms simulation on SINS attitude experiment platform was designed.It can be seen that HoMM-UKF algorithm’s calculation accuracy is higher than others and has better numerical stability,comparison of the UKF,and CDKF algorithms,and so the HoMM-UKF algorithm’s feasibility and calculation accuracy is verified.
Cong PeiLIANG,LIU Jianfei,ZHAO Zhiqiang,etc;
Abstract: Aiming at the application of epoxy asphalt in concrete bridge pavement, epoxy asphalt was prepared. The effects of different resin content on viscosity, high and low temperature properties of epoxy asphalt bond, mechanical properties, low temperature crack resistance and high temperature stability of epoxy asphalt mixture were studied.The results show that the addition of epoxy resin can improve the road performance and mechanical properties of asphalt mixture. With the increase of the addition amount, the curing reaction process of epoxy asphalt is accelerated, the high temperature performance and fatigue resistance are enhanced, the stiffness modulus is increased, the creep rate is decreased, the low temperature crack resistance is decreased, and the fatigue resistance and high temperature stability of asphalt mixture are improved.By comprehensive analysis,30% is the best dosage of epoxy resin.
Sun Xiaoyan, Zhu Lixia, Chen Yang
Abstract: Interactive evolutionary algorithms with user preference implicitly extracted from interactions of user are more powerful in alleviating user fatigue and improving the exploration in personalized search or recommendation. However, the uncertainties existing in user interactions and preferences have not been considered in the previous research, which will greatly impact the reliability of the extracted preference model, as well as the effective exploration of the evolution with that model. Therefore, an interactive genetic algorithm with probabilistic conditional preference networks (PCP-nets)is proposed , in which, the uncertainties are further figured out according to the interactions, and a PCP-net is designed to depict user preference model with higher accuracy by involving those uncertainties. First, the interaction time is adopted to mathematically describe the relationship between the interactions and user preference, and the reliability of the interaction time is further defined to reflect the interactive uncertainty.The preference function with evaluation uncertainty is established with the reliability of interaction time. Second, the preference weights on each interacted object are assigned on the basis of preference function and reliability. With these weights, the PCP-nets are designed and updated by involving the uncertainties into the preference model to improve the approximation. Third, a more accurate fitness function is delivered to assign fitness for the individuals. Last, the proposed algorithm is applied to a personalized book search and its superiority in exploration and feasibility is experimentally demonstrated.
Li Jingli, He Pengwei, Qiu Zaisen, Li Yuanbo, Guo Liying
Abstract: Impulse charactersitic of grounding devices was the important factor of lightning withstand level and lightning trip-out rate of transmission line.Based on HIFREQ program and FFTSES program in grounding power system analysis software CDEGS,this paper presented a grounding system impulse characteristic modeling considered soil frequency-dependence,especially,the Visacro-Alipio soil frequency-dependence formula has been introduced.The impact of the soil frequency-dependence on the effective length of the grounding device in different initial soil resistivity and different impulse current waveform was analyzed.The calculating results showed that when considering soil frequency-dependence,the impulse effective length would be shorter,especially for the grounding devices buried in high resistivity soil.
ZHENG Yuanxun ,YANG Peibing
Abstract: In order to study the influence of asphalt pavement temperature on pavement deflection, a finite element coupling model of asphalt pavement was established considering the temperature sensitivity of road material parameters.Based on the numerical model, the variation of pavement deflection under FWD dynamic loading under different temperature conditions and the influence of temperature on the maximum deflection of asphalt pavement with different thickness are analyzed.At the same time, the influence of asphalt pavement structure and material parameters on the dynamic bending temperature correction coefficient is analyzed. Finally, the dynamic bending temperature correction coefficient of asphalt pavement is studied based on the coupling model and compared with the test results.The results show that the pavement thickness and base modulus have great influence on the temperature correction coefficient. The temperature correction coefficient of asphalt pavement deflection established based on the finite element model is in good agreement with the temperature correction coefficient established through the experimental research, and can be used as an effective supplement to the experimental research.
Liu Guangrui; Zhou Wenbo; Tian Xin; Guo Kefu
Abstract: BP neural network for effectively fusioning the information obtained by arc sensor and ultrasonic sensor and information of welding parameters such as welding current,welding speed,welding groove and so on was used to obtain the prediction model of weld penetration depth.Simulation results showed that:the prediction model of weld penetration depth could measure the weld penetration quickly,accurately and in real time.For the precise control of weld penetration,parameters self-tuning fuzzy PID controller was desing,which combined with the advantages of traditional PID controller and fuzzy controller.Smulation results showed that compared with traditional PID controller,parameters self-tuning fuzzy PID controller had a significant advantage in the performance of the system.
Mao Xiaobo, Zhang Qun,Liang Jing, Liu Yanhong
Abstract: In this paper,a new algorithm of license plate recognition in the hazy weather was designed.Firstly,defogging operation was introduced for license plate image in the environment of hazy by using improved dark channel prior.Then after the pretreatment,positioning,segmentation and extraction,coarse grid characteristic matrix is obtained.Finally,radial basis function (RBF) neural network,which was optimized by particle swarm algorithm in advance,was used to identify the character.The experiment results showed that the improved algorithm not only had a good effect on haze removal,but also reduced the duration of defogging,which effectively improve the license plate recognition speed and accuracy in fog and haze weather.
ZHU Xiaodong,LIU Chong,GUO Yamo
Abstract: A novel approach to construct accurate and interpretable fuzzy classification system based on fire-works optimization algorithm(FOA) combined with differential evolution operators is proposed.It is the firsttime to apply FOA in fuzzy modeling.The fireworks optimization algorithm is a novel swarm intelligent algo-rithm based on simulating the explosion process of fireworks,which can optimize the construction and parame-ters of fuzzy system with good convergence speed and optimization accuracy.To improve the diversity of theswarm and avoid being trapped in local optima too early ,the differential evolution is performed to further opti-mize the model at each iteration.The proposed approach is applied to the lris benchmark classification prob-lem,and the results prove its validity.
Zhang Heng, Wang Heshan
Abstract: To improve the adaptability of echo state network (ESN),an optimization method based on mutual information (MI) and Just-In-Time (JIT) learning was proposed in this paper to optimize the input scaling and the output layer of ESN.The method was named as MI-JIT optimization method and the obtained new network was MI-JIT-ESN.The optimization method mainly consists of two parts.Firstly,the scaling parameters of multiple inputs were adjusted on the basis of MI between the network inputs and outputs.Secondly,based on JIT learning,a partial model of output layer was established.The new partial model could make the regression results more accurate.Further,a multi-input multi-output MI-JIT-ESN model was developed for the fed-batch penicillin fermentation process.The experimental results showed that the obtained MI-JIT-ESN model performed well,and that it had better adaptability than ESN model without optimization and other neural network models.
Wang Wen1,Hu Haoliang1,He Shitang1,Pan Yong2,Zhang Caihong3
Abstract: In view of the current situation that the traditional methane sensor technology is difficult to imple-ment the field detection and monitor on methane gas, a novel room-temperature SAW methane gas sensor coa-ted with cryptophane-A sensing interface is proposed by utilizing the supermolecular compound cryptophane-A’ s specific clathration to methane molecules. The sensor was composed of differential resonator-oscillators with excellent frequency stability, a supra-molecular CrypA coated along the acoustic propagation path, and a frequency acquisition module. The supramolecular CrypA was synthesized from vanillyl alcohol using a three-step method and deposited onto the surface of the sensing resonators via dropping method. Fast response and excellent repeatability were observed in gas sensing experiment, and the estimated detection limit and meas-ured sensitivity in gas dynamic range of 0 . 2% ~5% was evaluated as ~0 . 05 % and ~184 Hz/%, respec-tively. The measured results indicated the SAW sensor was promising for under-mine methane gas detection and monitor.
Shi Chunyan1,Fan Bingbing1,Li Yaya1,Hu Yongbao1,Zhang Rui2
Abstract: In this work,graphene oxide (GO) was prepared by an improved Hummers method.Zirconia/graphene composites (ZrO2/rGO) were rapidly synthesized by hydrothermal method with Zr(OH)4/rGO as precursor prepared by ultrasound-stirred-coprecipitation.The adsorption capacity of Zr (OH) 4/rGO and ZrO2/rGO composites decreased with the increase of pH value and increased with the increase of phosphate concentration and the solution temperature.The maximum adsorption capacities of Zr (OH)4/rGO and ZrO2/rGO composites were 81.84 mg/g and 63.58 mg/g respectively at pH 2.0.The adsorption kinetics of these two adsorbents accorded with the pseudo-second-order model and isothermal adsorption complied with the Langmuir isotherm equation.The results of its recycling properties showed the adsorption capacity decreased for the Zr (OH) 4/rGO samples,while ZrO2/rGO samples were almost the same as the initial adsorption performance.
JIANG Jian-dong1 ,ZHANG Hao-jie1 ,WANG Jing2
Abstract: To further improve the accuracy of power load forecasting,on the basis of the analysis of affectingfactors of power load, a combination prediction model based on HHT is proposed. This model uses EMD algo-rithm to decompose the original load sequence. Thus, a stationary sequence of different frequencies,which ismore predictable than the original load sequence,can be obtained. Based on the components of different fre-quencies,according to the characteristics of the different frequency of subsequence ,the RBF neural network ,BP neural network and time series model are selected to forecast while considering the influence of temperatureon the load. Then,a new combined model can be achieved. The experiment shows that the proposed modelcan effectively improve the accuracy of load forecasting.
Wang Dongshu, Tan Dapei, Wei Xiaoqin
Abstract: Based on the characteristic of face orientation,position and the light background in face recognition,a new method of face orientation recognition based on development network is proposed.The characteristic of human’s eye was very prominent,so the position of eyes was chosen as the face orientation feature vector.And the deveiopment network model was used to recognize human’s face orientation in the different light background images.The result showed that this method could effectively solve the difficult problem of face orientation recognition under varying illumination conditions by comparing with the test results of other methods,which was fast,stable and effective.The recognition rate was as high as 100%.
Sheng Zunrong1,Xue Bing1,Liu Zhouming1,Wei Xinli2
Abstract: A direct-contact method of zeolite adsorption liquid water was adopted to enhance heat and mass transfer rate within adsorption heat transformer.Hot water was recycled to generate superheated steam directly,and then saturated zeolite would be regenerated by drying gas.The reactor with was filled spherical zeolite with same mass and different diameters.The mass of steam generated by small particle packed bed was 64.89% higher than that generated by big particle packed bed.The maximum steam temperature and gross temperature life had increased by about 37C.Experiments of two kinds of packed types in double layer reactor (finecoarse bed and coarse-fine bed) have shown that small particle played a more effective role for the heating of steam and packed bed;the mean maximum temperature of the steam at the top of fine-coarse bed is 37.23% higher than that of coarse-fine bed and the lasting time of the maximum temperature is decreased by 14.25%.The steam generation rate of fine-coarse bed was 16.18% higher than that of coarse-fine bed,which is more efficient in steam generation.In regeneration process,drying time of upper reactor was 25.03% shorter than coarse-fine bed.It concluded that fine-coarse bed was more effective for zeolite regeneration.
Liu Yanping Wei Hanghang, Li Qian
Abstract: The surface morphology and the different mechanical properties between crystalline region and amorphous region of the stereocomplex crystal were studied in this paper. The same mass ratio of Poly (L-lactic acid) (PLLA) and poly (D-lactic acid) (PDLA) stereocomplex was prepared by solution blending. Differential Scanning Calorimetry, Polarizing Microscope, Atomic Force Microscopy, Confocal Laser Scanning Microscope and Nano Indentation Tester were used to list the surface morpholigy of PLA stereocomplex crystal and the diversification of mechanical properties. The result showed  that a high degree of stereo-tacticity of PLLA/PDLA blend could be achieved from the mass ratio of 1/1 for sample.The research also showed that obviously depression phenomenon on the surface of crystal was formed due to the contraction of the molecular chain. Furthermore, the hardness and modulus of crystalline region were improved compared to the amorphous region.
Cao Ben, Yuan Zhong, Yu Liu Hong
Abstract: During heating process of sintering furnace,the model parameters were easy to change,and traditional PID control was difficult to achieve the desired control effect.This paper used particle swarm optimization algorithm to identify the mathematical model of sintering furnace,for sintering furnace with high inertia,time-variation and strong time delay etc,a method of supervision and control based on RBF neural network,which combined PID control with neural network control.When temperature or parameters changed greatly,PID control played a major role.neural network played a regulatory role and compensated the shortage of PID control.The simulation results of MATLAB software showed that this method could improve the control precision of sintering furnace,which had a certain practicality.
Journal Information

Bimonthly(Started in 1980)
Administrated by:
The Education Department of Henan Province
Sponsored by: Zhengzhou University
Edited & Published by:
Editorial Office of Journal of Zhengzhou University( Engineering Sciences)
E-mail: gxb@zzu.edu.cn
Website: http://gxb.zzu.edu.cn/
Address: No.100 Science Avenue,100,
Zhengzhou 450001,China
Telephone: (0371) 67781276, 67781277
Chief Editor: ZHENG Suxia
Executive Chief Editor: XIANG Sa
Printed by: Shanxi Tongfang Knowledge Network Printing Co.,Ltd.
Distributed by: Office of Postal Distribution of Henan Proince
Distributed Abroad by: Publishing Trading Corporation,P.O.B.782, Beijing100011, China
Publication Scope: Public Publication
Periodicity:Bimonthly
Founded in:1980
Code of Domestic Distribution: 36-232
Code of Overseas Distribution: BM2642
ISSN:1671-6833
CN:41-1339/T
CODEN:ZDXGAN

QR Code
Selected Covers
Copyright © 2023 Editorial Board of Journal of Zhengzhou University (Engineering Science)