首页 > 最新文献

International Journal of Advances in Intelligent Informatics最新文献

英文 中文
Semi-supervised learning for sentiment classification with ensemble multi-classifier approach 基于集成多分类器方法的半监督学习情感分类
Pub Date : 2022-11-30 DOI: 10.26555/ijain.v8i3.929
A. Aribowo, H. Basiron, Noor Fazilla Abd Yusof
Supervised sentiment analysis ideally uses a fully labeled data set for modeling. However, this ideal condition requires a struggle in the label annotation process. Semi-supervised learning (SSL) has emerged as a promising method to avoid time-consuming and expensive data labeling without reducing model performance. However, the research on SSL is still limited and its performance needs to be improved. Thus, this study aims to create a new SSL-Model for sentiment analysis. The Ensemble Classifier SSL model for sentiment classification is introduced. The research went through pre-processing, vectorization, and feature extraction using TF-IDF and n-grams. Support Vector Machine (SVM) or Random Forest for tokenization was used to separate unigram, bigram, and trigram in model generation. Then, the outputs of these models were combined using stacking ensemble approach. Accuracy and F1-score were used for the evaluation. IMDB datasets and US Airlines were used to test the new SSL models. The conclusion is that the sentiment annotation accuracy is highly dependent on the suitability of the dataset with the machine learning algorithm. In IMDB dataset, which consists of two classes, it is better to use SVM. In the US Airlines consisting of three classes, SVM is better at improving the model performance against the baseline, but RF is better at achieving the baseline performance even though it fails to maintain the model performance.
监督情感分析理想地使用完全标记的数据集进行建模。然而,这种理想状态需要在标签标注过程中进行一番斗争。半监督学习(SSL)已经成为一种很有前途的方法,可以在不降低模型性能的情况下避免耗时和昂贵的数据标记。但是,目前对SSL的研究还很有限,其性能还有待提高。因此,本研究旨在建立一个新的情感分析ssl模型。介绍了用于情感分类的集成分类器SSL模型。本研究通过TF-IDF和n-gram进行预处理、矢量化和特征提取。在模型生成中,采用支持向量机(SVM)或随机森林(Random Forest)进行标记化,分离单图、双图和三图。然后,利用叠加集成方法对这些模型的输出进行组合。采用准确性和f1评分进行评价。IMDB数据集和美国航空公司被用来测试新的SSL模型。结论是,情感标注的准确性高度依赖于机器学习算法对数据集的适用性。在由两个类组成的IMDB数据集中,使用SVM比较好。在由三个类别组成的美国航空公司中,SVM更擅长于提高模型相对于基线的性能,而RF在未能保持模型性能的情况下,更擅长于达到基线的性能。
{"title":"Semi-supervised learning for sentiment classification with ensemble multi-classifier approach","authors":"A. Aribowo, H. Basiron, Noor Fazilla Abd Yusof","doi":"10.26555/ijain.v8i3.929","DOIUrl":"https://doi.org/10.26555/ijain.v8i3.929","url":null,"abstract":"Supervised sentiment analysis ideally uses a fully labeled data set for modeling. However, this ideal condition requires a struggle in the label annotation process. Semi-supervised learning (SSL) has emerged as a promising method to avoid time-consuming and expensive data labeling without reducing model performance. However, the research on SSL is still limited and its performance needs to be improved. Thus, this study aims to create a new SSL-Model for sentiment analysis. The Ensemble Classifier SSL model for sentiment classification is introduced. The research went through pre-processing, vectorization, and feature extraction using TF-IDF and n-grams. Support Vector Machine (SVM) or Random Forest for tokenization was used to separate unigram, bigram, and trigram in model generation. Then, the outputs of these models were combined using stacking ensemble approach. Accuracy and F1-score were used for the evaluation. IMDB datasets and US Airlines were used to test the new SSL models. The conclusion is that the sentiment annotation accuracy is highly dependent on the suitability of the dataset with the machine learning algorithm. In IMDB dataset, which consists of two classes, it is better to use SVM. In the US Airlines consisting of three classes, SVM is better at improving the model performance against the baseline, but RF is better at achieving the baseline performance even though it fails to maintain the model performance.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"2 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87161271","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
Gender recognition based fingerprints using dynamic horizontal voting ensemble deep learning 基于指纹性别识别的动态水平投票集成深度学习
Pub Date : 2022-11-30 DOI: 10.26555/ijain.v8i3.927
Olorunsola Stephen Olufunso, A. Evwiekpaefe, Martins E. Irhebhude
Despite tremendous advancements in gender equality, there are still persistent gender disparities, especially in important human activities. Consequently, gender inequality and related concerns are serious problems in our global society. Major players in the global economy have identified the gender identity system as a crucial stepping stone for bridging the enormous gap in gender-based problems. Extensive research conducted by forensic scientists has uncovered a unique pattern in the fingerprint, and these distinguishing characteristics of fingerprints can be utilized to determine the gender of individuals. Numerous research has revealed various fingerprint-based approaches to gender recognition. This research aims to present a novel dynamic horizontal voting ensemble model with a hybrid Convolutional Neural Network and Long Short Term Memory (CNN-LSTM) deep learning algorithm as the base learner to determine human gender attributes based on fingerprint patterns automatically. More than four thousand Live fingerprint images were acquired and subjected to training, testing, and classification using the proposed model. The results of this study indicated over 99% accuracy in predicting a person’s gender. The proposed model also performed better than other state-of-the-art models, such as ResNet-34, VGG-19, ResNet-50, and EfficientNet-B3, when implemented on the SOCOFing public dataset.
尽管在性别平等方面取得了巨大进展,但性别差距仍然存在,特别是在重要的人类活动中。因此,性别不平等及其相关问题是我们全球社会的严重问题。全球经济的主要参与者已将性别认同制度视为弥合性别问题巨大差距的关键垫脚石。经过法医科学家的广泛研究,发现了指纹的独特模式,指纹的这些显著特征可以用来确定个体的性别。大量研究揭示了各种基于指纹的性别识别方法。本研究旨在提出一种以卷积神经网络和长短期记忆(CNN-LSTM)深度学习混合算法为基础的动态水平投票集成模型,基于指纹模式自动确定人类性别属性。使用所提出的模型获得了4000多张实时指纹图像,并对其进行了训练、测试和分类。这项研究的结果表明,在预测一个人的性别方面,准确率超过99%。当在SOCOFing公共数据集上实现时,所提出的模型也比其他最先进的模型(如ResNet-34、VGG-19、ResNet-50和EfficientNet-B3)表现更好。
{"title":"Gender recognition based fingerprints using dynamic horizontal voting ensemble deep learning","authors":"Olorunsola Stephen Olufunso, A. Evwiekpaefe, Martins E. Irhebhude","doi":"10.26555/ijain.v8i3.927","DOIUrl":"https://doi.org/10.26555/ijain.v8i3.927","url":null,"abstract":"Despite tremendous advancements in gender equality, there are still persistent gender disparities, especially in important human activities. Consequently, gender inequality and related concerns are serious problems in our global society. Major players in the global economy have identified the gender identity system as a crucial stepping stone for bridging the enormous gap in gender-based problems. Extensive research conducted by forensic scientists has uncovered a unique pattern in the fingerprint, and these distinguishing characteristics of fingerprints can be utilized to determine the gender of individuals. Numerous research has revealed various fingerprint-based approaches to gender recognition. This research aims to present a novel dynamic horizontal voting ensemble model with a hybrid Convolutional Neural Network and Long Short Term Memory (CNN-LSTM) deep learning algorithm as the base learner to determine human gender attributes based on fingerprint patterns automatically. More than four thousand Live fingerprint images were acquired and subjected to training, testing, and classification using the proposed model. The results of this study indicated over 99% accuracy in predicting a person’s gender. The proposed model also performed better than other state-of-the-art models, such as ResNet-34, VGG-19, ResNet-50, and EfficientNet-B3, when implemented on the SOCOFing public dataset.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"8 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75662877","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Deep reinforcement learning autoencoder with RA-GAN and GAN 基于RA-GAN和GAN的深度强化学习自编码器
Pub Date : 2022-11-30 DOI: 10.26555/ijain.v8i3.896
Hoang-Sy Nguyen, Cong-Danh Huynh
Deep learning utilization to optimize block-structured communication systems has attracted tremendous attention from researchers. Nevertheless, owing to the extensive data transmission between the transmitter and the receiver, communication, in this case, is hard to establish and maintain effectively. As a solution for this, we first investigate typical end-to-end learning for a communication system, Generative Adversarial Network (GAN). Then, two problems associated with GAN-based systems, the gradient vanishing and overfitting, are reviewed. Subsequently, a residual aided GAN (RA-GAN) is proposed as means to overcome these problems. In the proposed learning scheme, the residual learning and the regularization method are used to mitigate the gradient vanishing and over-fitting problems. In the proposed learning scheme, the residual learning and the regularization method are used to mitigate the gradient vanishing and over-fitting problems. Finally, the numerical results performed in MATLAB for simulation and Codelabs for training have proven that the RA-GAN scheme has near-optimal performance and outperforms the conventional GAN scheme. Throughout this case study, readers can understand the issues that would occur when deep learning is applied to a communication system and possible approaches to address them.
利用深度学习优化块结构通信系统已经引起了研究人员的极大关注。然而,由于发射机和接收机之间的数据传输非常广泛,在这种情况下,通信很难有效地建立和维持。为了解决这个问题,我们首先研究了通信系统的典型端到端学习,生成对抗网络(GAN)。然后,讨论了梯度消失和过拟合这两个与gan系统相关的问题。随后,提出了一种残差辅助GAN (RA-GAN)作为克服这些问题的手段。在该学习方案中,采用残差学习和正则化方法来缓解梯度消失和过拟合问题。在该学习方案中,采用残差学习和正则化方法来缓解梯度消失和过拟合问题。最后,在MATLAB仿真和Codelabs训练中进行的数值结果证明,RA-GAN方案具有接近最优的性能,优于传统的GAN方案。在整个案例研究中,读者可以理解当深度学习应用于通信系统时可能出现的问题以及解决这些问题的可能方法。
{"title":"Deep reinforcement learning autoencoder with RA-GAN and GAN","authors":"Hoang-Sy Nguyen, Cong-Danh Huynh","doi":"10.26555/ijain.v8i3.896","DOIUrl":"https://doi.org/10.26555/ijain.v8i3.896","url":null,"abstract":"Deep learning utilization to optimize block-structured communication systems has attracted tremendous attention from researchers. Nevertheless, owing to the extensive data transmission between the transmitter and the receiver, communication, in this case, is hard to establish and maintain effectively. As a solution for this, we first investigate typical end-to-end learning for a communication system, Generative Adversarial Network (GAN). Then, two problems associated with GAN-based systems, the gradient vanishing and overfitting, are reviewed. Subsequently, a residual aided GAN (RA-GAN) is proposed as means to overcome these problems. In the proposed learning scheme, the residual learning and the regularization method are used to mitigate the gradient vanishing and over-fitting problems. In the proposed learning scheme, the residual learning and the regularization method are used to mitigate the gradient vanishing and over-fitting problems. Finally, the numerical results performed in MATLAB for simulation and Codelabs for training have proven that the RA-GAN scheme has near-optimal performance and outperforms the conventional GAN scheme. Throughout this case study, readers can understand the issues that would occur when deep learning is applied to a communication system and possible approaches to address them.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"227 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"80166619","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
Land cover classification based optical satellite images using machine learning algorithms 基于机器学习算法的光学卫星图像土地覆盖分类
Pub Date : 2022-11-30 DOI: 10.26555/ijain.v8i3.803
Arisetra Razafinimaro, A. R. Hajalalaina, H. Rakotonirainy, Reziky Zafimarina
This article aims to apply machine learning algorithms to the supervised classification of optical satellite images. Indeed, the latter is efficient in the study of land use. Despite the performance of machine learning in satellite image processing, this can change but depends on the nature of the satellite images used. Moreover, when we use the satellite, then the reliability of one classifier can be different from the others. In this paper, we examined the performance of DT, SVM, KNN, ANN, and RF. Analysis factors were used to investigate further their importance for Sentinel 2, Landsat 8, Terra Modis, and Spot 5 images. The results show that the KNN showed the most interesting accuracy during the analysis of medium and low-resolution images with spectral bands lower or equal to 4, with a higher accuracy of about 93%. The RF completely dominated the other analysis cases, where the higher accuracy was about 94%. The classification accuracy is more reliable with high-resolution images than with the other resolution categories. However, the processing times of high-resolution images are much higher. Moreover, higher accuracy was often achieved with more expensive processing times. Besides, almost all machine learning algorithms suffered from the Hugs phenomenon during the analyses. So, before the classification with machine learning, some preprocessing is needed.
本文旨在将机器学习算法应用于光学卫星图像的监督分类。事实上,后者在研究土地使用方面是有效的。尽管机器学习在卫星图像处理中的表现,但这可以改变,但取决于所使用的卫星图像的性质。此外,当我们使用卫星时,一个分类器的可靠性可能与其他分类器不同。在本文中,我们检验了DT、SVM、KNN、ANN和RF的性能。分析因子用于进一步研究它们对Sentinel 2、Landsat 8、Terra Modis和Spot 5图像的重要性。结果表明,在光谱带小于或等于4的中低分辨率图像中,KNN的分析精度最高,达到93%左右。RF完全主导了其他分析案例,其中准确率较高,约为94%。高分辨率图像的分类精度比其他分辨率类别的分类精度更可靠。然而,高分辨率图像的处理时间要高得多。此外,更高的精度通常以更昂贵的处理时间来实现。此外,几乎所有的机器学习算法在分析过程中都存在Hugs现象。因此,在使用机器学习进行分类之前,需要进行一些预处理。
{"title":"Land cover classification based optical satellite images using machine learning algorithms","authors":"Arisetra Razafinimaro, A. R. Hajalalaina, H. Rakotonirainy, Reziky Zafimarina","doi":"10.26555/ijain.v8i3.803","DOIUrl":"https://doi.org/10.26555/ijain.v8i3.803","url":null,"abstract":"This article aims to apply machine learning algorithms to the supervised classification of optical satellite images. Indeed, the latter is efficient in the study of land use. Despite the performance of machine learning in satellite image processing, this can change but depends on the nature of the satellite images used. Moreover, when we use the satellite, then the reliability of one classifier can be different from the others. In this paper, we examined the performance of DT, SVM, KNN, ANN, and RF. Analysis factors were used to investigate further their importance for Sentinel 2, Landsat 8, Terra Modis, and Spot 5 images. The results show that the KNN showed the most interesting accuracy during the analysis of medium and low-resolution images with spectral bands lower or equal to 4, with a higher accuracy of about 93%. The RF completely dominated the other analysis cases, where the higher accuracy was about 94%. The classification accuracy is more reliable with high-resolution images than with the other resolution categories. However, the processing times of high-resolution images are much higher. Moreover, higher accuracy was often achieved with more expensive processing times. Besides, almost all machine learning algorithms suffered from the Hugs phenomenon during the analyses. So, before the classification with machine learning, some preprocessing is needed.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"63 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-11-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90763891","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}
引用次数: 2
Covid-19 detection from chest x-ray images: comparison of well-established convolutional neural networks models 从胸部x线图像中检测Covid-19:完善的卷积神经网络模型的比较
Pub Date : 2022-07-31 DOI: 10.26555/ijain.v8i2.807
M. A. As’ari, Nur Izzaty Ab Manap
Coronavirus disease 19 (Covid-19) is a pandemic disease that has already killed hundred thousands of people and infected millions more. At the climax disease Covid-19, this virus will lead to pneumonia and result in a fatality in extreme cases. COVID-19 provides radiological cues that can be easily detected using chest X-rays, which distinguishes it from other types of pneumonic disease. Recently, there are several studies using the CNN model only focused on developing binary classifier that classify between Covid-19 and normal chest X-ray. However, no previous studies have ever made a comparison between the performances of some of the established pre-trained CNN models that involving multi-classes including Covid-19, Pneumonia and Normal chest X-ray. Therefore, this study focused on formulating an automated system to detect Covid-19 from chest X-Ray images by four established and powerful CNN models AlexNet, GoogleNet, ResNet-18 and SqueezeNet and the performance of each of the models were compared. A total of 21,252 chest X-ray images from various sources were pre-processed and trained for the transfer learning-based classification task, which included Covid-19, bacterial pneumonia, viral pneumonia, and normal chest x-ray images. In conclusion, this study revealed that all models successfully classify Covid-19 and other pneumonia at an accuracy of more than 78.5%, and the test results revealed that GoogleNet outperforms other models for achieved accuracy of 91.0%, precision of 85.6%, sensitivity of 85.3%, and F1 score of 85.4%.
冠状病毒病(Covid-19)是一种大流行疾病,已经造成数十万人死亡,数百万人感染。在最高潮疾病Covid-19中,该病毒将导致肺炎,并在极端情况下导致死亡。COVID-19提供了可以通过胸部x光轻松检测到的放射学线索,这将其与其他类型的肺炎疾病区分开来。最近,有几项使用CNN模型的研究只专注于开发对Covid-19和正常胸部x线进行分类的二元分类器。然而,之前的研究从未对包括Covid-19、肺炎和正常胸部x线在内的一些已建立的预训练CNN模型的性能进行过比较。因此,本研究重点构建了一套利用已建立且功能强大的CNN模型AlexNet、GoogleNet、ResNet-18和SqueezeNet从胸部x线图像中自动检测Covid-19的系统,并对各模型的性能进行了比较。对来自不同来源的21252张胸片图像进行预处理和训练,用于基于迁移学习的分类任务,其中包括Covid-19、细菌性肺炎、病毒性肺炎和正常胸片图像。综上所述,本研究显示,所有模型对Covid-19和其他肺炎的分类准确率均在78.5%以上,测试结果显示,GoogleNet的准确率为91.0%,精度为85.6%,灵敏度为85.3%,F1评分为85.4%,优于其他模型。
{"title":"Covid-19 detection from chest x-ray images: comparison of well-established convolutional neural networks models","authors":"M. A. As’ari, Nur Izzaty Ab Manap","doi":"10.26555/ijain.v8i2.807","DOIUrl":"https://doi.org/10.26555/ijain.v8i2.807","url":null,"abstract":"Coronavirus disease 19 (Covid-19) is a pandemic disease that has already killed hundred thousands of people and infected millions more. At the climax disease Covid-19, this virus will lead to pneumonia and result in a fatality in extreme cases. COVID-19 provides radiological cues that can be easily detected using chest X-rays, which distinguishes it from other types of pneumonic disease. Recently, there are several studies using the CNN model only focused on developing binary classifier that classify between Covid-19 and normal chest X-ray. However, no previous studies have ever made a comparison between the performances of some of the established pre-trained CNN models that involving multi-classes including Covid-19, Pneumonia and Normal chest X-ray. Therefore, this study focused on formulating an automated system to detect Covid-19 from chest X-Ray images by four established and powerful CNN models AlexNet, GoogleNet, ResNet-18 and SqueezeNet and the performance of each of the models were compared. A total of 21,252 chest X-ray images from various sources were pre-processed and trained for the transfer learning-based classification task, which included Covid-19, bacterial pneumonia, viral pneumonia, and normal chest x-ray images. In conclusion, this study revealed that all models successfully classify Covid-19 and other pneumonia at an accuracy of more than 78.5%, and the test results revealed that GoogleNet outperforms other models for achieved accuracy of 91.0%, precision of 85.6%, sensitivity of 85.3%, and F1 score of 85.4%.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"18 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82818255","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Incremental multiclass open-set audio recognition 增量多类开集音频识别
Pub Date : 2022-07-31 DOI: 10.26555/ijain.v8i2.812
H. Jleed, M. Bouchard
Incremental learning aims to learn new classes if they emerge while maintaining the performance for previously known classes. It acquires useful information from incoming data to update the existing models. Open-set recognition, however, requires the ability to recognize examples from known classes and reject examples from new/unknown classes. There are two main challenges in this matter. First, new class discovery: the algorithm needs to not only recognize known classes but it must also detect unknown classes. Second, model extension: after the new classes are identified, the model needs to be updated. Focusing on this matter, we introduce incremental open-set multiclass support vector machine algorithms that can classify examples from seen/unseen classes, using incremental learning to increase the current model with new classes without entirely retraining the system. Comprehensive evaluations are carried out on both open set recognition and incremental learning. For open-set recognition, we adopt the openness test that examines the effectiveness of a varying number of known/unknown labels. For incremental learning, we adapt the model to detect a single novel class in each incremental phase and update the model with unknown classes. Experimental results show promising performance for the proposed methods, compared with some representative previous methods.
增量学习的目的是学习新出现的类,同时保持以前已知类的性能。它从输入的数据中获取有用的信息来更新现有的模型。然而,开放集识别要求能够识别来自已知类的示例并拒绝来自新/未知类的示例。在这个问题上有两个主要的挑战。首先,新类发现:算法不仅要识别已知类,还要检测未知类。第二,模型扩展:在识别新类之后,需要更新模型。专注于这个问题,我们引入了增量开集多类支持向量机算法,该算法可以从可见/未见类中分类示例,使用增量学习用新类增加当前模型,而无需完全重新训练系统。对开放集识别和增量学习进行了综合评价。对于开放集识别,我们采用开放性测试来检验不同数量的已知/未知标签的有效性。对于增量学习,我们调整模型以在每个增量阶段检测单个新类,并用未知类更新模型。实验结果表明,该方法与已有的一些代表性方法相比,具有良好的性能。
{"title":"Incremental multiclass open-set audio recognition","authors":"H. Jleed, M. Bouchard","doi":"10.26555/ijain.v8i2.812","DOIUrl":"https://doi.org/10.26555/ijain.v8i2.812","url":null,"abstract":"Incremental learning aims to learn new classes if they emerge while maintaining the performance for previously known classes. It acquires useful information from incoming data to update the existing models. Open-set recognition, however, requires the ability to recognize examples from known classes and reject examples from new/unknown classes. There are two main challenges in this matter. First, new class discovery: the algorithm needs to not only recognize known classes but it must also detect unknown classes. Second, model extension: after the new classes are identified, the model needs to be updated. Focusing on this matter, we introduce incremental open-set multiclass support vector machine algorithms that can classify examples from seen/unseen classes, using incremental learning to increase the current model with new classes without entirely retraining the system. Comprehensive evaluations are carried out on both open set recognition and incremental learning. For open-set recognition, we adopt the openness test that examines the effectiveness of a varying number of known/unknown labels. For incremental learning, we adapt the model to detect a single novel class in each incremental phase and update the model with unknown classes. Experimental results show promising performance for the proposed methods, compared with some representative previous methods.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"185 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86231091","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Feature selection using regression mutual information deep convolution neuron networks for COVID-19 X-ray image classification 基于回归互信息深度卷积神经元网络特征选择的COVID-19 x射线图像分类
Pub Date : 2022-07-31 DOI: 10.26555/ijain.v8i2.809
Tongjai Yampaka, S. Vonganansup, Prinda Labcharoenwongs
Chest radiography (CXR) image is usually required for lung severity assessment. However, chest X-rays in COVID-19 interpretation is required expert radiologists’ knowledge. This study aims to improve the COVID-19 X-ray image classification using feature selection technique by the regression mutual information deep convolution neuron networks (RMI Deep-CNNs). The dataset consists of 219 COVID-19, 500 viral pneumonias, and 500 normal chest X-ray images. CXR images were comprehensively pre-trained using DCNNs to extract the very large image features, then, the feature selection could reduce the complexity of a model and reduce the model overfitting. Therefore, the critical features were selected using regression mutual information followed by the fully connected with softmax layer for classification. For the classification of two alternative systems, these networks were compared (ResNet152V2 and InceptionV3). The classification performance for both schemes were 92.21%, 100%, 90% and 91.39%, 100%, 82.50%, respectively. In addition, RMI Deep-CNNs not only improve the accuracy but also reduce trainable features by over 80%. This approach tends to significantly improve the computation time and model accuracy for COVID‐19 classification.
通常需要胸片(CXR)图像来评估肺的严重程度。然而,在COVID-19解释中,胸部x光片需要放射科专家的知识。本研究旨在利用回归互信息深度卷积神经元网络(RMI deep - cnn)的特征选择技术改进COVID-19 x射线图像分类。该数据集由219例COVID-19、500例病毒性肺炎和500例正常胸部x线图像组成。利用DCNNs对CXR图像进行全面的预训练,提取非常大的图像特征,从而降低模型的复杂性,减少模型的过拟合。因此,使用回归互信息选择关键特征,然后使用与softmax完全连接的层进行分类。对于两种可选系统的分类,比较了这些网络(ResNet152V2和InceptionV3)。两种方案的分类性能分别为92.21%、100%、90%和91.39%、100%、82.50%。此外,RMI deep - cnn不仅提高了准确率,而且减少了80%以上的可训练特征。该方法可显著提高COVID - 19分类的计算时间和模型精度。
{"title":"Feature selection using regression mutual information deep convolution neuron networks for COVID-19 X-ray image classification","authors":"Tongjai Yampaka, S. Vonganansup, Prinda Labcharoenwongs","doi":"10.26555/ijain.v8i2.809","DOIUrl":"https://doi.org/10.26555/ijain.v8i2.809","url":null,"abstract":"Chest radiography (CXR) image is usually required for lung severity assessment. However, chest X-rays in COVID-19 interpretation is required expert radiologists’ knowledge. This study aims to improve the COVID-19 X-ray image classification using feature selection technique by the regression mutual information deep convolution neuron networks (RMI Deep-CNNs). The dataset consists of 219 COVID-19, 500 viral pneumonias, and 500 normal chest X-ray images. CXR images were comprehensively pre-trained using DCNNs to extract the very large image features, then, the feature selection could reduce the complexity of a model and reduce the model overfitting. Therefore, the critical features were selected using regression mutual information followed by the fully connected with softmax layer for classification. For the classification of two alternative systems, these networks were compared (ResNet152V2 and InceptionV3). The classification performance for both schemes were 92.21%, 100%, 90% and 91.39%, 100%, 82.50%, respectively. In addition, RMI Deep-CNNs not only improve the accuracy but also reduce trainable features by over 80%. This approach tends to significantly improve the computation time and model accuracy for COVID‐19 classification.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"48 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81319954","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Analysis of color features performance using support vector machine with multi-kernel for batik classification 基于多核支持向量机的蜡染分类颜色特征性能分析
Pub Date : 2022-07-31 DOI: 10.26555/ijain.v8i2.821
E. Winarno, W. Hadikurniawati, Anindita Septiarini, H. Hamdani
Batik is a sort of cultural heritage fabric that originated in many areas of Indonesia. It can be traced back to many different parts of Indonesia. Each region, particularly Semarang in Central Java, Indonesia, has its Batik design. Unfortunately, due to a lack of knowledge, not all residents can recognize the types of Semarang batik. Therefore, this study proposed an automated method for classifying Semarang batik. Semarang batik was classified into five categories according to this method: Asem Arang, Blekok Warak, Gambang Semarangan, Kembang Sepatu, and Semarangan. It is required to analyze the color features based on the color space to develop discriminative features since color was able to differentiate these batik patterns. Color features were produced based on the RGB, HSV, YIQ, and YCbCr color spaces. Four different kernels were used to feed these features into the Support Vector Machine (SVM) classifier: linear, polynomial, sigmoid, and radial basis functions. The experiment was carried out using a local dataset of 1000 batik images classified into five classes (each class contains 200 images). A cross-validation test with a k-fold value of 10 was performed to analyze the method. In each of the SVM Kernels, the results showed that the proposed method achieved an accuracy value of 100% by utilizing the YIQ color space, which was reliable throughout all the tests.
蜡染是一种文化遗产织物,起源于印度尼西亚的许多地区。它可以追溯到印度尼西亚的许多不同地区。每个地区,尤其是印尼中爪哇的三宝垄,都有自己的蜡染图案。不幸的是,由于缺乏知识,并非所有居民都能识别三宝垄蜡染的类型。因此,本研究提出了一种自动分类三宝垄蜡染的方法。根据这种方法,三宝垄蜡染分为五类:Asem Arang, Blekok Warak, Gambang三宝垄干,Kembang Sepatu和三宝垄干。由于颜色可以区分这些蜡染图案,因此需要根据颜色空间分析颜色特征来开发区别特征。颜色特征是基于RGB、HSV、YIQ和YCbCr颜色空间产生的。使用四种不同的核将这些特征输入支持向量机(SVM)分类器:线性,多项式,sigmoid和径向基函数。实验使用1000张蜡染图像的本地数据集进行,该数据集分为五类(每类包含200张图像)。采用k-fold值为10的交叉验证试验对方法进行分析。在每个SVM核中,结果表明,该方法利用YIQ颜色空间获得了100%的准确率值,在所有测试中都是可靠的。
{"title":"Analysis of color features performance using support vector machine with multi-kernel for batik classification","authors":"E. Winarno, W. Hadikurniawati, Anindita Septiarini, H. Hamdani","doi":"10.26555/ijain.v8i2.821","DOIUrl":"https://doi.org/10.26555/ijain.v8i2.821","url":null,"abstract":"Batik is a sort of cultural heritage fabric that originated in many areas of Indonesia. It can be traced back to many different parts of Indonesia. Each region, particularly Semarang in Central Java, Indonesia, has its Batik design. Unfortunately, due to a lack of knowledge, not all residents can recognize the types of Semarang batik. Therefore, this study proposed an automated method for classifying Semarang batik. Semarang batik was classified into five categories according to this method: Asem Arang, Blekok Warak, Gambang Semarangan, Kembang Sepatu, and Semarangan. It is required to analyze the color features based on the color space to develop discriminative features since color was able to differentiate these batik patterns. Color features were produced based on the RGB, HSV, YIQ, and YCbCr color spaces. Four different kernels were used to feed these features into the Support Vector Machine (SVM) classifier: linear, polynomial, sigmoid, and radial basis functions. The experiment was carried out using a local dataset of 1000 batik images classified into five classes (each class contains 200 images). A cross-validation test with a k-fold value of 10 was performed to analyze the method. In each of the SVM Kernels, the results showed that the proposed method achieved an accuracy value of 100% by utilizing the YIQ color space, which was reliable throughout all the tests.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"61 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78043738","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}
引用次数: 3
Cluster analysis and ensemble transfer learning for COVID-19 classification from computed tomography scans 基于计算机断层扫描的COVID-19分类的聚类分析和集成迁移学习
Pub Date : 2022-07-31 DOI: 10.26555/ijain.v8i2.817
Lyubomir Gotsev, I. Mitkov, E. Kovatcheva, Boyan Jekov, R. Nikolov, E. Shoikova, Milena Petkova
The paper presents a brief analysis of publications utilizing the public SARS-CoV-2 dataset, consisting of patients’ computer tomography scans captured from Brazil hospitals and an experimental setup addressing the found data challenges. The analysis shows that all protocols, with one exception, suffer from data leakage arising from data organization where the patients and their images are not grouped. Each patient is represented with several scans. It can provide misleading results as data of the same individual may occur in both training and test sets. Furthermore, only one paper proposed ensemble learning utilizing as base models VGG-16, ResNet50, and Xception. Therefore, we proposed and experimented with the following strategy to mitigate the found risks of bias: data standardization and normalization to achieve proper contrast and resolution; k-means and group shuffle split to avoid data leakage; augmentation and ensemble transfer learning to deal with limited sample size and over-fitting. Compared with the earlier proposed ensemble approach, the current one stacks VGG-16, Densenet-201, and Inception v3, achieving higher accuracy (99.3 %), second in the related work, and most significantly, it applies augmentation and clustering analysis to avoid overestimation. In contrast, the paper also presented critical metrics in the medical domain: negative prediction value (99.55%), false positive rate (0.89%), false negative rate (0.42%), and false discovery rate (0.83%). The strategy has two main advantages: reducing data pitfalls and decreasing generalization error. It can serve as a baseline to increase the performance quality and mitigate the risk of bias in the field.
本文对利用公共SARS-CoV-2数据集的出版物进行了简要分析,该数据集包括从巴西医院捕获的患者计算机断层扫描和解决所发现数据挑战的实验设置。分析表明,除了一个例外,所有协议都存在数据泄露,这是由于数据组织中没有对患者及其图像进行分组。每个病人都有几次扫描。它可能提供误导性的结果,因为同一个人的数据可能出现在训练集和测试集中。此外,只有一篇论文提出了集成学习,使用VGG-16、ResNet50和Xception作为基本模型。因此,我们提出并试验了以下策略来减轻发现的偏见风险:数据标准化和规范化,以实现适当的对比度和分辨率;K-means和group shuffle分离,避免数据泄露;处理有限样本量和过拟合的增强和集成迁移学习。与之前提出的集成方法相比,目前的集成方法将VGG-16、Densenet-201和Inception v3叠加在一起,实现了更高的准确率(99.3%),在相关工作中排名第二,最重要的是,它应用了增强和聚类分析来避免高估。相比之下,本文还提出了医学领域的关键指标:阴性预测值(99.55%)、假阳性率(0.89%)、假阴性率(0.42%)和假发现率(0.83%)。该策略有两个主要优点:减少数据陷阱和减少泛化误差。它可以作为提高性能质量和减轻该领域偏差风险的基线。
{"title":"Cluster analysis and ensemble transfer learning for COVID-19 classification from computed tomography scans","authors":"Lyubomir Gotsev, I. Mitkov, E. Kovatcheva, Boyan Jekov, R. Nikolov, E. Shoikova, Milena Petkova","doi":"10.26555/ijain.v8i2.817","DOIUrl":"https://doi.org/10.26555/ijain.v8i2.817","url":null,"abstract":"The paper presents a brief analysis of publications utilizing the public SARS-CoV-2 dataset, consisting of patients’ computer tomography scans captured from Brazil hospitals and an experimental setup addressing the found data challenges. The analysis shows that all protocols, with one exception, suffer from data leakage arising from data organization where the patients and their images are not grouped. Each patient is represented with several scans. It can provide misleading results as data of the same individual may occur in both training and test sets. Furthermore, only one paper proposed ensemble learning utilizing as base models VGG-16, ResNet50, and Xception. Therefore, we proposed and experimented with the following strategy to mitigate the found risks of bias: data standardization and normalization to achieve proper contrast and resolution; k-means and group shuffle split to avoid data leakage; augmentation and ensemble transfer learning to deal with limited sample size and over-fitting. Compared with the earlier proposed ensemble approach, the current one stacks VGG-16, Densenet-201, and Inception v3, achieving higher accuracy (99.3 %), second in the related work, and most significantly, it applies augmentation and clustering analysis to avoid overestimation. In contrast, the paper also presented critical metrics in the medical domain: negative prediction value (99.55%), false positive rate (0.89%), false negative rate (0.42%), and false discovery rate (0.83%). The strategy has two main advantages: reducing data pitfalls and decreasing generalization error. It can serve as a baseline to increase the performance quality and mitigate the risk of bias in the field.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"43 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72509309","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
Optimizing complexity weight parameter of use case points estimation using particle swarm optimization 用粒子群算法优化用例点估计的复杂度权重参数
Pub Date : 2022-07-31 DOI: 10.26555/ijain.v8i2.811
A. Ardiansyah, R. Ferdiana, A. E. Permanasari
Among algorithmic-based frameworks for software development effort estimation, Use Case Points I s one of the most used. Use Case Points is a well-known estimation framework designed mainly for object-oriented projects. Use Case Points uses the use case complexity weight as its essential parameter. The parameter is calculated with the number of actors and transactions of the use case. Nevertheless, use case complexity weight is discontinuous, which can sometimes result in inaccurate measurements and abrupt classification of the use case. The objective of this work is to investigate the potential of integrating particle swarm optimization (PSO) with the Use Case Points framework. The optimizer algorithm is utilized to optimize the modified use case complexity weight parameter. We designed and conducted an experiment based on real-life data set from three software houses. The proposed model’s accuracy and performance evaluation metric is compared with other published results, which are standardized accuracy, effect size, mean balanced residual error, mean inverted balanced residual error, and mean absolute error. Moreover, the existing models as the benchmark are polynomial regression, multiple linear regression, weighted case-based reasoning with (PSO), fuzzy use case points, and standard Use Case Points. Experimental results show that the proposed model generates the best value of standardized accuracy of 99.27% and an effect size of 1.15 over the benchmark models. The results of our study are promising for researchers and practitioners because the proposed model is actually estimating, not guessing, and generating meaningful estimation with statistically and practically significant.
在软件开发工作评估的基于算法的框架中,用例点I是最常用的框架之一。用例点是一个著名的评估框架,主要是为面向对象的项目设计的。用例点使用用例复杂性权重作为其基本参数。该参数是根据用例的参与者和事务的数量来计算的。然而,用例复杂性权重是不连续的,这有时会导致不准确的测量和用例的突然分类。这项工作的目的是研究整合粒子群优化(PSO)与用例点框架的潜力。利用优化器算法对修改后的用例复杂度权重参数进行优化。我们根据三个软件公司的真实数据集设计并进行了一个实验。将该模型的精度和性能评价指标与已发表的标准化精度、效应大小、平均平衡残差、平均倒平衡残差和平均绝对误差进行了比较。此外,作为基准的现有模型有多项式回归、多元线性回归、加权用例推理(PSO)、模糊用例点和标准用例点。实验结果表明,与基准模型相比,该模型的标准化准确率为99.27%,效应值为1.15。我们的研究结果对研究人员和实践者来说是有希望的,因为所提出的模型实际上是估计,而不是猜测,并且产生具有统计和实践意义的有意义的估计。
{"title":"Optimizing complexity weight parameter of use case points estimation using particle swarm optimization","authors":"A. Ardiansyah, R. Ferdiana, A. E. Permanasari","doi":"10.26555/ijain.v8i2.811","DOIUrl":"https://doi.org/10.26555/ijain.v8i2.811","url":null,"abstract":"Among algorithmic-based frameworks for software development effort estimation, Use Case Points I s one of the most used. Use Case Points is a well-known estimation framework designed mainly for object-oriented projects. Use Case Points uses the use case complexity weight as its essential parameter. The parameter is calculated with the number of actors and transactions of the use case. Nevertheless, use case complexity weight is discontinuous, which can sometimes result in inaccurate measurements and abrupt classification of the use case. The objective of this work is to investigate the potential of integrating particle swarm optimization (PSO) with the Use Case Points framework. The optimizer algorithm is utilized to optimize the modified use case complexity weight parameter. We designed and conducted an experiment based on real-life data set from three software houses. The proposed model’s accuracy and performance evaluation metric is compared with other published results, which are standardized accuracy, effect size, mean balanced residual error, mean inverted balanced residual error, and mean absolute error. Moreover, the existing models as the benchmark are polynomial regression, multiple linear regression, weighted case-based reasoning with (PSO), fuzzy use case points, and standard Use Case Points. Experimental results show that the proposed model generates the best value of standardized accuracy of 99.27% and an effect size of 1.15 over the benchmark models. The results of our study are promising for researchers and practitioners because the proposed model is actually estimating, not guessing, and generating meaningful estimation with statistically and practically significant.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"51 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2022-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87588937","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
期刊
International Journal of Advances in Intelligent Informatics
全部 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