节点文献

智能计算及应用研究

Research and Application on Intelligent Computing

【作者】 杨滨

【导师】 周春光;

【作者基本信息】 吉林大学 , 计算机软件与理论, 2010, 博士

【摘要】 本文对智能计算的理论和应用问题进行了研究。针对最小二乘支持向量机丧失了解的稀疏性问题,结合增量式最小二乘支持向量机学习算法和逆学习算法,提出了自适应迭代最小二乘支持向量机回归算法。该算法能够自适应的确定支持向量的数量,保留了QP方法训练支持向量机时解的稀疏性,在相近的精度下,极大地提高了最小二乘支持向量机的学习速度。研究了智能计算技术在基于内容的音乐检索领域的应用。利用音频信号在时域上的短时过零率和短时能频值两个特征实现了音乐中人声段落的提取,基于传统的音高提取模式,使用量化音程描述子描述音乐的旋律特征,使用字符串匹配算法计算两段旋律的相似度。基于上述方法实现了哼唱检索原型系统。使用智能计算技术对原型系统进行了改进,实现了智能化的哼唱检索系统。提出了基于聚类和支持向量机分类相结合的人声片段检测方法,利用对训练样本聚类的结果,为支持向量机挑选训练样本,减少了支持向量机的训练时间。用提出的自适应迭代最小二乘支持向量机回归算法实现了基于回归的分类。使用模糊聚类的方法,用音频信号的聚类质心作为其特征描述,通过比较两段音频信号的聚类质心计算其相似度。针对基本蚁群算法运行时间长,容易陷入局部最优值的缺点,在执行效率和求解能力两方面改进了基本蚁群算法。通过实验,优化了改进算法的参数,并用改进后的蚁群算法求解了一维下料问题。

