Scispace (Formerly Typeset)
  1. Home
  2. Topics
  3. Graph (abstract data type)
  4. 2002
  1. Home
  2. Topics
  3. Graph (abstract data type)
  4. 2002
Showing papers on "Graph (abstract data type) published in 2002"
Journal Article•
Markov chain Monte Carlo estimation of exponential random graph models

[...]

Tom A. B. Snijders
01 Jan 2002-Journal of Social Structure
TL;DR: This paper is about estimating the parameters of the exponential random graph model using frequentist Markov chain Monte Carlo (MCMC) methods, based on the Robbins-Monro algorithm for approximating a solution to the likelihood equation.
Abstract: This paper is about estimating the parameters of the exponential random graph model, also known as the p∗ model, using frequentist Markov chain Monte Carlo (MCMC) methods The exponential random graph model is simulated using Gibbs or MetropolisHastings sampling The estimation procedures considered are based on the Robbins-Monro algorithm for approximating a solution to the likelihood equation A major problem with exponential random graph models resides in the fact that such models can have, for certain parameter values, bimodal (or multimodal) distributions for the sufficient statistics such as the number of ties The bimodality of the exponential graph distribution for certain parameter values seems a severe limitation to its practical usefulness The possibility of bior multimodality is reflected in the possibility that the outcome space is divided into two (or more) regions such that the more usual type of MCMC algorithms, updating only single relations, dyads, or triplets, have extremely long sojourn times within such regions, and a negligible probability to move from one region to another In such situations, convergence to the target distribution is extremely slow To be useful, MCMC algorithms must be able to make transitions from a given graph to a very different graph It is proposed to include transitions to the graph complement as updating steps to improve the speed of convergence to the target distribution Estimation procedures implementing these ideas work satisfactorily for some data sets and model specifications, but not for all

909 citations

Journal Article•10.1145/568522.568523•
A survey of graph layout problems

[...]

Josep Díaz1, Jordi Petit1, Maria Serna1•
Polytechnic University of Catalonia1
01 Sep 2002-ACM Computing Surveys
TL;DR: A complete view of the current state of the art with respect to layout problems from an algorithmic point of view is presented.
Abstract: Graph layout problems are a particular class of combinatorial optimization problems whose goal is to find a linear layout of an input graph in such way that a certain objective cost is optimized. This survey considers their motivation, complexity, approximation properties, upper and lower bounds, heuristics and probabilistic analysis on random graphs. The result is a complete view of the current state of the art with respect to layout problems from an algorithmic point of view.

747 citations

Journal Article•10.3182/20020721-6-ES-1901.00244•
Distributed cooperative control of multiple vehicle formations using structural potential functions

[...]

Reza Olfati-Saber1, Richard M. Murray1•
California Institute of Technology1
01 Jan 2002-IFAC Proceedings Volumes
TL;DR: In this paper, the authors propose a framework for formation stabilization of multiple autonomous vehicles in a distributed fashion, where each vehicle is assumed to have simple dynamics, i.e., a double-integrator, with a directed (or an undirected) information flow over the formation graph of the vehicles.

737 citations

Posted Content•
The strong perfect graph theorem

[...]

Maria Chudnovsky1, Neil Robertson2, Paul Seymour3, Robin Thomas4•
Columbia University1, Ohio State University2, Princeton University3, Georgia Institute of Technology4
04 Dec 2002-arXiv: Combinatorics
TL;DR: In this article, the authors prove that every Berge graph either falls into one of a few basic classes, or it has a kind of separation that cannot occur in a minimal imperfect graph.
Abstract: A graph G is perfect if for every induced subgraph H, the chromatic number of H equals the size of the largest complete subgraph of H, and G is Berge if no induced subgraph of G is an odd cycle of length at least 5 or the complement of one. The "strong perfect graph conjecture" (Berge, 1961) asserts that a graph is perfect if and only if it is Berge. A stronger conjecture was made recently by Conforti, Cornuejols and Vuskovic -- that every Berge graph either falls into one of a few basic classes, or it has a kind of separation that cannot occur in a minimal imperfect graph. In this paper we prove both these conjectures.

633 citations

