期刊文献+
共找到687篇文章
< 1 2 35 >
每页显示 20 50 100
New Algorithm for Binary Connected-Component Labeling Based on Run-Length Encoding and Union-Find Sets 被引量:4
1
作者 王洪涛 罗长洲 +2 位作者 王渝 郭贺 赵述芳 《Journal of Beijing Institute of Technology》 EI CAS 2010年第1期71-75,共5页
Based on detailed analysis of advantages and disadvantages of the existing connected-component labeling (CCL) algorithm,a new algorithm for binary connected components labeling based on run-length encoding (RLE) a... Based on detailed analysis of advantages and disadvantages of the existing connected-component labeling (CCL) algorithm,a new algorithm for binary connected components labeling based on run-length encoding (RLE) and union-find sets has been put forward.The new algorithm uses RLE as the basic processing unit,converts the label merging of connected RLE into sets grouping in accordance with equivalence relation,and uses the union-find sets which is the realization method of sets grouping to solve the label merging of connected RLE.And the label merging procedure has been optimized:the union operation has been modified by adding the "weighted rule" to avoid getting a degenerated-tree,and the "path compression" has been adopted when implementing the find operation,then the time complexity of label merging is O(nα(n)).The experiments show that the new algorithm can label the connected components of any shapes very quickly and exactly,save more memory,and facilitate the subsequent image analysis. 展开更多
关键词 binary images connected-component labeling run-length encoding union-find sets
在线阅读 下载PDF
A parallel pipeline connected-component labeling method for on-orbit space target monitoring
2
作者 LI Zongling ZHANG Qingjun +1 位作者 LONG Teng ZHAO Baojun 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2022年第5期1095-1107,共13页
The paper designs a peripheral maximum gray differ-ence(PMGD)image segmentation method,a connected-compo-nent labeling(CCL)algorithm based on dynamic run length(DRL),and a real-time implementation streaming processor ... The paper designs a peripheral maximum gray differ-ence(PMGD)image segmentation method,a connected-compo-nent labeling(CCL)algorithm based on dynamic run length(DRL),and a real-time implementation streaming processor for DRL-CCL.And it verifies the function and performance in space target monitoring scene by the carrying experiment of Tianzhou-3 cargo spacecraft(TZ-3).The PMGD image segmentation method can segment the image into highly discrete and simple point tar-gets quickly,which reduces the generation of equivalences greatly and improves the real-time performance for DRL-CCL.Through parallel pipeline design,the storage of the streaming processor is optimized by 55%with no need for external me-mory,the logic is optimized by 60%,and the energy efficiency ratio is 12 times than that of the graphics processing unit,62 times than that of the digital signal proccessing,and 147 times than that of personal computers.Analyzing the results of 8756 images completed on-orbit,the speed is up to 5.88 FPS and the target detection rate is 100%.Our algorithm and implementation method meet the requirements of lightweight,high real-time,strong robustness,full-time,and stable operation in space irradia-tion environment. 展开更多
关键词 Tianzhou-3 cargo spacecraft(TZ-3) connected-component labeling(CCL)algorithms parallel pipeline processing on-orbit space target detection streaming processor
在线阅读 下载PDF
A fast connected components labeling algorithm for binary images 被引量:1
3
作者 付宜利 韩现伟 王树国 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2012年第3期81-87,共7页
A fast label-equivalence-based connected components labeling algorithm is proposed in this paper.It is a combination of two existing efficient methods,which are pivotal operations in two-pass connected components labe... A fast label-equivalence-based connected components labeling algorithm is proposed in this paper.It is a combination of two existing efficient methods,which are pivotal operations in two-pass connected components labeling algorithms.One is a fast pixel scan method,and the other is an array-based Union-Find data structure.The scan procedure assigns each foreground pixel a provisional label according to the location of the pixel.That is to say,it labels the foreground pixels following background pixels and foreground pixels in different ways,which greatly reduces the number of neighbor pixel checks.The array-based Union-Find data structure resolves the label equivalences between provisional labels by using only a single array with path compression,and it improves the efficiency of the resolving procedure which is very time-consuming in general label-equivalence-based algorithms.The experiments on various types of images with different sizes show that the proposed algorithm is superior to other labeling approaches for huge images containing many big connected components. 展开更多
关键词 binary image connected components labeling algorithm Union-Find label-equivalence
在线阅读 下载PDF
An optimized run-length based algorithm for sparse remote sensing image labeling 被引量:1
4
作者 Shen-shen Luan Bo-wen Cheng +3 位作者 Shuai Jiang Yu-hang Wu Zong-ling Li Ji-yang Yu 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2022年第4期663-677,共15页
Labeling of the connected components is the key operation of the target recognition and segmentation in remote sensing images.The conventional connected-component labeling(CCL) algorithms for ordinary optical images a... Labeling of the connected components is the key operation of the target recognition and segmentation in remote sensing images.The conventional connected-component labeling(CCL) algorithms for ordinary optical images are considered time-consuming in processing the remote sensing images because of the larger size.A dynamic run-length based CCL algorithm(Dy RLC) is proposed in this paper for the large size,big granularity sparse remote sensing image,such as space debris images and ship images.In addition,the equivalence matrix method is proposed to help design the pre-processing method to accelerate the equivalence labels resolving.The result shows our algorithm outperforms 22.86% on execution time than the other algorithms in space debris image dataset.The proposed algorithm also can be implemented on the field programming logical array(FPGA) to enable the realization of the real-time processing on-board. 展开更多
关键词 connected-component labeling label equivalence resolving Hardware implementation Equivalence matrix On-board processing
在线阅读 下载PDF
A Novel Binary Firefly Algorithm for the Minimum Labeling Spanning Tree Problem 被引量:1
5
作者 Mugang Lin Fangju Liu +1 位作者 Huihuang Zhao Jianzhen Chen 《Computer Modeling in Engineering & Sciences》 SCIE EI 2020年第10期197-214,共18页
Given a connected undirected graph G whose edges are labeled,the minimumlabeling spanning tree(MLST)problemis to find a spanning tree of G with the smallest number of different labels.TheMLST is anNP-hard combinatoria... Given a connected undirected graph G whose edges are labeled,the minimumlabeling spanning tree(MLST)problemis to find a spanning tree of G with the smallest number of different labels.TheMLST is anNP-hard combinatorial optimization problem,which is widely applied in communication networks,multimodal transportation networks,and data compression.Some approximation algorithms and heuristics algorithms have been proposed for the problem.Firefly algorithm is a new meta-heuristic algorithm.Because of its simplicity and easy implementation,it has been successfully applied in various fields.However,the basic firefly algorithm is not suitable for discrete problems.To this end,a novel discrete firefly algorithm for the MLST problem is proposed in this paper.A binary operation method to update firefly positions and a local feasible handling method are introduced,which correct unfeasible solutions,eliminate redundant labels,and make the algorithm more suitable for discrete problems.Computational results show that the algorithm has good performance.The algorithm can be extended to solve other discrete optimization problems. 展开更多
关键词 Minimum labeling spanning tree problem binary firefly algorithm META-HEURISTICS discrete optimization
在线阅读 下载PDF
Functional cartography of heterogeneous combat networks using operational chain-based label propagation algorithm
6
作者 CHEN Kebin JIANG Xuping +2 位作者 ZENG Guangjun YANG Wenjing ZHENG Xue 《Journal of Systems Engineering and Electronics》 2025年第5期1202-1215,共14页
To extract and display the significant information of combat systems,this paper introduces the methodology of functional cartography into combat networks and proposes an integrated framework named“functional cartogra... To extract and display the significant information of combat systems,this paper introduces the methodology of functional cartography into combat networks and proposes an integrated framework named“functional cartography of heterogeneous combat networks based on the operational chain”(FCBOC).In this framework,a functional module detection algorithm named operational chain-based label propagation algorithm(OCLPA),which considers the cooperation and interactions among combat entities and can thus naturally tackle network heterogeneity,is proposed to identify the functional modules of the network.Then,the nodes and their modules are classified into different roles according to their properties.A case study shows that FCBOC can provide a simplified description of disorderly information of combat networks and enable us to identify their functional and structural network characteristics.The results provide useful information to help commanders make precise and accurate decisions regarding the protection,disintegration or optimization of combat networks.Three algorithms are also compared with OCLPA to show that FCBOC can most effectively find functional modules with practical meaning. 展开更多
关键词 functional cartography heterogeneous combat network functional module label propagation algorithm operational chain
在线阅读 下载PDF
Labeling algorithm and its fairness analysis for autonomous system
7
作者 Han Guodong Wang Hui Wu Jiangxing 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2005年第4期806-810,共5页
A kind of packet labeling algorithm for autonomous system is introduced. The fairness of the algorithm for each traffic stream in the integrated-services is analyzed. It is shown that the rate of each stream in the in... A kind of packet labeling algorithm for autonomous system is introduced. The fairness of the algorithm for each traffic stream in the integrated-services is analyzed. It is shown that the rate of each stream in the integrated-services would converge to a stable value if the transmittfing or forwarding rates converge to that of the receiving exponentially. 展开更多
关键词 autonomous system labeling algorithm traffic stream fairness analysis.
在线阅读 下载PDF
THE INNER-SYSTEM LABELING ALGORITHM AND ITS FAIRNESS ANALYSIS
8
作者 Han Guodong Li Yinhai Wu Jiangxing 《Journal of Electronics(China)》 2005年第6期612-618,共7页
On the basis of inner-system labeling signaling used in the integrated access system,a kind of inner-system labeling algorithm is introduced in this paper, and the fairness of the algorithm for each traffic stream in ... On the basis of inner-system labeling signaling used in the integrated access system,a kind of inner-system labeling algorithm is introduced in this paper, and the fairness of the algorithm for each traffic stream in the integrated-services is analyzed. The base of this algorithm is Class of Services (CoS), and each packet entering the relative independent area (an autonomous system) would be labeled according to the service type or Quality of Service (QoS) in demand,and be scheduled and managed within the system (the system can be enlarged if conforming to the same protocol). The experimental results show that each of the stream rate in the integratedservices would converge to a stable value if the rates of transmitting converge to that of the receiving exponentially, that is, the effective traffic of each stream would be fair. 展开更多
关键词 Integrated Access System (IAS) Inner-system labeling labeling algorithm FAIRNESS
在线阅读 下载PDF
Novel Apriori-Based Multi-Label Learning Algorithm by Exploiting Coupled Label Relationship 被引量:1
9
作者 Zhenwu Wang Longbing Cao 《Journal of Beijing Institute of Technology》 EI CAS 2017年第2期206-214,共9页
It is a key challenge to exploit the label coupling relationship in multi-label classification(MLC)problems.Most previous work focused on label pairwise relations,in which generally only global statistical informati... It is a key challenge to exploit the label coupling relationship in multi-label classification(MLC)problems.Most previous work focused on label pairwise relations,in which generally only global statistical information is used to analyze the coupled label relationship.In this work,firstly Bayesian and hypothesis testing methods are applied to predict the label set size of testing samples within their k nearest neighbor samples,which combines global and local statistical information,and then apriori algorithm is used to mine the label coupling relationship among multiple labels rather than pairwise labels,which can exploit the label coupling relations more accurately and comprehensively.The experimental results on text,biology and audio datasets shown that,compared with the state-of-the-art algorithm,the proposed algorithm can obtain better performance on 5 common criteria. 展开更多
关键词 multi-label classification hypothesis testing k nearest neighbor apriori algorithm label coupling
在线阅读 下载PDF
Learning Multi Labels from Single Label——An Extreme Weak Label Learning Algorithm 被引量:1
10
作者 DUAN Junhong LI Xiaoyu MU Dejun 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2019年第2期161-168,共8页
This paper presents a novel algorithm for an extreme form of weak label learning, in which only one of all relevant labels is given for each training sample. Using genetic algorithm, all of the labels in the training ... This paper presents a novel algorithm for an extreme form of weak label learning, in which only one of all relevant labels is given for each training sample. Using genetic algorithm, all of the labels in the training set are optimally divided into several non-overlapping groups to maximize the label distinguishability in every group. Multiple classifiers are trained separately and ensembled for label predictions. Experimental results show significant improvement over previous weak label learning algorithms. 展开更多
关键词 weak-supervised LEARNING genetic algorithm MULTI-label classification
原文传递
Genetic algorithm for multi-protocol label switching
11
作者 孟德宇 梁栋 凌永发 《Journal of Pharmaceutical Analysis》 SCIE CAS 2007年第2期121-123,共3页
A new method for multi-protocol label switching is presented in this study, whose core idea is to construct model for simulating process of accommodating network online loads and then adopt genetic algorithm to optimi... A new method for multi-protocol label switching is presented in this study, whose core idea is to construct model for simulating process of accommodating network online loads and then adopt genetic algorithm to optimize the model. Due to the heuristic property of evolutional method, the new method is efficient and effective, which is verified by the experiments. 展开更多
关键词 multi-protocol label switching network load genetic algorithm
在线阅读 下载PDF
Multi-Label Feature Selection Based on Improved Ant Colony Optimization Algorithm with Dynamic Redundancy and Label Dependence
12
作者 Ting Cai Chun Ye +5 位作者 Zhiwei Ye Ziyuan Chen Mengqing Mei Haichao Zhang Wanfang Bai Peng Zhang 《Computers, Materials & Continua》 SCIE EI 2024年第10期1157-1175,共19页
The world produces vast quantities of high-dimensional multi-semantic data.However,extracting valuable information from such a large amount of high-dimensional and multi-label data is undoubtedly arduous and challengi... The world produces vast quantities of high-dimensional multi-semantic data.However,extracting valuable information from such a large amount of high-dimensional and multi-label data is undoubtedly arduous and challenging.Feature selection aims to mitigate the adverse impacts of high dimensionality in multi-label data by eliminating redundant and irrelevant features.The ant colony optimization algorithm has demonstrated encouraging outcomes in multi-label feature selection,because of its simplicity,efficiency,and similarity to reinforcement learning.Nevertheless,existing methods do not consider crucial correlation information,such as dynamic redundancy and label correlation.To tackle these concerns,the paper proposes a multi-label feature selection technique based on ant colony optimization algorithm(MFACO),focusing on dynamic redundancy and label correlation.Initially,the dynamic redundancy is assessed between the selected feature subset and potential features.Meanwhile,the ant colony optimization algorithm extracts label correlation from the label set,which is then combined into the heuristic factor as label weights.Experimental results demonstrate that our proposed strategies can effectively enhance the optimal search ability of ant colony,outperforming the other algorithms involved in the paper. 展开更多
关键词 Multi-label feature selection ant colony optimization algorithm dynamic redundancy high-dimensional data label correlation
在线阅读 下载PDF
LC-NPLA: Label and Community Information-Based Network Presentation Learning Algorithm
13
作者 Shihu Liu Chunsheng Yang Yingjie Liu 《Intelligent Automation & Soft Computing》 2023年第12期203-223,共21页
Many network presentation learning algorithms(NPLA)have originated from the process of the random walk between nodes in recent years.Despite these algorithms can obtain great embedding results,there may be also some l... Many network presentation learning algorithms(NPLA)have originated from the process of the random walk between nodes in recent years.Despite these algorithms can obtain great embedding results,there may be also some limitations.For instance,only the structural information of nodes is considered when these kinds of algorithms are constructed.Aiming at this issue,a label and community information-based network presentation learning algorithm(LC-NPLA)is proposed in this paper.First of all,by using the community information and the label information of nodes,the first-order neighbors of nodes are reconstructed.In the next,the random walk strategy is improved by integrating the degree information and label information of nodes.Then,the node sequence obtained from random walk sampling is transformed into the node representation vector by the Skip-Gram model.At last,the experimental results on ten real-world networks demonstrate that the proposed algorithm has great advantages in the label classification,network reconstruction and link prediction tasks,compared with three benchmark algorithms. 展开更多
关键词 label information community information network representation learning algorithm random walk
在线阅读 下载PDF
Optimization Model and Algorithm for Multi-Label Learning
14
作者 Zhengyang Li 《Journal of Applied Mathematics and Physics》 2021年第5期969-975,共7页
<div style="text-align:justify;"> This paper studies a kind of urban security risk assessment model based on multi-label learning, which is transformed into the solution of linear equations through a s... <div style="text-align:justify;"> This paper studies a kind of urban security risk assessment model based on multi-label learning, which is transformed into the solution of linear equations through a series of transformations, and then the solution of linear equations is transformed into an optimization problem. Finally, this paper uses some classical optimization algorithms to solve these optimization problems, the convergence of the algorithm is proved, and the advantages and disadvantages of several optimization methods are compared. </div> 展开更多
关键词 Operations Research Multi-label Learning Linear Equations Solving Optimization algorithm
在线阅读 下载PDF
An Algorithm for Connected-Component Labeling, Hole Labeling and Euler Number Computing 被引量:3
15
作者 何立风 巢宇燕 Kenji Suzuki 《Journal of Computer Science & Technology》 SCIE EI CSCD 2013年第3期468-478,共11页
Labeling connected components and holes and computing the Euler number in a binary image are necessary for image analysis, pattern recognition, and computer (robot) vision, and are usually made independently of each... Labeling connected components and holes and computing the Euler number in a binary image are necessary for image analysis, pattern recognition, and computer (robot) vision, and are usually made independently of each other in conventional methods. This paper proposes a two-scan algorithm for labeling connected components and holes simultaneously in a binary image by use of the same data structure. With our algorithm, besides labeling, we can also easily calculate the number and the area of connected components and holes, as well as the Euler number. Our method is very simple in principle, and experimental results demonstrate that our method is much more efficient than conventional methods for various kinds of images in cases where both labeling and Euler number computing are necessary. 展开更多
关键词 computer vision connected-component labeling Euler number HOLE pattern recognition
原文传递
量测驱动的多站无源水下多目标跟踪算法
16
作者 吕盈 齐滨 +3 位作者 郝宇 梁国龙 李宇昂 惠晨昕 《声学学报》 北大核心 2026年第2期559-573,共15页
在水下多站无源声呐系统中,融合多站纯方位量测数据以实现多目标联合跟踪定位时常面临目标先验位置未知、量测关联复杂度高等问题。本文提出了一种量测驱动的多站联合观测的无源水下多目标跟踪算法。该算法基于广义标签多伯努利框架融... 在水下多站无源声呐系统中,融合多站纯方位量测数据以实现多目标联合跟踪定位时常面临目标先验位置未知、量测关联复杂度高等问题。本文提出了一种量测驱动的多站联合观测的无源水下多目标跟踪算法。该算法基于广义标签多伯努利框架融合多源观测信息,并引入量测驱动机制动态生成新生目标组件。随后结合次模优化理论,选取关键量测与预测组件进行关联,有效降低计算复杂度。实验结果表明,即使在存在漏检、虚警和测量噪声等复杂环境下,所提算法仍表现出良好的稳定性。与现有方法相比,其平均最优子模式分配度量提升了28.36%,同时显著降低了计算开销,为构建高效的多站水下感知系统提供了算法支撑。 展开更多
关键词 多目标跟踪 无源声呐 广义标签多伯努利算法 量测驱动机制 次模优化理论
原文传递
基于UMAP降维的贝叶斯标签传播的谱聚类算法
17
作者 张克聪 李顺勇 《云南民族大学学报(自然科学版)》 2026年第1期129-138,共10页
在高维数据聚类中,数据噪声对算法性能影响显著,因此降维处理十分必要.谱聚类在复杂数据结构上表现良好,其正则化形式虽能提升平滑性与拟合效果,但仍存在局限.传统方法常对图拉普拉斯矩阵的特征向量采用K均值等算法聚类,其特征向量的聚... 在高维数据聚类中,数据噪声对算法性能影响显著,因此降维处理十分必要.谱聚类在复杂数据结构上表现良好,其正则化形式虽能提升平滑性与拟合效果,但仍存在局限.传统方法常对图拉普拉斯矩阵的特征向量采用K均值等算法聚类,其特征向量的聚类质量直接影响最终结果,故需选择更为可靠的特征向量聚类方法.针对以上问题,文章提出了基于贝叶斯标签传播的正则化谱聚类算法(BLP-RSC),使用UMAP方法对原始高维数据进行降维,以减少噪声与冗余信息的影响,采用正则化谱聚类对降维后数据进行谱分解,得到对应的特征向量,基于贝叶斯相关理论构建可靠样本选择机制,筛选出高置信度的样本点作为初始标签集,最后通过标签传播算法对特征向量进行聚类,并在5个UCI真实数据集上验证了该方法的有效性. 展开更多
关键词 正则化谱聚类算法 标签传播算法 贝叶斯理论 模型拟合 聚类效果
在线阅读 下载PDF
基于组合标签的个性化推荐算法
18
作者 王沛澍 杜淑幸 《计算机与现代化》 2026年第1期101-107,126,共8页
伴随互联网的快速发展和人们生活水平的提高,个性化定制已成为现代消费的重要趋势。为解决现有产品在个性化定制中存在的用户需求与产品信息不对等、用户交互数据过多或过少时算法推荐效果差、算法运行不稳定等问题,本文提出一种基于组... 伴随互联网的快速发展和人们生活水平的提高,个性化定制已成为现代消费的重要趋势。为解决现有产品在个性化定制中存在的用户需求与产品信息不对等、用户交互数据过多或过少时算法推荐效果差、算法运行不稳定等问题,本文提出一种基于组合标签的个性化推荐算法。该算法基于设计的用户画像和产品画像,构建了一种可实现用户画像与产品画像有机结合的组合标签(Portrait-Label-Portrait,PLP),在此基础上通过基于组合标签的多维度推荐算法(PLPRank)实现个性化推荐。为保证该算法的多样性和稳定性,本文使用“随机擦除”方法来控制迭代过程中的数据流向,以此向用户推荐更多可能感兴趣的产品,同时增加算法稳定运行的时间。为控制该算法迭代次数的合理性,本文通过增加双重判断条件以确保其迭代次数保持在一定范围内。实验结果表明,该算法与PersonalRank系列算法相比,在不增加额外复杂度的前提下,有效提升了个性化推荐的效率、精确性以及稳定性,可以为不同需求量的消费者提供更加个性化以及更加稳定、持久和高效的定制体验。 展开更多
关键词 个性化 组合标签 PLP-Rank算法 随机游走 定制体验
在线阅读 下载PDF
基于CT-ST半监督模型的城市地下管道缺陷语义分割研究
19
作者 潘禹欣 李波 +1 位作者 田淙文 姚为 《中南民族大学学报(自然科学版)》 2026年第2期221-230,共10页
利用机器视觉技术进行城市地下管道缺陷分割是工业化智能化发展趋势.由于常规的监督方法进行缺陷分割任务时需要大量的标注,提出了一种基于ST半监督模型改进的CT-ST半监督语义分割模型,并首次应用到城市地下管道缺陷分割领域.该模型基... 利用机器视觉技术进行城市地下管道缺陷分割是工业化智能化发展趋势.由于常规的监督方法进行缺陷分割任务时需要大量的标注,提出了一种基于ST半监督模型改进的CT-ST半监督语义分割模型,并首次应用到城市地下管道缺陷分割领域.该模型基于半监督语义分割领域自训练方法,结合Co-teaching算法思想,区分不同质量伪标签,利用一次伪标签筛选策略代替传统设置阈值迭代方法,降低因低质量标签带来的错误特征训练影响;针对地下管道背景复杂、缺陷类别多、多尺度、多噪声等问题,在每个残差块引入NAM注意力机制,给每个重要特征增加权重,弱化不重要特征的占比.实验验证了CT-ST半监督分割模型的有效性,在不同比例有标签样本集上mIoU均有提升,其中1/2比例有标签数据集mIoU为67.36%,对比原模型增加了2.33%.与多种主流的伪标签、一致性正则化方法相对比,所提出的模型在精度上均有较好的表现. 展开更多
关键词 半监督学习 ST模型 Co-teaching算法 注意力机制 伪标签 地下管道缺陷 缺陷分割
在线阅读 下载PDF
自然语言处理下并行化命名实体识别
20
作者 朱宸宇 朱心砚 陈勇 《现代电子技术》 北大核心 2026年第5期142-146,共5页
在自然语言处理下的命名实体识别任务中,文本序列长度差异较大,逐词处理会导致计算时间长、效率低下。因此,提出自然语言处理下并行化命名实体识别方法。利用自然语言处理领域中的QRNN(准循环神经网络)和CRF(条件随机场)技术构建并行化... 在自然语言处理下的命名实体识别任务中,文本序列长度差异较大,逐词处理会导致计算时间长、效率低下。因此,提出自然语言处理下并行化命名实体识别方法。利用自然语言处理领域中的QRNN(准循环神经网络)和CRF(条件随机场)技术构建并行化命名实体识别模型,通过预处理层对输入文本进行去噪、文本编码等预处理操作,并将预处理后的文本序列输入至QRNN层。QRNN层通过交替使用卷积模块构建网络结构,能够同时处理文本序列中的多个位置,解决逐词处理导致的效率低下问题,从而并行化提取文本深层次的命名实体上下文特征。CRF层通过综合考虑标签序列的全局信息,对QRNN层输出的命名实体上下文特征向量进行解码,采用维特比算法输出最大分数的命名实体标签,从而实现自然语言处理下并行化命名实体识别。实验结果显示,该方法提取的命名实体上下文特征的重要性得分在90分以上,能够为命名实体识别提供关键的信息支持,并且能够精准无误地识别文本中的所有命名实体,无任何遗漏。 展开更多
关键词 自然语言处理 并行化 命名实体 QRNN层 CRF层 上下文特征 命名实体标签 维特比算法
在线阅读 下载PDF
上一页 1 2 35 下一页 到第
使用帮助 返回顶部