期刊文献+
共找到543篇文章
< 1 2 28 >
每页显示 20 50 100
A Clustering Model Based on Density Peak Clustering and the Sparrow Search Algorithm for VANETs
1
作者 Chaoliang Wang Qi Fu Zhaohui Li 《Computers, Materials & Continua》 2025年第8期3707-3729,共23页
Cluster-basedmodels have numerous application scenarios in vehicular ad-hoc networks(VANETs)and can greatly help improve the communication performance of VANETs.However,the frequent movement of vehicles can often lead... Cluster-basedmodels have numerous application scenarios in vehicular ad-hoc networks(VANETs)and can greatly help improve the communication performance of VANETs.However,the frequent movement of vehicles can often lead to changes in the network topology,thereby reducing cluster stability in urban scenarios.To address this issue,we propose a clustering model based on the density peak clustering(DPC)method and sparrow search algorithm(SSA),named SDPC.First,the model constructs a fitness function based on the parameters obtained from the DPC method and deploys the SSA for iterative optimization to select cluster heads(CHs).Then,the vehicles that have not been selected as CHs are assigned to appropriate clusters by comprehensively considering the distance parameter and link-reliability parameter.Finally,cluster maintenance strategies are considered to tackle the changes in the clusters’organizational structure.To verify the performance of the model,we conducted a simulation on a real-world scenario for multiple metrics related to clusters’stability.The results show that compared with the APROVE and the GAPC,SDPC showed clear performance advantages,indicating that SDPC can effectively ensure VANETs’cluster stability in urban scenarios. 展开更多
关键词 VANETS cluster density peak clustering sparrow search algorithm
在线阅读 下载PDF
Fast density peak-based clustering algorithm for multiple extended target tracking 被引量:4
2
作者 SHEN Xinglin SONG Zhiyong +1 位作者 FAN Hongqi FU Qiang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2019年第3期435-447,共13页
The key challenge of the extended target probability hypothesis density (ET-PHD) filter is to reduce the computational complexity by using a subset to approximate the full set of partitions. In this paper, the influen... The key challenge of the extended target probability hypothesis density (ET-PHD) filter is to reduce the computational complexity by using a subset to approximate the full set of partitions. In this paper, the influence for the tracking results of different partitions is analyzed, and the form of the most informative partition is obtained. Then, a fast density peak-based clustering (FDPC) partitioning algorithm is applied to the measurement set partitioning. Since only one partition of the measurement set is used, the ET-PHD filter based on FDPC partitioning has lower computational complexity than the other ET-PHD filters. As FDPC partitioning is able to remove the spatially close clutter-generated measurements, the ET-PHD filter based on FDPC partitioning has good tracking performance in the scenario with more clutter-generated measurements. The simulation results show that the proposed algorithm can get the most informative partition and obviously reduce computational burden without losing tracking performance. As the number of clutter-generated measurements increased, the ET-PHD filter based on FDPC partitioning has better tracking performance than other ET-PHD filters. The FDPC algorithm will play an important role in the engineering realization of the multiple extended target tracking filter. 展开更多
关键词 FAST density peak-based clustering (FDPC) MULTIPLE extended target partition probability hypothesis density (PHD) filter track.
在线阅读 下载PDF
K-means Find Density Peaks in Molecular Conformation Clustering 被引量:1
3
作者 Guiyan Wang Ting Fu +5 位作者 Hong Ren Peijun Xu Qiuhan Guo Xiaohong Mou Yan Li Guohui Li 《Chinese Journal of Chemical Physics》 SCIE EI CAS CSCD 2022年第2期353-368,I0026-I0030,I0003,共22页
Performing cluster analysis on molecular conformation is an important way to find the representative conformation in the molecular dynamics trajectories.Usually,it is a critical step for interpreting complex conformat... Performing cluster analysis on molecular conformation is an important way to find the representative conformation in the molecular dynamics trajectories.Usually,it is a critical step for interpreting complex conformational changes or interaction mechanisms.As one of the density-based clustering algorithms,find density peaks(FDP)is an accurate and reasonable candidate for the molecular conformation clustering.However,facing the rapidly increasing simulation length due to the increase in computing power,the low computing efficiency of FDP limits its application potential.Here we propose a marginal extension to FDP named K-means find density peaks(KFDP)to solve the mass source consuming problem.In KFDP,the points are initially clustered by a high efficiency clustering algorithm,such as K-means.Cluster centers are defined as typical points with a weight which represents the cluster size.Then,the weighted typical points are clustered again by FDP,and then are refined as core,boundary,and redefined halo points.In this way,KFDP has comparable accuracy as FDP but its computational complexity is reduced from O(n^(2))to O(n).We apply and test our KFDP method to the trajectory data of multiple small proteins in terms of torsion angle,secondary structure or contact map.The comparing results with K-means and density-based spatial clustering of applications with noise show the validation of the proposed KFDP. 展开更多
关键词 K-means find density peaks Molecular clustering density-based spatial clustering of applications with noise
在线阅读 下载PDF
Density peaks clustering based integrate framework for multi-document summarization 被引量:3
4
作者 BaoyanWang Jian Zhang +1 位作者 Yi Liu Yuexian Zou 《CAAI Transactions on Intelligence Technology》 2017年第1期26-30,共5页
We present a novel unsupervised integrated score framework to generate generic extractive multi- document summaries by ranking sentences based on dynamic programming (DP) strategy. Considering that cluster-based met... We present a novel unsupervised integrated score framework to generate generic extractive multi- document summaries by ranking sentences based on dynamic programming (DP) strategy. Considering that cluster-based methods proposed by other researchers tend to ignore informativeness of words when they generate summaries, our proposed framework takes relevance, diversity, informativeness and length constraint of sentences into consideration comprehensively. We apply Density Peaks Clustering (DPC) to get relevance scores and diversity scores of sentences simultaneously. Our framework produces the best performance on DUC2004, 0.396 of ROUGE-1 score, 0.094 of ROUGE-2 score and 0.143 of ROUGE-SU4 which outperforms a series of popular baselines, such as DUC Best, FGB [7], and BSTM [10]. 展开更多
关键词 Multi-document summarization Integrated score framework density peaks clustering Sentences rank
在线阅读 下载PDF
Density Clustering Algorithm Based on KD-Tree and Voting Rules 被引量:1
5
作者 Hui Du Zhiyuan Hu +1 位作者 Depeng Lu Jingrui Liu 《Computers, Materials & Continua》 SCIE EI 2024年第5期3239-3259,共21页
Traditional clustering algorithms often struggle to produce satisfactory results when dealing with datasets withuneven density. Additionally, they incur substantial computational costs when applied to high-dimensional... Traditional clustering algorithms often struggle to produce satisfactory results when dealing with datasets withuneven density. Additionally, they incur substantial computational costs when applied to high-dimensional datadue to calculating similarity matrices. To alleviate these issues, we employ the KD-Tree to partition the dataset andcompute the K-nearest neighbors (KNN) density for each point, thereby avoiding the computation of similaritymatrices. Moreover, we apply the rules of voting elections, treating each data point as a voter and casting a votefor the point with the highest density among its KNN. By utilizing the vote counts of each point, we develop thestrategy for classifying noise points and potential cluster centers, allowing the algorithm to identify clusters withuneven density and complex shapes. Additionally, we define the concept of “adhesive points” between two clustersto merge adjacent clusters that have similar densities. This process helps us identify the optimal number of clustersautomatically. Experimental results indicate that our algorithm not only improves the efficiency of clustering butalso increases its accuracy. 展开更多
关键词 density peaks clustering KD-TREE K-nearest neighbors voting rules
在线阅读 下载PDF
New density clustering-based approach for failure mode and effect analysis considering opinion evolution and bounded confidence
6
作者 WANG Jian ZHU Jingyi +1 位作者 SHI Hua LIU Huchen 《Journal of Systems Engineering and Electronics》 CSCD 2024年第6期1491-1506,共16页
Failure mode and effect analysis(FMEA)is a preven-tative risk evaluation method used to evaluate and eliminate fail-ure modes within a system.However,the traditional FMEA method exhibits many deficiencies that pose ch... Failure mode and effect analysis(FMEA)is a preven-tative risk evaluation method used to evaluate and eliminate fail-ure modes within a system.However,the traditional FMEA method exhibits many deficiencies that pose challenges in prac-tical applications.To improve the conventional FMEA,many modified FMEA models have been suggested.However,the majority of them inadequately address consensus issues and focus on achieving a complete ranking of failure modes.In this research,we propose a new FMEA approach that integrates a two-stage consensus reaching model and a density peak clus-tering algorithm for the assessment and clustering of failure modes.Firstly,we employ the interval 2-tuple linguistic vari-ables(I2TLVs)to express the uncertain risk evaluations provided by FMEA experts.Then,a two-stage consensus reaching model is adopted to enable FMEA experts to reach a consensus.Next,failure modes are categorized into several risk clusters using a density peak clustering algorithm.Finally,the proposed FMEA is illustrated by a case study of load-bearing guidance devices of subway systems.The results show that the proposed FMEA model can more easily to describe the uncertain risk information of failure modes by using the I2TLVs;the introduction of an endogenous feedback mechanism and an exogenous feedback mechanism can accelerate the process of consensus reaching;and the density peak clustering of failure modes successfully improves the practical applicability of FMEA. 展开更多
关键词 failure mode and effect analysis(FMEA) interval 2-tuple linguistic variable(I2TLV) consensus reaching density peak clustering algorithm
在线阅读 下载PDF
Modeling of Energy Consumption and Effluent Quality Using Density Peaks-based Adaptive Fuzzy Neural Network 被引量:10
7
作者 Junfei Qiao Hongbiao Zhou 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2018年第5期968-976,共9页
Modeling of energy consumption(EC) and effluent quality(EQ) are very essential problems that need to be solved for the multiobjective optimal control in the wastewater treatment process(WWTP). To address this issue, a... Modeling of energy consumption(EC) and effluent quality(EQ) are very essential problems that need to be solved for the multiobjective optimal control in the wastewater treatment process(WWTP). To address this issue, a density peaks-based adaptive fuzzy neural network(DP-AFNN) is proposed in this study. To obtain suitable fuzzy rules, a DP-based clustering method is applied to fit the cluster centers to process nonlinearity.The parameters of the extracted fuzzy rules are fine-tuned based on the improved Levenberg-Marquardt algorithm during the training process. Furthermore, the analysis of convergence is performed to guarantee the successful application of the DPAFNN. Finally, the proposed DP-AFNN is utilized to develop the models of EC and EQ in the WWTP. The experimental results show that the proposed DP-AFNN can achieve fast convergence speed and high prediction accuracy in comparison with some existing methods. 展开更多
关键词 density peaks clustering effluent quality (EQ) energy consumption (EC) fuzzy neural network improved Levenberg-Marquardt algorithm wastewater treatment process (WWTP).
在线阅读 下载PDF
一种面向定点稀疏轨迹的密度聚类停留点识别方法
8
作者 郭军豪 吴明治 +1 位作者 王培晓 张恒才 《测绘学报》 北大核心 2026年第2期249-260,共12页
停留点识别作为轨迹数据挖掘的重要前期准备工作,对兴趣点挖掘、移动模式分类等研究具有重要支撑作用。然而,传统识别方法通常用于GPS等稠密轨迹,在面对交通卡口、手机信令等定点稀疏轨迹时难以应对数据密度不均、分布复杂导致的特征挖... 停留点识别作为轨迹数据挖掘的重要前期准备工作,对兴趣点挖掘、移动模式分类等研究具有重要支撑作用。然而,传统识别方法通常用于GPS等稠密轨迹,在面对交通卡口、手机信令等定点稀疏轨迹时难以应对数据密度不均、分布复杂导致的特征挖掘不足、阈值估计偏差等挑战。为此,本文提出一种基于自适应扩展密度峰值聚类(AE-DPC)的双阈值停留点识别方法用于定点稀疏轨迹停留点识别。首先,基于数据整体特征划分全局阈值初步筛选停留点;然后,利用AE-DPC聚类结果设定局部阈值进一步判别,其中AE-DPC通过考虑邻域和改进密度峰值构建初始簇,并经过簇扩展与合并提升聚类性能;最后,结合全局与局部阈值实现精准识别停留点。本文基于开源合成数据集与真实定点稀疏轨迹数据集分别对AE-DPC和双阈值法进行试验。结果表明,AE-DPC聚类结果的ARI、AMI指标均显著优于DBSCAN、HDBSCAN、SNN-DPC等对比算法;基于AE-DPC设定局部阈值的双阈值方法在真实停留点识别中展现出明显优势,与基于HDBSCAN的局部阈值法和动态阈值法相比,该方法在查准率指标上分别提升了14.10%和9.88%。 展开更多
关键词 停留点识别 定点稀疏轨迹 聚类算法 密度峰值
在线阅读 下载PDF
圆形网格抽样和逆近邻优化的密度峰值聚类算法
9
作者 赵嘉 何超凡 +2 位作者 肖人彬 曹浩 樊棠怀 《工程科学学报》 北大核心 2026年第1期161-176,共16页
密度峰值聚类(DPC)算法是一种简单高效的聚类算法,因其可直观和快速发现数据集中的类簇而得到广泛关注.但DPC算法需计算所有样本间的欧氏距离,算法的时间复杂度较高;局部密度定义未考虑类簇间密度差异影响,易误选类簇中心;使用链式分配... 密度峰值聚类(DPC)算法是一种简单高效的聚类算法,因其可直观和快速发现数据集中的类簇而得到广泛关注.但DPC算法需计算所有样本间的欧氏距离,算法的时间复杂度较高;局部密度定义未考虑类簇间密度差异影响,易误选类簇中心;使用链式分配策略,易产生错误连带效应.因此,本文提出一种圆形网格抽样和逆近邻优化的密度峰值聚类算法.该算法采用圆形网格抽样得到代表以减少需要计算的样本数,降低算法计算的时间开销,并引入近似K近邻策略加强代表和初始样本的联系,减少抽样导致的聚类精度丢失;利用逆近邻优化局部密度定义策略,根据样本所处环境调节其局部密度的大小,准确找到密度峰值;通过共享逆近邻计算相似性,由相似性矩阵分配代表,避免样本分配策略产生的错误连带效应.设置了复杂形态合成数据集、真实数据集和较大规模数据集进行分组实验.实验结果表明,本文算法在复杂形态、真实及较大规模数据集上聚类优势显著,精度与效率较DPC算法及其他基于DPC的改进算法均有较大提升. 展开更多
关键词 密度峰值聚类 圆形网格抽样 近似K近邻 逆近邻 共享逆近邻
在线阅读 下载PDF
数据驱动的装备特征分析与异常检测
10
作者 孟辰宇 王峥 +4 位作者 宋晋 洪羽 于文程 王丽 郑江滨 《航天控制》 2026年第1期22-27,共6页
随着航天领域应用规模的不断扩大,复杂装备的健康管理正由定期维护转向基于数据驱动的预测性维护。本文提出一种数据驱动的异常检测框架TS-ADF,通过多维运行数据的正常模式建立、重构分析与特征融合,实现对潜在异常的有效识别。具体包括... 随着航天领域应用规模的不断扩大,复杂装备的健康管理正由定期维护转向基于数据驱动的预测性维护。本文提出一种数据驱动的异常检测框架TS-ADF,通过多维运行数据的正常模式建立、重构分析与特征融合,实现对潜在异常的有效识别。具体包括:利用密度峰值聚类进行初步筛选,结合长短期记忆自编码器(LSTM-AE)捕捉时间序列的深层特征,并通过时频分析与参数变化分析验证异常点。实验结果表明,该方法能够有效识别异常,为装备的智能健康管理与预测性维护提供支持。 展开更多
关键词 数据驱动 异常检测 高斯密度峰值聚类 LSTM自编码器 时频融合特征
原文传递
基于时空特征的基坑变形预测分析
11
作者 程庆军 董明豹 +2 位作者 马辰旭 刘艳冬 卢兰萍 《粉煤灰综合利用》 2026年第1期123-126,155,共5页
为对基坑开挖引起的变形进行更准确的预测,研究了一种聚类分析与时间序列预测相结合的沉降预测模型,利用密度峰值聚类算法(DPC)对具有类似变形模式特征的监测点进行空间分类,提取各个监测点之间的空间相关性,用以找出监测点中的聚类中心... 为对基坑开挖引起的变形进行更准确的预测,研究了一种聚类分析与时间序列预测相结合的沉降预测模型,利用密度峰值聚类算法(DPC)对具有类似变形模式特征的监测点进行空间分类,提取各个监测点之间的空间相关性,用以找出监测点中的聚类中心,构建了结合卷积神经网络(CNN),长短时记忆神经网络(LSTM),科尔莫哥罗夫-阿诺德网络(KAN)的建筑物变形预测模型,该模型优化了长短时记忆神经网络的特征提取能力和其泛用性,将聚类中心监测点数据输入进行预测。结果表明:该模型在平均绝对误差和均方根误差较其他模型更低的情况下,拟合系数都维持在90%以上,精准度和适用性均得到提升,更适用于基坑施工过程中的变形预测,对实际基坑工程具有很大的现实指导意义。 展开更多
关键词 神经网络 科尔莫哥罗夫-阿诺德网络 密度峰值聚类 沉降预测
在线阅读 下载PDF
基于加权自然近邻和测地距离的密度峰值聚类算法
12
作者 万芳 魏立力 刘国军 《计算机应用研究》 北大核心 2026年第1期91-101,共11页
密度峰值聚类算法(DPC)是一种高效简单的聚类方法,只需要一个参数便可以识别所有的聚类中心且无须迭代处理。然而,该算法在应对复杂数据结构时仍存在如下局限性:首先,聚类结果易受截断距离的影响;其次,基于欧氏距离的度量方式往往忽略... 密度峰值聚类算法(DPC)是一种高效简单的聚类方法,只需要一个参数便可以识别所有的聚类中心且无须迭代处理。然而,该算法在应对复杂数据结构时仍存在如下局限性:首先,聚类结果易受截断距离的影响;其次,基于欧氏距离的度量方式往往忽略流形数据集的几何结构,进而影响聚类结果的准确性。为解决上述问题,提出了一种基于加权自然近邻和测地距离的密度峰值聚类算法(DPC-WNNN-GD)。该算法综合分析样本的局部和全局信息,结合加权自然近邻重新定义局部密度,平衡样本间的密度差异并消除截断距离对聚类结果的影响;而且,将欧氏距离替换为测地距离以此来更好地适应流形数据集的数据结构。在合成和真实数据集上将DPC-WNNN-GD与DPC算法以及相关改进算法进行对比,实验结果表明DPC-WNNN-GD展现出更优异的聚类性能。 展开更多
关键词 聚类分析 密度峰值聚类 测地距离 加权自然近邻
在线阅读 下载PDF
Efficient parallel implementation of a density peaks clustering algorithm on graphics processing unit 被引量:2
13
作者 Ke-shi GE Hua-you SU +1 位作者 Dong-sheng LI Xi-cheng LU 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2017年第7期915-927,共13页
The density peak (DP) algorithm has been widely used in scientific research due to its novel and effective peak density-based clustering approach. However, the DP algorithm uses each pair of data points several time... The density peak (DP) algorithm has been widely used in scientific research due to its novel and effective peak density-based clustering approach. However, the DP algorithm uses each pair of data points several times when determining cluster centers, yielding high computational complexity. In this paper, we focus on accelerating the time-consuming density peaks algorithm with a graphics processing unit (GPU). We analyze the principle of the algorithm to locate its computational bottlenecks, and evaluate its potential for parallelism. In light of our analysis, we propose an efficient parallel DP algorithm targeting on a GPU architecture and implement this parallel method with compute unified device architecture (CUDA), called the ‘CUDA-DP platform'. Specifically, we use shared memory to improve data locality, which reduces the amount of global memory access. To exploit the coalescing accessing mechanism of CPU, we convert the data structure of the CUDA-DP program from array of structures to structure of arrays. In addition, we introduce a binary search-and-sampling method to avoid sorting a large array. The results of the experiment show that CUDA-DP can achieve a 45-fold acceleration when compared to the central processing unit based density peaks implementation. 展开更多
关键词 density peak Graphics processing unit Parallel computing clustering
原文传递
混合近邻和多簇合并的密度峰值聚类算法 被引量:2
14
作者 吕莉 赵妞 +2 位作者 肖人彬 王新峰 韩龙哲 《控制与决策》 北大核心 2025年第7期2194-2202,共9页
密度峰值聚类算法简单、高效,可识别任意维度和形状类簇,已在各领域得到广泛应用.然而,密度峰值聚类算法也存在一些问题,如:对截断距离参数敏感、难以发现低密度区域的类簇中心以及容易产生“多米诺效应”.为此,提出混合近邻和多簇合并... 密度峰值聚类算法简单、高效,可识别任意维度和形状类簇,已在各领域得到广泛应用.然而,密度峰值聚类算法也存在一些问题,如:对截断距离参数敏感、难以发现低密度区域的类簇中心以及容易产生“多米诺效应”.为此,提出混合近邻和多簇合并的密度峰值聚类算法.首先,综合考虑样本的全局分布与局部结构,引入自然近邻与k近邻重新定义局部密度,消除对截断距离参数的敏感,并提高低密度区域样本的局部密度以增加类簇中心的识别度;其次,将样本划分为多个微簇,并利用簇间关联度进行合并,减少距离类簇中心较远的样本的分配错误,从而有效缓解分配错误连带效应.使用人工数据与真实数据进行测试,结果表明,所提出算法的综合性能优于对比算法. 展开更多
关键词 聚类 自然近邻 K近邻 簇间关联度 密度峰值 局部密度
原文传递
基于低密度分数的密度峰值聚类算法 被引量:4
15
作者 陈梅 尤远毓秀 +1 位作者 魏礼磊 唐晟洲 《控制与决策》 北大核心 2025年第5期1599-1609,共11页
密度峰值聚类算法(DPC)可识别出任意形状的簇,但是对于存在多密度峰值的簇,DPC可能会识别出多个簇中心点,导致簇划分错误.鉴于此,提出一种基于低密度分数的密度峰值聚类算法(LS-DPC).该算法首先使用低密度分数放大数据点的密度差异,缩... 密度峰值聚类算法(DPC)可识别出任意形状的簇,但是对于存在多密度峰值的簇,DPC可能会识别出多个簇中心点,导致簇划分错误.鉴于此,提出一种基于低密度分数的密度峰值聚类算法(LS-DPC).该算法首先使用低密度分数放大数据点的密度差异,缩小整体密度差异大的相邻区域的密度差异,使得单个簇内所有区域的密度分布均重构为单峰密度分布;然后,根据低密度分数自动获得子簇中心点;接着,得到子簇后,根据密度相交条件对子簇进行融合,完成聚类;最后,将所提出LS-DPC算法与k-Means、SC、DPC、DN、Extreme以及ICKDP算法进行对比,实验结果表明所提出算法在复杂数据集和UCI数据集上的表现优于对比算法. 展开更多
关键词 聚类 密度峰值 多密度峰值簇 低密度分数 子簇融合
原文传递
基于K互近邻与核密度估计的DPC算法 被引量:2
16
作者 周玉 夏浩 +1 位作者 刘虹瑜 白磊 《北京航空航天大学学报》 北大核心 2025年第6期1978-1990,共13页
快速搜索和发现密度峰值聚类(DPC)算法是一种基于密度的聚类算法。该算法不需要迭代和过多的设定参数,但由于计算局部密度时没有考虑数据的局部结构,导致无法识别簇密度小的聚类中心。针对此问题,提出基于K互近邻(KN)和核密度估计(KDE)... 快速搜索和发现密度峰值聚类(DPC)算法是一种基于密度的聚类算法。该算法不需要迭代和过多的设定参数,但由于计算局部密度时没有考虑数据的局部结构,导致无法识别簇密度小的聚类中心。针对此问题,提出基于K互近邻(KN)和核密度估计(KDE)的DPC(KKDPC)算法。通过K近邻和核密度估计方法得到数据点的K互近邻数量和局部核密度;将K互近邻数量与局部核密度进行加和获得新的局部密度;根据数据点的局部密度得到相对距离,并通过构建决策图选取聚类中心及分配非中心点。利用人工数据集和真实数据集进行实验,并与DPC、基于密度的噪声空间聚类应用(DBSCAN)、K-means、模糊C均值聚类算法(FCM)、基于K近邻的DPC(DPCKNN)、近邻优化DPC(DPC-NNO)、基于模糊加权共享邻居的DPC(DPC-FWSN)算法进行对比。通过计算调整互信息(AMI)、调整兰德指数(ARI)、归一化互信息(NMI)来验证KKDPC算法的性能。实验结果表明:KKDPC算法能更加准确地识别聚类中心,有效地提高聚类精度。 展开更多
关键词 聚类算法 密度峰值 K近邻 K互近邻 核密度估计
原文传递
基于k近邻图的密度峰值聚类算法 被引量:1
17
作者 陈梅 魏礼磊 +1 位作者 尤远毓秀 唐晟洲 《控制与决策》 北大核心 2025年第7期2242-2250,共9页
密度峰值聚类(DPC)算法简单高效,能够识别任意形状簇,但在处理簇间密度差异大的数据集时,不能准确识别出簇中心.同时,其分配策略可能会导致连续的分配错误.为解决上述问题,提出一种基于k近邻图的密度峰值聚类(kNNG-DPC)算法.首先,利用k... 密度峰值聚类(DPC)算法简单高效,能够识别任意形状簇,但在处理簇间密度差异大的数据集时,不能准确识别出簇中心.同时,其分配策略可能会导致连续的分配错误.为解决上述问题,提出一种基于k近邻图的密度峰值聚类(kNNG-DPC)算法.首先,利用k近邻思想构造k近邻全局图和局部图,并在此基础上提出新的局部密度和相对路径距离,从而保证簇中心选取的正确性;然后,制定一种两级分配策略,对不同密度大小的数据点采用不同的分配策略,以避免出现连续的分配错误.在10个合成数据集和8个真实数据集上,将kNNG-DPC算法与6种优秀的聚类算法进行对比,实验结果表明,kNNG-DPC算法的聚类表现优于对比算法,能获得更好的聚类结果. 展开更多
关键词 聚类 密度峰值 k近邻图 相对路径距离 两级分配策略
原文传递
基于ABWO的并行DCNN优化算法 被引量:1
18
作者 毛伊敏 刘映兴 《计算机工程与设计》 北大核心 2025年第2期353-359,共7页
针对并行DCNN算法在大数据环境下存在特征差异性较小、模型性能不足、参数更新慢和集群并行效率低等问题,提出一种基于ABWO的并行DCNN优化算法PDCNN-ABWO。提出一种基于自适应密度峰值聚类的特征选择策略FS-ADPC划分原始特征,筛选差异... 针对并行DCNN算法在大数据环境下存在特征差异性较小、模型性能不足、参数更新慢和集群并行效率低等问题,提出一种基于ABWO的并行DCNN优化算法PDCNN-ABWO。提出一种基于自适应密度峰值聚类的特征选择策略FS-ADPC划分原始特征,筛选差异性较大的特征;设计一种ResNet-CBAMDW模型,提升模型性能;提出一种基于自适应黑寡妇优化算法的并行训练策略PT-ABWO优化初始参数,加快参数更新速度;提出一种基于大数据基准测试的动态负载均衡策略DLB-BDB,合理分配任务负载,提升集群并行效率。实验结果表明,该算法能够有效提升DCNN在大数据环境下的训练效率。 展开更多
关键词 大数据 并行深度卷积神经网络算法 密度峰值聚类 自适应黑寡妇优化算法 并行训练 基准测试 负载均衡
在线阅读 下载PDF
基于动态关系原型的持续关系抽取技术
19
作者 钟将 戴启祝 李雪 《电子学报》 北大核心 2025年第9期3287-3298,共12页
持续关系抽取(Continuous Relation Extraction,CRE)在理解和适应不断变化的数据环境中扮演着至关重要的角色.传统的CRE技术通常面临两大难题:一是关系模式的持续演变,二是遗忘之前学习的关系的风险.尽管存储和重放旧关系典型示例的做... 持续关系抽取(Continuous Relation Extraction,CRE)在理解和适应不断变化的数据环境中扮演着至关重要的角色.传统的CRE技术通常面临两大难题:一是关系模式的持续演变,二是遗忘之前学习的关系的风险.尽管存储和重放旧关系典型示例的做法在减少遗忘方面已被证明是有效的,但反复重放这些固定且有限的样本可能导致过拟合.为了解决这一问题,本文提出了一种基于动态原型的持续关系抽取方法.该方法结合了密度聚类和生成式大型语言模型,以应对上述挑战,本文将其命名为密度聚类和生成式大型语言建模(Continuous Relation Extraction with Density based Clustering and Generative Large Language Model,CRE-DCGLLM).具体而言,本文采用了密度聚类技术来提取记忆样本,缓解对先前任务的遗忘问题,并基于全量样本和记忆样本设计了动态关系原型.此外,本文通过生成式大语文模型为记忆样本生成伪样本用于重放训练,以解决因多次重放导致的模型过拟合问题.同时,本文还运用焦点知识蒸馏技术,以提升对变化中关系模式的适应性能.通过在FewRel数据集和TACRED数据集上进行的一系列实验,本文验证了该方法的有效性.实验结果显示,本文的方法在持续关系抽取的准确性和效率方面都取得了显著的提升,特别是在处理相似关系、防止知识遗忘以及克服过拟合等方面表现出了卓越的性能. 展开更多
关键词 持续关系抽取 聚类 大语言模型 密度峰值 动态原型
在线阅读 下载PDF
改进的密度峰值聚类算法在岩体结构面优势分组中的应用
20
作者 王述红 高晨翔 侯钦宽 《东北大学学报(自然科学版)》 北大核心 2025年第3期130-137,共8页
岩体稳定性评价依赖于合理的结构面分组,但传统方法存在易受边缘点与异常点影响的弊端.为此,提出一种改进的密度峰值聚类算法用于结构面优势分组.首先,将结构面产状转换为空间坐标,并以单位法向量夹角正弦值的平方作为相似性度量.随后,... 岩体稳定性评价依赖于合理的结构面分组,但传统方法存在易受边缘点与异常点影响的弊端.为此,提出一种改进的密度峰值聚类算法用于结构面优势分组.首先,将结构面产状转换为空间坐标,并以单位法向量夹角正弦值的平方作为相似性度量.随后,基于有效性评价指标构建目标函数,并利用乌鸦算法优化截断距离以获取最佳分组结果.通过模拟数据集验证了该算法能够有效减少人为干预,避免异常点干扰,确保聚类结果更加可靠和合理.结果表明,所提方法不仅与传统方法一致性良好,还具有更高的适用性,为工程中结构面优势分组提供了可靠的参考. 展开更多
关键词 密度峰值聚类 乌鸦算法 有效性评价指标 结构面 优势分组
在线阅读 下载PDF
上一页 1 2 28 下一页 到第
使用帮助 返回顶部