Journal Article•10.1287/OPRE.50.5.851.362•
Modeling and Solving the Train Timetabling Problem

[...]

Alberto Caprara1, Matteo Fischetti2, Paolo Toth1•
University of Bologna1, University of Padua2
01 Sep 2002-Operations Research
TL;DR: A graph theoretic formulation for the train timetabling problem using a directed multigraph in which nodes correspond to departures/arrivals at a certain station at a given time instant is proposed, used to derive an integer linear programming model that is relaxed in a Lagrangian way.
Abstract: The train timetabling problem aims at determining a periodic timetable for a set of trains that does not violate track capacities and satisfies some operational constraints. In particular, we concentrate on the problem of a single, one-way track linking two major stations, with a number of intermediate stations in between. Each train connects two given stations along the track (possibly different from the two major stations) and may have to stop for a minimum time in some of the intermediate stations. Trains can overtake each other only in correspondence of an intermediate station, and a minimum time interval between two consecutive departures and arrivals of trains in each station is specified.In this paper, we propose a graph theoretic formulation for the problem using a directed multigraph in which nodes correspond to departures/arrivals at a certain station at a given time instant. This formulation is used to derive an integer linear programming model that is relaxed in a Lagrangian way. A novel feature of our model is that the variables in the relaxed constraints are associated only with nodes (as opposed to arcs) of the aforementioned graph. This allows a considerable speed-up in the solution of the relaxation. The relaxation is embedded within a heuristic algorithm which makes extensive use of the dual information associated with the Lagrangian multipliers. We report extensive computational results on real-world instances provided from Ferrovie dello Stato SpA, the Italian railway company, and from Ansaldo Segnalamento Ferroviario SpA.

579 citations

Proceedings Article•10.1109/CSFW.2002.1021806•
Two formal analyses of attack graphs

[...]

Somesh Jha1, Oleg Sheyner2, Jeannette M. Wing2•
University of Wisconsin-Madison1, Carnegie Mellon University2
24 Jun 2002
TL;DR: This paper presents an algorithm for generating attack graphs using model checking as a subroutine, and provides a formal characterization of this problem, proving that it is polynomially equivalent to the minimum hitting set problem and presenting a greedy algorithm with provable bounds.
Abstract: An attack graph is a succinct representation of all paths through a system that end in a state where an intruder has successfully achieved his goal. Today Red Teams determine the vulnerability of networked systems by drawing gigantic attack graphs by hand. Constructing attack graphs by hand is tedious, error-prone, and impractical for large systems. By viewing an attack as a violation of a safety property, we can use off-the-shelf model checking technology to produce attack graphs automatically: a successful path from the intruder's viewpoint is a counterexample produced by the model checker In this paper we present an algorithm for generating attack graphs using model checking as a subroutine. Security analysts use attack graphs for detection, defense and forensics. In this paper we present a minimization analysis technique that allows analysts to decide which minimal set of security measures would guarantee the safety of the system. We provide a formal characterization of this problem: we prove that it is polynomially equivalent to the minimum hitting set problem and we present a greedy algorithm with provable bounds. We also present a reliability analysis technique that allows analysts to perform a simple cost-benefit trade-off depending on the likelihoods of attacks. By interpreting attack graphs as Markov Decision Processes we can use the value iteration algorithm to compute the probabilities of intruder success for each attack the graph.

496 citations

Patent•
Methods and apparatus for decoding ldpc codes

[...]

Thomas Richardson, Vladimir Novichkov
31 May 2002
TL;DR: In this paper, a message passing decoding technique for low density parity check (LDPC) codes and long codewords is described, which allows decoding graph structures which are largely comprised of multiple identical copies of a much smaller graph.
Abstract: Methods and apparatus for decoding codewords using message passing decoding techniques which are particularly well suited for use with low density parity check (LDPC) codes and long codewords are described. The described methods allow decoding graph structures which are largely comprised of multiple identical copies of a much smaller graph. Copies of the smaller graph are subject to a controlled permutation operation to create the larger graph structure. The same controlled permutations are directly implemented to support message passing between the replicated copies of the small graph. Messages corresponding to individual copies of the graph are stored in a memory and accessed in sets, one from each copy of the graph, using a SIMD read or write instruction. The graph permutation operation may be implemented by simply reordering messages, e.g., using a cyclic permutation operation, in each set of messages read out of a message memory so that the messages are passed to processing circuits corresponding to different copies of the small graph.

