首页 > 最新文献

Applied Intelligence最新文献

英文 中文
An explainable graph neural network framework for illicit financial transaction detection 一种用于非法金融交易检测的可解释图神经网络框架
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-19 DOI: 10.1007/s10489-026-07138-9
Xiaosong He, Jie Huang, Kai Ma, Hongjing He, Min Li

Illicit financial activities in cryptocurrency transaction networks are becoming increasingly sophisticated, often involving multi-hop and high-order transaction paths that obscure their origins and complicate detection. Traditional rule-based or machine learning methods typically rely on static features and limited local structures, making them insufficient for uncovering deeply embedded anomalous behaviors. Graph Neural Networks (GNNs) have recently shown promise in modeling such relational data; however, most existing GNN-based approaches struggle to effectively capture high-order dependencies and often lack interpretability, which is critical in financial security applications. To address these challenges, this study proposes an explainable graph neural network framework for illicit transaction detection. The framework is built upon the Topology Adaptive Graph Convolutional Network (TAGCN), which allows flexible integration of higher-order neighborhood information to capture complex propagation patterns within transaction graphs. We have evaluated the model using the publicly available Elliptic dataset. Experimental results demonstrate that our method achieves an accuracy of 98.14%, a recall of 86.22%, a precision of 94.23%, an F1-score of 90.05%, and a Matthews correlation coefficient (MCC) of 0.8913, outperforming several baseline models. Furthermore, SHapley Additive exPlanations (SHAP) are employed to provide post hoc interpretability, offering transparent insights into model predictions and enhancing trustworthiness for regulatory decision-making. The proposed framework not only significantly improves detection performance but also enhances model transparency through interpretability, providing important theoretical value and practical potential for anti-money laundering and financial risk management applications.

加密货币交易网络中的非法金融活动正变得越来越复杂,通常涉及多跳和高阶交易路径,这些路径模糊了它们的起源,使检测变得复杂。传统的基于规则或机器学习方法通常依赖于静态特征和有限的局部结构,这使得它们不足以发现深度嵌入的异常行为。图神经网络(gnn)最近在建模这类关系数据方面显示出了前景;然而,大多数现有的基于gnn的方法难以有效地捕获高阶依赖关系,并且往往缺乏可解释性,这在金融安全应用中至关重要。为了解决这些挑战,本研究提出了一个可解释的图神经网络框架,用于非法交易检测。该框架建立在拓扑自适应图卷积网络(TAGCN)的基础上,它允许灵活地集成高阶邻域信息,以捕获事务图中的复杂传播模式。我们使用公开可用的Elliptic数据集评估了该模型。实验结果表明,该方法的准确率为98.14%,召回率为86.22%,精密度为94.23%,f1得分为90.05%,马修斯相关系数(MCC)为0.8913,优于几种基线模型。此外,采用SHapley加性解释(SHAP)提供事后解释性,为模型预测提供透明的见解,并提高监管决策的可信度。该框架不仅显著提高了检测性能,而且通过可解释性提高了模型的透明度,为反洗钱和金融风险管理应用提供了重要的理论价值和实践潜力。
{"title":"An explainable graph neural network framework for illicit financial transaction detection","authors":"Xiaosong He,&nbsp;Jie Huang,&nbsp;Kai Ma,&nbsp;Hongjing He,&nbsp;Min Li","doi":"10.1007/s10489-026-07138-9","DOIUrl":"10.1007/s10489-026-07138-9","url":null,"abstract":"<div><p>Illicit financial activities in cryptocurrency transaction networks are becoming increasingly sophisticated, often involving multi-hop and high-order transaction paths that obscure their origins and complicate detection. Traditional rule-based or machine learning methods typically rely on static features and limited local structures, making them insufficient for uncovering deeply embedded anomalous behaviors. Graph Neural Networks (GNNs) have recently shown promise in modeling such relational data; however, most existing GNN-based approaches struggle to effectively capture high-order dependencies and often lack interpretability, which is critical in financial security applications. To address these challenges, this study proposes an explainable graph neural network framework for illicit transaction detection. The framework is built upon the Topology Adaptive Graph Convolutional Network (TAGCN), which allows flexible integration of higher-order neighborhood information to capture complex propagation patterns within transaction graphs. We have evaluated the model using the publicly available Elliptic dataset. Experimental results demonstrate that our method achieves an accuracy of 98.14%, a recall of 86.22%, a precision of 94.23%, an F1-score of 90.05%, and a Matthews correlation coefficient (MCC) of 0.8913, outperforming several baseline models. Furthermore, SHapley Additive exPlanations (SHAP) are employed to provide post hoc interpretability, offering transparent insights into model predictions and enhancing trustworthiness for regulatory decision-making. The proposed framework not only significantly improves detection performance but also enhances model transparency through interpretability, providing important theoretical value and practical potential for anti-money laundering and financial risk management applications.</p></div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147340777","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A stacked ensemble of LSTM, GRU and XGBoost with residual learning for corn futures price forecasting 基于残差学习的LSTM、GRU和XGBoost叠加集成玉米期货价格预测
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-19 DOI: 10.1007/s10489-026-07087-3
Xin-Jiang He, Zezhou Chen, Sha Lin

Accurate prediction of corn futures prices is critical for global food security and agricultural risk management, yet existing deep learning models struggle to fully exploit residual patterns and integrate macroeconomic uncertainty factors effectively. We propose a three-stage hierarchical ensemble framework that synergizes Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) networks for complementary temporal modeling, followed by Extreme Gradient Boosting (XGBoost) for residual correction with multi-source feature fusion. Hyperparameters were systematically optimized via Optuna framework. Empirical evaluation on 1,196 trading days of Chinese corn futures data (March 2018 to February 2023) demonstrates that our approach achieves R² = 0.9286, representing a 2.69% improvement over simple averaging (R² = 0.9018) and 1.28% over the best single model (R² = 0.9167). Statistical significance is confirmed via Diebold-Mariano tests (p < 0.001), with RMSE reduced by 14.77%. Ablation studies reveal that macroeconomic factors, particularly interest rates (44.94%) and geopolitical risk (15.15%), contribute over 60% to predictive power. This framework provides a generalizable methodology for financial time series forecasting and demonstrates the critical role of uncertainty quantification in ensemble learning.

