• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

相似文献

1
MAGE: Matching Approximate Patterns in Richly-Attributed Graphs.MAGE:在属性丰富的图中匹配近似模式
Proc IEEE Int Conf Big Data. 2014 Oct;2014:585-590. doi: 10.1109/BigData.2014.7004278.
2
A distributed query execution engine of big attributed graphs.一种带属性大图的分布式查询执行引擎。
Springerplus. 2016 May 23;5(1):665. doi: 10.1186/s40064-016-2251-0. eCollection 2016.
3
FastGAE: Scalable graph autoencoders with stochastic subgraph decoding.FastGAE:具有随机子图解码的可扩展图自动编码器。
Neural Netw. 2021 Oct;142:1-19. doi: 10.1016/j.neunet.2021.04.015. Epub 2021 Apr 27.
4
Querying large graphs in biomedicine with colored graphs and decomposition.用着色图和分解查询生物医学中的大型图
J Biomed Inform. 2020 Aug;108:103503. doi: 10.1016/j.jbi.2020.103503. Epub 2020 Jul 17.
5
TS-Extractor: large graph exploration via subgraph extraction based on topological and semantic information.TS-Extractor:基于拓扑和语义信息通过子图提取进行大型图探索
J Vis (Tokyo). 2021;24(1):173-190. doi: 10.1007/s12650-020-00699-y. Epub 2020 Sep 22.
6
Weisfeiler-Lehman goes dynamic: An analysis of the expressive power of Graph Neural Networks for attributed and dynamic graphs.Weisfeiler-Lehman 走向动态:图神经网络在属性图和动态图上的表达能力分析。
Neural Netw. 2024 May;173:106213. doi: 10.1016/j.neunet.2024.106213. Epub 2024 Feb 28.
7
Modification and completion of geological structure knowledge graph based on pattern matching.基于模式匹配的地质结构知识图谱的修改与完善
Sci Rep. 2024 Apr 29;14(1):9825. doi: 10.1038/s41598-024-60618-1.
8
A New Augmentation Based Algorithm for Extracting Maximal Chordal Subgraphs.一种基于增广的提取极大弦子图的新算法。
J Parallel Distrib Comput. 2015 Feb 1;76:132-144. doi: 10.1016/j.jpdc.2014.10.006.
9
Learning on Attribute-Missing Graphs.属性缺失图上的学习
IEEE Trans Pattern Anal Mach Intell. 2022 Feb;44(2):740-757. doi: 10.1109/TPAMI.2020.3032189. Epub 2022 Jan 7.
10
Discriminative Feature Selection for Uncertain Graph Classification.用于不确定图分类的判别特征选择
Proc SIAM Int Conf Data Min. 2013;2013:82-93. doi: 10.1137/1.9781611972832.10.

引用本文的文献

1
VISAGE: Interactive Visual Graph Querying.VISAGE:交互式可视化图形查询
AVI. 2016 Jun;2016:272-279. doi: 10.1145/2909132.2909246.
2
Interactive Querying over Large Network Data: Scalability, Visualization, and Interaction Design.大型网络数据的交互式查询:可扩展性、可视化与交互设计
IUI. 2015 Mar-Apr;2015(Companion):61-64. doi: 10.1145/2732158.2732192.

本文引用的文献

1
SIGMA: a set-cover-based inexact graph matching algorithm.SIGMA:一种基于集合覆盖的不精确图匹配算法。
J Bioinform Comput Biol. 2010 Apr;8(2):199-218. doi: 10.1142/s021972001000477x.
2
Collective dynamics of 'small-world' networks.“小世界”网络的集体动力学
Nature. 1998 Jun 4;393(6684):440-2. doi: 10.1038/30918.

MAGE:在属性丰富的图中匹配近似模式

MAGE: Matching Approximate Patterns in Richly-Attributed Graphs.

作者信息

Pienta Robert, Tamersoy Acar, Tong Hanghang, Chau Duen Horng

机构信息

College of Computing, Georgia Institute of Technology, Atlanta, GA.

Department of Computer Science, Arizona Sate University, Phoenix, AZ.

出版信息

Proc IEEE Int Conf Big Data. 2014 Oct;2014:585-590. doi: 10.1109/BigData.2014.7004278.

DOI:10.1109/BigData.2014.7004278
PMID:25859565
原文链接:https://pmc.ncbi.nlm.nih.gov/articles/PMC4388251/
Abstract

Given a large graph with millions of nodes and edges, say a social network where both its nodes and edges have multiple attributes (e.g., job titles, tie strengths), how to quickly find subgraphs of interest (e.g., a ring of businessmen with strong ties)? We present MAGE, a scalable, multicore subgraph matching approach that supports expressive queries over large, richly-attributed graphs. Our major contributions include: (1) MAGE supports graphs with both node and edge attributes (most existing approaches handle either one, but not both); (2) it supports expressive queries, allowing multiple attributes on an edge, wildcards as attribute values (i.e., match permissible values), and attributes with continuous values; and (3) it is scalable, supporting graphs with several hundred million edges. We demonstrate MAGE's effectiveness and scalability via extensive experiments on large real and synthetic graphs, such as a Google+ social network with edges.

摘要

给定一个包含数百万个节点和边的大型图,比如说一个社交网络,其中其节点和边都具有多个属性(例如,职位头衔、关系强度),如何快速找到感兴趣的子图(例如,由关系紧密的商人组成的环)?我们提出了MAGE,一种可扩展的多核子图匹配方法,它支持对大型、属性丰富的图进行表达性查询。我们的主要贡献包括:(1)MAGE支持具有节点和边属性的图(大多数现有方法只处理其中之一,而非两者);(2)它支持表达性查询,允许边具有多个属性、通配符作为属性值(即匹配允许的值)以及具有连续值的属性;(3)它具有可扩展性,支持具有数亿条边的图。我们通过在大型真实和合成图上进行广泛实验,如具有[此处缺失边数量信息]条边的谷歌+社交网络,来证明MAGE的有效性和可扩展性。