首页 > 最新文献

The Journal of Supercomputing最新文献

英文 中文
Enhancing cross-domain sentiment classification through multi-source collaborative training and selective ensemble methods 通过多源协作训练和选择性集合方法加强跨域情感分类
Pub Date : 2024-08-07 DOI: 10.1007/s11227-024-06391-4
Chuanjun Zhao, Xinyi Yang, Xuzhuang Sun, Lihua Shen, Jing Gao, Yanjie Wang

Due to the varying data distributions in different domains, transferring sentiment classification models across domains is often infeasible. Additionally, labeling data in specific domains can be both costly and time-consuming. To address these challenges, multi-source cross-domain sentiment classification leverages knowledge from multiple source domains to aid in sentiment classification in the target domain, utilizing labeled data from these sources. This paper introduces a novel multi-source cross-domain sentiment classification method that leverages collaborative training and selective ensemble classification. By utilizing unlabeled data from the target domain and labeled data from multiple source domains, our method reduces the need for manual labeling and enhances classification accuracy. Empirical evaluations on the Amazon multi-domain review dataset show that our approach achieves an average accuracy of 0.8932 ± 0.012 (0.95 confidence interval), demonstrating significant improvements in robustness and efficiency.

由于不同领域的数据分布各不相同,跨领域转移情感分类模型往往是不可行的。此外,为特定领域的数据贴标签既费钱又费时。为了应对这些挑战,多源跨域情感分类利用了多个源域的知识,通过这些源域的标注数据来辅助目标域的情感分类。本文介绍了一种新颖的多源跨域情感分类方法,该方法利用了协同训练和选择性集合分类。通过利用来自目标域的未标记数据和来自多个源域的标记数据,我们的方法减少了人工标记的需要,提高了分类的准确性。在亚马逊多域评论数据集上进行的实证评估表明,我们的方法达到了 0.8932 ± 0.012(0.95 置信区间)的平均准确率,在鲁棒性和效率方面都有显著提高。
{"title":"Enhancing cross-domain sentiment classification through multi-source collaborative training and selective ensemble methods","authors":"Chuanjun Zhao, Xinyi Yang, Xuzhuang Sun, Lihua Shen, Jing Gao, Yanjie Wang","doi":"10.1007/s11227-024-06391-4","DOIUrl":"https://doi.org/10.1007/s11227-024-06391-4","url":null,"abstract":"<p>Due to the varying data distributions in different domains, transferring sentiment classification models across domains is often infeasible. Additionally, labeling data in specific domains can be both costly and time-consuming. To address these challenges, multi-source cross-domain sentiment classification leverages knowledge from multiple source domains to aid in sentiment classification in the target domain, utilizing labeled data from these sources. This paper introduces a novel multi-source cross-domain sentiment classification method that leverages collaborative training and selective ensemble classification. By utilizing unlabeled data from the target domain and labeled data from multiple source domains, our method reduces the need for manual labeling and enhances classification accuracy. Empirical evaluations on the Amazon multi-domain review dataset show that our approach achieves an average accuracy of 0.8932 ± 0.012 (0.95 confidence interval), demonstrating significant improvements in robustness and efficiency.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"79 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141941572","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
Tl-depth: monocular depth estimation based on tower connections and Laplacian-filtering residual completion Tl-深度:基于塔式连接和拉普拉斯滤波残差补全的单目深度估计
Pub Date : 2024-08-07 DOI: 10.1007/s11227-024-06388-z
Qi Zhang, Yuqin Song, Hui Lou

Monocular depth estimation is essential in computer vision and robotics applications, including localization, mapping, and 3D object detection. In recent years, supervised learning algorithms that model large amounts of data have been successful in depth estimation. However, obtaining dense ground truth depth labels remains a challenge in supervised training. Therefore, unsupervised methods trained using monocular image sequences have gained wider attention. However, the depth estimation results of most existing models often produce blurred edges. Therefore, we propose various effective improvement strategies to construct a depth estimation network TL-Depth. (1) We propose a tower connection structure that utilizes convolutional processing to facilitate feature fusion, achieve precise semantic classification of pixels, and yield more accurate depth results. (2) We employ a Laplacian-filtering residual to focus on boundary information and enhance detailed results. (3) During the feature extraction stage, multiple pooling excitations are used by embedding them in the convolutional layer. This reduces redundant information while enhancing the network’s feature extraction capability. The experimental results on the KITTI dataset and the Make3D dataset demonstrate that this method achieves good results compared to current methods.

单目深度估计在计算机视觉和机器人应用中至关重要,包括定位、绘图和三维物体检测。近年来,对大量数据建模的监督学习算法在深度估计方面取得了成功。然而,在监督训练中,获取密集的地面真实深度标签仍然是一个挑战。因此,使用单目图像序列训练的无监督方法得到了广泛关注。然而,大多数现有模型的深度估计结果往往会产生模糊的边缘。因此,我们提出了多种有效的改进策略来构建深度估计网络 TL-Depth。(1) 我们提出了一种塔式连接结构,利用卷积处理促进特征融合,实现像素的精确语义分类,得到更精确的深度结果。(2) 我们采用拉普拉斯滤波残差来关注边界信息,并增强细节结果。(3) 在特征提取阶段,通过将多个池化激励嵌入卷积层来使用它们。这样既减少了冗余信息,又增强了网络的特征提取能力。在 KITTI 数据集和 Make3D 数据集上的实验结果表明,与现有方法相比,该方法取得了良好的效果。
{"title":"Tl-depth: monocular depth estimation based on tower connections and Laplacian-filtering residual completion","authors":"Qi Zhang, Yuqin Song, Hui Lou","doi":"10.1007/s11227-024-06388-z","DOIUrl":"https://doi.org/10.1007/s11227-024-06388-z","url":null,"abstract":"<p>Monocular depth estimation is essential in computer vision and robotics applications, including localization, mapping, and 3D object detection. In recent years, supervised learning algorithms that model large amounts of data have been successful in depth estimation. However, obtaining dense ground truth depth labels remains a challenge in supervised training. Therefore, unsupervised methods trained using monocular image sequences have gained wider attention. However, the depth estimation results of most existing models often produce blurred edges. Therefore, we propose various effective improvement strategies to construct a depth estimation network TL-Depth. (1) We propose a tower connection structure that utilizes convolutional processing to facilitate feature fusion, achieve precise semantic classification of pixels, and yield more accurate depth results. (2) We employ a Laplacian-filtering residual to focus on boundary information and enhance detailed results. (3) During the feature extraction stage, multiple pooling excitations are used by embedding them in the convolutional layer. This reduces redundant information while enhancing the network’s feature extraction capability. The experimental results on the KITTI dataset and the Make3D dataset demonstrate that this method achieves good results compared to current methods.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"99 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141941575","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
Efficient white blood cell identification with hybrid inception-xception network 利用混合起始-异常网络高效识别白细胞
Pub Date : 2024-08-07 DOI: 10.1007/s11227-024-06405-1
Radhwan A. A. Saleh, Mustafa Ghaleb, Wasswa Shafik, H. Metin ERTUNÇ

White blood cells (WBCs) are crucial microscopic defenders of the human immune system in combating transmittable conditions triggered by germs, infections, and various other human pathogens. Timely and appropriate WBC detection and classification are decisive for comprehending the immune system’s standing and its feedback to various pathologies, assisting in diagnosing and monitoring illness. Nevertheless, the manual classification of WBCs is strenuous, extensive, and prone to errors, while automated approaches can be cost-prohibitive. Within artificial intelligence, deep learning (DL) approaches have become an appealing option for automating WBC recognition. The existing DL techniques for WBC classification face several limitations and computational difficulties, such as overfitting, limited scalability, and design complexity, often battling with function variety in WBC images and requiring considerable computational resources. This research study recommends an ingenious hybrid inception-xception Convolutional Semantic network (CNN) designed to deal with constraints in existing DL versions. The proposed network incorporates inception and depth-separable convolution layers to successfully catch attributes across many ranges, therefore minimizing concerns related to model complexity and overfitting. In contrast to traditional CNN designs, the proposed network lessens the layers made use of and increases their function removal capacities, hence enhancing the performance of WBC classification, which needs a wide variety of attribute abilities. Furthermore, the proposed model was trained, validated and tested on three popular and widely recognized datasets, namely, Leukocyte Images for Segmentation and Classification (LISC), Blood Cell Count and Detection (BCCD), and Microscopic PBS (PBS-HCB), where it demonstrates the generalization and robustness and superiority of our proposed model. The model depicted an outstanding average accuracy rate of 99.25%, 99.65%, and 98.6% on a five-fold cross-validation test for the respective datasets, surpassing existing models as detailed. The model’s robustness and superior performance, validated across diverse datasets, underscore its potential as an advanced tool for accurate and efficient WBC classification in medical diagnostics.

白细胞(WBC)是人体免疫系统对抗病菌、感染和其他各种人类病原体引发的传染病的重要微观卫士。及时、适当的白细胞检测和分类对于了解免疫系统的状况及其对各种病症的反馈、协助诊断和监测疾病具有决定性意义。然而,白细胞的人工分类既费力又费时,还容易出错,而自动化方法则成本高昂。在人工智能领域,深度学习(DL)方法已成为白细胞自动识别的一种有吸引力的选择。现有的用于白细胞分类的深度学习技术面临着一些局限性和计算困难,如过度拟合、可扩展性有限和设计复杂,经常与白细胞图像中的功能多样性作斗争,并且需要大量的计算资源。本研究推荐了一种巧妙的混合阈值-异常卷积语义网络(CNN),旨在应对现有 DL 版本中的限制。建议的网络结合了起始层和深度分离卷积层,可成功捕捉多个范围内的属性,从而最大限度地减少与模型复杂性和过拟合相关的问题。与传统的 CNN 设计相比,所提出的网络减少了所使用的层数,并提高了其功能移除能力,从而增强了需要多种属性能力的 WBC 分类性能。此外,我们还在白细胞图像分离和分类(LISC)、血细胞计数和检测(BCD)以及显微镜下白细胞分类(PBS-HCB)这三个广受认可的数据集上对所提出的模型进行了训练、验证和测试,证明了所提出模型的泛化、鲁棒性和优越性。在对各个数据集进行的五倍交叉验证测试中,该模型的平均准确率分别达到了 99.25%、99.65% 和 98.6%,超越了现有模型。该模型的稳健性和卓越性能在不同的数据集上都得到了验证,凸显了它作为医疗诊断中准确、高效的白细胞分类先进工具的潜力。
{"title":"Efficient white blood cell identification with hybrid inception-xception network","authors":"Radhwan A. A. Saleh, Mustafa Ghaleb, Wasswa Shafik, H. Metin ERTUNÇ","doi":"10.1007/s11227-024-06405-1","DOIUrl":"https://doi.org/10.1007/s11227-024-06405-1","url":null,"abstract":"<p>White blood cells (WBCs) are crucial microscopic defenders of the human immune system in combating transmittable conditions triggered by germs, infections, and various other human pathogens. Timely and appropriate WBC detection and classification are decisive for comprehending the immune system’s standing and its feedback to various pathologies, assisting in diagnosing and monitoring illness. Nevertheless, the manual classification of WBCs is strenuous, extensive, and prone to errors, while automated approaches can be cost-prohibitive. Within artificial intelligence, deep learning (DL) approaches have become an appealing option for automating WBC recognition. The existing DL techniques for WBC classification face several limitations and computational difficulties, such as overfitting, limited scalability, and design complexity, often battling with function variety in WBC images and requiring considerable computational resources. This research study recommends an ingenious hybrid inception-xception Convolutional Semantic network (CNN) designed to deal with constraints in existing DL versions. The proposed network incorporates inception and depth-separable convolution layers to successfully catch attributes across many ranges, therefore minimizing concerns related to model complexity and overfitting. In contrast to traditional CNN designs, the proposed network lessens the layers made use of and increases their function removal capacities, hence enhancing the performance of WBC classification, which needs a wide variety of attribute abilities. Furthermore, the proposed model was trained, validated and tested on three popular and widely recognized datasets, namely, Leukocyte Images for Segmentation and Classification (LISC), Blood Cell Count and Detection (BCCD), and Microscopic PBS (PBS-HCB), where it demonstrates the generalization and robustness and superiority of our proposed model. The model depicted an outstanding average accuracy rate of 99.25%, 99.65%, and 98.6% on a five-fold cross-validation test for the respective datasets, surpassing existing models as detailed. The model’s robustness and superior performance, validated across diverse datasets, underscore its potential as an advanced tool for accurate and efficient WBC classification in medical diagnostics.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"24 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141941573","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
MOHHO: multi-objective Harris hawks optimization algorithm for service placement in fog computing MOHHO:用于雾计算服务安置的多目标哈里斯鹰优化算法
Pub Date : 2024-08-06 DOI: 10.1007/s11227-024-06389-y
Arezoo Ghasemi

The fog computing model is a new computing model that has been proposed in recent years by increasing the number of requests sent to the cloud to reduce the delay and workload of the cloud computing model. In addition to its advantages, the fog computing model also has challenges, among which we can mention the issue of service placement in this computing model, which is very effective in the performance of the computing model. So far, many works have been presented to solve the problem of service deployment by considering different goals such as energy consumption, end-to-end delay, load balancing, resource efficiency, etc. Considering the importance of all the mentioned parameters, it is very important to provide a multi-objective method. In multi-objective problems, the method of evaluating the generated solutions is a separate challenge. Therefore, in this paper, a service placement method is presented by considering end-to-end delay criteria and energy consumption based on the modified Harris hawks algorithm to solve multi-objective problems. To increase accuracy, in the proposed method called multi-objective Harris hawks optimization, a multi-objective problem is modeled as several single-objective problems. The simulation results in CloudSim show that the proposed method has achieved better results than other algorithms in terms of reducing energy consumption, end-to-end delay, and network utilization.

雾计算模型是近年来提出的一种新型计算模型,它通过增加发送到云端的请求数量来减少云计算模型的延迟和工作量。除了优势之外,雾计算模式也存在挑战,其中我们可以提到的是该计算模式中的服务放置问题,这对计算模式的性能影响非常大。迄今为止,已有许多作品通过考虑能耗、端到端延迟、负载平衡、资源效率等不同目标来解决服务部署问题。考虑到上述所有参数的重要性,提供一种多目标方法非常重要。在多目标问题中,评估所生成解决方案的方法是一个单独的挑战。因此,本文基于改进的哈里斯鹰算法,考虑端到端延迟标准和能耗,提出了一种服务安置方法,以解决多目标问题。为了提高准确性,在所提出的多目标哈里斯鹰优化方法中,一个多目标问题被建模为多个单目标问题。在 CloudSim 中的仿真结果表明,在降低能耗、端到端延迟和网络利用率方面,所提出的方法比其他算法取得了更好的效果。
{"title":"MOHHO: multi-objective Harris hawks optimization algorithm for service placement in fog computing","authors":"Arezoo Ghasemi","doi":"10.1007/s11227-024-06389-y","DOIUrl":"https://doi.org/10.1007/s11227-024-06389-y","url":null,"abstract":"<p>The fog computing model is a new computing model that has been proposed in recent years by increasing the number of requests sent to the cloud to reduce the delay and workload of the cloud computing model. In addition to its advantages, the fog computing model also has challenges, among which we can mention the issue of service placement in this computing model, which is very effective in the performance of the computing model. So far, many works have been presented to solve the problem of service deployment by considering different goals such as energy consumption, end-to-end delay, load balancing, resource efficiency, etc. Considering the importance of all the mentioned parameters, it is very important to provide a multi-objective method. In multi-objective problems, the method of evaluating the generated solutions is a separate challenge. Therefore, in this paper, a service placement method is presented by considering end-to-end delay criteria and energy consumption based on the modified Harris hawks algorithm to solve multi-objective problems. To increase accuracy, in the proposed method called multi-objective Harris hawks optimization, a multi-objective problem is modeled as several single-objective problems. The simulation results in CloudSim show that the proposed method has achieved better results than other algorithms in terms of reducing energy consumption, end-to-end delay, and network utilization.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"29 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141941727","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
Fusion of machine learning and blockchain-based privacy-preserving approach for healthcare data in the Internet of Things 融合机器学习和基于区块链的隐私保护方法,用于物联网中的医疗保健数据
Pub Date : 2024-08-06 DOI: 10.1007/s11227-024-06392-3
Behnam Rezaei Bezanjani, Seyyed Hamid Ghafouri, Reza Gholamrezaei

In recent years, the rapid integration of Internet of Things (IoT) devices into the healthcare sector has brought about revolutionary advancements in patient care and data management. While these technological innovations hold immense promise, they concurrently raise critical security concerns, particularly in safeguarding medical data against potential cyber threats. The sensitive nature of health-related information requires robust measures to ensure patient data's confidentiality, integrity, and availability within IoT-enabled medical environments. Addressing the imperative need for enhanced security in IoT-based healthcare systems, we propose a comprehensive method encompassing three distinct phases. In the first phase, we implement blockchain-enabled request and transaction encryption to fortify the security of data transactions, providing an immutable and transparent framework. Subsequently, in the second phase, we introduce request pattern recognition check, leveraging diverse data sources to identify and thwart potential unauthorized access attempts. Finally, the third phase incorporates feature selection and the BiLSTM network to enhance the accuracy and efficiency of intrusion detection through advanced machine-learning techniques. We compared the simulation results of the proposed method with three recent related methods, namely AIBPSF-IoMT, OMLIDS-PBIoT, and AIMMFIDS. The evaluation criteria encompass detection rates, false alarm rates, precision, recall, and accuracy, crucial benchmarks in assessing the overall performance of intrusion detection systems. Notably, our findings reveal that the proposed method outperforms these existing methods across all evaluated criteria, underscoring its superiority in enhancing the security posture of IoT-based healthcare systems.

近年来,物联网(IoT)设备迅速融入医疗保健领域,为患者护理和数据管理带来了革命性的进步。虽然这些技术创新前景广阔,但同时也引发了严重的安全问题,尤其是在保护医疗数据免受潜在网络威胁方面。健康相关信息的敏感性要求采取强有力的措施,以确保物联网医疗环境中患者数据的保密性、完整性和可用性。为了满足在基于物联网的医疗系统中增强安全性的迫切需要,我们提出了一种包含三个不同阶段的综合方法。在第一阶段,我们实施了区块链请求和交易加密,以加强数据交易的安全性,提供了一个不可变和透明的框架。随后,在第二阶段,我们引入了请求模式识别检查,利用不同的数据源来识别和挫败潜在的未经授权的访问企图。最后,第三阶段结合特征选择和 BiLSTM 网络,通过先进的机器学习技术提高入侵检测的准确性和效率。我们将所提方法的仿真结果与三种最新的相关方法(即 AIBPSF-IoMT、OMLIDS-PBIoT 和 AIMMFIDS)进行了比较。评估标准包括检测率、误报率、精确度、召回率和准确度,这些都是评估入侵检测系统整体性能的重要基准。值得注意的是,我们的研究结果表明,所提出的方法在所有评估标准上都优于这些现有方法,这凸显了它在增强基于物联网的医疗保健系统安全态势方面的优势。
{"title":"Fusion of machine learning and blockchain-based privacy-preserving approach for healthcare data in the Internet of Things","authors":"Behnam Rezaei Bezanjani, Seyyed Hamid Ghafouri, Reza Gholamrezaei","doi":"10.1007/s11227-024-06392-3","DOIUrl":"https://doi.org/10.1007/s11227-024-06392-3","url":null,"abstract":"<p>In recent years, the rapid integration of Internet of Things (IoT) devices into the healthcare sector has brought about revolutionary advancements in patient care and data management. While these technological innovations hold immense promise, they concurrently raise critical security concerns, particularly in safeguarding medical data against potential cyber threats. The sensitive nature of health-related information requires robust measures to ensure patient data's confidentiality, integrity, and availability within IoT-enabled medical environments. Addressing the imperative need for enhanced security in IoT-based healthcare systems, we propose a comprehensive method encompassing three distinct phases. In the first phase, we implement blockchain-enabled request and transaction encryption to fortify the security of data transactions, providing an immutable and transparent framework. Subsequently, in the second phase, we introduce request pattern recognition check, leveraging diverse data sources to identify and thwart potential unauthorized access attempts. Finally, the third phase incorporates feature selection and the BiLSTM network to enhance the accuracy and efficiency of intrusion detection through advanced machine-learning techniques. We compared the simulation results of the proposed method with three recent related methods, namely AIBPSF-IoMT, OMLIDS-PBIoT, and AIMMFIDS. The evaluation criteria encompass detection rates, false alarm rates, precision, recall, and accuracy, crucial benchmarks in assessing the overall performance of intrusion detection systems. Notably, our findings reveal that the proposed method outperforms these existing methods across all evaluated criteria, underscoring its superiority in enhancing the security posture of IoT-based healthcare systems.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"5 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141941578","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
Two-stage control model based on enhanced elephant clan optimization for path planning of unmanned combat aerial vehicle 基于增强型象族优化的两阶段控制模型,用于无人战斗飞行器的路径规划
Pub Date : 2024-08-05 DOI: 10.1007/s11227-024-06365-6
Liangdong Qu, Yingjuan Jia, Xiaoqin Li, Jingkun Fan

To address the path planning problem for unmanned combat aerial vehicle (UCAV) more effectively, a novel two-stage path planning model is proposed. The first stage involves a longitudinal search primarily aimed at predicting the initial path, while the second stage is a horizontal search designed to correct the initial path. Furthermore, to tackle the UCAV path planning issue more effectively, this paper designs an improved elephant clan optimization (IECO) algorithm based on the average sample learning strategy, opposition-based learning, and Lévy flight disturbance strategy. Subsequently, IECO is integrated with the two-stage model (TSIECO) to address the UCAV path planning problem. Additionally, numerical experiments across 15 test functions reveal that IECO outperforms other algorithms in terms of optimization capability and convergence speed. Finally, the UCAV path planning experimental results indicate that the two-stage model based on IECO, as proposed in this paper, has significant advantages over traditional path planning models based on other swarm intelligence algorithms. Specifically, in three different simulated environments, the TSIECO has been tested on a total of 9 maps with varying parameters, yielding paths that are optimal in terms of cost and stability.

为了更有效地解决无人战斗飞行器(UCAV)的路径规划问题,我们提出了一种新颖的两阶段路径规划模型。第一阶段为纵向搜索,主要目的是预测初始路径;第二阶段为横向搜索,旨在修正初始路径。此外,为了更有效地解决 UCAV 路径规划问题,本文设计了一种基于平均样本学习策略、对立学习策略和莱维飞行干扰策略的改进型象族优化(IECO)算法。随后,IECO 与两阶段模型(TSIECO)相结合,解决了 UCAV 路径规划问题。此外,15 个测试函数的数值实验表明,IECO 在优化能力和收敛速度方面优于其他算法。最后,UCAV 路径规划实验结果表明,与基于其他群智能算法的传统路径规划模型相比,本文提出的基于 IECO 的两阶段模型具有显著优势。具体而言,在三种不同的模拟环境中,TSIECO 在总共 9 幅不同参数的地图上进行了测试,得出的路径在成本和稳定性方面均为最优。
{"title":"Two-stage control model based on enhanced elephant clan optimization for path planning of unmanned combat aerial vehicle","authors":"Liangdong Qu, Yingjuan Jia, Xiaoqin Li, Jingkun Fan","doi":"10.1007/s11227-024-06365-6","DOIUrl":"https://doi.org/10.1007/s11227-024-06365-6","url":null,"abstract":"<p>To address the path planning problem for unmanned combat aerial vehicle (UCAV) more effectively, a novel two-stage path planning model is proposed. The first stage involves a longitudinal search primarily aimed at predicting the initial path, while the second stage is a horizontal search designed to correct the initial path. Furthermore, to tackle the UCAV path planning issue more effectively, this paper designs an improved elephant clan optimization (IECO) algorithm based on the average sample learning strategy, opposition-based learning, and Lévy flight disturbance strategy. Subsequently, IECO is integrated with the two-stage model (TSIECO) to address the UCAV path planning problem. Additionally, numerical experiments across 15 test functions reveal that IECO outperforms other algorithms in terms of optimization capability and convergence speed. Finally, the UCAV path planning experimental results indicate that the two-stage model based on IECO, as proposed in this paper, has significant advantages over traditional path planning models based on other swarm intelligence algorithms. Specifically, in three different simulated environments, the TSIECO has been tested on a total of 9 maps with varying parameters, yielding paths that are optimal in terms of cost and stability.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"135 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141941580","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
A resource optimization scheduling model and algorithm for heterogeneous computing clusters based on GNN and RL 基于 GNN 和 RL 的异构计算集群资源优化调度模型和算法
Pub Date : 2024-08-03 DOI: 10.1007/s11227-024-06383-4
Zhen Zhang, Chen Xu, Kun Liu, Shaohua Xu, Long Huang

In the realm of heterogeneous computing, the efficient allocation of resources is pivotal for optimizing system performance. However, user-submitted tasks are often complex and have varied resource demands. Moreover, the dynamic nature of resource states in such platforms, coupled with variations in resource types and capabilities, results in significant intricacy of the system environment. To this end, we propose a scheduling algorithm based on hierarchical reinforcement learning, namely MD-HRL. Such an algorithm could simultaneously harmonize task completion time, device power consumption, and load balancing. It contains a high-level agent (H-Agent) for task selection and a low-level agent (L-Agent) for resource allocation. The H-Agent leverages multi-hop attention graph neural networks (MAGNA) and one-dimensional convolutional neural networks (1DCNN) to encode the information of tasks and resources. Kolmogorov–Arnold networks is then employed for integrating these representations while calculating subtask priority scores. The L-Agent exploits a double deep Q network to approximate the best strategy and objective function, thereby optimizing the task-to-resource mapping in a dynamic environment. Experimental results demonstrate that MD-HRL outperforms several state of the art baselines. It reduces makespan by 12.54%, improves load balancing by 5.83%, and lowers power consumption by 6.36% on average compared with the suboptimal method.

在异构计算领域,有效分配资源是优化系统性能的关键。然而,用户提交的任务往往十分复杂,对资源的需求也各不相同。此外,此类平台中资源状态的动态性质,加上资源类型和能力的变化,导致系统环境错综复杂。为此,我们提出了一种基于分层强化学习的调度算法,即 MD-HRL。这种算法可以同时协调任务完成时间、设备功耗和负载平衡。它包含一个负责任务选择的高级代理(H-Agent)和一个负责资源分配的低级代理(L-Agent)。H 代理利用多跳注意力图神经网络(MAGNA)和一维卷积神经网络(1DCNN)来编码任务和资源信息。然后,在计算子任务优先级分数时,采用科尔莫哥罗夫-阿诺德网络对这些表征进行整合。L-Agent 利用双深度 Q 网络来逼近最佳策略和目标函数,从而优化动态环境中的任务到资源映射。实验结果表明,MD-HRL 的性能优于几种最先进的基线。与次优方法相比,它平均缩短了 12.54%,改善了 5.83% 的负载平衡,降低了 6.36% 的功耗。
{"title":"A resource optimization scheduling model and algorithm for heterogeneous computing clusters based on GNN and RL","authors":"Zhen Zhang, Chen Xu, Kun Liu, Shaohua Xu, Long Huang","doi":"10.1007/s11227-024-06383-4","DOIUrl":"https://doi.org/10.1007/s11227-024-06383-4","url":null,"abstract":"<p>In the realm of heterogeneous computing, the efficient allocation of resources is pivotal for optimizing system performance. However, user-submitted tasks are often complex and have varied resource demands. Moreover, the dynamic nature of resource states in such platforms, coupled with variations in resource types and capabilities, results in significant intricacy of the system environment. To this end, we propose a scheduling algorithm based on hierarchical reinforcement learning, namely MD-HRL. Such an algorithm could simultaneously harmonize task completion time, device power consumption, and load balancing. It contains a high-level agent (H-Agent) for task selection and a low-level agent (L-Agent) for resource allocation. The H-Agent leverages multi-hop attention graph neural networks (MAGNA) and one-dimensional convolutional neural networks (1DCNN) to encode the information of tasks and resources. Kolmogorov–Arnold networks is then employed for integrating these representations while calculating subtask priority scores. The L-Agent exploits a double deep Q network to approximate the best strategy and objective function, thereby optimizing the task-to-resource mapping in a dynamic environment. Experimental results demonstrate that MD-HRL outperforms several state of the art baselines. It reduces makespan by 12.54%, improves load balancing by 5.83%, and lowers power consumption by 6.36% on average compared with the suboptimal method.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"23 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141941579","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
Flattened and simplified SSCU-Net: exploring the convolution potential for medical image segmentation 扁平化和简化的 SSCU-网络:探索医学图像分割的卷积潜力
Pub Date : 2024-08-02 DOI: 10.1007/s11227-024-06357-6
Yuefei Wang, Yuquan Xu, Xi Yu, Ronghui Feng

Medical image semantic segmentation is a crucial technique in medical imaging processing, providing essential diagnostic support by precisely delineating different tissue structures and pathological areas within an image. However, the pursuit of higher accuracy has led to increasingly complex architectures in existing networks, resulting in significant training overhead. In response, this study introduces a flattened, minimalist design philosophy and constructs the shallow super convolution U-shaped Net (SSCU-Net) based on this concept. Compared to the traditional four-layer U-shaped networks, SSCU-Net has a simplified two-layer structure, adhering to a lightweight research objective. On one hand, to address the issue of insufficient semantic feature extraction caused by the shallow network architecture, a parallel multi-branch feature extraction module called the super convolution block is designed to thoroughly extract diverse semantic information. On the other hand, to facilitate the transfer of critical semantic information between encoding and decoding, as well as across layers, the spatial convolution path, along with feature enhanced downsample and feature resolution upsample, are constructed. The performance of SSCU-Net was validated against 18 comparison models across seven metrics on five datasets. Results from metric analysis, image comparisons, and ablation tests collectively demonstrate that SSCU-Net achieves an average improvement of 15.9792% in the Dice coefficient compared to other models, confirming the model’s advantages in both lightweight design and accuracy. The network code is available at https://github.com/YF-W/SSCU-Net.

医学图像语义分割是医学影像处理中的一项重要技术,通过精确划分图像中的不同组织结构和病理区域,为诊断提供重要支持。然而,为了追求更高的精确度,现有网络的架构越来越复杂,导致训练开销巨大。为此,本研究引入了扁平化、极简主义的设计理念,并在此基础上构建了浅层超卷积 U 型网(SSCU-Net)。与传统的四层 U 型网络相比,SSCU-Net 简化了两层结构,实现了轻量级的研究目标。一方面,针对浅层网络结构导致的语义特征提取不足的问题,设计了并行的多分支特征提取模块--超卷积块,以彻底提取多样化的语义信息。另一方面,为了促进关键语义信息在编码和解码之间以及跨层之间的传递,构建了空间卷积路径以及特征增强下采样和特征解析上采样。SSCU-Net 的性能在五个数据集上与 18 个对比模型进行了验证,涉及七个指标。指标分析、图像比较和消融测试的结果共同表明,与其他模型相比,SSCU-Net 的 Dice 系数平均提高了 15.9792%,证实了该模型在轻量级设计和准确性方面的优势。网络代码见 https://github.com/YF-W/SSCU-Net。
{"title":"Flattened and simplified SSCU-Net: exploring the convolution potential for medical image segmentation","authors":"Yuefei Wang, Yuquan Xu, Xi Yu, Ronghui Feng","doi":"10.1007/s11227-024-06357-6","DOIUrl":"https://doi.org/10.1007/s11227-024-06357-6","url":null,"abstract":"<p>Medical image semantic segmentation is a crucial technique in medical imaging processing, providing essential diagnostic support by precisely delineating different tissue structures and pathological areas within an image. However, the pursuit of higher accuracy has led to increasingly complex architectures in existing networks, resulting in significant training overhead. In response, this study introduces a flattened, minimalist design philosophy and constructs the shallow super convolution U-shaped Net (SSCU-Net) based on this concept. Compared to the traditional four-layer U-shaped networks, SSCU-Net has a simplified two-layer structure, adhering to a lightweight research objective. On one hand, to address the issue of insufficient semantic feature extraction caused by the shallow network architecture, a parallel multi-branch feature extraction module called the super convolution block is designed to thoroughly extract diverse semantic information. On the other hand, to facilitate the transfer of critical semantic information between encoding and decoding, as well as across layers, the spatial convolution path, along with feature enhanced downsample and feature resolution upsample, are constructed. The performance of SSCU-Net was validated against 18 comparison models across seven metrics on five datasets. Results from metric analysis, image comparisons, and ablation tests collectively demonstrate that SSCU-Net achieves an average improvement of 15.9792% in the Dice coefficient compared to other models, confirming the model’s advantages in both lightweight design and accuracy. The network code is available at https://github.com/YF-W/SSCU-Net.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"189 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141884657","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
MTDB: an LSM-tree-based key-value store using a multi-tree structure to improve read performance MTDB:基于 LSM 树的键值存储,使用多树结构提高读取性能
Pub Date : 2024-08-01 DOI: 10.1007/s11227-024-06382-5
Xinwei Lin, Yubiao Pan, Wenjuan Feng, Huizhen Zhang, Mingwei Lin

Traditional LSM-tree-based key-value storage systems face significant read amplification issues due to the multi-level structure of LSM-tree, the unordered SSTable files in Level 0, and the lack of an in-memory index structure for key-value pairs. We observed that, under the influence of workloads with locality features, key-value pairs exhibit a range-specific access intensity. Addressing the three reasons for LSM-tree read amplification, we have utilized the range-specific access intensity of workload to propose a multi-tree structure consisting of a B+ tree, a single-level hot tree, and an LSM-tree with partition-based Level 0. This aims to enhance the read performance of LSM-tree-based key-value storage systems. We designed the prototype, MTDB, based on LevelDB. The experimental results show that MTDB’s read performance is 1.62× to 2.02× that of LevelDB, and it approaches or exceeds the read performance of KVell and Bourbon while reducing memory overhead by 58.85%–86%.

由于 LSM 树的多级结构、第 0 级中无序的 SSTable 文件以及键值对缺乏内存索引结构,传统的基于 LSM 树的键值存储系统面临着严重的读取放大问题。我们观察到,在具有位置特征的工作负载影响下,键值对表现出特定范围的访问强度。针对 LSM 树读取放大的三个原因,我们利用工作负载的特定范围访问强度,提出了一种由 B+ 树、单级热树和基于分区的 0 级 LSM 树组成的多树结构。这样做的目的是提高基于 LSM 树的键值存储系统的读取性能。我们在 LevelDB 的基础上设计了 MTDB 原型。实验结果表明,MTDB 的读取性能是 LevelDB 的 1.62 倍到 2.02 倍,接近或超过了 KVell 和 Bourbon 的读取性能,同时减少了 58.85%-86% 的内存开销。
{"title":"MTDB: an LSM-tree-based key-value store using a multi-tree structure to improve read performance","authors":"Xinwei Lin, Yubiao Pan, Wenjuan Feng, Huizhen Zhang, Mingwei Lin","doi":"10.1007/s11227-024-06382-5","DOIUrl":"https://doi.org/10.1007/s11227-024-06382-5","url":null,"abstract":"<p>Traditional LSM-tree-based key-value storage systems face significant read amplification issues due to the multi-level structure of LSM-tree, the unordered SSTable files in Level 0, and the lack of an in-memory index structure for key-value pairs. We observed that, under the influence of workloads with locality features, key-value pairs exhibit a range-specific access intensity. Addressing the three reasons for LSM-tree read amplification, we have utilized the range-specific access intensity of workload to propose a multi-tree structure consisting of a B+ tree, a single-level hot tree, and an LSM-tree with partition-based Level 0. This aims to enhance the read performance of LSM-tree-based key-value storage systems. We designed the prototype, MTDB, based on LevelDB. The experimental results show that MTDB’s read performance is 1.62× to 2.02× that of LevelDB, and it approaches or exceeds the read performance of KVell and Bourbon while reducing memory overhead by 58.85%–86%.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"81 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141884656","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
Many-objective evolutionary algorithm with multi-strategy selection mechanism and adaptive reproduction operation 具有多策略选择机制和自适应复制操作的多目标进化算法
Pub Date : 2024-07-31 DOI: 10.1007/s11227-024-06377-2
Wei Li, Jingqi Tang, Lei Wang

Many-objective optimization problem is one of the most important and widely faced optimization problems in the real world. To solve many-objective optimization problems (MaOPs), numerous multi-objective evolutionary algorithms (MOEAs) have been developed to find a good convergence and well-distributed Pareto front. However, with the increase of dimensions, the distribution of solutions obtained by MOEAs becomes more complex and tends to be orthogonal, which significantly reduces the effectiveness of the algorithms. In this paper, we propose an improved many-objective evolutionary algorithm (MaOEA-MSAR), which incorporates a multi-strategy selection mechanism into an existing MOEA, and develops an adaptive reproduction operation to produce promising offspring individuals. Firstly, the selection strategy based on the angle-penalized distance is used to improve the coverage of the solutions in the objective space. Then, the selection strategy based on convergence rate is employed to strengthen the balance between diversity and convergence. Finally, an adaptive reproduction operation is used to select different reproduction strategies for the gene-level global exploration or local exploitation. A series of experiments are carried out against seven state-of-the-art many-objective optimization algorithms. Experimental results on commonly used 31 benchmark test problems with up to 15 objectives and a multi-objective vehicle routing problem have demonstrated that MaOEA-MSAR is competitive in handling various kinds of MaOPs.

多目标优化问题是现实世界中面临的最重要、最广泛的优化问题之一。为了解决多目标优化问题(MaOPs),人们开发了大量的多目标进化算法(MOEAs)来寻找收敛性好、分布均匀的帕累托前沿。然而,随着维度的增加,MOEAs 所得到的解的分布变得越来越复杂,并趋于正交,这大大降低了算法的有效性。本文提出了一种改进的多目标进化算法(MaOEA-MSAR),它在现有的 MOEA 中加入了多策略选择机制,并开发了一种自适应繁殖操作,以产生有潜力的后代个体。首先,使用基于角度惩罚距离的选择策略来提高目标空间中解的覆盖率。然后,采用基于收敛率的选择策略来加强多样性和收敛性之间的平衡。最后,采用自适应复制操作,为基因级的全局探索或局部开发选择不同的复制策略。针对七种最先进的多目标优化算法进行了一系列实验。在常用的 31 个多达 15 个目标的基准测试问题和一个多目标车辆路由问题上的实验结果表明,MaOEA-MSAR 在处理各种 MaOPs 方面具有很强的竞争力。
{"title":"Many-objective evolutionary algorithm with multi-strategy selection mechanism and adaptive reproduction operation","authors":"Wei Li, Jingqi Tang, Lei Wang","doi":"10.1007/s11227-024-06377-2","DOIUrl":"https://doi.org/10.1007/s11227-024-06377-2","url":null,"abstract":"<p>Many-objective optimization problem is one of the most important and widely faced optimization problems in the real world. To solve many-objective optimization problems (MaOPs), numerous multi-objective evolutionary algorithms (MOEAs) have been developed to find a good convergence and well-distributed Pareto front. However, with the increase of dimensions, the distribution of solutions obtained by MOEAs becomes more complex and tends to be orthogonal, which significantly reduces the effectiveness of the algorithms. In this paper, we propose an improved many-objective evolutionary algorithm (MaOEA-MSAR), which incorporates a multi-strategy selection mechanism into an existing MOEA, and develops an adaptive reproduction operation to produce promising offspring individuals. Firstly, the selection strategy based on the angle-penalized distance is used to improve the coverage of the solutions in the objective space. Then, the selection strategy based on convergence rate is employed to strengthen the balance between diversity and convergence. Finally, an adaptive reproduction operation is used to select different reproduction strategies for the gene-level global exploration or local exploitation. A series of experiments are carried out against seven state-of-the-art many-objective optimization algorithms. Experimental results on commonly used 31 benchmark test problems with up to 15 objectives and a multi-objective vehicle routing problem have demonstrated that MaOEA-MSAR is competitive in handling various kinds of MaOPs.</p>","PeriodicalId":501596,"journal":{"name":"The Journal of Supercomputing","volume":"70 1","pages":""},"PeriodicalIF":0.0,"publicationDate":"2024-07-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"141868114","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
期刊
The Journal of Supercomputing
全部 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