首页 > 最新文献

2013 Sixth International Symposium on Computational Intelligence and Design最新文献

英文 中文
A New Extreme Learning Machine Optimized by Firefly Algorithm 一种基于萤火虫算法优化的极限学习机
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.147
Qiang Zhang, Hongxin Li, Changnian Liu, Wei Hu
Extreme learning machine (ELM) is a new type of feed forward neural network. Compared with traditional single hidden layer feed forward neural networks, ELM executes with higher training speed and produces smaller error. Due to random input weights and hidden biases, ELM might need numerous hidden neurons to achieve a reasonable accuracy. A new ELM learning algorithm, which was optimized by the Firefly Algorithm (FA), was proposed in this paper. FA was used to select the input weights and biases of hidden layer, and then the output weights could be calculated. To test the validity of proposed method, a simulation experiments about the approximation curves of the SINC function was done. The results showed that the proposed algorithm achieved better performance with less hidden neurons than other similar methods.
极限学习机(ELM)是一种新型的前馈神经网络。与传统的单隐层前馈神经网络相比,ELM具有更高的训练速度和更小的误差。由于随机输入权值和隐藏偏差,ELM可能需要大量隐藏神经元才能达到合理的精度。提出了一种基于萤火虫算法优化的ELM学习算法。利用遗传算法选择隐层的输入权值和偏置,然后计算输出权值。为了验证所提方法的有效性,对SINC函数的逼近曲线进行了仿真实验。结果表明,该算法在隐藏神经元较少的情况下取得了较好的性能。
{"title":"A New Extreme Learning Machine Optimized by Firefly Algorithm","authors":"Qiang Zhang, Hongxin Li, Changnian Liu, Wei Hu","doi":"10.1109/ISCID.2013.147","DOIUrl":"https://doi.org/10.1109/ISCID.2013.147","url":null,"abstract":"Extreme learning machine (ELM) is a new type of feed forward neural network. Compared with traditional single hidden layer feed forward neural networks, ELM executes with higher training speed and produces smaller error. Due to random input weights and hidden biases, ELM might need numerous hidden neurons to achieve a reasonable accuracy. A new ELM learning algorithm, which was optimized by the Firefly Algorithm (FA), was proposed in this paper. FA was used to select the input weights and biases of hidden layer, and then the output weights could be calculated. To test the validity of proposed method, a simulation experiments about the approximation curves of the SINC function was done. The results showed that the proposed algorithm achieved better performance with less hidden neurons than other similar methods.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132837742","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 Study on the Significance of Software Metrics in Defect Prediction 软件度量在缺陷预测中的意义研究
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.199
Ye Xia, G. Yan, Qianran Si
In the case of metrics-based software defect prediction, an intelligent selection of metrics plays an important role in improving the model performance. In this paper, we use different ways for feature selection and dimensionality reduction to determine the most important software metrics. Three different classifiers are utilized, namely Naïve Bayes, support vector machine and decision tree. On the publicly NASA data, a comparative experiment results show that instead of 22 or more metrics, less than 10 metrics can get better performance.
在基于度量的软件缺陷预测中,度量的智能选择在改进模型性能方面起着重要的作用。在本文中,我们使用不同的方法进行特征选择和降维,以确定最重要的软件度量。使用了三种不同的分类器,分别是Naïve贝叶斯、支持向量机和决策树。在公开的NASA数据上,对比实验结果表明,少于10个指标可以获得更好的性能,而不是22个或更多的指标。
{"title":"A Study on the Significance of Software Metrics in Defect Prediction","authors":"Ye Xia, G. Yan, Qianran Si","doi":"10.1109/ISCID.2013.199","DOIUrl":"https://doi.org/10.1109/ISCID.2013.199","url":null,"abstract":"In the case of metrics-based software defect prediction, an intelligent selection of metrics plays an important role in improving the model performance. In this paper, we use different ways for feature selection and dimensionality reduction to determine the most important software metrics. Three different classifiers are utilized, namely Naïve Bayes, support vector machine and decision tree. On the publicly NASA data, a comparative experiment results show that instead of 22 or more metrics, less than 10 metrics can get better performance.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133165178","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}
引用次数: 12
QoS Multicast Routing Based on Firefly Algorithm 基于Firefly算法的QoS组播路由
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.47
Jie Yuan, Yafei Tian, Shan Wang, Changnian Liu
QoS multicast routing problem is a nonlinear combination optimization problem, which is difficult to get the global solution by using the traditional algorithm. In this paper, we use the Firefly Algorithm (FA) to solve the multi-constrained QoS multicast routing problem and QoS-FA algorithm is presented. FA is a novel heuristic stochastic algorithm and has been applied to many optimization fields. The simulation results show that the QoS-FA algorithm can search the optical multicast tree and has better performance.
QoS组播路由问题是一个非线性组合优化问题,使用传统算法难以得到全局解。本文采用萤火虫算法解决多约束QoS组播路由问题,并提出了QoS-FA算法。遗传算法是一种新型的启发式随机算法,已应用于许多优化领域。仿真结果表明,QoS-FA算法能够搜索光组播树,具有较好的性能。
{"title":"QoS Multicast Routing Based on Firefly Algorithm","authors":"Jie Yuan, Yafei Tian, Shan Wang, Changnian Liu","doi":"10.1109/ISCID.2013.47","DOIUrl":"https://doi.org/10.1109/ISCID.2013.47","url":null,"abstract":"QoS multicast routing problem is a nonlinear combination optimization problem, which is difficult to get the global solution by using the traditional algorithm. In this paper, we use the Firefly Algorithm (FA) to solve the multi-constrained QoS multicast routing problem and QoS-FA algorithm is presented. FA is a novel heuristic stochastic algorithm and has been applied to many optimization fields. The simulation results show that the QoS-FA algorithm can search the optical multicast tree and has better performance.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"88 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132630661","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
RCMS: Rapid Cloud Migration Solution RCMS:快速云迁移解决方案
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.112
Hexin Lv, Jingjing Liu
Cloud has been rapidly and broadly discussed in the last several years, definitely it's been carried into practice by many enterprises due to its undoubted expectation. Plenty of corporations (IT or Non-IT) have chosen to provide their services through cloud. To reconsider providing the same or better services through cloud, the corporations will have to implement the reengineering of all their software services. During reengineering, how to rapidly migrate the applications into cloud and how to reconstruct the development framework and architecture is the key point of success, which have not be deeply researched over by the cloud vendors yet. So this paper proposes a rapid cloud migration solution (RCMS) which includes advanced migration strategy, complete security framework, rapid development process, highly automatic reengineering, guaranteed performance monitoring and flexible storage services. These features make the migration rapid and stable which are proved cost saving and easy-maintenance.
在过去的几年里,云计算得到了迅速而广泛的讨论,由于其无可置疑的期望,它已经被许多企业付诸实践。许多公司(IT或非IT)选择通过云提供服务。为了重新考虑通过云提供相同或更好的服务,企业将不得不对其所有软件服务进行重新设计。在重构过程中,如何将应用快速迁移到云中,如何重构开发框架和体系结构是成功与否的关键,这一点目前还没有得到云厂商的深入研究。为此,本文提出了一种具有先进的迁移策略、完整的安全框架、快速的开发过程、高度自动化的重构、有保障的性能监控和灵活的存储服务的快速云迁移解决方案。这些特点使得迁移速度快、稳定性好,具有成本节约、维护方便等优点。
{"title":"RCMS: Rapid Cloud Migration Solution","authors":"Hexin Lv, Jingjing Liu","doi":"10.1109/ISCID.2013.112","DOIUrl":"https://doi.org/10.1109/ISCID.2013.112","url":null,"abstract":"Cloud has been rapidly and broadly discussed in the last several years, definitely it's been carried into practice by many enterprises due to its undoubted expectation. Plenty of corporations (IT or Non-IT) have chosen to provide their services through cloud. To reconsider providing the same or better services through cloud, the corporations will have to implement the reengineering of all their software services. During reengineering, how to rapidly migrate the applications into cloud and how to reconstruct the development framework and architecture is the key point of success, which have not be deeply researched over by the cloud vendors yet. So this paper proposes a rapid cloud migration solution (RCMS) which includes advanced migration strategy, complete security framework, rapid development process, highly automatic reengineering, guaranteed performance monitoring and flexible storage services. These features make the migration rapid and stable which are proved cost saving and easy-maintenance.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"18 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115172011","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
Multi-objective Metaheuristics for a Location-Routing Problem with Simultaneous Pickup and Delivery 多目标元启发式方法求解同时取货和投递的位置路径问题
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.197
Xuefeng Wang
We address an integrated logistics system where decisions on location of depot, vehicle routing are considered simultaneously. Total cost and service quality are common criteria influencing decision-making. Literature on location routing problem (LRP) addressed the location and vehicle routing decisions with a common assumption that each vehicle can only performance pickup or delivery assignment in each dispatch. However, both demands of each customer often require be satisfied at the same time. In this paper we consider a LRP with simultaneous pickup and delivery to minimize total cost and customer waiting time. We formulate a nonlinear multi-objective integrated programming model for the problem. A heuristic algorithm based on tabu search is proposed to solve the large-size problem. We then empirically evaluate the strengths of the proposed formulations with respect to their ability to find optimal solutions or strong lower bounds, and investigate the effectiveness of the proposed heuristic approach. Results show that the proposed heuristic approach is computationally efficient in finding good quality solutions.
我们解决了一个综合物流系统,其中仓库的位置,车辆路线的决定是同时考虑的。总成本和服务质量是影响决策的常见标准。位置路径问题(LRP)的文献研究了位置和车辆路径决策,假设每辆车在每次调度中只能执行取货或送货任务。然而,每个客户的两种需求往往需要同时得到满足。在本文中,我们考虑了一个同时取货和交货的LRP,以最小化总成本和客户等待时间。针对该问题,建立了一个非线性多目标综合规划模型。提出了一种基于禁忌搜索的启发式算法来解决大尺寸问题。然后,我们根据其寻找最优解或强下界的能力来经验地评估所提出的公式的优势,并研究所提出的启发式方法的有效性。结果表明,提出的启发式方法在寻找高质量解方面具有计算效率。
{"title":"Multi-objective Metaheuristics for a Location-Routing Problem with Simultaneous Pickup and Delivery","authors":"Xuefeng Wang","doi":"10.1109/ISCID.2013.197","DOIUrl":"https://doi.org/10.1109/ISCID.2013.197","url":null,"abstract":"We address an integrated logistics system where decisions on location of depot, vehicle routing are considered simultaneously. Total cost and service quality are common criteria influencing decision-making. Literature on location routing problem (LRP) addressed the location and vehicle routing decisions with a common assumption that each vehicle can only performance pickup or delivery assignment in each dispatch. However, both demands of each customer often require be satisfied at the same time. In this paper we consider a LRP with simultaneous pickup and delivery to minimize total cost and customer waiting time. We formulate a nonlinear multi-objective integrated programming model for the problem. A heuristic algorithm based on tabu search is proposed to solve the large-size problem. We then empirically evaluate the strengths of the proposed formulations with respect to their ability to find optimal solutions or strong lower bounds, and investigate the effectiveness of the proposed heuristic approach. Results show that the proposed heuristic approach is computationally efficient in finding good quality solutions.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115243724","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 Network Traffic Prediction Model Based on Quantum Inspired PSO and Neural Network 基于量子启发粒子群和神经网络的网络流量预测模型
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.168
Kun Zhang, L. Liang, Ying Huang
The network traffic prediction model is the foundation of network performance analysis and designing. Aiming at limitation of the conventional network traffic time series prediction model and the problem that BP algorithms easily plunge into local solution, an optimization algorithm-PSO-QI which combine particle swarm optimization (PSO) and the quantum principle is proposed, and can alleviate the premature convergence validly. Then, the parameters of BP neural network were optimized and the time series of network traffic data was modeled and forecasted based on BP neural network and PSO-QI. Experiments showed that PSOQI-BP neural network has better precision and adaptability compared with the traditional neural network.
网络流量预测模型是网络性能分析和设计的基础。针对传统网络流量时间序列预测模型的局限性和BP算法容易陷入局部解的问题,提出了一种结合粒子群算法(PSO)和量子原理的优化算法PSO- qi,有效地缓解了网络流量时间序列预测模型的过早收敛。然后,对BP神经网络参数进行优化,并基于BP神经网络和PSO-QI对网络流量数据的时间序列进行建模和预测。实验表明,与传统神经网络相比,PSOQI-BP神经网络具有更好的精度和适应性。
{"title":"A Network Traffic Prediction Model Based on Quantum Inspired PSO and Neural Network","authors":"Kun Zhang, L. Liang, Ying Huang","doi":"10.1109/ISCID.2013.168","DOIUrl":"https://doi.org/10.1109/ISCID.2013.168","url":null,"abstract":"The network traffic prediction model is the foundation of network performance analysis and designing. Aiming at limitation of the conventional network traffic time series prediction model and the problem that BP algorithms easily plunge into local solution, an optimization algorithm-PSO-QI which combine particle swarm optimization (PSO) and the quantum principle is proposed, and can alleviate the premature convergence validly. Then, the parameters of BP neural network were optimized and the time series of network traffic data was modeled and forecasted based on BP neural network and PSO-QI. Experiments showed that PSOQI-BP neural network has better precision and adaptability compared with the traditional neural network.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123872846","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 New Classification Method Based on KF-SVM in Brain Computer Interfaces 基于KF-SVM的脑机接口分类新方法
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.55
Yang Banghua, Han Zhijun, Wang Qian, He Liangfei
This paper proposes a novel classification method named KF-SVM (Kernel Fisher, Support Vector Machine), which is used for the EEG (Electroencephalography) classification of two classes of imagery data in BCIs (brain-computer interfaces). This method combines the kernel fisher and SVM. Its detailed process is as follows: First, the CSP (Common Spatial Patterns) is used to obtain features, and then the within-class scatter is calculated based on these features. The scatter is added into the RBF (Radical Basis Function) kernel function to construct a new kernel function. The obtained new kernel is integrated into the support vector machine to get a new classification model. The KF-SVM may overcome the following defects of the SVM: 1) the SVM maximizes the classification margin without considering within-class scatter. 2) The classification surface of the SVM between two types of EEG data only depends on boundary samples and misclassified samples. To evaluate effectiveness of the proposed KF-SVM method, the data from the 2008 international BCI competition and experiments of our laboratory are processed. The experimental result shows that the proposed KF-SVM classification algorithm can well classify EEG data and improve the correct rate of EEG recognition in BCIs.
本文提出了一种新的分类方法KF-SVM (Kernel Fisher, Support Vector Machine),用于脑机接口(bci)中两类图像数据的EEG分类。该方法结合了核fisher和支持向量机。其具体过程如下:首先利用CSP (Common Spatial Patterns)获取特征,然后根据这些特征计算类内散点。将散点加入到RBF (Radical Basis Function)核函数中,构造新的核函数。将得到的新核集成到支持向量机中,得到新的分类模型。KF-SVM可以克服支持向量机的以下缺陷:1)支持向量机在不考虑类内分散的情况下最大化分类余量。2)支持向量机在两类脑电数据之间的分类面仅依赖于边界样本和误分类样本。为了评估所提出的KF-SVM方法的有效性,我们对2008年国际脑机接口竞赛和我们实验室的实验数据进行了处理。实验结果表明,所提出的KF-SVM分类算法能够很好地分类脑电数据,提高脑机接口的脑电识别正确率。
{"title":"A New Classification Method Based on KF-SVM in Brain Computer Interfaces","authors":"Yang Banghua, Han Zhijun, Wang Qian, He Liangfei","doi":"10.1109/ISCID.2013.55","DOIUrl":"https://doi.org/10.1109/ISCID.2013.55","url":null,"abstract":"This paper proposes a novel classification method named KF-SVM (Kernel Fisher, Support Vector Machine), which is used for the EEG (Electroencephalography) classification of two classes of imagery data in BCIs (brain-computer interfaces). This method combines the kernel fisher and SVM. Its detailed process is as follows: First, the CSP (Common Spatial Patterns) is used to obtain features, and then the within-class scatter is calculated based on these features. The scatter is added into the RBF (Radical Basis Function) kernel function to construct a new kernel function. The obtained new kernel is integrated into the support vector machine to get a new classification model. The KF-SVM may overcome the following defects of the SVM: 1) the SVM maximizes the classification margin without considering within-class scatter. 2) The classification surface of the SVM between two types of EEG data only depends on boundary samples and misclassified samples. To evaluate effectiveness of the proposed KF-SVM method, the data from the 2008 international BCI competition and experiments of our laboratory are processed. The experimental result shows that the proposed KF-SVM classification algorithm can well classify EEG data and improve the correct rate of EEG recognition in BCIs.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125448961","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
A Study of Link Load Balancing Based on Improved Genetic Algorithm 基于改进遗传算法的链路负载均衡研究
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.183
Li Zhao, Yu-min Dong, Chen-yang Huang
Load balancing technology can solve the network congestion problems of modern network which is caused by uneven distribution of traffic. As the network link load balancing is an NP-complete problem, it is difficult to use traditional method to deal with, introducing the idea of genetic algorithm. Using genetic algorithm, the characteristics of efficient and parallel can help to find the global optimal solution quickly. Article on the basis of traditional genetic algorithm, this paper puts forward a network link load balancing strategy based on improved genetic algorithm. Experiments show that it can find the answer to the problem better.
负载均衡技术可以解决现代网络中由于流量分布不均而造成的网络拥塞问题。由于网络链路负载均衡是一个np完全问题,很难用传统的方法来处理,引入了遗传算法的思想。遗传算法具有高效并行的特点,可以快速找到全局最优解。文章在传统遗传算法的基础上,提出了一种基于改进遗传算法的网络链路负载均衡策略。实验表明,该方法能较好地找到问题的答案。
{"title":"A Study of Link Load Balancing Based on Improved Genetic Algorithm","authors":"Li Zhao, Yu-min Dong, Chen-yang Huang","doi":"10.1109/ISCID.2013.183","DOIUrl":"https://doi.org/10.1109/ISCID.2013.183","url":null,"abstract":"Load balancing technology can solve the network congestion problems of modern network which is caused by uneven distribution of traffic. As the network link load balancing is an NP-complete problem, it is difficult to use traditional method to deal with, introducing the idea of genetic algorithm. Using genetic algorithm, the characteristics of efficient and parallel can help to find the global optimal solution quickly. Article on the basis of traditional genetic algorithm, this paper puts forward a network link load balancing strategy based on improved genetic algorithm. Experiments show that it can find the answer to the problem better.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"291 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122717966","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
Central Author Mining from Co-authorship Network 从合著者网络中挖掘中心作者
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.64
T. Peng, Delong Zhang, Xiaoming Liu, Shang Wang, Wanli Zuo
Most researches on co-authorship network analyze the author's information globally according to the overall network topology structure, instead of analyzing the author's local network. Therefore, this paper presents a community mining algorithm and divides big co-authorship network into small communities, in which entities' relationship is closer. Then we mine central authors in community by three different centrality standards including closeness centrality, eigenvector centrality and a new proposed measure termed extensity degree centrality. We choose the SIGMOD data as datasets and measure the centrality from different views. And experiments in co-authorship network achieve many interesting results, which indicate our technique is efficient and feasible, and also have reference value for scientific evaluation.
大多数关于合作网络的研究都是根据整体网络拓扑结构来分析作者的全局信息,而不是分析作者的局部网络。为此,本文提出了一种社区挖掘算法,将大型合作网络划分为实体关系更紧密的小社区。然后,我们通过三种不同的中心性标准来挖掘社区中的中心作者,包括接近中心性、特征向量中心性和一种新提出的度量方法——扩展度中心性。我们选择SIGMOD数据作为数据集,并从不同的角度测量中心性。并在合作作者网络上进行了实验,得到了许多有趣的结果,表明我们的技术是有效可行的,对科学评价也有参考价值。
{"title":"Central Author Mining from Co-authorship Network","authors":"T. Peng, Delong Zhang, Xiaoming Liu, Shang Wang, Wanli Zuo","doi":"10.1109/ISCID.2013.64","DOIUrl":"https://doi.org/10.1109/ISCID.2013.64","url":null,"abstract":"Most researches on co-authorship network analyze the author's information globally according to the overall network topology structure, instead of analyzing the author's local network. Therefore, this paper presents a community mining algorithm and divides big co-authorship network into small communities, in which entities' relationship is closer. Then we mine central authors in community by three different centrality standards including closeness centrality, eigenvector centrality and a new proposed measure termed extensity degree centrality. We choose the SIGMOD data as datasets and measure the centrality from different views. And experiments in co-authorship network achieve many interesting results, which indicate our technique is efficient and feasible, and also have reference value for scientific evaluation.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128839197","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
Key Designs in Implementing Online 3D Virtual Garment Try-On System 实现在线三维虚拟服装试穿系统的关键设计
Pub Date : 2013-10-28 DOI: 10.1109/ISCID.2013.46
Zheng Shou, Binqiang Yu, Gang Chen, Hengjin Cai, Qiaochu Liu
Online 3D Virtual Garment Try-on System is deeply needed and would be quite popular if we could improve its accuracy, effect, and user experience. In order to achieve these goals, we propose several key designs in implementing it. In this paper, we discuss the system architecture design at first. Then we introduce a simple but effective method to model 3D body prototypes. Based on models in Poser software, we segment them into layers and then do triangularizition to get triangular surfaces. As for garment modeling based on Spring-Mass model and physical try-on simulation, we propose a novel method based on uniform grid to detect collision. Store references of triangular surfaces into grids that they occupied and then calculate which grids a moving line of mass go through. Get triangular surfaces in these grids out and then judge whether the moving line intersects with them. It achieved fast detection in around 0.1% of time consuming by using linear searching. The performances of body modeling and try-on simulation are satisfying, and real-time responses could be achieved because of less complex computation and light-scale data transformation.
在线3D虚拟服装试衣系统的准确性、效果和用户体验等方面的改进是我们迫切需要的,也是非常受欢迎的。为了实现这些目标,我们提出了实现它的几个关键设计。本文首先讨论了系统的体系结构设计。然后介绍了一种简单而有效的三维人体原型建模方法。基于Poser软件中的模型,对其进行分层,然后进行三角化,得到三角形曲面。针对基于Spring-Mass模型和实物试穿仿真的服装建模,提出了一种基于均匀网格的碰撞检测方法。将三角形表面的引用存储到它们所占用的网格中,然后计算移动的质量线经过哪些网格。得到这些网格中的三角形曲面,然后判断移动的线是否与它们相交。通过线性搜索,在0.1%左右的时间内实现了快速检测。车身建模和试装仿真的性能令人满意,且计算复杂度低、数据转换轻,可实现实时性响应。
{"title":"Key Designs in Implementing Online 3D Virtual Garment Try-On System","authors":"Zheng Shou, Binqiang Yu, Gang Chen, Hengjin Cai, Qiaochu Liu","doi":"10.1109/ISCID.2013.46","DOIUrl":"https://doi.org/10.1109/ISCID.2013.46","url":null,"abstract":"Online 3D Virtual Garment Try-on System is deeply needed and would be quite popular if we could improve its accuracy, effect, and user experience. In order to achieve these goals, we propose several key designs in implementing it. In this paper, we discuss the system architecture design at first. Then we introduce a simple but effective method to model 3D body prototypes. Based on models in Poser software, we segment them into layers and then do triangularizition to get triangular surfaces. As for garment modeling based on Spring-Mass model and physical try-on simulation, we propose a novel method based on uniform grid to detect collision. Store references of triangular surfaces into grids that they occupied and then calculate which grids a moving line of mass go through. Get triangular surfaces in these grids out and then judge whether the moving line intersects with them. It achieved fast detection in around 0.1% of time consuming by using linear searching. The performances of body modeling and try-on simulation are satisfying, and real-time responses could be achieved because of less complex computation and light-scale data transformation.","PeriodicalId":297027,"journal":{"name":"2013 Sixth International Symposium on Computational Intelligence and Design","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-10-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131093385","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
期刊
2013 Sixth International Symposium on Computational Intelligence and Design
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1