期刊文献+
共找到233篇文章
< 1 2 12 >
每页显示 20 50 100
Unsupervised Quick Reduct Algorithm Using Rough Set Theory 被引量:2
1
作者 C. Velayutham K. Thangavel 《Journal of Electronic Science and Technology》 CAS 2011年第3期193-201,共9页
Feature selection (FS) is a process to select features which are more informative. It is one of the important steps in knowledge discovery. The problem is that not all features are important. Some of the features ma... Feature selection (FS) is a process to select features which are more informative. It is one of the important steps in knowledge discovery. The problem is that not all features are important. Some of the features may be redundant, and others may be irrelevant and noisy. The conventional supervised FS methods evaluate various feature subsets using an evaluation function or metric to select only those features which are related to the decision classes of the data under consideration. However, for many data mining applications, decision class labels are often unknown or incomplete, thus indicating the significance of unsupervised feature selection. However, in unsupervised learning, decision class labels are not provided. In this paper, we propose a new unsupervised quick reduct (QR) algorithm using rough set theory. The quality of the reduced data is measured by the classification performance and it is evaluated using WEKA classifier tool. The method is compared with existing supervised methods and the result demonstrates the efficiency of the proposed algorithm. 展开更多
关键词 Index Terms--Data mining rough set supervised and unsupervised feature selection unsupervised quick reduct algorithm.
在线阅读 下载PDF
A NEW UNSUPERVISED CLASSIFICATION ALGORITHM FOR POLARIMETRIC SAR IMAGES BASED ON FUZZY SET THEORY 被引量:2
2
作者 Fu Yusheng Xie Yan Pi Yiming Hou Yinming 《Journal of Electronics(China)》 2006年第4期598-601,共4页
In this letter, a new method is proposed for unsupervised classification of terrain types and man-made objects using POLarimetric Synthetic Aperture Radar (POLSAR) data. This technique is a combi-nation of the usage o... In this letter, a new method is proposed for unsupervised classification of terrain types and man-made objects using POLarimetric Synthetic Aperture Radar (POLSAR) data. This technique is a combi-nation of the usage of polarimetric information of SAR images and the unsupervised classification method based on fuzzy set theory. Image quantization and image enhancement are used to preprocess the POLSAR data. Then the polarimetric information and Fuzzy C-Means (FCM) clustering algorithm are used to classify the preprocessed images. The advantages of this algorithm are the automated classification, its high classifica-tion accuracy, fast convergence and high stability. The effectiveness of this algorithm is demonstrated by ex-periments using SIR-C/X-SAR (Spaceborne Imaging Radar-C/X-band Synthetic Aperture Radar) data. 展开更多
关键词 Radar polarimetry Synthetic Aperture Radar (SAR) Fuzzy set theory unsupervised classification Image quantization Image enhancement Fuzzy C-Means (FCM) clustering algorithm Membership function
在线阅读 下载PDF
Genetic Algorithm Combined with the K-Means Algorithm:A Hybrid Technique for Unsupervised Feature Selection
3
作者 Hachemi Bennaceur Meznah Almutairy Norah Alhussain 《Intelligent Automation & Soft Computing》 SCIE 2023年第9期2687-2706,共20页
The dimensionality of data is increasing very rapidly,which creates challenges for most of the current mining and learning algorithms,such as large memory requirements and high computational costs.The literature inclu... The dimensionality of data is increasing very rapidly,which creates challenges for most of the current mining and learning algorithms,such as large memory requirements and high computational costs.The literature includes much research on feature selection for supervised learning.However,feature selection for unsupervised learning has only recently been studied.Finding the subset of features in unsupervised learning that enhances the performance is challenging since the clusters are indeterminate.This work proposes a hybrid technique for unsupervised feature selection called GAk-MEANS,which combines the genetic algorithm(GA)approach with the classical k-Means algorithm.In the proposed algorithm,a new fitness func-tion is designed in addition to new smart crossover and mutation operators.The effectiveness of this algorithm is demonstrated on various datasets.Fur-thermore,the performance of GAk-MEANS has been compared with other genetic algorithms,such as the genetic algorithm using the Sammon Error Function and the genetic algorithm using the Sum of Squared Error Function.Additionally,the performance of GAk-MEANS is compared with the state-of-the-art statistical unsupervised feature selection techniques.Experimental results show that GAk-MEANS consistently selects subsets of features that result in better classification accuracy compared to others.In particular,GAk-MEANS is able to significantly reduce the size of the subset of selected features by an average of 86.35%(72%–96.14%),which leads to an increase of the accuracy by an average of 3.78%(1.05%–6.32%)compared to using all features.When compared with the genetic algorithm using the Sammon Error Function,GAk-MEANS is able to reduce the size of the subset of selected features by 41.29%on average,improve the accuracy by 5.37%,and reduce the time by 70.71%.When compared with the genetic algorithm using the Sum of Squared Error Function,GAk-MEANS on average is able to reduce the size of the subset of selected features by 15.91%,and improve the accuracy by 9.81%,but the time is increased by a factor of 3.When compared with the machine-learning based methods,we observed that GAk-MEANS is able to increase the accuracy by 13.67%on average with an 88.76%average increase in time. 展开更多
关键词 Genetic algorithm unsupervised feature selection k-Means clustering
在线阅读 下载PDF
An Approach to Unsupervised Character Classification Based on Similarity Measure in Fuzzy Model
4
作者 卢达 钱忆平 +1 位作者 谢铭培 浦炜 《Journal of Southeast University(English Edition)》 EI CAS 2002年第4期370-376,共7页
This paper presents a fuzzy logic approach to efficiently perform unsupervised character classification for improvement in robustness, correctness and speed of a character recognition system. The characters are first ... This paper presents a fuzzy logic approach to efficiently perform unsupervised character classification for improvement in robustness, correctness and speed of a character recognition system. The characters are first split into eight typographical categories. The classification scheme uses pattern matching to classify the characters in each category into a set of fuzzy prototypes based on a nonlinear weighted similarity function. The fuzzy unsupervised character classification, which is natural in the repre... 展开更多
关键词 fuzzy model weighted fuzzy similarity measure unsupervised character classification matching algorithm classification hierarchy
在线阅读 下载PDF
News Text Topic Clustering Optimized Method Based on TF-IDF Algorithm on Spark 被引量:20
5
作者 Zhuo Zhou Jiaohua Qin +3 位作者 Xuyu Xiang Yun Tan Qiang Liu Neal N.Xiong 《Computers, Materials & Continua》 SCIE EI 2020年第1期217-231,共15页
Due to the slow processing speed of text topic clustering in stand-alone architecture under the background of big data,this paper takes news text as the research object and proposes LDA text topic clustering algorithm... Due to the slow processing speed of text topic clustering in stand-alone architecture under the background of big data,this paper takes news text as the research object and proposes LDA text topic clustering algorithm based on Spark big data platform.Since the TF-IDF(term frequency-inverse document frequency)algorithm under Spark is irreversible to word mapping,the mapped words indexes cannot be traced back to the original words.In this paper,an optimized method is proposed that TF-IDF under Spark to ensure the text words can be restored.Firstly,the text feature is extracted by the TF-IDF algorithm combined CountVectorizer proposed in this paper,and then the features are inputted to the LDA(Latent Dirichlet Allocation)topic model for training.Finally,the text topic clustering is obtained.Experimental results show that for large data samples,the processing speed of LDA topic model clustering has been improved based Spark.At the same time,compared with the LDA topic model based on word frequency input,the model proposed in this paper has a reduction of perplexity. 展开更多
关键词 News text topic clustering spark platform countvectorizer algorithm tf-idf algorithm latent dirichlet allocation model
在线阅读 下载PDF
An unsupervised clustering method for nuclear magnetic resonance transverse relaxation spectrums based on the Gaussian mixture model and its application 被引量:3
6
作者 GE Xinmin XUE Zong’an +6 位作者 ZHOU Jun HU Falong LI Jiangtao ZHANG Hengrong WANG Shuolong NIU Shenyuan ZHAO Ji’er 《Petroleum Exploration and Development》 CSCD 2022年第2期339-348,共10页
To make the quantitative results of nuclear magnetic resonance(NMR) transverse relaxation(T;) spectrums reflect the type and pore structure of reservoir more directly, an unsupervised clustering method was developed t... To make the quantitative results of nuclear magnetic resonance(NMR) transverse relaxation(T;) spectrums reflect the type and pore structure of reservoir more directly, an unsupervised clustering method was developed to obtain the quantitative pore structure information from the NMR T;spectrums based on the Gaussian mixture model(GMM). Firstly, We conducted the principal component analysis on T;spectrums in order to reduce the dimension data and the dependence of the original variables. Secondly, the dimension-reduced data was fitted using the GMM probability density function, and the model parameters and optimal clustering numbers were obtained according to the expectation-maximization algorithm and the change of the Akaike information criterion. Finally, the T;spectrum features and pore structure types of different clustering groups were analyzed and compared with T;geometric mean and T;arithmetic mean. The effectiveness of the algorithm has been verified by numerical simulation and field NMR logging data. The research shows that the clustering results based on GMM method have good correlations with the shape and distribution of the T;spectrum, pore structure, and petroleum productivity, providing a new means for quantitative identification of pore structure, reservoir grading, and oil and gas productivity evaluation. 展开更多
关键词 NMR T2 spectrum Gaussian mixture model expectation-maximization algorithm Akaike information criterion unsupervised clustering method quantitative pore structure evaluation
在线阅读 下载PDF
An unsupervised classification method of flight states for hypersonic targets based on hyperspectral features 被引量:1
7
作者 Shurong YUAN Lei SHI +3 位作者 Yutong ZHAI Bo YAO Fangyan LI Yuefan DU 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2023年第5期434-446,共13页
In response to the challenges of aerospace defense caused by the rapid development of hypersonic targets in recent years,the research on the unsupervised classification of flight states for hypersonic targets is carri... In response to the challenges of aerospace defense caused by the rapid development of hypersonic targets in recent years,the research on the unsupervised classification of flight states for hypersonic targets is carried out in this paper,which is based on the Hyperspectral Features(HFs)of hypersonic targets covered with plasma sheath during high-speed flight.First,a new concept of the super node is defined to improve classification accuracy by alleviating the intraclass variability of HFs.Then,the frequency domain information of the curve of HFs is utilized to reduce the feature redundancy according to the prior theoretical knowledge that the fluctuation characteristics of HFs of the same flight states are similar.Finally,an unsupervised classification method based on the Density Peak Clustering(DPC)for HFs is designed to class flight states after eliminating the impact of intraclass variability and feature dimension redundancy.The proposal is compared with the traditional classification algorithms on simulated hyperspectral data sets of typical flight states of the hypersonic vehicle and an actual-observation hyperspectral data set.The results indicate that the performance of our proposal has competitive advantages in terms of Overall Accuracy(OA),Average Accuracy(AA)and Kappa coefficient. 展开更多
关键词 CLASSIFICATION Clustering algorithms Hypersonic vehicles HYPERSPECTRAL unsupervised
原文传递
Unsupervised Anomaly Detection via DBSCAN for KPIs Jitters in Network Managements 被引量:1
8
作者 Haiwen Chen Guang Yu +5 位作者 Fang Liu Zhiping Cai Anfeng Liu Shuhui Chen Hongbin Huang Chak Fong Cheang 《Computers, Materials & Continua》 SCIE EI 2020年第2期917-927,共11页
For many Internet companies,a huge amount of KPIs(e.g.,server CPU usage,network usage,business monitoring data)will be generated every day.How to closely monitor various KPIs,and then quickly and accurately detect ano... For many Internet companies,a huge amount of KPIs(e.g.,server CPU usage,network usage,business monitoring data)will be generated every day.How to closely monitor various KPIs,and then quickly and accurately detect anomalies in such huge data for troubleshooting and recovering business is a great challenge,especially for unlabeled data.The generated KPIs can be detected by supervised learning with labeled data,but the current problem is that most KPIs are unlabeled.That is a time-consuming and laborious work to label anomaly for company engineers.Build an unsupervised model to detect unlabeled data is an urgent need at present.In this paper,unsupervised learning DBSCAN combined with feature extraction of data has been used,and for some KPIs,its best F-Score can reach about 0.9,which is quite good for solving the current problem. 展开更多
关键词 Anomaly detection KPIs unsupervised learning algorithm
在线阅读 下载PDF
Using Optimized Distributional Parameters as Inputs in a Sequential Unsupervised and Supervised Modeling of Sunspots Data
9
作者 K. Mwitondi J. Bugrien K. Wang 《Journal of Software Engineering and Applications》 2013年第7期34-41,共8页
Detecting naturally arising structures in data is central to knowledge extraction from data. In most applications, the main challenge is in the choice of the appropriate model for exploring the data features. The choi... Detecting naturally arising structures in data is central to knowledge extraction from data. In most applications, the main challenge is in the choice of the appropriate model for exploring the data features. The choice is generally poorly understood and any tentative choice may be too restrictive. Growing volumes of data, disparate data sources and modelling techniques entail the need for model optimization via adaptability rather than comparability. We propose a novel two-stage algorithm to modelling continuous data consisting of an unsupervised stage whereby the algorithm searches through the data for optimal parameter values and a supervised stage that adapts the parameters for predictive modelling. The method is implemented on the sunspots data with inherently Gaussian distributional properties and assumed bi-modality. Optimal values separating high from lows cycles are obtained via multiple simulations. Early patterns for each recorded cycle reveal that the first 3 years provide a sufficient basis for predicting the peak. Multiple Support Vector Machine runs using repeatedly improved data parameters show that the approach yields greater accuracy and reliability than conventional approaches and provides a good basis for model selection. Model reliability is established via multiple simulations of this type. 展开更多
关键词 Clustering DATA Mining Density Estimation EM algorithm SUNSPOTS Supervised MODELLING Support Vector Machines unsupervised MODELLING
暂未订购
基于无监督文本特征的隐含主题自动抽取方法
10
作者 包永红 《现代电子技术》 北大核心 2026年第4期42-46,共5页
文本数据中蕴含着丰富的信息,但这些信息往往以隐含的方式存在,不易被直接观察或理解。目前传统的监督学习方法需要大量的人工标注数据来训练模型,易受标注者的主观性影响,为解决该问题,提出一种基于无监督文本特征的隐含主题自动抽取... 文本数据中蕴含着丰富的信息,但这些信息往往以隐含的方式存在,不易被直接观察或理解。目前传统的监督学习方法需要大量的人工标注数据来训练模型,易受标注者的主观性影响,为解决该问题,提出一种基于无监督文本特征的隐含主题自动抽取方法。利用双向最大匹配法对文本进行分词后,去除其中的停用词,完成文本预处理工作;采用无监督TF-IDF算法提取预处理后文本的特征,再将文本数据转换为数值型特征向量,构建词特征向量集;引入LDA模型自动抽取隐含主题,即构建词特征向量中词汇对应隐含主题的概率分布模型,并利用Gibbs快速抽样法获取模型超参数,得到隐含主题概率分布,进而依据该分布结果实现文本隐含主题的自动抽取。实验结果表明,所提方法在应用过程中的F1值高于0.93,困惑度低于0.6,能够精准地抽取文本中的隐含主题。 展开更多
关键词 隐含主题 自动抽取 文本特征 无监督tf-idf算法 LDA模型 Gibbs快速抽样法
在线阅读 下载PDF
基于对称性先验的船舶点云补全方法
11
作者 曾银川 郑博 +1 位作者 王宪保 项圣 《应用科学学报》 北大核心 2026年第1期166-180,共15页
受制于单视角扫描的固有局限性和船体复杂结构的空间遮挡效应,现有采集系统普遍面临背侧点云大范围缺损的技术瓶颈。针对这一挑战,本文提出了一种基于对称性先验的船舶点云补全方法。该方法无需标注数据,利用船舶对称结构特性作为先验驱... 受制于单视角扫描的固有局限性和船体复杂结构的空间遮挡效应,现有采集系统普遍面临背侧点云大范围缺损的技术瓶颈。针对这一挑战,本文提出了一种基于对称性先验的船舶点云补全方法。该方法无需标注数据,利用船舶对称结构特性作为先验驱动,实现船舶背侧点云的有效补全。首先,基于船舶几何拓扑分析建立多类型船舶的船体纵剖面特征提取模型;其次,提出对称变换场生成算法,将缺损点云沿船体纵剖面进行镜像补全,构建候选补全点云集合;再次,设计候选点云与原始点云间的平均最近邻质量评估函数,实现最优补全结果的鲁棒性筛选。实验结果表明,该方法在无任何训练样本条件下,能够对尖头船、平头船等典型船型的背侧点云进行有效补全,且满足实时采集场景的需求。 展开更多
关键词 对称驱动补全 点云降噪 无监督算法 特征提取
在线阅读 下载PDF
城市供水系统伪标签验证的异常检测算法评估研究
12
作者 王俊清 《智能城市》 2026年第1期140-147,共8页
文章聚焦城市供水系统异常检测中真实标签缺失与多尺度数据适配的核心难题,基于伪标签互验原则,系统评估了孤立森林(IF)、基于直方图的异常检测(HBOS)、基于Copula的离群点监测(COPOD)和局部异常因子(LOF)四类无监督算法在三类水务数据... 文章聚焦城市供水系统异常检测中真实标签缺失与多尺度数据适配的核心难题,基于伪标签互验原则,系统评估了孤立森林(IF)、基于直方图的异常检测(HBOS)、基于Copula的离群点监测(COPOD)和局部异常因子(LOF)四类无监督算法在三类水务数据上的性能。通过多异常比例交叉验证得出结论:对于用户月度用水量数据,未知异常比例时优先选择稳定性强的IF算法,低比例异常选择HBOS算法,高比例异常则选择COPOD算法;对于独立用户水表小时级数据,低比例异常时COPOD算法最优,高异常比例时LOF与IF算法表现显著占优;对于高频间隔采集的调度中心出厂水量数据,LOF与IF算法协同性最高,为最优选。研究验证了伪标签策略在标签缺失场景的有效性,同时为水务企业异常检测提供了算法选择参考。 展开更多
关键词 城市供水系统 异常检测 无监督学习 伪标签 算法比较
在线阅读 下载PDF
Integration of Learning Algorithm on Fuzzy Min-Max Neural Networks
13
作者 胡静 罗宜元 《Journal of Shanghai Jiaotong university(Science)》 EI 2017年第6期733-741,共9页
An integrated fuzzy min-max neural network(IFMMNN) is developed to avoid the classification result influenced by the input sequence of training samples, and the learning algorithm can be used as pure clustering,pure c... An integrated fuzzy min-max neural network(IFMMNN) is developed to avoid the classification result influenced by the input sequence of training samples, and the learning algorithm can be used as pure clustering,pure classification, or a hybrid clustering classification. Three experiments are designed to realize the aim. The serial input of samples is changed to parallel input, and the fuzzy membership function is substituted by similarity matrix. The experimental results show its superiority in contrast with the original method proposed by Simpson. 展开更多
关键词 fuzzy min-max neural network(FMMNN) supervised and unsupervised learning clustering and classification learning algorithm SIMILARITY
原文传递
P-ROCK: A Sustainable Clustering Algorithm for Large Categorical Datasets
14
作者 Ayman Altameem Ramesh Chandra Poonia +2 位作者 Ankit Kumar Linesh Raja Abdul Khader Jilani Saudagar 《Intelligent Automation & Soft Computing》 SCIE 2023年第1期553-566,共14页
Data clustering is crucial when it comes to data processing and analytics.The new clustering method overcomes the challenge of evaluating and extracting data from big data.Numerical or categorical data can be grouped.... Data clustering is crucial when it comes to data processing and analytics.The new clustering method overcomes the challenge of evaluating and extracting data from big data.Numerical or categorical data can be grouped.Existing clustering methods favor numerical data clustering and ignore categorical data clustering.Until recently,the only way to cluster categorical data was to convert it to a numeric representation and then cluster it using current numeric clustering methods.However,these algorithms could not use the concept of categorical data for clustering.Following that,suggestions for expanding traditional categorical data processing methods were made.In addition to expansions,several new clustering methods and extensions have been proposed in recent years.ROCK is an adaptable and straightforward algorithm for calculating the similarity between data sets to cluster them.This paper aims to modify the algo-rithm by creating a parameterized version that takes specific algorithm parameters as input and outputs satisfactory cluster structures.The parameterized ROCK algorithm is the name given to the modified algorithm(P-ROCK).The proposed modification makes the original algorithm moreflexible by using user-defined parameters.A detailed hypothesis was developed later validated with experimental results on real-world datasets using our proposed P-ROCK algorithm.A comparison with the original ROCK algorithm is also provided.Experiment results show that the proposed algorithm is on par with the original ROCK algorithm with an accuracy of 97.9%.The proposed P-ROCK algorithm has improved the runtime and is moreflexible and scalable. 展开更多
关键词 ROCK K-means algorithm clustering approaches unsupervised learning K-histogram
在线阅读 下载PDF
A Comparative Study of Image Classification Algorithms for Landscape Assessment of the Niger Delta Region
15
作者 Omoleomo Olutoyin Omo-Irabor 《Journal of Geographic Information System》 2016年第2期163-170,共8页
A critical problem associated with the southern part of Nigeria is the rapid alteration of the landscape as a result of logging, agricultural practices, human migration and expansion, oil exploration, exploitation and... A critical problem associated with the southern part of Nigeria is the rapid alteration of the landscape as a result of logging, agricultural practices, human migration and expansion, oil exploration, exploitation and production activities. These processes have had both positive and negative effects on the economic and socio-political development of the country in general. The negative impacts have led not only to the degradation of the ecosystem but also posing hazards to human health and polluting surface and ground water resources. This has created the need for the development of a rapid, cost effective and efficient land use/land cover (LULC) classification technique to monitor the biophysical dynamics in the region. Due to the complex land cover patterns existing in the study area and the occasionally indistinguishable relationship between land cover and spectral signals, this paper introduces a combined use of unsupervised and supervised image classification for detecting land use/land cover (LULC) classes. With the continuous conflict over the impact of oil activities in the area, this work provides a procedure for detecting LULC change, which is an important factor to consider in the design of an environmental decision-making framework. Results from the use of this technique on Landsat TM and ETM+ of 1987 and 2002 are discussed. The results reveal the pros and cons of the two methods and the effects of their overall accuracy on post-classification change detection. 展开更多
关键词 Land Cover Supervised and unsupervised Classification algorithms Landsat Images Change Detection Niger Delta
在线阅读 下载PDF
基于改进PatchCore的内存散热片表面缺陷检测算法
16
作者 李冰 干根政 +2 位作者 刘松言 张鑫磊 翟永杰 《电子测量技术》 北大核心 2025年第23期163-171,共9页
工业产品表面缺陷检测作为智能制造质量控制的核心环节,其检测精度与实时性高低对工业生产至关重要。针对现有无监督异常检测方法在复杂工业场景下面临的局部特征敏感性不足、计算冗余度高等关键问题,提出一种基于PatchCore的改进型多... 工业产品表面缺陷检测作为智能制造质量控制的核心环节,其检测精度与实时性高低对工业生产至关重要。针对现有无监督异常检测方法在复杂工业场景下面临的局部特征敏感性不足、计算冗余度高等关键问题,提出一种基于PatchCore的改进型多尺度特征融合检测算法。首先,通过引入自注意力机制的多尺度特征融合处理方式,对layer3特征图进行自注意力机制与平均池化的融合处理,增强算法对局部与全局异常特征的捕捉能力;提出通道聚合降维方法,将原始特征随机划分为若干连续子组,并对每组特征进行聚合操作生成低维特征,达到减少计算冗余的同时保留部分原始特征局部信息;构建迁移学习模型,增强算法在异常检测任务中的泛化能力,提高实际工业项目的检测精度。通过对内存散热片图像进行缺陷检测实验,结果表明,改进算法相较原算法AUROC提升2.28%,F1Score提升4.89%,能够满足工业场景下高效率高精度的需求。 展开更多
关键词 异常检测 无监督算法 PatchCore算法 通道聚合降维
原文传递
基于有监督与无监督算法的卡钻智能诊断分析 被引量:1
17
作者 宋先知 王易玮 +2 位作者 杨彦龙 刘慕臣 祝兆鹏 《新疆石油天然气》 2025年第2期24-34,共11页
在钻井工程中,卡钻作为常见的井下复杂工况之一严重影响钻井效率,卡钻监测对保障钻井作业的安全与效率至关重要。近年来,人工智能技术的快速发展为卡钻监测提供了新的思路,而现有的卡钻智能监测研究多聚焦单一无监督或有监督算法的优化... 在钻井工程中,卡钻作为常见的井下复杂工况之一严重影响钻井效率,卡钻监测对保障钻井作业的安全与效率至关重要。近年来,人工智能技术的快速发展为卡钻监测提供了新的思路,而现有的卡钻智能监测研究多聚焦单一无监督或有监督算法的优化与应用,针对两类算法在卡钻监测场景中的系统性对比研究仍存空白。通过距离相关系数筛选钻头位置、大钩高度、转盘扭矩等多维度钻井参数为研究对象,构建包含经典无监督算法模型(自编码器、K均值聚类、DBSCAN聚类)和有监督算法模型(支持向量机、随机森林、长短期记忆网络)的对比评估体系,对两类算法的卡钻趋势判断能力开展性能分析。结果表明,与有监督算法模型相比,无监督算法模型的卡钻监测平均准确率提高12.5%、平均虚警率降低37.1%、平均漏警率降低27.6%,无监督算法模型在小样本及无机理约束情况下更有优势。研究结果可为钻井工程卡钻智能监测的模型选型与优化提供参考,推动无监督算法模型在卡钻风险监测中的实际应用。 展开更多
关键词 卡钻监测 机器学习 无监督算法模型 有监督算法模型 钻井
在线阅读 下载PDF
基于邻域自适应无监督多视图深度估计
18
作者 魏东 孙赫 +1 位作者 张静恬 白宜凡 《现代电子技术》 北大核心 2025年第21期165-171,共7页
为了提升弱纹理区域无监督多视图深度估计性能,文中提出一种基于邻域自适应无监督多视图深度估计算法。算法采用双分支结构,深度估计分支首先采用邻域自适应深度分布方法改善弱纹理区域深度分布;其次采用深度变化概率引导的深度假设范... 为了提升弱纹理区域无监督多视图深度估计性能,文中提出一种基于邻域自适应无监督多视图深度估计算法。算法采用双分支结构,深度估计分支首先采用邻域自适应深度分布方法改善弱纹理区域深度分布;其次采用深度变化概率引导的深度假设范围细化后续阶段深度估计。为了提高对场景边缘的识别,采用基于标准差的深度平滑约束。神经渲染分支用于提高深度估计能力,为了增强与深度估计分支间的几何一致性,采用融合图像颜色与深度信息的采样方法。由实验结果可知,该算法在DTU数据集测试完整度误差和整体精度误差优于其他无监督算法,且完整度误差比DS⁃MVSNet减小16.71%。可视化结果表明,针对弱纹理区域深度估计性能提升明显。在Tanks and Temples数据集上进行泛化性验证,整体性能(Mean)为56.22,证明了所提算法的有效性。 展开更多
关键词 深度估计 邻域自适应 深度假设范围 无监督算法 深度平滑约束 弱纹理
在线阅读 下载PDF
无监督机器学习驱动的飞机备件分类方法
19
作者 朱臣 何定养 崔崇立 《信息工程大学学报》 2025年第6期706-714,共9页
为挖掘飞机备件保障规律,提出一种无监督机器学习驱动的飞机备件分类方法。通过最大信息系数检测飞机备件保障数据各维度相关性,采用基于高斯核函数的核主成分分析(KPCA)预处理相关性低的飞机备件保障数据,应用牛顿-拉夫逊优化算法(NRBO... 为挖掘飞机备件保障规律,提出一种无监督机器学习驱动的飞机备件分类方法。通过最大信息系数检测飞机备件保障数据各维度相关性,采用基于高斯核函数的核主成分分析(KPCA)预处理相关性低的飞机备件保障数据,应用牛顿-拉夫逊优化算法(NRBO)和动态模糊参数寻找飞机备件模糊C均值(FCM)聚类质心最佳位置,自适应迭代生成飞机备件分类最优结果。实验结果表明,在相同飞机备件保障主成分数据条件下,相较于传统模糊C均值聚类、遗传算法优化模糊C均值聚类、粒子群优化模糊C均值聚类3种方法,该方法拥有更优越的快速探寻收敛性能和跳出局部最优解能力,可实现更佳效果的飞机备件分类,为飞机备件采购、库存、修理等保障决策提供科学依据。 展开更多
关键词 无监督机器学习 飞机备件分类 核主成分分析 牛顿-拉夫逊优化算法 模糊C均值聚类
在线阅读 下载PDF
基于高斯混合自编码器的车用空压机异响诊断方法
20
作者 刘志恩 陈磊 陈弯 《武汉理工大学学报》 2025年第7期79-85,共7页
为实现汽车空压机异响的快速诊断,文章对空压机异响机理进行全面分析,针对两大异响特征拍频声和静盘异常声进行详细阐述,并描述了可能发生的异响类型;考虑到空压机运转音频较少的现状,通过在半消声室搭建空压机运转台架,使用数据采集系... 为实现汽车空压机异响的快速诊断,文章对空压机异响机理进行全面分析,针对两大异响特征拍频声和静盘异常声进行详细阐述,并描述了可能发生的异响类型;考虑到空压机运转音频较少的现状,通过在半消声室搭建空压机运转台架,使用数据采集系统进行了音频信号采集,并基于已有的MIMII和IDMT数据集进行筛选对数据量进行扩充。在自编码器模型的基础上根据输入数据的维度特征,通过卷积、正则化以及改变卷积核数量对原有模型进行调整,并结合高斯混合算法,形成高斯混合自编码器模型,使用收集的空压机音频数据集进行训练,其检验的准确性均优于其他基线模型,异响检测的准确率达到93%,检验结果可靠。 展开更多
关键词 汽车NVH 无监督学习 自编码器 高斯混合算法 异响检测
原文传递
上一页 1 2 12 下一页 到第
使用帮助 返回顶部