首页 > 最新文献

IEEE Transactions on Knowledge and Data Engineering最新文献

英文 中文
Hierarchical Abstracting Graph Kernel 层次抽象图核
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-28 DOI: 10.1109/TKDE.2024.3509028
Runze Yang;Hao Peng;Angsheng Li;Peng Li;Chunyang Liu;Philip S. Yu
Graph kernels have been regarded as a successful tool for handling a variety of graph applications since they were proposed. However, most of the proposed graph kernels are based on the R-convolution framework, which decomposes graphs into a set of substructures at the same abstraction level and compares all substructure pairs equally; these methods inherently overlook the utility of the hierarchical structural information embedded in graphs. In this paper, we propose Hierarchical Abstracting Graph Kernels (HAGK), a novel set of graph kernels that compare graphs’ hierarchical substructures to capture and utilize the latent hierarchical structural information fully. Instead of generating non-structural substructures, we reveal each graph’s hierarchical substructures by constructing its hierarchical abstracting, specifically, the hierarchically organized nested node sets adhering to the principle of structural entropy minimization. To compare a pair of hierarchical abstractings, we propose two novel substructure matching approaches, Local Optimal Matching (LOM) and Priority Ordering Matching (POM), to find appropriate matching between the substructures by different strategies recursively. Extensive experiments demonstrate that the proposed kernels are highly competitive with the existing state-of-the-art graph kernels, and verify that the hierarchical abstracting plays a significant role in the improvement of the kernel performance.
自提出以来,图核一直被认为是处理各种图应用程序的成功工具。然而,大多数提出的图核都是基于r -卷积框架,该框架将图分解为一组具有相同抽象层次的子结构,并对所有子结构对进行平等比较;这些方法本质上忽略了嵌入图中的层次结构信息的效用。在本文中,我们提出了层次抽象图核(HAGK),这是一种新的图核集合,可以比较图的层次子结构,以充分捕获和利用潜在的层次结构信息。我们不是生成非结构子结构,而是通过构造其分层抽象来揭示每个图的分层子结构,具体来说,是遵循结构熵最小化原则的分层组织嵌套节点集。为了比较一对层次抽象,我们提出了两种新的子结构匹配方法:局部最优匹配(LOM)和优先级排序匹配(POM),通过不同的策略递归地寻找子结构之间的合适匹配。大量的实验表明,所提出的核与现有的最先进的图核具有很强的竞争力,并验证了层次抽象对核性能的提高起着重要的作用。
{"title":"Hierarchical Abstracting Graph Kernel","authors":"Runze Yang;Hao Peng;Angsheng Li;Peng Li;Chunyang Liu;Philip S. Yu","doi":"10.1109/TKDE.2024.3509028","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3509028","url":null,"abstract":"Graph kernels have been regarded as a successful tool for handling a variety of graph applications since they were proposed. However, most of the proposed graph kernels are based on the R-convolution framework, which decomposes graphs into a set of substructures at the same abstraction level and compares all substructure pairs equally; these methods inherently overlook the utility of the hierarchical structural information embedded in graphs. In this paper, we propose \u0000<bold>H</b>\u0000ierarchical \u0000<bold>A</b>\u0000bstracting \u0000<bold>G</b>\u0000raph \u0000<bold>K</b>\u0000ernels (HAGK), a novel set of graph kernels that compare graphs’ hierarchical substructures to capture and utilize the latent hierarchical structural information fully. Instead of generating non-structural substructures, we reveal each graph’s hierarchical substructures by constructing its \u0000<italic>hierarchical abstracting</i>\u0000, specifically, the hierarchically organized nested node sets adhering to the principle of structural entropy minimization. To compare a pair of hierarchical abstractings, we propose two novel substructure matching approaches, \u0000<italic>Local Optimal Matching</i>\u0000 (LOM) and \u0000<italic>Priority Ordering Matching</i>\u0000 (POM), to find appropriate matching between the substructures by different strategies recursively. Extensive experiments demonstrate that the proposed kernels are highly competitive with the existing state-of-the-art graph kernels, and verify that the hierarchical abstracting plays a significant role in the improvement of the kernel performance.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"37 2","pages":"724-738"},"PeriodicalIF":8.9,"publicationDate":"2024-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142940944","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
FWCEC: An Enhanced Feature Weighting Method via Causal Effect for Clustering 基于因果效应的聚类特征加权增强方法
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-28 DOI: 10.1109/TKDE.2024.3508057
Fuyuan Cao;Xuechun Jing;Kui Yu;Jiye Liang
Feature weighting aims to assign different weights to features based on their importance in machine learning tasks. In clustering tasks, the existing methods learn feature importance based on the clustering results derived from the collaborative contribution of all features, which overlooks the independent effect of each feature. In fact, there are underlying causal relationships between features and the clustering results, and the features with high causal effects are always more crucial for clustering. Therefore, we propose an enhanced Feature Weighting method via Causal Effect for Clustering, calculating the causal effect of each feature on the clustering results for obtaining the independent contribution of each feature. Specifically, we start by identifying the causal relationships among the features and utilizing the causal relationships to generate a reasonable treatment group. Next, we compare the changes in the data distribution between the treatment and control groups to determine the causal effect of each feature. Finally, the causal effects of features are used for enhancing the clustering-driven weight learning. Moreover, we present a theory of relative order consistency in causal effect. Experimental results demonstrate that utilizing causal effect in weight learning facilitates efficient convergence and achieves superior accuracy compared to state-of-the-art clustering algorithms.
特征加权的目的是根据特征在机器学习任务中的重要性来分配不同的权重。在聚类任务中,现有方法基于所有特征协同贡献的聚类结果来学习特征重要性,忽略了每个特征的独立作用。事实上,特征与聚类结果之间存在着潜在的因果关系,而因果效应高的特征往往对聚类更为关键。因此,我们提出了一种基于聚类因果效应的增强特征加权方法,计算每个特征对聚类结果的因果效应,从而获得每个特征的独立贡献。具体而言,我们首先确定特征之间的因果关系,并利用因果关系产生合理的治疗组。接下来,我们比较治疗组和对照组之间数据分布的变化,以确定每个特征的因果关系。最后,利用特征的因果效应来增强聚类驱动的权重学习。此外,我们还提出了因果效应的相对顺序一致性理论。实验结果表明,与最先进的聚类算法相比,在权重学习中使用因果效应有助于有效的收敛并获得更高的精度。
{"title":"FWCEC: An Enhanced Feature Weighting Method via Causal Effect for Clustering","authors":"Fuyuan Cao;Xuechun Jing;Kui Yu;Jiye Liang","doi":"10.1109/TKDE.2024.3508057","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3508057","url":null,"abstract":"Feature weighting aims to assign different weights to features based on their importance in machine learning tasks. In clustering tasks, the existing methods learn feature importance based on the clustering results derived from the collaborative contribution of all features, which overlooks the independent effect of each feature. In fact, there are underlying causal relationships between features and the clustering results, and the features with high causal effects are always more crucial for clustering. Therefore, we propose an enhanced \u0000<underline>F</u>\u0000eature \u0000<underline>W</u>\u0000eighting method via \u0000<underline>C</u>\u0000ausal \u0000<underline>E</u>\u0000ffect for \u0000<underline>C</u>\u0000lustering, calculating the causal effect of each feature on the clustering results for obtaining the independent contribution of each feature. Specifically, we start by identifying the causal relationships among the features and utilizing the causal relationships to generate a reasonable treatment group. Next, we compare the changes in the data distribution between the treatment and control groups to determine the causal effect of each feature. Finally, the causal effects of features are used for enhancing the clustering-driven weight learning. Moreover, we present a theory of relative order consistency in causal effect. Experimental results demonstrate that utilizing causal effect in weight learning facilitates efficient convergence and achieves superior accuracy compared to state-of-the-art clustering algorithms.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"37 2","pages":"685-697"},"PeriodicalIF":8.9,"publicationDate":"2024-11-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142940768","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
Graph Cross-Correlated Network for Recommendation 图相互关联网络推荐
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-21 DOI: 10.1109/TKDE.2024.3491778
Hao Chen;Yuanchen Bei;Wenbing Huang;Shengyuan Chen;Feiran Huang;Xiao Huang
Collaborative filtering (CF) models have demonstrated remarkable performance in recommender systems, which represent users and items as embedding vectors. Recently, due to the powerful modeling capability of graph neural networks for user-item interaction graphs, graph-based CF models have gained increasing attention. They encode each user/item and its subgraph into a single super vector by combining graph embeddings after each graph convolution. However, each hop of the neighbor in the user-item subgraphs carries a specific semantic meaning. Encoding all subgraph information into single vectors and inferring user-item relations with dot products can weaken the semantic information between user and item subgraphs, thus leaving untapped potential. Exploiting this untapped potential provides insight into improving performance for existing recommendation models. To this end, we propose the Graph Cross-correlated Network for Recommendation (GCR), which serves as a general recommendation paradigm that explicitly considers correlations between user/item subgraphs. GCR first introduces the Plain Graph Representation (PGR) to extract information directly from each hop of neighbors into corresponding PGR vectors. Then, GCR develops Cross-Correlated Aggregation (CCA) to construct possible cross-correlated terms between PGR vectors of user/item subgraphs. Finally, GCR comprehensively incorporates the cross-correlated terms for recommendations. Experimental results show that GCR outperforms state-of-the-art models on both interaction prediction and click-through rate prediction tasks.
协同过滤(CF)模型将用户和项目作为嵌入向量,在推荐系统中表现出了显著的性能。近年来,由于图神经网络对用户-物品交互图的强大建模能力,基于图的CF模型越来越受到人们的关注。他们通过在每次图卷积后结合图嵌入将每个用户/项目及其子图编码为单个超级向量。但是,用户-项子图中邻居的每一跳都带有特定的语义含义。将所有子图信息编码为单个向量并用点积推断用户-物品关系可以削弱用户和物品子图之间的语义信息,从而留下未开发的潜力。利用这种未开发的潜力,可以深入了解如何改进现有推荐模型的性能。为此,我们提出了图交叉相关推荐网络(GCR),它作为一个通用的推荐范例,明确地考虑了用户/项目子图之间的相关性。GCR首先引入了PGR (Plain Graph Representation),直接从邻居的每一跳中提取信息到相应的PGR向量中。然后,GCR发展了交叉相关聚合(cross- correlation Aggregation, CCA),在用户/项目子图的PGR向量之间构建可能的交叉相关项。最后,GCR综合了相互关联的推荐词。实验结果表明,GCR在交互预测和点击率预测任务上都优于最先进的模型。
{"title":"Graph Cross-Correlated Network for Recommendation","authors":"Hao Chen;Yuanchen Bei;Wenbing Huang;Shengyuan Chen;Feiran Huang;Xiao Huang","doi":"10.1109/TKDE.2024.3491778","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3491778","url":null,"abstract":"Collaborative filtering (CF) models have demonstrated remarkable performance in recommender systems, which represent users and items as embedding vectors. Recently, due to the powerful modeling capability of graph neural networks for user-item interaction graphs, graph-based CF models have gained increasing attention. They encode each user/item and its subgraph into a single super vector by combining graph embeddings after each graph convolution. However, each hop of the neighbor in the user-item subgraphs carries a specific semantic meaning. Encoding all subgraph information into single vectors and inferring user-item relations with dot products can weaken the semantic information between user and item subgraphs, thus leaving untapped potential. Exploiting this untapped potential provides insight into improving performance for existing recommendation models. To this end, we propose the Graph Cross-correlated Network for Recommendation (GCR), which serves as a general recommendation paradigm that explicitly considers correlations between user/item subgraphs. GCR first introduces the Plain Graph Representation (PGR) to extract information directly from each hop of neighbors into corresponding PGR vectors. Then, GCR develops Cross-Correlated Aggregation (CCA) to construct possible cross-correlated terms between PGR vectors of user/item subgraphs. Finally, GCR comprehensively incorporates the cross-correlated terms for recommendations. Experimental results show that GCR outperforms state-of-the-art models on both interaction prediction and click-through rate prediction tasks.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"37 2","pages":"710-723"},"PeriodicalIF":8.9,"publicationDate":"2024-11-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142940719","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
Predicting Individual Irregular Mobility via Web Search-Driven Bipartite Graph Neural Networks 基于网络搜索驱动的二部图神经网络预测个体不规则移动
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-19 DOI: 10.1109/TKDE.2024.3487549
Jiawei Xue;Takahiro Yabe;Kota Tsubouchi;Jianzhu Ma;Satish V. Ukkusuri
Individual mobility prediction holds significant importance in urban computing, supporting various applications such as place recommendations. Current studies primarily focus on frequent mobility patterns including commuting trips to residential and workplaces. However, such studies do not accurately forecast irregular trips, which incorporate journeys that end at locations other than residences and workplaces. Despite their usefulness in recommendations and advertising, the stochastic, infrequent, and spontaneous nature of irregular trips makes them challenging to predict. To address the difficulty, this study proposes a web search-driven bipartite graph neural network, namely WS-BiGNN, for the individual irregular mobility prediction (IIMP) problem. Specifically, we construct bipartite graphs to represent mobility and web search records, formulating the IIMP problem as a link prediction task. First, WS-BiGNN employs user-user edges and POI-POI edges (POI: point-of-interest) to bolster information propagation within sparse bipartite graphs. Second, the temporal weighting module is created to discern the influence of past mobility and web searches on future mobility. Lastly, WS-BiGNN incorporates the search-mobility memory module, which classifies four interpretable web search-mobility patterns and harnesses them to improve prediction accuracy. We perform experiments utilizing real-world data in Tokyo from October 2019 to March 2020. The results showcase the superior performance of WS-BiGNN compared to baseline models, as supported by higher scores in Recall and NDCG. The exceptional performance and additional analysis reveal that infrequent behavior may be effectively predicted by learning search-mobility patterns at the individual level.
个人移动预测在城市计算中具有重要意义,支持各种应用程序,如地点推荐。目前的研究主要集中在频繁的移动模式,包括通勤到住宅和工作场所。然而,这些研究并不能准确预测不规律的旅行,不规律的旅行包括在住所和工作场所以外的地点结束的旅行。尽管它们在推荐和广告中很有用,但不定期旅行的随机性、不频繁性和自发性使其难以预测。为了解决这一难题,本文提出了一种基于web搜索驱动的二部图神经网络,即WS-BiGNN,用于个体不规则移动预测(IIMP)问题。具体来说,我们构建了二部图来表示移动和网络搜索记录,将IIMP问题表述为链接预测任务。首先,WS-BiGNN使用用户-用户边和POI-POI边(POI:兴趣点)来增强稀疏二部图内的信息传播。其次,创建时间加权模块来识别过去流动性和网络搜索对未来流动性的影响。最后,WS-BiGNN结合了搜索移动性记忆模块,该模块分类了四种可解释的web搜索移动性模式,并利用它们来提高预测精度。我们从2019年10月到2020年3月在东京利用真实世界的数据进行实验。结果显示WS-BiGNN的性能优于基线模型,在Recall和NDCG中得分更高。优异的性能和额外的分析表明,在个体层面上,通过学习搜索移动模式可以有效地预测不频繁的行为。
{"title":"Predicting Individual Irregular Mobility via Web Search-Driven Bipartite Graph Neural Networks","authors":"Jiawei Xue;Takahiro Yabe;Kota Tsubouchi;Jianzhu Ma;Satish V. Ukkusuri","doi":"10.1109/TKDE.2024.3487549","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3487549","url":null,"abstract":"Individual mobility prediction holds significant importance in urban computing, supporting various applications such as place recommendations. Current studies primarily focus on frequent mobility patterns including commuting trips to residential and workplaces. However, such studies do not accurately forecast irregular trips, which incorporate journeys that end at locations other than residences and workplaces. Despite their usefulness in recommendations and advertising, the stochastic, infrequent, and spontaneous nature of irregular trips makes them challenging to predict. To address the difficulty, this study proposes a web search-driven bipartite graph neural network, namely WS-BiGNN, for the individual irregular mobility prediction (IIMP) problem. Specifically, we construct bipartite graphs to represent mobility and web search records, formulating the IIMP problem as a link prediction task. First, WS-BiGNN employs user-user edges and POI-POI edges (POI: point-of-interest) to bolster information propagation within sparse bipartite graphs. Second, the temporal weighting module is created to discern the influence of past mobility and web searches on future mobility. Lastly, WS-BiGNN incorporates the search-mobility memory module, which classifies four interpretable web search-mobility patterns and harnesses them to improve prediction accuracy. We perform experiments utilizing real-world data in Tokyo from October 2019 to March 2020. The results showcase the superior performance of WS-BiGNN compared to baseline models, as supported by higher scores in Recall and NDCG. The exceptional performance and additional analysis reveal that infrequent behavior may be effectively predicted by learning search-mobility patterns at the individual level.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"37 2","pages":"851-864"},"PeriodicalIF":8.9,"publicationDate":"2024-11-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142940769","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
Rethinking Unsupervised Graph Anomaly Detection With Deep Learning: Residuals and Objectives 用深度学习重新思考无监督图异常检测:残差和目标
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-18 DOI: 10.1109/TKDE.2024.3501307
Xiaoxiao Ma;Fanzhen Liu;Jia Wu;Jian Yang;Shan Xue;Quan Z. Sheng
Anomalies often occur in real-world information networks/graphs, such as malevolent users in online review networks and fake news in social media. When representing such structured network data as graphs, anomalies usually appear as anomalous nodes that exhibit significantly deviated structure patterns, or different attributes, or the both. To date, numerous unsupervised methods have been developed to detect anomalies based on residual analysis, which assumes that anomalies will introduce larger residual errors (i.e., graph reconstruction loss). While these existing works achieved encouraging performance, in this paper, we formally prove that their employed learning objectives, i.e., MSE and cross-entropy losses, encounter significant limitations in learning the major data distributions, particularly for anomaly detection, and through our preliminary study, we reveal that the vanilla residual analysis-based methods cannot effectively investigate the rich graph structure. Upon these discoveries, we propose a novel structure-biased graph anomaly detection framework (SALAD) to attain anomalies’ divergent patterns with the assistance of a specially designed node representation augmentation approach. We further present two effective training objectives to empower SALAD to effectively capture the major structure and attribute distributions by emphasizing less on anomalies that introduce higher reconstruction errors under the encoder-decoder framework. The detection performance on eight widely-used datasets demonstrates SALAD's superiority over twelve state-of-the-art baselines. Additional ablation and case studies validate that our data augmentation method and training objectives result in the impressive performance.
在现实世界的信息网络/图中经常会出现异常,比如在线评论网络中的恶意用户,社交媒体中的假新闻。当将这种结构化网络数据表示为图时,异常通常表现为异常节点,这些节点表现出明显偏离的结构模式,或不同的属性,或两者兼而有之。迄今为止,已经开发了许多基于残差分析的无监督方法来检测异常,这些方法假设异常会引入更大的残差(即图重建损失)。虽然这些现有的工作取得了令人鼓舞的成绩,但在本文中,我们正式证明了他们所采用的学习目标,即MSE和交叉熵损失,在学习主要数据分布方面遇到了明显的局限性,特别是在异常检测方面,并且通过我们的初步研究,我们揭示了基于残差分析的传统方法不能有效地研究富图结构。基于这些发现,我们提出了一种新的结构偏置图异常检测框架(SALAD),通过特殊设计的节点表示增强方法来获得异常的发散模式。我们进一步提出了两个有效的训练目标,通过减少对在编码器-解码器框架下引入较高重建误差的异常的强调,使SALAD能够有效地捕获主要结构和属性分布。在8个广泛使用的数据集上的检测性能证明了SALAD优于12个最先进的基线。额外的消融和案例研究验证了我们的数据增强方法和培训目标产生了令人印象深刻的性能。
{"title":"Rethinking Unsupervised Graph Anomaly Detection With Deep Learning: Residuals and Objectives","authors":"Xiaoxiao Ma;Fanzhen Liu;Jia Wu;Jian Yang;Shan Xue;Quan Z. Sheng","doi":"10.1109/TKDE.2024.3501307","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3501307","url":null,"abstract":"Anomalies often occur in real-world information networks/graphs, such as malevolent users in online review networks and fake news in social media. When representing such structured network data as graphs, anomalies usually appear as anomalous nodes that exhibit significantly deviated structure patterns, or different attributes, or the both. To date, numerous unsupervised methods have been developed to detect anomalies based on residual analysis, which assumes that anomalies will introduce larger residual errors (i.e., graph reconstruction loss). While these existing works achieved encouraging performance, in this paper, we formally prove that their employed learning objectives, i.e., MSE and cross-entropy losses, encounter significant limitations in learning the major data distributions, particularly for anomaly detection, and through our preliminary study, we reveal that the vanilla residual analysis-based methods cannot effectively investigate the rich graph structure. Upon these discoveries, we propose a novel structure-biased graph anomaly detection framework (SALAD) to attain anomalies’ divergent patterns with the assistance of a specially designed node representation augmentation approach. We further present two effective training objectives to empower SALAD to effectively capture the major structure and attribute distributions by emphasizing less on anomalies that introduce higher reconstruction errors under the encoder-decoder framework. The detection performance on eight widely-used datasets demonstrates SALAD's superiority over twelve state-of-the-art baselines. Additional ablation and case studies validate that our data augmentation method and training objectives result in the impressive performance.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"37 2","pages":"881-895"},"PeriodicalIF":8.9,"publicationDate":"2024-11-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142940943","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
Online Dynamic Hybrid Broad Learning System for Real-Time Safety Assessment of Dynamic Systems 用于动态系统实时安全评估的在线动态混合广泛学习系统
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-12 DOI: 10.1109/TKDE.2024.3475028
Zeyi Liu;Xiao He
Real-time safety assessment of dynamic systems is of paramount importance in industrial processes since it provides continuous monitoring and evaluation to prevent potential harm to the environment and individuals. However, there are still several challenges to be resolved due to the requirements of time consumption and the non-stationary nature of real-world environments. In this paper, a novel online dynamic hybrid broad learning system, termed ODH-BLS, is proposed to more fully utilize the co-design advantages of active adaptation and passive adaptation. It makes effective use of limited annotations with the proposed sample value function. Simultaneously, anchor points can be dynamically adjusted to accommodate changes of the underlying distribution, thereby leveraging the value of unlabeled samples. An iterative update rule is also derived to ensure adaptation of the assessment model to real-time data at low computational costs. We also provide theoretical analyses to illustrate its practicality. Several experiments regarding the JiaoLong deep-sea manned submersible are carried out. The results demonstrate that the proposed ODH-BLS method achieves a performance improvement of approximately 8% over the baseline method on the benchmark dataset, showing its effectiveness in solving real-time safety assessment tasks for dynamic systems.
动态系统的实时安全评估在工业流程中至关重要,因为它可以提供持续的监测和评估,防止对环境和个人造成潜在危害。然而,由于时间消耗的要求和现实世界环境的非稳态性质,仍有一些难题有待解决。本文提出了一种新颖的在线动态混合广泛学习系统(ODH-BLS),以更充分地利用主动适应和被动适应的协同设计优势。它利用所提出的样本值函数有效地利用了有限的注释。同时,可以动态调整锚点以适应底层分布的变化,从而充分利用未标注样本的价值。我们还推导出一种迭代更新规则,以确保评估模型能以较低的计算成本适应实时数据。我们还提供了理论分析,以说明其实用性。我们对 "蛟龙 "号深海载人潜水器进行了多次实验。结果表明,在基准数据集上,所提出的 ODH-BLS 方法比基准方法的性能提高了约 8%,显示了其在解决动态系统实时安全评估任务方面的有效性。
{"title":"Online Dynamic Hybrid Broad Learning System for Real-Time Safety Assessment of Dynamic Systems","authors":"Zeyi Liu;Xiao He","doi":"10.1109/TKDE.2024.3475028","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3475028","url":null,"abstract":"Real-time safety assessment of dynamic systems is of paramount importance in industrial processes since it provides continuous monitoring and evaluation to prevent potential harm to the environment and individuals. However, there are still several challenges to be resolved due to the requirements of time consumption and the non-stationary nature of real-world environments. In this paper, a novel online dynamic hybrid broad learning system, termed ODH-BLS, is proposed to more fully utilize the co-design advantages of active adaptation and passive adaptation. It makes effective use of limited annotations with the proposed sample value function. Simultaneously, anchor points can be dynamically adjusted to accommodate changes of the underlying distribution, thereby leveraging the value of unlabeled samples. An iterative update rule is also derived to ensure adaptation of the assessment model to real-time data at low computational costs. We also provide theoretical analyses to illustrate its practicality. Several experiments regarding the JiaoLong deep-sea manned submersible are carried out. The results demonstrate that the proposed ODH-BLS method achieves a performance improvement of approximately 8% over the baseline method on the benchmark dataset, showing its effectiveness in solving real-time safety assessment tasks for dynamic systems.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"36 12","pages":"8928-8938"},"PeriodicalIF":8.9,"publicationDate":"2024-11-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142636267","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
SE Factual Knowledge in Frozen Giant Code Model: A Study on FQN and Its Retrieval 冷冻巨码模型中的 SE 事实知识:FQN 及其检索研究
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-12 DOI: 10.1109/TKDE.2024.3436883
Qing Huang;Dianshu Liao;Zhenchang Xing;Zhiqiang Yuan;Qinghua Lu;Xiwei Xu;Jiaxing Lu
Giant pre-trained code models (PCMs) start coming into the developers’ daily practices. Understanding the type and amount of software knowledge in PCMs is essential for integrating PCMs into software engineering (SE) tasks and unlocking their potential. In this work, we conduct the first systematic study on the SE factual knowledge in the state-of-the-art PCM CoPilot, focusing on APIs’ Fully Qualified Names (FQNs), the fundamental knowledge for effective code analysis, search and reuse. Driven by FQNs’ data distribution properties, we design a novel lightweight in-context learning on Copilot for FQN inference, which does not require code compilation as traditional methods or gradient update by recent FQN prompt-tuning. We systematically experiment with five in-context learning design factors to identify the best configuration for practical use. With this best configuration, we investigate the impact of example prompts and FQN data properties on CoPilot's FQN inference capability. Our results confirm that CoPilot stores diverse FQN knowledge and can be applied for FQN inference due to its high accuracy and non-reliance on code analysis. Additionally, our extended study shows that the in-context learning method can be generalized to retrieve other SE factual knowledge embedded in giant PCMs. Furthermore, we find that the advanced general model GPT-4 also stores substantial SE knowledge. Comparing FQN inference between CoPilot and GPT-4, we observe that as model capabilities improve, the same prompts yield better results. Based on our experience interacting with Copilot, we discuss various opportunities to improve human-CoPilot interaction in the FQN inference task.
巨型预训练代码模型(PCM)开始进入开发人员的日常工作。了解 PCM 中软件知识的类型和数量对于将 PCM 整合到软件工程(SE)任务中并释放其潜力至关重要。在这项工作中,我们首次对最先进的 PCM CoPilot 中的 SE 事实知识进行了系统研究,重点关注 API 的完全限定名称(FQN),这是有效代码分析、搜索和重用的基础知识。在 FQN 数据分布特性的驱动下,我们在 Copilot 上设计了一种用于 FQN 推断的新型轻量级上下文学习方法,它不需要像传统方法那样进行代码编译,也不需要通过最近的 FQN 提示调整进行梯度更新。我们系统地试验了五种上下文学习设计因素,以确定实际应用中的最佳配置。在这种最佳配置下,我们研究了示例提示和 FQN 数据属性对 CoPilot FQN 推断能力的影响。我们的研究结果证实,CoPilot 可存储各种 FQN 知识,并且由于其高精度和不依赖代码分析,可用于 FQN 推断。此外,我们的扩展研究还表明,上下文学习方法可以推广到检索巨型 PCM 中嵌入的其他 SE 事实知识。此外,我们还发现高级通用模型 GPT-4 也存储了大量 SE 知识。对比 CoPilot 和 GPT-4 的 FQN 推断,我们发现随着模型能力的提高,相同的提示会产生更好的结果。根据我们与 Copilot 交互的经验,我们讨论了在 FQN 推断任务中改进人类与 CoPilot 交互的各种机会。
{"title":"SE Factual Knowledge in Frozen Giant Code Model: A Study on FQN and Its Retrieval","authors":"Qing Huang;Dianshu Liao;Zhenchang Xing;Zhiqiang Yuan;Qinghua Lu;Xiwei Xu;Jiaxing Lu","doi":"10.1109/TKDE.2024.3436883","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3436883","url":null,"abstract":"Giant pre-trained code models (PCMs) start coming into the developers’ daily practices. Understanding the type and amount of software knowledge in PCMs is essential for integrating PCMs into software engineering (SE) tasks and unlocking their potential. In this work, we conduct the first systematic study on the SE factual knowledge in the state-of-the-art PCM CoPilot, focusing on APIs’ Fully Qualified Names (FQNs), the fundamental knowledge for effective code analysis, search and reuse. Driven by FQNs’ data distribution properties, we design a novel lightweight in-context learning on Copilot for FQN inference, which does not require code compilation as traditional methods or gradient update by recent FQN prompt-tuning. We systematically experiment with five in-context learning design factors to identify the best configuration for practical use. With this best configuration, we investigate the impact of example prompts and FQN data properties on CoPilot's FQN inference capability. Our results confirm that CoPilot stores diverse FQN knowledge and can be applied for FQN inference due to its high accuracy and non-reliance on code analysis. Additionally, our extended study shows that the in-context learning method can be generalized to retrieve other SE factual knowledge embedded in giant PCMs. Furthermore, we find that the advanced general model GPT-4 also stores substantial SE knowledge. Comparing FQN inference between CoPilot and GPT-4, we observe that as model capabilities improve, the same prompts yield better results. Based on our experience interacting with Copilot, we discuss various opportunities to improve human-CoPilot interaction in the FQN inference task.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"36 12","pages":"9220-9234"},"PeriodicalIF":8.9,"publicationDate":"2024-11-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142600273","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
Early Detection of Multimodal Fake News via Reinforced Propagation Path Generation 基于强化传播路径生成的多模态假新闻早期检测
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-12 DOI: 10.1109/TKDE.2024.3496701
Litian Zhang;Xiaoming Zhang;Ziyi Zhou;Xi Zhang;Senzhang Wang;Philip S. Yu;Chaozhuo Li
Amidst the rapid propagation of multimodal fake news across social media platforms, the detection of fake news has emerged as a prime research pursuit. To detect heightened level of meticulous fabrications, propagation paths are introduced to provide nuanced social context that enhances the basic semantic analysis of the news content. However, existing propagation-enhanced models encounter a dilemma between detection efficacy and social hazard. In this paper, we explore the innovative problem of early fake news detection through the generation of propagation paths, capable of benefiting from the extensive social context within propagation paths while mitigating potential social hazards. To address these challenges, we propose a novel Reinforced Propagation Path Generation Fake News Detection model, RPPG-Fake. Departing from conventional discriminative approaches, RPPG-Fake captures the propagation topology pattern from a heterogeneous social graph and generates the propagation paths to detect fake news effectively under a reinforcement learning paradigm. Our proposal is extensively evaluated over three popular datasets, and experimental results demonstrate the superiority of our proposal.
随着假新闻在社交媒体平台上的快速传播,假新闻的检测已经成为一个主要的研究目标。为了检测高水平的精心捏造,引入传播路径来提供细微的社会背景,从而增强对新闻内容的基本语义分析。然而,现有的传播增强模型遇到了检测效率和社会风险之间的困境。在本文中,我们通过生成传播路径来探索假新闻早期检测的创新问题,能够从传播路径内广泛的社会背景中受益,同时减轻潜在的社会危害。为了解决这些挑战,我们提出了一种新的增强传播路径生成假新闻检测模型,RPPG-Fake。与传统的判别方法不同,RPPG-Fake从异质社交图中捕获传播拓扑模式,并在强化学习范式下生成传播路径,有效地检测假新闻。我们的提议在三个流行的数据集上进行了广泛的评估,实验结果证明了我们的提议的优越性。
{"title":"Early Detection of Multimodal Fake News via Reinforced Propagation Path Generation","authors":"Litian Zhang;Xiaoming Zhang;Ziyi Zhou;Xi Zhang;Senzhang Wang;Philip S. Yu;Chaozhuo Li","doi":"10.1109/TKDE.2024.3496701","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3496701","url":null,"abstract":"Amidst the rapid propagation of multimodal fake news across social media platforms, the detection of fake news has emerged as a prime research pursuit. To detect heightened level of meticulous fabrications, propagation paths are introduced to provide nuanced social context that enhances the basic semantic analysis of the news content. However, existing propagation-enhanced models encounter a dilemma between detection efficacy and social hazard. In this paper, we explore the innovative problem of early fake news detection through the generation of propagation paths, capable of benefiting from the extensive social context within propagation paths while mitigating potential social hazards. To address these challenges, we propose a novel Reinforced Propagation Path Generation Fake News Detection model, \u0000<italic>RPPG-Fake</i>\u0000. Departing from conventional discriminative approaches, \u0000<italic>RPPG-Fake</i>\u0000 captures the propagation topology pattern from a heterogeneous social graph and generates the propagation paths to detect fake news effectively under a reinforcement learning paradigm. Our proposal is extensively evaluated over three popular datasets, and experimental results demonstrate the superiority of our proposal.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"37 2","pages":"613-625"},"PeriodicalIF":8.9,"publicationDate":"2024-11-12","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142940766","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
Finding Antagonistic Communities in Signed Uncertain Graphs 在签名不确定图中寻找对抗群落
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-11 DOI: 10.1109/TKDE.2024.3496586
Qiqi Zhang;Lingyang Chu;Zijin Zhao;Jian Pei
Many real-world networks are signed networks with positive and negative edge weights, such as social networks with positive (friend) or negative (foe) relationships between users, and gene interaction networks with positive (stimulatory) or negative (inhibitory) interactions between genes. A well-known data mining task in signed networks is to find groups of antagonistic communities, where the vertices in the same community have a strong positive relationship and the vertices in different communities have a strong negative relationship. Most existing methods find antagonistic communities by modelling a signed network as a static graph with constant positive and negative edge weights. However, since the relationship between vertices is often uncertain in many real-world networks, it is more practical and accurate to capture the uncertainty of the relationship in the network by a signed uncertain graph (SUG), where each edge is independently associated with a discrete probability distribution of signed edge weights. How to find groups of antagonistic communities in a SUG is a challenging data mining task that has not been systematically tackled before. In this paper, we propose a novel method to tackle this task. We first model a group of antagonistic communities by a set of subgraphs, where the vertices in the same subgraph have a large expectation of positive edge weights and the vertices in different subgraphs have a large expectation of negative edge weights. Then, we propose a method to efficiently find significant groups of antagonistic communities by restricting all the computations on small local subgraphs of the SUG. Extensive experiments on seven real-world datasets and a synthetic dataset demonstrate the outstanding effectiveness and efficiency of the proposed method.
许多现实世界的网络是具有正边权和负边权的签名网络,例如用户之间具有积极(朋友)或消极(敌人)关系的社交网络,以及基因之间具有积极(刺激)或消极(抑制)相互作用的基因交互网络。在签名网络中,一个众所周知的数据挖掘任务是找到敌对社区群体,其中同一社区中的顶点具有强烈的正相关关系,而不同社区中的顶点具有强烈的负相关关系。现有的大多数方法是通过将签名网络建模为具有恒定正负边权的静态图来寻找对抗群落。然而,由于在许多现实世界的网络中,顶点之间的关系往往是不确定的,因此通过有符号不确定图(SUG)来捕捉网络中关系的不确定性更为实际和准确,其中每个边都独立地与有符号边权重的离散概率分布相关联。如何在SUG中找到对立群体是一项具有挑战性的数据挖掘任务,以前没有系统地解决过。在本文中,我们提出了一种新的方法来解决这个问题。我们首先通过一组子图来建模一组对立群落,其中同一子图中的顶点具有较大的正边权期望,而不同子图中的顶点具有较大的负边权期望。然后,我们提出了一种将所有计算限制在SUG的小局部子图上的方法来有效地找到对抗群落的显著群。在7个真实数据集和一个合成数据集上的大量实验证明了该方法的有效性和高效性。
{"title":"Finding Antagonistic Communities in Signed Uncertain Graphs","authors":"Qiqi Zhang;Lingyang Chu;Zijin Zhao;Jian Pei","doi":"10.1109/TKDE.2024.3496586","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3496586","url":null,"abstract":"Many real-world networks are signed networks with positive and negative edge weights, such as social networks with positive (friend) or negative (foe) relationships between users, and gene interaction networks with positive (stimulatory) or negative (inhibitory) interactions between genes. A well-known data mining task in signed networks is to find groups of antagonistic communities, where the vertices in the same community have a strong positive relationship and the vertices in different communities have a strong negative relationship. Most existing methods find antagonistic communities by modelling a signed network as a static graph with constant positive and negative edge weights. However, since the relationship between vertices is often uncertain in many real-world networks, it is more practical and accurate to capture the uncertainty of the relationship in the network by a signed uncertain graph (SUG), where each edge is independently associated with a discrete probability distribution of signed edge weights. How to find groups of antagonistic communities in a SUG is a challenging data mining task that has not been systematically tackled before. In this paper, we propose a novel method to tackle this task. We first model a group of antagonistic communities by a set of subgraphs, where the vertices in the same subgraph have a large expectation of positive edge weights and the vertices in different subgraphs have a large expectation of negative edge weights. Then, we propose a method to efficiently find significant groups of antagonistic communities by restricting all the computations on small local subgraphs of the SUG. Extensive experiments on seven real-world datasets and a synthetic dataset demonstrate the outstanding effectiveness and efficiency of the proposed method.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"37 2","pages":"655-669"},"PeriodicalIF":8.9,"publicationDate":"2024-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142940885","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
In Search of a Memory-Efficient Framework for Online Cardinality Estimation 在线基数估计的内存效率框架研究
IF 8.9 2区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE Pub Date : 2024-11-11 DOI: 10.1109/TKDE.2024.3486571
Xun Song;Jiaqi Zheng;Hao Qian;Shiju Zhao;Hongxuan Zhang;Xuntao Pan;Guihai Chen
Estimating per-flow cardinality from high-speed data streams has many applications such as anomaly detection and resource allocation. Yet despite tracking single flow cardinality with approximation algorithms offered, there remain algorithmical challenges for monitoring multi-flows especially under unbalanced cardinality distribution: existing methods adopt a uniform sketch layout and incur a large memory footprint to achieve high accuracy. Furthermore, they are hard to implement in the compact hardware used for line-rate processing. In this paper, we propose Couper, a memory-efficient measurement framework that can estimate cardinality for multi-flows under unbalanced cardinality distribution. We propose a two-layer structure based on a classic coupon collector's principle, where numerous mice flows are confined to the first layer and only the potential elephant flows are allowed to enter the second layer. Our two-layer structure can better fit the unbalanced cardinality distribution in practice and achieve much higher memory efficiency. We implement Couper in both software and hardware. Extensive evaluation under real-world and synthetic data traces show more than 20× improvements in terms of memory-efficiency compared to state-of-the-art.
从高速数据流中估计每流基数有许多应用,如异常检测和资源分配。然而,尽管提供了近似算法来跟踪单个流的基数,但在监测多流时仍然存在算法上的挑战,特别是在基数分布不平衡的情况下:现有的方法采用统一的草图布局,并且会产生大量的内存占用来实现高精度。此外,它们很难在用于线速率处理的紧凑硬件中实现。在本文中,我们提出了Couper,一个内存效率的测量框架,可以估计不平衡基数分布下的多流的基数。我们提出了一个基于经典优惠券收集器原理的双层结构,其中许多老鼠流被限制在第一层,只有潜在的大象流被允许进入第二层。我们的双层结构可以更好地适应实践中的不平衡基数分布,并获得更高的内存效率。我们在软件和硬件上都实现了Couper。在真实世界和合成数据跟踪下进行的广泛评估显示,与最先进的内存效率相比,内存效率提高了20倍以上。
{"title":"In Search of a Memory-Efficient Framework for Online Cardinality Estimation","authors":"Xun Song;Jiaqi Zheng;Hao Qian;Shiju Zhao;Hongxuan Zhang;Xuntao Pan;Guihai Chen","doi":"10.1109/TKDE.2024.3486571","DOIUrl":"https://doi.org/10.1109/TKDE.2024.3486571","url":null,"abstract":"Estimating per-flow cardinality from high-speed data streams has many applications such as anomaly detection and resource allocation. Yet despite tracking single flow cardinality with approximation algorithms offered, there remain algorithmical challenges for monitoring multi-flows especially under unbalanced cardinality distribution: existing methods adopt a uniform sketch layout and incur a large memory footprint to achieve high accuracy. Furthermore, they are hard to implement in the compact hardware used for line-rate processing. In this paper, we propose Couper, a memory-efficient measurement framework that can estimate cardinality for multi-flows under unbalanced cardinality distribution. We propose a two-layer structure based on a classic coupon collector's principle, where numerous mice flows are confined to the first layer and only the potential elephant flows are allowed to enter the second layer. Our two-layer structure can better fit the unbalanced cardinality distribution in practice and achieve much higher memory efficiency. We implement Couper in both software and hardware. Extensive evaluation under real-world and synthetic data traces show more than 20× improvements in terms of memory-efficiency compared to state-of-the-art.","PeriodicalId":13496,"journal":{"name":"IEEE Transactions on Knowledge and Data Engineering","volume":"37 1","pages":"392-407"},"PeriodicalIF":8.9,"publicationDate":"2024-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"142810296","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学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1