421 citations

Journal Article•10.1006/JVLC.2002.0232•
Metrics for Graph Drawing Aesthetics

[...]

Helen C. Purchase1•
University of Queensland1
01 Oct 2002-Journal of Visual Languages and Computing
TL;DR: Formal metrics for measuring the aesthetic presence in a graph drawing for seven common aesthetic criteria, applicable to any graph drawing of anysize are presented.
Abstract: Graph layout algorithms typically conform to one or more aesthetic criteria (e.g. minimizing the number of bends, maximizing orthogonality). Determining the extent to which a graph drawing conforms to an aesthetic criterion tends to be done informally, and varies between different algorithms. This paper presents formal metrics for measuring the aesthetic presence in a graph drawing for seven common aesthetic criteria, applicable to any graph drawing of any size. The metrics are useful for determining the aesthetic quality of a given graph drawing, or for defining a cost function for genetic algorithms or simulated annealing programs. The metrics are continuous, so that aesthetic quality is not stated as a binary conformance decision (i.e. the drawing either conforms to the aesthetic or not), but can be stated as the extent of aesthetic conformance using a number between 0 and 1. The paper presents the seven metric formulae. The application of these metrics is demonstrated through the aesthetic analysis of example graph drawings produced by common layout algorithms.

354 citations

Journal Article•10.1088/0959-7174/12/4/201•
Graph models for waves in thin structures

[...]

Peter Kuchment1•
Texas A&M University1
01 Oct 2002-Waves in Random Media
TL;DR: A brief survey on graph models for wave propagation in thin structures is presented in this article, with references to works with other studies are provided, although references are limited to spectral problems.
Abstract: A brief survey on graph models for wave propagation in thin structures is presented. Such models arise in many areas of mathematics, physics, chemistry and engineering (dynamical systems, nanotechnology, mesoscopic systems, photonic crystals etc). Considerations are limited to spectral problems, although references to works with other studies are provided.

348 citations

Journal Article•10.1145/567112.567114•
All pairs shortest paths using bridging sets and rectangular matrix multiplication

[...]

Uri Zwick1•
Tel Aviv University1
01 May 2002-Journal of the ACM
TL;DR: Two new algorithms for solving the All Pairs Shortest Paths (APSP) problem for weighted directed graphs using fast matrix multiplication algorithms are presented.
Abstract: We present two new algorithms for solving the All Pairs Shortest Paths (APSP) problem for weighted directed graphs. Both algorithms use fast matrix multiplication algorithms.The first algorithm solves the APSP problem for weighted directed graphs in which the edge weights are integers of small absolute value in O(n2+μ) time, where μ satisfies the equation ω(1, μ, 1) = 1 + 2μ and ω(1, μ, 1) is the exponent of the multiplication of an n × nμ matrix by an nμ × n matrix. Currently, the best available bounds on ω(1, μ, 1), obtained by Coppersmith, imply that μ 0 is an error parameter and W is the largest edge weight in the graph, after the edge weights are scaled so that the smallest non-zero edge weight in the graph is 1. It returns estimates of all the distances in the graph with a stretch of at most 1 + ϵ. Corresponding paths can also be found efficiently.

324 citations

Proceedings Article•10.1145/513800.513816•
Algorithmic aspects of topology control problems for ad hoc networks

[...]

