期刊文献+
共找到829篇文章
< 1 2 42 >
每页显示 20 50 100
基于Graph Transformer和自编码器的多层次业务流程异常检测方法
1
作者 方新升 方贤文 +1 位作者 刘聪 卢可 《计算机集成制造系统》 北大核心 2026年第3期975-989,共15页
由于各种因素的影响,业务流程不可避免地会出现异常情况,精准地检测出执行中的异常,能够保障流程的合理运行。目前先进的异常检测技术利用深度学习方法,通过编码的方式来输入流程中的控制流和数据流信息以实现对活动、时间等属性的异常... 由于各种因素的影响,业务流程不可避免地会出现异常情况,精准地检测出执行中的异常,能够保障流程的合理运行。目前先进的异常检测技术利用深度学习方法,通过编码的方式来输入流程中的控制流和数据流信息以实现对活动、时间等属性的异常检测,但是该方式难以表征流程活动间的行为关系且控制流和数据流交互不具体,针对该问题,本文提出一种基于Graph Transformer和自编码器的多层次业务流程异常检测方法(MLGTAE),该方法首先利用Petri网表征流程中的实体行为,并结合流程中的时间、资源等数据属性实现多层次迹图的构造,然后通过Graph Transformer作为编码器提取图中的行为信息和数据信息,最后利用注意力机制实现行为和数据的深度交互,并利用解码器重建检测异常。该方法通过多个真实数据集进行验证,结果表明提出的方法在活动层次和数据属性层次上的异常检测效果都优于对比方法。 展开更多
关键词 PETRI网 graph Transformer 行为足迹 行为关系 业务流程异常检测
在线阅读 下载PDF
Graph Representation Consistency Enhancement via Graph Transformer for Fault Diagnosis of Complex Industrial Systems
2
作者 Fang Hao Puyuan Hu +1 位作者 Yumo Jiang Ruonan Liu 《Computers, Materials & Continua》 2026年第5期1477-1491,共15页
Industrial fault diagnosis is a critical challenge in complex systems,where sensor data is often noisy and interdependencies between components are difficult to capture.Traditional methods struggle to effectively mode... Industrial fault diagnosis is a critical challenge in complex systems,where sensor data is often noisy and interdependencies between components are difficult to capture.Traditional methods struggle to effectively model these complexities.This paper presents a novel approach by transforming fault diagnosis into a graph recognition task,using sensor data represented as graph-structured data with the k-nearest neighbors(KNN)algorithm.A Graph Transformer is applied to extract node and graph features,with a combined loss function of cross-entropy and weighted consistency loss to stabilize graph representations.Experiments on the TFF dataset show that Graph Transformer combined with consistency loss outperforms conventional methods in fault diagnosis accuracy,offering a promising solution for enhancing fault detection in industrial systems. 展开更多
关键词 graph neural networks graph transformer consistency loss
在线阅读 下载PDF
Advanced High-Order Graph Convolutional Networks With Assorted Time-Frequency Transforms
3
作者 Ling Wang Ye Yuan Xin Luo 《IEEE/CAA Journal of Automatica Sinica》 2026年第2期394-408,共15页
A dynamic graph(DG)is adopted to portray the evolving interplay between nodes in real-world scenarios prevalently.A high-order graph convolutional network(HGCN)is equipped with the ability to represent a DG by the spa... A dynamic graph(DG)is adopted to portray the evolving interplay between nodes in real-world scenarios prevalently.A high-order graph convolutional network(HGCN)is equipped with the ability to represent a DG by the spatial-temporal message passing mechanism built on tensor product.Concretely,an HGCN utilizes the discrete Fourier transform(DFT)to implement temporal message passing and then employs face-wise product to realize spatial message passing.However,DFT is only a special case of assorted time-frequency transforms,which considers the complex temporal patterns partially,thereby resulting in an inaccurate temporal message passing possibly.To address this issue,this study proposes six advanced time-frequency transform-incorporated HGCNs(TF-HGCNs)with discrete Fourier,discrete Hartley,discrete cosine,Haar wavelet,Walsh Hadamard,and slant transforms.In addition,a potent ensemble is built regarding the proposed six TF-HGCNs as the bases.Finally,the corresponding theoretical proof is presented.Empirical studies on six DG datasets demonstrate that owing to diverse time-frequency transforms,the proposed six TF-HGCNs significantly outperform state-of-the-art models in addressing the task of link weight estimation.Moreover,their ensemble outstrips each base's performance. 展开更多
关键词 Dynamic graph(DG)learning ENSEMBLE graph representation learning high-order graph convolution network(HGCN) time-frequency transform tensor product
在线阅读 下载PDF
Neuro-Symbolic Graph Learning for Causal Inference and Continual Learning in Mental-Health Risk Assessment
4
作者 Monalisa Jena Noman Khan +1 位作者 Mi Young Lee Seungmin Rho 《Computer Modeling in Engineering & Sciences》 2026年第1期1311-1338,共28页
Mental-health risk detection seeks early signs of distress from social media posts and clinical transcripts to enable timely intervention before crises.When such risks go undetected,consequences can escalate to self-h... Mental-health risk detection seeks early signs of distress from social media posts and clinical transcripts to enable timely intervention before crises.When such risks go undetected,consequences can escalate to self-harm,long-term disability,reduced productivity,and significant societal and economic burden.Despite recent advances,detecting risk from online text remains challenging due to heterogeneous language,evolving semantics,and the sequential emergence of new datasets.Effective solutions must encode clinically meaningful cues,reason about causal relations,and adapt to new domains without forgetting prior knowledge.To address these challenges,this paper presents a Continual Neuro-Symbolic Graph Learning(CNSGL)framework that unifies symbolic reasoning,causal inference,and continual learning within a single architecture.Each post is represented as a symbolic graph linking clinically relevant tags to textual content,enriched with causal edges derived from directional Point-wise Mutual Information(PMI).A two-layer Graph Convolutional Network(GCN)encodes these graphs,and a Transformer-based attention pooler aggregates node embeddings while providing interpretable tag-level importances.Continual adaptation across datasets is achieved through the Multi-Head Freeze(MH-Freeze)strategy,which freezes a shared encoder and incrementally trains lightweight task-specific heads(small classifiers attached to the shared embedding).Experimental evaluations across six diverse mental-health datasets ranging from Reddit discourse to clinical interviews,demonstrate that MH-Freeze consistently outperforms existing continual-learning baselines in both discriminative accuracy and calibration reliability.Across six datasets,MH-Freeze achieves up to 0.925 accuracy and 0.923 F1-Score,with AUPRC≥0.934 and AUROC≥0.942,consistently surpassing all continual-learning baselines.The results confirm the framework’s ability to preserve prior knowledge,adapt to domain shifts,and maintain causal interpretability,establishing CNSGL as a promising step toward robust,explainable,and lifelong mental-health risk assessment. 展开更多
关键词 Catastrophic forgetting causal inference continual learning deep learning graph convolutional network mental health monitoring transformer
在线阅读 下载PDF
EdgeST-Fusion:A Cross-Modal Federated Learning and Graph Transformer Framework for Multimodal Spatiotemporal Data Analytics in Smart City Consumer Electronics
5
作者 Mohammed M.Alenazi 《Computers, Materials & Continua》 2026年第5期1376-1408,共33页
Multimodal spatiotemporal data from smart city consumer electronics present critical challenges including cross-modal temporal misalignment,unreliable data quality,limited joint modeling of spatial and temporal depend... Multimodal spatiotemporal data from smart city consumer electronics present critical challenges including cross-modal temporal misalignment,unreliable data quality,limited joint modeling of spatial and temporal dependencies,and weak resilience to adversarial updates.To address these limitations,EdgeST-Fusion is introduced as a cross-modal federated graph transformer framework for context-aware smart city analytics.The architecture integrates cross-modal embedding networks for modality alignment,graph transformer encoders for spatial dependency modeling,temporal self-attention for dynamic pattern learning,and adaptive anomaly detection to ensure data quality and security during aggregation.A privacy-preserving federated learning protocol with differential privacy guarantees enables collaborative model training without centralizing sensitive data.The framework employs data-quality-aware weighted aggregation to enhance robustness against noisy and malicious client updates.Experimental evaluation on the GeoLife,PeMS-Bay,and SmartHome+datasets demonstrates that EdgeST-Fusion achieves 21.8%improvement in prediction accuracy,35.7%reduction in communication overhead,and 29.4%enhancement in security resilience compared to recent baselines.Real-world deployment across three smart city testbeds validates practical viability with 90.0%average accuracy and sub-250 ms inference latency.The proposed framework remains feasible for deployment on heterogeneous and resource-constrained consumer electronics devices whilemaintaining strong privacy guarantees and scalability for large-scale urban environments. 展开更多
关键词 Federated learning graph transformer spatiotemporal analytics consumer electronics smart cities cross-modal fusion edge computing privacy preservation
在线阅读 下载PDF
Knowledge graph-enhanced framework for electric power engineering report generation
6
作者 Chen Qian Yu-Yan Chen +3 位作者 Jia-Ying Yang Xiao-Wen Le Xiao-Yang Shen Yi-Heng Zeng 《Journal of Electronic Science and Technology》 2026年第1期46-64,共19页
Due to the complex structural hierarchy,with deeply nested associative relations between entities such as equipment,specifications,and business processes,intelligent power grid engineering is challenging.Meanwhile,lim... Due to the complex structural hierarchy,with deeply nested associative relations between entities such as equipment,specifications,and business processes,intelligent power grid engineering is challenging.Meanwhile,limited by the fragmented data and loss of contextual information,the generated reports are prone to the problems such as content redundancy and omission of critical information,failing to meet the demands of efficient decision-making and accurate management in modern power systems.To address these issues,this paper proposes a knowledge graph(KG)-enhanced framework to automatically generate electric power engineering reports.In the KG construction phase,a feature-fused entity recognition model named BERT-BiLSTM-CRF is adopted to improve the accuracy of entity recognition in scenarios involving power engineering professional terminology,thereby solving the problem of ambiguous entity boundaries in traditional models;then a BERT-attention relation extraction model is proposed to enhance the completeness of extracting complex hierarchical and implicit relations in power grid data.In the report generation phase,an improved Transformer architecture is adopted to accurately transform structured knowledge into natural language reports that comply with engineering specifications,addressing the issue of semantic inconsistency caused by the loss of structural information in existing models.By validating with real-world projects,the results show that the proposed framework significantly outperforms existing baseline models in entity recognition,confirming its superiority and applicability in practical engineering. 展开更多
关键词 Entity recognition Improved Transformer model Knowledge graph enhancement Power grid engineering report generation Relation extraction
在线阅读 下载PDF
Spatio-Temporal Graph Neural Networks with Elastic-Band Transform for Solar Radiation Prediction
7
作者 Guebin Choi 《Computer Modeling in Engineering & Sciences》 2026年第1期848-872,共25页
This study proposes a novel forecasting framework that simultaneously captures the strong periodicity and irregular meteorological fluctuations inherent in solar radiation time series.Existing approaches typically def... This study proposes a novel forecasting framework that simultaneously captures the strong periodicity and irregular meteorological fluctuations inherent in solar radiation time series.Existing approaches typically define inter-regional correlations using either simple correlation coefficients or distance-based measures when applying spatio-temporal graph neural networks(STGNNs).However,such definitions are prone to generating spurious correlations due to the dominance of periodic structures.To address this limitation,we adopt the Elastic-Band Transform(EBT)to decompose solar radiation into periodic and amplitude-modulated components,which are then modeled independently with separate graph neural networks.The periodic component,characterized by strong nationwide correlations,is learned with a relatively simple architecture,whereas the amplitude-modulated component is modeled with more complex STGNNs that capture climatological similarities between regions.The predictions from the two components are subsequently recombined to yield final forecasts that integrate both periodic patterns and aperiodic variability.The proposed framework is validated with multiple STGNN architectures,and experimental results demonstrate improved predictive accuracy and interpretability compared to conventional methods. 展开更多
关键词 Spatio-temporal graph neural network(STGNN) elastic-band transform(EBT) solar radiation fore-casting spurious correlation time series decomposition
在线阅读 下载PDF
Graph Transformers研究进展综述 被引量:4
8
作者 周诚辰 于千城 +2 位作者 张丽丝 胡智勇 赵明智 《计算机工程与应用》 CSCD 北大核心 2024年第14期37-49,共13页
随着图结构数据在各种实际场景中的广泛应用,对其进行有效建模和处理的需求日益增加。Graph Transformers(GTs)作为一类使用Transformers处理图数据的模型,能够有效缓解传统图神经网络(GNN)中存在的过平滑和过挤压等问题,因此可以学习... 随着图结构数据在各种实际场景中的广泛应用,对其进行有效建模和处理的需求日益增加。Graph Transformers(GTs)作为一类使用Transformers处理图数据的模型,能够有效缓解传统图神经网络(GNN)中存在的过平滑和过挤压等问题,因此可以学习到更好的特征表示。根据对近年来GTs相关文献的研究,将现有的模型架构分为两类:第一类通过绝对编码和相对编码向Transformers中加入图的位置和结构信息,以增强Transformers对图结构数据的理解和处理能力;第二类根据不同的方式(串行、交替、并行)将GNN与Transformers进行结合,以充分利用两者的优势。介绍了GTs在信息安全、药物发现和知识图谱等领域的应用,对比总结了不同用途的模型及其优缺点。最后,从可扩展性、复杂图、更好的结合方式等方面分析了GTs未来研究面临的挑战。 展开更多
关键词 graph transformers(gts) 图神经网络 图表示学习 异构图
在线阅读 下载PDF
Graph Transformer技术与研究进展:从基础理论到前沿应用 被引量:2
9
作者 游浩 丁苍峰 +2 位作者 马乐荣 延照耀 曹璐 《计算机应用研究》 北大核心 2025年第4期975-986,共12页
图数据处理是一种用于分析和操作图结构数据的方法,广泛应用于各个领域。Graph Transformer作为一种直接学习图结构数据的模型框架,结合了Transformer的自注意力机制和图神经网络的方法,是一种新型模型。通过捕捉节点间的全局依赖关系... 图数据处理是一种用于分析和操作图结构数据的方法,广泛应用于各个领域。Graph Transformer作为一种直接学习图结构数据的模型框架,结合了Transformer的自注意力机制和图神经网络的方法,是一种新型模型。通过捕捉节点间的全局依赖关系和精确编码图的拓扑结构,Graph Transformer在节点分类、链接预测和图生成等任务中展现出卓越的性能和准确性。通过引入自注意力机制,Graph Transformer能够有效捕捉节点和边的局部及全局信息,显著提升模型效率和性能。深入探讨Graph Transformer模型,涵盖其发展背景、基本原理和详细结构,并从注意力机制、模块架构和复杂图处理能力(包括超图、动态图)三个角度进行细分分析。全面介绍Graph Transformer的应用现状和未来发展趋势,并探讨其存在的问题和挑战,提出可能的改进方法和思路,以推动该领域的研究和应用进一步发展。 展开更多
关键词 图神经网络 graph Transformer 图表示学习 节点分类
在线阅读 下载PDF
基于Graph Transformer的无人机全覆盖路径规划方法
10
作者 陈旭 王从庆 +1 位作者 曾强 李战 《计算机测量与控制》 2025年第12期224-229,277,共7页
为了实现无人机对三维结构的损伤检测,同时避免无人机与三维结构之间的碰撞,保证检测过程的准确、高效,针对无人机全覆盖路径规划问题,提出了一种基于Graph Transformer的无人机全覆盖路径规划方法:将其视为旅行商问题的变体,在全连接... 为了实现无人机对三维结构的损伤检测,同时避免无人机与三维结构之间的碰撞,保证检测过程的准确、高效,针对无人机全覆盖路径规划问题,提出了一种基于Graph Transformer的无人机全覆盖路径规划方法:将其视为旅行商问题的变体,在全连接图上用图神经网络进行求解;在图神经网络中引入了注意力模块,缓解了图神经网络中稀疏消息传递的局限性;结合图卷积和注意力机制对节点和边进行特征提取;在解码器中评估每条边在解中存在的概率,生成概率热力图;通过波束搜索获得初步解,并使用局部搜索进行优化;实验结果表明,与基于强化学习、搜索的深度学习方法以及改进的蚁群方法和遗传算法相比,该方法在性能表现、泛化性等方面具有显著优势;并适用于二维和三维空间中的欧氏距离及非欧氏距离情况,在无人机导航和全覆盖路径规划方面具有很好的应用价值。 展开更多
关键词 graph Transformer 全覆盖路径规划 图神经网络 旅行商问题 注意力机制
在线阅读 下载PDF
GT-A^(2)T:Graph Tensor Alliance Attention Network 被引量:1
11
作者 Ling Wang Kechen Liu Ye Yuan 《IEEE/CAA Journal of Automatica Sinica》 2025年第10期2165-2167,共3页
Dear Editor,This letter proposes the graph tensor alliance attention network(GT-A^(2)T)to represent a dynamic graph(DG)precisely.Its main idea includes 1)Establishing a unified spatio-temporal message propagation fram... Dear Editor,This letter proposes the graph tensor alliance attention network(GT-A^(2)T)to represent a dynamic graph(DG)precisely.Its main idea includes 1)Establishing a unified spatio-temporal message propagation framework on a DG via the tensor product for capturing the complex cohesive spatio-temporal interdependencies precisely and 2)Acquiring the alliance attention scores by node features and favorable high-order structural correlations. 展开更多
关键词 spatio temporal message propagation alliance attention scores high order structural correlations graph tensor alliance attention network gt t node features graph tensor dynamic graph alliance attention
在线阅读 下载PDF
Cyclical Training Framework with Graph Feature Optimization for Knowledge Graph Reasoning
12
作者 Xiaotong Han Yunqi Jiang +1 位作者 Haitao Wang Yuan Tian 《Computers, Materials & Continua》 2025年第5期1951-1971,共21页
Knowledge graphs(KGs),which organize real-world knowledge in triples,often suffer from issues of incompleteness.To address this,multi-hop knowledge graph reasoning(KGR)methods have been proposed for interpretable know... Knowledge graphs(KGs),which organize real-world knowledge in triples,often suffer from issues of incompleteness.To address this,multi-hop knowledge graph reasoning(KGR)methods have been proposed for interpretable knowledge graph completion.The primary approaches to KGR can be broadly classified into two categories:reinforcement learning(RL)-based methods and sequence-to-sequence(seq2seq)-based methods.While each method has its own distinct advantages,they also come with inherent limitations.To leverage the strengths of each method while addressing their weaknesses,we propose a cyclical training method that alternates for several loops between the seq2seq training phase and the policy-based RL training phase using a transformer architecture.Additionally,a multimodal data encoding(MDE)module is introduced to improve the representation of entities and relations in KGs.TheMDE module treats entities and relations as distinct modalities,processing each with a dedicated network specialized for its respective modality.It then combines the representations of entities and relations in a dynamic and fine-grained manner using a gating mechanism.The experimental results from the knowledge graph completion task highlight the effectiveness of the proposed framework.Across five benchmark datasets,our framework achieves an average improvement of 1.7%in the Hits@1 metric and a 0.8%average increase in the Mean Reciprocal Rank(MRR)compared to other strong baseline methods.Notably,the maximum improvement in Hits@1 exceeds 4%,further demonstrating the effectiveness of the proposed approach. 展开更多
关键词 Knowledge graph reinforcement learning TRANSFORMER
在线阅读 下载PDF
DHGT-DTI:Advancing drug-target interaction prediction through a dual-view heterogeneous network with GraphSAGE and Graph Transformer
13
作者 Mengdi Wang Xiujuan Lei +2 位作者 Ling Guo Ming Chen Yi Pan 《Journal of Pharmaceutical Analysis》 2025年第10期2442-2456,共15页
Computational approaches for predicting drug-target interactions(DTIs)are pivotal in advancing drug discovery.Current methodologies leveraging heterogeneous networks often fall short in fully integrating both local an... Computational approaches for predicting drug-target interactions(DTIs)are pivotal in advancing drug discovery.Current methodologies leveraging heterogeneous networks often fall short in fully integrating both local and global network information.To comprehensively consider network information,we propose DHGT-DTI,a novel deep learning-based approach for DTI prediction.Specifically,we capture the local and global structural information of the network from both neighborhood and meta-path per-spectives.In the neighborhood perspective,we employ a heterogeneous graph neural network(HGNN),which extends Graph Sample and Aggregate(GraphSAGE)to handle diverse node and edge types,effectively learning local network structures.In the meta-path perspective,we introduce a Graph Transformer with residual connections to model higher-order relationships defined by meta-paths,such as"drug-disease-drug",and use an attention mechanism to fuse information across multiple meta-paths.The learned features from these dual perspectives are synergistically integrated for DTI prediction via a matrix decomposition method.Furthermore,DHGT-DTI reconstructs not only the DTI network but also auxiliary networks to bolster prediction accuracy.Comprehensive experiments on two benchmark datasets validate the superiority of DHGT-DTI over existing baseline methods.Additionally,case studies on six drugs used to treat Parkinson's disease not only validate the practical utility of DHGT-DTI but also highlight its broader potential in accelerating drug discovery for other diseases. 展开更多
关键词 Drug-target interaction(DTI) graph Transformer graph sample and aggregate(graphSAGE) Heterogeneous network
在线阅读 下载PDF
基于T-Graphormer的电网碳排放因子预测方法 被引量:1
14
作者 湛国华 张先勇 +2 位作者 魏圣莹 张孝顺 李丽 《综合智慧能源》 2025年第6期30-36,共7页
电网碳排放因子是衡量电能对环境影响程度的重要指标,对未来时段电网碳排放因子的高精度预测是引导用户主动参与需求侧响应,实现电能利用清洁化和低碳化的关键。基于电网能量流的典型时空融合特性,提出一种基于T-Graphormer图神经网络... 电网碳排放因子是衡量电能对环境影响程度的重要指标,对未来时段电网碳排放因子的高精度预测是引导用户主动参与需求侧响应,实现电能利用清洁化和低碳化的关键。基于电网能量流的典型时空融合特性,提出一种基于T-Graphormer图神经网络的小时级电网碳排放因子预测模型。模型利用电网节点连接拓扑信息及历史电网碳排放因子数据,通过门控时间卷积块将电网碳排放因子映射到高维空间,将中心编码和位置编码嵌入节点特征,进而利用编码器与解码器进行时空数据挖掘,最后通过多层感知机得到电网碳排放因子的预测值。基于英国国家电网划分区域的电网碳排放因子数据对所提预测模型性能进行了验证,预测效果优于传统图神经网络预测模型。 展开更多
关键词 电网碳排放因子 T-graphormer 图神经网络 TRANSFORMER 时间序列 需求侧响应
在线阅读 下载PDF
Graph-Based Transform and Dual Graph Laplacian Regularization for Depth Map Denoising
15
作者 MENG Yaqun GE Huayong +2 位作者 HOU Xinxin JI Yukai LI Sisi 《Journal of Donghua University(English Edition)》 2025年第5期534-542,共9页
Owing to the constraints of depth sensing technology,images acquired by depth cameras are inevitably mixed with various noises.For depth maps presented in gray values,this research proposes a novel denoising model,ter... Owing to the constraints of depth sensing technology,images acquired by depth cameras are inevitably mixed with various noises.For depth maps presented in gray values,this research proposes a novel denoising model,termed graph-based transform(GBT)and dual graph Laplacian regularization(DGLR)(DGLR-GBT).This model specifically aims to remove Gaussian white noise by capitalizing on the nonlocal self-similarity(NSS)and the piecewise smoothness properties intrinsic to depth maps.Within the group sparse coding(GSC)framework,a combination of GBT and DGLR is implemented.Firstly,within each group,the graph is constructed by using estimates of the true values of the averaged blocks instead of the observations.Secondly,the graph Laplacian regular terms are constructed based on rows and columns of similar block groups,respectively.Lastly,the solution is obtained effectively by combining the alternating direction multiplication method(ADMM)with the weighted thresholding method within the domain of GBT. 展开更多
关键词 depth map graph signal processing dual graph Laplacian regularization(DGLR) graph-based transform(GBT) group sparse coding(GSC)
在线阅读 下载PDF
Multi-Stage Vision Transformer and Knowledge Graph Fusion for Enhanced Plant Disease Classification
16
作者 Wafaa H.Alwan Sabah M.Alturfi 《Computer Systems Science & Engineering》 2025年第1期419-434,共16页
Plant diseases pose a significant challenge to global agricultural productivity,necessitating efficient and precise diagnostic systems for early intervention and mitigation.In this study,we propose a novel hybrid fram... Plant diseases pose a significant challenge to global agricultural productivity,necessitating efficient and precise diagnostic systems for early intervention and mitigation.In this study,we propose a novel hybrid framework that integrates EfficientNet-B8,Vision Transformer(ViT),and Knowledge Graph Fusion(KGF)to enhance plant disease classification across 38 distinct disease categories.The proposed framework leverages deep learning and semantic enrichment to improve classification accuracy and interpretability.EfficientNet-B8,a convolutional neural network(CNN)with optimized depth and width scaling,captures fine-grained spatial details in high-resolution plant images,aiding in the detection of subtle disease symptoms.In parallel,ViT,a transformer-based architecture,effectively models long-range dependencies and global structural patterns within the images,ensuring robust disease pattern recognition.Furthermore,KGF incorporates domain-specific metadata,such as crop type,environmental conditions,and disease relationships,to provide contextual intelligence and improve classification accuracy.The proposed model was rigorously evaluated on a large-scale dataset containing diverse plant disease images,achieving outstanding performance with a 99.7%training accuracy and 99.3%testing accuracy.The precision and F1-score were consistently high across all disease classes,demonstrating the framework’s ability to minimize false positives and false negatives.Compared to conventional deep learning approaches,this hybrid method offers a more comprehensive and interpretable solution by integrating self-attention mechanisms and domain knowledge.Beyond its superior classification performance,this model opens avenues for optimizing metadata dependency and reducing computational complexity,making it more feasible for real-world deployment in resource-constrained agricultural settings.The proposed framework represents an advancement in precision agriculture,providing scalable,intelligent disease diagnosis that enhances crop protection and food security. 展开更多
关键词 Plant disease classification EfficientNet-B8 vision transformer knowledge graph fusion precision agriculture deep learning contextual metadata
在线阅读 下载PDF
MKGViLT:visual-and-language transformer based on medical knowledge graph embedding
17
作者 CUI Wencheng SHI Wentao SHAO Hong 《High Technology Letters》 2025年第1期73-85,共13页
Medical visual question answering(MedVQA)aims to enhance diagnostic confidence and deepen patientsunderstanding of their health conditions.While the Transformer architecture is widely used in multimodal fields,its app... Medical visual question answering(MedVQA)aims to enhance diagnostic confidence and deepen patientsunderstanding of their health conditions.While the Transformer architecture is widely used in multimodal fields,its application in MedVQA requires further enhancement.A critical limitation of contemporary MedVQA systems lies in the inability to integrate lifelong knowledge with specific patient data to generate human-like responses.Existing Transformer-based MedVQA models require enhancing their capabitities for interpreting answers through the applications of medical image knowledge.The introduction of the medical knowledge graph visual language transformer(MKGViLT),designed for joint medical knowledge graphs(KGs),addresses this challenge.MKGViLT incorporates an enhanced Transformer structure to effectively extract features and combine modalities for MedVQA tasks.The MKGViLT model delivers answers based on richer background knowledge,thereby enhancing performance.The efficacy of MKGViLT is evaluated using the SLAKE and P-VQA datasets.Experimental results show that MKGViLT surpasses the most advanced methods on the SLAKE dataset. 展开更多
关键词 knowledge graph(KG) medical vision question answer(MedVQA) vision-andlanguage transformer
在线阅读 下载PDF
基于加权图卷积网络的多传感器旋转机械故障诊断
18
作者 胡艳艳 衣骁捷 彭开香 《控制理论与应用》 北大核心 2026年第3期521-529,共9页
多传感器数据能为故障诊断提供更为全面和精确的信息,但现有建模在欧氏空间里的深度学习算法难以有效处理传感器间复杂的相互影响和空间关系.同时,旋转机械振动信号的非平稳特性也极大影响了故障诊断的效果.为解决上述问题,本文提出了... 多传感器数据能为故障诊断提供更为全面和精确的信息,但现有建模在欧氏空间里的深度学习算法难以有效处理传感器间复杂的相互影响和空间关系.同时,旋转机械振动信号的非平稳特性也极大影响了故障诊断的效果.为解决上述问题,本文提出了一种新的基于加权图卷积网络的多传感器旋转机械故障诊断方法.利用希尔伯特–黄变换(HHT)自适应地提取故障特征,克服信号非平稳性的影响.考虑到图结构在空间关系上强大的表达能力以及图卷积网络强大的特征学习能力,依据传感器节点特征向量之间的距离度量构建加权HHT图,并搭建具有两层结构的图卷积网络进行故障诊断.同时,在网络损失函数中引入两个正则项以提高诊断的精度.公开数据集上的实验结果验证了所提出方法的有效性及相比其他方法的优越性. 展开更多
关键词 多传感器 故障诊断 希尔伯特–黄变换 图卷积网络
在线阅读 下载PDF
基于深度学习的车辆轨迹预测研究进展
19
作者 方金凤 张振伟 孟祥福 《计算机科学与探索》 北大核心 2026年第2期346-366,共21页
车辆轨迹预测是利用人工智能方法预测车辆未来一段时间内的运动路径和行为。近年来,随着汽车保有量的逐年增加,交通问题不断产生,自动感知、理解和预测车辆下一步路线的能力变得越来越重要。同时,各类交通信息采集器的普及使得社会中产... 车辆轨迹预测是利用人工智能方法预测车辆未来一段时间内的运动路径和行为。近年来,随着汽车保有量的逐年增加,交通问题不断产生,自动感知、理解和预测车辆下一步路线的能力变得越来越重要。同时,各类交通信息采集器的普及使得社会中产生了大量的车辆轨迹数据,基于这些数据预测车辆的行驶轨迹在自动驾驶等多个领域都具有极大的价值。旨在对基于深度学习的车辆轨迹预测方法进行系统性综述。归纳了影响车辆轨迹预测结果的核心因素(如数据集质量、驾驶员意图等);列举并分析了车辆轨迹预测的传统方法;在此基础上,重点综述了基于深度学习的车辆轨迹预测方法,包括基于循环神经网络、图卷积神经网络、图注意力神经网络、Transformer和其他深度学习方法(生成对抗神经网络、自编码器);阐述了车辆轨迹预测方法的常用数据集和评估指标,并从预测性能、泛化能力等维度评估了不同深度学习方法的优劣;总结了当前车辆轨迹预测所面临的挑战(如道路环境不确定性、驾驶行为不确定性等),并对未来研究方向进行了展望。 展开更多
关键词 车辆轨迹预测 深度学习 循环神经网络 图神经网络 TRANSFORMER 自动驾驶
在线阅读 下载PDF
AIGC赋能教学图谱驱动的核医学自适应教学研究
20
作者 狄佳 李晚晚 +2 位作者 冯瑞红 屈伟 郑向红 《卫生职业教育》 2026年第7期48-53,共6页
当前核医学教育存在跨学科知识整合困难、实践资源不足及个性化教学反馈缺失等问题。为解决上述问题,本研究创新性地构建基于生成式人工智能(AIGC)的教学图谱驱动的核医学自适应教学系统。该系统采用数据感知、智能推荐和动态反馈三层架... 当前核医学教育存在跨学科知识整合困难、实践资源不足及个性化教学反馈缺失等问题。为解决上述问题,本研究创新性地构建基于生成式人工智能(AIGC)的教学图谱驱动的核医学自适应教学系统。该系统采用数据感知、智能推荐和动态反馈三层架构,整合问题图谱、能力图谱和知识图谱三大模块,实现核医学知识的精准推送、虚拟实验的沉浸式交互及学习效果的实时评估,为核医学教育的智能化发展提供新路径。未来研究将重点优化教学图谱的动态演进算法,深化大语言模型与医学影像融合发展,持续提升该系统的智能化水平,为核医学教学数字化转型提供有力支撑。 展开更多
关键词 生成式人工智能 教学图谱 核医学 自适应教学 数字化转型
在线阅读 下载PDF
上一页 1 2 42 下一页 到第
使用帮助 返回顶部