首页 > 最新文献

International Journal of Advances in Intelligent Informatics最新文献

英文 中文
Analysis and review of the possibility of using the generative model as a compression technique in DNA data storage: review and future research agenda 分析和回顾在DNA数据存储中使用生成模型作为压缩技术的可能性:回顾和未来的研究议程
Pub Date : 2023-11-01 DOI: 10.26555/ijain.v9i3.1063
Muhammad Rafi Muttaqin, Yeni Herdiyeni, Agus Buono, Karlisa Priandana, Iskandar Zulkarnaen Siregar
The amount of data in this world is getting higher, and overwriting technology also has severe challenges. Data growth is expected to grow to 175 ZB by 2025. Data storage technology in DNA is an alternative technology with potential in information storage, mainly digital data. One of the stages of storing information on DNA is synthesis. This synthesis process costs very high, so it is necessary to integrate compression techniques for digital data to minimize the costs incurred. One of the models used in compression techniques is the generative model. This paper aims to see if compression using this generative model allows it to be integrated into data storage methods on DNA. To this end, we have conducted a Systematic Literature Review using the PRISMA method in selecting papers. We took the source of the papers from four leading databases and other additional databases. Out of 2440 papers, we finally decided on 34 primary papers for detailed analysis. This systematic literature review (SLR) presents and categorizes based on research questions, namely discussing machine learning methods applied in DNA storage, identifying compression techniques for DNA storage, knowing the role of deep learning in the compression process for DNA storage, knowing how generative models are associated with deep learning, knowing how generative models are applied in the compression process, and knowing latent space can be formed. The study highlights open problems that need to be solved and provides an identified research direction.
世界上的数据量越来越大,覆盖技术也面临着严峻的挑战。到2025年,数据增长预计将增长到175zb。DNA数据存储技术是一种极具潜力的信息存储技术,主要是数字数据存储技术。在DNA上储存信息的一个阶段是合成。这种合成过程的成本非常高,因此有必要集成数字数据的压缩技术,以尽量减少所产生的成本。在压缩技术中使用的模型之一是生成模型。本文的目的是看看使用这种生成模型的压缩是否允许它集成到DNA上的数据存储方法中。为此,我们采用PRISMA方法进行了系统性文献综述。我们从四个主要数据库和其他附加数据库中获取了论文的来源。在2440篇论文中,我们最终确定了34篇主要论文进行详细分析。本系统性文献综述(SLR)基于研究问题进行了呈现和分类,即讨论了DNA存储中应用的机器学习方法,确定了DNA存储的压缩技术,了解了深度学习在DNA存储压缩过程中的作用,了解了生成模型如何与深度学习相关联,了解了生成模型如何应用于压缩过程,了解了潜在空间可以形成。该研究突出了需要解决的开放性问题,并提供了确定的研究方向。
{"title":"Analysis and review of the possibility of using the generative model as a compression technique in DNA data storage: review and future research agenda","authors":"Muhammad Rafi Muttaqin, Yeni Herdiyeni, Agus Buono, Karlisa Priandana, Iskandar Zulkarnaen Siregar","doi":"10.26555/ijain.v9i3.1063","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.1063","url":null,"abstract":"The amount of data in this world is getting higher, and overwriting technology also has severe challenges. Data growth is expected to grow to 175 ZB by 2025. Data storage technology in DNA is an alternative technology with potential in information storage, mainly digital data. One of the stages of storing information on DNA is synthesis. This synthesis process costs very high, so it is necessary to integrate compression techniques for digital data to minimize the costs incurred. One of the models used in compression techniques is the generative model. This paper aims to see if compression using this generative model allows it to be integrated into data storage methods on DNA. To this end, we have conducted a Systematic Literature Review using the PRISMA method in selecting papers. We took the source of the papers from four leading databases and other additional databases. Out of 2440 papers, we finally decided on 34 primary papers for detailed analysis. This systematic literature review (SLR) presents and categorizes based on research questions, namely discussing machine learning methods applied in DNA storage, identifying compression techniques for DNA storage, knowing the role of deep learning in the compression process for DNA storage, knowing how generative models are associated with deep learning, knowing how generative models are applied in the compression process, and knowing latent space can be formed. The study highlights open problems that need to be solved and provides an identified research direction.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135112501","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
Detection of code smells using machine learning techniques combined with data-balancing methods 使用机器学习技术结合数据平衡方法检测代码气味
Pub Date : 2023-11-01 DOI: 10.26555/ijain.v9i3.981
Nasraldeen Alnor Adam Khleel, Károly Nehéz
Code smells are prevalent issues in software design that arise when implementation or design principles are violated. These issues manifest as symptoms or anomalies in the source code. Timely identification of code smells plays a crucial role in enhancing software quality and facilitating software maintenance. Previous studies have shown that code smell detection can be accomplished through the utilization of machine learning (ML) methods. However, despite their increasing popularity, research suggests that the suitability of these methods are not always appropriate due to the problem of imbalanced data. Consequently, the effectiveness of ML models may be negatively affected. This study aims to propose a novel method for detecting code smells by employing five ML algorithms, namely decision tree (DT), k-nearest neighbors (K-NN), support vector machine (SVM), XGboost (XGB), and multi-layer perceptron (MLP). Additionally, to tackle the challenge of imbalanced data, the proposed method incorporates the random oversampling technique. Experiments were conducted in this study using four datasets that encompassed code smells, specifically god-class, data-class, long-method, and feature-envy. The experimental outcomes were evaluated and compared using various performance metrics. Upon comparing the outcomes of our models on both the balanced and original datasets, we found that the XGB model achieved the highest accuracy of 100% for detecting the data class and long method on the original datasets. In contrast, the highest accuracy of 100% was obtained for the data class and long method using DT, SVM, and XGB models on the balanced datasets. According to the empirical findings, there is significant promise in using ML techniques for the accurate prediction of code smells.
代码气味是软件设计中普遍存在的问题,当实现或设计原则被违反时就会出现。这些问题在源代码中表现为症状或异常。及时识别代码气味对于提高软件质量和促进软件维护具有至关重要的作用。以前的研究表明,代码气味检测可以通过利用机器学习(ML)方法来完成。然而,尽管它们越来越受欢迎,但研究表明,由于数据不平衡的问题,这些方法的适用性并不总是合适的。因此,ML模型的有效性可能会受到负面影响。本研究旨在通过采用决策树(DT)、k近邻(K-NN)、支持向量机(SVM)、XGboost (XGB)和多层感知器(MLP)五种机器学习算法,提出一种检测代码气味的新方法。此外,为了解决数据不平衡的问题,该方法采用了随机过采样技术。本研究使用包含代码气味的四个数据集进行了实验,特别是神类、数据类、长方法和特征羡慕。使用各种性能指标对实验结果进行评估和比较。通过比较我们的模型在平衡数据集和原始数据集上的结果,我们发现XGB模型在原始数据集上检测数据类别和长方法的准确率最高,达到100%。相比之下,在平衡数据集上使用DT、SVM和XGB模型的数据类和长方法获得了100%的最高准确率。根据经验发现,使用ML技术准确预测代码气味有很大的前景。
{"title":"Detection of code smells using machine learning techniques combined with data-balancing methods","authors":"Nasraldeen Alnor Adam Khleel, Károly Nehéz","doi":"10.26555/ijain.v9i3.981","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.981","url":null,"abstract":"Code smells are prevalent issues in software design that arise when implementation or design principles are violated. These issues manifest as symptoms or anomalies in the source code. Timely identification of code smells plays a crucial role in enhancing software quality and facilitating software maintenance. Previous studies have shown that code smell detection can be accomplished through the utilization of machine learning (ML) methods. However, despite their increasing popularity, research suggests that the suitability of these methods are not always appropriate due to the problem of imbalanced data. Consequently, the effectiveness of ML models may be negatively affected. This study aims to propose a novel method for detecting code smells by employing five ML algorithms, namely decision tree (DT), k-nearest neighbors (K-NN), support vector machine (SVM), XGboost (XGB), and multi-layer perceptron (MLP). Additionally, to tackle the challenge of imbalanced data, the proposed method incorporates the random oversampling technique. Experiments were conducted in this study using four datasets that encompassed code smells, specifically god-class, data-class, long-method, and feature-envy. The experimental outcomes were evaluated and compared using various performance metrics. Upon comparing the outcomes of our models on both the balanced and original datasets, we found that the XGB model achieved the highest accuracy of 100% for detecting the data class and long method on the original datasets. In contrast, the highest accuracy of 100% was obtained for the data class and long method using DT, SVM, and XGB models on the balanced datasets. According to the empirical findings, there is significant promise in using ML techniques for the accurate prediction of code smells.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"30 5","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135112497","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
Fragile watermarking for image authentication using dyadic walsh ordering 使用二进沃尔什排序的图像认证脆弱水印
Pub Date : 2023-11-01 DOI: 10.26555/ijain.v9i3.1017
Prajanto Wahyu Adi, Adi Wibowo, Guruh Aryotejo, Ferda Ernawan
A digital image is subjected to the most manipulation. This is driven by the easy manipulating process through image editing software which is growing rapidly. These problems can be solved through the watermarking model as an active authentication system for the image. One of the most popular methods is Singular Value Decomposition (SVD) which has good imperceptibility and detection capabilities. Nevertheless, SVD has high complexity and can only utilize one singular matrix S, and ignore two orthogonal matrices. This paper proposes the use of the Walsh matrix with dyadic ordering to generate a new S matrix without the orthogonal matrices. The experimental results showed that the proposed method was able to reduce computational time by 22% and 13% compared to the SVD-based method and similar methods based on the Hadamard matrix respectively. This research can be used as a reference to speed up the computing time of the watermarking methods without compromising the level of imperceptibility and authentication.
数字图像受到最多的操纵。这是由于通过快速增长的图像编辑软件易于操作的过程所驱动的。这些问题都可以通过水印模型作为图像的主动认证系统来解决。其中最流行的一种方法是奇异值分解(SVD),它具有良好的不可感知性和检测能力。然而,奇异值分解具有较高的复杂度,只能利用一个奇异矩阵S,而忽略两个正交矩阵。本文提出利用带二进排序的Walsh矩阵来生成一个不含正交矩阵的新S矩阵。实验结果表明,与基于奇异值分解的方法和基于Hadamard矩阵的类似方法相比,该方法的计算时间分别减少了22%和13%。该研究可为在不影响不可感知性和认证性的前提下,加快水印算法的计算时间提供参考。
{"title":"Fragile watermarking for image authentication using dyadic walsh ordering","authors":"Prajanto Wahyu Adi, Adi Wibowo, Guruh Aryotejo, Ferda Ernawan","doi":"10.26555/ijain.v9i3.1017","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.1017","url":null,"abstract":"A digital image is subjected to the most manipulation. This is driven by the easy manipulating process through image editing software which is growing rapidly. These problems can be solved through the watermarking model as an active authentication system for the image. One of the most popular methods is Singular Value Decomposition (SVD) which has good imperceptibility and detection capabilities. Nevertheless, SVD has high complexity and can only utilize one singular matrix S, and ignore two orthogonal matrices. This paper proposes the use of the Walsh matrix with dyadic ordering to generate a new S matrix without the orthogonal matrices. The experimental results showed that the proposed method was able to reduce computational time by 22% and 13% compared to the SVD-based method and similar methods based on the Hadamard matrix respectively. This research can be used as a reference to speed up the computing time of the watermarking methods without compromising the level of imperceptibility and authentication.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135112511","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
Systematic literature review of dermoscopic pigmented skin lesions classification using convolutional neural network (CNN) 基于卷积神经网络(CNN)的皮肤镜下色素性皮肤病变分类系统文献综述
Pub Date : 2023-10-15 DOI: 10.26555/ijain.v9i3.961
Erwin Setyo Nugroho, Igi Ardiyanto, Hanung Adi Nugroho
The occurrence of pigmented skin lesions (PSL), including melanoma, are rising, and early detection is crucial for reducing mortality. To assist Pigmented skin lesions, including melanoma, are rising, and early detection is crucial in reducing mortality. To aid dermatologists in early detection, computational techniques have been developed. This research conducted a systematic literature review (SLR) to identify research goals, datasets, methodologies, and performance evaluation methods used in categorizing dermoscopic lesions. This review focuses on using convolutional neural networks (CNNs) in analyzing PSL. Based on specific inclusion and exclusion criteria, the review included 54 primary studies published on Scopus and PubMed between 2018 and 2022. The results showed that ResNet and self-developed CNN were used in 22% of the studies, followed by Ensemble at 20% and DenseNet at 9%. Public datasets such as ISIC 2019 were predominantly used, and 85% of the classifiers used were softmax. The findings suggest that the input, architecture, and output/feature modifications can enhance the model's performance, although improving sensitivity in multiclass classification remains a challenge. While there is no specific model approach to solve the problem in this area, we recommend simultaneously modifying the three clusters to improve the model's performance.
包括黑色素瘤在内的色素沉着性皮肤病变(PSL)的发病率正在上升,早期发现对于降低死亡率至关重要。包括黑色素瘤在内的色素皮肤病变正在上升,早期发现对于降低死亡率至关重要。为了帮助皮肤科医生早期发现,计算机技术已经被开发出来。本研究进行了系统的文献综述(SLR),以确定用于皮肤镜下病变分类的研究目标、数据集、方法和性能评估方法。本文综述了卷积神经网络(cnn)在PSL分析中的应用。根据特定的纳入和排除标准,该综述纳入了2018年至2022年期间在Scopus和PubMed上发表的54项主要研究。结果显示,22%的研究使用了ResNet和自主开发的CNN,其次是Ensemble,占20%,DenseNet占9%。主要使用ISIC 2019等公共数据集,使用的分类器中有85%是softmax。研究结果表明,输入、结构和输出/特征的修改可以提高模型的性能,尽管提高多类分类的灵敏度仍然是一个挑战。虽然没有特定的模型方法来解决这方面的问题,但我们建议同时修改三个集群以提高模型的性能。
{"title":"Systematic literature review of dermoscopic pigmented skin lesions classification using convolutional neural network (CNN)","authors":"Erwin Setyo Nugroho, Igi Ardiyanto, Hanung Adi Nugroho","doi":"10.26555/ijain.v9i3.961","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.961","url":null,"abstract":"The occurrence of pigmented skin lesions (PSL), including melanoma, are rising, and early detection is crucial for reducing mortality. To assist Pigmented skin lesions, including melanoma, are rising, and early detection is crucial in reducing mortality. To aid dermatologists in early detection, computational techniques have been developed. This research conducted a systematic literature review (SLR) to identify research goals, datasets, methodologies, and performance evaluation methods used in categorizing dermoscopic lesions. This review focuses on using convolutional neural networks (CNNs) in analyzing PSL. Based on specific inclusion and exclusion criteria, the review included 54 primary studies published on Scopus and PubMed between 2018 and 2022. The results showed that ResNet and self-developed CNN were used in 22% of the studies, followed by Ensemble at 20% and DenseNet at 9%. Public datasets such as ISIC 2019 were predominantly used, and 85% of the classifiers used were softmax. The findings suggest that the input, architecture, and output/feature modifications can enhance the model's performance, although improving sensitivity in multiclass classification remains a challenge. While there is no specific model approach to solve the problem in this area, we recommend simultaneously modifying the three clusters to improve the model's performance.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136184544","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
Detection of multi-class arrhythmia using heuristic and deep neural network on edge device 基于边缘设备的启发式深度神经网络多类心律失常检测
Pub Date : 2023-10-15 DOI: 10.26555/ijain.v9i3.1061
Arief Kurniawan, Eko Mulyanto Yuniarno, Eko Setijadi, Mochamad Yusuf Alsagaff, Gijsbertus Jacob Verkerke, I Ketut Eddy Purnama
Heart disease is a heart condition that sometimes causes a person to die suddenly. One indication is a rhythm disorder known as arrhythmia. Multi-class Arrhythmia Detection has followed: QRS complex detection procedure and arrhythmia classification based on the QRS complex morphology. We proposed an edge device that detects QRS complexes based on variance analysis (QVAT) and the arrhythmia classification based on the QRS complex spectrogram. The classifier uses two-dimensional convolutional neural network (2D CNN) deep learning. We use a single board computer and neural network compute stick to implement the edge device. The outcomes are a prototype device cardiologists use as a supporting tool for analysing ECG signals, and patients can also use it for self-tests to figure out their heart health. To evaluate the performance of our edge device, we tested using the MIT-BIH database because other methods also use the data. The QVAT sensitivity and predictive positive are 99.81% and 99.90%, respectively. Our classifier's accuracy, sensitivity, predictive positive, specificity, and F1-score are 99.82%, 99.55%, 99.55%, 99.89%, and 99.55%, respectively. The experiment result of arrhythmia classification shows that our method outperforms the others. Still, for r-peak detection, the QVAT implemented in an edge device is comparable to the other methods. In future work, we can improve the performance of r-peak detection using the double-check algorithm in QVAT and cross-check the QRS complex detection by adding 1 class to the classifier, namely the non-QRS class.
心脏病是一种心脏疾病,有时会导致人突然死亡。其中一个症状是心律失常。多类心律失常检测包括:QRS复合体检测程序和基于QRS复合体形态的心律失常分类。我们提出了一种基于方差分析(QVAT)的QRS复合体检测和基于QRS复合体谱图的心律失常分类的边缘装置。该分类器采用二维卷积神经网络(2D CNN)深度学习。我们使用单板计算机和神经网络计算棒来实现边缘器件。研究结果是一个原型装置,心脏病学家将其用作分析心电图信号的辅助工具,患者也可以用它进行自我检测,以了解自己的心脏健康状况。为了评估我们的边缘设备的性能,我们使用MIT-BIH数据库进行测试,因为其他方法也使用这些数据。QVAT敏感性为99.81%,预测阳性为99.90%。分类器的准确率、灵敏度、预测阳性、特异性和f1评分分别为99.82%、99.55%、99.55%、99.89%和99.55%。心律失常分类的实验结果表明,该方法优于其他方法。尽管如此,对于r峰检测,在边缘设备中实现的QVAT与其他方法相当。在未来的工作中,我们可以使用QVAT中的双重检查算法来提高r-峰检测的性能,并通过在分类器中添加1个类,即非QRS类来交叉检查QRS复合体检测。
{"title":"Detection of multi-class arrhythmia using heuristic and deep neural network on edge device","authors":"Arief Kurniawan, Eko Mulyanto Yuniarno, Eko Setijadi, Mochamad Yusuf Alsagaff, Gijsbertus Jacob Verkerke, I Ketut Eddy Purnama","doi":"10.26555/ijain.v9i3.1061","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.1061","url":null,"abstract":"Heart disease is a heart condition that sometimes causes a person to die suddenly. One indication is a rhythm disorder known as arrhythmia. Multi-class Arrhythmia Detection has followed: QRS complex detection procedure and arrhythmia classification based on the QRS complex morphology. We proposed an edge device that detects QRS complexes based on variance analysis (QVAT) and the arrhythmia classification based on the QRS complex spectrogram. The classifier uses two-dimensional convolutional neural network (2D CNN) deep learning. We use a single board computer and neural network compute stick to implement the edge device. The outcomes are a prototype device cardiologists use as a supporting tool for analysing ECG signals, and patients can also use it for self-tests to figure out their heart health. To evaluate the performance of our edge device, we tested using the MIT-BIH database because other methods also use the data. The QVAT sensitivity and predictive positive are 99.81% and 99.90%, respectively. Our classifier's accuracy, sensitivity, predictive positive, specificity, and F1-score are 99.82%, 99.55%, 99.55%, 99.89%, and 99.55%, respectively. The experiment result of arrhythmia classification shows that our method outperforms the others. Still, for r-peak detection, the QVAT implemented in an edge device is comparable to the other methods. In future work, we can improve the performance of r-peak detection using the double-check algorithm in QVAT and cross-check the QRS complex detection by adding 1 class to the classifier, namely the non-QRS class.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"78 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136184559","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
Detecting and monitoring the development stages of wild flowers and plants using computer vision: approaches, challenges and opportunities 利用计算机视觉检测和监测野生花卉和植物的发育阶段:方法、挑战和机遇
Pub Date : 2023-10-15 DOI: 10.26555/ijain.v9i3.1012
João Videira, Pedro Dinis Gaspar, Vasco Nuno da Gama de Jesus Soares, João Manuel Leitão Pires Caldeira
Wild flowers and plants play an important role in protecting biodiversity and providing various ecosystem services. However, some of them are endangered or threatened and are entitled to preservation and protection. This study represents a first step to develop a computer vision system and a supporting mobile app for detecting and monitoring the development stages of wild flowers and plants, aiming to contribute to their preservation. It first introduces the related concepts. Then, surveys related work and categorizes existing solutions presenting their key features, strengths, and limitations. The most promising solutions and techniques are identified. Insights on open issues and research directions in the topic are also provided. This paper paves the way to a wider adoption of recent results in computer vision techniques in this field and for the proposal of a mobile application that uses YOLO convolutional neural networks to detect the stages of development of wild flowers and plants.
野生花卉和植物在保护生物多样性和提供各种生态系统服务方面发挥着重要作用。然而,其中一些是濒临灭绝或受到威胁,有权保存和保护。这项研究是开发计算机视觉系统和支持移动应用程序的第一步,用于检测和监测野生花卉和植物的发育阶段,旨在为它们的保护做出贡献。首先介绍相关概念。然后,调查相关工作,并对现有解决方案进行分类,展示其主要特征、优势和局限性。确定了最有前途的解决方案和技术。并对该课题的开放性问题和研究方向提出了见解。本文为更广泛地采用该领域计算机视觉技术的最新成果铺平了道路,并为使用YOLO卷积神经网络检测野生花卉和植物发育阶段的移动应用程序的提议铺平了道路。
{"title":"Detecting and monitoring the development stages of wild flowers and plants using computer vision: approaches, challenges and opportunities","authors":"João Videira, Pedro Dinis Gaspar, Vasco Nuno da Gama de Jesus Soares, João Manuel Leitão Pires Caldeira","doi":"10.26555/ijain.v9i3.1012","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.1012","url":null,"abstract":"Wild flowers and plants play an important role in protecting biodiversity and providing various ecosystem services. However, some of them are endangered or threatened and are entitled to preservation and protection. This study represents a first step to develop a computer vision system and a supporting mobile app for detecting and monitoring the development stages of wild flowers and plants, aiming to contribute to their preservation. It first introduces the related concepts. Then, surveys related work and categorizes existing solutions presenting their key features, strengths, and limitations. The most promising solutions and techniques are identified. Insights on open issues and research directions in the topic are also provided. This paper paves the way to a wider adoption of recent results in computer vision techniques in this field and for the proposal of a mobile application that uses YOLO convolutional neural networks to detect the stages of development of wild flowers and plants.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136184743","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
Secure medical image watermarking based on reversible data hiding with Arnold's cat map 安全医学图像水印基于可逆数据隐藏与阿诺德的猫地图
Pub Date : 2023-10-15 DOI: 10.26555/ijain.v9i3.1029
Aulia Arham, Novia Lestari
The process of restoring medical images to their original form after the extraction process in application watermarking is crucial for ensuring their authenticity. Inaccurate diagnoses can occur due to distortions in medical images from conventional data embedding applications. To address this issue, reversible data hiding (RDH) method has been proposed by several researchers in recent years to embed data in medical images. After the extraction process, images can be restored to their original form with a reversible data-hiding method. In the past few years, several RDH methods have been rapidly developed, which are based on the concept of difference expansion (DE). However, it is crucial to pay attention to the security of the medical image watermarking method, the embedded data with RDH method can be easily modified, accessed, and altered by unauthorized individuals if they know the employed method. This research suggests a new approach to secure the RDH method through the use of Chaotic Map-based Arnold's Cat Map algorithms on the medical images. Data embedding was performed on random medical images using a DE method. Four gray-scale medical image modalities were used to assess the proposed method's efficacy. In our approach, we can incorporate capacity up to 0.62 bpp while maintaining a visual quality up to 41.02 dB according to PSNR and 0.9900 according to SSIM. The results indicated that it can enhance the security of the RDH method while retaining the ability to embed data and preserving the visual appearance of the medical images.
在应用水印中,将医学图像提取后恢复到原始状态的过程是保证图像真实性的关键。由于传统数据嵌入应用的医学图像失真,可能会出现不准确的诊断。为了解决这一问题,近年来一些研究者提出了可逆数据隐藏(RDH)方法来将数据嵌入到医学图像中。经过提取过程后,采用可逆的数据隐藏方法将图像恢复到原始状态。近年来,基于差分展开(DE)概念的RDH方法得到了迅速发展。然而,医学图像水印方法的安全性是至关重要的,使用RDH方法嵌入的数据很容易被未经授权的个人修改、访问和改变,如果他们知道所采用的方法。本研究提出了一种新的方法,通过在医学图像上使用基于混沌地图的Arnold’s Cat Map算法来保护RDH方法。采用DE方法对随机医学图像进行数据嵌入。采用四种灰度医学图像模式来评估该方法的有效性。在我们的方法中,我们可以结合高达0.62 bpp的容量,同时根据PSNR和SSIM保持高达41.02 dB和0.9900的视觉质量。结果表明,该方法在保留数据嵌入能力和保留医学图像视觉外观的同时,提高了RDH方法的安全性。
{"title":"Secure medical image watermarking based on reversible data hiding with Arnold's cat map","authors":"Aulia Arham, Novia Lestari","doi":"10.26555/ijain.v9i3.1029","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.1029","url":null,"abstract":"The process of restoring medical images to their original form after the extraction process in application watermarking is crucial for ensuring their authenticity. Inaccurate diagnoses can occur due to distortions in medical images from conventional data embedding applications. To address this issue, reversible data hiding (RDH) method has been proposed by several researchers in recent years to embed data in medical images. After the extraction process, images can be restored to their original form with a reversible data-hiding method. In the past few years, several RDH methods have been rapidly developed, which are based on the concept of difference expansion (DE). However, it is crucial to pay attention to the security of the medical image watermarking method, the embedded data with RDH method can be easily modified, accessed, and altered by unauthorized individuals if they know the employed method. This research suggests a new approach to secure the RDH method through the use of Chaotic Map-based Arnold's Cat Map algorithms on the medical images. Data embedding was performed on random medical images using a DE method. Four gray-scale medical image modalities were used to assess the proposed method's efficacy. In our approach, we can incorporate capacity up to 0.62 bpp while maintaining a visual quality up to 41.02 dB according to PSNR and 0.9900 according to SSIM. The results indicated that it can enhance the security of the RDH method while retaining the ability to embed data and preserving the visual appearance of the medical images.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"1167 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136185887","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
Evaluation of sleep stage classification using feature importance of EEG signal for big data healthcare 基于脑电信号特征重要性的睡眠阶段分类在大数据医疗中的评价
Pub Date : 2023-10-15 DOI: 10.26555/ijain.v9i3.1008
Mera Kartika Delimayanti, Mauldy Laya, Anggi Mardiyono, Bambang Warsuta, Reisa Siva Nandika, Mohammad Reza Faisal
Sleep analysis is widely and experimentally considered due to its importance to body health care. Since its sufficiency is essential for a healthy life, people often spend almost a third of their lives sleeping. In this case, a similar sleep pattern is not practiced by every individual, regarding pure healthiness or disorders such as insomnia, apnea, bruxism, epilepsy, and narcolepsy. Therefore, this study aims to determine the classification patterns of sleep stages, using big data for health care. This used a high-dimensional FFT extraction algorithm, as well as a feature importance and tuning classifier, to develop accurate classification. The results showed that the proposed method led to more accurate classification than previous techniques. This was because the previous experiments had been conducted with the feature selection model, with accuracy implemented as a performance evaluation. Meanwhile, the EEG Sleep Stages classification model in this present report was composed of the feature selection and importance of the extraction stage. The previous and present experiments also reached the highest values of accuracy, with the Random Forest and SVM models using 2000 and 3000 features (87.19% and 89.19%, respectively. In this article, we proposed an analysis that the feature importance subsequently influenced the model's accuracy. This was because the proposed method was easily fine-tuned and optimized for each subject to improve sensitivity and reduce false negative occurrences.
由于睡眠分析对身体健康的重要性,它在实验中得到了广泛的关注。由于充足的睡眠对健康的生活至关重要,人们一生中几乎三分之一的时间都在睡觉。在这种情况下,并不是每个人都有类似的睡眠模式,这与纯粹的健康或失眠、呼吸暂停、磨牙症、癫痫和嗜睡症等疾病有关。因此,本研究旨在确定睡眠阶段的分类模式,将大数据用于医疗保健。该算法使用高维FFT提取算法,以及特征重要性和调优分类器来开发准确的分类。结果表明,该方法的分类精度高于以往的分类方法。这是因为之前的实验是使用特征选择模型进行的,将准确性作为性能评估。同时,本文的EEG睡眠阶段分类模型由特征选择和提取阶段的重要性组成。之前和现在的实验也达到了最高的准确率,随机森林和SVM模型分别使用了2000和3000个特征(87.19%和89.19%)。在本文中,我们提出了特征重要性随后影响模型准确性的分析。这是因为所提出的方法很容易对每个受试者进行微调和优化,以提高灵敏度并减少假阴性的发生。
{"title":"Evaluation of sleep stage classification using feature importance of EEG signal for big data healthcare","authors":"Mera Kartika Delimayanti, Mauldy Laya, Anggi Mardiyono, Bambang Warsuta, Reisa Siva Nandika, Mohammad Reza Faisal","doi":"10.26555/ijain.v9i3.1008","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.1008","url":null,"abstract":"Sleep analysis is widely and experimentally considered due to its importance to body health care. Since its sufficiency is essential for a healthy life, people often spend almost a third of their lives sleeping. In this case, a similar sleep pattern is not practiced by every individual, regarding pure healthiness or disorders such as insomnia, apnea, bruxism, epilepsy, and narcolepsy. Therefore, this study aims to determine the classification patterns of sleep stages, using big data for health care. This used a high-dimensional FFT extraction algorithm, as well as a feature importance and tuning classifier, to develop accurate classification. The results showed that the proposed method led to more accurate classification than previous techniques. This was because the previous experiments had been conducted with the feature selection model, with accuracy implemented as a performance evaluation. Meanwhile, the EEG Sleep Stages classification model in this present report was composed of the feature selection and importance of the extraction stage. The previous and present experiments also reached the highest values of accuracy, with the Random Forest and SVM models using 2000 and 3000 features (87.19% and 89.19%, respectively. In this article, we proposed an analysis that the feature importance subsequently influenced the model's accuracy. This was because the proposed method was easily fine-tuned and optimized for each subject to improve sensitivity and reduce false negative occurrences.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136184740","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
Deep learning pest detection on Indonesian red chili pepper plant based on fine-tuned YOLOv5 基于微调YOLOv5的印尼红辣椒植物深度学习害虫检测
Pub Date : 2023-10-15 DOI: 10.26555/ijain.v9i3.864
Indra Agustian, Ruvita Faurina, Sahrial Ihsani Ishak, Ferzha Putra Utama, Kusmea Dinata Dinata, Novalio Daratha
.This research developed a pest detection model for Indonesian red chili pepper based on fine-tuned YOLOv5. Indonesian red chili pepper is the third largest vegetable commodity produced in Indonesia. Pest attacks disrupt the quantity and quality of crop yields. To control pests effectively, it is necessary to detect the type of pest correctly. A viable solution is to leverage computer vision and deep learning technologies. However, no previous studies have developed a pest detection model for Indonesian red chili pepper based on this technology. YOLOv5 is a variant of the YOLO object detection algorithm, which has major advantages in terms of computation cost and execution speed. The dataset comprises 4,994 image files collected from a chili plantation in Bengkulu province, Indonesia, covering 4 different classes and a total of 10,683 pests. The image is 1216 x1216 px with the smallest, largest, and average object dimensions of 2%, 35%, and 4% of the image dimensions. The training model used is fine-tuning YOLOv5s with variations of patience as an early stop parameter of 100, 200, and 300. The evaluation of the trained model is based on train loss, validation loss, and mAP@0.5:0.95, the best-trained model is the 445th epoch on patience 100 with the best confidence value of 0.321 and the highest TF1 of 0.74. From the best-trained model testing on the test dataset, the mAP@0.5 performance for all classes is 81.3%. The model not only detected large pests but was also able to detect objects that were small in size compared to the image size. The best-trained model's best mAP@0.5 performance and speed are 82.6% and 20 ms/image, or 50 fps on NVIDIA P100 GPU.
本研究基于微调后的YOLOv5开发了印尼红辣椒害虫检测模型。印尼红辣椒是印尼生产的第三大蔬菜商品。虫害破坏了作物产量的数量和质量。为了有效地控制害虫,必须正确地检测害虫的种类。一个可行的解决方案是利用计算机视觉和深度学习技术。然而,目前尚无研究基于该技术开发印尼红辣椒害虫检测模型。YOLOv5是YOLO目标检测算法的一种变体,在计算成本和执行速度方面具有主要优势。该数据集包括从印度尼西亚明古鲁省的一个辣椒种植园收集的4,994个图像文件,涵盖4个不同的类别和总共10,683种害虫。图像尺寸为1216 × 1216像素,最小、最大和平均对象尺寸分别为图像尺寸的2%、35%和4%。所使用的训练模型是微调yolov5,并将耐心的变化作为早期停止参数100、200和300。训练模型的评价基于训练损失、验证损失和mAP@0.5:0.95,最佳训练模型为耐心100的第445 epoch,最佳置信度为0.321,TF1最高为0.74。从测试数据集上训练最好的模型测试来看,所有类的mAP@0.5性能为81.3%。该模型不仅能够检测到大型害虫,而且还能够检测到与图像尺寸相比尺寸较小的物体。训练最好的模型的最佳mAP@0.5性能和速度为82.6%和20毫秒/图像,或50 fps在NVIDIA P100 GPU。
{"title":"Deep learning pest detection on Indonesian red chili pepper plant based on fine-tuned YOLOv5","authors":"Indra Agustian, Ruvita Faurina, Sahrial Ihsani Ishak, Ferzha Putra Utama, Kusmea Dinata Dinata, Novalio Daratha","doi":"10.26555/ijain.v9i3.864","DOIUrl":"https://doi.org/10.26555/ijain.v9i3.864","url":null,"abstract":".This research developed a pest detection model for Indonesian red chili pepper based on fine-tuned YOLOv5. Indonesian red chili pepper is the third largest vegetable commodity produced in Indonesia. Pest attacks disrupt the quantity and quality of crop yields. To control pests effectively, it is necessary to detect the type of pest correctly. A viable solution is to leverage computer vision and deep learning technologies. However, no previous studies have developed a pest detection model for Indonesian red chili pepper based on this technology. YOLOv5 is a variant of the YOLO object detection algorithm, which has major advantages in terms of computation cost and execution speed. The dataset comprises 4,994 image files collected from a chili plantation in Bengkulu province, Indonesia, covering 4 different classes and a total of 10,683 pests. The image is 1216 x1216 px with the smallest, largest, and average object dimensions of 2%, 35%, and 4% of the image dimensions. The training model used is fine-tuning YOLOv5s with variations of patience as an early stop parameter of 100, 200, and 300. The evaluation of the trained model is based on train loss, validation loss, and mAP@0.5:0.95, the best-trained model is the 445th epoch on patience 100 with the best confidence value of 0.321 and the highest TF1 of 0.74. From the best-trained model testing on the test dataset, the mAP@0.5 performance for all classes is 81.3%. The model not only detected large pests but was also able to detect objects that were small in size compared to the image size. The best-trained model's best mAP@0.5 performance and speed are 82.6% and 20 ms/image, or 50 fps on NVIDIA P100 GPU.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"100 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-10-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"136185888","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
Multidisciplinary classification for Indonesian scientific articles abstract using pre-trained BERT model 使用预训练的 BERT 模型对印尼科学文章摘要进行多学科分类
Pub Date : 2023-07-08 DOI: 10.26555/ijain.v9i2.1051
Antonius Angga Kurniawan, S. Madenda, Setia Wirawan, Ruddy J. Suhatril
Scientific articles now have multidisciplinary content. These make it difficult for researchers to find out relevant information. Some submissions are irrelevant to the journal's discipline. Categorizing articles and assessing their relevance can aid researchers and journals. Existing research still focuses on single-category predictive outcomes. Therefore, this research takes a new approach by applying a multidisciplinary classification for Indonesian scientific article abstracts using a pre-trained BERT model, showing the relevance between each category in an abstract. The dataset used was 9,000 abstracts with 9 disciplinary categories. On the dataset, text preprocessing is performed. The classification model was built by combining the pre-trained BERT model with Artificial Neural Network. Fine-tuning the hyperparameters is done to determine the most optimal hyperparameter combination for the model. The hyperparameters consist of batch size, learning rate, number of epochs, and data ratio. The best hyperparameter combination is a learning rate of 1e-5, batch size 32, epochs 3, and data ratio 9:1, with a validation accuracy value of 90.8%. The confusion matrix results of the model are compared with the confusion matrix results by experts. In this case, the highest accuracy result obtained by the model is 99.56%. A software prototype used the most accurate model to classify new data, displaying the top two prediction probabilities and the dominant category. This research produces a model that can be used to solve Indonesian text classification-related problems.
科学文章现在具有多学科内容。这使得研究人员很难找到相关信息。有些投稿与期刊学科无关。对文章进行分类并评估其相关性可以帮助研究人员和期刊。现有研究仍侧重于单一类别的预测结果。因此,本研究采用了一种新方法,利用预先训练的 BERT 模型对印尼科学文章摘要进行多学科分类,显示摘要中每个类别之间的相关性。所使用的数据集包含 9000 篇摘要和 9 个学科分类。对数据集进行了文本预处理。通过将预先训练好的 BERT 模型与人工神经网络相结合,建立了分类模型。对超参数进行微调,以确定模型的最优超参数组合。超参数包括批量大小、学习率、历时次数和数据比率。最佳超参数组合为学习率 1e-5、批量大小 32、epochs 3 和数据比 9:1,验证准确率值为 90.8%。该模型的混淆矩阵结果与专家的混淆矩阵结果进行了比较。在这种情况下,模型获得的最高准确率为 99.56%。软件原型使用最准确的模型对新数据进行分类,显示前两个预测概率和主要类别。这项研究建立的模型可用于解决印尼文本分类相关问题。
{"title":"Multidisciplinary classification for Indonesian scientific articles abstract using pre-trained BERT model","authors":"Antonius Angga Kurniawan, S. Madenda, Setia Wirawan, Ruddy J. Suhatril","doi":"10.26555/ijain.v9i2.1051","DOIUrl":"https://doi.org/10.26555/ijain.v9i2.1051","url":null,"abstract":"Scientific articles now have multidisciplinary content. These make it difficult for researchers to find out relevant information. Some submissions are irrelevant to the journal's discipline. Categorizing articles and assessing their relevance can aid researchers and journals. Existing research still focuses on single-category predictive outcomes. Therefore, this research takes a new approach by applying a multidisciplinary classification for Indonesian scientific article abstracts using a pre-trained BERT model, showing the relevance between each category in an abstract. The dataset used was 9,000 abstracts with 9 disciplinary categories. On the dataset, text preprocessing is performed. The classification model was built by combining the pre-trained BERT model with Artificial Neural Network. Fine-tuning the hyperparameters is done to determine the most optimal hyperparameter combination for the model. The hyperparameters consist of batch size, learning rate, number of epochs, and data ratio. The best hyperparameter combination is a learning rate of 1e-5, batch size 32, epochs 3, and data ratio 9:1, with a validation accuracy value of 90.8%. The confusion matrix results of the model are compared with the confusion matrix results by experts. In this case, the highest accuracy result obtained by the model is 99.56%. A software prototype used the most accurate model to classify new data, displaying the top two prediction probabilities and the dominant category. This research produces a model that can be used to solve Indonesian text classification-related problems.","PeriodicalId":52195,"journal":{"name":"International Journal of Advances in Intelligent Informatics","volume":"10 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2023-07-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"139361355","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