Errol L. Lloyd1, Rui Liu1, Madhav V. Marathe2, Ram Ramanathan3, S. S. Ravi4 •
University of Delaware1, Los Alamos National Laboratory2, Verizon Communications3, University at Albany, SUNY4
9 Jun 2002
TL;DR: A general approach leading to a polynomial algorithm is presented for minimizing maximum power for a class of graph properties called textbf monotone properties and a new approximation algorithm for the problem of minimizing the total power for obtaining a 2-node-connected graph is obtained.
Abstract: Topology control problems are concerned with the assignment of power values to the nodes of an ad hoc network so that the power assignment leads to a graph topology satisfying some specified properties. This paper considers such problems under several optimization objectives, including minimizing the maximum power and minimizing the total power. A general approach leading to a polynomial algorithm is presented for minimizing maximum power for a class of graph properties called textbf monotone properties. The difficulty of generalizing the approach to properties that are not monotone is discussed. Problems involving the minimization of total power are known to be bf NP -complete even for simple graph properties. A general approach that leads to an approximation algorithm for minimizing the total power for some monotone properties is presented. Using this approach, a new approximation algorithm for the problem of minimizing the total power for obtaining a 2-node-connected graph is obtained. It is shown that this algorithm provides a constant performance guarantee. Experimental results from an implementation of the approximation algorithm are also presented.
Proceedings Article•10.3115/1072228.1072342•
A graph model for unsupervised lexical acquisition

[...]

Dominic Widdows1, Beate Dorow1•
Stanford University1
24 Aug 2002
TL;DR: This paper presents an unsupervised method for assembling semantic knowledge from a part-of-speech tagged corpus using graph algorithms and focuses on the symmetric relationship between pairs of nouns which occur together in lists.
Abstract: This paper presents an unsupervised method for assembling semantic knowledge from a part-of-speech tagged corpus using graph algorithms. The graph model is built by linking pairs of words which participate in particular syntactic relationships. We focus on the symmetric relationship between pairs of nouns which occur together in lists. An incremental cluster-building algorithm using this part of the graph achieves 82% accuracy at a lexical acquisition task, evaluated against WordNet classes. The model naturally realises domain and corpus specific ambiguities as distinct components in the graph surrounding an ambiguous word.
Patent•
Methods and systems for automated semantic knowledge leveraging graph theoretic analysis and the inherent structure of communication

[...]

Aditya Damle
8 Feb 2002
TL;DR: In this paper, a system that processes a collection of one or more documents and thereby constructs a knowledge base is described, which leverages innovative graph theoretical analysis of documents leveraging the inherent structure in communication.
Abstract: A system that processes a collection of one or more documents and thereby constructs a knowledge base is described. The system leverages innovative graph theoretical analysis of documents leveraging the inherent structure in communication. Through the generation of the automated knowledge base the system is able to provides intra-document analysis such as variable summarization and indexing, document key concepts, better filtering and relevance matching on a semantic level for documents, context dependant directories, document categorization, better basis for natural language processing, new knowledge and information through the amalgamation of the data (collection intelligence).
Journal Article•10.1137/S0097539700389652•
Graph Nonisomorphism Has Subexponential Size Proofs Unless the Polynomial-Time Hierarchy Collapses

[...]

Adam R. Klivans, Dieter van Melkebeek1•
Massachusetts Institute of Technology1
01 May 2002-SIAM Journal on Computing
TL;DR: Since the graph nonisomorphism problem has a bounded round Arthur-Merlin game, this provides the first strong evidence that graph non isomorphism has subexponential size proofs, and establishes hardness versus randomness trade-offs for space bounded computation.
Abstract: Traditional hardness versus randomness results focus on time-efficient randomized decision procedures. We generalize these trade-offs to a much wider class of randomized processes. We work out various applications, most notably to derandomizing Arthur-Merlin games. We show that every language with a bounded round Arthur-Merlin game has subexponential size membership proofs for infinitely many input lengths unless exponential time coincides with the third level of the polynomial-time hierarchy (and hence the polynomial-time hierarchy collapses). Since the graph nonisomorphism problem has a bounded round Arthur-Merlin game, this provides the first strong evidence that graph nonisomorphism has subexponential size proofs. We also establish hardness versus randomness trade-offs for space bounded computation.
Book•
Advanced Topics in Database Research

[...]

