{"title":"Analysis of the current application of blockchain in social media","authors":"Ze Yang","doi":"10.1117/12.2660967","DOIUrl":"https://doi.org/10.1117/12.2660967","url":null,"abstract":"Since the appearance of bitcoin, blockchain technology has been widely treated as an opportunity for businesses and the technology revolution. Until now, blockchain technology has been applied to several fields such as energy system evolution, Cryptocurrency, and social media. In this paper, the author mainly explored the current application of blockchain technology in social media, the algorithm behind blockchain technology, and the existing problem in blockchain technology. For the application in social media, this paper explores fake news detection, user trust framework, and decentralized online social network. For the algorithm behind blockchain technology, the Raft algorithm and Practical Byzantine Fault Tolerant algorithm are discussed in this paper. Moreover, one of the innovative consensus algorithms will be explained in the subsection. The following topics will be discussed in the existing problems section: Internet of Things issues, delayed confirmation, and information security. Finally, the author concluded that the current application of blockchain in social media is still developing, and more possibilities for blockchain application in social media will be found with further development.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128529679","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}
{"title":"Research on maintenance decision of complex equipment based on agent","authors":"Quan Zhou, Hong Zhang, Yali Wang","doi":"10.1117/12.2661099","DOIUrl":"https://doi.org/10.1117/12.2661099","url":null,"abstract":"According to the maintenance process of complex equipment and the requirement of maintenance system, the general process of maintenance decision of complex equipment is analyzed. The maintenance decision system model of complex equipment is designed according to the complexity and distribution of maintenance process. The structures of Agent in the system are analyzed.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"06 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129366301","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}
{"title":"Research on urban greenway planning in the old city of Jinan City based on GIS interpretation and gravity model data","authors":"Fei Wang, Daohu Zhong, Min Lu","doi":"10.1117/12.2661031","DOIUrl":"https://doi.org/10.1117/12.2661031","url":null,"abstract":"Urban greenway planning is not only an important part of the construction of ecological cities and urban forest ecological network systems, but also a necessary means and an effective way to build urban ecological gardens and ecological green space systems. The link of the city plays a vital role in protecting the cultural and ecological civilization of the old city, and protecting the ecological environment, natural landscape, cultural relics and historical sites and local features along the line. This study selects the old urban area of Jinan City as the research area, uses GIS (geographic information system) remote sensing interpretation, conducts data analysis, conducts comprehensive performance evaluation of the area, selects the best connection paths and landscape nodes, and establishes the gravity model of urban greenways.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"96 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122238392","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}
{"title":"MSTDKD: a framework of using multiple self-supervised methods for semi-supervised learning","authors":"Jiabin Liu, Xuanming Zhang, Jun Hu","doi":"10.1117/12.2661030","DOIUrl":"https://doi.org/10.1117/12.2661030","url":null,"abstract":"Image classification is a basic task in the field of computer vision, and general image classification task training requires a large amount of labeled data to achieve good generalization performance. However, in practical applications, the cost of obtaining labeled data is expensive. In contrast, unlabeled images are easy to obtain, so semi-supervised image classification is more meaningful for research. This paper pro- poses a framework for semi-supervised classification utilizing multiple self-supervised methods. Our approach is divided into three steps, firstly, pre-train multiple models on unlabeled data using different self-supervised methods. Then use the labeled data to fine-tune these models except the model pre-training by Contrastive learning to obtaining multiple self-supervised teacher models. Finally, the multi-teacher knowledge distillation framework is used to transfer the knowledge of multiple self-supervised teacher models to the model pre-training by contrastive learning to help it achieve further performance. We conducted experiments on cifar10 and miniimagenet60. Our method achieves further results than using only a single self-supervised method, and also achieves superior performance compared to other semi-supervised methods.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117132804","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}
{"title":"CLMalloc: contiguous memory management mechanism for large-scale CPU-accelerator hybrid architectures","authors":"Yushuqing Zhang, Kai Lu, Wen-zhe Zhang","doi":"10.1117/12.2660807","DOIUrl":"https://doi.org/10.1117/12.2660807","url":null,"abstract":"Heterogeneous accelerators play a crucial role in improving computer performance. General-purpose computers reduce the frequent communication between traditional accelerators with separate memory and the host computer through fast communication links. Some high-speed devices such as supercomputers integrate the accelerator and CPU on one chip, and the shared memory is managed by the operating system, which shifts the performance bottleneck from data acquisition to accelerator addressing. Existing memory management mechanisms typically reserve contiguous physical memory locally for peripherals for efficient direct memory access. However, in large computer systems with multiple memory nodes, the accelerator's memory access behavior is limited by the local memory capacity. The difficulty of addressing accelerators across nodes prevents computers from maximizing the benefits of massive memory. This paper proposes a contiguous memory management mechanism for a large-scale CPU-accelerator hybrid architecture (CLMalloc) to simultaneously support the different types of memory requirements of CPU and accelerator programs. In simulation experiments, CLMalloc achieves similar (or even better) performance to the system functions malloc/free. Compared with the DMA-based baseline, the space utilization of CLMalloc is increased by 2×, and the latency is reduced by 80% to 90%.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126526167","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}
{"title":"Power operation ticket review system based on text recognition","authors":"Weidong Xiao, Qi Wang, Hui Wang, Yingjie Yang","doi":"10.1117/12.2660952","DOIUrl":"https://doi.org/10.1117/12.2660952","url":null,"abstract":"In order to solve the problem that the handwritten font of the power operation ticket is not easy to recognize and improve the work efficiency of the dispatch operation ticket, this paper proposes a text recognition-based approach to power operation ticket review. First, a text recognition method based on handwriting feature recognition convolutional neural network (CNN) is proposed, which introduces imaginary strokes and multi-directional features as input and uses a simple average calculation method to obtain the classification results. Then use the image samples of operation tickets in the actual operation and maintenance to conduct experiments to verify the effectiveness of the method proposed in this paper. Finally, a power operation ticket review system based on text recognition is designed.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"172 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133929189","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}
{"title":"Research on binocular ranging method based on feature point extraction and matching","authors":"Ganquan Su, Lei Cheng","doi":"10.1117/12.2660775","DOIUrl":"https://doi.org/10.1117/12.2660775","url":null,"abstract":"At present, artificial intelligence has become a hot topic, and the development of its related fields is also developing rapidly, among which visual ranging and image processing are particularly important for the development of artificial intelligence. Now there are many ranging methods are not fast enough, and measurement accuracy is not high, leading to the resulting estimates there are large deviation distance and the actual distance, such as unmanned vehicle, unmanned aircraft in operation process, cannot be accurately driving distance and obstacle avoidance, and existing deviations in robot grab, which cause personnel life safety is threatened, economic property damage. In order to solve the above related problems, this paper uses SIFT algorithm and ORB algorithm to extract feature points, and then through BFmatcher, FlannBasedMatcher, KnnMatch to match, finally get the corresponding distance, from the algorithm and accuracy of the two aspects of relevant research. It is concluded from the experimental measurement that FlannBasedMatcher takes into account both speed and accuracy after SIFT algorithm extraction, while ORB algorithm is faster than SIFT algorithm.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132137435","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}
{"title":"Design of underwater vehicle assembly and debugging management information system based on process node","authors":"Shuaishuai Yang, Minhui Ding, Shuang Liu","doi":"10.1117/12.2660989","DOIUrl":"https://doi.org/10.1117/12.2660989","url":null,"abstract":"Along with the deepening of human exploration of the sea, the demand for underwater vehicle is increasing day by day, and the quality of underwater vehicle needs to be further improved. In this paper, we propose a management model based on process nodes and carry out information system design based on this model to realize system function design, system architecture design, hardware design and software design, and provide a basis for the development of the whole process management system for underwater vehicle assembly and commissioning.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"337 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133280226","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}
{"title":"3D human pose estimation with temporal and position enhancement","authors":"Yiding Wang, Xu Chen","doi":"10.1117/12.2660994","DOIUrl":"https://doi.org/10.1117/12.2660994","url":null,"abstract":"The existing 3D human pose estimation method in exploring the relationship between root joint and other key points, to some degree reflects the local movement, but they ignore the trajectories of the whole of the human body, and to some extent, it reflects the global movement, even explore the method of the root node and other related points made significant progress, However, it is not robust to global motion, and it is not perfect to small local motion. For the above two kinds of situations, we proposed representation of temporal and position enhancement. Position enhancement is to maintain the consistency of the input and output distribution by position encoding the correlation of 2D coordinates of human pose. Temporal enhancement occurs by making connections between the current posture of the same person over time and other postures, as we focus more on the current posture and changes in motion in the forward and backward posture.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127307796","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}
{"title":"The design of marine animal protection game based on emotional design","authors":"Yuehua Wu, Zeyu Lan","doi":"10.1117/12.2660931","DOIUrl":"https://doi.org/10.1117/12.2660931","url":null,"abstract":"In recent years, ocean pollution is becoming more and more serious, and plastic waste is entering the ocean and damaging the environment while causing the death of a large number of marine animals. Under the theme of marine animal protection, the game named “New Life Out of Plastic” is designed from the three levels of emotional design theory. In which the visual style is designed at the instinctive level, the interaction and logic of the game is designed at the behavioral level, and the metaphorical approach leads people to reflect on the harm caused by plastic waste to marine animals at the reflective level. In the end, the final implementation is by computer language. The author hopes to promote the concept of marine animal protection and raise people's awareness of protecting marine animals by designing games.","PeriodicalId":220312,"journal":{"name":"International Symposium on Computer Engineering and Intelligent Communications","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126368958","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}