期刊文献+
共找到12篇文章
< 1 >
每页显示 20 50 100
Detecting and Untangling Composite Commits via Attributed Graph Modeling
1
作者 Sheng-Bin Xu Si-Yu Chen +1 位作者 Yuan Yao Feng Xu 《Journal of Computer Science & Technology》 2025年第1期119-137,共19页
During software development,developers tend to tangle multiple concerns into a single commit,resulting in many composite commits.This paper studies the problem of detecting and untangling composite commits,so as to im... During software development,developers tend to tangle multiple concerns into a single commit,resulting in many composite commits.This paper studies the problem of detecting and untangling composite commits,so as to improve the maintainability and understandability of software.Our approach is built upon the observation that both the textual content of code statements and the dependencies between code statements are helpful in comprehending the code commit.Based on this observation,we first construct an attributed graph for each commit,where code statements and various code dependencies are modeled as nodes and edges,respectively,and the textual bodies of code statements are maintained as node attributes.Based on the attributed graph,we propose graph-based learning algorithms that first detect whether the given commit is a composite commit,and then untangle the composite commit into atomic ones.We evaluate our approach on nine C#projects,and the results demonstrate the effectiveness and efficiency of our approach. 展开更多
关键词 composite commit commit untangling code dependency graph attributed graph
原文传递
Cross-Domain Graph Anomaly Detection via Graph Transfer and Graph Decouple
2
作者 Changqin Huang Xinxing Shi +4 位作者 Chengling Gao Qintai Hu Xiaodi Huang Qionghao Huang Ali Anaissi 《CAAI Transactions on Intelligence Technology》 2025年第4期1089-1103,共15页
Cross-domain graph anomaly detection(CD-GAD)is a promising task that leverages knowledge from a labelled source graph to guide anomaly detection on an unlabelled target graph.CD-GAD classifies anomalies as unique or c... Cross-domain graph anomaly detection(CD-GAD)is a promising task that leverages knowledge from a labelled source graph to guide anomaly detection on an unlabelled target graph.CD-GAD classifies anomalies as unique or common based on their presence in both the source and target graphs.However,existing models often fail to fully explore domain-unique knowledge of the target graph for detecting unique anomalies.Additionally,they tend to focus solely on node-level differences,overlooking structural-level differences that provide complementary information for common anomaly detection.To address these issues,we propose a novel method,Synthetic Graph Anomaly Detection via Graph Transfer and Graph Decouple(GTGD),which effectively detects common and unique anomalies in the target graph.Specifically,our approach ensures deeper learning of domain-unique knowledge by decoupling the reconstruction graphs of common and unique features.Moreover,we simulta-neously consider node-level and structural-level differences by transferring node and edge information from the source graph to the target graph,enabling comprehensive domain-common knowledge representation.Anomalies are detected using both common and unique features,with their synthetic score serving as the final result.Extensive experiments demonstrate the effectiveness of our approach,improving an average performance by 12.6%on the AUC-PR compared to state-of-the-art methods. 展开更多
关键词 anomaly detection attributed graphs domain adaptation graph neural networks
在线阅读 下载PDF
Efficient s-Core Community Search on Attributed Graphs
3
作者 Yuesheng Fu Ruilu Sun 《国际计算机前沿大会会议论文集》 EI 2023年第2期379-390,共12页
With the advantage of high personalization in many applications,com-munity search on attributed graphs has received increasing attention.The com-munities found in an attributed graph,called attributed communities,show... With the advantage of high personalization in many applications,com-munity search on attributed graphs has received increasing attention.The com-munities found in an attributed graph,called attributed communities,show inher-ent community structure and attribute cohesion.However,most of the traditional community search algorithms only consider the existence of query attributes in the resulting communities,which ignores the importance of attribute quantities.In this paper,we study the attributed community search problem and formu-late this problem asfinding the tightest connected subgraph,named the s-core attributed community,that meets the given query condition.We introduce an effi-cient algorithm using local search and attribute inspection techniques to search the communities.Additionally,pruning techniques that exploit community struc-ture and attribute information are proposed to prevent unnecessary community construction and attribute inspection.Finally,we conduct extensive experiments on real-world datasets.The experimental results verified the pruning strategy’s effectiveness and the algorithm’s efficiency. 展开更多
关键词 Community Search attributed graph Keyword Search
原文传递
CoLM^(2)S:Contrastive self‐supervised learning on attributed multiplex graph network with multi‐scale information
4
作者 Beibei Han Yingmei Wei +1 位作者 Qingyong Wang Shanshan Wan 《CAAI Transactions on Intelligence Technology》 SCIE EI 2023年第4期1464-1479,共16页
Contrastive self‐supervised representation learning on attributed graph networks with Graph Neural Networks has attracted considerable research interest recently.However,there are still two challenges.First,most of t... Contrastive self‐supervised representation learning on attributed graph networks with Graph Neural Networks has attracted considerable research interest recently.However,there are still two challenges.First,most of the real‐word system are multiple relations,where entities are linked by different types of relations,and each relation is a view of the graph network.Second,the rich multi‐scale information(structure‐level and feature‐level)of the graph network can be seen as self‐supervised signals,which are not fully exploited.A novel contrastive self‐supervised representation learning framework on attributed multiplex graph networks with multi‐scale(named CoLM^(2)S)information is presented in this study.It mainly contains two components:intra‐relation contrast learning and interrelation contrastive learning.Specifically,the contrastive self‐supervised representation learning framework on attributed single‐layer graph networks with multi‐scale information(CoLMS)framework with the graph convolutional network as encoder to capture the intra‐relation information with multi‐scale structure‐level and feature‐level selfsupervised signals is introduced first.The structure‐level information includes the edge structure and sub‐graph structure,and the feature‐level information represents the output of different graph convolutional layer.Second,according to the consensus assumption among inter‐relations,the CoLM^(2)S framework is proposed to jointly learn various graph relations in attributed multiplex graph network to achieve global consensus node embedding.The proposed method can fully distil the graph information.Extensive experiments on unsupervised node clustering and graph visualisation tasks demonstrate the effectiveness of our methods,and it outperforms existing competitive baselines. 展开更多
关键词 attributed multiplex graph network contrastive self‐supervised learning graph representation learning multiscale information
在线阅读 下载PDF
Towards automated software model checking using graph transformation systems and Bogor
5
作者 Vahid RAFE Adel T.RAHMANI 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2009年第8期1093-1105,共13页
Graph transformation systems have become a general formal modeling language to describe many models in software development process.Behavioral modeling of dynamic systems and model-to-model transformations are only a ... Graph transformation systems have become a general formal modeling language to describe many models in software development process.Behavioral modeling of dynamic systems and model-to-model transformations are only a few examples in which graphs have been used to software development.But even the perfect graph transformation system must be equipped with automated analysis capabilities to let users understand whether such a formal specification fulfills their requirements.In this paper,we present a new solution to verify graph transformation systems using the Bogor model checker.The attributed graph grammars(AGG)-like graph transformation systems are translated to Bandera intermediate representation(BIR),the input language of Bogor,and Bogor verifies the model against some interesting properties defined by combining linear temporal logic(LTL) and special-purpose graph rules.Experimental results are encouraging,showing that in most cases our solution improves existing approaches in terms of both performance and expressiveness. 展开更多
关键词 graph transformation VERIFICATION Bogor attributed graph grammars (AGG) Software model checking
原文传递
Design Pattern Mining Using Graph Matching 被引量:1
6
作者 LIQing-hua ZHANGZhi-xiang BENKe-rong 《Wuhan University Journal of Natural Sciences》 EI CAS 2004年第4期444-448,共5页
The identification of design pattern instances is important for program understanding and software maintenance. Aiming at the mining of design patterns in existing systems, this paper proposes a subgraph isomorphism a... The identification of design pattern instances is important for program understanding and software maintenance. Aiming at the mining of design patterns in existing systems, this paper proposes a subgraph isomorphism approach to discover several design patterns in a legacy system at a time. The attributed relational graph is used to describe design patterns and legacy systems. The sub-graph isomorphism approach consists of decomposition and composition process. During the decomposition process, graphs corresponding to the design patterns are decomposed into sub-graphs, some of which are graphs corresponding to the elemental design patterns. The composition process tries to get sub-graph isomorphism of the matched graph if sub-graph isomorphism of each subgraph is obtained. Due to the common structures between design patterns, the proposed approach can reduce the matching times of entities and relations. Compared with the existing methods, the proposed algorithm is not linearly dependent on the number of design pattern graphs. Key words design pattern mining - attributed relational graph - subgraph isomorphism CLC number TP 311.5 Foundation item: Supported by the National Natural Science Foundation of China (60273075) and the Science Foundation of Naval University of Engineering (HGDJJ03019)Biography: LI Qing-hua (1940-), male, Professor, research direction: parallel computing. 展开更多
关键词 design pattern mining attributed relational graph subgraph isomorphism
在线阅读 下载PDF
Continuous Multiplicative Attribute Graph Model
7
作者 黄嘉烜 金小刚 《Journal of Shanghai Jiaotong university(Science)》 EI 2017年第1期87-91,共5页
Network modeling is an important approach in many fields in analyzing complex systems. Recently new series of methods have emerged, by using Kronecker product and similar tools to model real systems. One of such appro... Network modeling is an important approach in many fields in analyzing complex systems. Recently new series of methods have emerged, by using Kronecker product and similar tools to model real systems. One of such approaches is the multiplicative attribute graph(MAG) model, which generates networks based on category attributes of nodes. In this paper we try to extend this model into a continuous one, give an overview of its properties, and discuss some special cases related to real-world networks, as well as the influence of attribute distribution and affinity function respectively. 展开更多
关键词 multiplicative attribute graph model social network continuous attribute TP 181 A
原文传递
SCoAMPS:Semi-Supervised Graph Contrastive Learning Based on Associative Memory Network and Pseudo-Label Similarity
8
作者 Zaigang Gong Siyu Chen +3 位作者 Qiangsheng Dai Ying Feng Jiawei Wang Jinghui Zhang 《Big Data Mining and Analytics》 2025年第2期273-291,共19页
Graph data have extensive applications in various domains,including social networks,biological reaction networks,and molecular structures.Graph classification aims to predict the properties of entire graphs,playing a ... Graph data have extensive applications in various domains,including social networks,biological reaction networks,and molecular structures.Graph classification aims to predict the properties of entire graphs,playing a crucial role in many downstream applications.However,existing graph neural network methods require a large amount of labeled data during the training process.In real-world scenarios,the acquisition of labels is extremely costly,resulting in labeled samples typically accounting for only a small portion of all training data,which limits model performance.Current semi-supervised graph classification methods,such as those based on pseudo-labels and knowledge distillation,still face limitations in effectively utilizing unlabeled graph data and mitigating pseudo-label bias issues.To address these challenges,we propose a Semi-supervised graph Contrastive learning based on Associative Memory network and Pseudo-label Similarity(SCoAMPS).SCoAMPS integrates pseudo-labeling techniques with contrastive learning by generating contrastive views through multiple encoders,selecting positive and negative samples using pseudo-label similarity,and defining associative memory network to alleviate pseudo-label bias problems.Experimental results demonstrate that SCoAMPS achieves significant performance improvements on multiple public datasets. 展开更多
关键词 graph attribute prediction label sparsity semi-supervised graph learning contrastive learning
原文传递
Architecture and algorithm for web phishing detection
9
作者 曹玖新 王田峰 +1 位作者 时莉莉 毛波 《Journal of Southeast University(English Edition)》 EI CAS 2010年第1期43-47,共5页
A phishing detection system, which comprises client-side filtering plug-in, analysis center and protected sites, is proposed. An image-based similarity detection algorithm is conceived to calculate the similarity of t... A phishing detection system, which comprises client-side filtering plug-in, analysis center and protected sites, is proposed. An image-based similarity detection algorithm is conceived to calculate the similarity of two web pages. The web pages are first converted into images, and then divided into sub-images with iterated dividing and shrinking. After that, the attributes of sub-images including color histograms, gray histograms and size parameters are computed to construct the attributed relational graph(ARG)of each page. In order to match two ARGs, the inner earth mover's distances(EMD)between every two nodes coming from each ARG respectively are first computed, and then the similarity of web pages by the outer EMD between two ARGs is worked out to detect phishing web pages. The experimental results show that the proposed architecture and algorithm has good robustness along with scalability, and can effectively detect phishing. 展开更多
关键词 phishing detection image similarity attributed relational graph inner EMD outer EMD
在线阅读 下载PDF
Annotation and Retrieval System of CAD Models Based on Functional Semantics 被引量:1
10
作者 WANG Zhansong TIAN Ling DUAN Wenrui 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2014年第6期1112-1124,共13页
CAD model retrieval based on functional semantics is more significant than content-based 3D model retrieval during the mechanical conceptual design phase. However, relevant research is still not fully discussed. There... CAD model retrieval based on functional semantics is more significant than content-based 3D model retrieval during the mechanical conceptual design phase. However, relevant research is still not fully discussed. Therefore, a functional semantic-based CAD model annotation and retrieval method is proposed to support mechanical conceptual design and design reuse, inspire designer creativity through existing CAD models, shorten design cycle, and reduce costs. Firstly, the CAD model functional semantic ontology is constructed to formally represent the functional semantics of CAD models and describe the mechanical conceptual design space comprehensively and consistently. Secondly, an approach to represent CAD models as attributed adjacency graphs(AAG) is proposed. In this method, the geometry and topology data are extracted from STEP models. On the basis of AAG, the functional semantics of CAD models are annotated semi-automatically by matching CAD models that contain the partial features of which functional semantics have been annotated manually, thereby constructing CAD Model Repository that supports model retrieval based on functional semantics. Thirdly, a CAD model retrieval algorithm that supports multi-function extended retrieval is proposed to explore more potential creative design knowledge in the semantic level. Finally, a prototype system, called Functional Semantic-based CAD Model Annotation and Retrieval System(FSMARS), is implemented. A case demonstrates that FSMARS can successfully botain multiple potential CAD models that conform to the desired function. The proposed research addresses actual needs and presents a new way to acquire CAD models in the mechanical conceptual design phase. 展开更多
关键词 conceptual design functional semantics attributed adjacency graph CAD Model Repository multi-function extended retrieval
在线阅读 下载PDF
An Intelligent Identification Approach of Assembly Interface for CAD Models 被引量:1
11
作者 Yigang Wang Hong Li +4 位作者 Wanbin Pan Weijuan Cao Jie Miao Xiaofei Ai Enya Shen 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第10期859-878,共20页
Kinematic semantics is often an important content of a CAD model(it refers to a single part/solid model in this work)in many applications,but it is usually not the belonging of the model,especially for the one retriev... Kinematic semantics is often an important content of a CAD model(it refers to a single part/solid model in this work)in many applications,but it is usually not the belonging of the model,especially for the one retrieved from a common database.Especially,the effective and automatic method to reconstruct the above information for a CAD model is still rare.To address this issue,this paper proposes a smart approach to identify each assembly interface on every CAD model since the assembly interface is the fundamental but key element of reconstructing kinematic semantics.First,as the geometry of an assembly interface is formed by one or more adjacent faces on each model,a face-attributed adjacency graph integrated with face structure fingerprint is proposed.This can describe each CAD model as well as its assembly interfaces uniformly.After that,aided by the above descriptor,an improved graph attention network is developed based on a new dual-level anti-interference filtering mechanism,which makes it have the great potential to identify all representative kinds of assembly interface faces with high accuracy that have various geometric shapes but consistent kinematic semantics.Moreover,based on the abovementioned graph and face-adjacent relationships,each assembly interface on a model can be identified.Finally,experiments on representative CAD models are implemented to verify the effectiveness and characteristics of the proposed approach.The results show that the average assembly-interface-face-identification accuracy of the proposed approach can reach 91.75%,which is about 2%–5%higher than those of the recent-representative graph neural networks.Besides,compared with the state-of-the-art methods,our approach is more suitable to identify the assembly interfaces(with various shapes)for each individual CAD model that has typical kinematic pairs. 展开更多
关键词 Assembly interface identification kinematic semantics reconstruction attributed adjacency graph graph neural network
在线阅读 下载PDF
Codimensional matrix pairing perspective of BYY harmony learning:hierarchy of bilinear systems,joint decomposition of data-covariance,and applications of network biology
12
作者 Lei XU 《Frontiers of Electrical and Electronic Engineering in China》 CSCD 2011年第1期86-119,共34页
One paper in a preceding issue of this journal has introduced the Bayesian Ying-Yang(BYY)harmony learning from a perspective of problem solving,parameter learning,and model selection.In a complementary role,the paper ... One paper in a preceding issue of this journal has introduced the Bayesian Ying-Yang(BYY)harmony learning from a perspective of problem solving,parameter learning,and model selection.In a complementary role,the paper provides further insights from another perspective that a co-dimensional matrix pair(shortly co-dim matrix pair)forms a building unit and a hierarchy of such building units sets up the BYY system.The BYY harmony learning is re-examined via exploring the nature of a co-dim matrix pair,which leads to improved learning performance with refined model selection criteria and a modified mechanism that coordinates automatic model selection and sparse learning.Besides updating typical algorithms of factor analysis(FA),binary FA(BFA),binary matrix factorization(BMF),and nonnegative matrix factorization(NMF)to share such a mechanism,we are also led to(a)a new parametrization that embeds a de-noise nature to Gaussian mixture and local FA(LFA);(b)an alternative formulation of graph Laplacian based linear manifold learning;(c)a codecomposition of data and covariance for learning regularization and data integration;and(d)a co-dim matrix pair based generalization of temporal FA and state space model.Moreover,with help of a co-dim matrix pair in Hadamard product,we are led to a semi-supervised formation for regression analysis and a semi-blind learning formation for temporal FA and state space model.Furthermore,we address that these advances provide with new tools for network biology studies,including learning transcriptional regulatory,Protein-Protein Interaction network alignment,and network integration. 展开更多
关键词 Bayesian Ying-Yang(BYY)harmony learning automatic model selection bi-linear stochastic system co-dimensional matrix pair sparse learning denoise embedded Gaussian mixture de-noise embedded local factor analysis(LFA) bi-clustering manifold learning temporal factor analysis(TFA) semi-blind learning attributed graph matching generalized linear model(GLM) gene transcriptional regulatory network alignment network integration
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部