Keng Siau1•
University of Nebraska–Lincoln1
1 Apr 2002
TL;DR: The experience with this regression testing methodology shows that the impact analysis technique is adequate for selecting regression tests and that phase 2 techniques can be used for further reduction in the number of these tests.
Abstract: Database applications features such as Structured Query Language programming, exception handling, integrity constraints, and table triggers pose difficulties for maintenance activities, especially for regression testing that follows modifying database applications. In this chapter, we address these difficulties and propose a two-phase regression testing methodology. In phase 1, we explore control flow and data flow analysis issues of database applications. Then, we propose an impact analysis technique that is based on dependencies that exist among the components of database applications. This analysis leads to selecting test cases from the initial test suite for regression testing the modified application. In phase 2, we propose two algorithms for reducing the number of regression test cases. The Graph Walk algorithm walks through the control flow graph of database modules and selects a safe set of test cases to retest. The Call Graph Firewall algorithm uses a firewall for the inter-procedural level. Our experience with this regression testing methodology shows that the impact analysis technique is adequate for selecting regression tests and that phase 2 techniques can be used for further reduction in the number of these tests.
Journal Article•10.1093/BIOINFORMATICS/18.SUPPL_1.S181•
Splicing graphs and EST assembly problem.

[...]

Steffen Heber1, Max A. Alekseyev1, Sing-Hoi Sze1, Haixu Tang1, Pavel A. Pevzner1 •
University of California, San Diego1
1 Jul 2002
TL;DR: An algorithm is designed to assemble EST reads into the splicing graph rather than assembling them into each splicing variant in a case-by-case fashion using the notion of thesplicing graph, a natural and convenient representation of all splicing variants.
Abstract: Motivation: The traditional approach to annotate alternative splicing is to investigate every splicing variant of the gene in a case-by-case fashion. This approach, while useful, has some serious shortcomings. Recent studies indicate that alternative splicing is more frequent than previously thought and some genes may produce tens of thousands of different transcripts. A list of alternatively spliced variants for such genes would be difficult to build and hard to analyse. Moreover, such a list does not show the relationships between different transcripts and does not show the overall structure of all transcripts. A better approach would be to represent all splicing variants for a given gene in a way that captures the relationships between different splicing variants. Results: We introduce the notion of the splicing graph that is a natural and convenient representation of all splicing variants. The key difference with the existing approaches is that we abandon the linear (sequence) representation of each transcript and replace it with a graph representation where each transcript corresponds to a path in the graph. We further design an algorithm to assemble EST reads into the splicing graph rather than assembling them into each splicing variant in a case-by-case fashion. Availability:
Journal Article•10.1006/JABR.2001.9128•
Directed Graphs and Combinatorial Properties of Semigroups

[...]

Andrei V. Kelarev1, Stephen Quinn1•
University of Tasmania1
01 May 2002-Journal of Algebra
TL;DR: In this paper, a complete description of all commutative semigroups satisfying three other combinatorial properties defined in terms of directed graphs is given, by a graph we mean a directed graph without loops or multiple edges.
Patent•
System and method for monitoring performance metrics

[...]

John J. McGee, John Michael Earley, David M. Heath, Ralph L. Beck, Michael B. Courtemanche 
1 Jul 2002
TL;DR: A system and method for monitoring a set of performance metrics is described in this article, which includes metric correlation and grouping methods that analyze a group of temporally related metrics, and correlate pairs of the metrics in the group.
Abstract: A system and method for monitoring a set of performance metrics is described. The methods include metric correlation and grouping methods that analyze a group of temporally related metrics, and correlate pairs of the metrics in the group. In one embodiment, rank correlation techniques are used to perform this correlation. Methods are also described for grouping metrics using a dynamic correlation pair graph that preserves all of the correlated relationships. This correlation pair graph may be used to determine which metrics are associated with a particular key metric, which may provide information on the cause of an alarm or other event involving the key metric. Another embodiment includes apparatus for correlating, grouping, and identifying the metrics.
Journal Article•10.1109/TPAMI.2002.1008386•
Optical character recognition for cursive handwriting

[...]

