{"title":"Computer Simulation of Intelligent Control Systems for High-Precision Cruise Missiles","authors":"Moldamurat Khuralay, Akhmetov Kayrat Telektesovich, Otegen Alikhan Serikovich, Brimzhanova Saule Serikovna, Otyzbayeva Karlygash Zhalenovna, Zhiyenbek Arailym Oteulievna","doi":"10.1109/SIST54437.2022.9945703","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945703","url":null,"abstract":"This article discusses an intelligent flight control system for high-precision cruise missiles. In the field of space engineering and technologies, the most effective aspects of using computer programs and studying space analysis in a computer program are considered. Calculations and computer studies of precision guidance and guidance of high-speed cruise missiles are presented. Therefore, system of the control is set by the fuzzy logic method based on artificial intelligence. Computer modeling of intelligent control systems for high-precision cruise missiles. The cruise missile control system requires a large number of parameters and complex mathematical calculation models and physical problems to control the intelligent system. The article provides a simulator in a computer program to test high-speed cruise missiles. This simulator is written in Matlab editor R2015b in C ++ programming language.","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125421834","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":"Sentiment Analysis of Reviews in Kazakh With Transfer Learning Techniques","authors":"A. Nugumanova, Y. Baiburin, Yermek Alimzhanov","doi":"10.1109/SIST54437.2022.9945811","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945811","url":null,"abstract":"Heavily pretrained transformer models, such as Bidirectional Encoder Representations from Transformers (BERT) or Generative Pre-trained Transformer (GPT), have successfully demonstrated the superior ability to recognize the right sentiments of texts in English or other dominant languages. However, for low-resource languages such as Kazakh, there are no similar models due to the high computational and memory requirements for their training and the lack of labeled datasets. Under this circumstance, transfer learning can be applied to low-resource language using a pretrained multilingual or related-language model. In this paper, we consider two ways to implement the transfer learning strategy: zero-shot learning and fine-tuning. We design experiments to compare these two methods and report the obtained results. Experiments show that in both cases BERT-based multilingual sentiment analysis model performs better than the BERT-based model for Turkish language, and the performance of these models grows after fine-tuning even with a very small number of samples in Kazakh.","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116121096","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}
Zh. E. Temirbekova, A. Pyrkova, Z. Abdiakhmetova, A. Berdaly
{"title":"Library of Fully Homomorphic Encryption on a Microcontroller","authors":"Zh. E. Temirbekova, A. Pyrkova, Z. Abdiakhmetova, A. Berdaly","doi":"10.1109/SIST54437.2022.9945722","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945722","url":null,"abstract":"Fully homomorphic encryption technologies allow you to operate on encrypted data without disclosing it, therefore they have a lot of potential for solving personal data storage and processing issues. Because of the increased interest in these technologies, various software tools and libraries that allow completely homomorphic encryption have emerged. However, because this subject of cryptography is still in its early stages, standards and recommendations for the usage of completely homomorphic encryption algorithms are still being developed. The paper presents the main areas of application of homomorphic encryption. The analysis of existing developments in the field of homomorphic encryption is carried out. The analysis showed that existing library implementations do not support the division and subtraction operation. The analysis revealed the need to develop a library of fully homomorphic encryption, which allows performing all mathematical operations on them (addition, difference, multiplication and division), as well as the relevance of developing its own implementation of a library of homomorphic encryption on integers. Then, implement the development of a fully homomorphic encryption library in C++ and on an ESP 32 microcontroller. The ability to perform four operations (addition, difference, multiplication and division) on encrypted data will expand the scope of application of homomorphic encryption. A method of homomorphic division and subtraction is proposed that allows performing the division and subtraction operation on homomorphically encrypted data. The level of security, the types of operations executed, the maximum length of operands, and the algorithm's running time are all described as a consequence of numerical experimentation with parameters.","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"38 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115458865","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":"A Concept of Unbiased Deep Deterministic Policy Gradient for Better Convergence in Bipedal Walker","authors":"Timur Ishuov, Zhenis Otarbay, M. Folgheraiter","doi":"10.1109/SIST54437.2022.9945743","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945743","url":null,"abstract":"After a quick overview of convergence issues in the Deep Deterministic Policy Gradient (DDPG) which is based on the Deterministic Policy Gradient (DPG), we put forward a peculiar non-obvious hypothesis that 1) DDPG can be type of on-policy learning and acting algorithm if we consider rewards from mini-batch sample as a relatively stable average reward during a limited time period and a fixed Target Network as fixed actor and critic for the limited time period, and 2) an overestimation in DDPG with the fixed Target Network within specified time may not be an out-of-boundary behavior for low dimensional tasks but a process of reaching regions close to the real Q value's average before converging to better Q values. To empirically show that DDPG with a fixed or stable Target may not exceed Q value limits during training in the OpenAI's Pendulum-v1 Environment, we simplified ideas of Backward Q-learning which combined on-policy and off-policy learning, calling this concept as a unbiased Deep Deterministic Policy Gradient (uDDPG) algorithm. In uDDPG we separately train the Target Network on actual Q values or discounted rewards between episodes (hence “unbiased” in the abbreviation). uDDPG is an anchored version of DDPG. We also use simplified Advantage or difference between current Q Network gradient over actions and current simple moving average of this gradient in updating Action Network. Our purpose is to eventually introduce a less biased, more stable version of DDPG. uDDPG version (DDPG-II) with a function “supernaturally” obtained during experiments that damps weaker fluctuations during policy updates showed promising convergence results.","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114930315","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}
T. Honcharenko, H. Shpakova, K. Predun, Miroslava Zinchenco, Mariia Liashchenko, V. Savenko
{"title":"Smart Information System for Creating Digital Twins of Construction Project","authors":"T. Honcharenko, H. Shpakova, K. Predun, Miroslava Zinchenco, Mariia Liashchenko, V. Savenko","doi":"10.1109/SIST54437.2022.9945785","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945785","url":null,"abstract":"This study is to develop a smart information system for creating digital twins of construction project as an integrator of digital tools based on BIM technology for the digitalization of the construction industry. Types of digital twins required to implement for construction project are considered. Three key components are identified to create a full-fledged digital twin of a construction project. There are BIM-model, Big Data Analytics and Knowledge Base. The scientific novelty of this study is the model of forming digital smart tools, which has a platform form and provides data integration. This approach will make it possible to systematize and develop a unified information technology for the process of integrating digital twins of individual components, objects, systems and processes at all stages of the life cycle of a construction project.","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"101 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129629712","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":"Animal Tracking System Based on GPS Sensor and LPWAN","authors":"Zhumaniyaz Mamatnabiyev","doi":"10.1109/SIST54437.2022.9945724","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945724","url":null,"abstract":"Nowadays the Internet of Things technologies are applied in every field of organizations and industry. Research in this area is increasing every year and many issues are not solved yet. For example, security concerns, long range communication, low power consumption, cost, and other many problems are subject for research and development. In addition, these technologies are not new for Kazakhstan. It is already installed in housing and communal services. However, when it comes to agriculture, despite many opportunities, it lacks modern solutions. Therefore, IoT can solve animal loss problems where the herd is not fenced. This work proposes a solution for real-time monitoring of cattle using Internet of Things technologies that are low-cost, low power consumption, and long range communication. Future research is also discussed.","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129569877","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}
S. Bushuyev, S. Onyshchenko, A. Bondar, N. Bushuyeva, A. Obronova
{"title":"Assessment and Monitoring Project Management Quality Based on the Entropy Approach","authors":"S. Bushuyev, S. Onyshchenko, A. Bondar, N. Bushuyeva, A. Obronova","doi":"10.1109/SIST54437.2022.9945775","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945775","url":null,"abstract":"The article proposes to evaluate and monitor the project management processes quality based on the entropy concept of management. Accordingly, the indicator of the project management processes quality is the information project entropy, which meaningfully reflects the “confidence” of the project team in certain project results. A management quality identification scale is proposed, which is set by the relevant experimental studies of the various project's entropy level. The “entropy index” is introduced as an indicator of the project entropy level. This index is a tool for monitoring the entropy and quality of project management processes throughout the life cycle. Three basic dynamics of the project informational entropy are considered, including the “ideal” one, which implies a uniform decrease in entropy as the project is implemented. A comparison of the actual entropy of the project and the ideal one is offered in the form of an appropriate index, the values of which make it possible to identify the quality of management within the project life cycle. The proposed method is demonstrated in a specific example. The practical use of this method allows to identify the critical state of project management processes to timely prevent the negative impact on the project success.","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"3367 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127499600","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":"Development of a Distance Education Cognitive Technology Based on a Unified Artificial Immune System","authors":"G. Samigulina, Z. Samigulina","doi":"10.1109/SIST54437.2022.9945767","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945767","url":null,"abstract":"Current trends in the development of the digital society show the relevance of distance education using innovative artificial intelligence technologies. The need for highly qualified engineering personnel determines the increased role of training students of technical specialties online in higher education institutions. The use of the latest advances in the field of artificial intelligence in education makes it possible to increase the efficiency and quality of student training and optimize the work of teachers with large student flows. The difficulties associated with distance education lie in the need for a differentiated approach to students with different cognitive and psychophysical abilities, social conditions and material and technical base. On the other hand, there are problems with the introduction of these technologies in the educational process and educational programs. The research is devoted to the development of a cognitive technology for distance learning of students of technical specialties using the promising direction of artificial immune systems on the MS Teams platform. It is proposed to use a unified artificial immune system to analyze and predict the efficiency of students' knowledge acquisition, as well as to promptly correct the learning trajectory. The technology has been tested on real data obtained in the process of training students of Kazakh-British Technical University JSC (KBTU).","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122289629","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}
Assiya Sarinova, Rostyslav Lisnevskyi, A. Biloshchytskyi, Aigerim Akizhanova
{"title":"The Lossless Compression Algorithm of Hyperspectral Aerospace Images With Correlation and Bands Grouping","authors":"Assiya Sarinova, Rostyslav Lisnevskyi, A. Biloshchytskyi, Aigerim Akizhanova","doi":"10.1109/SIST54437.2022.9945821","DOIUrl":"https://doi.org/10.1109/SIST54437.2022.9945821","url":null,"abstract":"The existing solutions of the problem of lossless compression for hyperspectral aerospace images are analyzed. Based on them, a compression algorithm is proposed taking into account interbands correlation, which is characterized by data transformation with a decrease in the range of values of the initial values by forming a set of groups of channels with a high intra-group correlation of the corresponding pairs with the selection of optimal parameters. The results of comparative experiments of the proposed compression algorithm on AVIRIS remote sensing system data are presented in comparison with the most common archivers Winrar, 7Z, JPEG Lossless with varying compression ratio, image geometric size, number of channels, number of channel groups. At the same time, their parameters are found that allow obtaining the best results in the degree of compression.","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"170 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115101538","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":"Author Index1","authors":"","doi":"10.3233/ch-1987-7305","DOIUrl":"https://doi.org/10.3233/ch-1987-7305","url":null,"abstract":"","PeriodicalId":207613,"journal":{"name":"2022 International Conference on Smart Information Systems and Technologies (SIST)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129946353","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}