期刊文献+
共找到70篇文章
< 1 2 4 >
每页显示 20 50 100
Enhancing multiclass brain tumor classification through automated segmentation-guided deep learning
1
作者 Pattaramon Vuttipittayamongkol Phakorn Charoenthiphakorn +2 位作者 Yarida Fuangfoo Pornnapha Na Phirot Thanawat Sanosiang 《Medical Data Mining》 2026年第2期15-33,共19页
Background:Accurate classification of brain tumors from Magnetic Resonance Imaging(MRI)is essential for clinical decision-making but remains challenging due to tumor heterogeneity.Existing approaches often focus solel... Background:Accurate classification of brain tumors from Magnetic Resonance Imaging(MRI)is essential for clinical decision-making but remains challenging due to tumor heterogeneity.Existing approaches often focus solely on classification or treat segmentation and classification as separate tasks,limiting overall performance and interpretability.Methods:This study proposes an end-to-end automated framework that integrates optimized tumor localization with multiclass classification.An optimized segmentation model is first employed to generate tumor masks,which are then overlaid on MRI scans to produce attention-enhanced inputs.These inputs are subsequently used to train a convolutional neural network(CNN)classifier.Experiments were conducted on a public dataset comprising 4,237 MRI scans across four categories:normal,glioma,meningioma,and pituitary tumors.Results:Three widely used segmentation models were systematically evaluated,with an optimized U-Net achieving the best performance(accuracy=0.9939,Dice=0.8893).Segmentation-guided classification consistently improved performance across six CNN architectures,with the most notable gains observed in heterogeneous tumor types such as glioma and meningioma.Among the classifiers,EfficientNet-V2 achieved the highest performance,with an accuracy of 0.9835,precision of 0.9858,recall of 0.9804,and F1-score of 0.9828.The framework was further validated on an independent external dataset,demonstrating consistent performance and robustness across diverse MRI sources.Conclusion:The proposed framework demonstrates strong potential for multiclass brain tumor classification by effectively combining segmentation and classification.This segmentation-driven approach not only enhances predictive accuracy but also improves interpretability,making it more suitable for clinical applications. 展开更多
关键词 brain tumor classification MRI segmentation segmentation-guided CNN multiclass classification tumor localization medical imaging
在线阅读 下载PDF
Swarm-based Cost-sensitive Decision Tree Using Optimized Rules for Imbalanced Data Classification
2
作者 Mehdi Mansouri Mohammad H.Nadimi-Shahraki Zahra Beheshti 《Journal of Bionic Engineering》 2025年第3期1434-1458,共25页
Despite the widespread use of Decision trees (DT) across various applications, their performance tends to suffer when dealing with imbalanced datasets, where the distribution of certain classes significantly outweighs... Despite the widespread use of Decision trees (DT) across various applications, their performance tends to suffer when dealing with imbalanced datasets, where the distribution of certain classes significantly outweighs others. Cost-sensitive learning is a strategy to solve this problem, and several cost-sensitive DT algorithms have been proposed to date. However, existing algorithms, which are heuristic, tried to greedily select either a better splitting point or feature node, leading to local optima for tree nodes and ignoring the cost of the whole tree. In addition, determination of the costs is difficult and often requires domain expertise. This study proposes a DT for imbalanced data, called Swarm-based Cost-sensitive DT (SCDT), using the cost-sensitive learning strategy and an enhanced swarm-based algorithm. The DT is encoded using a hybrid individual representation. A hybrid artificial bee colony approach is designed to optimize rules, considering specified costs in an F-Measure-based fitness function. Experimental results using datasets compared with state-of-the-art DT algorithms show that the SCDT method achieved the highest performance on most datasets. Moreover, SCDT also excels in other critical performance metrics, such as recall, precision, F1-score, and AUC, with notable results with average values of 83%, 87.3%, 85%, and 80.7%, respectively. 展开更多
关键词 Decision tree cost-sensitive learning Artificial bee colony Swarm-based Imbalanced classification
在线阅读 下载PDF
HCL Net: Deep Learning for Accurate Classification of Honeycombing Lung and Ground Glass Opacity in CT Images
3
作者 Hairul Aysa Abdul Halim Sithiq Liyana Shuib +1 位作者 Muneer Ahmad Chermaine Deepa Antony 《Computers, Materials & Continua》 2026年第1期999-1023,共25页
Honeycombing Lung(HCL)is a chronic lung condition marked by advanced fibrosis,resulting in enlarged air spaces with thick fibrotic walls,which are visible on Computed Tomography(CT)scans.Differentiating between normal... Honeycombing Lung(HCL)is a chronic lung condition marked by advanced fibrosis,resulting in enlarged air spaces with thick fibrotic walls,which are visible on Computed Tomography(CT)scans.Differentiating between normal lung tissue,honeycombing lungs,and Ground Glass Opacity(GGO)in CT images is often challenging for radiologists and may lead to misinterpretations.Although earlier studies have proposed models to detect and classify HCL,many faced limitations such as high computational demands,lower accuracy,and difficulty distinguishing between HCL and GGO.CT images are highly effective for lung classification due to their high resolution,3D visualization,and sensitivity to tissue density variations.This study introduces Honeycombing Lungs Network(HCL Net),a novel classification algorithm inspired by ResNet50V2 and enhanced to overcome the shortcomings of previous approaches.HCL Net incorporates additional residual blocks,refined preprocessing techniques,and selective parameter tuning to improve classification performance.The dataset,sourced from the University Malaya Medical Centre(UMMC)and verified by expert radiologists,consists of CT images of normal,honeycombing,and GGO lungs.Experimental evaluations across five assessments demonstrated that HCL Net achieved an outstanding classification accuracy of approximately 99.97%.It also recorded strong performance in other metrics,achieving 93%precision,100%sensitivity,89%specificity,and an AUC-ROC score of 97%.Comparative analysis with baseline feature engineering methods confirmed the superior efficacy of HCL Net.The model significantly reduces misclassification,particularly between honeycombing and GGO lungs,enhancing diagnostic precision and reliability in lung image analysis. 展开更多
关键词 Deep learning honeycombing lung ground glass opacity Resnet50v2 multiclass classification
在线阅读 下载PDF
Cost-Sensitive Dual-Stream Residual Networks for Imbalanced Classification
4
作者 Congcong Ma Jiaqi Mi +1 位作者 Wanlin Gao Sha Tao 《Computers, Materials & Continua》 SCIE EI 2024年第9期4243-4261,共19页
Imbalanced data classification is the task of classifying datasets where there is a significant disparity in the number of samples between different classes.This task is prevalent in practical scenarios such as indust... Imbalanced data classification is the task of classifying datasets where there is a significant disparity in the number of samples between different classes.This task is prevalent in practical scenarios such as industrial fault diagnosis,network intrusion detection,cancer detection,etc.In imbalanced classification tasks,the focus is typically on achieving high recognition accuracy for the minority class.However,due to the challenges presented by imbalanced multi-class datasets,such as the scarcity of samples in minority classes and complex inter-class relationships with overlapping boundaries,existing methods often do not perform well in multi-class imbalanced data classification tasks,particularly in terms of recognizing minority classes with high accuracy.Therefore,this paper proposes a multi-class imbalanced data classification method called CSDSResNet,which is based on a cost-sensitive dualstream residual network.Firstly,to address the issue of limited samples in the minority class within imbalanced datasets,a dual-stream residual network backbone structure is designed to enhance the model’s feature extraction capability.Next,considering the complexities arising fromimbalanced inter-class sample quantities and imbalanced inter-class overlapping boundaries in multi-class imbalanced datasets,a unique cost-sensitive loss function is devised.This loss function places more emphasis on the minority class and the challenging classes with high interclass similarity,thereby improving the model’s classification ability.Finally,the effectiveness and generalization of the proposed method,CSDSResNet,are evaluated on two datasets:‘DryBeans’and‘Electric Motor Defects’.The experimental results demonstrate that CSDSResNet achieves the best performance on imbalanced datasets,with macro_F1-score values improving by 2.9%and 1.9%on the two datasets compared to current state-of-the-art classification methods,respectively.Furthermore,it achieves the highest precision in single-class recognition tasks for the minority class. 展开更多
关键词 Deep learning imbalanced data classification fault diagnosis cost-sensitivity
在线阅读 下载PDF
Model-Free Feature Screening Based on Gini Impurity for Ultrahigh-Dimensional Multiclass Classification
5
作者 Zhongzheng Wang Guangming Deng 《Open Journal of Statistics》 2022年第5期711-732,共22页
It is quite common that both categorical and continuous covariates appear in the data. But, most feature screening methods for ultrahigh-dimensional classification assume the covariates are continuous. And applicable ... It is quite common that both categorical and continuous covariates appear in the data. But, most feature screening methods for ultrahigh-dimensional classification assume the covariates are continuous. And applicable feature screening method is very limited;to handle this non-trivial situation, we propose a model-free feature screening for ultrahigh-dimensional multi-classification with both categorical and continuous covariates. The proposed feature screening method will be based on Gini impurity to evaluate the prediction power of covariates. Under certain regularity conditions, it is proved that the proposed screening procedure possesses the sure screening property and ranking consistency properties. We demonstrate the finite sample performance of the proposed procedure by simulation studies and illustrate using real data analysis. 展开更多
关键词 Ultrahigh-Dimensional Feature Screening MODEL-FREE Gini Impurity multiclass classification
在线阅读 下载PDF
Model-Free Feature Screening via Maximal Information Coefficient (MIC) for Ultrahigh-Dimensional Multiclass Classification
6
作者 Tingting Chen Guangming Deng 《Open Journal of Statistics》 2023年第6期917-940,共24页
It is common for datasets to contain both categorical and continuous variables. However, many feature screening methods designed for high-dimensional classification assume that the variables are continuous. This limit... It is common for datasets to contain both categorical and continuous variables. However, many feature screening methods designed for high-dimensional classification assume that the variables are continuous. This limits the applicability of existing methods in handling this complex scenario. To address this issue, we propose a model-free feature screening approach for ultra-high-dimensional multi-classification that can handle both categorical and continuous variables. Our proposed feature screening method utilizes the Maximal Information Coefficient to assess the predictive power of the variables. By satisfying certain regularity conditions, we have proven that our screening procedure possesses the sure screening property and ranking consistency properties. To validate the effectiveness of our approach, we conduct simulation studies and provide real data analysis examples to demonstrate its performance in finite samples. In summary, our proposed method offers a solution for effectively screening features in ultra-high-dimensional datasets with a mixture of categorical and continuous covariates. 展开更多
关键词 Ultrahigh-Dimensional Feature Screening MODEL-FREE Maximal Information Coefficient (MIC) multiclass classification
在线阅读 下载PDF
Reliable Rock Mass Classification for Tunneling:Hole-Level MWD Data Modeling with Cost-Sensitive Bagging
7
作者 Yue-ming Yuan Jin-rui Duan +4 位作者 Zhao Han Yi-guo Xue Zhi-ping Sun Fan-meng Kong Chuan-gui Li 《Applied Geophysics》 2026年第1期86-98,428,共14页
Accurate identification of surrounding rock quality is critical for safe and efficient tunneling.A cost-sensitive bagging framework is developed to map engineering risk preference into the learning objective through a... Accurate identification of surrounding rock quality is critical for safe and efficient tunneling.A cost-sensitive bagging framework is developed to map engineering risk preference into the learning objective through an asymmetric cost matrix,with a confidence-gating rule to defer low-confidence predictions.Measurement-while-drilling(MWD)records from 1,115 boreholes are aggregated at the hole level into a 64-dimensional representation derived from six drilling channels and two indicators,each summarized by eight robust statistics.Stratified K-fold evaluation under class imbalance is conducted against RUSBoost,logistic regression,and weighted SVM;feature interpretation is performed via importance ranking and partial dependence.Results show ROC-AUC 0.958 and PR-AP 0.588,with reduced under-support at practitionerfavored operating points;the expected misclassication cost is minimized near t≈0.50.Penetration rate is negatively associated with poor rock,whereas pressure-related variables and derived indicators are positively associated.In summary,the framework provides accurate,interpretable,and risk-aware predictions that support real-time tunnel support planning under variable geology. 展开更多
关键词 Measurement-while-drilling(MWD) Rock mass classification cost-sensitive learning Feature engineering Interpretability class imbalance risk-aware decision-making
在线阅读 下载PDF
Solving large-scale multiclass learning problems via an efficient support vector classifier 被引量:1
8
作者 Zheng Shuibo Tang Houjun +1 位作者 Han Zhengzhi Zhang Haoran 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2006年第4期910-915,共6页
Support vector machines (SVMs) are initially designed for binary classification. How to effectively extend them for multiclass classification is still an ongoing research topic. A multiclass classifier is constructe... Support vector machines (SVMs) are initially designed for binary classification. How to effectively extend them for multiclass classification is still an ongoing research topic. A multiclass classifier is constructed by combining SVM^light algorithm with directed acyclic graph SVM (DAGSVM) method, named DAGSVM^light A new method is proposed to select the working set which is identical to the working set selected by SVM^light approach. Experimental results indicate DAGSVM^light is competitive with DAGSMO. It is more suitable for practice use. It may be an especially useful tool for large-scale multiclass classification problems and lead to more widespread use of SVMs in the engineering community due to its good performance. 展开更多
关键词 support vector machines (SVMs) multiclass classification decomposition method SVM^light sequential minimal optimization (SMO).
在线阅读 下载PDF
Adaptive Window Based 3-D Feature Selection for Multispectral Image Classification Using Firefly Algorithm 被引量:1
9
作者 M.Rajakani R.J.Kavitha A.Ramachandran 《Computer Systems Science & Engineering》 SCIE EI 2023年第1期265-280,共16页
Feature extraction is the most critical step in classification of multispectral image.The classification accuracy is mainly influenced by the feature sets that are selected to classify the image.In the past,handcrafte... Feature extraction is the most critical step in classification of multispectral image.The classification accuracy is mainly influenced by the feature sets that are selected to classify the image.In the past,handcrafted feature sets are used which are not adaptive for different image domains.To overcome this,an evolu-tionary learning method is developed to automatically learn the spatial-spectral features for classification.A modified Firefly Algorithm(FA)which achieves maximum classification accuracy with reduced size of feature set is proposed to gain the interest of feature selection for this purpose.For extracting the most effi-cient features from the data set,we have used 3-D discrete wavelet transform which decompose the multispectral image in all three dimensions.For selecting spatial and spectral features we have studied three different approaches namely overlapping window(OW-3DFS),non-overlapping window(NW-3DFS)adaptive window cube(AW-3DFS)and Pixel based technique.Fivefold Multiclass Support Vector Machine(MSVM)is used for classification purpose.Experiments con-ducted on Madurai LISS IV multispectral image exploited that the adaptive win-dow approach is used to increase the classification accuracy. 展开更多
关键词 Multispectral image modifiedfirefly algorithm 3-D feature extraction feature selection multiclass support vector machine classification
在线阅读 下载PDF
Pancreatic Cancer Data Classification with Quantum Machine Learning 被引量:1
10
作者 Amit Saxena Smita Saxena 《Journal of Quantum Computing》 2023年第1期1-13,共13页
Quantum computing is a promising new approach to tackle the complex real-world computational problems by harnessing the power of quantum mechanics principles.The inherent parallelism and exponential computational powe... Quantum computing is a promising new approach to tackle the complex real-world computational problems by harnessing the power of quantum mechanics principles.The inherent parallelism and exponential computational power of quantum systems hold the potential to outpace classical counterparts in solving complex optimization problems,which are pervasive in machine learning.Quantum Support Vector Machine(QSVM)is a quantum machine learning algorithm inspired by classical Support Vector Machine(SVM)that exploits quantum parallelism to efficiently classify data points in high-dimensional feature spaces.We provide a comprehensive overview of the underlying principles of QSVM,elucidating how different quantum feature maps and quantum kernels enable the manipulation of quantum states to perform classification tasks.Through a comparative analysis,we reveal the quantum advantage achieved by these algorithms in terms of speedup and solution quality.As a case study,we explored the potential of quantum paradigms in the context of a real-world problem:classifying pancreatic cancer biomarker data.The Support Vector Classifier(SVC)algorithm was employed for the classical approach while the QSVM algorithm was executed on a quantum simulator provided by the Qiskit quantum computing framework.The classical approach as well as the quantum-based techniques reported similar accuracy.This uniformity suggests that these methods effectively captured similar underlying patterns in the dataset.Remarkably,quantum implementations exhibited substantially reduced execution times demonstrating the potential of quantum approaches in enhancing classification efficiency.This affirms the growing significance of quantum computing as a transformative tool for augmenting machine learning paradigms and also underscores the potency of quantum execution for computational acceleration. 展开更多
关键词 Quantum computing quantum machine learning quantum support vector machine multiclass classification
在线阅读 下载PDF
混洗注意力级联的YOLOv8糖尿病视网膜病变分类
11
作者 窦丰 刘江波 +1 位作者 张丽榕 赵荣杰 《计算机技术与发展》 2026年第4期95-102,120,共9页
针对糖尿病视网膜病变分类任务中图像对比度低、病灶尺度多样及模型可解释性不足的问题,该文提出一种融合Gamma校正预处理与Shuffle注意力级联YOLOv8的改进算法。首先,采用Gamma校正对原始眼底图像进行非线性亮度变换,突出微动脉瘤、渗... 针对糖尿病视网膜病变分类任务中图像对比度低、病灶尺度多样及模型可解释性不足的问题,该文提出一种融合Gamma校正预处理与Shuffle注意力级联YOLOv8的改进算法。首先,采用Gamma校正对原始眼底图像进行非线性亮度变换,突出微动脉瘤、渗出物等低对比度病灶的纹理细节。其次,在YOLOv8的C2f模块中嵌入ShuffleAttention机制,形成SA-C2f模块,通过通道混洗与空间注意力协同优化,强化多尺度病灶的特征响应,实验表明改进模型在五阶段分类任务中准确率达96.41%,敏感性与特异性分别提升至97.88%和99.08%,较基线模型分别提升了3.25%和0.54%。F_(1)分数达96.82%,显著优于现有方法。进一步采用Grad-CAM++可视化技术解析模型决策依据,热力图显示改进模型对早期病变的响应区域覆盖率扩大,且对晚期新生血管的定位精确性提升。消融实验证实,Gamma校正联合注意力机制可降低复杂背景干扰。该方案兼顾高精度分类与临床可解释性,为DR智能筛查提供可靠技术支撑,具备临床落地潜力。 展开更多
关键词 糖尿病视网膜病变分类 YOLOv8 注意力机制 GAMMA校正 医学图像处理 多分类
在线阅读 下载PDF
基于用电量曲线和深度学习的非技术性损失检测与识别
12
作者 王云静 肖克宇 +3 位作者 曲正伟 韩晓明 董海艳 Popov Maxim Georgievitch 《电测与仪表》 北大核心 2025年第6期202-211,共10页
电网中的非技术性损失不仅对电力公司经济效益造成显著影响,同时也给系统的电能质量和运行安全带来严重威胁。而不法用户牟取利益的技术手段也日益复杂,使得传统的非技术性损失检测方式逐渐陷入局限。文章研究了基于用电量曲线实施用电... 电网中的非技术性损失不仅对电力公司经济效益造成显著影响,同时也给系统的电能质量和运行安全带来严重威胁。而不法用户牟取利益的技术手段也日益复杂,使得传统的非技术性损失检测方式逐渐陷入局限。文章研究了基于用电量曲线实施用电篡改行为的操作手段,总结了一系列用于生成虚假用电数据的篡改策略。基于用电量曲线提取获得电力用户的用电行为特征之后,采用双向长短期记忆网络将其与实施用电篡改行为的结果相关联。最后通过构建多层级的神经网络架构,利用深度学习解决用电特征序列的多分类问题。根据某区域实际用电数据进行的算例仿真显示,文章研究内容能够实现对非技术性损失的有效检测以及具体篡改策略的分类识别。 展开更多
关键词 非技术性损失 深度学习 用电量曲线 双向长短期记忆网络 多分类问题
在线阅读 下载PDF
Robust Multiclass Classification for Learning from Imbalanced Biomedical Data 被引量:6
13
作者 Piyaphol Phoungphol Yanqing Zhang Yichuan Zhao 《Tsinghua Science and Technology》 SCIE EI CAS 2012年第6期619-628,共10页
tmbalanced data is a common and serious problem in many biomedical classification tasks. It causes a bias on the training of classifiers and results in lower accuracy of minority classes prediction. This problem has a... tmbalanced data is a common and serious problem in many biomedical classification tasks. It causes a bias on the training of classifiers and results in lower accuracy of minority classes prediction. This problem has attracted a lot of research interests in the past decade. Unfortunately, most research efforts only concentrate on 2-class problems. In this paper, we study a new method of formulating a multiclass Support Vector Machine (SVM) problem for imbalanced biomedical data to improve the classification performance. The proposed method applies cost-sensitive approach and ramp loss function to the Crammer and Singer multiclass SVM formulation. Experimental results on multiple biomedical datasets show that the proposed solution can effectively cure the problem when the datasets are noisy and highly imbalanced. 展开更多
关键词 multiclass classification imbalanced data ramp-loss Support Vector Machine (SVM) biomedical data
原文传递
Multiclass classification based on a deep convolutional network for head pose estimation 被引量:3
14
作者 Ying CAI Meng-long YANG Jun LI 《Frontiers of Information Technology & Electronic Engineering》 SCIE EI CSCD 2015年第11期930-939,共10页
Head pose estimation has been considered an important and challenging task in computer vision. In this paper we propose a novel method to estimate head pose based on a deep convolutional neural network (DCNN) for 2D... Head pose estimation has been considered an important and challenging task in computer vision. In this paper we propose a novel method to estimate head pose based on a deep convolutional neural network (DCNN) for 2D face images. We design an effective and simple method to roughly crop the face from the input image, maintaining the individual-relative facial features ratio. The method can be used in various poses. Then two convolutional neural networks are set up to train the head pose classifier and then compared with each other. The simpler one has six layers. It performs well on seven yaw poses but is somewhat unsatisfactory when mixed in two pitch poses. The other has eight layers and more pixels in input layers. It has better performance on more poses and more training samples. Before training the network, two reasonable strategies including shift and zoom are executed to prepare training samples. Finally, feature extraction filters are optimized together with the weight of the classification component through training, to minimize the classification error. Our method has been evaluated on the CAS-PEAL-R1, CMU PIE, and CUBIC FacePix databases. It has better performance than state-of-the-art methods for head pose estimation. 展开更多
关键词 Head pose estimation Deep convolutional neural network multiclass classification
原文传递
基于影像组学与临床-影像学特征的MRI多分类模型鉴别原发性肝癌病理亚型
15
作者 王文豪 李玉博 +3 位作者 刘新爱 李倩 杨春 岳征 《中国医学影像学杂志》 北大核心 2025年第12期1304-1313,共10页
目的开发并验证基于单中心MRI资料、融合影像组学与临床-影像学特征的多分类模型,用于原发性肝癌主要病理亚型的术前无创鉴别。资料与方法回顾性纳入河南省中医院2018年1月—2024年12月经病理确诊的215例原发性肝癌患者,按7∶3分为训练... 目的开发并验证基于单中心MRI资料、融合影像组学与临床-影像学特征的多分类模型,用于原发性肝癌主要病理亚型的术前无创鉴别。资料与方法回顾性纳入河南省中医院2018年1月—2024年12月经病理确诊的215例原发性肝癌患者,按7∶3分为训练集150例与验证集65例。采用两阶段建模策略:先基于随机森林与支持向量机构建临床-影像学模型、影像组学模型和联合模型,随后采用递归特征消除(RFE)对最优模型进行特征优化构建RFE-联合模型。模型训练采用五折交叉验证,以受试者工作特征曲线下面积(AUC)和准确度为主要指标评估模型性能。结果初始模型中,基于随机森林的联合模型在验证集表现最佳,准确度为81.5%,微平均和宏平均AUC分别为0.920(95%CI 0.852~0.973)和0.921(95%CI 0.857~0.973)。经RFE优化后,基于随机森林的RFE-联合模型性能进一步提升,验证集准确度提高至86.2%,微平均与宏平均AUC分别达到0.904(95%CI 0.827~0.966)和0.905(95%CI 0.836~0.967)。结论基于随机森林算法的RFE-联合多分类模型可以提高原发性肝癌主要病理亚型的术前鉴别效能,有望为制订个体化精准治疗策略提供参考依据。 展开更多
关键词 原发性肝癌 磁共振成像 机器学习 影像组学 多分类 诊断 鉴别
在线阅读 下载PDF
Anomaly Diagnosis Using Machine Learning Method in Fiber Fault Diagnosis
16
作者 Xiaoping Yang Jinku Qiu +5 位作者 Xifa Gong Jin Ye Fei Yao Jiaqiao Chen Xianzan Luo Da Qin 《Computers, Materials & Continua》 2025年第10期1515-1539,共25页
In contemporary society,rapid and accurate optical cable fault detection is of paramount importance for ensuring the stability and reliability of optical networks.The emergence of novel faults in optical networks has ... In contemporary society,rapid and accurate optical cable fault detection is of paramount importance for ensuring the stability and reliability of optical networks.The emergence of novel faults in optical networks has introduced new challenges,significantly compromising their normal operation.Machine learning has emerged as a highly promising approach.Consequently,it is imperative to develop an automated and reliable algorithm that utilizes telemetry data acquired from Optical Time-Domain Reflectometers(OTDR)to enable real-time fault detection and diagnosis in optical fibers.In this paper,we introduce a multi-scale Convolutional Neural Network–Bidirectional Long Short-Term Memory(CNN-BiLSTM)deep learning model for accurate optical fiber fault detection.The proposed multi-scale CNN-BiLSTM comprises three variants:the Independent Multi-scale CNN-BiLSTM(IMC-BiLSTM),the Combined Multi-scale CNN-BiLSTM(CMC-BiLSTM),and the Shared Multi-scale CNN-BiLSTM(SMC-BiLSTM).These models employ convolutional kernels of varying sizes to extract spatial features from time-series data,while leveraging BiLSTM to enhance the capture of global event characteristics.Experiments were conducted using the publicly available OTDR_data dataset,and comparisons with existing methods demonstrate the effectiveness of our approach.The results show that(i)IMC-BiLSTM,CMC-BiLSTM,and SMC-BiLSTM achieve F1-scores of 97.37%,97.25%,and 97.1%,(ii)respectively,with accuracy of 97.36%,97.23%,and 97.12%.These performances surpass those of traditional techniques. 展开更多
关键词 Multiscale BiLSTM OTDR multiclass classification machine learning fiber fault
在线阅读 下载PDF
AdaBoost算法研究进展与展望 被引量:299
17
作者 曹莹 苗启广 +1 位作者 刘家辰 高琳 《自动化学报》 EI CSCD 北大核心 2013年第6期745-758,共14页
AdaBoost是最优秀的Boosting算法之一,有着坚实的理论基础,在实践中得到了很好的推广和应用.算法能够将比随机猜测略好的弱分类器提升为分类精度高的强分类器,为学习算法的设计提供了新的思想和新的方法.本文首先介绍Boosting猜想提出... AdaBoost是最优秀的Boosting算法之一,有着坚实的理论基础,在实践中得到了很好的推广和应用.算法能够将比随机猜测略好的弱分类器提升为分类精度高的强分类器,为学习算法的设计提供了新的思想和新的方法.本文首先介绍Boosting猜想提出以及被证实的过程,在此基础上,引出AdaBoost算法的起源与最初设计思想;接着,介绍AdaBoost算法训练误差与泛化误差分析方法,解释了算法能够提高学习精度的原因;然后,分析了AdaBoost算法的不同理论分析模型,以及从这些模型衍生出的变种算法;之后,介绍AdaBoost算法从二分类到多分类的推广.同时,介绍了AdaBoost及其变种算法在实际问题中的应用情况.本文围绕AdaBoost及其变种算法来介绍在集成学习中有着重要地位的Boosting理论,探讨Boosting理论研究的发展过程以及未来的研究方向,为相关研究人员提供一些有用的线索.最后,对今后研究进行了展望,对于推导更紧致的泛化误差界、多分类问题中的弱分类器条件、更适合多分类问题的损失函数、更精确的迭代停止条件、提高算法抗噪声能力以及从子分类器的多样性角度优化AdaBoost算法等问题值得进一步深入与完善. 展开更多
关键词 集成学习 BOOSTING ADABOOST 泛化误差 分类间隔 多分类
在线阅读 下载PDF
支持向量机多类分类算法研究 被引量:89
18
作者 唐发明 王仲东 陈绵云 《控制与决策》 EI CSCD 北大核心 2005年第7期746-749,754,共5页
提出一种新的基于二叉树结构的支持向量(SVM)多类分类算法.该算法解决了现有主要算法所存在的不可分区域问题.为了获得较高的推广能力,必须让样本分布广的类处于二叉树的上层节点,才能获得更大的划分空间.所以,该算法采用最小超立方体... 提出一种新的基于二叉树结构的支持向量(SVM)多类分类算法.该算法解决了现有主要算法所存在的不可分区域问题.为了获得较高的推广能力,必须让样本分布广的类处于二叉树的上层节点,才能获得更大的划分空间.所以,该算法采用最小超立方体和最小超球体类包含作为二叉树的生成算法.实验结果表明,该算法具有一定的优越性. 展开更多
关键词 支持向量机 多类分类 二叉树 多类支持向量机
在线阅读 下载PDF
一种新的二叉树多类支持向量机算法 被引量:50
19
作者 唐发明 王仲东 陈绵云 《计算机工程与应用》 CSCD 北大核心 2005年第7期24-26,共3页
采用二叉树结构对多个二值支持向量机(SVM)子分类器组合,可实现多类问题的分类,并且还可克服传统多类SVM算法存在的不可分区域的情况。针对现有二叉树多类SVM方法未采用有效的二叉树生成算法,该文采用聚类分析中的类距离思想,提出了一... 采用二叉树结构对多个二值支持向量机(SVM)子分类器组合,可实现多类问题的分类,并且还可克服传统多类SVM算法存在的不可分区域的情况。针对现有二叉树多类SVM方法未采用有效的二叉树生成算法,该文采用聚类分析中的类距离思想,提出了一种新的基于二叉树的多类SVM分类方法。实验结果表明,新算法具有较高的推广性能。 展开更多
关键词 多类支持向量机 聚类 二叉树 多类分类
在线阅读 下载PDF
基于双支持向量机的偏二叉树多类分类算法 被引量:28
20
作者 谢娟英 张兵权 汪万紫 《南京大学学报(自然科学版)》 CAS CSCD 北大核心 2011年第4期354-363,共10页
提出一种基于双支持向量机的偏二叉树多类分类算法,偏二叉树双支持向量机多类分类算法.该算法综合了二叉树支持向量机和双支持向量机的优势,实现了在不降低分类性能的前提下,大大缩短训练时间.理论分析和UCI(University of California I... 提出一种基于双支持向量机的偏二叉树多类分类算法,偏二叉树双支持向量机多类分类算法.该算法综合了二叉树支持向量机和双支持向量机的优势,实现了在不降低分类性能的前提下,大大缩短训练时间.理论分析和UCI(University of California Irvine)机器学习数据库数据集上的实验结果共同证明,偏二叉树双支持向量机多类分类算法在训练时间上具有绝对的优势,尤其在处理稍大数据集的多类分类问题时,这一优势尤为突出;实验仿真结果还证明,在采用非线性核时,该算法取得了比基于经典支持向量机的一对其余多类分类算法及二叉树支持向量机更好的分类效果;同时该算法还解决了后两种算法可能存在的样本不平衡问题,以及基于经典支持向量机的一对其余多类分类算法可能存在的不可分区域问题. 展开更多
关键词 双支持向量机 偏二叉树支持向量机 支持向量机 多类分类
在线阅读 下载PDF
上一页 1 2 4 下一页 到第
使用帮助 返回顶部