Nafiz Arica, Fatos T. Yarman-Vural
01 Jun 2002-IEEE Transactions on Pattern Analysis and Machine Intelligence
TL;DR: A new analytic scheme, which uses a sequence of image segmentation and recognition algorithms, is proposed for the off-line cursive handwriting recognition problem and indicates higher recognition rates compared to the available methods reported in the literature.
Abstract: A new analytic scheme, which uses a sequence of image segmentation and recognition algorithms, is proposed for the off-line cursive handwriting recognition problem. First, some global parameters, such as slant angle, baselines, stroke width and height, are estimated. Second, a segmentation method finds character segmentation paths by combining gray-scale and binary information. Third, a hidden Markov model (HMM) is employed for shape recognition to label and rank the character candidates. For this purpose, a string of codes is extracted from each segment to represent the character candidates. The estimation of feature space parameters is embedded in the HMM training stage together with the estimation of the HMM model parameters. Finally, information from a lexicon and from the HMM ranks is combined in a graph optimization problem for word-level recognition. This method corrects most of the errors produced by the segmentation and HMM ranking stages by maximizing an information measure in an efficient graph search algorithm. The experiments indicate higher recognition rates compared to the available methods reported in the literature.
Patent•
Method and system for preloading resources

[...]

Paul David Jones1, Christopher Richard Newcombe1, Richard Donald Ellis1, Derrick Jason Birum1, Mikel Howard Thompson1 •
Valve Corporation1
12 Dec 2002
TL;DR: In this article, a method and system for preloading data is provided, in which resources are preloaded on a client before they are needed by an application and a prediction graph is generated that is used in predicting the resources that are likely to be needed by the application.
Abstract: A method and system for preloading data is provided. Resources are preloaded on a client before they are needed by an application. Application hints and static resources lists may be used to indicate resources are needed. The application may begin execution before receiving all of the resources associated with the application. Preloading may be done during execution of an application, or when the application is not executing. Preloading allows an application to run smoothly without consuming more resources than are needed by an application. A prediction graph may be generated that is used in predicting the resources that are likely to be needed by the application. An analyzer may also be used to simulate the system and adjust parameters used in creating the prediction graph.
Journal Article•10.1016/S0031-3203(01)00084-X•
A hybrid filter/wrapper approach of feature selection using information theory

[...]

Marc Sebban, Richard Nock1•
University of the French West Indies and Guiana1
01 Apr 2002-Pattern Recognition
TL;DR: This work begins with a filter model, exploiting the geometrical information contained in the minimum spanning tree (MST) built on the learning set, which leads to a feature selection algorithm belonging to a new category of hybrid models ( filter-wrapper).
Book Chapter•10.1007/3-540-47967-8_39•
Multiview Registration of 3D Scenes by Minimizing Error between Coordinate Frames

[...]

Gregory C. Sharp1, Sang W. Lee2, David K. Wehe1•
University of Michigan1, Sogang University2
28 May 2002
TL;DR: This paper addresses the problem of large-scale multiview registration of range images captured from unknown viewing directions with an iterative procedure that can be used to integrate the solutions for the set of cycles across the graph of views.
Abstract: This paper addresses the problem of large scale multiview registration of range images captured from unknown viewing directions. To reduce the computational burden, we decouple the local problem of pairwise registration on neighboring views from the global problem of distribution of accumulated errors. We define the global problem over the graph of neighboring views, and we show that this graph can be decomposed into a set of cycles such that the optimal transformation parameters for each cycle can be solved in closed form. We then describe an iterative procedure that can be used to integrate the solutions for the set of cycles across the graph. This method for error distribution does not require point correspondences between views, and therefore can be used together with robot odometry or any method of pairwise registration. Experimental results demonstrate the effectiveness of this technique on range images of an indoor facility.
Posted Content•
The structure of broad topics on the Web

[...]

