首页 > 最新文献

2012 Fourth International Conference on Computational and Information Sciences最新文献

英文 中文
A Novel Hyperspectral Classification Method Based on C5.0 Decision Tree of Multiple Combined Classifiers 基于C5.0多组合分类器决策树的高光谱分类新方法
Meng Wang, Kun Gao, Li-jing Wang, Xiang-hu Miu
It is difficult for a single classifier to resolve the problem of high dimension in the hyperspectral image classification applications. Combination of multiple classifiers can make full use of the complementary of the existing classifiers, thus owns better classification performance. A novel multiple classifiers based on C5.0 decision tree is proposed. It reduces the hyperspectral dimension through wavelet-PCA transform algorithm firstly. Then three supervised classifiers, namely Minimum Distance, Maximum Likelihood and SVM, combined by C5.0 decision tree, are used to realize hyperspectral classification. Experiments based on AVIRIS hyperspectral image data show that higher classification accuracy may be achieved via the multiple combined classifiers than a single sub-classifier. The proposed method can reduce the dimension of features and improve the classification performance efficiently.
在高光谱图像分类应用中,单分类器难以解决高维问题。多个分类器的组合可以充分利用现有分类器的互补性,从而具有更好的分类性能。提出了一种基于C5.0决策树的新型多分类器。首先通过小波-主成分分析变换算法降低高光谱维数;然后利用最小距离、最大似然和支持向量机三个监督分类器,结合C5.0决策树实现高光谱分类。基于AVIRIS高光谱图像数据的实验表明,与单个子分类器相比,多个组合分类器可以获得更高的分类精度。该方法可以有效地降低特征维数,提高分类性能。
{"title":"A Novel Hyperspectral Classification Method Based on C5.0 Decision Tree of Multiple Combined Classifiers","authors":"Meng Wang, Kun Gao, Li-jing Wang, Xiang-hu Miu","doi":"10.1109/ICCIS.2012.33","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.33","url":null,"abstract":"It is difficult for a single classifier to resolve the problem of high dimension in the hyperspectral image classification applications. Combination of multiple classifiers can make full use of the complementary of the existing classifiers, thus owns better classification performance. A novel multiple classifiers based on C5.0 decision tree is proposed. It reduces the hyperspectral dimension through wavelet-PCA transform algorithm firstly. Then three supervised classifiers, namely Minimum Distance, Maximum Likelihood and SVM, combined by C5.0 decision tree, are used to realize hyperspectral classification. Experiments based on AVIRIS hyperspectral image data show that higher classification accuracy may be achieved via the multiple combined classifiers than a single sub-classifier. The proposed method can reduce the dimension of features and improve the classification performance efficiently.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130947946","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}
引用次数: 15
A Simple Solution of Interpolating Scalar Function from Sparse Examples 稀疏插值标量函数的一个简单解
Bodong Liang
Example-based interpolation is a powerful method to interpolate function from a set of input-output examples. In this paper, we argue that total three desirable properties should be satisfied so that the interpolated solution can cross all the given examples with minimal oscillations among the examples. We also show that, as long as the number of given examples exceeds the dimension of example and meanwhile there does not exist one hyper-plane, in real vector space of example's dimension, passing through all the given examples, one simple interpolated solution, which is expressed as a sum of two terms: an example-influence term that consists of the outputs of a number of basis functions, and a linear term, does allow all the three desirable properties to be satisfied exactly.
基于实例的插值是一种从一组输入输出示例中插值函数的强大方法。在本文中,我们认为插值解必须满足三个理想的性质,这样插值解才能在所有给定的例子之间以最小的振荡交叉。我们还表明,只要给定实例的数量超过了维度的同时不存在有一个仿真例子,例子的实向量空间维度,通过给定的例子,一个简单的插值方案,即表示为一笔两个条件:一个example-influence术语,由输出的基函数,线性项,并允许所有这三个理想的属性完全得到满足。
{"title":"A Simple Solution of Interpolating Scalar Function from Sparse Examples","authors":"Bodong Liang","doi":"10.1109/ICCIS.2012.46","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.46","url":null,"abstract":"Example-based interpolation is a powerful method to interpolate function from a set of input-output examples. In this paper, we argue that total three desirable properties should be satisfied so that the interpolated solution can cross all the given examples with minimal oscillations among the examples. We also show that, as long as the number of given examples exceeds the dimension of example and meanwhile there does not exist one hyper-plane, in real vector space of example's dimension, passing through all the given examples, one simple interpolated solution, which is expressed as a sum of two terms: an example-influence term that consists of the outputs of a number of basis functions, and a linear term, does allow all the three desirable properties to be satisfied exactly.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131491472","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 PnP Scheduling Algorithm and Cache Replacement Algorithm Simulation Platform for Web Server Cluster Web服务器集群的PnP调度算法与缓存替换算法仿真平台
Zhi Xiong, Wanbin He, Ningning Liang
Web server cluster has been widely used to improve web server's performance. In order to help web providers select the appropriate pair of scheduling algorithm and cache replacement algorithm, and to help researchers evaluate new scheduling algorithm or cache replacement algorithm under different client access patterns, this paper designs and implements a trace-driven scheduling algorithm and cache replacement algorithm simulation platform based on JavaSim for web server cluster, called WSCSim. It models the serving time of static and dynamic requests respectively according to their deferent traits, supports traces of different formats, and can simulate complicated algorithms for Java's powerful function. In WSCSim, trace parser, distribution, scheduling algorithm and cache replacement algorithm are extensible; therefore user can add new components to the platform. Especially, Java interface and Java dynamic proxy technique are used to guarantee the Plug and Play (PnP) characteristic of these extensible components. Simulation tests show the feasibility and validity of WSCSim.
Web服务器集群被广泛用于提高Web服务器的性能。为了帮助web提供商选择合适的调度算法和缓存替换算法对,并帮助研究人员在不同的客户端访问模式下评估新的调度算法或缓存替换算法,本文设计并实现了一个基于JavaSim的web服务器集群跟踪驱动调度算法和缓存替换算法仿真平台WSCSim。它根据静态请求和动态请求的不同特点分别对其服务时间进行建模,支持不同格式的跟踪,可以模拟复杂的算法,实现Java的强大功能。在WSCSim中,跟踪解析器、分布、调度算法和缓存替换算法具有可扩展性;因此,用户可以向平台添加新的组件。特别是使用Java接口和Java动态代理技术来保证这些可扩展组件的即插即用特性。仿真实验证明了该方法的可行性和有效性。
{"title":"A PnP Scheduling Algorithm and Cache Replacement Algorithm Simulation Platform for Web Server Cluster","authors":"Zhi Xiong, Wanbin He, Ningning Liang","doi":"10.1109/ICCIS.2012.37","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.37","url":null,"abstract":"Web server cluster has been widely used to improve web server's performance. In order to help web providers select the appropriate pair of scheduling algorithm and cache replacement algorithm, and to help researchers evaluate new scheduling algorithm or cache replacement algorithm under different client access patterns, this paper designs and implements a trace-driven scheduling algorithm and cache replacement algorithm simulation platform based on JavaSim for web server cluster, called WSCSim. It models the serving time of static and dynamic requests respectively according to their deferent traits, supports traces of different formats, and can simulate complicated algorithms for Java's powerful function. In WSCSim, trace parser, distribution, scheduling algorithm and cache replacement algorithm are extensible; therefore user can add new components to the platform. Especially, Java interface and Java dynamic proxy technique are used to guarantee the Plug and Play (PnP) characteristic of these extensible components. Simulation tests show the feasibility and validity of WSCSim.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130084227","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 Safety Design of Electric Cloud Computing Platform 电力云计算平台的安全设计
Gangjun Tan, Jingwei Xu, Li Zhao, Hong-yan Liu, Yaduan Wang
Cloud computing as a new technology in the IT industry has undergone a major change, and the smart grid informatization construction cannot be done without a cloud computing platform. This gives the power of cloud computing platform architecture. Electric cloud application environment of wide distribution, large amount of data, heterogeneous, real-time characteristics on power cloud computing platform safety put forward higher requirements, so the design of the electric cloud computing platform security Matters for ensuring the safe, reliable operation of the smart grid.
云计算作为IT行业的一项新技术发生了重大变革,智能电网信息化建设离不开云计算平台。这赋予了云计算平台架构强大的功能。电力云应用环境分布广、数据量大、异构、实时性等特点对电力云计算平台的安全性提出了更高的要求,因此电力云计算平台的安全设计事关确保智能电网的安全、可靠运行。
{"title":"A Safety Design of Electric Cloud Computing Platform","authors":"Gangjun Tan, Jingwei Xu, Li Zhao, Hong-yan Liu, Yaduan Wang","doi":"10.1109/ICCIS.2012.72","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.72","url":null,"abstract":"Cloud computing as a new technology in the IT industry has undergone a major change, and the smart grid informatization construction cannot be done without a cloud computing platform. This gives the power of cloud computing platform architecture. Electric cloud application environment of wide distribution, large amount of data, heterogeneous, real-time characteristics on power cloud computing platform safety put forward higher requirements, so the design of the electric cloud computing platform security Matters for ensuring the safe, reliable operation of the smart grid.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128714535","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
Study of 3D Geological Structure Modeling and Visualization Application Based on Computer Technology 基于计算机技术的三维地质构造建模及可视化应用研究
Pub Date : 2012-08-17 DOI: 10.1109/ICCIS.2012.294
Hui Zhang, Shuangbao Han, Fucun Zhang, Xiuju Yao, Yonghui An
The paper takes Yinchuan plain as a research object, and basically investigated the quaternary geology and the spatial distribution and structure characteristics of groundwater system. The method of virtualizing boreholes is used to increase borehole data in accordance with the well-developed geological structures, the complex strata and lithology, the multiple geomorphologic units, the large area and the unevenly distributed boreholes. Based on the platform of geostatistics and Groundwater Modeling System (GMS), the three-dimensional geological structure model has been set up which reflects the hydrogeological conditions in the study area and the visualization of hydrogeological structure has been realized. All of these provide the foundation for exactly evaluating groundwater aquifer and rationally developing and utilizing groundwater.
本文以银川平原为研究对象,对银川平原的第四纪地质及地下水系统的空间分布和结构特征进行了初步研究。针对地质构造发达、地层岩性复杂、地貌单元多、钻孔面积大、分布不均匀等特点,采用虚拟钻孔方法增加钻孔资料。基于地质统计与地下水模拟系统(GMS)平台,建立了反映研究区水文地质条件的三维地质构造模型,实现了水文地质构造的可视化。为准确评价地下水含水层,合理开发利用地下水提供了依据。
{"title":"Study of 3D Geological Structure Modeling and Visualization Application Based on Computer Technology","authors":"Hui Zhang, Shuangbao Han, Fucun Zhang, Xiuju Yao, Yonghui An","doi":"10.1109/ICCIS.2012.294","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.294","url":null,"abstract":"The paper takes Yinchuan plain as a research object, and basically investigated the quaternary geology and the spatial distribution and structure characteristics of groundwater system. The method of virtualizing boreholes is used to increase borehole data in accordance with the well-developed geological structures, the complex strata and lithology, the multiple geomorphologic units, the large area and the unevenly distributed boreholes. Based on the platform of geostatistics and Groundwater Modeling System (GMS), the three-dimensional geological structure model has been set up which reflects the hydrogeological conditions in the study area and the visualization of hydrogeological structure has been realized. All of these provide the foundation for exactly evaluating groundwater aquifer and rationally developing and utilizing groundwater.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128872986","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
Combining Laplacian Transform and Image Gradient for Focal Stack Image Fusion 结合拉普拉斯变换和图像梯度的焦点叠加图像融合
Pub Date : 2012-08-17 DOI: 10.1109/ICCIS.2012.103
Tao Zeng, C. Diao, Fei Cheng
A photo sequence captured with different focal settings is called a focal stack image. By merging the focal stack image we can obtain an all-in-focus image. A merging strategy is introduced in the image fusion process with spatial image transform. A fusion selective function is formed using Laplacian transform and image gradient based on the focal stack photography. Two other methods in spatial domain are compared as well as the proposed method.
用不同焦距设置拍摄的照片序列称为焦叠图像。通过对焦叠加图像的合并,可以得到全焦图像。在空间图像变换的图像融合过程中引入了一种融合策略。在聚焦叠加摄影的基础上,利用拉普拉斯变换和图像梯度形成融合选择函数。并与空间域上的两种方法进行了比较。
{"title":"Combining Laplacian Transform and Image Gradient for Focal Stack Image Fusion","authors":"Tao Zeng, C. Diao, Fei Cheng","doi":"10.1109/ICCIS.2012.103","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.103","url":null,"abstract":"A photo sequence captured with different focal settings is called a focal stack image. By merging the focal stack image we can obtain an all-in-focus image. A merging strategy is introduced in the image fusion process with spatial image transform. A fusion selective function is formed using Laplacian transform and image gradient based on the focal stack photography. Two other methods in spatial domain are compared as well as the proposed method.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120885743","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
Safety Evaluation of Petroleum Resources Based on Grey Correlation-TOPSIS 基于灰色关联- topsis的石油资源安全评价
Pub Date : 2012-08-17 DOI: 10.1109/ICCIS.2012.272
L. Hao
The safety evaluation of petroleum resources based on Grey Correlation-TOPSIS is simple but practical, scientific and reasonable with certain application value. The safety evaluation of petroleum resources based on Grey Correlation-TOPSIS applies approximation coefficient of grey correlation for evaluating the safety degree of petroleum resources and effectively overcomes the shortcomings that the conventional ranking method of approximation to ideal solution cannot fully explore the similar information of data. The ranking result is as follows according to the relative approximation coefficient: America, Germany, Japan, China and India.
基于灰色关联- topsis的石油资源安全评价方法简单实用、科学合理,具有一定的应用价值。基于灰色关联- topsis的石油资源安全评价将灰色关联近似系数应用于石油资源安全程度评价,有效克服了传统的逼近理想解排序方法不能充分挖掘数据相似信息的缺点。按照相对近似系数排序结果如下:美国、德国、日本、中国、印度。
{"title":"Safety Evaluation of Petroleum Resources Based on Grey Correlation-TOPSIS","authors":"L. Hao","doi":"10.1109/ICCIS.2012.272","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.272","url":null,"abstract":"The safety evaluation of petroleum resources based on Grey Correlation-TOPSIS is simple but practical, scientific and reasonable with certain application value. The safety evaluation of petroleum resources based on Grey Correlation-TOPSIS applies approximation coefficient of grey correlation for evaluating the safety degree of petroleum resources and effectively overcomes the shortcomings that the conventional ranking method of approximation to ideal solution cannot fully explore the similar information of data. The ranking result is as follows according to the relative approximation coefficient: America, Germany, Japan, China and India.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122381348","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
General Implement Research of Program Design Inquiry Method on Software Series Course 软件系列课程程序设计查询方法的总体实现研究
Pub Date : 2012-08-17 DOI: 10.1109/ICCIS.2012.163
Zhou Fang
Nowadays most of the corporations claimed lack of staff . On the contrary , for students , they also have difficulty in finding a job . With this dilemma , this thesis put forword a new teaching method, which is Program design inquiry method. Having a research on the demand of software industry , with the characteristics that most of students like playing games , we can use games for case teaching so that we can improve practical abilities of graduated students of computer related majors when their interests on program design were aroused.
现在大多数公司都声称人手不足。相反,对于学生来说,他们也很难找到工作。针对这一困境,本文提出了一种新的教学方法——程序设计探究法。通过对软件行业需求的研究,结合大多数学生喜欢玩游戏的特点,我们可以利用游戏进行案例教学,在激发计算机相关专业毕业生对程序设计的兴趣的同时,提高他们的实践能力。
{"title":"General Implement Research of Program Design Inquiry Method on Software Series Course","authors":"Zhou Fang","doi":"10.1109/ICCIS.2012.163","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.163","url":null,"abstract":"Nowadays most of the corporations claimed lack of staff . On the contrary , for students , they also have difficulty in finding a job . With this dilemma , this thesis put forword a new teaching method, which is Program design inquiry method. Having a research on the demand of software industry , with the characteristics that most of students like playing games , we can use games for case teaching so that we can improve practical abilities of graduated students of computer related majors when their interests on program design were aroused.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125994244","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
Performance Evaluation and Analysis of OpenVPN on Android OpenVPN在Android平台上的性能评估与分析
Pub Date : 2012-08-17 DOI: 10.1109/ICCIS.2012.203
Junhua Qu, Tao Li, Fangfang Dang
OpenVPN is an open source Virtual Private Networks product providing cross-platform, secure, highly configurable VPN solutions. Tablet computers seem to be directing many of the emerging trends in the marketing industry at the moment. For this case study, the performance of OpenVPN on Android is measured and analyzed using various configurations parameters including protocol, cipher and compression. The results show that the throughput is mainly impacted by the data compression used, and that the round-trip time is mostly dependent on the transport protocol selected.
OpenVPN是一个开源的虚拟专用网产品,提供跨平台、安全、高度可配置的VPN解决方案。平板电脑似乎正在引领着当前市场营销行业的许多新兴趋势。在本案例研究中,使用不同的配置参数,包括协议、密码和压缩,测量和分析了OpenVPN在Android上的性能。结果表明,吞吐量主要受所使用的数据压缩的影响,而往返时间主要取决于所选择的传输协议。
{"title":"Performance Evaluation and Analysis of OpenVPN on Android","authors":"Junhua Qu, Tao Li, Fangfang Dang","doi":"10.1109/ICCIS.2012.203","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.203","url":null,"abstract":"OpenVPN is an open source Virtual Private Networks product providing cross-platform, secure, highly configurable VPN solutions. Tablet computers seem to be directing many of the emerging trends in the marketing industry at the moment. For this case study, the performance of OpenVPN on Android is measured and analyzed using various configurations parameters including protocol, cipher and compression. The results show that the throughput is mainly impacted by the data compression used, and that the round-trip time is mostly dependent on the transport protocol selected.","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121494770","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}
引用次数: 8
A Hybrid Classifier for Mammography CAD 一种用于乳腺造影CAD的混合分类器
Yihua Lan, H. Ren, Jinxin Wan
Breast cancer is a very deadly disease for women. For the time being, mammographic screening remains the most effective method for early detection of breast cancer. However, reading mammography is a time-consume error-prone work. Therefore, many computer-aided detection and diagnosis systems (CAD) have been developed to assist radiologists in detecting and classifying mammographic mass. Most of those CAD system used single classifier for the classification of mass patterns into benign and malignant, or normal and mass or calcification. Increasing number of researches demonstrated that multi-classifier is an effective approach to improve the classification performance of CAD system. In this paper, we present a new hybrid classifier for mammographic CAD by hybridizing Logistic Regression (LR) and K-nearest neighbor (KNN) classifiers. To test and evaluate the proposed hybrid classifier, several experiments were carried out. The experimental results show that the proposed hybrid method achieves better performance then those two single classifiers (i.e., LR classifier and KNN classifier).
乳腺癌对女性来说是一种非常致命的疾病。目前,乳房x光检查仍然是早期发现乳腺癌最有效的方法。然而,阅读乳房x光片是一项耗时且容易出错的工作。因此,许多计算机辅助检测和诊断系统(CAD)已经开发出来,以帮助放射科医生检测和分类乳房x线肿块。这些CAD系统大多采用单一分类器将肿块模式分为良性和恶性、正常和肿块或钙化。越来越多的研究表明,多分类器是提高CAD系统分类性能的有效方法。本文采用Logistic回归(LR)和k近邻(KNN)分类器相结合的方法,提出了一种新的乳腺造影CAD混合分类器。为了测试和评估所提出的混合分类器,进行了几个实验。实验结果表明,所提出的混合方法比两种单一分类器(即LR分类器和KNN分类器)取得了更好的性能。
{"title":"A Hybrid Classifier for Mammography CAD","authors":"Yihua Lan, H. Ren, Jinxin Wan","doi":"10.1109/ICCIS.2012.18","DOIUrl":"https://doi.org/10.1109/ICCIS.2012.18","url":null,"abstract":"Breast cancer is a very deadly disease for women. For the time being, mammographic screening remains the most effective method for early detection of breast cancer. However, reading mammography is a time-consume error-prone work. Therefore, many computer-aided detection and diagnosis systems (CAD) have been developed to assist radiologists in detecting and classifying mammographic mass. Most of those CAD system used single classifier for the classification of mass patterns into benign and malignant, or normal and mass or calcification. Increasing number of researches demonstrated that multi-classifier is an effective approach to improve the classification performance of CAD system. In this paper, we present a new hybrid classifier for mammographic CAD by hybridizing Logistic Regression (LR) and K-nearest neighbor (KNN) classifiers. To test and evaluate the proposed hybrid classifier, several experiments were carried out. The experimental results show that the proposed hybrid method achieves better performance then those two single classifiers (i.e., LR classifier and KNN classifier).","PeriodicalId":269967,"journal":{"name":"2012 Fourth International Conference on Computational and Information Sciences","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2012-08-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127921879","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}
引用次数: 14
期刊
2012 Fourth International Conference on Computational and Information Sciences
全部 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