首页 > 最新文献

2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)最新文献

英文 中文
Greedy Tuning Algorithm for Resource Scheduling of PISA Chips PISA芯片资源调度的贪心调优算法
Yikai Guo, Jie Liu, Zhiyu Duan, Zhizhao Luo, Wei Li, Bowei Ning
PISA (Protocol Independent Switch Architecture) is one of the mainstream programmable chip architectures, allowing users to define the functions and behaviors of the data plane with PISA language. The PISA chip optimizes robot design by providing flexible data processing capabilities, reducing the difficulty of robot maintenance, and enhancing the interoperability of the robot with other devices or systems. However, the application of the PISA chip faces two challenges. (1) Due to the complex dependencies and constraints in the chip, the current chip resource allocation algorithms waste a lot of pipeline stages when executing basic blocks of programs. (2) The time complexity of existing resource scheduling algorithms is high, which affects the efficiency of the chip. To tackle these challenges, we introduce a low-complexity greedy tuning algorithm to schedule the resource of the chip. Firstly, we unify the data dependencies and control dependencies as path constraints, which are derived from the program flowchart and variable read-write information. Then the initial feasible schedule scheme is constructed under the given constraints. Finally, we optimize the initial feasible solution by designing a new data structure, namely segment flowchart, which efficiently solves the resource-sharing problem among basic blocks within the same pipeline stage. In a practical example, basic blocks are successfully placed into the pipeline under given constraints, saving 14.9% of pipeline stages compared with the sequential approach. Our code and dataset are publicly available.
PISA (Protocol Independent Switch Architecture)是目前主流的可编程芯片架构之一,允许用户用PISA语言定义数据平面的功能和行为。PISA芯片通过提供灵活的数据处理能力、降低机器人维护的难度以及增强机器人与其他设备或系统的互操作性来优化机器人设计。然而,PISA芯片的应用面临两个挑战。(1)由于芯片内部复杂的依赖关系和约束,目前的芯片资源分配算法在执行程序的基本块时浪费了大量的流水线阶段。(2)现有资源调度算法的时间复杂度较高,影响了芯片的效率。为了解决这些问题,我们引入了一种低复杂度的贪心调优算法来调度芯片的资源。首先,根据程序流程图和可变读写信息,将数据依赖关系和控制依赖关系统一为路径约束;然后在给定约束条件下构造初始可行调度方案。最后,通过设计一种新的数据结构,即段流程图,对初始可行解进行优化,有效地解决了同一管道阶段内基本块之间的资源共享问题。在一个实际的例子中,在给定的约束条件下,基本区块被成功地放置到管道中,与顺序方法相比,节省了14.9%的管道阶段。我们的代码和数据集是公开的。
{"title":"Greedy Tuning Algorithm for Resource Scheduling of PISA Chips","authors":"Yikai Guo, Jie Liu, Zhiyu Duan, Zhizhao Luo, Wei Li, Bowei Ning","doi":"10.1109/IDITR57726.2023.10145929","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145929","url":null,"abstract":"PISA (Protocol Independent Switch Architecture) is one of the mainstream programmable chip architectures, allowing users to define the functions and behaviors of the data plane with PISA language. The PISA chip optimizes robot design by providing flexible data processing capabilities, reducing the difficulty of robot maintenance, and enhancing the interoperability of the robot with other devices or systems. However, the application of the PISA chip faces two challenges. (1) Due to the complex dependencies and constraints in the chip, the current chip resource allocation algorithms waste a lot of pipeline stages when executing basic blocks of programs. (2) The time complexity of existing resource scheduling algorithms is high, which affects the efficiency of the chip. To tackle these challenges, we introduce a low-complexity greedy tuning algorithm to schedule the resource of the chip. Firstly, we unify the data dependencies and control dependencies as path constraints, which are derived from the program flowchart and variable read-write information. Then the initial feasible schedule scheme is constructed under the given constraints. Finally, we optimize the initial feasible solution by designing a new data structure, namely segment flowchart, which efficiently solves the resource-sharing problem among basic blocks within the same pipeline stage. In a practical example, basic blocks are successfully placed into the pipeline under given constraints, saving 14.9% of pipeline stages compared with the sequential approach. Our code and dataset are publicly available.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"47 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123900348","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
GMaglev: Graph-friendly Consistent Hashing for Distributed Social Graph Partition GMaglev:分布式社交图分区的图友好一致哈希
Miaomiao Cheng, Jiahui Zhang, Shuibing Long
Consistent hashing plays an important role in distributed systems as well as in distributed graph systems. It assumes the role of load balancing and data relocation for system expansion and contraction. Graph partitioning is used by many distributed graph systems, which can improve the system’s performance. In distributed systems, expansion and contraction cause data relocation. Data relocation consumes CPU and leads to the unreliability of online services.The system’s performance using the graph partition algorithm to optimize data distribution will inevitably decline with data relocation. Data migration due to capacity expansion is accidental, and system efficiency is a long-term indicator. We present GMaglev to find a way to balance the data migration and the fanout optimization. Experiments on multiple datasets show the effectiveness of GMaglev algorithm. In the case of only 5% increase in data relocation radio, fanout is reduced by 20%.
一致性哈希在分布式系统和分布式图系统中起着重要的作用。它承担了系统扩展和收缩时的负载平衡和数据迁移的角色。许多分布式图系统都采用了图分区,图分区可以提高系统的性能。在分布式系统中,扩展和收缩会导致数据重新定位。迁移数据会消耗CPU资源,导致在线业务不可靠。采用图划分算法优化数据分布的系统性能随着数据的迁移而不可避免地下降。扩容导致的数据迁移是偶然的,系统效率是一个长期的指标。为了找到一种平衡数据迁移和扇出优化的方法,我们提出了GMaglev。在多个数据集上的实验证明了GMaglev算法的有效性。在数据重定位无线电仅增加5%的情况下,扇出减少20%。
{"title":"GMaglev: Graph-friendly Consistent Hashing for Distributed Social Graph Partition","authors":"Miaomiao Cheng, Jiahui Zhang, Shuibing Long","doi":"10.1109/IDITR57726.2023.10145968","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145968","url":null,"abstract":"Consistent hashing plays an important role in distributed systems as well as in distributed graph systems. It assumes the role of load balancing and data relocation for system expansion and contraction. Graph partitioning is used by many distributed graph systems, which can improve the system’s performance. In distributed systems, expansion and contraction cause data relocation. Data relocation consumes CPU and leads to the unreliability of online services.The system’s performance using the graph partition algorithm to optimize data distribution will inevitably decline with data relocation. Data migration due to capacity expansion is accidental, and system efficiency is a long-term indicator. We present GMaglev to find a way to balance the data migration and the fanout optimization. Experiments on multiple datasets show the effectiveness of GMaglev algorithm. In the case of only 5% increase in data relocation radio, fanout is reduced by 20%.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125817756","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
Traffic Speed Forecasting: Comparison of Modeling Approaches 交通速度预测:建模方法的比较
Yu Cao, Zhou Huang, Xingchen Zhang, Gang Liu, R. Y. Hou
Over the past two decades, building an intelligent transportation system has become a popular and challenging research topic. As a key role in such a system, accurate traffic speed forecasting is critical. Although many powerful prediction methods have been proposed, they have not considered the application of models in real situations, that is, on various types of roads with different characteristics. So, we apply some representative and state-of-the-art methods on different types of roads to help people select the appropriate prediction method to construct an intelligent transportation system. First, we use the traffic data of 214 roads in Guangzhou in 61 days as the data set, and select four typical roads according to their characteristics of the roads. Then we use feature engineering to enhance the quality of the data set. After that, we apply Autoregressive Integrated Moving Average (ARIMA), Exponential Smoothing, short-term and long-term memory (LSTM) neural networks, and Informer on selected roads to make comparisons. The performance of models varies significantly in different types of roads: The Mean Absolute Error (MAE) for low mean and low variance roads is around 2, but the MAE for high mean and high variance roads is about 5. Notably, the Holt-Winters model shows the best performance in short-period prediction, and the Informer model offers the best performance in long-period prediction in the benchmarking.
在过去的二十年里,智能交通系统的建设已经成为一个热门而富有挑战性的研究课题。作为该系统的关键角色,准确的交通速度预测至关重要。虽然已经提出了许多强大的预测方法,但它们都没有考虑到模型在实际情况下的应用,即在具有不同特征的各种类型道路上的应用。因此,我们在不同类型的道路上应用一些具有代表性和最先进的预测方法,帮助人们选择合适的预测方法来构建智能交通系统。首先,我们以广州市214条道路61天的交通数据为数据集,根据道路的特点选择了四条典型道路。然后,我们使用特征工程来提高数据集的质量。之后,我们在选定的道路上应用自回归综合移动平均(ARIMA)、指数平滑(Exponential Smoothing)、短期和长期记忆(LSTM)神经网络和Informer进行比较。模型在不同类型道路上的表现差异显著:低均值和低方差道路的平均绝对误差(MAE)在2左右,而高均值和高方差道路的平均绝对误差(MAE)在5左右。值得注意的是,在基准测试中,Holt-Winters模型在短周期预测中表现最好,而Informer模型在长周期预测中表现最好。
{"title":"Traffic Speed Forecasting: Comparison of Modeling Approaches","authors":"Yu Cao, Zhou Huang, Xingchen Zhang, Gang Liu, R. Y. Hou","doi":"10.1109/IDITR57726.2023.10145819","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145819","url":null,"abstract":"Over the past two decades, building an intelligent transportation system has become a popular and challenging research topic. As a key role in such a system, accurate traffic speed forecasting is critical. Although many powerful prediction methods have been proposed, they have not considered the application of models in real situations, that is, on various types of roads with different characteristics. So, we apply some representative and state-of-the-art methods on different types of roads to help people select the appropriate prediction method to construct an intelligent transportation system. First, we use the traffic data of 214 roads in Guangzhou in 61 days as the data set, and select four typical roads according to their characteristics of the roads. Then we use feature engineering to enhance the quality of the data set. After that, we apply Autoregressive Integrated Moving Average (ARIMA), Exponential Smoothing, short-term and long-term memory (LSTM) neural networks, and Informer on selected roads to make comparisons. The performance of models varies significantly in different types of roads: The Mean Absolute Error (MAE) for low mean and low variance roads is around 2, but the MAE for high mean and high variance roads is about 5. Notably, the Holt-Winters model shows the best performance in short-period prediction, and the Informer model offers the best performance in long-period prediction in the benchmarking.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"53 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130509833","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
Micro-Bristle Robot Design Via Different Surrogate Model Optimization Methods 基于不同代理模型优化方法的微刚毛机器人设计
Yifan Shi, Xiao Jing, Lushi Liu
In this paper, we optimize the locomotion speed of a micro-bristle robot using three surrogate model optimization methods: Kriging method, Bayesian method, and Deep Neural Network. Moreover, the current most popular optimization algorithm in the micro-robot optimization field, the genetic algorithm, is used as the baseline method for comparison. The four methods’ performances are tested in MATLAB, during which a state-of-art dynamic model is used. Then we 3D print the robot designs obtained from these methods and test these robot designs’ real performances. This is the first time that surrogate model optimization methods are applied on micro-robot design field. The MATLAB optimization results and the robot experimental results show that applying proper surrogate model optimization methods, especially Bayesian method will be able to obtain a satisfying robot design 5-6 times faster than the time spent by genetic algorithm. The paper provides an efficient guidance on micro-robot optimization field.
本文采用Kriging方法、贝叶斯方法和深度神经网络三种代理模型优化方法对微猪鬃机器人的运动速度进行优化。并以目前微机器人优化领域最流行的优化算法——遗传算法作为基准方法进行比较。在MATLAB中对四种方法的性能进行了测试,测试过程中使用了最先进的动态模型。然后对这些方法得到的机器人设计进行了3D打印,并对这些机器人设计的实际性能进行了测试。这是首次将代理模型优化方法应用于微型机器人设计领域。MATLAB优化结果和机器人实验结果表明,采用合适的代理模型优化方法,特别是贝叶斯方法,可以比采用遗传算法的时间快5-6倍,获得满意的机器人设计结果。本文为微机器人优化领域提供了有效的指导。
{"title":"Micro-Bristle Robot Design Via Different Surrogate Model Optimization Methods","authors":"Yifan Shi, Xiao Jing, Lushi Liu","doi":"10.1109/IDITR57726.2023.10145817","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145817","url":null,"abstract":"In this paper, we optimize the locomotion speed of a micro-bristle robot using three surrogate model optimization methods: Kriging method, Bayesian method, and Deep Neural Network. Moreover, the current most popular optimization algorithm in the micro-robot optimization field, the genetic algorithm, is used as the baseline method for comparison. The four methods’ performances are tested in MATLAB, during which a state-of-art dynamic model is used. Then we 3D print the robot designs obtained from these methods and test these robot designs’ real performances. This is the first time that surrogate model optimization methods are applied on micro-robot design field. The MATLAB optimization results and the robot experimental results show that applying proper surrogate model optimization methods, especially Bayesian method will be able to obtain a satisfying robot design 5-6 times faster than the time spent by genetic algorithm. The paper provides an efficient guidance on micro-robot optimization field.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121375710","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
Design of Fault Injector for Underwater Vehicle Sensors 水下航行器传感器故障注入器设计
Le Kang, Zhihua Chen, Tianyuan Yuan, Yunjiang Cheng
Aiming at the problems of complex working conditions, diverse fault modes and high-test costs of the underwater vehicle, a fault injector is designed based on TMS320F28335 digital signal processor. By analyzing the functional requirements, the hardware functional modules and software workflow of the fault injector are designed. After that, a fault injection experimental verification platform is built, and the effectiveness of the basic functions of the fault injector is verified by taking the speed sensor of the underwater vehicle as an example. The results show that the fault injector can meet the fault injection requirements of different fault modes, fault injection nodes and fault injection time, which is of great significance to the reliability research of the underwater vehicle.
针对水下航行器工作条件复杂、故障模式多样、测试成本高的问题,设计了一种基于TMS320F28335数字信号处理器的故障注入器。通过分析故障注入器的功能需求,设计了故障注入器的硬件功能模块和软件工作流程。在此基础上,搭建了故障注入实验验证平台,并以水下航行器速度传感器为例,验证了故障注入器基本功能的有效性。结果表明,该故障注入器能够满足不同故障模式、故障注入节点和故障注入时间的故障注入要求,对水下航行器可靠性研究具有重要意义。
{"title":"Design of Fault Injector for Underwater Vehicle Sensors","authors":"Le Kang, Zhihua Chen, Tianyuan Yuan, Yunjiang Cheng","doi":"10.1109/IDITR57726.2023.10145975","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145975","url":null,"abstract":"Aiming at the problems of complex working conditions, diverse fault modes and high-test costs of the underwater vehicle, a fault injector is designed based on TMS320F28335 digital signal processor. By analyzing the functional requirements, the hardware functional modules and software workflow of the fault injector are designed. After that, a fault injection experimental verification platform is built, and the effectiveness of the basic functions of the fault injector is verified by taking the speed sensor of the underwater vehicle as an example. The results show that the fault injector can meet the fault injection requirements of different fault modes, fault injection nodes and fault injection time, which is of great significance to the reliability research of the underwater vehicle.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"66 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132718954","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 Comparative Study of Cross-Sentence Features for Named Entity Recognition 命名实体识别的跨句特征比较研究
Sheng-Fu Wang, Jing Huang, Baohua Zhang, Jia Li
Recently, a growing number of Named Entity Recognition (NER) methods utilize cross-sentence features (also known as contexts) to improve the performance of NER models, instead of using single-sentence information alone. As far as we know, most NER models choose to exploit pre- and post-sentences to capture cross-sentence features. Generally, current NER studies focus only on the model architecture to capture better token representations. However, there is no in-depth exploration on how to better model cross-sentence features. In this paper, based on the span classification model, we investigate the effect of cross-sentence features under different settings. Specifically, we evaluate the impact of context stitching, context window size, context window padding, and classifier token of pre-trained language model (PLM) on model performance. Comparative experimental results show that appropriate incorporation of document-level contexts can considerably improve the NER metrics. Furthermore, we find that several factors can be used to improve the performance of NER models: (1) use domain-specific PLMs, but not classifier tokens; (2) use only preceding contexts for generic text, and random contexts for specialized text; (3) truncate overly long contexts when the context window is small, and preserve sentence integrity when the window is large; (4) set the context window size to about 200 for the basic size PLM.
最近,越来越多的命名实体识别(NER)方法利用交叉句子特征(也称为上下文)来提高NER模型的性能,而不是单独使用单句信息。据我们所知,大多数NER模型选择利用前句和后句来捕获跨句特征。一般来说,当前的NER研究只关注模型体系结构,以获取更好的令牌表示。然而,对于如何更好地对跨句特征进行建模,目前还没有深入的探讨。本文基于跨度分类模型,研究了不同设置下跨句特征的影响。具体来说,我们评估了预训练语言模型(PLM)的上下文拼接、上下文窗口大小、上下文窗口填充和分类器标记对模型性能的影响。对比实验结果表明,适当地结合文档级上下文可以显著提高NER度量。此外,我们发现有几个因素可以用来提高NER模型的性能:(1)使用特定于领域的plm,而不是分类器令牌;(2)一般文本只使用前面的上下文,特殊文本只使用随机上下文;(3)在上下文窗口较小时截断过长的上下文,在上下文窗口较大时保持句子的完整性;(4)对于基本大小的PLM,将上下文窗口大小设置为200左右。
{"title":"A Comparative Study of Cross-Sentence Features for Named Entity Recognition","authors":"Sheng-Fu Wang, Jing Huang, Baohua Zhang, Jia Li","doi":"10.1109/IDITR57726.2023.10145820","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145820","url":null,"abstract":"Recently, a growing number of Named Entity Recognition (NER) methods utilize cross-sentence features (also known as contexts) to improve the performance of NER models, instead of using single-sentence information alone. As far as we know, most NER models choose to exploit pre- and post-sentences to capture cross-sentence features. Generally, current NER studies focus only on the model architecture to capture better token representations. However, there is no in-depth exploration on how to better model cross-sentence features. In this paper, based on the span classification model, we investigate the effect of cross-sentence features under different settings. Specifically, we evaluate the impact of context stitching, context window size, context window padding, and classifier token of pre-trained language model (PLM) on model performance. Comparative experimental results show that appropriate incorporation of document-level contexts can considerably improve the NER metrics. Furthermore, we find that several factors can be used to improve the performance of NER models: (1) use domain-specific PLMs, but not classifier tokens; (2) use only preceding contexts for generic text, and random contexts for specialized text; (3) truncate overly long contexts when the context window is small, and preserve sentence integrity when the window is large; (4) set the context window size to about 200 for the basic size PLM.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115850466","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
RDIDI: Recognition of Defect Image Detection in Industry RDIDI:工业缺陷图像检测识别
Xusen Lang, Chenyao Bai, Yunlong Zhu
Electronic consumer products are closely related to life. With the increase of demand, various consumer electronic products have emerged as the times require. For some high-precision equipment, such as in all aspects of the chip manufacturing process, the requirements for PCB are relatively high. In the PCB manufacturing process, it is often due to various problems caused by improper operation of certain links in the process. Many defects may appear on the PCB, such as bubbles appearing when the film is not firmly attached to the ground during the film attachment process, and bubbles appear during the exposure process. Negative film scratches, excessive pressure during etching, unevenness during plating, etc. Printed board surface defects vary in size. This inconsistency of multi-scale features will cause the pooling operation of the network model to lose some fine-grained spatial features. In the field of object detection, in the past, the detection effect in the field of PCB defect detection was poor, and the natural defects were few and small, and faced some bottlenecks in engineering. Aiming at this problem, a PCB defect detection method based on RDIDet is proposed. The experimental results prove that the improved network has obvious performance advantages over the previous classic model, with an accuracy rate of 98.3%, and a better detection effect on PCB defects.
电子消费产品与生活息息相关。随着需求的增加,各种消费电子产品应运而生。对于一些高精度的设备,比如在芯片制造过程的各个环节,对PCB的要求都比较高。在PCB制造过程中,往往是由于过程中某些环节操作不当造成的各种问题。PCB上可能会出现很多缺陷,比如贴膜过程中贴膜未牢固贴地时出现气泡,曝光过程中出现气泡等。底片划伤,蚀刻时压力过大,电镀时不均匀等。印制板表面缺陷大小不一。这种多尺度特征的不一致性会导致网络模型的池化操作失去一些细粒度的空间特征。在物体检测领域,过去在PCB缺陷检测领域的检测效果较差,天然缺陷少而小,在工程上面临一些瓶颈。针对这一问题,提出了一种基于RDIDet的PCB缺陷检测方法。实验结果证明,改进后的网络与之前的经典模型相比具有明显的性能优势,准确率达到98.3%,对PCB缺陷的检测效果更好。
{"title":"RDIDI: Recognition of Defect Image Detection in Industry","authors":"Xusen Lang, Chenyao Bai, Yunlong Zhu","doi":"10.1109/IDITR57726.2023.10145941","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145941","url":null,"abstract":"Electronic consumer products are closely related to life. With the increase of demand, various consumer electronic products have emerged as the times require. For some high-precision equipment, such as in all aspects of the chip manufacturing process, the requirements for PCB are relatively high. In the PCB manufacturing process, it is often due to various problems caused by improper operation of certain links in the process. Many defects may appear on the PCB, such as bubbles appearing when the film is not firmly attached to the ground during the film attachment process, and bubbles appear during the exposure process. Negative film scratches, excessive pressure during etching, unevenness during plating, etc. Printed board surface defects vary in size. This inconsistency of multi-scale features will cause the pooling operation of the network model to lose some fine-grained spatial features. In the field of object detection, in the past, the detection effect in the field of PCB defect detection was poor, and the natural defects were few and small, and faced some bottlenecks in engineering. Aiming at this problem, a PCB defect detection method based on RDIDet is proposed. The experimental results prove that the improved network has obvious performance advantages over the previous classic model, with an accuracy rate of 98.3%, and a better detection effect on PCB defects.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125055983","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
Crane Hook Motion Monitoring Based on Trajectory Filtering and Tracking Video Monitoring 基于轨迹滤波和跟踪视频监控的起重机吊钩运动监控
Jin Li, Z. Lv, Jinhui You, Wei Guo
Crane hoisting is an important part of smelting operations. The traditional operation method is that the ground dispatcher and the driver work together, which is not only inefficient but also has great potential safety hazards. To solve the above problems, this paper designs a video monitoring system. The PTZ camera is used for video monitoring of the crane hook operation, the laser sensor and the rotary encoder collect data, and the Kalman-based detection adaptive filtering algorithm is used for filtering processing to obtain the precise motion trajectory of the hook. On the basis of the traditional PID controller, the DMC controller based on predictive control is designed to solve the control lag problem in the control process of PTZ cameras. The experimental results show that the monitoring system can clearly display the hook in the center of the screen, help the crane operator to grasp the status of the hook, improve the production efficiency of the workshop, and ensure the safety of hoisting.
起重机吊装是冶炼作业的重要组成部分。传统的操作方式是地面调度员和驾驶员一起工作,不仅效率低下,而且存在很大的安全隐患。为了解决以上问题,本文设计了一个视频监控系统。采用PTZ摄像机对吊钩运行进行视频监控,激光传感器和旋转编码器采集数据,采用基于卡尔曼的检测自适应滤波算法进行滤波处理,得到吊钩的精确运动轨迹。在传统PID控制器的基础上,设计了基于预测控制的DMC控制器,解决了PTZ摄像机控制过程中的控制滞后问题。实验结果表明,该监控系统能够将吊钩清晰地显示在屏幕中央,帮助起重机操作人员掌握吊钩的状态,提高车间的生产效率,保证吊装的安全。
{"title":"Crane Hook Motion Monitoring Based on Trajectory Filtering and Tracking Video Monitoring","authors":"Jin Li, Z. Lv, Jinhui You, Wei Guo","doi":"10.1109/IDITR57726.2023.10145970","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145970","url":null,"abstract":"Crane hoisting is an important part of smelting operations. The traditional operation method is that the ground dispatcher and the driver work together, which is not only inefficient but also has great potential safety hazards. To solve the above problems, this paper designs a video monitoring system. The PTZ camera is used for video monitoring of the crane hook operation, the laser sensor and the rotary encoder collect data, and the Kalman-based detection adaptive filtering algorithm is used for filtering processing to obtain the precise motion trajectory of the hook. On the basis of the traditional PID controller, the DMC controller based on predictive control is designed to solve the control lag problem in the control process of PTZ cameras. The experimental results show that the monitoring system can clearly display the hook in the center of the screen, help the crane operator to grasp the status of the hook, improve the production efficiency of the workshop, and ensure the safety of hoisting.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133135736","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
Design of a Constant Flow Control System for Cut Tobacco Feeder 烟丝给料机恒流量控制系统的设计
Yongqiang Gu, Shangrong Wang, Shaolong Han, Ruixu Han
The speed control of the climbing belt motor of the cut tobacco feeder does not match the demand of the cut tobacco feeding flow, and there are a series of problems such as large fluctuation of the mass flow, cut tobacco shortage, cut tobacco blockage, climbing belt motor start or stop frequently, large equipment loss and energy consumption. An improved speed control method of the climbing belt motor is proposed to solve the above problems. Firstly, the relationship between motor frequency and mass flow is modeled and analyzed; Then, a reasonable frequency modulation control logic is proposed; Finally, the model and control logic are verified and further improved based on production data. The experimental results show that: After improvement, the average starting or stopping times of the motor are reduced by 98.61%, the average high-frequency triggering times are reduced by 96.48%, and average value of flow range in the head stage is reduced by 75.78%. While improving the stability of the cut tobacco mass flow, the stability of the climbing belt motor has also been greatly improved, which not only eliminates the hidden danger of cut tobacco shortage and blockage, but also reduces the equipment loss and energy consumption.
切烟给料机爬带电机速度控制与切烟给料流量需求不匹配,存在质量流量波动大、切烟不足、切烟堵塞、爬带电机启停频繁、设备损耗和能耗大等一系列问题。针对上述问题,提出了一种改进的爬坡带电机速度控制方法。首先,对电机频率与质量流量之间的关系进行建模和分析;然后,提出了合理的调频控制逻辑;最后,根据生产数据对模型和控制逻辑进行了验证和进一步改进。实验结果表明:改进后电机的平均启停次数减少了98.61%,平均高频触发次数减少了96.48%,头级流量范围平均值减少了75.78%。在提高烟丝质量流量稳定性的同时,爬坡带电机的稳定性也有了很大的提高,不仅消除了烟丝短缺、堵塞的隐患,而且降低了设备损耗和能耗。
{"title":"Design of a Constant Flow Control System for Cut Tobacco Feeder","authors":"Yongqiang Gu, Shangrong Wang, Shaolong Han, Ruixu Han","doi":"10.1109/IDITR57726.2023.10145973","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145973","url":null,"abstract":"The speed control of the climbing belt motor of the cut tobacco feeder does not match the demand of the cut tobacco feeding flow, and there are a series of problems such as large fluctuation of the mass flow, cut tobacco shortage, cut tobacco blockage, climbing belt motor start or stop frequently, large equipment loss and energy consumption. An improved speed control method of the climbing belt motor is proposed to solve the above problems. Firstly, the relationship between motor frequency and mass flow is modeled and analyzed; Then, a reasonable frequency modulation control logic is proposed; Finally, the model and control logic are verified and further improved based on production data. The experimental results show that: After improvement, the average starting or stopping times of the motor are reduced by 98.61%, the average high-frequency triggering times are reduced by 96.48%, and average value of flow range in the head stage is reduced by 75.78%. While improving the stability of the cut tobacco mass flow, the stability of the climbing belt motor has also been greatly improved, which not only eliminates the hidden danger of cut tobacco shortage and blockage, but also reduces the equipment loss and energy consumption.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"98 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115727658","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
Classification of Cell Diffraction Images Based on Deep Neural Network 基于深度神经网络的细胞衍射图像分类
Xi-kun Zhang, Jie Hou
With the continuous advancement of the life sciences and the advancement of ultra-high resolution technology, people can observe biological information such as organelles and molecules, and can understand their internal structure and interaction from the acquired cell diffraction images. However, cells contain various types of organelles, which have high heterogeneity, and the cell structures of different types of cells have certain differences. Therefore, the study of cell diffraction image classification is of great significance in many fields such as cell morphology and cell biology. The research task of image classification is to extract useful feature information from the image, and then distinguish the images of different attributes, and finally divide the image targets of different categories. Deep learning techniques are used in a variety of industries, including picture categorization, as a result of the development of deep learning. Among these, there has been a notable improvement in the accuracy of picture classification using deep neural networks. The classification accuracy can be further increased in the real cell diffraction image classification procedure, though. This study proposes a deep neural network-based classification strategy for cell diffraction pictures. For the cell diffraction images, some interference pictures are created by cell debris or impurities. In this work, the produced diffraction pictures are preprocessed using a clustering approach and a support vector machine (SVM).After that, a Gray Level Co-occurrence Matrix(GLCM) is used to extract the texture features of the diffraction image. This research proposes an enhanced deep neural network-based picture classification algorithm. Max-margin Minimum Classification Error (M3CE) is introduced during the training of deep neural networks, and cross-entropy is used to build the loss function. Finally, the Ramos and Jurkat cell experiments' findings support the high precision of the categorization approach.
随着生命科学的不断进步和超高分辨率技术的进步,人们可以观察到细胞器和分子等生物信息,并可以从获得的细胞衍射图像中了解它们的内部结构和相互作用。然而,细胞中含有各种类型的细胞器,具有高度的异质性,不同类型细胞的细胞结构也存在一定的差异。因此,细胞衍射图像分类的研究在细胞形态学、细胞生物学等诸多领域具有重要意义。图像分类的研究任务是从图像中提取有用的特征信息,然后区分不同属性的图像,最后划分不同类别的图像目标。作为深度学习发展的结果,深度学习技术被用于各种行业,包括图片分类。其中,利用深度神经网络对图像分类的准确率有了显著提高。然而,在真实细胞衍射图像分类过程中,分类精度可以进一步提高。本研究提出了一种基于深度神经网络的细胞衍射图像分类策略。对于细胞衍射图像,一些干扰图像是由细胞碎片或杂质产生的。在这项工作中,使用聚类方法和支持向量机(SVM)对生成的衍射图像进行预处理。然后,利用灰度共生矩阵(GLCM)提取衍射图像的纹理特征。本文提出了一种增强的基于深度神经网络的图像分类算法。在深度神经网络的训练过程中引入最大边际最小分类误差(M3CE),并利用交叉熵构建损失函数。最后,Ramos和Jurkat细胞实验的发现支持了分类方法的高精度。
{"title":"Classification of Cell Diffraction Images Based on Deep Neural Network","authors":"Xi-kun Zhang, Jie Hou","doi":"10.1109/IDITR57726.2023.10145988","DOIUrl":"https://doi.org/10.1109/IDITR57726.2023.10145988","url":null,"abstract":"With the continuous advancement of the life sciences and the advancement of ultra-high resolution technology, people can observe biological information such as organelles and molecules, and can understand their internal structure and interaction from the acquired cell diffraction images. However, cells contain various types of organelles, which have high heterogeneity, and the cell structures of different types of cells have certain differences. Therefore, the study of cell diffraction image classification is of great significance in many fields such as cell morphology and cell biology. The research task of image classification is to extract useful feature information from the image, and then distinguish the images of different attributes, and finally divide the image targets of different categories. Deep learning techniques are used in a variety of industries, including picture categorization, as a result of the development of deep learning. Among these, there has been a notable improvement in the accuracy of picture classification using deep neural networks. The classification accuracy can be further increased in the real cell diffraction image classification procedure, though. This study proposes a deep neural network-based classification strategy for cell diffraction pictures. For the cell diffraction images, some interference pictures are created by cell debris or impurities. In this work, the produced diffraction pictures are preprocessed using a clustering approach and a support vector machine (SVM).After that, a Gray Level Co-occurrence Matrix(GLCM) is used to extract the texture features of the diffraction image. This research proposes an enhanced deep neural network-based picture classification algorithm. Max-margin Minimum Classification Error (M3CE) is introduced during the training of deep neural networks, and cross-entropy is used to build the loss function. Finally, the Ramos and Jurkat cell experiments' findings support the high precision of the categorization approach.","PeriodicalId":272880,"journal":{"name":"2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-05-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131122950","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
期刊
2023 2nd International Conference on Innovations and Development of Information Technologies and Robotics (IDITR)
全部 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