期刊文献+
共找到683篇文章
< 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
原文传递
基于CT-ST半监督模型的城市地下管道缺陷语义分割研究
16
作者 潘禹欣 李波 +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
近红外无创血糖浓度的Label Sensitivity算法和支持向量机回归 被引量:3
17
作者 孟琪 赵鹏 +4 位作者 宦克为 李野 姜志侠 张瀚文 周林华 《光谱学与光谱分析》 SCIE EI CAS CSCD 北大核心 2024年第3期617-624,共8页
近红外光谱分析技术在生物医学工程领域具有广阔应用前景。无创且持续性地测量能实时监控人体血糖水平,给糖尿病患者带来极大便利性、提高生存质量、降低糖尿病并发症发生率具有很大的社会效益。无创血糖监测的想法提出较早,但仍然存在... 近红外光谱分析技术在生物医学工程领域具有广阔应用前景。无创且持续性地测量能实时监控人体血糖水平,给糖尿病患者带来极大便利性、提高生存质量、降低糖尿病并发症发生率具有很大的社会效益。无创血糖监测的想法提出较早,但仍然存在预测精度低、预测值与标签值相关性不高等难点,至今没有达到临床要求。近年来,光谱检测技术发展迅猛且机器学习技术在智能信息处理方面具有明显优势,两者结合可以有效提高人体无创血糖医学监测模型的精度和普适性。提出了一种标签敏感度算法(LS),并结合支持向量机方法建立了人体血糖含量预测模型。使用近红外光谱仪采集了4名志愿者食指处动态血液光谱数据(每名志愿者28组数据),并使用多元散射矫正(MSC)方法消除了部分光散射的影响。考虑血糖对不同波长光的吸收有差异,提出了基于血糖浓度标签差的特征波长挑选方法,并构建了标签敏感度支持向量机(LSSVR)预测模型。设计实验,对比该模型与偏最小二乘回归(PLSR)和区分度支持向量机(FSSVR)算法。结果表明,LS算法的最佳特征波长数为32,经特征波长选择后的LSSVR表现最佳,其均方误差降低至0.02 mmol·L^(-1),明显优于全谱段PLSR模型,血糖浓度的预测值与标签值的相关系数提升至99.8%,预测值全部位于可容许误差的克拉克网格A区内。LSSVR模型的优异表现为早日实现血糖的无创监测提供了新思路。 展开更多
关键词 无创血糖 近红外光谱 特征波长 label Sensitivity算法 支持向量机
在线阅读 下载PDF
Detecting community structure using label propagation with consensus weight in complex network 被引量:4
18
作者 梁宗文 李建平 +1 位作者 杨帆 Athina Petropulu 《Chinese Physics B》 SCIE EI CAS CSCD 2014年第9期594-601,共8页
Community detection is a fundamental work to analyse the structural and functional properties of complex networks. The label propagation algorithm (LPA) is a near linear time algorithm to find a good community struc... Community detection is a fundamental work to analyse the structural and functional properties of complex networks. The label propagation algorithm (LPA) is a near linear time algorithm to find a good community structure. Despite various subsequent advances, an important issue of this algorithm has not yet been properly addressed. Random update orders within the algorithm severely hamper the stability of the identified community structure. In this paper, we executed the basic label propagation algorithm on networks multiple times, to obtain a set of consensus partitions. Based on these consensus partitions, we created a consensus weighted graph. In this consensus weighted graph, the weight value of the edge was the proportion value that the number of node pairs allocated in the same cluster was divided by the total number of partitions. Then, we introduced consensus weight to indicate the direction of label propagation. In label update steps, by computing the mixing value of consensus weight and label frequency, a node adopted the label which has the maximum mixing value instead of the most frequent one. For extending to different networks, we introduced a proportion parameter to adjust the proportion of consensus weight and label frequency in computing mixing value. Finally, we proposed an approach named the label propagation algorithm with consensus weight (LPAcw), and the experimental results showed that the LPAcw could enhance considerably both the stability and the accuracy of community partitions. 展开更多
关键词 label propagation algorithm community detection consensus cluster complex network
原文传递
Solving open vehicle problem with time window by hybrid column generation algorithm 被引量:1
19
作者 YU Naikang QIAN Bin +2 位作者 HU Rong CHEN Yuwang WANG Ling 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2022年第4期997-1009,共13页
This paper addresses the open vehicle routing problem with time window(OVRPTW), where each vehicle does not need to return to the depot after completing the delivery task.The optimization objective is to minimize the ... This paper addresses the open vehicle routing problem with time window(OVRPTW), where each vehicle does not need to return to the depot after completing the delivery task.The optimization objective is to minimize the total distance. This problem exists widely in real-life logistics distribution process.We propose a hybrid column generation algorithm(HCGA) for the OVRPTW, embedding both exact algorithm and metaheuristic. In HCGA, a label setting algorithm and an intelligent algorithm are designed to select columns from small and large subproblems, respectively. Moreover, a branch strategy is devised to generate the final feasible solution for the OVRPTW. The computational results show that the proposed algorithm has faster speed and can obtain the approximate optimal solution of the problem with 100 customers in a reasonable time. 展开更多
关键词 open vehicle routing problem with time window(OVRPTW) hybrid column generation algorithm(HCGA) mixed integer programming label setting algorithm
在线阅读 下载PDF
Research on Key Technologies of Electronic Shelf Labels Based on LoRa 被引量:1
20
作者 Malak Abid Ali Khan Xiaofeng Lian +1 位作者 Imran Khan Mirani Li Tan 《Journal on Big Data》 2021年第2期49-63,共15页
The demand for Electronic Shelf Labels(ESL),according to the Internet of Things(IoT)paradigm,is expected to grow considerably in the immediate future.Various wireless communication standards are currently contending t... The demand for Electronic Shelf Labels(ESL),according to the Internet of Things(IoT)paradigm,is expected to grow considerably in the immediate future.Various wireless communication standards are currently contending to gain an edge over the competition and provide the massive connectivity that will be required by a world in which everyday objects are expected to communicate with each other.Low-Power Wide-Area Networks(LPWANs)are continuously gaining momentum among these standards,mainly thanks to their ability to provide long-range coverage to devices,exploiting license-free frequency bands.The main theme of this work is one of the most prominent LPWAN technologies,LoRa.The purpose of this research is to provide long-range,less intermediate node,less energy dissipation,and a cheaper ESL system.Much research has already been done on designing the LoRaWAN network,not capable to make a reliable network.LoRa is using different gateways to transmit the same data,collision,data jamming,and data repetition are expected.According to the transmission behavior of LoRa,50%of data is lost.In this paper,the Improved Backoff Algorithm with synchronization technique is used to decrease overlapping and data loss.Besides,the improved Adaptive Data Rate algorithm(ADR)avoids the collision in concurrently transmitted data by using different Spreading Factors(SFs).The allocation of SF has the main role in designing LoRa based network to minimize the impact of the intra-interference,cost function,and Euclidean distance.For this purpose,the K-means machine learning algorithm is used for clustering.The data rate model is using an intra-slicing technique based on Maximum Likelihood Estimation(MLE).The data rate model includes three critical communication slices,High Critical Communication(HCC),Medium Critical Communication(MCC),and Low Critical Communication(LCC),having the specified number of End devices(EDs),payload budget delay,and data rate.Finally,different combinations of gateways are used to build ESL for 200 electronic shelf labels. 展开更多
关键词 LoRa electronic shelf labels adaptive data rate backoff algorithm remote Acknowledgment
在线阅读 下载PDF
上一页 1 2 35 下一页 到第
使用帮助 返回顶部