Soumen Chakrabarti1, Mukul M. Joshi1, Kunal Punera1, David M. Pennock•
Indian Institute of Technology Bombay1
20 Mar 2002-arXiv: Information Retrieval
TL;DR: It is proposed that a topic taxonomy such as Yahoo! or the Open Directory provides a useful framework for understanding the structure of content-based clusters and communities and measurements may prove valuable in the design of community-specific crawlers and link-based ranking systems.
Abstract: The Web graph is a giant social network whose properties have been measured and modeled extensively in recent years. Most such studies concentrate on the graph structure alone, and do not consider textual properties of the nodes. Consequently, Web communities have been characterized purely in terms of graph structure and not on page content. We propose that a topic taxonomy such as Yahoo! or the Open Directory provides a useful framework for understanding the structure of content-based clusters and communities. In particular, using a topic taxonomy and an automatic classifier, we can measure the background distribution of broad topics on the Web, and analyze the capability of recent random walk algorithms to draw samples which follow such distributions. In addition, we can measure the probability that a page about one broad topic will link to another broad topic. Extending this experiment, we can measure how quickly topic context is lost while walking randomly on the Web graph. Estimates of this topic mixing distance may explain why a global PageRank is still meaningful in the context of broad queries. In general, our measurements may prove valuable in the design of community-specific crawlers and link-based ranking systems.
Journal Article•10.1109/TPWRS.2002.800975•
Application of evolutionary algorithms for the planning of urban distribution networks of medium voltage

[...]

E. Diaz-Dorado1, J. Cidras1, E. Miguez1•
University of Vigo1
07 Nov 2002-IEEE Transactions on Power Systems
TL;DR: This paper shows how an evolutionary algorithm can be used as the basis for the type of efficient algorithm such optimization demands of medium-voltage networks serving urban areas.
Abstract: Currently, an important issue in power distribution is the need to optimize medium voltage (MV) networks serving urban areas. This paper shows how an evolutionary algorithm can be used as the basis for the type of efficient algorithm such optimization demands. The search for optimal network solution will be restricted to a graph defined from the urban map, so each graph branch represents a trench. The solution space (networks) is assumed with "loop feeder circuits": networks with two electrical paths from the high voltage/medium voltage (HV/MV) substations to the customers. In the optimization process, the investment and loss load costs are considered taking into account the constraints of conductor capacities and voltage drop. The investment costs will take into account that some cables can be lying in the same trench. The process was applied for a Spanish city of 200,000 inhabitants.
Patent•
Selecting an optimal path through a relationship graph

[...]

P. Akella, Timothy J. Connors, James Kelly, Christopher S. Tolles
13 Dec 2002
TL;DR: In this paper, a relationship graph of nodes representing entities and edges representing relationships among the entities is searched to find a match on search criteria, such as an individual or a company.
Abstract: A relationship graph of nodes representing entities and edges representing relationships among the entities is searched to find a match on search criteria, such as an individual or a company. Paths through the relationship graph to the match are identified and a relevance value is associated with each path. A node in each path is specified as a connector for the path. The connectors and relevance values may be displayed to allow a choice of paths. If more than one match is found, a selection may be made by a user. Additionally, any matches may be filtered according to privacy rules.
Patent•
Visualization and analysis of user clickpaths

[...]

Brendan Kitts
25 Jul 2002
TL;DR: In this article, the authors proposed a method to graph user clickstream data over a network or at a network site to yield meaningful and visually esthetic information, which can comprise (i) performing a significance test on data from a network log and generating significance results, and (ii) determining which of network addresses and clicktrails between network addresses meet a traffic flow criterion.
Abstract: Methods and data processing system readable media have been created to graph user clickstream data over a network or at a network site to yield meaningful and visually esthetic information. In one set of embodiments, the method can comprise (i) performing a significance test on data from a network log and generating significance results. The method can also comprise (ii) determining which of network addresses and clicktrails between network addresses meet a traffic flow criterion. The data that meet a significance criterion, traffic criterion, or both can form (iii) graphable addresses and relationships. The method can further comprise (iv) generating statistics about the graphable addresses and relationships. The method can still further comprise (v) generating a graph based on the statistics about the graphable addresses and relationships, and (vi) changing any or all of the traffic flow, significance criterion, and statistics being computed, and regenerating the graph.
Proceedings Article•10.1109/ROBOT.2002.1013372•
Resolution complete rapidly-exploring random trees

[...]

