首页> 外文学位 >Algorithmic Studies of Graphs and Hypergraphs for Complex Networks.
【24h】

Algorithmic Studies of Graphs and Hypergraphs for Complex Networks.

机译:复杂网络图和超图的算法研究。

获取原文
获取原文并翻译 | 示例

摘要

A graph is a mathematical abstraction for modeling networks, in which nodes are represented by vertices and pairwise relationships by edges between vertices. A hypergraph is a natural extension of a graph obtained by removing the constraint on the cardinality of an edge. It thus captures group behaviors and higher-dimensional relationships in complex networks that are more than a simple union of pairwise relationships. Examples include communities and collaboration teams in social networks, document clusters in information networks, and cliques, neighborhoods, and multicast groups in communication networks.;While the concept of hypergraph has been around since the 1920's, theoretical development on hypergraph has not received sufficient attention until recently due to the prevalence of complex networks such as social networks. Many well-solved algorithmic problems in graphs remain largely open under this more general model. This thesis addresses a number of algorithmic problems in hypergraphs as well as graphs with applications ranging from discovering latent relationship in social networks, identifying critical hubs in information networks, to secure communications in wireless networks.;The first algorithmic problem studied in this thesis is the dynamic shortest path problem in hypergraphs. We develop two algorithms for finding and maintaining the shortest hyperpaths in a dynamic network with both weight and topological changes. These two algorithms are the first to address the fully dynamic shortest path problem in a general hypergraph. They complement each other by partitioning the application space based on the nature of the change dynamics and the type of the hypergraph. We analyze the time complexities of the proposed algorithms and perform simulation experiments for random geometric hypergraphs, energy efficient routing in multichannel multiradio networks, and the Enron email data set. The experiment with the Enron email data set illustrates the application of the proposed algorithms in social networks for identifying the most important actor and the latent social relationships based on the closeness centrality metric.;The second problem considered is the thinnest path problem for secure communication in wireless ad hoc networks. The objective is to find a path from a source to its destination that results in the minimum number of nodes overhearing the message by a judicious choice of relaying nodes and their corresponding transmission powers. We adopt a directed hypergraph model of the problem and establish the NP-completeness of the problem in 2-D networks. We then develop two polynomial-time approximation algorithms that offer √n/2 and n/2√n--1 approximation ratios for general directed hypergraphs (which can model nonisotropic signal propagation in space) and constant approximation ratios for ring hypergraphs (which result from isotropic signal propagation). We also consider the thinnest path problem in 1-D networks and 1-D networks embedded in a 2-D field of eavesdroppers with arbitrary unknown locations (the so-called 1.5-D networks). We propose a linear-complexity algorithm based on nested backward induction that obtains the optimal solution for both 1-D and 1.5-D networks. This algorithm does not require the knowledge of eavesdropper locations and achieves the best performance offered by any algorithm that assumes complete location information of the eavesdroppers.;The third problem studied in this thesis is the information dominating set (IDS) problem concerning sampling node-valued graphs and hypergraphs. The objective is to infer the values of all nodes from that of a minimum subset of nodes by exploiting correlations in node values. We first introduce the concept of information dominating set (IDS). A subset of nodes in a given graph is an IDS if the values of these nodes are sufficient to infer the information state of the entire graph. We focus on two fundamental algorithmic problems: (i) how to determine whether a given subset of vertices is an IDS; (ii) how to construct a minimum IDS. Assuming binary node values and the local majority rule for information correlation, we first show that in acyclic graphs, both problems admit linear-complexity solutions by establishing a connection between the IDS problems and the vertex cover problem. We then show that in a general graph, the first problem is co-NP-complete and the second problem is NP-hard. We develop two approaches to solve the IDS problems: one reduces the problems to a hitting set problem based on the concept of essential difference set, the other a gradient-based approach with a tunable parameter that trades off performance and time complexity. The concept of IDS finds applications in opinion sampling such as political polling and market survey, identifying critical nodes in information networks, and inferring epidemics and cascading failures in communication and infrastructure networks.;This thesis contributes the literature on network science and (hyper-)graph theory by addressing several fundamental algorithmic problems in hypergraphs and introducing new networking applications of graph and hypergraph theory.
机译:图是用于建模网络的数学抽象,其中节点由顶点表示,成对关系由顶点之间的边表示。超图是通过消除边的基数的约束而获得的图的自然扩展。因此,它捕获了复杂网络中的组行为和高维关系,而不仅仅是成对关系的简单结合。例如,社交网络中的社区和协作团队,信息网络中的文档集群,通信网络中的集团,邻居和多播组。虽然超图的概念自1920年代就出现了,但是关于超图的理论发展并未受到足够的重视。直到最近,由于社交网络等复杂网络的盛行。在这种更通用的模型下,图中许多解决得很好的算法问题仍然很大。本论文解决了超图以及图形中的许多算法问题,其应用范围包括发现社交网络中的潜在关系,识别信息网络中的关键枢纽,以及保护无线网络中的通信。;本文研究的第一个算法问题是超图中的动态最短路径问题。我们开发了两种算法,以查找和维护具有权重和拓扑变化的动态网络中最短的超路径。这两种算法是第一个解决一般超图中的全动态最短路径问题的算法。它们通过基于变化动态的性质和超图的类型划分应用程序空间来相互补充。我们分析了所提出算法的时间复杂度,并对随机几何超图,多通道多无线电网络中的节能路由以及Enron电子邮件数据集进行了仿真实验。使用Enron电子邮件数据集进行的实验说明了该算法在基于亲密集中度指标的最重要参与者和潜在社交关系识别社交网络中的应用。第二个问题是安全通信中最薄的路径问题。无线自组网。目的是找到一条从源到目的地的路径,该路径通过明智地选择中继节点及其相应的传输功率来使侦听消息的节点数量最少。我们采用问题的有向超图模型,并在二维网络中建立问题的NP完全性。然后,我们开发两种多项式时间逼近算法,它们为一般有向超图提供√n/ 2和n /2√n--1逼近比(可以模拟空间中的非各向同性信号传播),为环形超图提供恒定的逼近比(得出结果)来自各向同性信号传播)。我们还考虑了1-D网络中的最薄路径问题,以及嵌入到具有任意未知位置的窃听器2-D字段中的1-D网络(所谓的1.5-D网络)。我们提出了一种基于嵌套后向归纳的线性复杂度算法,该算法可为一维和1.5维网络获得最佳解决方案。该算法不需要窃听者的位置知识,并且可以在假设窃听者的位置信息完整的任何算法中达到最佳性能。本论文研究的第三个问题是关于采样节点值的信息控制集(IDS)问题。图和超图。目的是通过利用节点值中的相关性,从最小节点子集的值中推断所有节点的值。我们首先介绍信息控制集(IDS)的概念。如果给定图中的节点的子集的值足以推断整个图的信息状态,则它们是IDS。我们关注两个基本的算法问题:(i)如何确定给定的顶点子集是否为IDS; (ii)如何建立最低限度的IDS。假设二进制节点值和信息相关性的局部多数规则,我们首先表明,在非循环图中,这两个问题都通过在IDS问题和顶点覆盖问题之间建立联系来接受线性复杂度解。然后,我们证明在一般图中,第一个问题是共NP-完全问题,第二个问题是NP-难问题。我们开发了两种方法来解决IDS问题:一种是基于本质差异集的概念将问题简化为打击集问题,另一种是基于梯度的方法,具有可调整的参数,需要在性能和时间复杂度之间进行权衡。 IDS的概念可用于意见抽样,例如政治民意调查和市场调查,识别信息网络中的关键节点本论文通过解决超图中的几个基本算法问题,并介绍图和超图理论在网络中的新应用,为网络科学和(超)图论的文献做出了贡献。

著录项

  • 作者

    Gao, Jianhang.;

  • 作者单位

    University of California, Davis.;

  • 授予单位 University of California, Davis.;
  • 学科 Electrical engineering.;Computer science.;Communication.
  • 学位 Ph.D.
  • 年度 2015
  • 页码 157 p.
  • 总页数 157
  • 原文格式 PDF
  • 正文语种 eng
  • 中图分类
  • 关键词

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号