期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
Improved pruning algorithm for Gaussian mixture probability hypothesis density filter 被引量:7
1
作者 NIE Yongfang ZHANG Tao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2018年第2期229-235,共7页
With the increment of the number of Gaussian components, the computation cost increases in the Gaussian mixture probability hypothesis density(GM-PHD) filter. Based on the theory of Chen et al, we propose an improved ... With the increment of the number of Gaussian components, the computation cost increases in the Gaussian mixture probability hypothesis density(GM-PHD) filter. Based on the theory of Chen et al, we propose an improved pruning algorithm for the GM-PHD filter, which utilizes not only the Gaussian components’ means and covariance, but their weights as a new criterion to improve the estimate accuracy of the conventional pruning algorithm for tracking very closely proximity targets. Moreover, it solves the end-less while-loop problem without the need of a second merging step. Simulation results show that this improved algorithm is easier to implement and more robust than the formal ones. 展开更多
关键词 Gaussian mixture probability hypothesis density(GM-PHD) filter pruning algorithm proximity targets clutter rate
下载PDF
Application of Pruning Algorithm on Voice Service Platform of Cow Disease Diagnosis Expert System 被引量:1
2
作者 WANG Lishu 《Journal of Northeast Agricultural University(English Edition)》 CAS 2009年第4期47-51,共5页
Expert System (ES) is considered effective and efficient in agricultural production, as agricultural informationization becomes a main trend in agricultural development. ES, however, is applied unsatisfactorily in m... Expert System (ES) is considered effective and efficient in agricultural production, as agricultural informationization becomes a main trend in agricultural development. ES, however, is applied unsatisfactorily in most rural areas of China and it has considerably affected and restricted the development of the agricultural informationization. This paper proposed a solution to voice service system of ES, which was suitable for the information transmission, and it especially could help the peasants in remote regions obtain knowledge from ES through the voice service system. As for the disadvantages of massive knowledge data and slow deduction, in this system the classification method could be adopted based on the decision tree. Designing pruning algorithm to "trim off" the unrelated knowledge to the users in query course would simplify the structure of the decision tree and accelerate the speed of deduction before the inference engine deduced the knowledge required by users. 展开更多
关键词 pruning algorithm voice service platform cow disease Expert System
下载PDF
Search Space Pruning Based on Image Tools for Preliminary Interplanetary Trajectory Design
3
作者 杨大林 徐波 高有涛 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2015年第5期530-540,共11页
A novel gravity assist space pruning(GASP)algorithm based on image tools is proposed for solving interplanetary trajectory optimization problem.Compared with traditional GASP algorithm,the concept of image is introduc... A novel gravity assist space pruning(GASP)algorithm based on image tools is proposed for solving interplanetary trajectory optimization problem.Compared with traditional GASP algorithm,the concept of image is introduced to avoid missing interesting solutions with appropriate number of function evaluations.Image tools allow us to evaluate the objective function in regions in place of points and provide an effective way to evaluate the forward and backward constraints for the multi-gravity assist trajectory optimization problem.Since the interesting solutions of the interplanetary trajectory optimization problem are often clustered in a small portion of the search space rather than being overall evenly distributed,the regionwise evaluations with image tools make the little large interval with the proper Lipschitzian tolerances sampling effective.The detailed steps of the proposed method are presented and two examples including Earth Venus Mars(EVM)transfer and Earth Venus Venus Earth Jupiter Saturn(EVVEJS)transfer are given.Finally,a comparison with solutions given by the literature demonstrates the effectiveness of the proposed method. 展开更多
关键词 trajectory optimization global optimization local minima gravity assist space pruning (GASP) algorithm image tool
下载PDF
Improved scheme to accelerate sparse least squares support vector regression
4
作者 Yongping Zhao Jianguo Sun 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2010年第2期312-317,共6页
The pruning algorithms for sparse least squares support vector regression machine are common methods, and easily com- prehensible, but the computational burden in the training phase is heavy due to the retraining in p... The pruning algorithms for sparse least squares support vector regression machine are common methods, and easily com- prehensible, but the computational burden in the training phase is heavy due to the retraining in performing the pruning process, which is not favorable for their applications. To this end, an im- proved scheme is proposed to accelerate sparse least squares support vector regression machine. A major advantage of this new scheme is based on the iterative methodology, which uses the previous training results instead of retraining, and its feasibility is strictly verified theoretically. Finally, experiments on bench- mark data sets corroborate a significant saving of the training time with the same number of support vectors and predictive accuracy compared with the original pruning algorithms, and this speedup scheme is also extended to classification problem. 展开更多
关键词 least squares support vector regression machine pruning algorithm iterative methodology classification.
下载PDF
Dynamic detection method for falling ears of maize harvester based on improved YOLO-V4
5
作者 Ang Gao Aijun Geng +3 位作者 Zhilong Zhang Ji Zhang Xiaolong Hu Ke Li 《International Journal of Agricultural and Biological Engineering》 SCIE CAS 2022年第3期22-32,共11页
Traditional maize ear harvesters mainly rely on manual identification of fallen maize ears,which cannot realize real-time detection of ear falling.The improved You Only Look Once-V4(YOLO-V4)algorithm is combined with ... Traditional maize ear harvesters mainly rely on manual identification of fallen maize ears,which cannot realize real-time detection of ear falling.The improved You Only Look Once-V4(YOLO-V4)algorithm is combined with the channel pruning algorithm to detect the dropped ears of maize harvesters.K-means clustering algorithm is used to obtain a prior box matching the size of the dropped ears,which improves the Intersection Over Union(IOU).Compare the effect of different activation functions on the accuracy of the YOLO-V4 model,and use the Mish activation function as the activation function of this model.Improve the calculation of the regression positioning loss function,and use the CEIOU loss function to balance the accuracy of each category.Use improved Adam optimization function and multi-stage learning optimization technology to improve the accuracy of the YOLO-V4 model.The channel pruning algorithm is used to compress the model and distillation technology is used in the fine-tuning of the model.The final model size was only 10.77%before compression,and the test set mean Average Precision(mAP)was 93.14%.The detection speed was 112 fps,which can meet the need for real-time detection of maize harvester ears in the field.This study can provide technical reference for the detection of the ear loss rate of intelligent maize harvesters. 展开更多
关键词 maize ear detection YOLO-V4 channel pruning algorithm real-time detection
原文传递
Distances Between Phylogenetic Trees: A Survey
6
作者 Feng Shi Qilong Feng +2 位作者 Jianer Chen Lusheng Wang Jianxin Wang 《Tsinghua Science and Technology》 SCIE EI CAS 2013年第5期490-499,共10页
Phylogenetic trees have been widely used in the study of evolutionary biology for representing the tree-like evolution of a collection of species. However, different data sets and different methods often lead to the c... Phylogenetic trees have been widely used in the study of evolutionary biology for representing the tree-like evolution of a collection of species. However, different data sets and different methods often lead to the construction of different phylogenetic trees for the same set of species. Therefore, comparing these trees to determine similarities or, equivalently, dissimilarities, becomes the fundamental issue. Typically, Tree Bisection and Reconnection(TBR)and Subtree Prune and Regraft(SPR) distances have been proposed to facilitate the comparison between different phylogenetic trees. In this paper, we give a survey on the aspects of computational complexity, fixed-parameter algorithms, and approximation algorithms for computing the TBR and SPR distances of phylogenetic trees. 展开更多
关键词 phylogenetic tree tree bisection and reconnection subtree prune and regraft fixed-parameter algorithm approximation algorithm
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部