首页 > 最新文献

網際網路技術學刊最新文献

英文 中文
Prediction of Yarn Quality Based on Actual Production 基于实际生产的纱线质量预测
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404005
Bao-Wei Zhang Bao-Wei Zhang, Lin Xu Bao-Wei Zhang, Yong-Hua Wang Lin Xu
In recent decades, the neural network approach to predicting yarn quality indicators has been recognized for its high accuracy. Although using neural networks to predict yarn quality indicators has a high accuracy advantage, its relationship understanding between each input parameter and yarn quality indicators may need to be corrected, i.e., increasing the raw cotton strength, the final yarn strength remains the same or decreases. Although this is normal for prediction algorithms, actual production need is more of a trend for individual parameter changes to predict a correct yarn, i.e., raw cotton strength increase should correspond to yarn strength increase. This study proposes a yarn quality prediction method based on actual production by combining nearest neighbor, particle swarm optimization, and expert experience to address the problem. We Use expert experience to determine the upper and lower limits of parameter weights, the particle swarm optimization finds the optimal weights, and then the nearest neighbor algorithm is used to calculate the predicted values of yarn indexes. Finally, the current problems and the rationality of the method proposed in this paper are verified by experiments. 
近几十年来,神经网络预测纱线质量指标的方法以其较高的准确性得到了人们的认可。虽然使用神经网络预测纱线质量指标具有精度高的优势,但其对各个输入参数与纱线质量指标之间关系的理解可能需要修正,即增加原棉强度,最终纱线强度保持不变或降低。虽然这对于预测算法来说是正常的,但实际生产需要更多的是单个参数变化的趋势,以预测正确的纱线,即原棉强度的增加应对应于纱线强度的增加。本文提出了一种结合最近邻、粒子群优化和专家经验的基于实际生产的纱线质量预测方法。利用专家经验确定参数权值的上下限,利用粒子群算法找到最优权值,然后利用最近邻算法计算纱线指标的预测值。最后,通过实验验证了目前存在的问题以及本文提出的方法的合理性。
{"title":"Prediction of Yarn Quality Based on Actual Production","authors":"Bao-Wei Zhang Bao-Wei Zhang, Lin Xu Bao-Wei Zhang, Yong-Hua Wang Lin Xu","doi":"10.53106/160792642023072404005","DOIUrl":"https://doi.org/10.53106/160792642023072404005","url":null,"abstract":"\u0000 In recent decades, the neural network approach to predicting yarn quality indicators has been recognized for its high accuracy. Although using neural networks to predict yarn quality indicators has a high accuracy advantage, its relationship understanding between each input parameter and yarn quality indicators may need to be corrected, i.e., increasing the raw cotton strength, the final yarn strength remains the same or decreases. Although this is normal for prediction algorithms, actual production need is more of a trend for individual parameter changes to predict a correct yarn, i.e., raw cotton strength increase should correspond to yarn strength increase. This study proposes a yarn quality prediction method based on actual production by combining nearest neighbor, particle swarm optimization, and expert experience to address the problem. We Use expert experience to determine the upper and lower limits of parameter weights, the particle swarm optimization finds the optimal weights, and then the nearest neighbor algorithm is used to calculate the predicted values of yarn indexes. Finally, the current problems and the rationality of the method proposed in this paper are verified by experiments.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134261884","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Five Phases Algorithm: A Novel Meta-heuristic Algorithm and Its Application on Economic Load Dispatch Problem 五阶段算法:一种新的元启发式算法及其在经济负荷调度问题中的应用
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404002
Xiaopeng Wang Xiaopeng Wang, Shu-Chuan Chu Xiaopeng Wang, Václav Snášel Shu-Chuan Chu, Hisham A. Shehadeh Václav Snášel, Jeng-Shyang Pan Hisham A. Shehadeh
A new meta-heuristic algorithm named the five phases algorithm (FPA) is presented in this paper. The proposed method is inspired by the five phases theory in traditional Chinese thought. FPA updates agents based on the generating and overcoming strategy as well as learning strategy from the agent with the same label. FPA has a simple structure but excellent performance. It also does not have any predefined control parameters, only two general parameters including population size and terminal condition are required. This provides flexibility to users to solve different optimization problems. For global optimization, 10 test functions from the CEC2019 test suite are used to evaluate the performance of FPA. The experimental results confirm that FPA is better than the 6 state-of-the-art algorithms including particle swarm optimization (PSO), grey wolf optimizer (GWO), multi-verse optimizer (MVO), differential evolution (DE), backtracking search algorithm (BSA), and slime mould algorithm (SMA). Furthermore, FPA is applied to solve the Economic Load Dispatch (ELD) from the real power system problem. The experiments give that the minimum cost of power system operation obtained by the proposed FPA is more competitive than the 14 counterparts. The source codes of this algorithm can be found in https://ww2.mathworks.cn/matlabcentral/fileexchange/118215-five-phases-algorithm-fpa. 
本文提出了一种新的元启发式算法——五阶段算法。该方法受到中国传统思想五相学说的启发。FPA基于生成和克服策略以及从具有相同标签的代理学习策略来更新代理。FPA结构简单,性能优良。它也没有任何预定义的控制参数,只需要两个通用参数,包括种群大小和终端条件。这为用户解决不同的优化问题提供了灵活性。为了进行全局优化,使用CEC2019测试套件中的10个测试函数来评估FPA的性能。实验结果表明,FPA算法优于粒子群优化算法(PSO)、灰狼优化算法(GWO)、多元宇宙优化算法(MVO)、差分进化算法(DE)、回溯搜索算法(BSA)和黏菌算法(SMA)等6种最先进的算法。在此基础上,将FPA应用于解决实际电力系统的经济负荷调度问题。实验结果表明,该算法所获得的电力系统最小运行成本比其他14种算法更具竞争力。这个算法的源代码可以在https://ww2.mathworks.cn/matlabcentral/fileexchange/118215-five-phases-algorithm-fpa找到。
{"title":"Five Phases Algorithm: A Novel Meta-heuristic Algorithm and Its Application on Economic Load Dispatch Problem","authors":"Xiaopeng Wang Xiaopeng Wang, Shu-Chuan Chu Xiaopeng Wang, Václav Snášel Shu-Chuan Chu, Hisham A. Shehadeh Václav Snášel, Jeng-Shyang Pan Hisham A. Shehadeh","doi":"10.53106/160792642023072404002","DOIUrl":"https://doi.org/10.53106/160792642023072404002","url":null,"abstract":"\u0000 A new meta-heuristic algorithm named the five phases algorithm (FPA) is presented in this paper. The proposed method is inspired by the five phases theory in traditional Chinese thought. FPA updates agents based on the generating and overcoming strategy as well as learning strategy from the agent with the same label. FPA has a simple structure but excellent performance. It also does not have any predefined control parameters, only two general parameters including population size and terminal condition are required. This provides flexibility to users to solve different optimization problems. For global optimization, 10 test functions from the CEC2019 test suite are used to evaluate the performance of FPA. The experimental results confirm that FPA is better than the 6 state-of-the-art algorithms including particle swarm optimization (PSO), grey wolf optimizer (GWO), multi-verse optimizer (MVO), differential evolution (DE), backtracking search algorithm (BSA), and slime mould algorithm (SMA). Furthermore, FPA is applied to solve the Economic Load Dispatch (ELD) from the real power system problem. The experiments give that the minimum cost of power system operation obtained by the proposed FPA is more competitive than the 14 counterparts. The source codes of this algorithm can be found in https://ww2.mathworks.cn/matlabcentral/fileexchange/118215-five-phases-algorithm-fpa.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"47 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123939073","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Discovery of New Words in Tax-related Fields Based on Word Vector Representation 基于词向量表示的税务相关领域新词发现
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404010
Wei Wei Wei Wei, Wei Liu Wei Wei, Beibei Zhang Wei Liu, Rafał Scherer Beibei Zhang, Robertas Damaševičius Rafal Scherer
New words detection, as basic research in natural language processing, has gained extensive concern from academic and business communities. When the existing Chinese word segmentation technology is applied in the specific field of tax-related finance, because it cannot correctly identify new words in the field, it will have an impact on subsequent information extraction and entity recognition. Aiming at the current problems in new word discovery, it proposed a new word detection method using statistical features that are based on the inner measurement and branch entropy and then combined with word vector representation. First, perform word segmentation preprocessing on the corpus, calculate the internal cohesion degree of words through statistics of scattered string mutual information, filter out candidate two-tuples, and then filter and expand the two-tuples; next, it locks the boundaries of new words through calculate the branch entropy. Finally, expand the new vocabulary dictionary according to the cosine similarity principle of word vector representation. The unsupervised neologism discovery proposed in this paper allows for automatic growth of the neologism lexicon, experimental results on large-scale corpus verify the effectiveness of this method. 
新词检测作为自然语言处理的基础研究,受到了学术界和企业界的广泛关注。现有的中文分词技术在涉税金融特定领域应用时,由于无法正确识别该领域的新词,会对后续的信息提取和实体识别产生影响。针对当前新词发现中存在的问题,提出了一种基于内度量和分支熵的统计特征与词向量表示相结合的新词检测方法。首先对语料库进行分词预处理,通过统计分散的字符串互信息计算词的内部衔接度,过滤出候选双元组,然后对双元组进行过滤和扩展;其次,通过计算分支熵来锁定新词的边界。最后,根据词向量表示的余弦相似原理扩展新词汇字典。本文提出的无监督新词发现方法实现了新词词典的自动增长,在大规模语料库上的实验结果验证了该方法的有效性。
{"title":"Discovery of New Words in Tax-related Fields Based on Word Vector Representation","authors":"Wei Wei Wei Wei, Wei Liu Wei Wei, Beibei Zhang Wei Liu, Rafał Scherer Beibei Zhang, Robertas Damaševičius Rafal Scherer","doi":"10.53106/160792642023072404010","DOIUrl":"https://doi.org/10.53106/160792642023072404010","url":null,"abstract":"\u0000 New words detection, as basic research in natural language processing, has gained extensive concern from academic and business communities. When the existing Chinese word segmentation technology is applied in the specific field of tax-related finance, because it cannot correctly identify new words in the field, it will have an impact on subsequent information extraction and entity recognition. Aiming at the current problems in new word discovery, it proposed a new word detection method using statistical features that are based on the inner measurement and branch entropy and then combined with word vector representation. First, perform word segmentation preprocessing on the corpus, calculate the internal cohesion degree of words through statistics of scattered string mutual information, filter out candidate two-tuples, and then filter and expand the two-tuples; next, it locks the boundaries of new words through calculate the branch entropy. Finally, expand the new vocabulary dictionary according to the cosine similarity principle of word vector representation. The unsupervised neologism discovery proposed in this paper allows for automatic growth of the neologism lexicon, experimental results on large-scale corpus verify the effectiveness of this method.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131061881","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Reliability Analysis of Cold-standby Systems with Subsystems Using Conditional Binary Decision Diagrams 基于条件二元决策图的含子系统冷备系统可靠性分析
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404011
Siwei Zhou Siwei Zhou, Yinghuai Yu Siwei Zhou, Xiaohong Peng Yinghuai Yu
Cold-standby systems have been widely used for conditions with limited power, which achieve fault tolerance and high-reliability systems. The cold spare (CSP) gate is a common dynamic gate in the dynamic fault tree (DFT). DFT with CSP gates is typically used to model a cold-standby system for reliability analysis. In general, inputs of the CSP gate are considered to be basic events. However, with the requirement of the current system design, the inputs of the CSP gate may be either basic events or top events of subtrees. Hence, the sequence-dependency among basic events in CSP gates becomes much more complex. However, the early conditional binary decision diagram (CBDD) used for the reliability analysis of spare gates does not consider it well. To address this problem, the conditioning event rep is improved to describe the replacement behavior in CSP gates with subtrees inputs, and the related formulae are derived. Further, a combinatorial method based on the CBDD is demonstrated to evaluate the reliability of cold-standby systems modeled by CSP gates with subtrees inputs. The case study is presented to show the advantage of using our method. 
冷备系统已广泛应用于有限功率条件下,以实现系统的容错和高可靠性。冷备门(CSP)是动态故障树(DFT)中常见的动态门。带CSP闸的DFT通常用于对冷备系统进行可靠性分析。通常,CSP门的输入被认为是基本事件。但是,根据当前系统设计的要求,CSP门的输入可以是基本事件,也可以是子树的top事件。因此,CSP门中基本事件之间的序列依赖性变得更加复杂。然而,早期用于备用门可靠性分析的条件二元决策图(CBDD)并没有很好地考虑到这一点。为了解决这一问题,改进了条件反射事件代表来描述具有子树输入的CSP门的替换行为,并推导了相关公式。在此基础上,提出了一种基于CBDD的组合方法来评估具有子树输入的CSP门模型冷备系统的可靠性。通过实例分析,说明了该方法的优越性。
{"title":"Reliability Analysis of Cold-standby Systems with Subsystems Using Conditional Binary Decision Diagrams","authors":"Siwei Zhou Siwei Zhou, Yinghuai Yu Siwei Zhou, Xiaohong Peng Yinghuai Yu","doi":"10.53106/160792642023072404011","DOIUrl":"https://doi.org/10.53106/160792642023072404011","url":null,"abstract":"\u0000 Cold-standby systems have been widely used for conditions with limited power, which achieve fault tolerance and high-reliability systems. The cold spare (CSP) gate is a common dynamic gate in the dynamic fault tree (DFT). DFT with CSP gates is typically used to model a cold-standby system for reliability analysis. In general, inputs of the CSP gate are considered to be basic events. However, with the requirement of the current system design, the inputs of the CSP gate may be either basic events or top events of subtrees. Hence, the sequence-dependency among basic events in CSP gates becomes much more complex. However, the early conditional binary decision diagram (CBDD) used for the reliability analysis of spare gates does not consider it well. To address this problem, the conditioning event rep is improved to describe the replacement behavior in CSP gates with subtrees inputs, and the related formulae are derived. Further, a combinatorial method based on the CBDD is demonstrated to evaluate the reliability of cold-standby systems modeled by CSP gates with subtrees inputs. The case study is presented to show the advantage of using our method.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129694423","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Lightweight Privacy-preserving Path Selection Scheme in VANETs 一种基于VANETs的轻量级隐私保护路径选择方案
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404004
Guojun Wang Guojun Wang, Huijie Yang Guojun Wang
With the rapid development of edge computing, artificial intelligence and other technologies, intelligent transportation services in the vehicular ad hoc networks (VANETs) such as in-vehicle navigation and distress alert are increasingly being widely used in life. Currently, road navigation is an essential service in the vehicle network. However, when a user employs the road navigation service, his private data maybe exposed to roadside nodes. Meanwhile, when the trusted authorization sends the navigation route data to the user, the user can obtain all the road data. Especially, other unrequested data might be related to the military. Therefore, how to achieve secure and efficient road navigation while protecting privacy is a crucial issue. In this paper, we propose a privacy-preserving path selection protocol that supports a token as the object in the oblivious transfers, which effectively reduces the communication overhead. In addition, a lightweight dual authentication and group key negotiation protocol is provided to support dynamic joining or leaving of group members. Moreover, it can guarantee the security of forward data. After experimental analysis, the proposed protocol has high security and efficiency. 
随着边缘计算、人工智能等技术的快速发展,车载导航、遇险报警等车载自组网(VANETs)中的智能交通服务在生活中得到越来越广泛的应用。目前,道路导航是车辆网络中必不可少的一项服务。然而,当用户使用道路导航服务时,他的私人数据可能会暴露给路边节点。同时,当可信授权将导航路径数据发送给用户时,用户可以获得所有的道路数据。特别是,其他未经请求的数据可能与军事有关。因此,如何在保护隐私的同时实现安全高效的道路导航是一个至关重要的问题。本文提出了一种保护隐私的路径选择协议,该协议支持令牌作为遗忘传输的对象,有效地降低了通信开销。此外,还提供了轻量级的双重身份验证和组密钥协商协议,以支持组成员的动态加入或退出。并且可以保证转发数据的安全性。经过实验分析,该协议具有较高的安全性和效率。
{"title":"A Lightweight Privacy-preserving Path Selection Scheme in VANETs","authors":"Guojun Wang Guojun Wang, Huijie Yang Guojun Wang","doi":"10.53106/160792642023072404004","DOIUrl":"https://doi.org/10.53106/160792642023072404004","url":null,"abstract":"\u0000 With the rapid development of edge computing, artificial intelligence and other technologies, intelligent transportation services in the vehicular ad hoc networks (VANETs) such as in-vehicle navigation and distress alert are increasingly being widely used in life. Currently, road navigation is an essential service in the vehicle network. However, when a user employs the road navigation service, his private data maybe exposed to roadside nodes. Meanwhile, when the trusted authorization sends the navigation route data to the user, the user can obtain all the road data. Especially, other unrequested data might be related to the military. Therefore, how to achieve secure and efficient road navigation while protecting privacy is a crucial issue. In this paper, we propose a privacy-preserving path selection protocol that supports a token as the object in the oblivious transfers, which effectively reduces the communication overhead. In addition, a lightweight dual authentication and group key negotiation protocol is provided to support dynamic joining or leaving of group members. Moreover, it can guarantee the security of forward data. After experimental analysis, the proposed protocol has high security and efficiency.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"98 3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129258139","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Selective Layered Blockchain Framework for Privacy-preserving Data Management in Low-latency Mobile Networks 低延迟移动网络中保护隐私数据管理的选择性分层区块链框架
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404006
Sun-Woo Yun Sun-Woo Yun, Eun-Young Lee Sun-Woo Yun, Il-Gu Lee Eun-Young Lee
With the gradual development of Fourth Industrial Revolution technologies, such as artificial intelligence, the Internet of Things, and big data, and the considerable amount of data in mobile networks, low-latency communication and security management are becoming crucial. Blockchain is a data-distributed processing technology that tracks data records to support secure electronic money transactions and data security management in a peer-to-peer environment without the need of a central trusted authority. The data uploaded to the blockchain-shared ledger are immutable, making tracking integrity preservation facile. However, blockchain technology is limited because it is challenging to utilize in the industry owing to its inability to correct data, even when inaccurate data are uploaded. Accordingly, research on blockchain mechanisms that consider privacy-preserving data management is required to commercialize blockchain technology. Previously, off-chain, blacklist, and hard-fork methods have been proposed; however, their application is challenging or impractical. Therefore, to protect privacy, we propose a layered blockchain mechanism that can correct data by adding a buffer blockchain. We evaluated the latency, security, and space complexity of layered blockchains. The security and security-to-latency ratio for data management of the selective layered blockchain is 2.2 and 11.3 times higher than the conventional blockchains, respectively. The proposed selective layered blockchain is expected to promote the commercialization of blockchain technologies in various industries by protecting user privacy. 
随着人工智能、物联网、大数据等第四次工业革命技术的逐步发展,以及移动网络中庞大的数据量,低延迟通信和安全管理变得至关重要。区块链是一种数据分布式处理技术,它可以跟踪数据记录,在点对点环境中支持安全的电子货币交易和数据安全管理,而无需中央可信机构。上传到区块链共享分类账的数据是不可变的,这使得跟踪完整性保存变得容易。然而,区块链技术的局限性在于,即使上传了不准确的数据,它也无法纠正数据,因此很难在行业中使用。因此,为了实现区块链技术的商业化,需要研究考虑隐私保护数据管理的区块链机制。此前,脱链、黑名单和硬分叉方法已经被提出;然而,它们的应用具有挑战性或不切实际。因此,为了保护隐私,我们提出了一种分层区块链机制,通过增加缓冲区区块链来纠正数据。我们评估了分层区块链的延迟、安全性和空间复杂性。选择性分层区块链数据管理的安全性和安全延迟比分别是传统区块链的2.2倍和11.3倍。所提出的选择性分层区块链有望通过保护用户隐私来促进区块链技术在各个行业的商业化。
{"title":"Selective Layered Blockchain Framework for Privacy-preserving Data Management in Low-latency Mobile Networks","authors":"Sun-Woo Yun Sun-Woo Yun, Eun-Young Lee Sun-Woo Yun, Il-Gu Lee Eun-Young Lee","doi":"10.53106/160792642023072404006","DOIUrl":"https://doi.org/10.53106/160792642023072404006","url":null,"abstract":"\u0000 With the gradual development of Fourth Industrial Revolution technologies, such as artificial intelligence, the Internet of Things, and big data, and the considerable amount of data in mobile networks, low-latency communication and security management are becoming crucial. Blockchain is a data-distributed processing technology that tracks data records to support secure electronic money transactions and data security management in a peer-to-peer environment without the need of a central trusted authority. The data uploaded to the blockchain-shared ledger are immutable, making tracking integrity preservation facile. However, blockchain technology is limited because it is challenging to utilize in the industry owing to its inability to correct data, even when inaccurate data are uploaded. Accordingly, research on blockchain mechanisms that consider privacy-preserving data management is required to commercialize blockchain technology. Previously, off-chain, blacklist, and hard-fork methods have been proposed; however, their application is challenging or impractical. Therefore, to protect privacy, we propose a layered blockchain mechanism that can correct data by adding a buffer blockchain. We evaluated the latency, security, and space complexity of layered blockchains. The security and security-to-latency ratio for data management of the selective layered blockchain is 2.2 and 11.3 times higher than the conventional blockchains, respectively. The proposed selective layered blockchain is expected to promote the commercialization of blockchain technologies in various industries by protecting user privacy.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"127 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133877097","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Resource Construction and Ensemble Learning based Sentiment Analysis for the Low-resource Language Uyghur 基于集成学习的低资源语言维吾尔语情感分析
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404018
Azragul Yusup Azragul Yusup, Degang Chen Azragul Yusup, Yifei Ge Degang Chen, Hongliang Mao Yifei Ge, Nujian Wang Hongliang Mao
To address the problem of scarce low-resource sentiment analysis corpus nowadays, this paper proposes a sentence-level sentiment analysis resource conversion method HTL based on the syntactic-semantic knowledge of the low-resource language Uyghur to convert high-resource corpus to low-resource corpus. In the conversion process, a k-fold cross-filtering method is proposed to reduce the distortion of data samples, which is used to select high-quality samples for conversion; finally, the Uyghur sentiment analysis dataset USD is constructed; the Baseline of this dataset is verified under the LSTM model, and the accuracy and F1 values reach 81.07% and 81.13%, respectively, which can provide a reference for the construction of low-resource language corpus nowadays. The accuracy and F1 values reached 81.07% and 81.13%, respectively, which can provide a reference for the construction of today’s low-resource corpus. Meanwhile, this paper also proposes a sentiment analysis model based on logistic regression ensemble learning, SA-LREL, which combines the advantages of several lightweight network models such as TextCNN, RNN, and RCNN as the base model, and the meta-model is constructed using logistic regression functions for ensemble, and the accuracy and F1 values reach 82.17% and 81.86% respectively in the test set, and the experimental results show that the method can effectively improve the performance of Uyghur sentiment analysis task. 
针对当前低资源情感分析语料库稀缺的问题,本文提出了一种基于低资源语言维吾尔语的句法语义知识的句子级情感分析资源转换方法html,实现高资源语料库向低资源语料库的转换。在转换过程中,提出了k-fold交叉滤波方法,以减少数据样本的失真,选择高质量的样本进行转换;最后,构建维吾尔语情感分析数据集USD;在LSTM模型下对该数据集的Baseline进行了验证,准确率和F1值分别达到81.07%和81.13%,可为当前低资源语言语料库的构建提供参考。准确率和F1值分别达到81.07%和81.13%,可为当今低资源语料库的构建提供参考。同时,本文还提出了一种基于逻辑回归集成学习的情感分析模型SA-LREL,该模型结合了TextCNN、RNN、RCNN等几种轻量级网络模型的优点作为基模型,并使用逻辑回归函数进行集成构建元模型,测试集的准确率和F1值分别达到82.17%和81.86%。实验结果表明,该方法可以有效地提高维吾尔语情感分析任务的性能。
{"title":"Resource Construction and Ensemble Learning based Sentiment Analysis for the Low-resource Language Uyghur","authors":"Azragul Yusup Azragul Yusup, Degang Chen Azragul Yusup, Yifei Ge Degang Chen, Hongliang Mao Yifei Ge, Nujian Wang Hongliang Mao","doi":"10.53106/160792642023072404018","DOIUrl":"https://doi.org/10.53106/160792642023072404018","url":null,"abstract":"\u0000 To address the problem of scarce low-resource sentiment analysis corpus nowadays, this paper proposes a sentence-level sentiment analysis resource conversion method HTL based on the syntactic-semantic knowledge of the low-resource language Uyghur to convert high-resource corpus to low-resource corpus. In the conversion process, a k-fold cross-filtering method is proposed to reduce the distortion of data samples, which is used to select high-quality samples for conversion; finally, the Uyghur sentiment analysis dataset USD is constructed; the Baseline of this dataset is verified under the LSTM model, and the accuracy and F1 values reach 81.07% and 81.13%, respectively, which can provide a reference for the construction of low-resource language corpus nowadays. The accuracy and F1 values reached 81.07% and 81.13%, respectively, which can provide a reference for the construction of today’s low-resource corpus. Meanwhile, this paper also proposes a sentiment analysis model based on logistic regression ensemble learning, SA-LREL, which combines the advantages of several lightweight network models such as TextCNN, RNN, and RCNN as the base model, and the meta-model is constructed using logistic regression functions for ensemble, and the accuracy and F1 values reach 82.17% and 81.86% respectively in the test set, and the experimental results show that the method can effectively improve the performance of Uyghur sentiment analysis task.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128695911","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A Hybrid Firefly with Dynamic Multi-swarm Particle Swarm Optimization for WSN Deployment 基于混合萤火虫的动态多群粒子群优化无线传感器网络部署
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404001
Wei-Yan Chang Wei-Yan Chang, Prathibha Soma Wei-Yan Chang, Huan Chen Prathibha Soma, Hsuan Chang Huan Chen, Chun-Wei Tsai Hsuan Chang
Enhancing the coverage area of the sensing range with the limiting resource is a critical problem in the wireless sensor network (WSN). Mobile sensors are patched coverage holes and they also have limited energy to move in large distances. Several recent studies indicated the metaheuristic algorithms can find an acceptable deployed solution in a reasonable time, especially the PSO-based algorithm. However, the speeds of convergence of most PSO-based algorithms are too fast which will lead to the premature problem to degrade the quality of deployed performance in WSN. A hybrid metaheuristic combined with dynamic multi-swarm particle swarm optimization and firefly algorithm will be presented in this paper to find an acceptable deployed solution with the maximum coverage rate and minimum energy consumption via static and mobile sensors. Moreover, a novel switch search mechanism between sub-swarms will also be presented for the proposed algorithm to avoid fall into local optimal in early convergence process. The simulation results show that the proposed method can obtain better solutions than other PSO-based deployment algorithms compared in this paper in terms of coverage rate and energy consumption. 
在有限的资源条件下提高传感范围的覆盖面积是无线传感器网络的关键问题。移动传感器是修补的覆盖洞,而且它们在远距离移动时能量有限。最近的一些研究表明,元启发式算法可以在合理的时间内找到可接受的部署解决方案,特别是基于粒子群的算法。然而,大多数基于pso的算法的收敛速度太快,这将导致在无线传感器网络中部署性能质量的过早问题。本文提出了一种混合元启发式算法,结合动态多群粒子群优化和萤火虫算法,通过静态和移动传感器寻找具有最大覆盖率和最小能耗的可接受部署解决方案。此外,为了避免算法在早期收敛过程中陷入局部最优,还提出了一种新的子群间切换搜索机制。仿真结果表明,与本文比较的其他基于pso的部署算法相比,该方法在覆盖率和能耗方面都能获得更好的解决方案。
{"title":"A Hybrid Firefly with Dynamic Multi-swarm Particle Swarm Optimization for WSN Deployment","authors":"Wei-Yan Chang Wei-Yan Chang, Prathibha Soma Wei-Yan Chang, Huan Chen Prathibha Soma, Hsuan Chang Huan Chen, Chun-Wei Tsai Hsuan Chang","doi":"10.53106/160792642023072404001","DOIUrl":"https://doi.org/10.53106/160792642023072404001","url":null,"abstract":"\u0000 Enhancing the coverage area of the sensing range with the limiting resource is a critical problem in the wireless sensor network (WSN). Mobile sensors are patched coverage holes and they also have limited energy to move in large distances. Several recent studies indicated the metaheuristic algorithms can find an acceptable deployed solution in a reasonable time, especially the PSO-based algorithm. However, the speeds of convergence of most PSO-based algorithms are too fast which will lead to the premature problem to degrade the quality of deployed performance in WSN. A hybrid metaheuristic combined with dynamic multi-swarm particle swarm optimization and firefly algorithm will be presented in this paper to find an acceptable deployed solution with the maximum coverage rate and minimum energy consumption via static and mobile sensors. Moreover, a novel switch search mechanism between sub-swarms will also be presented for the proposed algorithm to avoid fall into local optimal in early convergence process. The simulation results show that the proposed method can obtain better solutions than other PSO-based deployment algorithms compared in this paper in terms of coverage rate and energy consumption.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"412 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122789269","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Avoiding Optimal Mean Robust and Sparse BPCA with L1-norm Maximization 利用l1范数最大化避免最优均值鲁棒稀疏BPCA
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404016
Ganyi Tang Ganyi Tang, Lili Fan Ganyi Tang, Jianguo Shi Lili Fan, Jingjing Tan Jianguo Shi, Guifu Lu Jingjing Tan
Recently, the robust PCA/2DPCA methods have achieved great success in subspace learning. Nevertheless, most of them have a basic premise that the average of samples is zero and the optimal mean is the center of the data. Actually, this premise only applies to PCA/2DPCA methods based on L2-norm. The robust PCA/2DPCA method with L1-norm has an optimal mean deviate from zero, and the estimation of the optimal mean leads to an expensive calculation. Another shortcoming of PCA/2DPCA is that it does not pay enough attention to the instinct correlation within the part of data. To tackle these issues, we introduce the maximum variance of samples’ difference into Block principal component analysis (BPCA) and propose a robust method for avoiding the optimal mean to extract orthonormal features. BPCA, which is generalized from PCA and 2DPCA, is a general PCA/2DPCA framework specialized in part learning, can makes better use of the partial correlation. However, projection features without sparsity not only have higher computational complexity, but also lack semantic properties. We integrate the elastic network into avoiding optimal mean robust BPCA to perform sparse constraints on projection features. These two BPCA methods (non-sparse and sparse) make the presumption of zero-mean data unnecessary and avoid optimal mean calculation. Experiments on reference benchmark databases indicate the usefulness of the proposed two methods in image classification and image reconstruction. 
近年来,鲁棒PCA/2DPCA方法在子空间学习方面取得了很大的成功。然而,大多数方法都有一个基本的前提,即样本的平均值为零,最优均值是数据的中心。实际上,这个前提只适用于基于l2范数的PCA/2DPCA方法。具有l1范数的稳健PCA/2DPCA方法具有离零的最优均值,最优均值的估计导致计算成本高。PCA/2DPCA的另一个缺点是对部分数据内部的本能相关性重视不够。为了解决这些问题,我们将样本差异的最大方差引入到块主成分分析(BPCA)中,并提出了一种鲁棒的方法来避免最优均值来提取正交特征。BPCA是在PCA和2DPCA的基础上推广而来的,是一种专门研究部分学习的通用PCA/2DPCA框架,可以更好地利用偏相关性。然而,没有稀疏性的投影特征不仅具有较高的计算复杂度,而且缺乏语义属性。我们将弹性网络整合到避免最优均值鲁棒BPCA中,对投影特征执行稀疏约束。这两种BPCA方法(非稀疏和稀疏)无需假设数据为零均值,避免了最优均值计算。在参考基准数据库上的实验表明了这两种方法在图像分类和图像重建方面的有效性。
{"title":"Avoiding Optimal Mean Robust and Sparse BPCA with L1-norm Maximization","authors":"Ganyi Tang Ganyi Tang, Lili Fan Ganyi Tang, Jianguo Shi Lili Fan, Jingjing Tan Jianguo Shi, Guifu Lu Jingjing Tan","doi":"10.53106/160792642023072404016","DOIUrl":"https://doi.org/10.53106/160792642023072404016","url":null,"abstract":"\u0000 Recently, the robust PCA/2DPCA methods have achieved great success in subspace learning. Nevertheless, most of them have a basic premise that the average of samples is zero and the optimal mean is the center of the data. Actually, this premise only applies to PCA/2DPCA methods based on L2-norm. The robust PCA/2DPCA method with L1-norm has an optimal mean deviate from zero, and the estimation of the optimal mean leads to an expensive calculation. Another shortcoming of PCA/2DPCA is that it does not pay enough attention to the instinct correlation within the part of data. To tackle these issues, we introduce the maximum variance of samples’ difference into Block principal component analysis (BPCA) and propose a robust method for avoiding the optimal mean to extract orthonormal features. BPCA, which is generalized from PCA and 2DPCA, is a general PCA/2DPCA framework specialized in part learning, can makes better use of the partial correlation. However, projection features without sparsity not only have higher computational complexity, but also lack semantic properties. We integrate the elastic network into avoiding optimal mean robust BPCA to perform sparse constraints on projection features. These two BPCA methods (non-sparse and sparse) make the presumption of zero-mean data unnecessary and avoid optimal mean calculation. Experiments on reference benchmark databases indicate the usefulness of the proposed two methods in image classification and image reconstruction.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129884625","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A New Approach to Multiple Criteria Decision-Making Using the Dice Similarity Measure under Fermatean Fuzzy Environments Fermatean模糊环境下基于骰子相似性测度的多准则决策新方法
Pub Date : 2023-07-01 DOI: 10.53106/160792642023072404003
Yi-Ting Huang Yi-Ting Huang, Wan-Hui Lee Yi-Ting Huang, Jen-Hui Tsai Wan-Hui Lee
Many contemporary multiple criteria decision-making (MCDM) problems are rather complicated and uncertain to manage. MCDM problems can be complex because they involve making decisions based on multiple conflicting criteria, and they can be uncertain because they often involve incomplete or subjective information. This can make it difficult to determine the optimal solution to the problem. Over the last decades, tens of thousands MCDM methods have been proposed based on fuzzy sets (FSs) and intuitionistic fuzzy sets (IFSs). In this paper, we propose a new MCDM method based on Fermatean fuzzy sets (FFSs) and improved Dice similarity measure (DSM) and generalized Dice similarity measures (GDSM) between two FFSs with completely unknown weights of criteria. When a decision matrix is given, we calculate the weights of criteria using a normalized entropy measure while the weights of criteria are not given by the decision-maker. Then, we use the proposed improved DSM and GDSM between two FFSs that take the hesitancy degree of elements of FFSs into account and develop a new MCDM method. Finally, we use the values of the proposed improved DSM and GDSM between two FFSs to get the preference order of the alternatives. The proposed method can overcome the drawbacks and limitations of some existing methods that they cannot get the preference order of the alternatives under Fermatean fuzzy (FF) environments. 
当代的多准则决策(MCDM)问题管理起来非常复杂和不确定。MCDM问题可能很复杂,因为它们涉及基于多个相互冲突的标准做出决策,并且它们可能不确定,因为它们通常涉及不完整或主观的信息。这使得确定问题的最佳解决方案变得困难。在过去的几十年里,基于模糊集(FSs)和直觉模糊集(IFSs)的MCDM方法被提出了数以万计。本文提出了一种基于Fermatean模糊集(FFSs)的MCDM方法,改进了两个模糊集之间的骰子相似度度量(DSM)和广义骰子相似度度量(GDSM)。当给定决策矩阵时,我们使用归一化熵度量来计算标准的权重,而决策者不给出标准的权重。在此基础上,利用本文提出的考虑各元素犹豫度的两种ffs间改进的DSM和GDSM,提出了一种新的MCDM方法。最后,我们利用所提出的改进后的DSM和GDSM在两个FFSs之间的值来得到备选方案的优先顺序。该方法克服了现有方法在Fermatean fuzzy (FF)环境下无法得到备选方案优先顺序的缺点和局限性。
{"title":"A New Approach to Multiple Criteria Decision-Making Using the Dice Similarity Measure under Fermatean Fuzzy Environments","authors":"Yi-Ting Huang Yi-Ting Huang, Wan-Hui Lee Yi-Ting Huang, Jen-Hui Tsai Wan-Hui Lee","doi":"10.53106/160792642023072404003","DOIUrl":"https://doi.org/10.53106/160792642023072404003","url":null,"abstract":"\u0000 Many contemporary multiple criteria decision-making (MCDM) problems are rather complicated and uncertain to manage. MCDM problems can be complex because they involve making decisions based on multiple conflicting criteria, and they can be uncertain because they often involve incomplete or subjective information. This can make it difficult to determine the optimal solution to the problem. Over the last decades, tens of thousands MCDM methods have been proposed based on fuzzy sets (FSs) and intuitionistic fuzzy sets (IFSs). In this paper, we propose a new MCDM method based on Fermatean fuzzy sets (FFSs) and improved Dice similarity measure (DSM) and generalized Dice similarity measures (GDSM) between two FFSs with completely unknown weights of criteria. When a decision matrix is given, we calculate the weights of criteria using a normalized entropy measure while the weights of criteria are not given by the decision-maker. Then, we use the proposed improved DSM and GDSM between two FFSs that take the hesitancy degree of elements of FFSs into account and develop a new MCDM method. Finally, we use the values of the proposed improved DSM and GDSM between two FFSs to get the preference order of the alternatives. The proposed method can overcome the drawbacks and limitations of some existing methods that they cannot get the preference order of the alternatives under Fermatean fuzzy (FF) environments.\u0000 \u0000","PeriodicalId":442331,"journal":{"name":"網際網路技術學刊","volume":"92 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131017988","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
網際網路技術學刊
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1