The license plate angle is unfixed, the vehicle position is ununiform, and the picture is not sufficiently illuminated which leads to the decrease of license plate recognition accuracy. In order to improve the accuracy of license plate recognition, a deep learning-based license plate recognition method is proposed. For license plate location problem, YOLOv3 algorithm is used. The algorithm is more capable of recognizing small targets and is suitable for license plate location recognition that requires precise positioning. For the problem of license plate character recognition, the CNN plus multitask recognition method is proposed for recognition. The experimental results show that the accuracy of the license plate recognition method proposed in this paper reaches 96%, and the intelligent license plate recognition is realized.
{"title":"Research on License Plate Recognition Based on Deep Learning in Complex Scenarios","authors":"Yinqing Tang, Benguo Yu, Fengning Liu, Anran Wang","doi":"10.1145/3583788.3583805","DOIUrl":"https://doi.org/10.1145/3583788.3583805","url":null,"abstract":"The license plate angle is unfixed, the vehicle position is ununiform, and the picture is not sufficiently illuminated which leads to the decrease of license plate recognition accuracy. In order to improve the accuracy of license plate recognition, a deep learning-based license plate recognition method is proposed. For license plate location problem, YOLOv3 algorithm is used. The algorithm is more capable of recognizing small targets and is suitable for license plate location recognition that requires precise positioning. For the problem of license plate character recognition, the CNN plus multitask recognition method is proposed for recognition. The experimental results show that the accuracy of the license plate recognition method proposed in this paper reaches 96%, and the intelligent license plate recognition is realized.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128262309","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}
Changhao Wang, Jin Xi, Changqing Xia, Chi Xu, Yong Duan
Indoor positioning services are being used more and more widely. However, existing indoor positioning techniques cannot simultaneously take into account low cost, ease of use, high precision, and seamless switching between indoor and outdoor positioning. With the maturity of 5G techniques, 5G-based indoor positioning is gradually being paid attention to. 5G-based indoor positioning does not require additional equipment, and supports flexible indoor and outdoor switching under the same system. However, the 5G-related information used in existing research on 5G indoor positioning is not open to users. Therefore, in this paper, we propose an indoor fingerprint positioning method based on measured 5G signals. This method first collects 5G signals in the positioning area, and processes them to form a fingerprint database. Then, a machine learning algorithm is used to match the signal to be located with the fingerprint database to obtain the positioning result. Finally, we conduct experiments in real field, and the experimental result demonstrates that the positioning accuracy of our proposed method can reach 96%.
{"title":"Indoor Fingerprint Positioning Method Based on Real 5G Signals","authors":"Changhao Wang, Jin Xi, Changqing Xia, Chi Xu, Yong Duan","doi":"10.1145/3583788.3583819","DOIUrl":"https://doi.org/10.1145/3583788.3583819","url":null,"abstract":"Indoor positioning services are being used more and more widely. However, existing indoor positioning techniques cannot simultaneously take into account low cost, ease of use, high precision, and seamless switching between indoor and outdoor positioning. With the maturity of 5G techniques, 5G-based indoor positioning is gradually being paid attention to. 5G-based indoor positioning does not require additional equipment, and supports flexible indoor and outdoor switching under the same system. However, the 5G-related information used in existing research on 5G indoor positioning is not open to users. Therefore, in this paper, we propose an indoor fingerprint positioning method based on measured 5G signals. This method first collects 5G signals in the positioning area, and processes them to form a fingerprint database. Then, a machine learning algorithm is used to match the signal to be located with the fingerprint database to obtain the positioning result. Finally, we conduct experiments in real field, and the experimental result demonstrates that the positioning accuracy of our proposed method can reach 96%.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129176854","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}
Deep learning algorithms mostly have network parameters that can affect their training results, and the combination of neural network architectures also has a significant impact on the algorithm performance. The performance of deep learning algorithms is usually proportional to the overall number of network parameters, leading to excessive resource consumption for exploring neural network architectures with a large number of hyper-parameters. To solve this problem, a vector representation is proposed which for neural network architectures, and a multi-objective optimization model is established based on genetic algorithms in this paper, and it is short for “NNOO Vector Representation based on GA and Its Optimization Method”. The multi-objective optimization model can automatically optimize the neural network architecture and hyper-parameters in the network, improve the network accuracy, and reduce the overall number of network parameters. It is shown in the test results with the MNIST data set, and the accuracy is 95.61% for the traditional empirical setting network, and the average accuracy is 86.2% for the network optimized by TensorFlow’s optimization algorithm. While the network accuracy is improved to 96.86% with the proposed optimization method in this paper and the network parameters are reduced by 32.6% compared with the traditional empirical network, and the network parameters are reduced by13.2% compared with the network by TensorFlow’s optimization algorithm. Therefore, the method is presented which has obvious practical application value in neural network optimization problems and provides a new way of thinking for large and deep network optimization problems.
{"title":"Neural Network Optimization Objective Vector Representation based on Genetic Algorithm and Its Multi-objective Optimization Method","authors":"Yunke Xiong, Qun Hou, Xin Liu","doi":"10.1145/3583788.3583796","DOIUrl":"https://doi.org/10.1145/3583788.3583796","url":null,"abstract":"Deep learning algorithms mostly have network parameters that can affect their training results, and the combination of neural network architectures also has a significant impact on the algorithm performance. The performance of deep learning algorithms is usually proportional to the overall number of network parameters, leading to excessive resource consumption for exploring neural network architectures with a large number of hyper-parameters. To solve this problem, a vector representation is proposed which for neural network architectures, and a multi-objective optimization model is established based on genetic algorithms in this paper, and it is short for “NNOO Vector Representation based on GA and Its Optimization Method”. The multi-objective optimization model can automatically optimize the neural network architecture and hyper-parameters in the network, improve the network accuracy, and reduce the overall number of network parameters. It is shown in the test results with the MNIST data set, and the accuracy is 95.61% for the traditional empirical setting network, and the average accuracy is 86.2% for the network optimized by TensorFlow’s optimization algorithm. While the network accuracy is improved to 96.86% with the proposed optimization method in this paper and the network parameters are reduced by 32.6% compared with the traditional empirical network, and the network parameters are reduced by13.2% compared with the network by TensorFlow’s optimization algorithm. Therefore, the method is presented which has obvious practical application value in neural network optimization problems and provides a new way of thinking for large and deep network optimization problems.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"503 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115221176","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}
Chatbots trained on large corpus generate fluent responses, but often suffer from the problem of generating responses that contradict past utterances. Recent research treats dialogue contradiction detection as a task of natural language inference (NLI), and a method to remove contradiction from responses has been proposed and has shown high performance. However, these datasets do not provide explicit information about emotions, and these models cannot capture changes in emotions. In this work, we create a new dataset by explicitly labeling emotional information on an existing contradiction detection dataset and use this dataset to train an NLI model. Furthermore, we train the NLI model on the original dataset as well and compare the accuracy of both in dialogue contradiction detection.
{"title":"Resolving Context Contradictions in the Neural Dialogue System based on Sentiment Information","authors":"Shingo Hanahira, Xin Kang","doi":"10.1145/3583788.3583816","DOIUrl":"https://doi.org/10.1145/3583788.3583816","url":null,"abstract":"Chatbots trained on large corpus generate fluent responses, but often suffer from the problem of generating responses that contradict past utterances. Recent research treats dialogue contradiction detection as a task of natural language inference (NLI), and a method to remove contradiction from responses has been proposed and has shown high performance. However, these datasets do not provide explicit information about emotions, and these models cannot capture changes in emotions. In this work, we create a new dataset by explicitly labeling emotional information on an existing contradiction detection dataset and use this dataset to train an NLI model. Furthermore, we train the NLI model on the original dataset as well and compare the accuracy of both in dialogue contradiction detection.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"113 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128107619","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}
Semantic segmentation has been a core learning task in the autonomous driving technology stack. However, current deep learning-based models do not perform well at nighttime due to the low illumination. In this study, we present an instance-level data augmentation method to increase the quantity and diversity for the low-resource classes to feed more instances of these classes to the training algorithm, with an aim to encourage the model to learn more features and patterns to better distinguish the low-resource classes presented in the original training set. We validate the method on the Dark Zurich dataset, a typical dataset that contains driving scene images taking at daytime e, twilight, and nighttime. We take the ``person'' class as an example and apply the instance-level data augmentation method. Experimental results have shown significant improvement compared to the SOTA, lifting the IoU by 4.52%. The results demonstrate the efficacy of the proposed method, indicating that the augmenting low-resource classes at the instance level is a promising strategy and can be an effective complement alongside other performance boosting methods.
{"title":"Nighttime Semantic Segmentation with Instance-level Data Augmentation: a Case Study of the Dark Zurich Benchmark","authors":"Alex Liu, Zhifeng Xiao","doi":"10.1145/3583788.3583814","DOIUrl":"https://doi.org/10.1145/3583788.3583814","url":null,"abstract":"Semantic segmentation has been a core learning task in the autonomous driving technology stack. However, current deep learning-based models do not perform well at nighttime due to the low illumination. In this study, we present an instance-level data augmentation method to increase the quantity and diversity for the low-resource classes to feed more instances of these classes to the training algorithm, with an aim to encourage the model to learn more features and patterns to better distinguish the low-resource classes presented in the original training set. We validate the method on the Dark Zurich dataset, a typical dataset that contains driving scene images taking at daytime e, twilight, and nighttime. We take the ``person'' class as an example and apply the instance-level data augmentation method. Experimental results have shown significant improvement compared to the SOTA, lifting the IoU by 4.52%. The results demonstrate the efficacy of the proposed method, indicating that the augmenting low-resource classes at the instance level is a promising strategy and can be an effective complement alongside other performance boosting methods.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133376453","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}
This paper mainly explores the method of Chinese cursive character recognition, establishes the Standard Cursive database in the process of research, and puts forward the similarity distance to measure the similarity between the cursive font to be recognized and the character set, and improves the calculation method of the similarity distance. Through experimental comparison, pH algorithm performs best in cursive character recognition.
{"title":"Research on Cursive Font Recognition Based on Improved Hash Algorithm","authors":"Benguo Yu, Yinqing Tang, Yang Yang","doi":"10.1145/3583788.3583808","DOIUrl":"https://doi.org/10.1145/3583788.3583808","url":null,"abstract":"This paper mainly explores the method of Chinese cursive character recognition, establishes the Standard Cursive database in the process of research, and puts forward the similarity distance to measure the similarity between the cursive font to be recognized and the character set, and improves the calculation method of the similarity distance. Through experimental comparison, pH algorithm performs best in cursive character recognition.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"2016 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127462746","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}
Chronic diseases are serious threats to human safety and major public health problems worldwide. Many chronic diseases tend to have co-morbidities. Most machine learning techniques nowadays tend to focus on predicting a single disease while ignoring the study of co-morbidities. It is urgent to develop an artificial intelligence-based multi-label classification model based on patients' physical data, which is useful for the early detection and treatment of patients' diseases. In this study, we proposed a layer-by-layer processing structure, termed CascadeTransformer, that applies the Transformer architecture as weak classifiers, to solve the multi-label prediction problem of chronic diseases. We built a chronic diseases dataset using real-world data from West China Hospital, which consists of 1174 anonymous instances and 131 features. Systematic experiments show that our method shows better experimental performance compared to other methods on our chronic disease dataset.
{"title":"CascadeTransformer: Multi-label Classification with Transformer in Chronic Disease Prediction","authors":"Bo Zeng, Donghai Zhai, Bo Peng, Y. Yao","doi":"10.1145/3583788.3583817","DOIUrl":"https://doi.org/10.1145/3583788.3583817","url":null,"abstract":"Chronic diseases are serious threats to human safety and major public health problems worldwide. Many chronic diseases tend to have co-morbidities. Most machine learning techniques nowadays tend to focus on predicting a single disease while ignoring the study of co-morbidities. It is urgent to develop an artificial intelligence-based multi-label classification model based on patients' physical data, which is useful for the early detection and treatment of patients' diseases. In this study, we proposed a layer-by-layer processing structure, termed CascadeTransformer, that applies the Transformer architecture as weak classifiers, to solve the multi-label prediction problem of chronic diseases. We built a chronic diseases dataset using real-world data from West China Hospital, which consists of 1174 anonymous instances and 131 features. Systematic experiments show that our method shows better experimental performance compared to other methods on our chronic disease dataset.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"182 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117170056","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}
Fayas Asharindavida, O. Nibouche, J. Uhomoibhi, Jun Liu, Hui Wang
Food quality analysis can be carried out by spectral data acquired from spectrometers with its advantage of non-destructive way of testing. Portable and miniature spectroscopy can be a suitable solution when it meets the specifications such as portability, cost, and short processing time requirements, to enable ordinary citizens to use such a device in the fight against food fraud. Compared to more expensive, bulky, and non-portable devices, the data collected using miniature and portable spectrometers is of a lower quality and thus adversely affect the quality of the analysis. Research have been carried out to use machine learning (ML) classifiers on spectral data analysis for food quality assessment. The present work focuses on two aspects: firstly, preliminary exploratory statistical analysis is conducted on the real spectral data on different food products including oils, fruits and spices acquired from such miniature devices, which aims to evaluate and illustrate the distinctive characteristics of such spectral data, data distribution and difference in the spectra across multiple data acquisitions etc. along with a summary of the key challenges to face and explore. Secondly, a case study for the differentiation of extra virgin olive from adulterated with vegetable oil is provided to analyze and evaluate how some commonly used ML classifiers can be used for classification, while the impact of different preprocessing methods to improve the accuracy and efficiency is also provided. The case study demonstrates the good potential of using data analytics for spectral data from miniature device, although the overall performance of those ML classifiers is not exceptional (the classification rates of up to 83.32%) which is partially due to the quality of data, and partially due to limiting to only some classifiers. More elaborate data pre-processing and cleaning methods can be used to address the key challenges of the spectral data from miniature device, and other types of classifiers can be also explored further in future work.
{"title":"Machine Learning on Spectral Data from Miniature Devices for Food Quality Analysis - A Case Study","authors":"Fayas Asharindavida, O. Nibouche, J. Uhomoibhi, Jun Liu, Hui Wang","doi":"10.1145/3583788.3583801","DOIUrl":"https://doi.org/10.1145/3583788.3583801","url":null,"abstract":"Food quality analysis can be carried out by spectral data acquired from spectrometers with its advantage of non-destructive way of testing. Portable and miniature spectroscopy can be a suitable solution when it meets the specifications such as portability, cost, and short processing time requirements, to enable ordinary citizens to use such a device in the fight against food fraud. Compared to more expensive, bulky, and non-portable devices, the data collected using miniature and portable spectrometers is of a lower quality and thus adversely affect the quality of the analysis. Research have been carried out to use machine learning (ML) classifiers on spectral data analysis for food quality assessment. The present work focuses on two aspects: firstly, preliminary exploratory statistical analysis is conducted on the real spectral data on different food products including oils, fruits and spices acquired from such miniature devices, which aims to evaluate and illustrate the distinctive characteristics of such spectral data, data distribution and difference in the spectra across multiple data acquisitions etc. along with a summary of the key challenges to face and explore. Secondly, a case study for the differentiation of extra virgin olive from adulterated with vegetable oil is provided to analyze and evaluate how some commonly used ML classifiers can be used for classification, while the impact of different preprocessing methods to improve the accuracy and efficiency is also provided. The case study demonstrates the good potential of using data analytics for spectral data from miniature device, although the overall performance of those ML classifiers is not exceptional (the classification rates of up to 83.32%) which is partially due to the quality of data, and partially due to limiting to only some classifiers. More elaborate data pre-processing and cleaning methods can be used to address the key challenges of the spectral data from miniature device, and other types of classifiers can be also explored further in future work.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128145241","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}
Long-tail problem is one of the major challenges in distantly supervised relation extraction. Some recent works on the long-tail problem attempt to transfer knowledge from data-rich and semantically similar head classes to data-poor tail classes using a relation hierarchical tree. These methods, however, are based on the assumption that long-tail and head relations have a strong correlation, which does not always hold true, and the model’s ability to learn long-tail relations is essentially not improved. In this paper, a novel joint learning framework that combines relation extraction and contrastive learning is proposed, allowing the model to directly learn the subtle differences between different categories to improve long-tail relation extraction. Experimental results show that our proposed model outperforms the current state-of-the-art (SOTA) model on various mainstream datasets.
{"title":"LDRC: Long-tail Distantly Supervised Relation Extraction via Contrastive Learning","authors":"Tingwei Li, Zhi Wang","doi":"10.1145/3583788.3583804","DOIUrl":"https://doi.org/10.1145/3583788.3583804","url":null,"abstract":"Long-tail problem is one of the major challenges in distantly supervised relation extraction. Some recent works on the long-tail problem attempt to transfer knowledge from data-rich and semantically similar head classes to data-poor tail classes using a relation hierarchical tree. These methods, however, are based on the assumption that long-tail and head relations have a strong correlation, which does not always hold true, and the model’s ability to learn long-tail relations is essentially not improved. In this paper, a novel joint learning framework that combines relation extraction and contrastive learning is proposed, allowing the model to directly learn the subtle differences between different categories to improve long-tail relation extraction. Experimental results show that our proposed model outperforms the current state-of-the-art (SOTA) model on various mainstream datasets.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124765204","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}
Effective crime prediction plays a key role in sustaining the stability of society. In recent years, researchers have proposed a number of prediction methods that extract spatial and temporal features separately and fuse afterward. However, the strict distinction between spatial feature extraction and temporal feature extraction can result in the loss of useful information. To this end, we propose a spatio-temporal deep fusion graph convolution network (STDGCN), which embodies the intra-region spatio-temporal features and the inter-region spatio-temporal associations on a single graph. STDGCN performs the convolution without distinguishing between space and time to simultaneously extract spatio-temporal features. Our evaluations of two real-world datasets demonstrate the effectiveness of STDGCN.
{"title":"Spatio-Temporal Deep Fusion Graph Convolutional Networks for Crime Prediction","authors":"Bingbin Chen, Yong Liao","doi":"10.1145/3583788.3583799","DOIUrl":"https://doi.org/10.1145/3583788.3583799","url":null,"abstract":"Effective crime prediction plays a key role in sustaining the stability of society. In recent years, researchers have proposed a number of prediction methods that extract spatial and temporal features separately and fuse afterward. However, the strict distinction between spatial feature extraction and temporal feature extraction can result in the loss of useful information. To this end, we propose a spatio-temporal deep fusion graph convolution network (STDGCN), which embodies the intra-region spatio-temporal features and the inter-region spatio-temporal associations on a single graph. STDGCN performs the convolution without distinguishing between space and time to simultaneously extract spatio-temporal features. Our evaluations of two real-world datasets demonstrate the effectiveness of STDGCN.","PeriodicalId":292167,"journal":{"name":"Proceedings of the 2023 7th International Conference on Machine Learning and Soft Computing","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-01-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127222486","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}