首页 > 最新文献

IEEE Transactions on Knowledge and Data Engineering最新文献

英文 中文
2025 Reviewers List 2025审稿人名单
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-02-12 DOI: 10.1109/TKDE.2026.3652658
{"title":"2025 Reviewers List","authors":"","doi":"10.1109/TKDE.2026.3652658","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3652658","url":null,"abstract":"","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"2108-2121"},"PeriodicalIF":10.4,"publicationDate":"2026-02-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=11395241","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162185","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
XiYan-SQL: A Novel Multi-Generator Framework for Text-to-SQL XiYan-SQL:一个新的文本到sql的多生成器框架
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-26 DOI: 10.1109/TKDE.2026.3657851
Yifu Liu;Yin Zhu;Yingqi Gao;Zhiling Luo;Xiaoxia Li;Xiaorong Shi;Yuntao Hong;Jinyang Gao;Yu Li;Bolin Ding;Jingren Zhou
To leverage the advantages of LLM in addressing challenges in the Text-to-SQL task, we present XiYan-SQL, an innovative framework effectively generating and utilizing multiple SQL candidates. It consists of three components: 1) a Schema Filter module filtering and obtaining multiple relevant schemas; 2) a multi-generator ensemble approach generating multiple high-quality and diverse SQL queries; 3) a selection model with a candidate reorganization strategy implemented to obtain the optimal SQL query. Specifically, for the multi-generator ensemble, we employ a multi-task fine-tuning strategy to enhance the capabilities of SQL generation models for the intrinsic alignment between SQL and text, and construct multiple generation models with distinct generation styles by fine-tuning across different SQL formats. The experimental results and comprehensive analysis demonstrate the effectiveness and robustness of our framework. Overall, XiYan-SQL achieves a new SOTA performance of 75.63% on the notable BIRD benchmark, surpassing all previous methods. It also attains SOTA performance on the Spider test set with an accuracy of 89.65%.
为了利用法学硕士在解决文本到SQL任务中的挑战方面的优势,我们提出了XiYan-SQL,这是一个创新的框架,可以有效地生成和利用多个SQL候选项。它由三个部分组成:1)Schema Filter模块对多个相关模式进行过滤和获取;2)多生成器集成方法生成多个高质量和多样化的SQL查询;3)实现了一个带有候选重组策略的选择模型,以获得最优SQL查询。具体而言,对于多生成器集成,我们采用多任务微调策略来增强SQL生成模型在SQL和文本之间的内在对齐能力,并通过跨不同SQL格式的微调来构建具有不同生成样式的多个生成模型。实验结果和综合分析证明了该框架的有效性和鲁棒性。总体而言,XiYan-SQL在著名的BIRD基准上实现了75.63%的SOTA性能,超过了之前所有的方法。它在Spider测试集上也达到了SOTA性能,准确率为89.65%。
{"title":"XiYan-SQL: A Novel Multi-Generator Framework for Text-to-SQL","authors":"Yifu Liu;Yin Zhu;Yingqi Gao;Zhiling Luo;Xiaoxia Li;Xiaorong Shi;Yuntao Hong;Jinyang Gao;Yu Li;Bolin Ding;Jingren Zhou","doi":"10.1109/TKDE.2026.3657851","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3657851","url":null,"abstract":"To leverage the advantages of LLM in addressing challenges in the Text-to-SQL task, we present XiYan-SQL, an innovative framework effectively generating and utilizing multiple SQL candidates. It consists of three components: 1) a Schema Filter module filtering and obtaining multiple relevant schemas; 2) a multi-generator ensemble approach generating multiple high-quality and diverse SQL queries; 3) a selection model with a candidate reorganization strategy implemented to obtain the optimal SQL query. Specifically, for the multi-generator ensemble, we employ a multi-task fine-tuning strategy to enhance the capabilities of SQL generation models for the intrinsic alignment between SQL and text, and construct multiple generation models with distinct generation styles by fine-tuning across different SQL formats. The experimental results and comprehensive analysis demonstrate the effectiveness and robustness of our framework. Overall, XiYan-SQL achieves a new SOTA performance of 75.63% on the notable BIRD benchmark, surpassing all previous methods. It also attains SOTA performance on the Spider test set with an accuracy of 89.65%.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 4","pages":"2474-2487"},"PeriodicalIF":10.4,"publicationDate":"2026-01-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147374362","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
Toward Federated Learning of Deep Graph Neural Networks 深度图神经网络的联邦学习研究
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-22 DOI: 10.1109/TKDE.2026.3652029
Zhihua Tian;Yuan Ding;Rui Zhang;Yao Tang;Jian Liu;Kui Ren
Federated graph learning (FGL) aims to collaboratively train graph neural networks (GNNs) among multiple clients, where each client owns a subgraph of a global model. A key challenge in FGL arises from the possible interconnections between nodes distributed across different subgraphs, leading to an incomplete capture of neighborhood knowledge within the graph. Existing FGL frameworks attempt to learn missing neighborhood knowledge by generating pseudo nodes or transmitting missing node embedding directly across clients, which is either only suitable to 1-hop neighbor nodes or comes with high communication costs when training deeper GNNs. In this paper, we propose a novel framework for FGL named $text{Fed}^{2}text{GNN}$ that could fully capture neighborhood knowledge while achieving low communication costs. More specifically, we propose ego-tree, a new graph structure that is easy to build and allows us to reconstruct the neighborhood faithfully. Furthermore, we design an encoder-decoder-based method to build ego-tree. The encoder enables clients to transmit encoded information essential for tree construction with minimal communication costs, while the decoder empowers clients to build the ego-tree by decoding the received information. Extensive experiments on real-world network datasets show the effectiveness of our framework for training deep GNNs and about 100× less communication compared to prior works.
联邦图学习(FGL)旨在在多个客户端之间协作训练图神经网络(gnn),其中每个客户端拥有全局模型的子图。FGL的一个关键挑战来自分布在不同子图上的节点之间可能存在的相互连接,导致图中邻域知识的不完全捕获。现有的FGL框架试图通过生成伪节点或直接跨客户端传输缺失节点嵌入来学习缺失邻居知识,这些方法要么只适用于1跳邻居节点,要么在训练更深层次gnn时通信成本较高。在本文中,我们提出了一个新的FGL框架$text{Fed}^{2}text{GNN}$,该框架可以在实现低通信成本的同时充分捕获邻域知识。更具体地说,我们提出了ego-tree,这是一种易于构建的新图结构,并允许我们忠实地重建邻域。此外,我们还设计了一种基于编码器-解码器的自我树构建方法。编码器使客户能够以最小的通信成本传输构建树所必需的编码信息,而解码器使客户能够通过解码接收到的信息来构建自我树。在真实网络数据集上的大量实验表明,我们的框架在训练深度gnn方面是有效的,并且与之前的工作相比,通信减少了约100倍。
{"title":"Toward Federated Learning of Deep Graph Neural Networks","authors":"Zhihua Tian;Yuan Ding;Rui Zhang;Yao Tang;Jian Liu;Kui Ren","doi":"10.1109/TKDE.2026.3652029","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3652029","url":null,"abstract":"Federated graph learning (FGL) aims to collaboratively train graph neural networks (GNNs) among multiple clients, where each client owns a subgraph of a global model. A key challenge in FGL arises from the possible interconnections between nodes distributed across different subgraphs, leading to an incomplete capture of neighborhood knowledge within the graph. Existing FGL frameworks attempt to learn missing neighborhood knowledge by generating pseudo nodes or transmitting missing node embedding directly across clients, which is either only suitable to 1-hop neighbor nodes or comes with high communication costs when training deeper GNNs. In this paper, we propose a novel framework for FGL named <inline-formula><tex-math>$text{Fed}^{2}text{GNN}$</tex-math></inline-formula> that could fully capture neighborhood knowledge while achieving low communication costs. More specifically, we propose ego-tree, a new graph structure that is easy to build and allows us to reconstruct the neighborhood faithfully. Furthermore, we design an encoder-decoder-based method to build ego-tree. The encoder enables clients to transmit encoded information essential for tree construction with minimal communication costs, while the decoder empowers clients to build the ego-tree by decoding the received information. Extensive experiments on real-world network datasets show the effectiveness of our framework for training deep GNNs and about 100× less communication compared to prior works.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"2028-2039"},"PeriodicalIF":10.4,"publicationDate":"2026-01-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162189","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
Privacy-Preserving Graph Similarity Matching Query Over Encrypted Graph Database 加密图数据库中保持隐私的图相似度匹配查询
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-21 DOI: 10.1109/TKDE.2026.3656414
Xinrui Ge;Jia Yu;Rong Hao
Privacy-Preserving Graph Similarity matching Query (PPGSQ) can retrieve the encrypted data graphs that approximately match with the encrypted query graph from the graph database. Existing PPGSQ schemes adopt the pivot filter and the global filter to measure the similarity of two graphs, which leads to heavy computation burden for clients and many mismatched data graphs cannot be filtered out. In addition, traversing the whole graph database to execute PPGSQ can greatly affect the query efficiency. To address these issues, we propose two privacy-preserving graph similarity matching query schemes in this paper. We first present a basic scheme with linear query complexity. We adopt the branch-based lower bound of edit distance to efficiently measure the similarity of two encrypted graphs, which can reduce the computation overhead for clients and improve the lower bound of MGED. In order to facilitate effective pruning and enhance the query efficiency, we give an improved scheme by designing a novel tree-based secure index, which can realize the sublinear query complexity. Our schemes can achieve the necessary privacy without losing the ability of querying. To further protect the number of branches/vertices, we give a succinct discussion on how to use homomorphic Paillier encryption to encrypt this number. We analyze the security of our schemes, and conduct the experiments evaluation on a real-world graph database to show the efficiency of the proposed schemes.
保持隐私的图相似度匹配查询(PPGSQ)可以从图数据库中检索到与加密查询图近似匹配的加密数据图。现有的PPGSQ方案采用枢轴滤波器和全局滤波器来度量两个图的相似度,这导致客户端计算负担很大,并且无法过滤掉许多不匹配的数据图。此外,遍历整个图数据库来执行PPGSQ会极大地影响查询效率。为了解决这些问题,本文提出了两种保护隐私的图相似度匹配查询方案。我们首先提出了一个具有线性查询复杂度的基本方案。我们采用基于分支的编辑距离下界来有效地度量两个加密图的相似度,减少了客户端的计算开销,提高了MGED的下界。为了便于有效的剪枝,提高查询效率,提出了一种改进方案,设计了一种新的基于树的安全索引,实现了亚线性查询复杂度。我们的方案可以在不丧失查询能力的情况下实现必要的隐私。为了进一步保护分支/顶点的数目,我们简要讨论了如何使用同态Paillier加密来加密这个数目。我们分析了这些方案的安全性,并在一个真实的图形数据库上进行了实验评估,以证明所提出方案的有效性。
{"title":"Privacy-Preserving Graph Similarity Matching Query Over Encrypted Graph Database","authors":"Xinrui Ge;Jia Yu;Rong Hao","doi":"10.1109/TKDE.2026.3656414","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3656414","url":null,"abstract":"Privacy-Preserving Graph Similarity matching Query (PPGSQ) can retrieve the encrypted data graphs that approximately match with the encrypted query graph from the graph database. Existing PPGSQ schemes adopt the pivot filter and the global filter to measure the similarity of two graphs, which leads to heavy computation burden for clients and many mismatched data graphs cannot be filtered out. In addition, traversing the whole graph database to execute PPGSQ can greatly affect the query efficiency. To address these issues, we propose two privacy-preserving graph similarity matching query schemes in this paper. We first present a basic scheme with linear query complexity. We adopt the branch-based lower bound of edit distance to efficiently measure the similarity of two encrypted graphs, which can reduce the computation overhead for clients and improve the lower bound of MGED. In order to facilitate effective pruning and enhance the query efficiency, we give an improved scheme by designing a novel tree-based secure index, which can realize the sublinear query complexity. Our schemes can achieve the necessary privacy without losing the ability of querying. To further protect the number of branches/vertices, we give a succinct discussion on how to use homomorphic Paillier encryption to encrypt this number. We analyze the security of our schemes, and conduct the experiments evaluation on a real-world graph database to show the efficiency of the proposed schemes.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"1932-1945"},"PeriodicalIF":10.4,"publicationDate":"2026-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162201","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
Optimizing KBQA by Correcting LLM-Generated Non-Executable Logical Form Through Knowledge-Assisted Path Reconstruction 通过知识辅助路径重构修正llm生成的不可执行逻辑形式优化KBQA
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-21 DOI: 10.1109/TKDE.2026.3656646
Ranran Bu;Jianqi Gao;Jian Cao;Hongming Cai;Jinghua Tang;Yonggang Zhang
Knowledge base question answering (KBQA) refers to the task of answering natural language questions using factual information from large-scale knowledge bases (KBs). To obtain accurate answers, recent research optimizes semantic parsing methods, a major KBQA approach, with large language models (LLMs), where concise logical forms (LFs) are generated by LLMs and executed in KBs. Although these methods demonstrate superior performance, they still encounter the problem that some generated LFs fail to yield answers when executed, significantly limiting their effectiveness. To mitigate this issue, we propose KARV, a Knowledge-Assisted reasoning path Reconstruction and hierarchical Voting approach for non-executable LFs. This method extracts semantic knowledge from KBs as guidance to correct and reconstruct reasoning paths, deriving answers through a voting-based strategy. The insight is that non-executable LFs generated by LLMs still contain rich semantic information, and the knowledge retrieved from KBs can effectively correct them. Specifically, we fine-tune LLMs to generate high-quality LFs, and the nonexecutable LFs are decomposed into multiple path branches based on mentioned entities. Semantic knowledge from KBs is then leveraged to correct the entities and relations within these branches, effectively reconstructing the reasoning paths. To obtain precise final answers, we apply a hierarchical voting strategy both within and across the non-executable LFs. Our proposed method achieves state-of-the-art performance on benchmarks including WebQuestionSP (WebQSP), ComplexWebQuestions (CWQ), and FreebaseQA.
知识库问答(KBQA)是指利用大规模知识库中的事实信息来回答自然语言问题的任务。为了获得准确的答案,最近的研究优化了语义解析方法,这是一种主要的KBQA方法,使用大型语言模型(llm),其中简洁的逻辑形式(lf)由llm生成并在KBs中执行。尽管这些方法表现出优异的性能,但它们仍然遇到一些生成的LFs在执行时无法产生答案的问题,这大大限制了它们的有效性。为了缓解这个问题,我们提出了KARV,一种知识辅助推理路径重构和分层投票的非可执行LFs方法。该方法从KBs中提取语义知识,作为纠正和重建推理路径的指导,通过基于投票的策略获得答案。我们的见解是,由llm生成的不可执行的LFs仍然包含丰富的语义信息,并且从KBs中检索的知识可以有效地纠正它们。具体来说,我们对llm进行微调以生成高质量的LFs,并且根据提到的实体将不可执行的LFs分解为多个路径分支。然后利用KBs的语义知识来纠正这些分支中的实体和关系,有效地重建推理路径。为了获得精确的最终答案,我们在非可执行lf内部和之间应用分层投票策略。我们提出的方法在包括WebQuestionSP (WebQSP)、ComplexWebQuestions (CWQ)和FreebaseQA在内的基准测试中实现了最先进的性能。
{"title":"Optimizing KBQA by Correcting LLM-Generated Non-Executable Logical Form Through Knowledge-Assisted Path Reconstruction","authors":"Ranran Bu;Jianqi Gao;Jian Cao;Hongming Cai;Jinghua Tang;Yonggang Zhang","doi":"10.1109/TKDE.2026.3656646","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3656646","url":null,"abstract":"Knowledge base question answering (KBQA) refers to the task of answering natural language questions using factual information from large-scale knowledge bases (KBs). To obtain accurate answers, recent research optimizes semantic parsing methods, a major KBQA approach, with large language models (LLMs), where concise logical forms (LFs) are generated by LLMs and executed in KBs. Although these methods demonstrate superior performance, they still encounter the problem that some generated LFs fail to yield answers when executed, significantly limiting their effectiveness. To mitigate this issue, we propose KARV, a <italic>K</i>nowledge-<italic>A</i>ssisted reasoning path <italic>R</i>econstruction and hierarchical <italic>V</i>oting approach for non-executable LFs. This method extracts semantic knowledge from KBs as guidance to correct and reconstruct reasoning paths, deriving answers through a voting-based strategy. The insight is that non-executable LFs generated by LLMs still contain rich semantic information, and the knowledge retrieved from KBs can effectively correct them. Specifically, we fine-tune LLMs to generate high-quality LFs, and the nonexecutable LFs are decomposed into multiple path branches based on mentioned entities. Semantic knowledge from KBs is then leveraged to correct the entities and relations within these branches, effectively reconstructing the reasoning paths. To obtain precise final answers, we apply a hierarchical voting strategy both within and across the non-executable LFs. Our proposed method achieves state-of-the-art performance on benchmarks including WebQuestionSP (WebQSP), ComplexWebQuestions (CWQ), and FreebaseQA.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"1871-1884"},"PeriodicalIF":10.4,"publicationDate":"2026-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162192","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
HCGBot: Learning Homophilous Context Graphs for Twitter Bot Detection HCGBot:学习同构上下文图用于Twitter机器人检测
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-21 DOI: 10.1109/TKDE.2026.3656720
Herun Wan;Minnan Luo;Jihong Wang;Xiaojun Chang;Qinghua Zheng
Graph-based Twitter bot detectors are proven more effective than feature-based and text-based. Mainstream detectors only employ friend relationships, bringing two limitations: (i) friend relationships are sparse, ignoring implicit interactions between users, and (ii) bots would follow humans to expand their influence, challenging the homophily principle. This paper aims to learn a homophilous context graph containing implicit interactions, which faces two challenges: (i) existing homophily measures are influenced by the class distribution, which is not suitable for the class imbalance situation of bot detection, and (ii) existing graph learning paradigm would introduce noisy neighbors and consume computing resources. To this end, we first propose a class-independent homophily measure, which is proven to be robust to class distribution. Meanwhile, we propose HCGBot, which transforms graph learning into similarity metric learning. HCGBot contains a neighbor-mask GNN layer, which masks users that hardly implicitly interact and extracts topology and weight information from the context graph. Finally, we design a hybrid loss to optimize HCGBot, which maximizes the class-independent homophily measure while detecting bots. Extensive experiments prove that HCGBot achieves the best performance and learns a more homophilous context graph with high efficiency. Further analysis illustrates that HCGBot can detect social bots in more realistic situations.
基于图形的Twitter机器人检测器被证明比基于特征和基于文本的更有效。主流检测器只使用朋友关系,带来两个限制:(i)朋友关系稀疏,忽略了用户之间的隐性交互;(ii)机器人会跟随人类扩大其影响力,挑战同质性原则。本文旨在学习包含隐式交互的同态上下文图,面临两个挑战:(1)现有同态度量受类分布的影响,不适合机器人检测的类不平衡情况;(2)现有的图学习范式会引入噪声邻居,消耗计算资源。为此,我们首先提出了一个类无关的同态测度,并证明了该测度对类分布的鲁棒性。同时,我们提出了HCGBot,将图学习转化为相似度度量学习。HCGBot包含一个邻居掩码GNN层,该层屏蔽了几乎没有隐式交互的用户,并从上下文图中提取拓扑和权重信息。最后,我们设计了一种混合损失算法来优化HCGBot,从而在检测机器人时最大化类无关的同态度量。大量的实验证明,HCGBot达到了最好的性能,并以较高的效率学习到更同构的上下文图。进一步的分析表明,HCGBot可以在更现实的情况下检测到社交机器人。
{"title":"HCGBot: Learning Homophilous Context Graphs for Twitter Bot Detection","authors":"Herun Wan;Minnan Luo;Jihong Wang;Xiaojun Chang;Qinghua Zheng","doi":"10.1109/TKDE.2026.3656720","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3656720","url":null,"abstract":"Graph-based Twitter bot detectors are proven more effective than feature-based and text-based. Mainstream detectors only employ friend relationships, bringing two limitations: (i) friend relationships are sparse, ignoring implicit interactions between users, and (ii) bots would follow humans to expand their influence, challenging the homophily principle. This paper aims to learn a homophilous context graph containing implicit interactions, which faces two challenges: (i) existing homophily measures are influenced by the class distribution, which is not suitable for the class imbalance situation of bot detection, and (ii) existing graph learning paradigm would introduce noisy neighbors and consume computing resources. To this end, we first propose a class-independent homophily measure, which is proven to be robust to class distribution. Meanwhile, we propose HCGBot, which transforms graph learning into similarity metric learning. HCGBot contains a neighbor-mask GNN layer, which masks users that hardly implicitly interact and extracts topology and weight information from the context graph. Finally, we design a hybrid loss to optimize HCGBot, which maximizes the class-independent homophily measure while detecting bots. Extensive experiments prove that HCGBot achieves the best performance and learns a more homophilous context graph with high efficiency. Further analysis illustrates that HCGBot can detect social bots in more realistic situations.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"1813-1825"},"PeriodicalIF":10.4,"publicationDate":"2026-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162181","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
Weighted Subspace Graph Learning for High-Dimensional Data 高维数据的加权子空间图学习
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-21 DOI: 10.1109/TKDE.2026.3656436
Guojie Li;Zhiwen Yu;Ziwei Fan;Kaixiang Yang;C. L. Philip Chen
Graph-based clustering has been extensively explored and applied due to its exceptional performance. However, most existing methods operate directly in the original high-dimensional space, where complex nonlinear structures and redundant noisy features often obscure the intrinsic data distribution. Consequently, constructing a reliable similarity graph in such a space is inherently challenging, as uncertainty and noise can significantly degrade clustering performance. To address this issue, this paper proposes a novel graph-based clustering method, Weighted Subspace Graph Learning (WSGL). Specifically, WSGL leverages kernel principal component analysis (Kernel PCA) to construct multiple kernel-based subspaces, effectively capturing nonlinear structures while reducing redundancy and noise. This strategy enhances subspace features from different perspectives, providing a more comprehensive understanding of the data distribution. Next, WSGL learns pairwise relationships across these subspaces, fully exploiting their complementary information to mitigate the limitations of relying on a single original space for capturing the global data structure. Furthermore, to ensure that the learned similarity graph preserves the same number of connected components as the ground-truth clusters, we impose a low-rank constraint on the graph structure. Additionally, considering the varying quality of different subspaces, WSGL introduces a dynamic weighting mechanism that adaptively assigns weights to subspaces based on their contribution to clustering performance, allowing high-quality subspaces to play a more dominant role in the final clustering results. Extensive experiments on multiple high-dimensional datasets demonstrate that WSGL surpasses state-of-the-art methods, validating its effectiveness and superiority in complex clustering tasks.
基于图的聚类由于其优异的性能得到了广泛的研究和应用。然而,大多数现有的方法直接在原始的高维空间中运行,而复杂的非线性结构和冗余的噪声特征往往会掩盖固有的数据分布。因此,在这样的空间中构建可靠的相似图本质上是具有挑战性的,因为不确定性和噪声会显著降低聚类性能。为了解决这一问题,本文提出了一种新的基于图的聚类方法——加权子空间图学习(WSGL)。具体来说,WSGL利用核主成分分析(kernel PCA)构建多个基于核的子空间,有效捕获非线性结构,同时减少冗余和噪声。该策略从不同的角度增强了子空间特征,提供了对数据分布的更全面的理解。接下来,WSGL学习这些子空间之间的成对关系,充分利用它们的互补信息来减轻依赖单个原始空间来捕获全局数据结构的局限性。此外,为了确保学习到的相似图保留与真聚类相同数量的连接分量,我们对图结构施加了低秩约束。此外,考虑到不同子空间质量的差异,WSGL引入了动态加权机制,根据子空间对聚类性能的贡献自适应地为子空间分配权重,使高质量的子空间在最终聚类结果中发挥更大的主导作用。在多个高维数据集上的大量实验表明,WSGL超越了最先进的方法,验证了其在复杂聚类任务中的有效性和优越性。
{"title":"Weighted Subspace Graph Learning for High-Dimensional Data","authors":"Guojie Li;Zhiwen Yu;Ziwei Fan;Kaixiang Yang;C. L. Philip Chen","doi":"10.1109/TKDE.2026.3656436","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3656436","url":null,"abstract":"Graph-based clustering has been extensively explored and applied due to its exceptional performance. However, most existing methods operate directly in the original high-dimensional space, where complex nonlinear structures and redundant noisy features often obscure the intrinsic data distribution. Consequently, constructing a reliable similarity graph in such a space is inherently challenging, as uncertainty and noise can significantly degrade clustering performance. To address this issue, this paper proposes a novel graph-based clustering method, Weighted Subspace Graph Learning (WSGL). Specifically, WSGL leverages kernel principal component analysis (Kernel PCA) to construct multiple kernel-based subspaces, effectively capturing nonlinear structures while reducing redundancy and noise. This strategy enhances subspace features from different perspectives, providing a more comprehensive understanding of the data distribution. Next, WSGL learns pairwise relationships across these subspaces, fully exploiting their complementary information to mitigate the limitations of relying on a single original space for capturing the global data structure. Furthermore, to ensure that the learned similarity graph preserves the same number of connected components as the ground-truth clusters, we impose a low-rank constraint on the graph structure. Additionally, considering the varying quality of different subspaces, WSGL introduces a dynamic weighting mechanism that adaptively assigns weights to subspaces based on their contribution to clustering performance, allowing high-quality subspaces to play a more dominant role in the final clustering results. Extensive experiments on multiple high-dimensional datasets demonstrate that WSGL surpasses state-of-the-art methods, validating its effectiveness and superiority in complex clustering tasks.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"2094-2107"},"PeriodicalIF":10.4,"publicationDate":"2026-01-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162233","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
pFedMoE: Data-Level Personalization With Mixture of Experts in Model-Heterogeneous Personalized Federated Learning pFedMoE:混合专家的数据级个性化模型-异构个性化联邦学习
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-20 DOI: 10.1109/TKDE.2026.3656194
Liping Yi;Han Yu;Gang Wang;Xiaoguang Liu;Qinghua Hu
With growing client diversity, model-heterogeneous personalized federated learning (MHPFL) supports collaboration over structure-heterogeneous client models. However, existing MHPFL methods only achieve client-level personalization but ignore inherent discrepancies within each client’s different data samples, leading to limited model performance. To this end, we propose a novel model-heterogeneous personalized Federated learning with Mixture of Experts (pFedMoE) to achieve a fine-grained data-level personalization. As the first work that incorporates MoE in MHPFL, it introduces three innovations: (1) Different clients hold heterogeneous local models, we add a small proxy global homogeneous feature extractor shared by clients for knowledge exchange. (2) To achieve a fine-grained data-level personalization, we construct a personalized local MoE for each client: a local expert (local heterogeneous client model’s feature extractor), a global expert (global proxy homogeneous feature extractor), and a local personalized gating network, which dynamically balances the generalization and personalization of the local model at the data sample level. (3) We customize a lightweight linear gating network to capture the generalized and personalized data characteristics of each local data sample. We theoretically prove its $mathcal {O}(1/T)$ convergence rate. Experiments on 3 benchmark image datasets, 1 real-world image dataset and 1 real-world text dataset against 9 baselines demonstrate its state-of-the-art model accuracy with up to 2.79% accuracy improvement while saving up to 43.12% computational overheads and keeping satisfactory communication costs.
随着客户端多样性的增长,模型异构的个性化联邦学习(MHPFL)支持在结构异构的客户端模型上进行协作。然而,现有的MHPFL方法只能实现客户级个性化,而忽略了每个客户不同数据样本之间的内在差异,导致模型性能有限。为此,我们提出了一种新的模型——基于混合专家的异构个性化联邦学习(pFedMoE),以实现细粒度的数据级个性化。作为首次在MHPFL中引入MoE的工作,它引入了三个创新:(1)不同的客户端拥有异构的局部模型,我们增加了一个小型的代理全局同构特征提取器,供客户端共享以进行知识交换。(2)为了实现细粒度的数据级个性化,我们为每个客户端构建了个性化的局部MoE:局部专家(本地异构客户端模型的特征提取器)、全局专家(全局代理同构特征提取器)和局部个性化门控网络,在数据样本级动态平衡了本地模型的泛化和个性化。(3)我们定制了一个轻量级的线性门控网络来捕获每个局部数据样本的广义和个性化数据特征。从理论上证明了它的$数学{O}(1/T)$收敛率。在3个基准图像数据集、1个真实世界图像数据集和1个真实世界文本数据集上针对9个基线进行的实验表明,该模型的准确率提高了2.79%,同时节省了43.12%的计算开销,并保持了令人满意的通信成本。
{"title":"pFedMoE: Data-Level Personalization With Mixture of Experts in Model-Heterogeneous Personalized Federated Learning","authors":"Liping Yi;Han Yu;Gang Wang;Xiaoguang Liu;Qinghua Hu","doi":"10.1109/TKDE.2026.3656194","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3656194","url":null,"abstract":"With growing client diversity, model-heterogeneous personalized federated learning (MHPFL) supports collaboration over structure-heterogeneous client models. However, existing MHPFL methods only achieve client-level personalization but ignore inherent discrepancies within each client’s different data samples, leading to limited model performance. To this end, we propose a novel model-heterogeneous <u>p</u>ersonalized <u>Fed</u>erated learning with <u>M</u>ixture <u>o</u>f <u>E</u>xperts (<monospace>pFedMoE</monospace>) to achieve a fine-grained data-level personalization. As the first work that incorporates MoE in MHPFL, it introduces three innovations: (1) Different clients hold heterogeneous local models, we add a small proxy global homogeneous feature extractor shared by clients for knowledge exchange. (2) To achieve a fine-grained data-level personalization, we construct a personalized local MoE for each client: a local expert (local heterogeneous client model’s feature extractor), a global expert (global proxy homogeneous feature extractor), and a local personalized gating network, which dynamically balances the generalization and personalization of the local model at the data sample level. (3) We customize a lightweight linear gating network to capture the generalized and personalized data characteristics of each local data sample. We theoretically prove its <inline-formula><tex-math>$mathcal {O}(1/T)$</tex-math></inline-formula> convergence rate. Experiments on 3 benchmark image datasets, 1 real-world image dataset and 1 real-world text dataset against 9 baselines demonstrate its state-of-the-art model accuracy with up to 2.79% accuracy improvement while saving up to 43.12% computational overheads and keeping satisfactory communication costs.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"1905-1918"},"PeriodicalIF":10.4,"publicationDate":"2026-01-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162240","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
UrbanMFM: Spatial Graph-Based Multiscale Foundation Models for Learning Generalized Urban Representation 基于空间图的多尺度广义城市表征学习基础模型UrbanMFM
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-20 DOI: 10.1109/TKDE.2026.3656202
Zhaoqi Zhang;Miao Xie;Pasquale Balsebre;Weiming Huang;Siqiang Luo;Gao Cong
As geospatial data from web platforms becomes increasingly accessible and regularly updated, urban representation learning has emerged as a critical research area for advancing urban planning. Recent studies have developed foundation model-based algorithms to leverage this data for various urban-related downstream tasks. However, current research has inadequately explored deep integration strategies for multiscale, multimodal urban data in the context of urban foundation models. This gap arises primarily because the relationships between micro-scale (e.g., individual points of interest and street view imagery) and macro-scale (e.g., region-wide satellite imagery) urban features are inherently implicit and highly complex, making traditional interaction modeling insufficient. This paper introduces a novel research problem – how to learn multiscale urban representations by integrating diverse geographic data modalities and modeling complex multimodal relationships across different spatial scales. To address this significant challenge, we propose UrbanMFM, a spatial graph-based multiscale foundation model framework explicitly designed to capture and leverage these intricate relationships. UrbanMFM utilizes a self-supervised learning paradigm that integrates diverse geographic data modalities, including POI data and urban imagery, through novel contrastive learning objectives and advanced sampling techniques. By explicitly modeling spatial graphs to represent complex multiscale urban relationships, UrbanMFM effectively facilitates deep interactions between multimodal data sources. Extensive experiments on datasets from Singapore, New York, and Beijing demonstrate that UrbanMFM outperforms the strongest baselines significantly in four representative downstream tasks. By effectively modeling spatial hierarchies with diverse data, UrbanMFM provides a more comprehensive and adaptable representation of urban environments.
随着网络平台上的地理空间数据变得越来越容易获取和定期更新,城市表征学习已经成为推进城市规划的一个关键研究领域。最近的研究开发了基于基础模型的算法来利用这些数据进行各种与城市相关的下游任务。然而,目前的研究对城市基础模型背景下多尺度、多模式城市数据的深度整合策略探索不足。这种差距的产生主要是因为微观尺度(例如,单个兴趣点和街景图像)和宏观尺度(例如,区域范围的卫星图像)城市特征之间的关系本质上是隐含的和高度复杂的,使得传统的交互建模不足。本文提出了一个新的研究问题——如何通过整合不同的地理数据模式和建模不同空间尺度的复杂多模态关系来学习多尺度城市表征。为了应对这一重大挑战,我们提出了UrbanMFM,这是一个基于空间图形的多尺度基础模型框架,旨在捕捉和利用这些复杂的关系。UrbanMFM利用一种自我监督的学习范式,通过新颖的对比学习目标和先进的采样技术,集成了多种地理数据模式,包括POI数据和城市图像。通过显式建模空间图形来表示复杂的多尺度城市关系,UrbanMFM有效地促进了多模态数据源之间的深度交互。在新加坡、纽约和北京的数据集上进行的大量实验表明,UrbanMFM在四个具有代表性的下游任务中显著优于最强基线。通过利用不同的数据对空间层次进行有效的建模,UrbanMFM提供了一个更全面、适应性更强的城市环境表征。
{"title":"UrbanMFM: Spatial Graph-Based Multiscale Foundation Models for Learning Generalized Urban Representation","authors":"Zhaoqi Zhang;Miao Xie;Pasquale Balsebre;Weiming Huang;Siqiang Luo;Gao Cong","doi":"10.1109/TKDE.2026.3656202","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3656202","url":null,"abstract":"As geospatial data from web platforms becomes increasingly accessible and regularly updated, urban representation learning has emerged as a critical research area for advancing urban planning. Recent studies have developed foundation model-based algorithms to leverage this data for various urban-related downstream tasks. However, current research has inadequately explored deep integration strategies for multiscale, multimodal urban data in the context of urban foundation models. This gap arises primarily because the relationships between micro-scale (e.g., individual points of interest and street view imagery) and macro-scale (e.g., region-wide satellite imagery) urban features are inherently implicit and highly complex, making traditional interaction modeling insufficient. This paper introduces a novel research problem – how to learn multiscale urban representations by integrating diverse geographic data modalities and modeling complex multimodal relationships across different spatial scales. To address this significant challenge, we propose UrbanMFM, a spatial graph-based multiscale foundation model framework explicitly designed to capture and leverage these intricate relationships. UrbanMFM utilizes a self-supervised learning paradigm that integrates diverse geographic data modalities, including POI data and urban imagery, through novel contrastive learning objectives and advanced sampling techniques. By explicitly modeling spatial graphs to represent complex multiscale urban relationships, UrbanMFM effectively facilitates deep interactions between multimodal data sources. Extensive experiments on datasets from Singapore, New York, and Beijing demonstrate that UrbanMFM outperforms the strongest baselines significantly in four representative downstream tasks. By effectively modeling spatial hierarchies with diverse data, UrbanMFM provides a more comprehensive and adaptable representation of urban environments.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"2064-2078"},"PeriodicalIF":10.4,"publicationDate":"2026-01-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162196","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
Natural Neighbor Fuzzy Approximations With Granular-Ball Representation for Outlier Detection 基于颗粒球表示的自然邻域模糊近似离群点检测
IF 10.4 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2026-01-20 DOI: 10.1109/TKDE.2026.3656418
Xinyu Su;Zheng Li;Dezhong Peng;Hongmei Chen;Zhong Yuan
In information systems lacking decision-making information, effectively leveraging fuzzy rough sets for outlier detection in complex data is challenging, especially in capturing inherent uncertainty and multi-granularity characteristics to construct discriminative outlier scores. However, existing fuzzy rough sets-based outlier detection methods often suffer from three key limitations: (1) Local data distributions are often ignored when calculating fuzzy relation matrices, resulting in inaccurate fuzzy similarity representations; (2) Use of all objects in fuzzy upper and lower approximations can weaken noise resistance and increase computational complexity; (3) Single-granularity data processing reduces efficiency and may fail to capture the multi-granularity nature of data, thereby limiting the adaptability of these methods in complex data environments. To address these issues, we propose to fuses Natural neighbor fuzzy approximations with Granular-ball representation for Outlier Detection (NGOD), which integrates the multi-granularity granular-ball representation and fuzzy rough sets to improve the effectiveness and robustness of unsupervised outlier detection. Specifically, we first define a local distribution-aware fuzzy relation, enabling more discriminative similarity calculations between samples. To improve the effectiveness and robustness of fuzzy upper and lower approximations, we propose a multi-granularity natural neighbor fuzzy approximation model, which effectively utilizes the inherent uncertainty and local abnormal information of data in approximations. Moreover, by introducing natural neighbors, NGOD can adaptively capture local abnormal information in the data without setting neighborhoods manually. Finally, the outlier factors of each sample are calculated in NGOD to measure their outlier degrees. Extensive experiments on diverse datasets demonstrate that NGOD outperforms state-of-the-art methods, validating its superior performance and adaptability.
在缺乏决策信息的信息系统中,如何有效地利用模糊粗糙集对复杂数据进行离群点检测是一个挑战,特别是如何捕捉固有的不确定性和多粒度特征来构建判别离群点分数。然而,现有的基于模糊粗糙集的离群点检测方法往往存在三个关键的局限性:(1)在计算模糊关系矩阵时往往忽略局部数据分布,导致模糊相似度表示不准确;(2)在模糊上下近似中使用所有目标会削弱抗噪声能力,增加计算复杂度;(3)单粒度数据处理降低了效率,可能无法捕捉数据的多粒度特性,从而限制了这些方法在复杂数据环境中的适应性。为了解决这些问题,我们提出将自然邻域模糊近似与颗粒球表示相融合用于离群点检测(NGOD),该方法将多粒度颗粒球表示与模糊粗糙集相结合,以提高无监督离群点检测的有效性和鲁棒性。具体来说,我们首先定义了一个局部分布感知模糊关系,使样本之间的相似性计算更具判别性。为了提高模糊上下近似的有效性和鲁棒性,提出了一种多粒度自然近邻模糊近似模型,该模型有效地利用了近似中数据固有的不确定性和局部异常信息。此外,通过引入自然邻域,NGOD可以自适应捕获数据中的局部异常信息,而无需手动设置邻域。最后,在NGOD中计算每个样本的离群因子,以度量其离群程度。在不同数据集上进行的大量实验表明,NGOD优于最先进的方法,验证了其优越的性能和适应性。
{"title":"Natural Neighbor Fuzzy Approximations With Granular-Ball Representation for Outlier Detection","authors":"Xinyu Su;Zheng Li;Dezhong Peng;Hongmei Chen;Zhong Yuan","doi":"10.1109/TKDE.2026.3656418","DOIUrl":"https://doi.org/10.1109/TKDE.2026.3656418","url":null,"abstract":"In information systems lacking decision-making information, effectively leveraging fuzzy rough sets for outlier detection in complex data is challenging, especially in capturing inherent uncertainty and multi-granularity characteristics to construct discriminative outlier scores. However, existing fuzzy rough sets-based outlier detection methods often suffer from three key limitations: (1) Local data distributions are often ignored when calculating fuzzy relation matrices, resulting in inaccurate fuzzy similarity representations; (2) Use of all objects in fuzzy upper and lower approximations can weaken noise resistance and increase computational complexity; (3) Single-granularity data processing reduces efficiency and may fail to capture the multi-granularity nature of data, thereby limiting the adaptability of these methods in complex data environments. To address these issues, we propose to fuses <bold>N</b>atural neighbor fuzzy approximations with <bold>G</b>ranular-ball representation for <bold>O</b>utlier <bold>D</b>etection (NGOD), which integrates the multi-granularity granular-ball representation and fuzzy rough sets to improve the effectiveness and robustness of unsupervised outlier detection. Specifically, we first define a local distribution-aware fuzzy relation, enabling more discriminative similarity calculations between samples. To improve the effectiveness and robustness of fuzzy upper and lower approximations, we propose a multi-granularity natural neighbor fuzzy approximation model, which effectively utilizes the inherent uncertainty and local abnormal information of data in approximations. Moreover, by introducing natural neighbors, NGOD can adaptively capture local abnormal information in the data without setting neighborhoods manually. Finally, the outlier factors of each sample are calculated in NGOD to measure their outlier degrees. Extensive experiments on diverse datasets demonstrate that NGOD outperforms state-of-the-art methods, validating its superior performance and adaptability.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"38 3","pages":"1857-1870"},"PeriodicalIF":10.4,"publicationDate":"2026-01-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"146162193","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
期刊
IEEE Transactions on Knowledge and Data Engineering
全部 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