首页 > 最新文献

2012 Third Global Congress on Intelligent Systems最新文献

英文 中文
A Novel Nearest Neighborhood Algorithm for Recommender Systems 一种新的推荐系统的最近邻算法
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.58
Lei Xiong, Yang-Li Xiang, Qi Zhang, Lili Lin
Traditional k-nearest neighborhood (KNN) model is being widely used in the recommender systems. However, it behaves badly without enough history records for new users, called the cold starting problem. Both time and space complexity are huge for computing all pair wise similarities among items or users. A mixed neighborhood algorithm is proposed for treating new users and old users separately. For new users, this paper takes into account users' characteristics. For old users, combined with Singular Value Decomposition (SVD), we reduce the time and space complexity efficiently. Experiment on Movie Lens dataset shows that the proposed model can solve the cold starting problem in effect and remarkably improve the accuracy of traditional model and lower time consuming level.
传统的k近邻(KNN)模型被广泛应用于推荐系统中。但是,如果没有足够的新用户历史记录,它的行为就会很糟糕,称为冷启动问题。时间和空间复杂性对于计算项目或用户之间的全对相似性都是巨大的。提出了一种将新用户和老用户分开处理的混合邻域算法。对于新用户,本文考虑了用户的特点。对于老用户,结合奇异值分解(SVD),有效降低了时间和空间复杂度。在Movie Lens数据集上的实验表明,该模型有效地解决了冷启动问题,显著提高了传统模型的精度,降低了模型的耗时。
{"title":"A Novel Nearest Neighborhood Algorithm for Recommender Systems","authors":"Lei Xiong, Yang-Li Xiang, Qi Zhang, Lili Lin","doi":"10.1109/GCIS.2012.58","DOIUrl":"https://doi.org/10.1109/GCIS.2012.58","url":null,"abstract":"Traditional k-nearest neighborhood (KNN) model is being widely used in the recommender systems. However, it behaves badly without enough history records for new users, called the cold starting problem. Both time and space complexity are huge for computing all pair wise similarities among items or users. A mixed neighborhood algorithm is proposed for treating new users and old users separately. For new users, this paper takes into account users' characteristics. For old users, combined with Singular Value Decomposition (SVD), we reduce the time and space complexity efficiently. Experiment on Movie Lens dataset shows that the proposed model can solve the cold starting problem in effect and remarkably improve the accuracy of traditional model and lower time consuming level.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122929465","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
A Self-Adaptive Hybrid Genetic Algorithm for 3D Packing Problem 三维布局问题的自适应混合遗传算法
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.34
Jinshan Jiang, Shi Yin
A new heuristic algorithm based on simple blocks is proposed in this paper to pack to solve three-dimensional packing problems(3DPP), and a self-adaptive genetic algorithm is used to optimize the packing sequence and direction of the constraint sequence in order to find an approximate optimal solution of the problem. In the heuristic algorithm, the simple block selected each time must not only to be packed into the current residual space, but also to be the most appropriate one, the packing sequence is a permutation of the types of boxes. An experimental study over the LN computational example shows that the algorithm is an effective method to solve the packing problems.
提出了一种基于简单块的启发式装箱算法来求解三维装箱问题(3DPP),并采用自适应遗传算法对装箱序列和约束序列方向进行优化,以求得问题的近似最优解。在启发式算法中,每次选择的简单块不仅要填充到当前剩余空间中,而且要是最合适的,填充序列是盒子类型的排列。通过LN算例的实验研究表明,该算法是解决包装问题的有效方法。
{"title":"A Self-Adaptive Hybrid Genetic Algorithm for 3D Packing Problem","authors":"Jinshan Jiang, Shi Yin","doi":"10.1109/GCIS.2012.34","DOIUrl":"https://doi.org/10.1109/GCIS.2012.34","url":null,"abstract":"A new heuristic algorithm based on simple blocks is proposed in this paper to pack to solve three-dimensional packing problems(3DPP), and a self-adaptive genetic algorithm is used to optimize the packing sequence and direction of the constraint sequence in order to find an approximate optimal solution of the problem. In the heuristic algorithm, the simple block selected each time must not only to be packed into the current residual space, but also to be the most appropriate one, the packing sequence is a permutation of the types of boxes. An experimental study over the LN computational example shows that the algorithm is an effective method to solve the packing problems.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125902932","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
A New MNN's Training Method with Empirical Study 一种新的MNN训练方法与实证研究
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.35
Jiasen Wang, Pan Wang
Based on the thought of “to be expert in one aspect and good at many”, a new training method of modular neural network (MNN) is presented. The key point of this method is a subnet learns the neighbor data sets while fulfiling its main task : learning the objective data set. Both methodology and empirical study of this new method are presented. Two examples (static approximation and nonlinear dynamic system prediction) are tested to show the new method's effectiveness: average testing error is dramatically decreased compared to original algorithm..
基于“一方面精通,多方面精通”的思想,提出了一种新的模块化神经网络(MNN)训练方法。该方法的关键在于子网在完成学习目标数据集这一主要任务的同时,学习了相邻数据集。本文介绍了该方法的方法论和实证研究。两个实例(静态逼近和非线性动态系统预测)验证了新方法的有效性:与原算法相比,平均测试误差显著降低。
{"title":"A New MNN's Training Method with Empirical Study","authors":"Jiasen Wang, Pan Wang","doi":"10.1109/GCIS.2012.35","DOIUrl":"https://doi.org/10.1109/GCIS.2012.35","url":null,"abstract":"Based on the thought of “to be expert in one aspect and good at many”, a new training method of modular neural network (MNN) is presented. The key point of this method is a subnet learns the neighbor data sets while fulfiling its main task : learning the objective data set. Both methodology and empirical study of this new method are presented. Two examples (static approximation and nonlinear dynamic system prediction) are tested to show the new method's effectiveness: average testing error is dramatically decreased compared to original algorithm..","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133173121","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Design and Implementation of Energy Sharing System for MANETs manet能源共享系统的设计与实现
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.101
Xiuzhi Zhao
The ability of energy harvesting has enhanced sustainability of mobile networks. However, the energy harvesting capability and possibility of nodes are quite different. Namely, energy consumption and harvesting is still not balanced. In this paper, we follow the concept of energy sharing, and bring forward three necessary protocols. Distinguished from other works, we propose two kinds of power cord connection structures. We consider the leakage nature of ultra-capacitors and propose sender initialized method. We also describe energy routing protocol under the condition of NON DC/DC module. We evaluate our methods using a test platform.
能量收集的能力增强了移动网络的可持续性。然而,节点的能量收集能力和可能性却大不相同。也就是说,能源消耗和收获仍然不平衡。在本文中,我们遵循能量共享的概念,提出了三个必要的协议。与其他作品不同,我们提出了两种电源线连接结构。考虑到超级电容器的泄漏特性,提出了发送器初始化方法。介绍了非DC/DC模块下的能量路由协议。我们使用测试平台评估我们的方法。
{"title":"Design and Implementation of Energy Sharing System for MANETs","authors":"Xiuzhi Zhao","doi":"10.1109/GCIS.2012.101","DOIUrl":"https://doi.org/10.1109/GCIS.2012.101","url":null,"abstract":"The ability of energy harvesting has enhanced sustainability of mobile networks. However, the energy harvesting capability and possibility of nodes are quite different. Namely, energy consumption and harvesting is still not balanced. In this paper, we follow the concept of energy sharing, and bring forward three necessary protocols. Distinguished from other works, we propose two kinds of power cord connection structures. We consider the leakage nature of ultra-capacitors and propose sender initialized method. We also describe energy routing protocol under the condition of NON DC/DC module. We evaluate our methods using a test platform.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130518353","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Classification of Multivariate Time Series Using Supervised Isomap 基于监督等高图的多元时间序列分类
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.31
Xiaoqing Weng, Shimin Qin
Multivariate time series (MTS) are used in very broad areas such as finance, medicine, multimedia and speech recognition. Most of existing approaches for MTS classification are not designed for preserving the within-class local structure of the MTS dataset. The within-class local structure is important when a classifier is used for classification. In this paper, a new feature extraction method for MTS classification based on supervised Isomap and generalized regression network is proposed. MTS samples in training dataset are projected into a low dimensional space by using the supervised Isomap, its mapping function can be learned by generalized regression network. Experimental results performed on six real-world datasets demonstrate the effectiveness of our proposed approach for MTS classification.
多元时间序列(MTS)在金融、医学、多媒体和语音识别等领域有着广泛的应用。大多数现有的MTS分类方法都没有考虑到保留MTS数据集的类内局部结构。当使用分类器进行分类时,类内局部结构非常重要。提出了一种基于监督等高图和广义回归网络的MTS分类特征提取方法。利用监督等高图将训练数据集中的MTS样本投影到低维空间中,其映射函数可通过广义回归网络学习。在六个真实数据集上进行的实验结果证明了我们提出的MTS分类方法的有效性。
{"title":"Classification of Multivariate Time Series Using Supervised Isomap","authors":"Xiaoqing Weng, Shimin Qin","doi":"10.1109/GCIS.2012.31","DOIUrl":"https://doi.org/10.1109/GCIS.2012.31","url":null,"abstract":"Multivariate time series (MTS) are used in very broad areas such as finance, medicine, multimedia and speech recognition. Most of existing approaches for MTS classification are not designed for preserving the within-class local structure of the MTS dataset. The within-class local structure is important when a classifier is used for classification. In this paper, a new feature extraction method for MTS classification based on supervised Isomap and generalized regression network is proposed. MTS samples in training dataset are projected into a low dimensional space by using the supervised Isomap, its mapping function can be learned by generalized regression network. Experimental results performed on six real-world datasets demonstrate the effectiveness of our proposed approach for MTS classification.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130061895","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Log-Likelihood Kernels Based on Adapted GMMs for Speaker Verification 基于自适应gmm的对数似然核方法用于说话人验证
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.100
Liang He, Yi Yang, Jia Liu
Kernels in a SVM-based text-independent speaker verification system determine the performance. One of the main difficulties in designing a kernel arises from the unequal length of cepstral vector sequences. To simplify the above problem, time information is discarded and each speaker is presumed to have a unique probability density distribution. Gaussian mixture models (GMMs) are often used to estimate the probability density distribution from the train cepstral vector sequence. The methods of constructing SVM kernels by adapted GMMs become an open and key question in a GMM-SVM system. In this paper, we introduce a novel way of measuring the similarity between adapted GMMs and propose a log-likelihood kernel. We demonstrate that the presented kernel has an excellent performance on the National Institute of Standards and Technology (NIST) speaker recognition evaluation (SRE) 2008 tel-tel English corpus.
基于支持向量机的文本无关说话人验证系统中的核决定了系统的性能。设计核的主要困难之一是倒谱向量序列的长度不等。为了简化上述问题,丢弃时间信息,假设每个说话人具有唯一的概率密度分布。高斯混合模型(GMMs)常用于估计列车倒谱向量序列的概率密度分布。利用自适应遗传算法构造支持向量机核的方法成为遗传算法-支持向量机系统中的一个开放和关键问题。在本文中,我们引入了一种新的方法来测量自适应gmm之间的相似度,并提出了一个对数似然核。我们证明了所提出的内核在美国国家标准与技术研究院(NIST)说话人识别评估(SRE) 2008年电话-电话英语语料库上具有优异的性能。
{"title":"Log-Likelihood Kernels Based on Adapted GMMs for Speaker Verification","authors":"Liang He, Yi Yang, Jia Liu","doi":"10.1109/GCIS.2012.100","DOIUrl":"https://doi.org/10.1109/GCIS.2012.100","url":null,"abstract":"Kernels in a SVM-based text-independent speaker verification system determine the performance. One of the main difficulties in designing a kernel arises from the unequal length of cepstral vector sequences. To simplify the above problem, time information is discarded and each speaker is presumed to have a unique probability density distribution. Gaussian mixture models (GMMs) are often used to estimate the probability density distribution from the train cepstral vector sequence. The methods of constructing SVM kernels by adapted GMMs become an open and key question in a GMM-SVM system. In this paper, we introduce a novel way of measuring the similarity between adapted GMMs and propose a log-likelihood kernel. We demonstrate that the presented kernel has an excellent performance on the National Institute of Standards and Technology (NIST) speaker recognition evaluation (SRE) 2008 tel-tel English corpus.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"639 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133501233","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Rule-Based Energy Management Strategy for a New BSG Hybrid Electric Vehicle 基于规则的新型BSG混合动力汽车能量管理策略
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.63
Shaohua Liu, Changqing Du, Yan Fuwu, Wang Jun, Li Zheng, Luo Yuan
This paper focuses on the analysis of energy management for hybrid electric vehicle of BSG type. A well designed control strategy is a significant factor for obtaining lower fuel consumption, less emission as well as satisfying drivability. To ensure engine operating in the optimal fuel consumption region and coordinate the power split between electrical and mechanical energy sources, an adaptive power splitting algorithm is presented and discussed here on the basis of a new BSG hybrid electric vehicle equipped with both a battery of higher capacity and a motor of higher peak power. Also a smart regenerative braking method is proposed to realize the maximum energy saving purpose. The proposed hybrid electric vehicle (HEV) algorithm simulation results are compared with those of a conventional vehicle with similar configuration as HEV. And the simulation results show that the overall dynamic performance, fuel consumption and emission are all greatly improved.
本文主要对BSG型混合动力汽车的能量管理进行了分析。设计良好的控制策略是获得低油耗、低排放和令人满意的驾驶性能的重要因素。为保证发动机运行在最优油耗区域,协调电机和机械能之间的功率分配,提出了一种自适应功率分配算法,并以一种同时配备高容量电池和高峰值功率电机的新型BSG混合动力汽车为例进行了讨论。并提出了一种智能再生制动方法,以实现最大节能的目的。将所提出的混合动力汽车(HEV)算法的仿真结果与与HEV结构相似的传统汽车的仿真结果进行了比较。仿真结果表明,改进后的汽车整体动力性能、油耗和排放均有较大改善。
{"title":"A Rule-Based Energy Management Strategy for a New BSG Hybrid Electric Vehicle","authors":"Shaohua Liu, Changqing Du, Yan Fuwu, Wang Jun, Li Zheng, Luo Yuan","doi":"10.1109/GCIS.2012.63","DOIUrl":"https://doi.org/10.1109/GCIS.2012.63","url":null,"abstract":"This paper focuses on the analysis of energy management for hybrid electric vehicle of BSG type. A well designed control strategy is a significant factor for obtaining lower fuel consumption, less emission as well as satisfying drivability. To ensure engine operating in the optimal fuel consumption region and coordinate the power split between electrical and mechanical energy sources, an adaptive power splitting algorithm is presented and discussed here on the basis of a new BSG hybrid electric vehicle equipped with both a battery of higher capacity and a motor of higher peak power. Also a smart regenerative braking method is proposed to realize the maximum energy saving purpose. The proposed hybrid electric vehicle (HEV) algorithm simulation results are compared with those of a conventional vehicle with similar configuration as HEV. And the simulation results show that the overall dynamic performance, fuel consumption and emission are all greatly improved.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"10 6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114518168","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 23
An Effective Particle Swarm Optimization Algorithm with Social Weight in Solving Economic Dispatch Problem Considering Network Losses 考虑网络损失的经济调度问题中一种有效的社会权粒子群优化算法
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.83
Jinglei Guo, C. Jin, Wei Liu, W. Zhou
This paper proposes an effective particle swarm optimization algorithm with social weight (ESWPSO) to solve economic dispatch problem in power system. Many nonlinear characteristics of cost function and operational constraints are all considered for practical operation. The extremum disturbance operator in ESWPSO effectively contributes to finding better solutions by generating random points in promising area. The penalty strategy is adopted to help particles satisfy the dynamic power balance constraints. The effectiveness and feasibility of ESWPSO are demonstrated by two power system cases. Compared with previous literature, the experiment results show ESWPSO can fast find higher quality solutions.
针对电力系统中的经济调度问题,提出了一种有效的社会权重粒子群优化算法。在实际操作中考虑了成本函数的许多非线性特性和操作约束。ESWPSO中的极值扰动算子通过在有希望的区域生成随机点,有效地帮助找到更好的解。采用惩罚策略帮助粒子满足动态功率平衡约束。通过两个电力系统实例验证了该方法的有效性和可行性。与以往文献相比,实验结果表明,ESWPSO可以快速找到更高质量的解。
{"title":"An Effective Particle Swarm Optimization Algorithm with Social Weight in Solving Economic Dispatch Problem Considering Network Losses","authors":"Jinglei Guo, C. Jin, Wei Liu, W. Zhou","doi":"10.1109/GCIS.2012.83","DOIUrl":"https://doi.org/10.1109/GCIS.2012.83","url":null,"abstract":"This paper proposes an effective particle swarm optimization algorithm with social weight (ESWPSO) to solve economic dispatch problem in power system. Many nonlinear characteristics of cost function and operational constraints are all considered for practical operation. The extremum disturbance operator in ESWPSO effectively contributes to finding better solutions by generating random points in promising area. The penalty strategy is adopted to help particles satisfy the dynamic power balance constraints. The effectiveness and feasibility of ESWPSO are demonstrated by two power system cases. Compared with previous literature, the experiment results show ESWPSO can fast find higher quality solutions.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"100 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131526530","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Automatic Case Generation for Case-Based Reasoning Systems Using Genetic Algorithms 使用遗传算法的基于案例推理系统的自动案例生成
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.89
Jaweria Manzoor, Saara Asif, Maryum Masud, Malik Jahan Khan
Case-Based Reasoning (CBR) has been employed as a problem-solving technique to solve numerous real-world applications. At the core of a successful CBR system is a high-quality case-base. Generating a quality case-base with minimal human intervention is a significant challenge which has not been given considerable attention in the past. In this paper, we propose a methodology for automatic generation of a quality case-base using genetic algorithm (GA). GA has been effectively used to evaluate quality of cases using predefined criteria as part of the fitness function. The performance and efficiency of the proposed approach has been evaluated and presented on the examination scheduling problem.
基于案例的推理(CBR)已被用作解决许多实际应用的问题解决技术。成功的CBR系统的核心是高质量的案例库。在最少人为干预的情况下产生高质量的病例库是一项重大挑战,过去没有得到相当大的重视。本文提出了一种利用遗传算法自动生成高质量案例库的方法。遗传算法已被有效地用于使用预定义的标准作为适应度函数的一部分来评估案例的质量。在考试调度问题上对该方法的性能和效率进行了评价。
{"title":"Automatic Case Generation for Case-Based Reasoning Systems Using Genetic Algorithms","authors":"Jaweria Manzoor, Saara Asif, Maryum Masud, Malik Jahan Khan","doi":"10.1109/GCIS.2012.89","DOIUrl":"https://doi.org/10.1109/GCIS.2012.89","url":null,"abstract":"Case-Based Reasoning (CBR) has been employed as a problem-solving technique to solve numerous real-world applications. At the core of a successful CBR system is a high-quality case-base. Generating a quality case-base with minimal human intervention is a significant challenge which has not been given considerable attention in the past. In this paper, we propose a methodology for automatic generation of a quality case-base using genetic algorithm (GA). GA has been effectively used to evaluate quality of cases using predefined criteria as part of the fitness function. The performance and efficiency of the proposed approach has been evaluated and presented on the examination scheduling problem.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"120 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128486692","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
A Method of Surveillance Video Structured Based on Gaussian Mixture Model and Support Vector Machine 基于高斯混合模型和支持向量机的监控视频结构化方法
Pub Date : 2012-11-06 DOI: 10.1109/GCIS.2012.26
Jinyong Wu, Yong Zhao, Yule Yuan, Xing Zhang, Yike Wang
Since that the surveillance video is an unstructured media, it is not beneficial for the video intelligent retrieval and mining. An approach that is based on Gaussian mixture model and support vector machine has been put forward in this paper, which can make the video of surveillance scene structured. First, it constructs Gaussian background modeling to video scene, and isolates the motion object layer. Second, the visual perceptive information from moving object can be extracted by the angular point detecting method. Third, the multi-granularity perceptive feature of the object can be extracted by the object centroid-centred. Last, a 2-level SVM classifier should be build. By this classifier the semantics can be labeled to the moving objects, and then the structured description of the scenes can be obtained. The experimental results show that the presented method can avoid the interference caused by luminance changes and the motion of the leaves effectively. It is suitable for the video of surveillance scene in structured analysis application and can be a technical support for the intelligent retrieval and mining of video contents.
由于监控视频是一种非结构化媒体,不利于视频的智能检索和挖掘。本文提出了一种基于高斯混合模型和支持向量机的监控场景视频结构化方法。首先,对视频场景进行高斯背景建模,隔离运动对象层;其次,采用角点检测方法提取运动物体的视觉感知信息。第三,以物体质心为中心提取物体的多粒度感知特征。最后,构建2级SVM分类器。通过该分类器可以对运动物体进行语义标注,从而获得对场景的结构化描述。实验结果表明,该方法可以有效地避免亮度变化和叶片运动引起的干扰。它适用于监控场景视频的结构化分析应用,可以为视频内容的智能检索和挖掘提供技术支持。
{"title":"A Method of Surveillance Video Structured Based on Gaussian Mixture Model and Support Vector Machine","authors":"Jinyong Wu, Yong Zhao, Yule Yuan, Xing Zhang, Yike Wang","doi":"10.1109/GCIS.2012.26","DOIUrl":"https://doi.org/10.1109/GCIS.2012.26","url":null,"abstract":"Since that the surveillance video is an unstructured media, it is not beneficial for the video intelligent retrieval and mining. An approach that is based on Gaussian mixture model and support vector machine has been put forward in this paper, which can make the video of surveillance scene structured. First, it constructs Gaussian background modeling to video scene, and isolates the motion object layer. Second, the visual perceptive information from moving object can be extracted by the angular point detecting method. Third, the multi-granularity perceptive feature of the object can be extracted by the object centroid-centred. Last, a 2-level SVM classifier should be build. By this classifier the semantics can be labeled to the moving objects, and then the structured description of the scenes can be obtained. The experimental results show that the presented method can avoid the interference caused by luminance changes and the motion of the leaves effectively. It is suitable for the video of surveillance scene in structured analysis application and can be a technical support for the intelligent retrieval and mining of video contents.","PeriodicalId":337629,"journal":{"name":"2012 Third Global Congress on Intelligent Systems","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2012-11-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128612719","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
2012 Third Global Congress on Intelligent Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1