首页 > 最新文献

International Journal of Intelligent Systems最新文献

英文 中文
Spearman and Jaccard-Based Convolutional Deep Neural Learning for Early Parkinson’s Diagnosis 基于Spearman和jaccard的卷积深度神经学习在早期帕金森诊断中的应用
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-10-01 DOI: 10.1155/int/6662826
Vinoth Murali, Rajesh Natarajan, Francesco Flammini, Badria Sulaiman Alfurhood, C. M. Naveen Kumar, Sowmya V. L.

Parkinson’s disease (PD) is a chronic neurological condition causing an assortment of motor and cognitive prodromes. Each individual’s PD symptoms develop differently due to the variability of the ailment. This study aims to introduce the KNN Imputed Spearman’s Rank and Jaccard Convolutional Deep Neural Learning (KISRJCDNL) technique for automating early PD diagnosis depending on speech analysis. This work enhances disease diagnosis performance through preprocessing and early, precise PD detection. Several information collected from the given dataset are initially taken as input. Then, the preprocessing stage converts raw data into a structured format. Afterward, Spearman’s Rank Feature Selective and Jaccard Index–based Convolutional Deep Neural Learning Classifier with four layers, one input layer, one output layer, and two hidden layers, are deployed for diagnosing PD by efficiently performing the data classification. Experimental evaluation uses the Early Biomarkers of the PD dataset by different factors. Findings support the claim that the proposed KISRJCDNL technique enhances accuracy by 14%, reducing feature selection time, error rate, overall time, and space complexity by 16%, 43%, 36%, and 22% compared to the existing deep learning methods.