【Abstract】 Research and Application on Intelligent ComputingIntelligent computing is that people affected by natural (biosphere) law of enlightenment, according to whose principle, copy the problem solving algorithm, through study, self-organization, etc. to synthesize、inductive or reason the Information, in order to establish the mathematical model of symbolism, connectionist or behaviorism. The use of intelligent computing to achieve intelligent information processing is quite different from the traditional information processing. It is a novel "soft computing" approach. Intelligent computing technology is a cross-disciplinary involving physics, mathematics, physiology, psychology, neuroscience, computer science and intelligent technology. As the second-generation artificial intelligence methods, Intelligent computing methods include neural networks, evolutionary, genetic, immune, ecology, artificial life and the subject theory, which have a wide range of applications in multi-disciplinary fields, not only providing new scientific logic and research methods for artificial intelligence and cognitive science, but also providing an effective way processing technology for the information science. Carrying out intelligent computing In-depth research has important theoretical significance and application prospects.In this paper, the author studied the theory of intelligent computing and applications.Based on statistical learning theory and structural risk minimization principle, Vapnik and his collaborators established a support vector machine theory, which was introduced into the field of machine learning at the meeting of calculation learning theory in 1992. Compared with the traditional machine learning methods, support vector machine has the strong generalization ability in the learning of small samples, and there is no local minimum problem. SVM was originally proposed for the pattern recognition problem. However, with the introduction of s-insensitive loss function by Vapnik, SVM was applied to nonlinear regression and curve fitting, as well as obtained support vector machine regression method, which also demonstrated a very good learning effect.But the standard support vector machine training algorithm ultimately comes down to solving a linear inequality constrained quadratic programming problem. As for the case of large-scale data samples, quadratic programming consumes the large resource in time and space, which limits the application of the support vector machines for large-scale data sample size problem, In particular, for the regression problem, the the number of unknown variables in corresponding quadratic programming problem is 2n+1 (n is the number of data samples), as opposed to the classification problem, which has doubled the amount of the unknown and more to increase large-scale data sample problem solving difficulty.Suykens, and others made the least squares support vector machine, which skillfully transferred the standard SVM, the inequality constraints into equality constraints. It will make quadratic programming problem converted into solving the problem of linear equations, which greatly reduces the difficulty of learning SVM and improves the training speed. But in the least squares support vector machines, almost every training sample is a support vector, which have lost the advantage of the sparseness of SVM solution. For the shortcoming of least squares support vector machines, this paper combines the incremental learning algorithm and the decremental learning algorithm, proposes the adaptive and iterative least squares support vector machine regression algorithm and gives a matrix reduced-order inversion proof. By default learning precision and the size of training data, this algorithm can adaptively determine the number of support vectors, which is a good solution to their shortcoming of the least-squares support vector machine regression under sparse nature, while greatly enhanced its learning speed.Swarm intelligence algorithm is another important research area of intelligent computing, which originated in the study of artificial life. The concept of swarm intelligence was first proposed by Beni, Hackwood, and Wang at the molecular automata system. However, until E Bonabeau and M Dorigo popularized the concept can it obtains a rapid development. In the context of the non-focused and not providing the global model, swarm Intelligence provides the basis to find solutions to complex distributed problems.Ant colony algorithm is a kind of swarm intelligence algorithm, which is inspired by the foraging behavior of real ant colony. Its biological basis is that ants will leave the pheromones through a path, as time goes by, which will gradually disappear. In sports, ants can be aware of the existence and the concentration of the substance, and tend to mobile to the areas with high concentrations of pheromone, that is, the probability of selecting the path is proportional to the concentration of pheromone in the path. The higher the pheromone concentration in the path, the more ants there are, then the concentration of pheromone left on the path are higher, which have formed a positive feedback mechanism. Through it, ants can finally find the best path, and most of the ants will take this path.But the basic ant colony algorithm has deficiencies, which is that the algorithm running time is very long. On the one hand, this is due to the complexity of algorithm computation. On the other hand, at the initial stage of the algorithm, the pheromones on the paths are not much different and the search of the randomness is high. Until after several iterations, a better advantage of the pheromone on the path can be reflected, so that the initial algorithm consumes a lot of running time. In addition, the positive feedback mechanism of the ant colony algorithm would lead to a path of a high concentration of pheromone, so that all the ants concentrated to this path, while the algorithms converge to local optimal solution prematurely. This paper improved the shortage of the basic ant colony algorithms. The first is the dynamic adjustment of the size of the group. At the early stage of the algorithm’s running, the group which maintained a larger scale will help to ensure the multidimensionality of initial feasible solution and avoid premature convergence of algorithm. However, at the late stage of the algorithm’s running, in the search towards the optimal solution, too large population size leads to the waste of time. Therefore, the dynamic adjustment of ant colony size is useful to improving the operational efficiency of the algorithm. The second is to establish candidate collection for each individual node, choose the nearest candidate to join a number of nodes in the node set, reduce the computation and improve the operating efficiency. The third is the adoption of optimization-based sorting pheromone update strategy. It only selects part of ants with the best quality solution to update pheromone on their path, which reduces the interference of the poor solution in the search and increases speed. Meanwhile, in order to avoid excessive or pheromones tending to zero by volatile, it sets up on the maximum and minimum threshold for the pheromone on the path. The fourth introduces random transition probabilities to control and make good use of existing good search paths and search for new high-tech prime interest rate the relative importance of the concentration of the path. The 5th simulates individual differences of real ant colony, so that individuals have different routing capabilities. The 6th, adaptive adjustment of the information heuristic factors a and expectations of the heuristic factorβ, as the search progresses, have a gradual increase in value of the parameter to increase the positive feedback. At last, the genetic algorithm crossover and mutation operators to improve the algorithm’s global search capabilities.The paper applied an improved ant colony algorithm in the combinatorial optimization in one-dimensional cutting stock problem. Through experiments, optimizing the algorithm parameters, the simulation results verify the algorithm for solving one-dimensional cutting stock problem of good performance.Content-based music retrieval has developed into a research hotspot in recent years. Since the original audio data is a non semantic notation and unstructured binary stream, besides containing the sampling frequency, quantization precision, encoding these limited registration information, the lack of semantic descriptions of the content and structure of the organization, all have brought great difficulties to the depth of processing and analysis of the audio data. This article has applied intelligent computing technology into the problem, and achieved good results. It put forward for the human voice detection method of short time frame based on unsupervised clustering and support vector machine classification, as well as used the results of clustering support vector machines to select the training samples to reduce the size of training samples and improve the learning speed. At the same time using the proposed adaptive and iterative least squares support vector machine regression algorithm realized the classification of regression. Such combination of voice detection algorithm has been applied to the extraction of human voice fragments and achieved good results. The use of fuzzy clustering to extract the audio clips of cluster centroid as the music features achieved a Query by Humming. The introduction of intelligent methods improves the performance of the prototype system.

  • 【网络出版投稿人】 吉林大学
  • 【网络出版年期】2010年 09期
节点文献中: 

本文链接的文献网络图示:

本文的引文网络