玉米期货价格的准确预测对全球粮食安全和农业风险管理至关重要,但现有的深度学习模型难以充分利用剩余模式并有效整合宏观经济不确定性因素。我们提出了一个三阶段的分层集成框架,该框架协同长短期记忆(LSTM)和门控循环单元(GRU)网络进行互补时间建模,然后使用极端梯度增强(XGBoost)通过多源特征融合进行残差校正。利用Optuna框架对超参数进行了系统优化。对2018年3月至2023年2月的1196个交易日的中国玉米期货数据进行实证评估,结果表明,本文方法达到R²= 0.9286,比简单平均模型(R²= 0.9018)提高2.69%,比最佳单一模型(R²= 0.9167)提高1.28%。通过Diebold-Mariano检验证实了统计学显著性(p < 0.001), RMSE降低了14.77%。消融研究表明,宏观经济因素,特别是利率(44.94%)和地缘政治风险(15.15%)对预测能力的贡献超过60%。该框架为金融时间序列预测提供了一种可推广的方法,并证明了不确定性量化在集成学习中的关键作用。
{"title":"A stacked ensemble of LSTM, GRU and XGBoost with residual learning for corn futures price forecasting","authors":"Xin-Jiang He,&nbsp;Zezhou Chen,&nbsp;Sha Lin","doi":"10.1007/s10489-026-07087-3","DOIUrl":"10.1007/s10489-026-07087-3","url":null,"abstract":"<div>\u0000 \u0000 <p>Accurate prediction of corn futures prices is critical for global food security and agricultural risk management, yet existing deep learning models struggle to fully exploit residual patterns and integrate macroeconomic uncertainty factors effectively. We propose a three-stage hierarchical ensemble framework that synergizes Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) networks for complementary temporal modeling, followed by Extreme Gradient Boosting (XGBoost) for residual correction with multi-source feature fusion. Hyperparameters were systematically optimized via Optuna framework. Empirical evaluation on 1,196 trading days of Chinese corn futures data (March 2018 to February 2023) demonstrates that our approach achieves R² = 0.9286, representing a 2.69% improvement over simple averaging (R² = 0.9018) and 1.28% over the best single model (R² = 0.9167). Statistical significance is confirmed via Diebold-Mariano tests (<i>p</i> &lt; 0.001), with RMSE reduced by 14.77%. Ablation studies reveal that macroeconomic factors, particularly interest rates (44.94%) and geopolitical risk (15.15%), contribute over 60% to predictive power. This framework provides a generalizable methodology for financial time series forecasting and demonstrates the critical role of uncertainty quantification in ensemble learning.</p>\u0000 </div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147340151","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hierarchical structure-guided incomplete multi-view tensor clustering 层次结构引导的不完全多视图张量聚类
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-18 DOI: 10.1007/s10489-025-07076-y
Jiaxin Yang, Qian Liu, Honglin Liu, Chunyan Yang, Wengeng Chen, Wenzhe Liu, Huibing Wang

With the increasing prevalence of incomplete multi-view data in practical situations, incomplete multi-view clustering (IMVC) has gained prominence as an essential methodology for processing incomplete and unlabeled multi-view data in real-world scenarios. Nevertheless, some irrelevant and insignificant data leads to sub-optimal solutions when directly modeling the raw data. And previous methods failed to fully utilize cross-view interactions, neglecting the consistency and heterogeneity among different views. Furthermore, the previous methods ignored multi-level data structures, thus limiting the exploration of hierarchical relationships. In response to the mentioned limitations, a novel method HSIMTC is proposed, which introduces a hierarchical tensor designed to harness multi-level data structures and intricate high-order correlations across multiple layers. Specifically, an orthogonal projection operator is optimized to filter out irrelevant content and extract the most critical and distinguishing features from the raw data for further analysis. In addition, dynamic cross-view cooperation facilitates information interaction and sufficiently explores consistency from different views. Meanwhile, a hierarchical tensor is first proposed which evolves bottom-up, unlike conventional flat modeling. Each layer not only consolidates internal structures from the other layers but also improves layer-to-layer interactions, enabling a deeper insight into multi-level data. Additionally, our method adopts an information simplification strategy to eliminate extraneous data and deeply analyzes the angular information of its principal direction, resulting in a more discriminative affinity matrix for spectral clustering. Experimental results on various benchmark datasets verify that HSIMTC achieves superior outcomes compared to current advanced algorithms.

随着不完整多视图数据在实际应用中的日益普及,不完整多视图聚类(IMVC)作为一种处理不完整和未标记多视图数据的重要方法得到了广泛的关注。然而,当直接对原始数据建模时,一些不相关和不重要的数据会导致次优解决方案。以往的方法未能充分利用跨视图交互作用,忽略了不同视图之间的一致性和异质性。此外,以前的方法忽略了多层次的数据结构,从而限制了对层次关系的探索。针对上述局限性,提出了一种新的HSIMTC方法,该方法引入了一个分层张量,旨在利用多层次数据结构和复杂的多层高阶相关性。具体来说,优化了一个正交投影算子来过滤掉不相关的内容,并从原始数据中提取出最关键和最显著的特征,以供进一步分析。此外,动态的跨视角合作促进了信息交互,充分挖掘了不同视角的一致性。同时,与传统的平面建模不同,提出了一种自下而上的分层张量模型。每一层不仅整合来自其他层的内部结构,而且还改进了层与层之间的交互,从而能够更深入地了解多层次数据。此外,我们的方法采用信息简化策略消除了多余的数据,并深入分析了其主方向的角度信息,从而得到了更具判别性的光谱聚类亲和矩阵。在各种基准数据集上的实验结果验证了HSIMTC与当前先进算法相比取得了更好的结果。
{"title":"Hierarchical structure-guided incomplete multi-view tensor clustering","authors":"Jiaxin Yang,&nbsp;Qian Liu,&nbsp;Honglin Liu,&nbsp;Chunyan Yang,&nbsp;Wengeng Chen,&nbsp;Wenzhe Liu,&nbsp;Huibing Wang","doi":"10.1007/s10489-025-07076-y","DOIUrl":"10.1007/s10489-025-07076-y","url":null,"abstract":"<div>\u0000 \u0000 <p>With the increasing prevalence of incomplete multi-view data in practical situations, incomplete multi-view clustering (IMVC) has gained prominence as an essential methodology for processing incomplete and unlabeled multi-view data in real-world scenarios. Nevertheless, some irrelevant and insignificant data leads to sub-optimal solutions when directly modeling the raw data. And previous methods failed to fully utilize cross-view interactions, neglecting the consistency and heterogeneity among different views. Furthermore, the previous methods ignored multi-level data structures, thus limiting the exploration of hierarchical relationships. In response to the mentioned limitations, a novel method HSIMTC is proposed, which introduces a hierarchical tensor designed to harness multi-level data structures and intricate high-order correlations across multiple layers. Specifically, an orthogonal projection operator is optimized to filter out irrelevant content and extract the most critical and distinguishing features from the raw data for further analysis. In addition, dynamic cross-view cooperation facilitates information interaction and sufficiently explores consistency from different views. Meanwhile, a hierarchical tensor is first proposed which evolves bottom-up, unlike conventional flat modeling. Each layer not only consolidates internal structures from the other layers but also improves layer-to-layer interactions, enabling a deeper insight into multi-level data. Additionally, our method adopts an information simplification strategy to eliminate extraneous data and deeply analyzes the angular information of its principal direction, resulting in a more discriminative affinity matrix for spectral clustering. Experimental results on various benchmark datasets verify that HSIMTC achieves superior outcomes compared to current advanced algorithms.</p>\u0000 </div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147340014","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
To fuse or not to fuse: enhancing military operation object detection with multimodal late fusion and color space optimization 融合与不融合:多模态后期融合与色彩空间优化增强军事作战目标检测
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-18 DOI: 10.1007/s10489-026-07142-z
Andrzej D. Dobrzycki, Ana M. Bernardos

Object detection in military operations faces critical challenges, including camouflaged targets and occlusion, where traditional RGB-based systems often fail. This study proposes a systematic framework for optimizing multimodal late fusion in object detection by integrating color space transformations with depth information. We contribute three key elements: (1) the development of the “militar-VALID” dataset, a specialized, defense-oriented collection of 6,054 images curated for challenging detection scenarios; (2) a comprehensive statistical evaluation framework comparing four late-fusion algorithms across 247 unique configurations; and (3) the hyperparameter optimization of the optimal fusion configuration through Bayesian search. Leveraging the YOLOv8-small architecture trained on eight parallel color representations (RGB, BGR, Grayscale, HSV, CIELab, YUV, YCrCb, and Depth), we establish that Weighted Boxes Fusion combining RGB, Depth, and HSV modalities delivers statistically significant improvements ((p le 0.001), Cliff’s (delta ge 0.8)). Specifically, this configuration achieves a 1.30% increase in mean Average Precision (mAP@50-95), a 3.20% improvement in precision, and a 3.22% enhancement in Average Precision (AP@50) for small objects compared to RGB-only baselines. Statistical analysis highlights the depth maps as the most impactful modality and HSV as the optimal color space complement. This work provides a quantitative framework for multimodal color space fusion in military object detection and discusses its implications for deployment in high-stakes operational environments.

军事行动中的目标探测面临着严峻的挑战,包括伪装目标和遮挡,传统的基于rgb的系统经常在这些方面失败。本文提出了一种基于深度信息和色彩空间变换的目标检测多模态后期融合优化框架。我们贡献了三个关键要素:(1)“military - valid”数据集的开发,这是一个专门的、面向国防的6,054张图像的集合,用于具有挑战性的检测场景;(2)综合统计评估框架,比较了247种独特配置的四种后期融合算法;(3)通过贝叶斯搜索对最优融合配置进行超参数优化。利用yolov8 -小型架构训练的八个并行颜色表示(RGB, BGR,灰度,HSV, CIELab, YUV, YCrCb和深度),我们建立加权盒融合结合RGB,深度和HSV模式提供统计显着的改进((p le 0.001),克里夫的(delta ge 0.8))。具体来说,这个配置实现了1.30% increase in mean Average Precision (mAP@50-95), a 3.20% improvement in precision, and a 3.22% enhancement in Average Precision (AP@50) for small objects compared to RGB-only baselines. Statistical analysis highlights the depth maps as the most impactful modality and HSV as the optimal color space complement. This work provides a quantitative framework for multimodal color space fusion in military object detection and discusses its implications for deployment in high-stakes operational environments.
{"title":"To fuse or not to fuse: enhancing military operation object detection with multimodal late fusion and color space optimization","authors":"Andrzej D. Dobrzycki,&nbsp;Ana M. Bernardos","doi":"10.1007/s10489-026-07142-z","DOIUrl":"10.1007/s10489-026-07142-z","url":null,"abstract":"<div><p>Object detection in military operations faces critical challenges, including camouflaged targets and occlusion, where traditional RGB-based systems often fail. This study proposes a systematic framework for optimizing multimodal late fusion in object detection by integrating color space transformations with depth information. We contribute three key elements: (1) the development of the “militar-VALID” dataset, a specialized, defense-oriented collection of 6,054 images curated for challenging detection scenarios; (2) a comprehensive statistical evaluation framework comparing four late-fusion algorithms across 247 unique configurations; and (3) the hyperparameter optimization of the optimal fusion configuration through Bayesian search. Leveraging the YOLOv8-small architecture trained on eight parallel color representations (RGB, BGR, Grayscale, HSV, CIELab, YUV, YCrCb, and Depth), we establish that Weighted Boxes Fusion combining RGB, Depth, and HSV modalities delivers statistically significant improvements (<span>(p le 0.001)</span>, Cliff’s <span>(delta ge 0.8)</span>). Specifically, this configuration achieves a 1.30% increase in mean Average Precision (mAP@50-95), a 3.20% improvement in precision, and a 3.22% enhancement in Average Precision (AP@50) for small objects compared to RGB-only baselines. Statistical analysis highlights the depth maps as the most impactful modality and HSV as the optimal color space complement. This work provides a quantitative framework for multimodal color space fusion in military object detection and discusses its implications for deployment in high-stakes operational environments.</p></div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://link.springer.com/content/pdf/10.1007/s10489-026-07142-z.pdf","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147340076","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
A hybrid machine learning model for flood prediction with recursive feature elimination informed by training performance 基于训练性能的递归特征消除洪水预测混合机器学习模型
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-18 DOI: 10.1007/s10489-025-06959-4
Liying Gong, Wai Lok Woo, Yue Ivan Wu, Xiujuan Zheng

Flooding is a devastating natural disaster that often causes inestimable human and economic loss. With historical data, flood forecasting with machine learning methods is considered an effective way to evaluate the potential risks in the concerned region. In this work, the recursive feature elimination (RFE) using SHapley Additive exPlanations (SHAP) is employed to select informative features, which iteratively evaluates feature importance and eliminates the least important features. With the least significant feature discarded, a one-dimension-reduced feature vector is formed for the next iteration, the proposed machine learning model is trained with the input samples of updated features. After this recursive feature elimination procedure, the selected features are finalized by finding the iteration where the model’s trained performance is optimal or dramatically drops. With the proposed recursive feature elimination, the training time of the conventional machine learning models, such as XGB, RF, and CatBoost, can be reduced by 17.8%, 56.0%, 30.6% while keeping the loss of prediction accuracy below 1%, respectively. Furthermore, a hybrid machine learning model integrating the conventional Catboost model and Random Forest model is proposed to evaluate flood susceptibility in flood-prone areas of Malawi, where numerical experiments showed its superiority over the individual models.

洪水是一种毁灭性的自然灾害,经常造成不可估量的人员和经济损失。利用历史数据,利用机器学习方法进行洪水预报被认为是评估相关地区潜在风险的有效方法。本文采用SHapley加性解释(SHAP)的递归特征消去(RFE)来选择信息特征,迭代地评估特征的重要性并消除最不重要的特征。丢弃最不重要的特征,形成一维降维特征向量用于下一次迭代,使用更新特征的输入样本训练所提出的机器学习模型。在这个递归特征消除过程之后,通过找到模型训练性能最优或急剧下降的迭代来最终确定所选特征。采用递归特征消去方法,XGB、RF、CatBoost等传统机器学习模型的训练时间分别减少了17.8%、56.0%、30.6%,预测精度损失保持在1%以下。此外,我们提出了一种结合传统Catboost模型和Random Forest模型的混合机器学习模型来评估马拉维洪水易发地区的洪水易发性,数值实验表明其优于单个模型。
{"title":"A hybrid machine learning model for flood prediction with recursive feature elimination informed by training performance","authors":"Liying Gong,&nbsp;Wai Lok Woo,&nbsp;Yue Ivan Wu,&nbsp;Xiujuan Zheng","doi":"10.1007/s10489-025-06959-4","DOIUrl":"10.1007/s10489-025-06959-4","url":null,"abstract":"<div><p>Flooding is a devastating natural disaster that often causes inestimable human and economic loss. With historical data, flood forecasting with machine learning methods is considered an effective way to evaluate the potential risks in the concerned region. In this work, the recursive feature elimination (RFE) using SHapley Additive exPlanations (SHAP) is employed to select informative features, which iteratively evaluates feature importance and eliminates the least important features. With the least significant feature discarded, a one-dimension-reduced feature vector is formed for the next iteration, the proposed machine learning model is trained with the input samples of updated features. After this recursive feature elimination procedure, the selected features are finalized by finding the iteration where the model’s trained performance is optimal or dramatically drops. With the proposed recursive feature elimination, the training time of the conventional machine learning models, such as XGB, RF, and CatBoost, can be reduced by 17.8%, 56.0%, 30.6% while keeping the loss of prediction accuracy below 1%, respectively. Furthermore, a hybrid machine learning model integrating the conventional Catboost model and Random Forest model is proposed to evaluate flood susceptibility in flood-prone areas of Malawi, where numerical experiments showed its superiority over the individual models.</p></div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147340075","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Extending neighborhood aggregation: fine-grained node representation learning for text-attributed graphs under community structures 扩展邻域聚合:社区结构下文本属性图的细粒度节点表示学习
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-18 DOI: 10.1007/s10489-026-07118-z
Yun Wang, Qiang Zhou, Tianhua Ran, Dedong Lu, Yunqi Mi, Naibin He, Xueming Qian, Guoshuai Zhao

Performing node classification in text-attributed graphs (TAGs) has become a critical area of research. While two-stage methods effectively address scalability by decoupling feature extraction from GNN training, they often suffer from a “structural gap” where global topology is ignored during text encoding, and local aggregation leads to feature oversmoothing. To bridge this gap, we propose DCD-CAWA, a framework that integrates community structures into both feature learning and message passing. Specifically, in the first stage, we employ Decoupled Community Detection (DCD) to generate structural priors. These are integrated with text attributes through an auxiliary multi-task fine-tuning strategy, forcing the language model to capture the correlations between semantic content and community membership. In the second stage, we introduce the Community-Aware Weighted Aggregation (CAWA) module. The workflow of CAWA involves computing dynamic attention weights between nodes and their respective community prototypes, allowing the model to adaptively refine node representations by emphasizing global community contexts. This approach not only eliminates discrepancies between static topology and dynamic features but also effectively mitigates oversmoothing by preserving community-level distinctiveness. Experimental results across multiple datasets demonstrate that DCD-CAWA significantly outperforms state-of-the-art baselines.

对文本属性图(tag)进行节点分类已成为一个重要的研究领域。虽然两阶段方法通过将特征提取与GNN训练分离,有效地解决了可扩展性问题,但它们经常受到“结构缺口”的影响,即在文本编码过程中忽略全局拓扑,并且局部聚合导致特征过度平滑。为了弥补这一差距,我们提出了DCD-CAWA,这是一个将社区结构集成到特征学习和消息传递中的框架。具体来说,在第一阶段,我们使用解耦社区检测(DCD)来生成结构先验。它们通过辅助的多任务微调策略与文本属性集成,迫使语言模型捕获语义内容和社区成员之间的相关性。第二阶段,引入社区感知加权聚合(CAWA)模块。CAWA的工作流程包括计算节点及其各自社区原型之间的动态关注权,允许模型通过强调全局社区上下文来自适应地改进节点表示。这种方法不仅消除了静态拓扑和动态特征之间的差异,而且通过保持社区级别的独特性有效地减轻了过度平滑。跨多个数据集的实验结果表明,DCD-CAWA显著优于最先进的基线。
{"title":"Extending neighborhood aggregation: fine-grained node representation learning for text-attributed graphs under community structures","authors":"Yun Wang,&nbsp;Qiang Zhou,&nbsp;Tianhua Ran,&nbsp;Dedong Lu,&nbsp;Yunqi Mi,&nbsp;Naibin He,&nbsp;Xueming Qian,&nbsp;Guoshuai Zhao","doi":"10.1007/s10489-026-07118-z","DOIUrl":"10.1007/s10489-026-07118-z","url":null,"abstract":"<div>\u0000 \u0000 <p>Performing node classification in text-attributed graphs (TAGs) has become a critical area of research. While two-stage methods effectively address scalability by decoupling feature extraction from GNN training, they often suffer from a “structural gap” where global topology is ignored during text encoding, and local aggregation leads to feature oversmoothing. To bridge this gap, we propose DCD-CAWA, a framework that integrates community structures into both feature learning and message passing. Specifically, in the first stage, we employ Decoupled Community Detection (DCD) to generate structural priors. These are integrated with text attributes through an auxiliary multi-task fine-tuning strategy, forcing the language model to capture the correlations between semantic content and community membership. In the second stage, we introduce the Community-Aware Weighted Aggregation (CAWA) module. The workflow of CAWA involves computing dynamic attention weights between nodes and their respective community prototypes, allowing the model to adaptively refine node representations by emphasizing global community contexts. This approach not only eliminates discrepancies between static topology and dynamic features but also effectively mitigates oversmoothing by preserving community-level distinctiveness. Experimental results across multiple datasets demonstrate that DCD-CAWA significantly outperforms state-of-the-art baselines.</p>\u0000 </div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147340077","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
EFNet: enhanced activation and fine-grained information auxiliary network for salient object detection EFNet:用于显著目标检测的增强激活和细粒度信息辅助网络
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-17 DOI: 10.1007/s10489-026-07103-6
Chao Yang, Zheng Guan, Xue Wang, Wenbi Ma

Salient object detection (SOD) aims to imitate the human visual system (HVS) to accurately locate and segment salient objects in the scenes. In particular, it has been very successful detection results in fully supervised salient object detection (FSOD) methods, but they rely on great labor costs to provide pixel-by-pixel labels. The unsupervised salient object detection (USOD) methods do not utilize artificial labels to detect the salient objects in the scenes to avoid the drawback of FSOD. The initial pseudo-labels required by current deep learning-based USOD inevitably introduce some non-salient noise and ignore some fine-grained information of salient objects. In this paper, we propose EFNet, a novel two-stage USOD method. Its core lies in an innovative pseudo-label initialization stage. This stage employs an Enhanced Activation Strategy (EAS) based on a hybrid attention mechanism to increase the weight of salient regions, reduce the weight of non-salient regions, and guide the model to efficiently extract salient knowledge from shallow to deep layers. Meanwhile, a Fine-grained Information Auxiliary Strategy (FIAS) based on upper and lower branches is introduced to capture the boundary and texture information of salient objects, thereby generating cleaner and more accurate pseudo-labels for training in the second stage. Extensive experiments conducted on five benchmark datasets prove that our method achieves state-of-the-art USOD performance.

显著目标检测(SOD)旨在模仿人类视觉系统(HVS)对场景中的显著目标进行准确定位和分割。特别是在完全监督的显著目标检测(FSOD)方法中已经取得了非常成功的检测结果,但它们依赖于巨大的人工成本来提供逐像素的标签。无监督显著目标检测(USOD)方法不利用人工标记来检测场景中的显著目标,避免了FSOD的缺点。当前基于深度学习的USOD所需的初始伪标签不可避免地引入了一些非显著噪声,忽略了一些显著对象的细粒度信息。本文提出了一种新的两阶段USOD方法EFNet。其核心在于创新的伪标签初始化阶段。该阶段采用基于混合注意机制的增强激活策略(Enhanced Activation Strategy, EAS),增加显著区域的权重,降低非显著区域的权重,引导模型从浅层向深层高效提取显著知识。同时,引入基于上下分支的细粒度信息辅助策略(FIAS)来捕获显著目标的边界和纹理信息,从而生成更清晰、更准确的伪标签,用于第二阶段的训练。在五个基准数据集上进行的大量实验证明,我们的方法达到了最先进的USOD性能。
{"title":"EFNet: enhanced activation and fine-grained information auxiliary network for salient object detection","authors":"Chao Yang,&nbsp;Zheng Guan,&nbsp;Xue Wang,&nbsp;Wenbi Ma","doi":"10.1007/s10489-026-07103-6","DOIUrl":"10.1007/s10489-026-07103-6","url":null,"abstract":"<div>\u0000 \u0000 <p>Salient object detection (SOD) aims to imitate the human visual system (HVS) to accurately locate and segment salient objects in the scenes. In particular, it has been very successful detection results in fully supervised salient object detection (FSOD) methods, but they rely on great labor costs to provide pixel-by-pixel labels. The unsupervised salient object detection (USOD) methods do not utilize artificial labels to detect the salient objects in the scenes to avoid the drawback of FSOD. The initial pseudo-labels required by current deep learning-based USOD inevitably introduce some non-salient noise and ignore some fine-grained information of salient objects. In this paper, we propose EFNet, a novel two-stage USOD method. Its core lies in an innovative pseudo-label initialization stage. This stage employs an Enhanced Activation Strategy (EAS) based on a hybrid attention mechanism to increase the weight of salient regions, reduce the weight of non-salient regions, and guide the model to efficiently extract salient knowledge from shallow to deep layers. Meanwhile, a Fine-grained Information Auxiliary Strategy (FIAS) based on upper and lower branches is introduced to capture the boundary and texture information of salient objects, thereby generating cleaner and more accurate pseudo-labels for training in the second stage. Extensive experiments conducted on five benchmark datasets prove that our method achieves state-of-the-art USOD performance.</p>\u0000 </div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147339752","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Hypergraph random field model for multiple object tracking in dense scenarios 密集场景下多目标跟踪的超图随机场模型
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-17 DOI: 10.1007/s10489-025-07063-3
Junwen Zhang, Xiaolong Zhang, Ziqi Zhu, Chunhua Deng

Multiple object tracking in dense scenes presents a significant challenge because of mutual occlusion and redundant detections, which can result in feature loss and cumulative error. To address these challenges, joint-detection-and-tracking frameworks based on the bipartite graph model have emerged as a popular paradigm. However, the bipartite graph model is often constrained by König’s minimax theorem, which postulates the need for one-to-one relationships in matching and equates the maximum number of matches with the minimum number of points covered. This restriction easily causes tracking failure for frequently appearing similarity targets. To overcome these limitations, this paper proposes a hypergraph random field model that uses domain hypernodes and trajectory hypernodes to differentiate targets on the basis of domain space features and trajectory fragments, respectively. This approach avoids cumulative error and enables one-to-many relationships for efficient tracking. Additionally, this paper presents an approximate solution that reduces the original complexity from (O(n^2)) to O(n). The experimental results on MOTChallenge demonstrate competitive performance, with a 1-2% improvement in MOTA compared with the baseline, particularly on MOT20, by almost 2%.

由于相互遮挡和冗余检测会导致特征丢失和累积误差,密集场景下的多目标跟踪面临着巨大的挑战。为了应对这些挑战,基于二部图模型的联合检测和跟踪框架已经成为一种流行的范式。然而,二部图模型经常受到König的极大极小定理的约束,该定理假定匹配中需要一对一的关系,并将最大匹配数等同于最小覆盖点数。这种限制很容易导致对频繁出现的相似目标的跟踪失败。为了克服这些局限性,本文提出了一种超图随机场模型,该模型利用域超节点和轨迹超节点分别基于域空间特征和轨迹碎片来区分目标。这种方法避免了累积错误,并支持一对多关系,以实现有效的跟踪。此外,本文还提出了一种近似解,将原始复杂度从(O(n^2))降低到O(n)。在MOTChallenge上的实验结果显示了竞争性能,具有1-2% improvement in MOTA compared with the baseline, particularly on MOT20, by almost 2%.
{"title":"Hypergraph random field model for multiple object tracking in dense scenarios","authors":"Junwen Zhang,&nbsp;Xiaolong Zhang,&nbsp;Ziqi Zhu,&nbsp;Chunhua Deng","doi":"10.1007/s10489-025-07063-3","DOIUrl":"10.1007/s10489-025-07063-3","url":null,"abstract":"<div>\u0000 \u0000 <p>Multiple object tracking in dense scenes presents a significant challenge because of mutual occlusion and redundant detections, which can result in feature loss and cumulative error. To address these challenges, joint-detection-and-tracking frameworks based on the bipartite graph model have emerged as a popular paradigm. However, the bipartite graph model is often constrained by König’s minimax theorem, which postulates the need for one-to-one relationships in matching and equates the maximum number of matches with the minimum number of points covered. This restriction easily causes tracking failure for frequently appearing similarity targets. To overcome these limitations, this paper proposes a hypergraph random field model that uses domain hypernodes and trajectory hypernodes to differentiate targets on the basis of domain space features and trajectory fragments, respectively. This approach avoids cumulative error and enables one-to-many relationships for efficient tracking. Additionally, this paper presents an approximate solution that reduces the original complexity from <span>(O(n^2))</span> to <i>O</i>(<i>n</i>). The experimental results on MOTChallenge demonstrate competitive performance, with a 1-2% improvement in MOTA compared with the baseline, particularly on MOT20, by almost 2%.</p>\u0000 </div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147339751","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Improving Non-IID federated survival analysis with data augmentation and gradient boosted trees 使用数据增强和梯度增强树改进非iid联邦生存分析
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-17 DOI: 10.1007/s10489-026-07147-8
Xinyi Zhang, Yi Zou, Yanni Huang, Shu Kay Ng, Hong Wang

Data-driven machine learning models have increasingly been applied to survival analysis in recent years. However, these models require sufficient training samples, which is often impractical due to privacy, security, and legal constraints. As a result, survival data is typically distributed across multiple institutions and cannot be directly aggregated. In this study, we propose DA-FedSurX, a federated survival analysis framework that integrates gradient boosted survival trees (GBST) with a data augmentation strategy to effectively analyze distributed and private survival data. Unlike previous deep learning-based federated survival models, DA-FedSurX employs histogram-based GBST, which improves computational efficiency while maintaining strong interpretability. Furthermore, our data augmentation component enhances model robustness under Non-IID data distributions, a common challenge in federated learning. Extensive experiments on both simulated and real-world survival datasets demonstrate that DA-FedSurX significantly outperforms state-of-the-art deep survival models, including DeepSurv, DeepHit, CoxCC, and NnetSurvival, in terms of predictive accuracy. These results confirm the potential of DA-FedSurX as an effective and interpretable solution for federated survival analysis.

近年来,数据驱动的机器学习模型越来越多地应用于生存分析。然而,这些模型需要足够的训练样本,由于隐私、安全和法律限制,这通常是不切实际的。因此,生存数据通常分布在多个机构中,无法直接汇总。在本研究中,我们提出了DA-FedSurX,这是一个联邦生存分析框架,将梯度增强生存树(GBST)与数据增强策略集成在一起,以有效分析分布式和私有生存数据。与之前基于深度学习的联邦生存模型不同,DA-FedSurX采用基于直方图的GBST,在保持强可解释性的同时提高了计算效率。此外,我们的数据增强组件增强了非iid数据分布下的模型鲁棒性,这是联邦学习中的一个常见挑战。在模拟和现实生存数据集上进行的大量实验表明,DA-FedSurX在预测精度方面明显优于最先进的深度生存模型,包括DeepSurv、DeepHit、CoxCC和NnetSurvival。这些结果证实了DA-FedSurX作为联邦生存分析有效且可解释的解决方案的潜力。
{"title":"Improving Non-IID federated survival analysis with data augmentation and gradient boosted trees","authors":"Xinyi Zhang,&nbsp;Yi Zou,&nbsp;Yanni Huang,&nbsp;Shu Kay Ng,&nbsp;Hong Wang","doi":"10.1007/s10489-026-07147-8","DOIUrl":"10.1007/s10489-026-07147-8","url":null,"abstract":"<div><p>Data-driven machine learning models have increasingly been applied to survival analysis in recent years. However, these models require sufficient training samples, which is often impractical due to privacy, security, and legal constraints. As a result, survival data is typically distributed across multiple institutions and cannot be directly aggregated. In this study, we propose DA-FedSurX, a federated survival analysis framework that integrates gradient boosted survival trees (GBST) with a data augmentation strategy to effectively analyze distributed and private survival data. Unlike previous deep learning-based federated survival models, DA-FedSurX employs histogram-based GBST, which improves computational efficiency while maintaining strong interpretability. Furthermore, our data augmentation component enhances model robustness under Non-IID data distributions, a common challenge in federated learning. Extensive experiments on both simulated and real-world survival datasets demonstrate that DA-FedSurX significantly outperforms state-of-the-art deep survival models, including DeepSurv, DeepHit, CoxCC, and NnetSurvival, in terms of predictive accuracy. These results confirm the potential of DA-FedSurX as an effective and interpretable solution for federated survival analysis.</p></div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147339750","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Label distribution learning via robust interval estimation 基于鲁棒区间估计的标签分布学习
IF 3.5 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-17 DOI: 10.1007/s10489-026-07101-8
Peiqiu Yu, Xiuyi Jia

Label distribution learning is a popular learning paradigm for dealing with label polysemy scenarios, providing rich semantic information and being applied in many practical tasks. However, annotating training label distributions is challenging, which inevitably introduces uncertainty, noise, and bias into the label distribution. To mitigate this issue, this paper proposes a label distribution learning method based on the estimation of label distribution robust intervals. Specifically, we first establish robust interval estimation methods for the label distribution, which captures the uncertainty in the label distribution. Subsequently, we propose a loss function and a corresponding label distribution learning algorithm, which measure the training error of the robust interval and predict the label distribution. Extensive experiments are conducted to validate the effectiveness of the proposed algorithm. The results demonstrate that the algorithm presented in this paper statistically outperforms comparison algorithms and achieves optimal performance in (varvec{90.63%}) of cases.

标签分布学习是处理标签多义场景的一种流行的学习范式,提供了丰富的语义信息,在许多实际任务中得到了应用。然而,标注训练标签分布是具有挑战性的,这不可避免地会给标签分布带来不确定性、噪声和偏差。为了解决这一问题,本文提出了一种基于标签分布鲁棒区间估计的标签分布学习方法。具体而言,我们首先建立了标签分布的鲁棒区间估计方法,该方法捕获了标签分布中的不确定性。随后,我们提出了一种损失函数和相应的标签分布学习算法,测量鲁棒区间的训练误差并预测标签分布。大量的实验验证了该算法的有效性。结果表明,本文提出的算法在统计上优于比较算法,并在(varvec{90.63%})的情况下达到最优性能。
{"title":"Label distribution learning via robust interval estimation","authors":"Peiqiu Yu,&nbsp;Xiuyi Jia","doi":"10.1007/s10489-026-07101-8","DOIUrl":"10.1007/s10489-026-07101-8","url":null,"abstract":"<div>\u0000 \u0000 <p>Label distribution learning is a popular learning paradigm for dealing with label polysemy scenarios, providing rich semantic information and being applied in many practical tasks. However, annotating training label distributions is challenging, which inevitably introduces uncertainty, noise, and bias into the label distribution. To mitigate this issue, this paper proposes a label distribution learning method based on the estimation of label distribution robust intervals. Specifically, we first establish robust interval estimation methods for the label distribution, which captures the uncertainty in the label distribution. Subsequently, we propose a loss function and a corresponding label distribution learning algorithm, which measure the training error of the robust interval and predict the label distribution. Extensive experiments are conducted to validate the effectiveness of the proposed algorithm. The results demonstrate that the algorithm presented in this paper statistically outperforms comparison algorithms and achieves optimal performance in <span>(varvec{90.63%})</span> of cases.</p>\u0000 </div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"56 4","pages":""},"PeriodicalIF":3.5,"publicationDate":"2026-02-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147339778","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Applied Intelligence
全部 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