帕金森病(PD)是一种慢性神经系统疾病,引起各种各样的运动和认知前驱症状。由于疾病的可变性,每个人的PD症状发展不同。本研究旨在引入KNN Imputed Spearman 's Rank和Jaccard卷积深度神经学习(KISRJCDNL)技术,用于基于语音分析的PD早期自动诊断。通过对PD的预处理和早期、精确的PD检测,提高了PD的诊断性能。从给定数据集中收集的一些信息最初被作为输入。然后,预处理阶段将原始数据转换为结构化格式。随后,采用Spearman的Rank Feature Selective和基于Jaccard index的四层卷积深度神经学习分类器,一个输入层,一个输出层和两个隐藏层,通过有效地执行数据分类来诊断PD。实验评估使用不同因素的PD数据集的早期生物标志物。研究结果表明,与现有的深度学习方法相比,所提出的KISRJCDNL技术将准确率提高了14%,将特征选择时间、错误率、总时间和空间复杂度分别降低了16%、43%、36%和22%。
{"title":"Spearman and Jaccard-Based Convolutional Deep Neural Learning for Early Parkinson’s Diagnosis","authors":"Vinoth Murali,&nbsp;Rajesh Natarajan,&nbsp;Francesco Flammini,&nbsp;Badria Sulaiman Alfurhood,&nbsp;C. M. Naveen Kumar,&nbsp;Sowmya V. L.","doi":"10.1155/int/6662826","DOIUrl":"https://doi.org/10.1155/int/6662826","url":null,"abstract":"<p>Parkinson’s disease (PD) is a chronic neurological condition causing an assortment of motor and cognitive prodromes. Each individual’s PD symptoms develop differently due to the variability of the ailment. This study aims to introduce the KNN Imputed Spearman’s Rank and Jaccard Convolutional Deep Neural Learning (KISRJCDNL) technique for automating early PD diagnosis depending on speech analysis. This work enhances disease diagnosis performance through preprocessing and early, precise PD detection. Several information collected from the given dataset are initially taken as input. Then, the preprocessing stage converts raw data into a structured format. Afterward, Spearman’s Rank Feature Selective and Jaccard Index–based Convolutional Deep Neural Learning Classifier with four layers, one input layer, one output layer, and two hidden layers, are deployed for diagnosing PD by efficiently performing the data classification. Experimental evaluation uses the Early Biomarkers of the PD dataset by different factors. Findings support the claim that the proposed KISRJCDNL technique enhances accuracy by 14%, reducing feature selection time, error rate, overall time, and space complexity by 16%, 43%, 36%, and 22% compared to the existing deep learning methods.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/6662826","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145223944","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Building a Universal Detector of AI-Generated Images Without Training on Them 在未经训练的情况下,构建人工智能生成图像的通用检测器
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-30 DOI: 10.1155/int/8530953
Ji Li, Kai Wang

Deep generative models are now capable of generating synthetic images with very high visual realism, often indistinguishable from real-world photographs. Such AI-generated images (AIGIs) can pose serious security concerns if used maliciously. Conventional AIGI detection methods are based on supervised learning and may have limited generalization ability. In this paper, we build a novel universal detector of AIGIs without the need to perform training on these images. Starting with a study on the effectiveness of various pretrained image models for the AIGI detection task, we then chose to build our detector based on the features of the popular CLIP model. Unlike existing methods, we use a small number of real images and their carefully processed counterparts as AIGI proxies during training, combined with a novel margin-based loss to promote generalization. Extensive experiments demonstrate the effectiveness of our method, outperforming existing supervised methods while not using any AIGI for training.

深度生成模型现在能够生成具有非常高的视觉真实感的合成图像,通常与现实世界的照片难以区分。这种人工智能生成的图像(AIGIs)如果被恶意使用,可能会造成严重的安全问题。传统的AIGI检测方法是基于监督学习的,泛化能力有限。在本文中,我们建立了一种新的通用的aigi检测器,而不需要对这些图像进行训练。从研究各种预训练图像模型对AIGI检测任务的有效性开始,我们选择基于流行的CLIP模型的特征来构建我们的检测器。与现有方法不同,我们在训练过程中使用少量真实图像及其经过仔细处理的对应图像作为AIGI代理,并结合一种新的基于边缘的损失来促进泛化。大量的实验证明了我们的方法的有效性,在不使用任何AIGI进行训练的情况下,优于现有的监督方法。
{"title":"Building a Universal Detector of AI-Generated Images Without Training on Them","authors":"Ji Li,&nbsp;Kai Wang","doi":"10.1155/int/8530953","DOIUrl":"https://doi.org/10.1155/int/8530953","url":null,"abstract":"<p>Deep generative models are now capable of generating synthetic images with very high visual realism, often indistinguishable from real-world photographs. Such AI-generated images (AIGIs) can pose serious security concerns if used maliciously. Conventional AIGI detection methods are based on supervised learning and may have limited generalization ability. In this paper, we build a novel universal detector of AIGIs without the need to perform training on these images. Starting with a study on the effectiveness of various pretrained image models for the AIGI detection task, we then chose to build our detector based on the features of the popular CLIP model. Unlike existing methods, we use a small number of real images and their carefully processed counterparts as AIGI proxies during training, combined with a novel margin-based loss to promote generalization. Extensive experiments demonstrate the effectiveness of our method, outperforming existing supervised methods while not using any AIGI for training.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/8530953","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145224509","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Exploring Kolmogorov–Arnold Networks for Interpretable Time Series Classification 探索可解释时间序列分类的Kolmogorov-Arnold网络
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-30 DOI: 10.1155/int/9553189
Irina Barašin, Blaž Bertalanič, Mihael Mohorčič, Carolina Fortuna

Time-series classification is a relevant step supporting decision-making processes in various domains, and deep neural models have shown promising performance in this respect. Despite significant advancements in deep learning, the theoretical understanding of how and why complex architectures function remains limited, prompting the need for more interpretable models. Recently, the Kolmogorov–Arnold Networks (KANs) have been proposed as a more interpretable alternative to deep learning. While KAN-related research is significantly rising, to date, the study of KAN architectures for time-series classification has been limited. In this paper, we aim to conduct a comprehensive and robust exploration of the KAN architecture for time-series classification utilizing 117 datasets from UCR benchmark archive, from multiple different domains. More specifically, we investigate (a) the transferability of reference architectures designed for regression to classification tasks, (b) the hyperparameter and implementation configurations for an architecture that best generalizes across 117 datasets, (c) the associated complexity trade-offs, and (d) KANs interpretability. Our results demonstrate that (1) the Efficient KAN outperforms MLPs in both performance and training times, showcasing its suitability for classification tasks. (2) Efficient KAN exhibits greater stability than the original KAN across grid sizes, depths, and layer configurations, especially when lower learning rates are employed. (3) KAN achieves competitive accuracy compared to state-of-the-art models such as HIVE-COTE2 and InceptionTime, while maintaining smaller architectures and faster training times, highlighting its favorable balance of performance and transparency. (4) The interpretability of the KAN model, as confirmed by SHAP analysis, reinforces its capacity for transparent decision-making.

时间序列分类是支持各个领域决策过程的相关步骤,深度神经模型在这方面表现出了良好的性能。尽管深度学习取得了重大进展,但对复杂架构如何以及为什么起作用的理论理解仍然有限,这促使人们需要更多可解释的模型。最近,Kolmogorov-Arnold网络(KANs)被认为是深度学习的一种更可解释的替代方案。虽然与KAN相关的研究正在显著增加,但到目前为止,用于时间序列分类的KAN架构的研究还很有限。在本文中,我们的目标是利用来自多个不同领域的UCR基准存档的117个数据集,对KAN架构进行全面而稳健的时间序列分类探索。更具体地说,我们研究了(a)为回归分类任务设计的参考架构的可移植性,(b)在117个数据集上进行最佳泛化的架构的超参数和实现配置,(c)相关的复杂性权衡,以及(d) kan的可解释性。我们的研究结果表明:(1)Efficient KAN在性能和训练时间上都优于mlp,显示了它对分类任务的适用性。(2)与原始KAN相比,高效KAN在网格大小、深度和层配置方面表现出更大的稳定性,尤其是在采用较低学习率时。(3)与HIVE-COTE2和InceptionTime等最先进的模型相比,KAN实现了具有竞争力的准确性,同时保持了更小的架构和更快的训练时间,突出了其性能和透明度的有利平衡。(4)经SHAP分析证实,KAN模型的可解释性增强了其透明决策的能力。
{"title":"Exploring Kolmogorov–Arnold Networks for Interpretable Time Series Classification","authors":"Irina Barašin,&nbsp;Blaž Bertalanič,&nbsp;Mihael Mohorčič,&nbsp;Carolina Fortuna","doi":"10.1155/int/9553189","DOIUrl":"https://doi.org/10.1155/int/9553189","url":null,"abstract":"<p>Time-series classification is a relevant step supporting decision-making processes in various domains, and deep neural models have shown promising performance in this respect. Despite significant advancements in deep learning, the theoretical understanding of how and why complex architectures function remains limited, prompting the need for more interpretable models. Recently, the Kolmogorov–Arnold Networks (KANs) have been proposed as a more interpretable alternative to deep learning. While KAN-related research is significantly rising, to date, the study of KAN architectures for time-series classification has been limited. In this paper, we aim to conduct a comprehensive and robust exploration of the KAN architecture for time-series classification utilizing 117 datasets from UCR benchmark archive, from multiple different domains. More specifically, we investigate (a) the transferability of reference architectures designed for regression to classification tasks, (b) the hyperparameter and implementation configurations for an architecture that best generalizes across 117 datasets, (c) the associated complexity trade-offs, and (d) KANs interpretability. Our results demonstrate that (1) the Efficient KAN outperforms MLPs in both performance and training times, showcasing its suitability for classification tasks. (2) Efficient KAN exhibits greater stability than the original KAN across grid sizes, depths, and layer configurations, especially when lower learning rates are employed. (3) KAN achieves competitive accuracy compared to state-of-the-art models such as HIVE-COTE2 and InceptionTime, while maintaining smaller architectures and faster training times, highlighting its favorable balance of performance and transparency. (4) The interpretability of the KAN model, as confirmed by SHAP analysis, reinforces its capacity for transparent decision-making.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/9553189","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145224510","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
PKDFIN: Prior Knowledge Distillation-Based Face Image Inpainting Network for Missing Regions PKDFIN:基于先验知识提取的缺失区域人脸图像补图网络
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-26 DOI: 10.1155/int/6897997
Guoyin Ren, Qidan Guo, Zhijie Yu, Bo Jiang, Gong Li, Dong Li, Xinsong Wang

Existing facial image inpainting methods demonstrate high reliance on the precision of prior knowledge. However, the acquisition of precise prior knowledge remains challenging, and the incorporation of predicted prior knowledge in the restoration process often leads to error propagation and accumulation, thereby compromising the reconstruction quality. To address this limitation, we propose a novel facial image inpainting framework that leverages knowledge distillation, which is specifically designed to mitigate error propagation caused by imprecise prior knowledge. More specifically, we develop a teacher network incorporating accurate facial prior information and establish a knowledge transfer mechanism between the teacher and student networks via knowledge distillation. During the training phase, the student network progressively acquires the prior information encoded in the teacher network, thus improving its restoration capability for missing or corrupted regions. Additionally, we introduce a Coordinate Attention Gated Convolution (CAG) module, which enables effective extraction of both structural and semantic features from intact regions. Experiments conducted on the public facial datasets (CelebA-HQ and FFHQ) show that our method achieves performance improvements over existing approaches in terms of multiple quantitative evaluation metrics, including PSNR, SSIM, MAE, and LPIPS. Thus, the knowledge transfer from teacher to student network via knowledge distillation significantly reduces the dependence on prior knowledge characteristic of existing methods, facilitating more precise and efficient facial image inpainting.

现有的人脸图像绘制方法高度依赖于先验知识的精度。然而,精确先验知识的获取仍然具有挑战性,并且在恢复过程中引入预测的先验知识往往会导致误差的传播和积累,从而影响重建质量。为了解决这一限制,我们提出了一种利用知识蒸馏的新型面部图像绘制框架,该框架专门用于减轻由不精确的先验知识引起的错误传播。具体而言,我们构建了包含准确面部先验信息的教师网络,并通过知识蒸馏建立了师生网络之间的知识转移机制。在训练阶段,学生网络逐步获取教师网络中编码的先验信息,从而提高其对缺失或损坏区域的恢复能力。此外,我们还引入了坐标注意门控卷积(CAG)模块,该模块能够有效地从完整区域中提取结构和语义特征。在公共面部数据集(CelebA-HQ和FFHQ)上进行的实验表明,我们的方法在多个定量评估指标(包括PSNR、SSIM、MAE和LPIPS)方面比现有方法取得了性能改进。因此,通过知识蒸馏从教师网络到学生网络的知识转移显著降低了对现有方法的先验知识特征的依赖,使得面部图像绘制更加精确和高效。
{"title":"PKDFIN: Prior Knowledge Distillation-Based Face Image Inpainting Network for Missing Regions","authors":"Guoyin Ren,&nbsp;Qidan Guo,&nbsp;Zhijie Yu,&nbsp;Bo Jiang,&nbsp;Gong Li,&nbsp;Dong Li,&nbsp;Xinsong Wang","doi":"10.1155/int/6897997","DOIUrl":"https://doi.org/10.1155/int/6897997","url":null,"abstract":"<p>Existing facial image inpainting methods demonstrate high reliance on the precision of prior knowledge. However, the acquisition of precise prior knowledge remains challenging, and the incorporation of predicted prior knowledge in the restoration process often leads to error propagation and accumulation, thereby compromising the reconstruction quality. To address this limitation, we propose a novel facial image inpainting framework that leverages knowledge distillation, which is specifically designed to mitigate error propagation caused by imprecise prior knowledge. More specifically, we develop a teacher network incorporating accurate facial prior information and establish a knowledge transfer mechanism between the teacher and student networks via knowledge distillation. During the training phase, the student network progressively acquires the prior information encoded in the teacher network, thus improving its restoration capability for missing or corrupted regions. Additionally, we introduce a Coordinate Attention Gated Convolution (CAG) module, which enables effective extraction of both structural and semantic features from intact regions. Experiments conducted on the public facial datasets (CelebA-HQ and FFHQ) show that our method achieves performance improvements over existing approaches in terms of multiple quantitative evaluation metrics, including PSNR, SSIM, MAE, and LPIPS. Thus, the knowledge transfer from teacher to student network via knowledge distillation significantly reduces the dependence on prior knowledge characteristic of existing methods, facilitating more precise and efficient facial image inpainting.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/6897997","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145146935","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep Learning-Driven Assessment of Student Movement and Performance Using Physiological Data in Physical Education Information Systems: An S-AIoT Solution 利用体育教育信息系统中的生理数据对学生运动和表现进行深度学习驱动评估:一个S-AIoT解决方案
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-26 DOI: 10.1155/int/9479311
Ping Liu, Elaheh Dastbaravardeh

This study bridges a crucial gap in athletic performance analysis by introducing a novel machine learning (ML) framework that leverages integrated physiological signals (from the DB 2.0 database) towards Sport Artificial Intelligence of Things (S-AIoT). Understanding athletic performance is key to developing effective training programs and enhancing overall physical education. However, traditional methods often fall short in capturing the nuances of human movement. Our primary goal is to develop an innovative method for accurately classifying sports activities using advanced analytical techniques that consider various physiological signals. This study aims to improve classification accuracy and provide real-time analytics for sports performance. To achieve this, we employ spatial and temporal attention mechanisms to dynamically weight critical signals, enabling precise tracking of movement transitions across different sports. The model is trained on comprehensive datasets comprising respiration rate, ECG, and heart rate (HR), providing a multifaceted analysis of athletic performance. Extensive experiments validate the model, which achieves a remarkable accuracy of 90.32%. It is the first model of its kind, outperforming established models like 1D convolutional neural network (CNN), LSTM, BiLSTM, and 1D CNN-BiLSTM. The model demonstrates strong generalization ability on unseen data, proving its effectiveness in diverse scenarios, and exhibits moderate noise resilience, enhancing its practical applicability.

这项研究通过引入一种新的机器学习(ML)框架,将综合生理信号(来自DB 2.0数据库)用于体育人工智能物联网(S-AIoT),弥合了运动表现分析的关键差距。了解运动员的表现是制定有效的训练计划和提高整体体育教育的关键。然而,传统的方法往往无法捕捉到人体运动的细微差别。我们的主要目标是开发一种创新的方法,使用先进的分析技术,考虑各种生理信号,准确分类体育活动。本研究旨在提高分类准确率,为运动表现提供实时分析。为了实现这一目标,我们采用空间和时间注意力机制来动态加权关键信号,从而精确跟踪不同运动的运动转换。该模型在包括呼吸率、心电图和心率(HR)在内的综合数据集上进行训练,提供对运动表现的多方面分析。大量的实验验证了该模型的准确性,达到了90.32%。它是同类模型中的第一个,优于现有模型,如1D卷积神经网络(CNN)、LSTM、BiLSTM和1D CNN-BiLSTM。该模型对未知数据具有较强的泛化能力,证明了其在多种场景下的有效性,并具有适度的噪声恢复能力,增强了模型的实用性。
{"title":"Deep Learning-Driven Assessment of Student Movement and Performance Using Physiological Data in Physical Education Information Systems: An S-AIoT Solution","authors":"Ping Liu,&nbsp;Elaheh Dastbaravardeh","doi":"10.1155/int/9479311","DOIUrl":"https://doi.org/10.1155/int/9479311","url":null,"abstract":"<p>This study bridges a crucial gap in athletic performance analysis by introducing a novel machine learning (ML) framework that leverages integrated physiological signals (from the DB 2.0 database) towards Sport Artificial Intelligence of Things (S-AIoT). Understanding athletic performance is key to developing effective training programs and enhancing overall physical education. However, traditional methods often fall short in capturing the nuances of human movement. Our primary goal is to develop an innovative method for accurately classifying sports activities using advanced analytical techniques that consider various physiological signals. This study aims to improve classification accuracy and provide real-time analytics for sports performance. To achieve this, we employ spatial and temporal attention mechanisms to dynamically weight critical signals, enabling precise tracking of movement transitions across different sports. The model is trained on comprehensive datasets comprising respiration rate, ECG, and heart rate (HR), providing a multifaceted analysis of athletic performance. Extensive experiments validate the model, which achieves a remarkable accuracy of 90.32%. It is the first model of its kind, outperforming established models like 1D convolutional neural network (CNN), LSTM, BiLSTM, and 1D CNN-BiLSTM. The model demonstrates strong generalization ability on unseen data, proving its effectiveness in diverse scenarios, and exhibits moderate noise resilience, enhancing its practical applicability.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/9479311","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145146934","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Time Series Forecasting Based on Multiscale Fusion Transformer in Finance 金融中基于多尺度融合变压器的时间序列预测
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-24 DOI: 10.1155/int/3890049
Guangxia Xu, Han Hu, Chuang Ma, Jiahui Li

Time series forecasting is significant in market research and decision-making in the financial sector, but the complexity and uncertainty of financial data pose challenges to accurate forecasting. Although deep learning methods, including transformers, have significantly improved the forecasting effect, these methods still have limitations in dealing with the multiscale features of financial time series and their complex serial correlation. They fail to fully utilize the frequency domain’s multiscale features and spatial relationships. For this situation, this study proposes a time series forecasting method based on the multiscale fusion transformer for financial data, which aims to extract significant periodic patterns using frequency domain analysis effectively. Besides, the multiscale attention mechanism and graph convolution module are introduced to realize the detailed modeling of the time series simultaneously, effectively capture the spatial relationship, and obtain the correlation between different series on multiple frequency scales. In this study, experimental validation is carried out on several financial time series datasets, and the findings demonstrate that the proposed approach positively impacts predicting accuracy.

时间序列预测在金融领域的市场研究和决策中具有重要意义,但金融数据的复杂性和不确定性给准确预测带来了挑战。尽管包括变压器在内的深度学习方法显著提高了预测效果,但这些方法在处理金融时间序列的多尺度特征及其复杂的序列相关性方面仍然存在局限性。它们没有充分利用频域的多尺度特征和空间关系。针对这种情况,本研究提出了一种基于多尺度融合变压器的金融数据时间序列预测方法,旨在利用频域分析有效提取重要的周期模式。同时引入多尺度注意机制和图卷积模块,实现对时间序列的精细建模,有效捕捉空间关系,获得不同序列在多个频率尺度上的相关性。在本研究中,对多个金融时间序列数据集进行了实验验证,结果表明该方法对预测精度有积极的影响。
{"title":"Time Series Forecasting Based on Multiscale Fusion Transformer in Finance","authors":"Guangxia Xu,&nbsp;Han Hu,&nbsp;Chuang Ma,&nbsp;Jiahui Li","doi":"10.1155/int/3890049","DOIUrl":"https://doi.org/10.1155/int/3890049","url":null,"abstract":"<p>Time series forecasting is significant in market research and decision-making in the financial sector, but the complexity and uncertainty of financial data pose challenges to accurate forecasting. Although deep learning methods, including transformers, have significantly improved the forecasting effect, these methods still have limitations in dealing with the multiscale features of financial time series and their complex serial correlation. They fail to fully utilize the frequency domain’s multiscale features and spatial relationships. For this situation, this study proposes a time series forecasting method based on the multiscale fusion transformer for financial data, which aims to extract significant periodic patterns using frequency domain analysis effectively. Besides, the multiscale attention mechanism and graph convolution module are introduced to realize the detailed modeling of the time series simultaneously, effectively capture the spatial relationship, and obtain the correlation between different series on multiple frequency scales. In this study, experimental validation is carried out on several financial time series datasets, and the findings demonstrate that the proposed approach positively impacts predicting accuracy.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/3890049","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145146373","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Steganography Defense Network Based on Simulation of Steganography Information Distribution 基于隐写信息分布仿真的隐写防御网络
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-24 DOI: 10.1155/int/9958912
Jinjin Liu, Sa Xue, Xinyu Zhang, Fengyuan Xiang, Yuanyuan Ma

In order to block the spread of illegal stego-image and reduce the erasing traces of steganography attacks on images, this paper proposes a steganography attack network based on simulation of steganography information distribution. First, a strategy of simulating steganography noise was adopted, and the distribution of steganography noise was learned by convolutional neural network, and a small amount of noise was added to the position of the secret message accurately to complete the attack on the steganography information, while protecting the image content to the maximum extent. In addition, different image recovery modules are designed in the deep network, such as the shallow feature extraction module, progressive attention recovery module, and detail feature reconstruction module, which collectively leverage hierarchical pixel features to mitigate discrepancies between reconstructed and original images while preserving visual fidelity before and after image attacks. Through two kinds of loss functions, the deep network model continuously optimizes the network performance to achieve the minimum degree of damage to the image content and the maximum degree of recovery of the reconstructed image. Experimental results show that the proposed method is superior to other methods in erasing secret message and restoring image quality.

为了阻止非法隐写图像的传播,减少隐写攻击对图像的擦除痕迹,本文提出了一种基于隐写信息分布仿真的隐写攻击网络。首先,采用模拟隐写噪声的策略,通过卷积神经网络学习隐写噪声的分布,并在密文的位置精确地加入少量噪声,完成对隐写信息的攻击,同时最大程度地保护图像内容。此外,在深度网络中设计了不同的图像恢复模块,如浅层特征提取模块、渐进注意力恢复模块和细节特征重建模块,这些模块共同利用分层像素特征来减轻重建图像与原始图像之间的差异,同时保持图像攻击前后的视觉保真度。通过两种损失函数,深度网络模型不断优化网络性能,以实现对图像内容的最小破坏程度和重构图像的最大恢复程度。实验结果表明,该方法在消除秘密信息和恢复图像质量方面优于其他方法。
{"title":"Steganography Defense Network Based on Simulation of Steganography Information Distribution","authors":"Jinjin Liu,&nbsp;Sa Xue,&nbsp;Xinyu Zhang,&nbsp;Fengyuan Xiang,&nbsp;Yuanyuan Ma","doi":"10.1155/int/9958912","DOIUrl":"https://doi.org/10.1155/int/9958912","url":null,"abstract":"<p>In order to block the spread of illegal stego-image and reduce the erasing traces of steganography attacks on images, this paper proposes a steganography attack network based on simulation of steganography information distribution. First, a strategy of simulating steganography noise was adopted, and the distribution of steganography noise was learned by convolutional neural network, and a small amount of noise was added to the position of the secret message accurately to complete the attack on the steganography information, while protecting the image content to the maximum extent. In addition, different image recovery modules are designed in the deep network, such as the shallow feature extraction module, progressive attention recovery module, and detail feature reconstruction module, which collectively leverage hierarchical pixel features to mitigate discrepancies between reconstructed and original images while preserving visual fidelity before and after image attacks. Through two kinds of loss functions, the deep network model continuously optimizes the network performance to achieve the minimum degree of damage to the image content and the maximum degree of recovery of the reconstructed image. Experimental results show that the proposed method is superior to other methods in erasing secret message and restoring image quality.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-24","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/9958912","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145146302","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Cross-Object Transfer Learning-Based Few-Shot Surface Defect Detection of Lithium Batteries 基于跨目标迁移学习的锂电池小片表面缺陷检测
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-23 DOI: 10.1155/int/4904188
Zhongsheng Chen, Bo Hu, Wang Zuo

Lithium batteries are one class of key components in new-energy vehicles, and surface defects are easily generated during production, causing serious threats to safety. Most deep learning methods of surface defect detection heavily rely on lots of high-quality labeled samples. Unfortunately, it is very difficult and expensive to prepare defect datasets of lithium batteries in practice. To deal with this issue, this paper presents cross-object transfer learning (COTL)–based few-shot surface defect detection of lithium batteries by resort to massive defect samples of other objects. The COTL model is composed of image preprocessing, feature extraction, feature fusion, and contrastive learning-based defect detection modules. The ResNeXt-101 network is used as the backbone to enhance feature extraction capability. The path aggregation feature pyramid network (PAFPN) is used to realize multiscale feature fusion. The contrastive learning branch is added to improve the discrimination ability among different categories of region proposals under few defect samples and increase the generalization ability. Then, experiments are done to testify the proposed method, where base-class defect dataset from other objects and new-class defect dataset from soft-pack lithium batteries are adopted for training and testing. Furthermore, model comparison and ablation studies are performed. The results show that the recall rate, the AP50, the mAP, and the F1 values of the COTL model are much better than those of other existing models when only using few defect samples. In particular, when there are only 30 new-class defect samples, the above four metrics of the COTL model are already larger than 0.90. The results testify that the proposed COTL model provides a more effective solution for few-shot surface defect detection of lithium batteries.

锂电池是新能源汽车的关键部件之一,在生产过程中容易产生表面缺陷,对安全造成严重威胁。大多数表面缺陷检测的深度学习方法严重依赖于大量高质量的标记样本。然而,在实际应用中,锂电池缺陷数据集的制备是非常困难和昂贵的。针对这一问题,本文提出了基于跨目标迁移学习(cross-object transfer learning, COTL)的锂电池小次表面缺陷检测方法,该方法利用大量其他物体的缺陷样本进行检测。该模型由图像预处理、特征提取、特征融合和基于对比学习的缺陷检测模块组成。采用ResNeXt-101网络作为主干,增强特征提取能力。采用路径聚合特征金字塔网络(PAFPN)实现多尺度特征融合。增加了对比学习分支,提高了在缺陷样本较少的情况下对不同类别区域建议的区分能力,提高了泛化能力。然后,通过实验验证了该方法的有效性,该方法采用来自其他对象的基本类缺陷数据集和来自软包锂电池的新类缺陷数据集进行训练和测试。此外,还进行了模型比较和消融研究。结果表明,在缺陷样本较少的情况下,COTL模型的召回率、AP50、mAP和F1值都明显优于现有模型。特别地,当只有30个新类缺陷样本时,COTL模型的上述四个度量已经大于0.90。结果表明,所提出的COTL模型为锂电池表面缺陷检测提供了更有效的解决方案。
{"title":"Cross-Object Transfer Learning-Based Few-Shot Surface Defect Detection of Lithium Batteries","authors":"Zhongsheng Chen,&nbsp;Bo Hu,&nbsp;Wang Zuo","doi":"10.1155/int/4904188","DOIUrl":"https://doi.org/10.1155/int/4904188","url":null,"abstract":"<p>Lithium batteries are one class of key components in new-energy vehicles, and surface defects are easily generated during production, causing serious threats to safety. Most deep learning methods of surface defect detection heavily rely on lots of high-quality labeled samples. Unfortunately, it is very difficult and expensive to prepare defect datasets of lithium batteries in practice. To deal with this issue, this paper presents cross-object transfer learning (COTL)–based few-shot surface defect detection of lithium batteries by resort to massive defect samples of other objects. The COTL model is composed of image preprocessing, feature extraction, feature fusion, and contrastive learning-based defect detection modules. The ResNeXt-101 network is used as the backbone to enhance feature extraction capability. The path aggregation feature pyramid network (PAFPN) is used to realize multiscale feature fusion. The contrastive learning branch is added to improve the discrimination ability among different categories of region proposals under few defect samples and increase the generalization ability. Then, experiments are done to testify the proposed method, where base-class defect dataset from other objects and new-class defect dataset from soft-pack lithium batteries are adopted for training and testing. Furthermore, model comparison and ablation studies are performed. The results show that the recall rate, the AP50, the mAP, and the F1 values of the COTL model are much better than those of other existing models when only using few defect samples. In particular, when there are only 30 new-class defect samples, the above four metrics of the COTL model are already larger than 0.90. The results testify that the proposed COTL model provides a more effective solution for few-shot surface defect detection of lithium batteries.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/4904188","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145146277","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Reliability Analysis Based on Aleatory and Epistemic Uncertainty Using Binary Decision Diagrams 基于选择性和认知不确定性的二元决策图可靠性分析
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-23 DOI: 10.1155/int/6471577
Elena Zaitseva, Vitaly Levashenko

The development of a mathematical model is an important step in reliability analysis. However, initial data are often not clearly defined, and some necessary information about the system’s behavior may be missing. Most mathematical models in reliability analysis primarily address aleatory uncertainty. However, recently, many problems in reliability analysis increasingly need to take into consideration epistemic uncertainty. Therefore, methods for developing mathematical models based on uncertain initial data should be refined to account for both aleatory and epistemic uncertainties. This is particularly true for models that represent a system using binary decision diagrams (BDDs). This paper proposes a new method for constructing a system’s mathematical model in the form of a BDD based on incomplete and uncertain data. Machine learning approaches and principles are employed in this method to account for the epistemic uncertainty of the initial data. A fuzzy classifier, specifically a fuzzy decision tree (FDT), is used to build a BDD from epistemically uncertain data. The use of a tree-based classifier allows simplifying the transformation between FDT and BDD.

数学模型的建立是可靠性分析的重要步骤。然而,初始数据通常没有明确定义,并且可能缺少有关系统行为的一些必要信息。可靠性分析中的大多数数学模型主要处理的是不确定性。然而,近年来,可靠性分析中的许多问题越来越需要考虑认知不确定性。因此,开发基于不确定初始数据的数学模型的方法应加以改进,以说明选择性和认识性的不确定性。对于使用二进制决策图(bdd)表示系统的模型尤其如此。本文提出了一种基于不完全不确定数据的系统数学模型的构建方法。该方法采用机器学习方法和原理来解释初始数据的认知不确定性。使用模糊分类器,特别是模糊决策树(FDT),从认知不确定的数据中构建BDD。使用基于树的分类器可以简化FDT和BDD之间的转换。
{"title":"Reliability Analysis Based on Aleatory and Epistemic Uncertainty Using Binary Decision Diagrams","authors":"Elena Zaitseva,&nbsp;Vitaly Levashenko","doi":"10.1155/int/6471577","DOIUrl":"https://doi.org/10.1155/int/6471577","url":null,"abstract":"<p>The development of a mathematical model is an important step in reliability analysis. However, initial data are often not clearly defined, and some necessary information about the system’s behavior may be missing. Most mathematical models in reliability analysis primarily address aleatory uncertainty. However, recently, many problems in reliability analysis increasingly need to take into consideration epistemic uncertainty. Therefore, methods for developing mathematical models based on uncertain initial data should be refined to account for both aleatory and epistemic uncertainties. This is particularly true for models that represent a system using binary decision diagrams (BDDs). This paper proposes a new method for constructing a system’s mathematical model in the form of a BDD based on incomplete and uncertain data. Machine learning approaches and principles are employed in this method to account for the epistemic uncertainty of the initial data. A fuzzy classifier, specifically a fuzzy decision tree (FDT), is used to build a BDD from epistemically uncertain data. The use of a tree-based classifier allows simplifying the transformation between FDT and BDD.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-23","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/6471577","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145146276","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deepfake Detection in Image Sequences: A Temporal Approach for Anomaly Detection 图像序列中的深度假检测:一种异常检测的时间方法
IF 3.7 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2025-09-22 DOI: 10.1155/int/8566328
Rongju Yao, Zhiqing Bai, Jing Tong, Khosro Rezaee

The rapid development of deepfake technology has led to the generation of a large amount of tampered video and image content, posing a major challenge to content authenticity verification. In particular, detecting deepfakes in image sequences (e.g., agricultural product packaging) is particularly difficult because the anomalies introduced by the tampering techniques are often subtle and temporally continuous. In this paper, we propose a new deepfake detection method based on time series, combining independent component analysis (FastICA) with anomaly detection techniques. We first apply FastICA to extract independent components from image sequences to identify anomalous visual patterns that are unique to deepfake tampering. In addition, we use an efficient anomaly detection algorithm, LSHiforest, to achieve scalable and accurate identification of suspicious sequences. Experimental results show that the proposed method can still detect deepfake content with high accuracy in challenging scenarios with complex temporal dynamics. Our work provides a promising solution for real-time and large-scale detection of deepfake content in dynamic media.

深度伪造技术的快速发展导致大量篡改视频和图像内容的产生,对内容真实性验证提出了重大挑战。特别是,检测图像序列中的深度伪造(例如,农产品包装)特别困难,因为篡改技术引入的异常通常是微妙的,并且在时间上是连续的。本文提出了一种新的基于时间序列的深度伪造检测方法,将独立分量分析(FastICA)与异常检测技术相结合。我们首先应用FastICA从图像序列中提取独立分量,以识别深度伪造篡改所特有的异常视觉模式。此外,我们还使用了一种高效的异常检测算法lshifforest来实现对可疑序列的可扩展和准确识别。实验结果表明,在具有复杂时间动态的挑战性场景下,该方法仍能以较高的准确率检测深度伪造内容。我们的工作为动态媒体中深度虚假内容的实时和大规模检测提供了一个有前途的解决方案。
{"title":"Deepfake Detection in Image Sequences: A Temporal Approach for Anomaly Detection","authors":"Rongju Yao,&nbsp;Zhiqing Bai,&nbsp;Jing Tong,&nbsp;Khosro Rezaee","doi":"10.1155/int/8566328","DOIUrl":"https://doi.org/10.1155/int/8566328","url":null,"abstract":"<p>The rapid development of deepfake technology has led to the generation of a large amount of tampered video and image content, posing a major challenge to content authenticity verification. In particular, detecting deepfakes in image sequences (e.g., agricultural product packaging) is particularly difficult because the anomalies introduced by the tampering techniques are often subtle and temporally continuous. In this paper, we propose a new deepfake detection method based on time series, combining independent component analysis (FastICA) with anomaly detection techniques. We first apply FastICA to extract independent components from image sequences to identify anomalous visual patterns that are unique to deepfake tampering. In addition, we use an efficient anomaly detection algorithm, LSHiforest, to achieve scalable and accurate identification of suspicious sequences. Experimental results show that the proposed method can still detect deepfake content with high accuracy in challenging scenarios with complex temporal dynamics. Our work provides a promising solution for real-time and large-scale detection of deepfake content in dynamic media.</p>","PeriodicalId":14089,"journal":{"name":"International Journal of Intelligent Systems","volume":"2025 1","pages":""},"PeriodicalIF":3.7,"publicationDate":"2025-09-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://onlinelibrary.wiley.com/doi/epdf/10.1155/int/8566328","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"145111397","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
International Journal of Intelligent Systems
全部 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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1