首页 > 最新文献

International Journal of Image and Graphics最新文献

英文 中文
Efficient Cybersecurity Model Using Wavelet Deep CNN and Enhanced Rain Optimization Algorithm 基于小波深度CNN和增强型Rain优化算法的高效网络安全模型
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-03-31 DOI: 10.1142/s0219467824500487
V. Lavanya, P. C. Sekhar
Cybersecurity has received greater attention in modern times due to the emergence of IoT (Internet-of-Things) and CNs (Computer Networks). Because of the massive increase in Internet access, various malicious malware have emerged and pose significant computer security threats. The numerous computing processes across the network have a high risk of being tampered with or exploited, which necessitates developing effective intrusion detection systems. Therefore, it is essential to build an effective cybersecurity model to detect the different anomalies or cyber-attacks in the network. This work introduces a new method known as Wavelet Deep Convolutional Neural Network (WDCNN) to classify cyber-attacks. The presented network combines WDCNN with Enhanced Rain Optimization Algorithm (EROA) to minimize the loss in the network. This proposed algorithm is designed to detect attacks in large-scale data and reduces the complexities of detection with maximum detection accuracy. The proposed method is implemented in PYTHON. The classification process is completed with the help of the two most famous datasets, KDD cup 1999 and CICMalDroid 2020. The performance of WDCNN_EROA can be assessed using parameters like specificity, accuracy, precision F-measure and recall. The results showed that the proposed method is about 98.72% accurate for the first dataset and 98.64% for the second dataset.
由于物联网和计算机网络的出现,网络安全在现代受到了更多的关注。由于互联网访问的大量增加,各种恶意恶意软件已经出现,并对计算机安全构成重大威胁。跨网络的众多计算过程具有被篡改或利用的高风险,这就需要开发有效的入侵检测系统。因此,建立一个有效的网络安全模型来检测网络中的不同异常或网络攻击是至关重要的。本文介绍了一种新的方法,即小波深度卷积神经网络(WDCNN)来对网络攻击进行分类。该网络将WDCNN与增强降雨优化算法(EROA)相结合,以最大限度地减少网络中的损失。该算法设计用于检测大规模数据中的攻击,并以最大的检测精度降低了检测的复杂性。所提出的方法已在PYTHON中实现。分类过程是在两个最著名的数据集KDD cup 1999和CICMalDroid 2020的帮助下完成的。WDCNN_EROA的性能可以使用特异性、准确性、精密度F测量和召回等参数进行评估。结果表明,该方法对第一个数据集和第二个数据集的准确率分别为98.72%和98.64%。
{"title":"Efficient Cybersecurity Model Using Wavelet Deep CNN and Enhanced Rain Optimization Algorithm","authors":"V. Lavanya, P. C. Sekhar","doi":"10.1142/s0219467824500487","DOIUrl":"https://doi.org/10.1142/s0219467824500487","url":null,"abstract":"Cybersecurity has received greater attention in modern times due to the emergence of IoT (Internet-of-Things) and CNs (Computer Networks). Because of the massive increase in Internet access, various malicious malware have emerged and pose significant computer security threats. The numerous computing processes across the network have a high risk of being tampered with or exploited, which necessitates developing effective intrusion detection systems. Therefore, it is essential to build an effective cybersecurity model to detect the different anomalies or cyber-attacks in the network. This work introduces a new method known as Wavelet Deep Convolutional Neural Network (WDCNN) to classify cyber-attacks. The presented network combines WDCNN with Enhanced Rain Optimization Algorithm (EROA) to minimize the loss in the network. This proposed algorithm is designed to detect attacks in large-scale data and reduces the complexities of detection with maximum detection accuracy. The proposed method is implemented in PYTHON. The classification process is completed with the help of the two most famous datasets, KDD cup 1999 and CICMalDroid 2020. The performance of WDCNN_EROA can be assessed using parameters like specificity, accuracy, precision F-measure and recall. The results showed that the proposed method is about 98.72% accurate for the first dataset and 98.64% for the second dataset.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-03-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43506448","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
Shuffle Attention U-Net for Speech Enhancement in Time Domain 基于时间域语音增强的随机注意力U-Net
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-03-31 DOI: 10.1142/s0219467824500438
Chaitanya Jannu, S. Vanambathina
Over the past 10 years, deep learning has enabled significant advancements in the improvement of noisy speech. In an end-to-end speech enhancement, the deep neural networks transform a noisy speech signal to a clean speech signal in the time domain directly without any conversion or estimation of mask. Recently, the U-Net-based models achieved good enhancement performance. Despite this, some of them may neglect context-related information and detailed features of input speech in case of ordinary convolution. To address the above issues, recent studies have upgraded the performance of the model by adding various network modules such as attention mechanisms, long and short-term memory (LSTM). In this work, we propose a new U-Net-based speech enhancement model using a novel lightweight and efficient Shuffle Attention (SA), Gated Recurrent Unit (GRU), residual blocks with dilated convolutions. Residual block will be followed by a multi-scale convolution block (MSCB). The proposed hybrid structure enables the temporal context aggregation in time domain. The advantage of shuffle attention mechanism is that the channel and spatial attention are carried out simultaneously for each sub-feature in order to prevent potential noises while also highlighting the proper semantic feature areas by combining the same features from all locations. MSCB is employed for extracting rich temporal features. To represent the correlation between neighboring noisy speech frames, a two Layer GRU is added in the bottleneck of U-Net. The experimental findings demonstrate that the proposed model outperformed the other existing models in terms of short-time objective intelligibility (STOI), and perceptual evaluation of the speech quality (PESQ).
在过去的10年里,深度学习在改善嘈杂语音方面取得了重大进展。在端到端语音增强中,深度神经网络在时域中直接将有噪声的语音信号转换为干净的语音信号,而无需对掩码进行任何转换或估计。最近,基于U-Net的模型取得了良好的增强性能。尽管如此,在普通卷积的情况下,它们中的一些可能会忽略上下文相关信息和输入语音的详细特征。为了解决上述问题,最近的研究通过添加注意力机制、长短期记忆(LSTM)等各种网络模块来提高模型的性能。在这项工作中,我们提出了一个新的基于U-Net的语音增强模型,该模型使用了一种新的轻量级高效的Shuffle Attention(SA)、门控递归单元(GRU)、具有扩张卷积的残差块。残差块之后将是多尺度卷积块(MSCB)。所提出的混合结构实现了时域中的时间上下文聚合。混洗注意力机制的优点是对每个子特征同时进行通道和空间注意力,以防止潜在的噪声,同时通过组合来自所有位置的相同特征来突出适当的语义特征区域。MSCB用于提取丰富的时间特征。为了表示相邻噪声语音帧之间的相关性,在U-Net的瓶颈中添加了两层GRU。实验结果表明,该模型在短时目标可懂度(STOI)和语音质量感知评估(PESQ)方面优于其他现有模型。
{"title":"Shuffle Attention U-Net for Speech Enhancement in Time Domain","authors":"Chaitanya Jannu, S. Vanambathina","doi":"10.1142/s0219467824500438","DOIUrl":"https://doi.org/10.1142/s0219467824500438","url":null,"abstract":"Over the past 10 years, deep learning has enabled significant advancements in the improvement of noisy speech. In an end-to-end speech enhancement, the deep neural networks transform a noisy speech signal to a clean speech signal in the time domain directly without any conversion or estimation of mask. Recently, the U-Net-based models achieved good enhancement performance. Despite this, some of them may neglect context-related information and detailed features of input speech in case of ordinary convolution. To address the above issues, recent studies have upgraded the performance of the model by adding various network modules such as attention mechanisms, long and short-term memory (LSTM). In this work, we propose a new U-Net-based speech enhancement model using a novel lightweight and efficient Shuffle Attention (SA), Gated Recurrent Unit (GRU), residual blocks with dilated convolutions. Residual block will be followed by a multi-scale convolution block (MSCB). The proposed hybrid structure enables the temporal context aggregation in time domain. The advantage of shuffle attention mechanism is that the channel and spatial attention are carried out simultaneously for each sub-feature in order to prevent potential noises while also highlighting the proper semantic feature areas by combining the same features from all locations. MSCB is employed for extracting rich temporal features. To represent the correlation between neighboring noisy speech frames, a two Layer GRU is added in the bottleneck of U-Net. The experimental findings demonstrate that the proposed model outperformed the other existing models in terms of short-time objective intelligibility (STOI), and perceptual evaluation of the speech quality (PESQ).","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-03-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"44076899","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
Classification and Analysis of Pistachio Species Through Neural Embedding-Based Feature Extraction and Small-Scale Machine Learning Techniques 基于神经嵌入特征提取和小规模机器学习技术的开心果物种分类与分析
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-03-02 DOI: 10.1142/s0219467824500323
S. Sathish Kumar, A. Sigappi, G. Thomas, Y. Harold Robinson, S. Raja
Pistachios are a tremendous source of fiber, protein, antioxidants, healthy fats, and other minerals like thiamine and vitamin B6. They may help people lose weight, lower cholesterol, and blood sugar levels, lead to better gut, eye, and blood vessel health. The two main varieties farmed and exported in Turkey are kirmizi and siirt pistachios. Understanding how to detect the type of pistachio is essential as it plays an important role in trade. In this study, it is aimed to classify these two types of pistachios and analyze the performance of the various small-scale machine learning algorithms. 2148 sample images for these two kinds of pistachios were considered for this study which includes 1232 of Kirmizi type and 916 of Siirt type. In order to evaluate the model fairly, stratified random sampling is applied on the dataset. For feature extraction, we used deep neural network-based embeddings to acquire the vector representation of images. The classification of pistachio species is then performed using a variety of small-scale machine learning algorithms29,31 that have been trained using these feature vectors. As a result of this study, the success rate obtained from Logistic Regression through features extracted from the penultimate layer of Painters network is 97.20%. The performance of the models was evaluated through Class Accuracy, Precision, Recall, F1 Score, and values of Area under the curve (AUC). The outcomes show that the method suggested in this study may quickly and precisely identify different varieties of pistachios while also meeting agricultural production needs.
开心果富含纤维、蛋白质、抗氧化剂、健康脂肪和其他矿物质,如硫胺素和维生素B6。它们可以帮助人们减肥,降低胆固醇和血糖水平,改善肠道、眼睛和血管的健康。土耳其种植和出口的两个主要品种是kirmizi和siirt开心果。了解如何检测开心果的类型是至关重要的,因为它在贸易中起着重要作用。在本研究中,旨在对这两种开心果进行分类,并分析各种小规模机器学习算法的性能。本研究选取了这两种开心果的2148张样本图像,其中Kirmizi型1232张,Siirt型916张。为了公平地评价模型,对数据集进行分层随机抽样。对于特征提取,我们使用基于深度神经网络的嵌入来获取图像的向量表示。然后使用使用这些特征向量训练的各种小型机器学习算法进行开心果物种的分类。通过本研究,从painter网络的倒数第二层提取特征,通过Logistic回归得到的成功率为97.20%。通过分类准确率、精确度、召回率、F1分数和曲线下面积(Area under The curve, AUC)值来评价模型的性能。结果表明,该方法在满足农业生产需求的同时,可以快速、准确地鉴定不同品种的开心果。
{"title":"Classification and Analysis of Pistachio Species Through Neural Embedding-Based Feature Extraction and Small-Scale Machine Learning Techniques","authors":"S. Sathish Kumar, A. Sigappi, G. Thomas, Y. Harold Robinson, S. Raja","doi":"10.1142/s0219467824500323","DOIUrl":"https://doi.org/10.1142/s0219467824500323","url":null,"abstract":"Pistachios are a tremendous source of fiber, protein, antioxidants, healthy fats, and other minerals like thiamine and vitamin B6. They may help people lose weight, lower cholesterol, and blood sugar levels, lead to better gut, eye, and blood vessel health. The two main varieties farmed and exported in Turkey are kirmizi and siirt pistachios. Understanding how to detect the type of pistachio is essential as it plays an important role in trade. In this study, it is aimed to classify these two types of pistachios and analyze the performance of the various small-scale machine learning algorithms. 2148 sample images for these two kinds of pistachios were considered for this study which includes 1232 of Kirmizi type and 916 of Siirt type. In order to evaluate the model fairly, stratified random sampling is applied on the dataset. For feature extraction, we used deep neural network-based embeddings to acquire the vector representation of images. The classification of pistachio species is then performed using a variety of small-scale machine learning algorithms29,31 that have been trained using these feature vectors. As a result of this study, the success rate obtained from Logistic Regression through features extracted from the penultimate layer of Painters network is 97.20%. The performance of the models was evaluated through Class Accuracy, Precision, Recall, F1 Score, and values of Area under the curve (AUC). The outcomes show that the method suggested in this study may quickly and precisely identify different varieties of pistachios while also meeting agricultural production needs.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-03-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"47575152","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 Accuracy Improvement on One-Stage Object Detection Using Ap-Loss-Based Ranking Module and Resnet-152 Backbone 基于ap - loss排序模块和Resnet-152骨干网的单级目标检测精度提高
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-02-22 DOI: 10.1142/s021946782450030x
Suresh Shanmugasundaram, Natarajan Palaniappan
Localization-loss and classification-loss are optimized at the same time to train the one-stage object detectors. Because of the large number of anchors, the severe foreground–background class disproportion causes significant classification-loss. This paper discusses using a ranking module instead of the classification module to mitigate this difficulty and also Average-Precision loss (AP-loss) is utilized on the ranking module. An optimization algorithm is used to make the AP-loss as effective as possible. Optimization algorithm blends the error-driven updating method of perceptron learning and the deep network backpropagation technique. This optimization algorithm handles the foreground–background class disproportion issues. One-stage detector with AP-loss and backbone with ResNet-152 attains improvement in the detection performance compared to the classification-losses-based detectors.
同时对定位损失和分类损失进行优化,以训练一级目标检测器。由于锚的数量很大,严重的前景-背景类不均衡会导致显著的分类损失。本文讨论了使用排序模块代替分类模块来减轻这一困难,并且在排序模块中使用了平均精度损失(AP损失)。使用优化算法使AP损失尽可能有效。优化算法融合了感知器学习的误差驱动更新方法和深度网络反向传播技术。该优化算法处理前台-后台类的不均衡问题。与基于分类损失的检测器相比,具有AP损失的一级检测器和具有ResNet-152的主干检测器在检测性能上实现了改进。
{"title":"Detection Accuracy Improvement on One-Stage Object Detection Using Ap-Loss-Based Ranking Module and Resnet-152 Backbone","authors":"Suresh Shanmugasundaram, Natarajan Palaniappan","doi":"10.1142/s021946782450030x","DOIUrl":"https://doi.org/10.1142/s021946782450030x","url":null,"abstract":"Localization-loss and classification-loss are optimized at the same time to train the one-stage object detectors. Because of the large number of anchors, the severe foreground–background class disproportion causes significant classification-loss. This paper discusses using a ranking module instead of the classification module to mitigate this difficulty and also Average-Precision loss (AP-loss) is utilized on the ranking module. An optimization algorithm is used to make the AP-loss as effective as possible. Optimization algorithm blends the error-driven updating method of perceptron learning and the deep network backpropagation technique. This optimization algorithm handles the foreground–background class disproportion issues. One-stage detector with AP-loss and backbone with ResNet-152 attains improvement in the detection performance compared to the classification-losses-based detectors.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-02-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46676507","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-Based Object Detection and Tracking: A Systematic Literature Review 基于特征的目标检测与跟踪:系统的文献综述
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-02-03 DOI: 10.1142/s0219467824500372
Nurul Izzatie Husna Fauzi, Z. Musa, Fadhl Hujainah
Correct object detection plays a key role in generating an accurate object tracking result. Feature-based methods have the capability of handling the critical process of extracting features of an object. This paper aims to investigate object tracking using feature-based methods in terms of (1) identifying and analyzing the existing methods; (2) reporting and scrutinizing the evaluation performance matrices and their implementation usage in measuring the effectiveness of object tracking and detection; (3) revealing and investigating the challenges that affect the accuracy performance of identified tracking methods; (4) measuring the effectiveness of identified methods in terms of revealing to what extent the challenges can impact the accuracy and precision performance based on the evaluation performance matrices reported; and (5) presenting the potential future directions for improvement. The review process of this research was conducted based on standard systematic literature review (SLR) guidelines by Kitchenam’s and Charters’. Initially, 157 prospective studies were identified. Through a rigorous study selection strategy, 32 relevant studies were selected to address the listed research questions. Thirty-two methods were identified and analyzed in terms of their aims, introduced improvements, and results achieved, along with presenting a new outlook on the classification of identified methods based on the feature-based method used in detection and tracking process.
正确的物体检测在生成准确的物体跟踪结果方面起着关键作用。基于特征的方法具有处理提取对象特征的关键过程的能力。本文旨在研究基于特征的目标跟踪方法,包括(1)识别和分析现有的方法;(2) 报告和仔细审查评估绩效矩阵及其在衡量目标跟踪和检测有效性方面的实施用途;(3) 揭示和调查影响已识别跟踪方法准确性性能的挑战;(4) 根据报告的评估绩效矩阵,衡量已确定方法的有效性,以揭示挑战对准确性和精度的影响程度;以及(5)提出未来可能的改进方向。本研究的综述过程是根据Kitchenam和Charters的标准系统文献综述(SLR)指南进行的。最初,确定了157项前瞻性研究。通过严格的研究选择策略,选择了32项相关研究来解决列出的研究问题。对32种方法进行了识别和分析,介绍了改进和取得的成果,并对基于特征的方法在检测和跟踪过程中的分类提出了新的展望。
{"title":"Feature-Based Object Detection and Tracking: A Systematic Literature Review","authors":"Nurul Izzatie Husna Fauzi, Z. Musa, Fadhl Hujainah","doi":"10.1142/s0219467824500372","DOIUrl":"https://doi.org/10.1142/s0219467824500372","url":null,"abstract":"Correct object detection plays a key role in generating an accurate object tracking result. Feature-based methods have the capability of handling the critical process of extracting features of an object. This paper aims to investigate object tracking using feature-based methods in terms of (1) identifying and analyzing the existing methods; (2) reporting and scrutinizing the evaluation performance matrices and their implementation usage in measuring the effectiveness of object tracking and detection; (3) revealing and investigating the challenges that affect the accuracy performance of identified tracking methods; (4) measuring the effectiveness of identified methods in terms of revealing to what extent the challenges can impact the accuracy and precision performance based on the evaluation performance matrices reported; and (5) presenting the potential future directions for improvement. The review process of this research was conducted based on standard systematic literature review (SLR) guidelines by Kitchenam’s and Charters’. Initially, 157 prospective studies were identified. Through a rigorous study selection strategy, 32 relevant studies were selected to address the listed research questions. Thirty-two methods were identified and analyzed in terms of their aims, introduced improvements, and results achieved, along with presenting a new outlook on the classification of identified methods based on the feature-based method used in detection and tracking process.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-02-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43337641","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
Optimized Deep CNN with Deviation Relevance-based LBP for Skin Cancer Detection: Hybrid Metaheuristic Enabled Feature Selection 基于偏差相关的LBP优化深度CNN用于皮肤癌症检测:混合元启发式特征选择
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-02-02 DOI: 10.1142/s0219467824500232
B. K. M. Enturi, A. Suhasini, Narayana Satyala
Segmentation of skin lesions is a significant and demanding task in dermoscopy images. This paper proposes a new skin cancer recognition scheme, with: “Pre-processing, Segmentation, Feature extraction, Optimal Feature Selection and Classification”. Here, pre-processing is done with certain processes. The pre-processed images are segmented via the “Otsu Thresholding model”. The third phase is feature extraction, where Deviation Relevance-based “Local Binary Pattern (DRLBP), Gray-Level Co-Occurrence Matrix (GLCM) features and Gray Level Run-Length Matrix (GLRM) features” are extracted. From these extracted features, the optimal features are chosen via Particle Updated WOA (PU-WOA) model. Subsequently, classification occurs via Optimized DCNN and NN to classify the skin lesion. To make the classification more precise, the DCNN is optimized by the introduced algorithm. The result has shown a higher accuracy of 0.998737, when compared with other extant models like IPSO, IWOA, PSO+CNN, WOA+CNN and CNN schemes.
皮肤病变的分割是皮肤镜图像中一项重要而艰巨的任务。本文提出了一种新的皮肤癌症识别方案:“预处理、分割、特征提取、最优特征选择和分类”。在这里,预处理是通过某些过程完成的。预处理的图像通过“Otsu阈值模型”进行分割。第三阶段是特征提取,提取基于偏差相关性的“局部二进制模式(DRLBP)、灰度共生矩阵(GLCM)特征和灰度游程矩阵(GLRM)特征”。从这些提取的特征中,通过粒子更新WOA(PU-WOA)模型来选择最优特征。随后,通过优化的DCNN和NN进行分类,以对皮肤损伤进行分类。为了使分类更加精确,利用引入的算法对DCNN进行了优化。与IPSO、IWOA、PSO+CNN、WOA+CNN和CNN方案等现有模型相比,该结果显示出0.998737的更高精度。
{"title":"Optimized Deep CNN with Deviation Relevance-based LBP for Skin Cancer Detection: Hybrid Metaheuristic Enabled Feature Selection","authors":"B. K. M. Enturi, A. Suhasini, Narayana Satyala","doi":"10.1142/s0219467824500232","DOIUrl":"https://doi.org/10.1142/s0219467824500232","url":null,"abstract":"Segmentation of skin lesions is a significant and demanding task in dermoscopy images. This paper proposes a new skin cancer recognition scheme, with: “Pre-processing, Segmentation, Feature extraction, Optimal Feature Selection and Classification”. Here, pre-processing is done with certain processes. The pre-processed images are segmented via the “Otsu Thresholding model”. The third phase is feature extraction, where Deviation Relevance-based “Local Binary Pattern (DRLBP), Gray-Level Co-Occurrence Matrix (GLCM) features and Gray Level Run-Length Matrix (GLRM) features” are extracted. From these extracted features, the optimal features are chosen via Particle Updated WOA (PU-WOA) model. Subsequently, classification occurs via Optimized DCNN and NN to classify the skin lesion. To make the classification more precise, the DCNN is optimized by the introduced algorithm. The result has shown a higher accuracy of 0.998737, when compared with other extant models like IPSO, IWOA, PSO+CNN, WOA+CNN and CNN schemes.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46857798","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
EBMICQL: Improving Efficiency of Blockchain Miner Pools via Incremental and Continuous Q-Learning Framework EBMICQL:通过增量和连续Q学习框架提高区块链矿工池的效率
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-02-02 DOI: 10.1142/s0219467824500347
Mona Mulchandani, P. Nair
Blockchain mining pools assist in reducing computational load on individual miner nodes via distributing mining tasks. This distribution must be done in a non-redundant manner, so that each miner is able to calculate block hashes with optimum efficiency. To perform this task, a wide variety of mining optimization methods are proposed by researchers, and most of them distribute mining tasks via statistical request processing models. These models segregate mining requests into non-redundant sets, each of which will be processed by individual miners. But this division of requests follows a static procedure, and does not consider miner specific parameters for set creation, due to which overall efficiency of the underlying model is limited, which reduces its mining performance under real-time scenarios. To overcome this issue, an Incremental & Continuous Q-Learning Framework for generation of miner-specific task groups is proposed in this text. The model initially uses a Genetic Algorithm (GA) method to improve individual miner performance, and then applies Q-Learning to individual mining requests. The Reason for selecting GA model is that it assists in maintaining better speed-to-power (S2P) ratio by optimization of miner resources that are utilized during computations. While, the reason for selecting Q-Learning Model is that it is able to continuously identify miners performance, and create performance-based mining pools at a per-miner level. Due to application of Q-Learning, the model is able to assign capability specific mining tasks to individual miner nodes. Because of this capability-driven approach, the model is able to maximize efficiency of mining, while maintaining its QoS performance. The model was tested on different consensus methods including Practical Byzantine Fault Tolerance Algorithm (PBFT), Proof-of-Work (PoW), Proof-of-Stake (PoS), and Delegated PoS (DPoS), and its performance was evaluated in terms of mining delay, miner efficiency, number of redundant calculations per miner, and energy efficiency for mining nodes. It was observed that the proposed GA based Q-Learning Model was able to reduce mining delay by 4.9%, improve miners efficiency by 7.4%, reduce number of redundant computations by 3.5%, and reduce energy required for mining by 7.1% when compared with various state-of-the-art mining optimization techniques. Similar performance improvement was observed when the model was applied on different blockchain deployments, thus indicating better scalability and deployment capability for multiple application scenarios.
区块链挖矿池有助于通过分布式挖矿任务来减少单个矿工节点的计算负载。这种分发必须以非冗余的方式进行,这样每个矿工都能够以最佳效率计算块哈希。为了执行这项任务,研究人员提出了各种各样的挖掘优化方法,其中大多数通过统计请求处理模型来分配挖掘任务。这些模型将挖掘请求分离为非冗余集合,每个集合将由单个矿工处理。但这种请求划分遵循静态过程,并且不考虑用于集创建的矿工特定参数,因此底层模型的总体效率有限,这降低了其在实时场景下的挖掘性能。为了克服这个问题,本文提出了一个用于生成矿工特定任务组的增量和连续Q学习框架。该模型最初使用遗传算法(GA)方法来提高个体矿工的性能,然后将Q学习应用于个体挖掘请求。选择GA模型的原因是,它通过优化计算过程中使用的矿工资源,有助于保持更好的速度功率比(S2P)。而选择Q-Learning模型的原因是,它能够持续识别矿工的表现,并在每个矿工的水平上创建基于表现的矿池。由于Q学习的应用,该模型能够将特定于能力的挖掘任务分配给各个矿工节点。由于这种能力驱动的方法,该模型能够最大限度地提高挖掘效率,同时保持其QoS性能。该模型在不同的一致性方法上进行了测试,包括实用拜占庭容错算法(PBFT)、工作量证明(PoW)、权益证明(PoS)和委托PoS(DPoS),并从挖掘延迟、矿工效率、每个矿工的冗余计算次数和挖掘节点的能量效率等方面对其性能进行了评估。研究表明,与各种最先进的采矿优化技术相比,所提出的基于GA的Q学习模型能够将采矿延迟减少4.9%,矿工效率提高7.4%,冗余计算次数减少3.5%,采矿所需能量减少7.1%。当该模型应用于不同的区块链部署时,也观察到了类似的性能改进,从而表明在多个应用场景中具有更好的可扩展性和部署能力。
{"title":"EBMICQL: Improving Efficiency of Blockchain Miner Pools via Incremental and Continuous Q-Learning Framework","authors":"Mona Mulchandani, P. Nair","doi":"10.1142/s0219467824500347","DOIUrl":"https://doi.org/10.1142/s0219467824500347","url":null,"abstract":"Blockchain mining pools assist in reducing computational load on individual miner nodes via distributing mining tasks. This distribution must be done in a non-redundant manner, so that each miner is able to calculate block hashes with optimum efficiency. To perform this task, a wide variety of mining optimization methods are proposed by researchers, and most of them distribute mining tasks via statistical request processing models. These models segregate mining requests into non-redundant sets, each of which will be processed by individual miners. But this division of requests follows a static procedure, and does not consider miner specific parameters for set creation, due to which overall efficiency of the underlying model is limited, which reduces its mining performance under real-time scenarios. To overcome this issue, an Incremental & Continuous Q-Learning Framework for generation of miner-specific task groups is proposed in this text. The model initially uses a Genetic Algorithm (GA) method to improve individual miner performance, and then applies Q-Learning to individual mining requests. The Reason for selecting GA model is that it assists in maintaining better speed-to-power (S2P) ratio by optimization of miner resources that are utilized during computations. While, the reason for selecting Q-Learning Model is that it is able to continuously identify miners performance, and create performance-based mining pools at a per-miner level. Due to application of Q-Learning, the model is able to assign capability specific mining tasks to individual miner nodes. Because of this capability-driven approach, the model is able to maximize efficiency of mining, while maintaining its QoS performance. The model was tested on different consensus methods including Practical Byzantine Fault Tolerance Algorithm (PBFT), Proof-of-Work (PoW), Proof-of-Stake (PoS), and Delegated PoS (DPoS), and its performance was evaluated in terms of mining delay, miner efficiency, number of redundant calculations per miner, and energy efficiency for mining nodes. It was observed that the proposed GA based Q-Learning Model was able to reduce mining delay by 4.9%, improve miners efficiency by 7.4%, reduce number of redundant computations by 3.5%, and reduce energy required for mining by 7.1% when compared with various state-of-the-art mining optimization techniques. Similar performance improvement was observed when the model was applied on different blockchain deployments, thus indicating better scalability and deployment capability for multiple application scenarios.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"46230671","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
Optimized Deep Neuro-Fuzzy Network with MapPeduce Architecture for Acute Lymphoblastic Leukemia Classification and Severity Analysis 基于MapPeduce结构的深度神经模糊网络在急性淋巴细胞白血病分类和严重程度分析中的优化
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-02-02 DOI: 10.1142/s0219467824500281
G. Mercy Bai, P. Venkadesh
The most common life-threatening disease, acute lymphoblastic leukemia (ALL), can be lethal within a few weeks if untreated. The early detection and analysis of leukemia is a key dilemma in the field of disease diagnosis, and the methods available for the classification process are time-consuming. To overcome the issues, this paper develops a robust classification technique named Horse Herd Whale Optimization-enabled Deep Neuro-Fuzzy Network (HHWO-enabled DNFN method) for ALL classification and severity analysis using the MapReduce framework. The input image is first preprocessed and segmented, and the useful features necessary for improving the classification performance are extracted during the mapper phase, known as HHWO, which incorporates Horse Herd Optimization Algorithm (HOA) and Whale Optimization Algorithm (WOA). Finally, severity analysis of ALL is done to classify the levels of leukemia to offer optimal treatment. As a result, the developed method performed better than other existing methods, achieving superior performance with a greater testing accuracy of 0.959, sensitivity of 0.965, and specificity of 0.966, respectively.
最常见的危及生命的疾病,急性淋巴细胞白血病(ALL),如果不治疗,可能在几周内致命。白血病的早期检测和分析是疾病诊断领域的一个关键难题,可用于分类过程的方法非常耗时。为了克服这些问题,本文开发了一种稳健的分类技术,称为基于马群鲸优化的深度神经模糊网络(基于HHWO的DNFN方法),用于使用MapReduce框架进行ALL分类和严重程度分析。首先对输入图像进行预处理和分割,并在映射器阶段提取提高分类性能所需的有用特征,称为HHWO,该阶段结合了马群优化算法(HOA)和鲸鱼优化算法(WOA)。最后,对ALL的严重程度进行分析,对白血病的水平进行分类,以提供最佳的治疗方法。因此,所开发的方法比其他现有方法表现更好,实现了更高的性能,测试准确度分别为0.959、灵敏度为0.965和特异性为0.966。
{"title":"Optimized Deep Neuro-Fuzzy Network with MapPeduce Architecture for Acute Lymphoblastic Leukemia Classification and Severity Analysis","authors":"G. Mercy Bai, P. Venkadesh","doi":"10.1142/s0219467824500281","DOIUrl":"https://doi.org/10.1142/s0219467824500281","url":null,"abstract":"The most common life-threatening disease, acute lymphoblastic leukemia (ALL), can be lethal within a few weeks if untreated. The early detection and analysis of leukemia is a key dilemma in the field of disease diagnosis, and the methods available for the classification process are time-consuming. To overcome the issues, this paper develops a robust classification technique named Horse Herd Whale Optimization-enabled Deep Neuro-Fuzzy Network (HHWO-enabled DNFN method) for ALL classification and severity analysis using the MapReduce framework. The input image is first preprocessed and segmented, and the useful features necessary for improving the classification performance are extracted during the mapper phase, known as HHWO, which incorporates Horse Herd Optimization Algorithm (HOA) and Whale Optimization Algorithm (WOA). Finally, severity analysis of ALL is done to classify the levels of leukemia to offer optimal treatment. As a result, the developed method performed better than other existing methods, achieving superior performance with a greater testing accuracy of 0.959, sensitivity of 0.965, and specificity of 0.966, respectively.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"43271727","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
Real-Time Multi-Object Detection Using Enhanced Yolov5-7S on Multi-GPU for High-Resolution Video 在多gpu上使用增强的Yolov5-7S进行高分辨率视频的实时多目标检测
Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-02-02 DOI: 10.1142/s0219467824500190
Shakil A. Shaikh, Jayant J. Chopade, Mohini Pramod Sardey
Multiple objects tracking in a video sequence can be performed by detecting and distinguishing the objects that appear in the sequence. In the context of computer vision, the robust multi-object tracking problem is a difficult problem to solve. Visual tracking of multiple objects is a vital part of an autonomous driving vehicle’s vision technology. Wide-area video surveillance is increasingly using advanced imaging devices with increased megapixel resolution and increased frame rates. As a result, there is a huge increase in demand for high-performance computation system of video surveillance systems for real-time processing of high-resolution videos. As a result, in this paper, we used a single stage framework to solve the MOT problem. We proposed a novel architecture in this paper that allows for the efficient use of one and multiple GPUs are used to process Full High Definition video in real time. For high-resolution video and images, the suggested approach is real-time multi-object detection based on Enhanced Yolov5-7S on Multi-GPU Vertex. We added one more layer at the top in backbone to increase the resolution of feature extracted image to detect small object and increase the accuracy of model. In terms of speed and accuracy, our proposed approach outperforms the state-of-the-art techniques.
通过检测和区分出现在视频序列中的对象,可以实现视频序列中的多个对象跟踪。在计算机视觉领域,鲁棒多目标跟踪问题是一个比较难解决的问题。多目标视觉跟踪是自动驾驶车辆视觉技术的重要组成部分。广域视频监控越来越多地使用具有更高百万像素分辨率和更高帧率的先进成像设备。因此,视频监控系统对高分辨率视频实时处理的高性能计算系统的需求大幅增加。因此,在本文中,我们使用单阶段框架来解决MOT问题。在本文中,我们提出了一种新的架构,可以有效地利用一个和多个gpu来实时处理全高清视频。对于高分辨率视频和图像,建议采用基于Enhanced Yolov5-7S on Multi-GPU Vertex的实时多目标检测方法。我们在主干的顶部增加了一层,以提高特征提取图像的分辨率,以检测小目标,提高模型的精度。在速度和准确性方面,我们提出的方法优于最先进的技术。
{"title":"Real-Time Multi-Object Detection Using Enhanced Yolov5-7S on Multi-GPU for High-Resolution Video","authors":"Shakil A. Shaikh, Jayant J. Chopade, Mohini Pramod Sardey","doi":"10.1142/s0219467824500190","DOIUrl":"https://doi.org/10.1142/s0219467824500190","url":null,"abstract":"Multiple objects tracking in a video sequence can be performed by detecting and distinguishing the objects that appear in the sequence. In the context of computer vision, the robust multi-object tracking problem is a difficult problem to solve. Visual tracking of multiple objects is a vital part of an autonomous driving vehicle’s vision technology. Wide-area video surveillance is increasingly using advanced imaging devices with increased megapixel resolution and increased frame rates. As a result, there is a huge increase in demand for high-performance computation system of video surveillance systems for real-time processing of high-resolution videos. As a result, in this paper, we used a single stage framework to solve the MOT problem. We proposed a novel architecture in this paper that allows for the efficient use of one and multiple GPUs are used to process Full High Definition video in real time. For high-resolution video and images, the suggested approach is real-time multi-object detection based on Enhanced Yolov5-7S on Multi-GPU Vertex. We added one more layer at the top in backbone to increase the resolution of feature extracted image to detect small object and increase the accuracy of model. In terms of speed and accuracy, our proposed approach outperforms the state-of-the-art techniques.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"135261056","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
Optimized ResUNet++-Enabled Blood Vessel Segmentation for Retinal Fundus Image Based on Hybrid Meta-Heuristic Improvement 基于混合元启发式改进的reunet ++支持视网膜眼底图像血管分割优化
IF 1.6 Q4 COMPUTER SCIENCE, SOFTWARE ENGINEERING Pub Date : 2023-02-02 DOI: 10.1142/s0219467824500335
P. C. Sau, Manish Gupta, A. Bansal
In recent years, several studies have undergone automatic blood vessel segmentation based on unsupervised and supervised algorithms to reduce user interruption. Deep learning networks have been used to get highly accurate segmentation results. However, the incorrect segmentation of pathological information and low micro-vascular segmentation is considered the challenges present in the existing methods for segmenting the retinal blood vessel. It also affects different degrees of vessel thickness, contextual feature fusion in technique, and perception of details. A deep learning-aided method has been presented to address these challenges in this paper. In the first phase, the preprocessing is performed using the retinal fundus images employed by the black ring removal, LAB conversion, CLAHE-based contrast enhancement, and grayscale image. Thus, the blood vessel segmentation is performed by a new deep learning model termed optimized ResUNet[Formula: see text]. As an improvement to this deep learning architecture, the activation function is optimized by the J-AGSO algorithm. The objective function for the optimized ResUNet[Formula: see text]-based blood vessel segmentation is to minimize the binary cross-entropy loss function. Further, the post-processing of the images is carried out by median filtering and binary thresholding. By verifying the standard benchmark datasets, the proposed model outperforms and attains enhanced performance.
近年来,一些研究基于无监督和监督算法进行了自动血管分割,以减少用户干扰。深度学习网络已被用于获得高度准确的分割结果。然而,病理信息的错误分割和低微血管分割被认为是现有视网膜血管分割方法中存在的挑战。它还影响不同程度的血管厚度、技术上的上下文特征融合和对细节的感知。本文提出了一种深度学习辅助方法来解决这些挑战。在第一阶段中,使用黑环去除、LAB转换、基于CLAHE的对比度增强和灰度图像所采用的视网膜眼底图像来执行预处理。因此,血管分割是通过一种新的深度学习模型进行的,该模型被称为优化的ResUNet[公式:见正文]。作为对这种深度学习架构的改进,激活函数通过J-AGSO算法进行了优化。基于优化的ResUNet[公式:见正文]的血管分割的目标函数是最小化二进制交叉熵损失函数。此外,图像的后处理是通过中值滤波和二值阈值化来执行的。通过对标准基准数据集的验证,所提出的模型表现出色,性能得到了提高。
{"title":"Optimized ResUNet++-Enabled Blood Vessel Segmentation for Retinal Fundus Image Based on Hybrid Meta-Heuristic Improvement","authors":"P. C. Sau, Manish Gupta, A. Bansal","doi":"10.1142/s0219467824500335","DOIUrl":"https://doi.org/10.1142/s0219467824500335","url":null,"abstract":"In recent years, several studies have undergone automatic blood vessel segmentation based on unsupervised and supervised algorithms to reduce user interruption. Deep learning networks have been used to get highly accurate segmentation results. However, the incorrect segmentation of pathological information and low micro-vascular segmentation is considered the challenges present in the existing methods for segmenting the retinal blood vessel. It also affects different degrees of vessel thickness, contextual feature fusion in technique, and perception of details. A deep learning-aided method has been presented to address these challenges in this paper. In the first phase, the preprocessing is performed using the retinal fundus images employed by the black ring removal, LAB conversion, CLAHE-based contrast enhancement, and grayscale image. Thus, the blood vessel segmentation is performed by a new deep learning model termed optimized ResUNet[Formula: see text]. As an improvement to this deep learning architecture, the activation function is optimized by the J-AGSO algorithm. The objective function for the optimized ResUNet[Formula: see text]-based blood vessel segmentation is to minimize the binary cross-entropy loss function. Further, the post-processing of the images is carried out by median filtering and binary thresholding. By verifying the standard benchmark datasets, the proposed model outperforms and attains enhanced performance.","PeriodicalId":44688,"journal":{"name":"International Journal of Image and Graphics","volume":" ","pages":""},"PeriodicalIF":1.6,"publicationDate":"2023-02-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"45710879","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 Image and Graphics
全部 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