期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
Enhanced Detection of Cerebral Atherosclerosis Using Hybrid Algorithm of Image Segmentation
1
作者 Shakunthala Masi Helenprabha Kuttiappan 《Intelligent Automation & Soft Computing》 SCIE 2023年第4期733-744,共12页
In medical science for envisaging human body’s phenomenal structure a major part has been driven by image processing techniques.Major objective of this work is to detect of cerebral atherosclerosis for image segmenta... In medical science for envisaging human body’s phenomenal structure a major part has been driven by image processing techniques.Major objective of this work is to detect of cerebral atherosclerosis for image segmentation applica-tion.Detection of some abnormal structures in human body has become a difficult task to complete with some simple images.For expounding and distinguishing neural architecture of human brain in an effective manner,MRI(Magnetic Reso-nance Imaging)is one of the most suitable and significant technique.Here we work on detection of Cerebral Atherosclerosis from MRI images of patients.Cer-ebral Atherosclerosis is a cerebral vascular disease causes narrowing of the arteries due to buildup of fatty plaque inside the blood vessels of the brain.It leads to Ischemic stroke if not diagnosed early.Stroke affects majorly old age people and percentage of affected women is more compared to men.Results:Preproces-sing is done by using alpha trimmed meanfilter which is used to remove noise and also it enhances the image.Segmentation of cerebral atherosclerosis is done by using K-means clustering,Contextual clustering,and proposed Hybrid algo-rithm.Various parameters like Correlation,Pixel density,energy is determined and from the analysis of parameters it is determined that proposed Hybrid algo-rithm is efficient. 展开更多
关键词 ATHEROSCLEROSIS Ischemic stroke Alpha trimmed meanfilter k-means Contextual clustering hybrid algorithm
在线阅读 下载PDF
改进秃鹰搜索和K均值混合迭代的点云简化算法 被引量:1
2
作者 牛宏侠 李富丽 《西安交通大学学报》 EI CAS CSCD 北大核心 2024年第2期172-183,共12页
针对激光雷达的固有特性和复杂环境易造成点云噪声和冗余点云,以及传统点云简化算法忽略了点云固有特征等问题,提出了一种基于改进秃鹰搜索和K均值聚类(KMC)混合迭代的点云简化算法(IBESSA)。首先,通过秃鹰搜索(BES)算法迭代阶段的竞争... 针对激光雷达的固有特性和复杂环境易造成点云噪声和冗余点云,以及传统点云简化算法忽略了点云固有特征等问题,提出了一种基于改进秃鹰搜索和K均值聚类(KMC)混合迭代的点云简化算法(IBESSA)。首先,通过秃鹰搜索(BES)算法迭代阶段的竞争融合(CFBES),提高其收敛速度和优化精度;其次,通过CFBES和KMC算法的混合迭代,实现了点云数据的聚类;然后,在k近邻(k-NN)实现点云簇密度估计的基础上,结合香农熵实现点云信息量化;最后,删除信息量化值小于阈值的聚类簇,完成点云数据简化。使用UCI国际标准数据集和斯坦福点云数据集分别对CFBES-KMC算法的聚类效果及点云的简化效果进行验证,结果表明:与改进飞蛾扑火的K均值交叉迭代、K-means++、模糊C均值聚类算法的聚类效果相比,CFBES-KMC算法的聚类准确率分别提高了1.02%、12.31%、14.72%;在斯坦福点云数据集上,IBESSA算法在有效滤除冗余点云的基础上保留了原本点云的细节和形状特征,不失为一种高效的点云简化算法。 展开更多
关键词 秃鹰搜索算法 竞争融合 K均值聚类混合迭代 香农熵 点云简化
在线阅读 下载PDF
An efficient hybrid evolutionary optimization algorithm based on PSO and SA for clustering 被引量:10
3
作者 Taher NIKNAM Babak AMIRI +1 位作者 Javad OLAMAEI Ali AREFI 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2009年第4期512-519,共8页
The K-means algorithm is one of the most popular techniques in clustering. Nevertheless, the performance of the Kmeans algorithm depends highly on initial cluster centers and converges to local minima. This paper prop... The K-means algorithm is one of the most popular techniques in clustering. Nevertheless, the performance of the Kmeans algorithm depends highly on initial cluster centers and converges to local minima. This paper proposes a hybrid evolutionary programming based clustering algorithm, called PSO-SA, by combining particle swarm optimization (PSO) and simulated annealing (SA). The basic idea is to search around the global solution by SA and to increase the information exchange among particles using a mutation operator to escape local optima. Three datasets, Iris, Wisconsin Breast Cancer, and Ripley's Glass, have been considered to show the effectiveness of the proposed clustering algorithm in providing optimal clusters. The simulation results show that the PSO-SA clustering algorithm not only has a better response but also converges more quickly than the K-means, PSO, and SA algorithms. 展开更多
关键词 Simulated annealing (SA) Data clustering hybrid evolutionary optimization algorithm k-means clustering Parti-cle swarm optimization (PSO)
原文传递
基于混合距离学习的双指数模糊C均值算法 被引量:23
4
作者 王骏 王士同 《软件学报》 EI CSCD 北大核心 2010年第8期1878-1888,共11页
提出了一种基于DI-FCM(double indices fuzzy C-means)算法框架的无监督距离学习算法——基于混合距离学习的双指数模糊C均值算法HDDI-FCM(double indices fuzzy C-m eans with hybrid distance).数据集未知距离度量被表示为若干已有距... 提出了一种基于DI-FCM(double indices fuzzy C-means)算法框架的无监督距离学习算法——基于混合距离学习的双指数模糊C均值算法HDDI-FCM(double indices fuzzy C-m eans with hybrid distance).数据集未知距离度量被表示为若干已有距离的线性组合,然后执行HDDI-FCM,在对数据集进行有效聚类的同时进行距离学习.为了保证迭代算法收敛,引入了Steffensen迭代法来改进计算簇中心点的迭代公式.讨论了算法中参数的选择.基于UCI(University of California,Irvine)数据集的实验结果表明该算法是有效的. 展开更多
关键词 距离学习 聚类 模糊C均值算法 混合距离 Steffensen迭代法
在线阅读 下载PDF
Sensing Matrix Optimization for Multi-Target Localization Using Compressed Sensing in Wireless Sensor Network 被引量:3
5
作者 Xinhua Jiang Ning Li +2 位作者 Yan Guo Jie Liu Cong Wang 《China Communications》 SCIE CSCD 2022年第3期230-244,共15页
In the multi-target localization based on Compressed Sensing(CS),the sensing matrix's characteristic is significant to the localization accuracy.To improve the CS-based localization approach's performance,we p... In the multi-target localization based on Compressed Sensing(CS),the sensing matrix's characteristic is significant to the localization accuracy.To improve the CS-based localization approach's performance,we propose a sensing matrix optimization method in this paper,which considers the optimization under the guidance of the t%-averaged mutual coherence.First,we study sensing matrix optimization and model it as a constrained combinatorial optimization problem.Second,the t%-averaged mutual coherence is adopted as the optimality index to evaluate the quality of different sensing matrixes,where the threshold t is derived through the K-means clustering.With the settled optimality index,a hybrid metaheuristic algorithm named Genetic Algorithm-Tabu Local Search(GA-TLS)is proposed to address the combinatorial optimization problem to obtain the final optimized sensing matrix.Extensive simulation results reveal that the CS localization approaches using different recovery algorithms benefit from the proposed sensing matrix optimization method,with much less localization error compared to the traditional sensing matrix optimization methods. 展开更多
关键词 compressed sensing hybrid metaheuristic k-means clustering multi-target localization t%-averaged mutual coherence sensing matrix optimization
在线阅读 下载PDF
Blind localization of multiple primary users without number knowledge
6
作者 邢志强 宁士勇 +1 位作者 李炜 宋鹏 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2012年第5期113-117,共5页
A novel multiple PUs (Primary Users) localization algorithm was proposed, which estimates the number of PUs by SVD (Singular Value Decomposition) method and seeks non-cooperative PUs' position by executing k-mean ... A novel multiple PUs (Primary Users) localization algorithm was proposed, which estimates the number of PUs by SVD (Singular Value Decomposition) method and seeks non-cooperative PUs' position by executing k-mean clustering and iterative operations. The simulation results show that the proposed method can determined the number of PUs blindly and achieves better performance than traditional expectation-maximization (EM) algorithm. 展开更多
关键词 multiple primary user LOCALIZATION SVD iterATIVE k-mean clustering
在线阅读 下载PDF
Predicting the Endpoint Phosphorus Content of Molten Steel in BOF by Two-stage Hybrid Method 被引量:5
7
作者 Hong-bing WANG Jun CAI Kai FENG 《Journal of Iron and Steel Research International》 SCIE EI CAS CSCD 2014年第S1期65-69,共5页
A two-stage hybrid method is proposed to predict the phosphorus content of molten steel at the endpoint of steelmaking in BOF(Basic Oxygen Furnace). At the first clustering stage, the weighted K-means is performed to ... A two-stage hybrid method is proposed to predict the phosphorus content of molten steel at the endpoint of steelmaking in BOF(Basic Oxygen Furnace). At the first clustering stage, the weighted K-means is performed to produce clusters with homogeneous data. At the second predicting stage, each fuzzy neural network is carried out on each cluster and the results from all fuzzy neural networks are combined to be the final result of the hybrid method. The hybrid method and single fuzzy neural network are compared and the results show that the hybrid method outperforms single fuzzy neural network. 展开更多
关键词 k-means clustering fuzzy neural network hybrid method predicting endpoint phosphorus content
原文传递
基于正反向异质性的遥感图像变化检测
8
作者 李士进 王声特 黄乐平 《山东大学学报(工学版)》 CAS 北大核心 2018年第3期1-9,16,共10页
为提高水体周边环境的变化检测结果的精度,提出一种改进的变化检测方法。在光谱与纹理特征结合的基础上融合指数特征构建混合特征空间,采用超像素生成算法(simple linear iterative cluster,SLIC)处理叠加影像获取地物对象,并综合地物... 为提高水体周边环境的变化检测结果的精度,提出一种改进的变化检测方法。在光谱与纹理特征结合的基础上融合指数特征构建混合特征空间,采用超像素生成算法(simple linear iterative cluster,SLIC)处理叠加影像获取地物对象,并综合地物对象的正反向异质信息构建地物对象的正反向异质性;使用最大数学期望算法与贝叶斯最小错误率理论获取两时相的变化信息,排除植被伪变化信息,形成相对准确和鲁棒的检测结果。试验结果表明:该方法能够有效区分水体周边环境中感兴趣的地物变化信息与不感兴趣的干扰信息、"伪变化信息"等,虚检率和漏检率较低,且正确率较高为96%以上,能够智能发现湖库水域周边"非正常"土地利用变化。 展开更多
关键词 水体 变化检测 超像素生成算法 混合特征空间 正反向异质性
原文传递
A deep semantic segmentation-based algorithm to segment crops and weeds in agronomic color images 被引量:4
9
作者 Sovi Guillaume Sodjinou Vahid Mohammadi +1 位作者 Amadou Tidjani Sanda Mahama Pierre Gouton 《Information Processing in Agriculture》 EI 2022年第3期355-364,共10页
In precision agriculture,the accurate segmentation of crops and weeds in agronomic images has always been the center of attention.Many methods have been proposed but still the clean and sharp segmentation of crops and... In precision agriculture,the accurate segmentation of crops and weeds in agronomic images has always been the center of attention.Many methods have been proposed but still the clean and sharp segmentation of crops and weeds is a challenging issue for the images with a high presence of weeds.This work proposes a segmentation method based on the combination of semantic segmentation and K-means algorithms for the segmenta-tion of crops and weeds in color images.Agronomic images of two different databases were used for the segmentation algorithms.Using the thresholding technique,everything except plants was removed from the images.Afterward,semantic segmentation was applied using U-net followed by the segmentation of crops and weeds using the K-means subtractive algorithm.The comparison of segmentation performance was made for the proposed method and K-Means clustering and superpixels algorithms.The proposed algorithm pro-vided more accurate segmentation in comparison to other methods with the maximum accuracy of equivalent to 99.19%.Based on the confusion matrix,the true-positive and true-negative values were 0.9952 and 0.8985 representing the true classification rate of crops and weeds,respectively.The results indicated that the proposed method successfully provided accurate and convincing results for the segmentation of crops and weeds in the images with a complex presence of weeds. 展开更多
关键词 Weed coverage Semantic segmentation Convolutional neural network Subtractive clustering algorithm Simple Linear iterative clustering (SLIC) k-means
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部