Peng Cheng1, Steven M. LaValle1•
University of Illinois at Urbana–Champaign1
7 Aug 2002
TL;DR: Based on Lipschitz condition and the accessibility graph, conditions for resolution completeness are derived and a randomized planner is transformed to be a deterministic resolution complete planner, which shows reliable performance in the simulation.
Abstract: Trajectory design for high-dimensional systems with nonconvex constraints has considerable success recently; however, the resolution completeness analysis for various methods is insufficient. In this paper, based on Lipschitz condition and the accessibility graph, conditions for resolution completeness are derived. By combining the systematic search with randomized technique, a randomized planner is transformed to be a deterministic resolution complete planner, which shows reliable performance in the simulation.
Proceedings Article•10.1109/CDC.2002.1184493•
Distributed structural stabilization and tracking for formations of dynamic multi-agents

[...]

Reza Olfati-Saber1, Richard M. Murray1•
California Institute of Technology1
10 Dec 2002
TL;DR: A theoretical framework that consists of graph theoretical and Lyapunov-based approaches to stability analysis and distributed control of multi-agent formations and two examples of formations that can be controlled using this approach are provided, namely, the V-formation and the diamond formation.
Abstract: We provide a theoretical framework that consists of graph theoretical and Lyapunov-based approaches to stability analysis and distributed control of multi-agent formations. This framework relays on the notion of graph rigidity as a means of identifying the shape variables of a formation. Using this approach, we can formally define formations of multiple vehicles and three types of stabilization/tracking problems for dynamic multi-agent systems. We show how these three problems can be addressed mutually independent of each other for a formation of two agents. Then, we introduce a procedure called dynamic node augmentation that allows construction of a larger formation with more agents that can be rendered structurally stable in a distributed manner from some initial formation that is structurally stable. We provide two examples of formations that can be controlled using this approach, namely, the V-formation and the diamond formation.
Proceedings Article•10.1145/511446.511480•
The structure of broad topics on the web

[...]

Soumen Chakrabarti1, Mukul M. Joshi1, Kunal Punera1, David M. Pennock•
Indian Institute of Technology Bombay1
7 May 2002
TL;DR: In this paper, a topic taxonomy and an automatic classifier are used to measure the background distribution of broad topics on the Web, and analyze the capability of recent random walk algorithms to draw samples which follow such distributions.
Abstract: The Web graph is a giant social network whose properties have been measured and modeled extensively in recent years. Most such studies concentrate on the graph structure alone, and do not consider textual properties of the nodes. Consequently, Web communities have been characterized purely in terms of graph structure and not on page content. We propose that a topic taxonomy such as Yahoo! or the Open Directory provides a useful framework for understanding the structure of content-based clusters and communities. In particular, using a topic taxonomy and an automatic classifier, we can measure the background distribution of broad topics on the Web, and analyze the capability of recent random walk algorithms to draw samples which follow such distributions. In addition, we can measure the probability that a page about one broad topic will link to another broad topic. Extending this experiment, we can measure how quickly topic context is lost while walking randomly on the Web graph. Estimates of this topic mixing distance may explain why a global PageRank is still meaningful in the context of broad queries. In general, our measurements may prove valuable in the design of community-specific crawlers and link-based ranking systems.
Journal Article•10.1006/JCTA.2001.3188•
Codes and Anticodes in the Grassman Graph

[...]

Moshe Schwartz1, Tuvi Etzion1•
Technion – Israel Institute of Technology1
01 Jan 2002-Journal of Combinatorial Theory, Series A
TL;DR: It is shown that the vertices of the Grassman graph cannot be partitioned into optimal anticodes, with a possible exception when n=2k.
...

Tools

SciSpace AgentBiomedical AgentSciSpace RecruitSciSpace for EnterpriseAgent GalleryChat with PDFLiterature ReviewAI WriterFind TopicsParaphraserCitation GeneratorExtract DataAI DetectorCitation Booster

Learn

ResourcesLive Workshops

SciSpace

CareersSupportBrowse PapersPricingSciSpace Affiliate ProgramCancellation & Refund PolicyTermsPrivacyData Sources

Directories

PapersTopicsJournalsAuthorsConferencesInstitutionsCitation StylesWriting templates

Extension & Apps

SciSpace Chrome ExtensionSciSpace Mobile App

Contact

support@scispace.com
SciSpace

© 2026 | PubGenius Inc. | Suite # 217 691 S Milpitas Blvd Milpitas CA 95035, USA

soc2
Secured by Delve