Tesis sobre el tema "Stream graphs"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte los 48 mejores tesis para su investigación sobre el tema "Stream graphs".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Explore tesis sobre una amplia variedad de disciplinas y organice su bibliografía correctamente.
Gillani, Syed. "Semantically-enabled stream processing and complex event processing over RDF graph streams". Thesis, Lyon, 2016. http://www.theses.fr/2016LYSES055/document.
Texto completoThere is a paradigm shift in the nature and processing means of today’s data: data are used to being mostly static and stored in large databases to be queried. Today, with the advent of new applications and means of collecting data, most applications on the Web and in enterprises produce data in a continuous manner under the form of streams. Thus, the users of these applications expect to process a large volume of data with fresh low latency results. This has resulted in the introduction of Data Stream Processing Systems (DSMSs) and a Complex Event Processing (CEP) paradigm – both with distinctive aims: DSMSs are mostly employed to process traditional query operators (mostly stateless), while CEP systems focus on temporal pattern matching (stateful operators) to detect changes in the data that can be thought of as events. In the past decade or so, a number of scalable and performance intensive DSMSs and CEP systems have been proposed. Most of them, however, are based on the relational data models – which begs the question for the support of heterogeneous data sources, i.e., variety of the data. Work in RDF stream processing (RSP) systems partly addresses the challenge of variety by promoting the RDF data model. Nonetheless, challenges like volume and velocity are overlooked by existing approaches. These challenges require customised optimisations which consider RDF as a first class citizen and scale the processof continuous graph pattern matching. To gain insights into these problems, this thesis focuses on developing scalable RDF graph stream processing, and semantically-enabled CEP systems (i.e., Semantic Complex Event Processing, SCEP). In addition to our optimised algorithmic and data structure methodologies, we also contribute to the design of a new query language for SCEP. Our contributions in these two fields are as follows: • RDF Graph Stream Processing. We first propose an RDF graph stream model, where each data item/event within streams is comprised of an RDF graph (a set of RDF triples). Second, we implement customised indexing techniques and data structures to continuously process RDF graph streams in an incremental manner. • Semantic Complex Event Processing. We extend the idea of RDF graph stream processing to enable SCEP over such RDF graph streams, i.e., temporalpattern matching. Our first contribution in this context is to provide a new querylanguage that encompasses the RDF graph stream model and employs a set of expressive temporal operators such as sequencing, kleene-+, negation, optional,conjunction, disjunction and event selection strategies. Based on this, we implement a scalable system that employs a non-deterministic finite automata model to evaluate these operators in an optimised manner. We leverage techniques from diverse fields, such as relational query optimisations, incremental query processing, sensor and social networks in order to solve real-world problems. We have applied our proposed techniques to a wide range of real-world and synthetic datasets to extract the knowledge from RDF structured data in motion. Our experimental evaluations confirm our theoretical insights, and demonstrate the viability of our proposed methods
Rannou, Léo. "Temporal Connectivity and Path Computation for Stream Graph". Electronic Thesis or Diss., Sorbonne université, 2020. http://www.theses.fr/2020SORUS418.
Texto completoFor a long time, structured data and temporal data have been analysed separately. Many real world complex networks have a temporal dimension, such as contacts between individuals or financial transactions. Graph theory provides a wide set of tools to model and analyze static connections between entities. Unfortunately, this approach does not take into account the temporal nature of interactions. Stream graph theory is a formalism to model highly dynamic networks in which nodes and/or links arrive and/or leave over time. The number of applications of stream graph theory has risen rapidly, along with the number of theoretical concepts and algorithms to compute them. Several theoretical concepts such as connected components and temporal paths in stream graphs were defined recently, but no algorithm was provided to compute them. Moreover, the algorithmic complexities of these problems are unknown, as well as the insight they may shed on real-world stream graphs of interest. In this thesis, we present several solutions to compute notions of connectivity and path concepts in stream graphs. We also present alternative representations - data structures designed to facilitate specific computations - of stream graphs. We provide implementations and experimentally compare our methods in a wide range of practical cases. We show that these concepts indeed give much insight on features of large-scale datasets. Straph, a python library, was developed in order to have a reliable library for manipulating, analysing and visualising stream graphs, to design algorithms and models, and to rapidly evaluate them
Faleiros, Thiago de Paulo. "Propagação em grafos bipartidos para extração de tópicos em fluxo de documentos textuais". Universidade de São Paulo, 2016. http://www.teses.usp.br/teses/disponiveis/55/55134/tde-10112016-105854/.
Texto completoHandling large amounts of data is a requirement for modern text mining algorithms. For some applications, documents are published constantly, which demand a high cost for long-term storage. So it is necessary easily adaptable methods for an approach that considers documents flow, and be capable of analyzing the data in one step without requiring the high cost of storage. Another requirement is that this approach can exploit heuristics in order to improve the quality of results. Several models for automatic extraction of latent information in a collection of documents have been proposed in the literature, among them probabilistic topic models are prominent. Probabilistic topic models achieve good practical results, and have been extended to several models with different types of information included. However, properly describe these models, derive them, and then get appropriate inference algorithms are difficult tasks, requiring a rigorous mathematical treatment for descriptions of operations performed in the latent dimensions discovery process. Thus, for the development of a simple and efficient method to tackle the problem of latent dimensions discovery, a proper representation of the data is required. The hypothesis of this thesis is that by using bipartite graph for representation of textual data one can address the task of latent patterns discovery, present in the relationships between documents and words, in a simple and intuitive way. For validation of this hypothesis, we have developed a framework based on label propagation algorithm using the bipartite graph representation. The framework, called PBG (Propagation in Bipartite Graph) was initially applied to the unsupervised context for a static collection of documents. Then a semi-supervised version was proposed which need only a small amount of labeled documents to the transductive classification task. Finally, it was applied in the dynamic context in which flow of textual data was considered. Comparative analyzes were performed, and the results indicated that the PBG is a viable and competitive alternative for tasks in the unsupervised and semi-supervised contexts.
Arnoux, Thibaud. "Prédiction d'interactions dans les flots de liens. Combiner les caractéristiques structurelles et temporelles". Electronic Thesis or Diss., Sorbonne université, 2018. http://www.theses.fr/2018SORUS229.
Texto completoThe link stream formalism represent an approach allowing to capture the system dynamic while providing a framework to understand the system's behavior. A link stream is a sequence of triplet (t,u,v) indicating that an interaction occurred between u and v at time t. The importance of the system's dynamic during the prediction places it at the crossroads of link prediction in graphs and time series prediction. We will explore several formalizations of the problem of prediction in link streams. In the following we will study the activity prediction, that is to say predicting the number of interactions occurring in the future between each pair of nodes during a given period. We introduce the protocol, allowing to combine the data characteristics to predict the activity. We study the behavior of our protocol during several experiments on four datasets et evaluate the prediction quality. We will look at how the introduction of pair of nodes classes allows to preserve the link diversity in the prediction while improving the prediction. Our goal is to define a general prediction framework allowing in-depth studies of the relationship between temporal and structural characteristics in prediction tasks
Baudin, Alexis. "Cliques statiques et temporelles : algorithmes d'énumération et de détection de communautés". Electronic Thesis or Diss., Sorbonne université, 2023. http://www.theses.fr/2023SORUS609.
Texto completoGraphs are mathematical objects used to model interactions or connections between entities of various types. A graph can represent, for example, a social network that connects users to each other, a transport network like the metro where stations are connected to each other, or a brain with the billions of interacting neurons it contains. In recent years, the dynamic nature of these structures has been highlighted, as well as the importance of taking into account the temporal evolution of these networks to understand their functioning. While many concepts and algorithms have been developed on graphs to describe static network structures, much remains to be done to formalize and develop relevant algorithms to describe the dynamics of real networks. This thesis aims to better understand how massive graphs are structured in the real world, and to develop tools to extend our understanding to structures that evolve over time. It has been shown that these graphs have particular properties, which distinguish them from theoretical or randomly drawn graphs. Exploiting these properties then enables the design of algorithms to solve certain difficult problems much more quickly on these instances than in the general case. My PhD thesis focuses on cliques, which are groups of elements that are all connected to each other. We study the enumeration of cliques in static and temporal graphs and the detection of communities they enable. The communities of a graph are sets of vertices such that, within a community, the vertices interact strongly with each other, and little with the rest of the graph. Their study helps to understand the structural and functional properties of networks. We are evaluating our algorithms on massive real-world graphs, opening up new perspectives for understanding interactions within these networks. We first work on graphs, without taking into account the temporal component of interactions. We begin by using the clique percolation method of community detection, highlighting its limitations in memory, which prevent it from being applied to graphs that are too massive. By introducing an approximate problem-solving algorithm, we overcome this limitation. Next, we improve the enumeration of maximal cliques in the case of bipartite graphs. These correspond to interactions between groups of vertices of different types, e.g. links between people and viewed content, participation in events, etc. Next, we consider interactions that take place over time, using the link stream formalism. We seek to extend the algorithms presented in the first part, to exploit their advantages in the study of temporal interactions. We provide a new algorithm for enumerating maximal cliques in link streams, which is much more efficient than the state-of-the-art on massive datasets. Finally, we focus on communities in link streams by clique percolation, developing an extension of the method used on graphs. The results show a significant improvement over the state of the art, and we analyze the communities obtained to provide relevant information on the organization of temporal interactions in link streams. My PhD work has provided new insights into the study of massive real-world networks. This shows the importance of exploring the potential of graphs in a real-world context, and could contribute to the emergence of innovative solutions for the complex challenges of our modern society
Wang, Changliang. "Continuous subgraph pattern search over graph streams /". View abstract or full-text, 2009. http://library.ust.hk/cgi/db/thesis.pl?CSED%202009%20WANG.
Texto completoNavarin, Nicolò <1984>. "Learning with Kernels on Graphs: DAG-based kernels, data streams and RNA function prediction". Doctoral thesis, Alma Mater Studiorum - Università di Bologna, 2014. http://amsdottorato.unibo.it/6578/1/navarin_nicolo_tesi.pdf.
Texto completoNavarin, Nicolò <1984>. "Learning with Kernels on Graphs: DAG-based kernels, data streams and RNA function prediction". Doctoral thesis, Alma Mater Studiorum - Università di Bologna, 2014. http://amsdottorato.unibo.it/6578/.
Texto completoReyes, Juan C. (Juan Carlos) 1980. "A graph editing framework for the StreamIt language". Thesis, Massachusetts Institute of Technology, 2004. http://hdl.handle.net/1721.1/17980.
Texto completoIncludes bibliographical references (leaves 55-56).
A programming language is more useful if it provides a level of abstraction that makes programming more intuitive and also allows the development of tools that take advantage of the language's internal representation. StreamIt, a language for the development of streaming applications, has a hierarchical and structural nature that lends itself to a graphical programming tool. I created a prototype StreamIt Graph Editor (SGE) to facilitate the development of streaming applications using StreamIt. The SGE provides intuitive visualization tools that allow developers to work more efficiently by automating certain processes. Thus, the programmer can focus more on design issues than on low level details that slow down the development process.
by Juan C. Reyes.
M.Eng.
Karczmarek, Michal 1977. "Constrained and phased scheduling of synchronous data flow graphs for StreamIt language". Thesis, Massachusetts Institute of Technology, 2002. http://hdl.handle.net/1721.1/87333.
Texto completoIncludes bibliographical references (p. 107-109).
by Michal Karczmarek.
S.M.
Popa, Tiberiu. "Compiling Data Dependent Control Flow on SIMD GPUs". Thesis, University of Waterloo, 2004. http://hdl.handle.net/10012/1186.
Texto completoMcKeon, Sean Patrick. "A GPU Stream Computing Approach to Terrain Database Integrity Monitoring". Digital Archive @ GSU, 2009. http://digitalarchive.gsu.edu/cs_theses/65.
Texto completoWilmet, Audrey. "Détection d'anomalies dans les flots de liens : combiner les caractéristiques structurelles et temporelles". Electronic Thesis or Diss., Sorbonne université, 2019. http://www.theses.fr/2019SORUS402.
Texto completoA link stream is a set of links {(t, u, v)} in which a triplet (t, u, v) models the interaction between two entities u and v at time t. In many situations, data result from the measurement of interactions between several million of entities over time and can thus be studied through the link stream's formalism. This is the case, for instance, of phone calls, email exchanges, money transfers, contacts between individuals, IP traffic, online shopping, and many more. The goal of this thesis is the detection of sets of abnormal links in a link stream. In a first part, we design a method that constructs different contexts, a context being a set of characteristics describing the circumstances of an anomaly. These contexts allow us to find unexpected behaviors that are relevant, according to several dimensions and perspectives. In a second part, we design a method to detect anomalies in heterogeneous distributions whose behavior is constant over time, by comparing a sequence of similar heterogeneous distributions. We apply our methodological tools to temporal interactions coming from retweets of Twitter and IP traffic of MAWI group
Gregory, Linda Mae Alice. "The Lakes and Streams Project: A curriculum for elementary and middle grades on a local environmental issue". CSUSB ScholarWorks, 2003. https://scholarworks.lib.csusb.edu/etd-project/2175.
Texto completoSegura, Salvador Albert. "High-performance and energy-efficient irregular graph processing on GPU architectures". Doctoral thesis, Universitat Politècnica de Catalunya, 2021. http://hdl.handle.net/10803/671449.
Texto completoEl processament de grafs és un domini prominent i establert com a la base de noves aplicacions emergents en àrees com l'anàlisi de dades i Machine Learning, que permeten aplicacions com ara navegació per carretera, xarxes socials i reconeixement automàtic de veu. La gran quantitat de dades emprades en aquests dominis requereix d’arquitectures d’alt rendiment, com ara GPGPU. Tot i que el processament de grans càrregues de treball basades en grafs presenta un alt grau de paral·lelisme, els patrons d’accés a la memòria tendeixen a ser irregulars, fet que redueix l’eficiència a causa de la divergència d’accessos a memòria. Per tal de millorar aquests problemes, les aplicacions de grafs per a GPGPU realitzen operacions de stream compaction que processen nodes/arestes per tal que els passos posteriors funcionin en un conjunt de dades compactat. Proposem deslliurar d’aquesta tasca a la extensió hardware Stream Compaction Unit (SCU) adaptada als requisits d’aquestes operacions, que a més realitza un pre-processament filtrant i reordenant els elements processats.Mostrem que les ineficiències de divergència de memòria prevalen en aplicacions GPGPU basades en grafs irregulars, tot i que trobem que és possible relaxar la relació estricta entre threads i les dades processades per obtenir noves optimitzacions. Com a tal, proposem la Irregular accesses Reorder Unit (IRU), una nova extensió de maquinari integrada al pipeline de la GPU que reordena i filtra les dades processades pels threads en accessos irregulars que milloren la convergència d’accessos a memòria. Finalment, aprofitem els punts forts de les propostes anteriors per aconseguir millores sinèrgiques. Ho fem proposant la IRU-enhanced SCU (ISCU), que utilitza els mecanismes de pre-processament eficients de la IRU per millorar l’eficiència de stream compaction de la SCU i les limitacions de rendiment de NoC a causa de les operacions de pre-processament de la SCU.
Ito, Dai. "Evaluation of susceptibility to wheat streak mosaic virus among small grains and alternative hosts in the Great Plains". Thesis, Montana State University, 2011. http://etd.lib.montana.edu/etd/2011/ito/ItoD0511.pdf.
Texto completoNzekon, Nzeko'o Armel Jacques. "Système de recommandation avec dynamique temporelle basée sur les flots de liens". Electronic Thesis or Diss., Sorbonne université, 2019. http://www.theses.fr/2019SORUS454.
Texto completoRecommending appropriate items to users is crucial in many e-commerce platforms that propose a large number of items to users. Recommender systems are one favorite solution for this task. Most research in this area is based on explicit ratings that users give to items, while most of the time, ratings are not available in sufficient quantities. In these situations, it is important that recommender systems use implicit data which are link stream connecting users to items while maintaining timestamps i.e. users browsing, purchases and streaming history. We exploit this type of implicit data in this thesis. One common approach consists in selecting the N most relevant items to each user, for a given N, which is called top-N recommendation. To do so, recommender systems rely on various kinds of information, like content-based features of items, past interest of users for items and trust between users. However, they often use only one or two such pieces of information simultaneously, which can limit their performance because user's interest for an item can depend on more than two types of side information. To address this limitation, we make three contributions in the field of graph-based recommender systems. The first one is an extension of the Session-based Temporal Graph (STG) introduced by Xiang et al., which is a dynamic graph combining long-term and short-term preferences in order to better capture user preferences over time. STG ignores content-based features of items, and make no difference between the weight of newer edges and older edges. The new proposed graph Time-weight Content-based STG addresses STG limitations by adding a new node type for content-based features of items, and a penalization of older edges. The second contribution is the Link Stream Graph (LSG) for temporal recommendations. This graph is inspired by a formal representation of link stream, and has the particularity to consider time in a continuous way unlike others state-of-the-art graphs, which ignore the temporal dimension like the classical bipartite graph (BIP), or consider time discontinuously like STG where time is divided into slices. The third contribution in this thesis is GraFC2T2, a general graph-based framework for top-N recommendation. This framework integrates basic recommender graphs, and enriches them with content-based features of items, users' preferences temporal dynamics, and trust relationships between them. Implementations of these three contributions on CiteUlike, Delicious, Last.fm, Ponpare, Epinions and Ciao datasets confirm their relevance
Hachi, Ryma. "Explorer l'effet de la morphologie des réseaux viaires sur leurs conditions d'accessibilité : une approche empirique fondée sur la théorie des graphes". Thesis, Paris 1, 2020. http://www.theses.fr/2020PA01H072.
Texto completoThis thesis aims to explore the relationship between the morphology of street networks and the accessibility offered to individuals during their trips in the urban space. The accessibility is defined as a set of favourable conditions for traveling (e.g. short distances to cover, low congestion level). This relationship is the subject of much tacit knowledge in the urban design community. Typical network morphologies or typical interventions on existing networks are recommended by urban designers, for the accessibility conditions they are supposed to offer. However, the actual effects of these recommendations on accessibility conditions are little evaluated in a formalized and systematic way. To compensate for this lack, we choose to adopt a quantitative approach based on graph theory. This allows an analysis of the morphology and accessibility conditions of networks by means of descriptors calculated on graphs, and then the study of the relationship between morphological and accessibility descriptors. Our work is exploratory. It concerns a set of ten empirical case studies, chosen for their representativity of theoretical cases recommended in urban design. We have constituted two corpuses of study. The first brings together networks with a typical morphology. This is the case of organic networks such as Paris in the Middle Ages, grid networks like Manhattan, and tree-like networks like in some American suburbs. The second corpus is made up of successive states of a network in which typical interventions, recommended in the literature, have been carried out. In this case, it concerns the creation of star-shaped breakthroughs in the street network of Paris in the 19th century. The quantitative description of the morphological characteristics and the accessibility conditions, carried out on the two corpuses, reveals some specificities of each typical network and intervention analyzed, both in terms of morphology and accessibility. Furthermore, our results allow us to identify trends in the relationship between the morphological characteristics of the studied networks and their accessibility conditions. In particular, we show that these trends are more marked for the corpus of networks with a typical morphology than for the Parisian network at different dates : in Paris, strong variations in morphological descriptors are often accompanied by weak variations in accessibility descriptors. From a thematic point of view, this result suggests that the major works carried out in the 19th century by Haussmann certainly affected the morphology of the street network, but had a little effect on the accessibility conditions offered by this network. Eventually, we conclude that the adoption of a quantitative approach to deal with the relationship between the morphology of a street network and its accessibility conditions requires a back and forth movement between the knowledge and interpretations specific to urban design and the methods and measures from other disciplines, in this case network science
De, Oliveira Joffrey. "Gestion de graphes de connaissances dans l'informatique en périphérie : gestion de flux, autonomie et adaptabilité". Electronic Thesis or Diss., Université Gustave Eiffel, 2023. http://www.theses.fr/2023UEFL2069.
Texto completoThe research work carried out as part of this PhD thesis lies at the interface between the Semantic Web, databases and edge computing. Indeed, our objective is to design, develop and evaluate a database management system (DBMS) based on the W3C Resource Description Framework (RDF) data model, which must be adapted to the terminals found in Edge computing.The possible applications of such a system are numerous and cover a wide range of sectors such as industry, finance and medicine, to name but a few. As proof of this, the subject of this thesis was defined with the team from the Computer Science and Artificial Intelligence Laboratory (CSAI) at ENGIE Lab CRIGEN. The latter is ENGIE's research and development centre dedicated to green gases (hydrogen, biogas and liquefied gases), new uses of energy in cities and buildings, industry and emerging technologies (digital and artificial intelligence, drones and robots, nanotechnologies and sensors). CSAI financed this thesis as part of a CIFRE-type collaboration.The functionalities of a system satisfying these characteristics must enable anomalies and exceptional situations to be detected in a relevant and effective way from measurements taken by sensors and/or actuators. In an industrial context, this could mean detecting excessively high measurements, for example of pressure or flow rate in a gas distribution network, which could potentially compromise infrastructure or even the safety of individuals. This detection must be carried out using a user-friendly approach to enable as many users as possible, including non-programmers, to describe risk situations. The approach must therefore be declarative, not procedural, and must be based on a query language, such as SPARQL.We believe that Semantic Web technologies can make a major contribution in this context. Indeed, the ability to infer implicit consequences from explicit data and knowledge is a means of creating new services that are distinguished by their ability to adjust to the circumstances encountered and to make autonomous decisions. This can be achieved by generating new queries in certain alarming situations, or by defining a minimal sub-graph of knowledge that an instance of our DBMS needs in order to respond to all of its queries.The design of such a DBMS must also take into account the inherent constraints of Edge computing, i.e. the limits in terms of computing capacity, storage, bandwidth and sometimes energy (when the terminal is powered by a solar panel or a battery). Architectural and technological choices must therefore be made to meet these limitations. With regard to the representation of data and knowledge, our design choice fell on succinct data structures (SDS), which offer, among other advantages, the fact that they are very compact and do not require decompression during querying. Similarly, it was necessary to integrate data flow management within our DBMS, for example with support for windowing in continuous SPARQL queries, and for the various services supported by our system. Finally, as anomaly detection is an area where knowledge can evolve, we have integrated support for modifications to the knowledge graphs stored on the client instances of our DBMS. This support translates into an extension of certain SDS structures used in our prototype
Gaumont, Noé. "Groupes et Communautés dans les flots de liens : des données aux algorithmes". Electronic Thesis or Diss., Paris 6, 2016. http://www.theses.fr/2016PA066271.
Texto completoInteractions are everywhere: in the contexts of face-to-face contacts, emails, phone calls, IP traffic, etc. In all of them, an interaction is characterized by two entities and a time interval: for instance, two individuals meet from 1pm to 3pm. We model them as link stream which is a set of quadruplets (b,e,u,v) where each quadruplet means that a link exists between u and v from time b to time e. In graphs, a community is a subset which is more densely connected than a reference. Within the link stream formalism, the notion of density and reference have to be redefined. Therefore, we study how to extend the notion of density for link streams. To this end, we use a real data set where a community structure is known. Then, we develop a method that finds automatically substream which are considered relevant. These substream, defined as subsets of links, are discovered by a classical community detection algorithm applied on the link stream the transformed into a static graph. A substream is considered relevant, if it is denser than the substreams which are close temporally and structurally. Thus, we deepen the notion of neighbourhood and reference in link streams. We apply our method on several real world interaction networks and we find relevant substream which would not have been found by existing methods. Finally, we discuss the generation of link streams having a given community structure and also a proper way to evaluate such community structure
Gaumont, Noé. "Groupes et Communautés dans les flots de liens : des données aux algorithmes". Thesis, Paris 6, 2016. http://www.theses.fr/2016PA066271/document.
Texto completoInteractions are everywhere: in the contexts of face-to-face contacts, emails, phone calls, IP traffic, etc. In all of them, an interaction is characterized by two entities and a time interval: for instance, two individuals meet from 1pm to 3pm. We model them as link stream which is a set of quadruplets (b,e,u,v) where each quadruplet means that a link exists between u and v from time b to time e. In graphs, a community is a subset which is more densely connected than a reference. Within the link stream formalism, the notion of density and reference have to be redefined. Therefore, we study how to extend the notion of density for link streams. To this end, we use a real data set where a community structure is known. Then, we develop a method that finds automatically substream which are considered relevant. These substream, defined as subsets of links, are discovered by a classical community detection algorithm applied on the link stream the transformed into a static graph. A substream is considered relevant, if it is denser than the substreams which are close temporally and structurally. Thus, we deepen the notion of neighbourhood and reference in link streams. We apply our method on several real world interaction networks and we find relevant substream which would not have been found by existing methods. Finally, we discuss the generation of link streams having a given community structure and also a proper way to evaluate such community structure
Jin, Ruoming. "New techniques for efficiently discovering frequent patterns". Connect to resource, 2005. http://rave.ohiolink.edu/etdc/view?acc%5Fnum=osu1121795612.
Texto completoTitle from first page of PDF file. Document formatted into pages; contains xvii, 170 p.; also includes graphics. Includes bibliographical references (p. 160-170). Available online via OhioLINK's ETD Center
Počatko, Boris. "Dynamický definovatelný dashboard". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2012. http://www.nusl.cz/ntk/nusl-236436.
Texto completoRaza, Asim. "SSVEP based EEG Interface for Google Street View Navigation". Thesis, Linköpings universitet, Medie- och Informationsteknik, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-104276.
Texto completoPasserat-Palmbach, Jonathan. "Contributions to parallel stochastic simulation : application of good software engineering practices to the distribution of pseudorandom streams in hybrid Monte Carlo simulations". Phd thesis, Université Blaise Pascal - Clermont-Ferrand II, 2013. http://tel.archives-ouvertes.fr/tel-00858735.
Texto completoPranke, Nico. "Skalierbares und flexibles Live-Video Streaming mit der Media Internet Streaming Toolbox". Doctoral thesis, Technische Universitaet Bergakademie Freiberg Universitaetsbibliothek "Georgius Agricola", 2010. http://nbn-resolving.de/urn:nbn:de:bsz:105-qucosa-26652.
Texto completoPranke, Nico. "Skalierbares und flexibles Live-Video Streaming mit der Media Internet Streaming Toolbox". Doctoral thesis, TU Bergakademie Freiberg, 2009. https://tubaf.qucosa.de/id/qucosa%3A22696.
Texto completoSarin, Anika. "open / close: assimilating immersive spaces in visual communication". VCU Scholars Compass, 2017. http://scholarscompass.vcu.edu/etd/4876.
Texto completoSkalický, Martin. "Cyklistický/běžecký tréninkový deník využívající GPS data". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2011. http://www.nusl.cz/ntk/nusl-237039.
Texto completoGlomm, Anna Sandaker. "Graphic revolt! : Scandinavian artists' workshops, 1968-1975 : Røde Mor, Folkets Ateljé and GRAS". Thesis, University of St Andrews, 2012. http://hdl.handle.net/10023/3171.
Texto completo"Scalable Algorithms and Systems for Graph Analytics and Stream Processing". 2016. http://repository.lib.cuhk.edu.hk/en/item/cuhk-1292713.
Texto completoChen, Mei-Hsuan y 陳美璇. "Data Flow Graph Partitioning for Stream Processing in Multi-FPGA Reconfigurable System". Thesis, 2003. http://ndltd.ncl.edu.tw/handle/05549707611165024588.
Texto completo國立交通大學
資訊工程系
91
The reconfigurable computing offers computation ability in hardware to increase performance, but also keeps the flexibility in software solution. The multi-FGPA reconfigurable system provides means for dealing with the applications that are too large to fit within a single FPGA, but may be partitioned over multiple FPGA available. The systems have a limited number of I/O pins that connect the FPGAs together, and therefore I/O pins must be used carefully. The object of this thesis is to exploit potential throughput of stream processing in multi-FPGA reconfigurable system. We proposed two approaches that schedule data flow graph onto the multi-FPGA system. The first method makes use of data flow graph to find the ideal size and connectivity of FPGA for multi-FPGA reconfigurable system. And the second approach increases the throughput by decreasing the communication overhead in current multi-FPGA reconfigurable system. In our simulation, we use kernel algorithms of DSP as benchmark. The results are promising.
蔡明瑾. "Incremental Detection for Frequent Sub-Graph Patterns Changing on Data Streams". Thesis, 2006. http://ndltd.ncl.edu.tw/handle/01052596127875168457.
Texto completo國立臺灣師範大學
資訊教育學系
94
Graph is a kind of structural data, which is applied to model the various relations among data in real world. Mining frequent sub-graph patterns, being equal to solve the problem of checking graph isomorphism, is a NP hard problem. Therefore, mining frequent sub-graph patterns in data streams is an even more complicated problem. In this thesis, graph data at every time point is collected for mining frequent sub-graph patterns at the time point. We assume that the changing of frequent sub-graph patterns will take several time points. Therefore, it is not necessary to re-mine frequent sub-graph patterns at each time point. The frequent sub-graph patterns discovered at the first time point are named base patterns. An efficient method, named FGCD algorithm, is proposed to detect the change of base patterns at the following time points, the FGCD algorithm approximately counts the frequencies of base patterns in the set of newly coming graphs, and calculates the percentage of remaining frequent patterns to decide whether the trend of frequent sub-graph patterns is changing or not and trigger to perform the re-mining of frequent sub-graph patterns. The storage structures of graphs are designed and the downward closure property among frequent sub-graphs is applied in the proposed method to efficiently match the sub-graphs patterns. According to experimental results, FGCD can approximately estimate the percentage of base patterns that remain frequent. When the trend of frequent sub-graph patterns does not change, FGCD algorithm provides a more efficient way than re-mining to maintain the frequent sub-graph patterns approximately.
Singh, Paramvir. "Fast and scalable triangle counting in graph streams: the hybrid approach". Thesis, 2020. http://hdl.handle.net/1828/12445.
Texto completoGraduate
Liu, Che-Ming y 劉哲銘. "Mining Representative Patterns over Data Streams with a Lexical Order Graph". Thesis, 2008. http://ndltd.ncl.edu.tw/handle/57925974869510144889.
Texto completo中原大學
資訊工程研究所
96
Data in recent applications over data streams such as network monitoring, stock and financial analysis often continuously and rapidly flow into the system. As the storage space is limited, a proper mechanism for data update and compression is required in order that the important information can be preserved. In the previous representative patterns, RP and δ-TCFI, they are both pick the big size of itemsets to represent the subsets of it under the threshold. This paper combines the concept of representative patterns from static databases and the techniques for pattern update and count estimation over data streams. We propose an algorithm for mining two types of representative patterns. Moreover, we adapt the data structure proposed for mining closed frequent patterns from static databases to batch processing of transactions from data streams. By our mining algorithm, comparing a frequent pattern with the representative patterns discovered so far is efficient. The experiment results show that the two types of representative patterns lead to different performance. When mining δ-TCFI, we can get well efficiency, precision and recall. When mining RP, we can get lower error rate. Users can set one of them as the target for mining according to their application needs.
"Application of stream processing to hydraulic network solvers". Thesis, 2011. http://hdl.handle.net/10210/3907.
Texto completoThe aim of this research was to investigate the use of stream processing on the graphics processing unit (GPU) and to apply it into the hydraulic modelling of a water distribution system. The stream processing model was programmed and compared to the programming on the conventional, sequential programming platform, namely the CPU. The use of the GPU as a parallel processor has been widely adopted in many different non-graphic applications and the benefits of implementing parallel processing in these fields have been significant. They have the capacity to perform from billions to trillions of floating-point operations per second using programmable shader programs. These great advances seen in the GPU architecture have been driven by the gaming industry and a demand for better gaming experiences. The computational performance of the GPU is much greater than the computational capability of CPU processors. Hydraulic modelling of water distribution systems has become vital to the construction of new water distribution systems. This is because water distribution networks are very complex and are nonlinear in nature. Further, modelling is able to prevent and anticipate problems in a system without physically building the system. The hydraulic model that was used was the Gradient Method, which is the hydraulic model used in the EPANET software package. The Gradient Method produces a linear system which is both positive-definite and symmetric. The Cholesky method is currently being used in the EPANET algorithm in order to solve the linear equations produced by the Gradient Method. Thus, a linear solution method had to be selected for the use in both parallel processing on the GPU and as a hydraulic network solver. The Conjugate Gradient algorithm was selected as an ideal algorithm as it works well with the hydraulic solver and could be converted into a parallel algorithm on the GPU. The Conjugate Gradient Method is one of the best-known iterative techniques used in the solution of sparse symmetric positive definite linear systems. The Conjugate Gradient Method was constructed both in the sequential programming model and the stream processing model, using the CPU and the GPU respectively on two different computer systems. The Cholesky method was also programmed in the sequential programming model for both of the computer systems. A comparison was made between the Cholesky and the Conjugate Gradient Methods in order to evaluate the two methods relative to each other. The findings in this study have shown that stream processing on the GPU can be used in the parallel GPU architecture in order to perform general-purpose algorithms. The results further affirmed that iterative linear solution methods should only be used for large linear systems.
CHANG, CHIUNG-FANG y 張瓊方. "Detecting Texts and Graphs in Street View Images by Convolutional Neural Networks". Thesis, 2017. http://ndltd.ncl.edu.tw/handle/83408631354295778349.
Texto completo國立中央大學
資訊工程學系
105
Considering that traffic and shop signs appearing in street view images contain useful information, such as locations of scenes or effects of advertising billboards, a text and graph detection mechanism in street view images is proposed in this research. Many of these artificial objects in street view images are not easy to extract with a fixed template. Besides, cluttered backgrounds containing such items as buildings or trees may block some parts of the signs, increasing the challenges of detection. Weather or light conditions further complicate the detection process. The proposed detection mechanism is divided into two parts; first, we use the Fully Convolutional Network (FCN) to train a detection model for effectively locating the positions of signs in street view images. In the second part, we extract the texts and graphs in the selected areas employing their characteristics. By observing that, regardless of various shapes, the texts/graphs are usually superimposed on smooth areas, we construct smooth-region maps according to the gradient magnitudes and then confirm the actual areas of signs. The texts and graphs can then be extracted by Maximally Stable Extremal Regions (MSER), which is suitable for text detection. Experimental results show that this mechanism can effectively extract texts and graphs in different types of complex street scenes.
Graps, Amara Lynn [Verfasser]. "Io revealed in the Jovian dust streams / presented by Amara Lynn Graps". 2001. http://d-nb.info/963611534/34.
Texto completoPeng, Yi-Cheng y 彭以程. "Concept-Based Event Identification from Social Streams Using Evolving Social Graph Sequences". Thesis, 2014. http://ndltd.ncl.edu.tw/handle/99327486875315576507.
Texto completo國立清華大學
資訊系統與應用研究所
102
Social networks, which have become extremely popular in the 21st century, contain a tremendous amount of user-generated content about real-world events. This user-generated content relays real-world events as they happen, and sometimes even ahead of the newswire. The goal of this work is to identify events from social streams. The proposed model utilizes sliding-window-based statistical techniques to extract event candidates from social streams. Subsequently, the “Concept-based evolving graph sequences”(cEGS) approach is employed to verify information propagation trends of event candidates and to identify those events. The experimental results show the usefulness of our approach in identifying real-world events in social streams.
Åleskog, Christoffer. "Graph-based Multi-view Clustering for Continuous Pattern Mining". Thesis, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-21850.
Texto completoZhao, Z. W. y I.-Ming Chen. "Optimizing the Dynamic Distribution of Data-stream for High Speed Communications". 2004. http://hdl.handle.net/1721.1/7459.
Texto completoSingapore-MIT Alliance (SMA)
Azevedo, José Maria Pantoja Mata Vale e. "Image Stream Similarity Search in GPU Clusters". Master's thesis, 2018. http://hdl.handle.net/10362/58447.
Texto completoLai, Chih-Chia y 賴志嘉. "On Constructing the Registration Graph of a 3-D Scene Using RGB-D Image Streams". Thesis, 2013. http://ndltd.ncl.edu.tw/handle/42601737493375454708.
Texto completo國立暨南國際大學
資訊工程學系
101
The key problem of using a mobile robot equipped with an RGB-D camera to explore an unknown environment is how to fuse the information contained in the acquired images. Due to the limited field of view of the camera, it is inevitable to register the acquired images. If we represent each image as a node and each pairwise registration result as an edge linking two registered images, then the completed registration results can be expressed as a registration graph. Constructing a registration graph from a series of input images can greatly simplify the 3-D scene reconstruction problem. Notably, the critical issue of registration graph construction is to determine whether a pair of given images are overlapped. If two images are determined to be overlapped, then the second problem is to determine their registration parameters and to add an edge to link those two images. In this work, we use the number of SIFT feature correspondences to select possibly overlapped images. However, the computational complexity of the traditional SIFT feature matching method is too high. Hence, we propose a fast SIFT feature matching algorithm based on the visual word (VW) technique. We first quantize the SIFT features via the vector quantization method with a specified codebook. If two SIFT features are quantized to different VWs, then those two SIFT features are deemed as not matched. Therefore, when matching SIFT features, we only have to consider those features having the same VW and, thus, the computation cost can be greatly reduced.The matched SIFT features computed with the VW approach are further verified with the RANSAC algorithm to remove incorrect matching results and to estimate the registration parameters. Experimental results show that the proposed method can improve the computation speed for 38 times without sacrificing two much matching accuracy.
Udupa, Abhishek. "Efficient Compilation Of Stream Programs Onto Multi-cores With Accelerators". Thesis, 2009. https://etd.iisc.ac.in/handle/2005/971.
Texto completoUdupa, Abhishek. "Efficient Compilation Of Stream Programs Onto Multi-cores With Accelerators". Thesis, 2009. http://hdl.handle.net/2005/971.
Texto completoLau, Sin Ki Braundt. "Human centric routing algorithm for urban cyclists and the influence of street network spatial configuration". Master's thesis, 2020. http://hdl.handle.net/10362/95144.
Texto completoUnderstanding wayfinding behavior of cyclist aid decision makers to design better cities in favor of this sustainable active transport. Many have modelled the physical influence of building environment on wayfinding behavior, with cyclist route choices and routing algorithm. Incorporating cognitive wayfinding approach with Space Syntax techniques not only adds the human centric element to model routing algorithm, but also opens the door to evaluate spatial configuration of cities and its effect on cyclist behavior. This thesis combines novel Space Syntax techniques with Graph Theory to develop a reproducible Human Centric Routing Algorithm and evaluates how spatial configuration of cities influences modelled wayfinding behavior. Valencia, a concentric gridded city, and Cardiff with a complex spatial configuration are chosen as the case study areas. Significant differences in routes distribution exist between cities and suggest that spatial configuration of the city has an influence on the modelled routes. Street Network Analysis is used to further quantify such differences and confirms that the simpler spatial configuration of Valencia has a higher connectivity, which could facilitate cyclist wayfinding. There are clear implications on urban design that spatial configuration with higher connectivity indicates legibility, which is key to build resilience and sustainable communities. The methodology demonstrates automatic, scalable and reproducible tools to create Human Centric Routing Algorithm anywhere in the world. Reproducibility self-assessment (https://osf.io/j97zp/): 3, 3, 3, 2, 1 (Input data, Preprocessing, Methods, Computational Environment and Results).
Guo, T. "Real-time analytics for complex structure data". Thesis, 2015. http://hdl.handle.net/10453/38990.
Texto completoThe advancement of data acquisition and analysis technology has resulted in many real-world data being dynamic and containing rich content and structured information. More specifically, with the fast development of information technology, many current real-world data are always featured with dynamic changes, such as new instances, new nodes and edges, and modifications to the node content. Different from traditional data, which are represented as feature vectors, data with complex relationships are often represented as graphs to denote the content of the data entries and their structural relationships, where instances (nodes) are not only characterized by the content but are also subject to dependency relationships. Plus, real-time availability is one of outstanding features of today’s data. Real-time analytics is dynamic analysis and reporting based on data entered into a system before the actual time of use. Real-time analytics emphasizes on deriving immediate knowledge from dynamic data sources, such as data streams, and knowledge discovery and pattern mining are facing complex, dynamic data sources. However, how to combine structure information and node content information for accurate and real-time data mining is still a big challenge. Accordingly, this thesis focuses on real-time analytics for complex structure data. We explore instance correlation in complex structure data and utilises it to make mining tasks more accurate and applicable. To be specific, our objective is to combine node correlation with node content and utilize them for three different tasks, including (1) graph stream classification, (2) super-graph classification and clustering, and (3) streaming network node classification. Understanding the role of structured patterns for graph classification: the thesis introduces existing works on data mining from an complex structured perspective. Then we propose a graph factorization-based fine-grained representation model, where the main objective is to use linear combinations of a set of discriminative cliques to represent graphs for learning. The optimization-oriented factorization approach ensures minimum information loss for graph representation, and also avoids the expensive sub-graph isomorphism validation process. Based on this idea, we propose a novel framework for fast graph stream classification. A new structure data classification algorithm: The second method introduces a new super-graph classification and clustering problem. Due to the inherent complex structure representation, all existing graph classification methods cannot be applied to super-graph classification. In the thesis, we propose a weighted random walk kernel which calculates the similarity between two super-graphs by assessing (a) the similarity between super-nodes of the super-graphs, and (b) the common walks of the super-graphs. Our key contribution is: (1) a new super-node and super-graph structure to enrich existing graph representation for real-world applications; (2) a weighted random walk kernel considering node and structure similarities between graphs; (3) a mixed-similarity considering structured content inside super-nodes and structural dependency between super-nodes; and (4) an effective kernel-based super-graph classification method with sound theoretical basis. Empirical studies show that the proposed methods significantly outperform the state-of-the-art methods. Real-time analytics framework for dynamic complex structure data: For streaming networks, the essential challenge is to properly capture the dynamic evolution of the node content and node interactions in order to support node classification. While streaming networks are dynamically evolving, for a short temporal period, a subset of salient features are essentially tied to the network content and structures, and therefore can be used to characterize the network for classification. To achieve this goal, we propose to carry out streaming network feature selection (SNF) from the network, and use selected features as gauge to classify unlabeled nodes. A Laplacian based quality criterion is proposed to guide the node classification, where the Laplacian matrix is generated based on node labels and network topology structures. Node classification is achieved by finding the class label that results in the minimal gauging value with respect to the selected features. By frequently updating the features selected from the network, node classification can quickly adapt to the changes in the network for maximal performance gain. Experiments and comparisons on real-world networks demonstrate that SNOC is able to capture dynamics in the network structures and node content, and outperforms baseline approaches with significant performance gain.
RIMA, Matteo. "Il romanzo testamento". Doctoral thesis, 2012. http://hdl.handle.net/11562/396537.
Texto completoThe aim of this doctoral thesis is to identify and to define a new and previously unseen literary sub-genre: the “testamentary novel”. By saying so, I embrace all the works of literature that have been written by an author who is living within the “dimension of death”, that is to say the stage of life in which the idea of death has become overwhelming. This may happen because of three main reasons: old age, severe illness or suicidal tendencies. Three different situations that originate three different kinds of narratives: a man who faces death in his old age writes relatively peacefully, knowing that he has naturally come to the end of his life; a man who dies prematurely, by illness, regrets all the future years that he won’t be able to live and writes works of literature that vibrate with narrative tension; a man who voluntarily gives an end to his own life addresses the whole world as if to defy it, and yet writes in a cold and detached style. After these three chapters there is an appendix in which I analyze three other novels: they were initially meant for the already existing chapters, but then I realized that they didn’t belong there, being quite eccentric and avoiding every clear classification, so I left them out. However, they were too pertinent to be totally ignored, so I put them in this separate section (that so became a sort of fourth chapter). Chapter 1. The old writer and death. In this first chapter I analyze the following novels: Deux anglaises et le continent (Henri-Pierre Roché, 1956), Mercy of a Rude Stream (Henry Roth, 1994-1998), The Captain Is Out to Lunch and the Sailors Have Taken Over the Ship (Charles Bukowski, 1998) and Ravelstein (Saul Bellow, 2000). Written by aged authors (spanning the age range 72 to 89, Bukowski being the “youngest” and Roth the oldest), these four narratives are either entirely or partially autobiographical: Roché tells a story about his long gone youth; Roth retraces (in a four-volumes and 1500 pages novel) the thirteen years he lived in Harlem as a kid, between 1914 and 1927; Bukowski keeps an actual diary in which he writes about his daily life; Bellow gives an accout of his friendship with the recently deceased Abe Ravelstein. The only writer who uses his real name in the narrative is Bukowski, whereas the other ones adopt three well recognizable alter-egos. Chapter 2. The writer and the illness. The second chapter begins with the last two novels written by Leonardo Sciascia, Il cavaliere e la morte (1988) and Una storia semplice (1989). These novels are followed by the shortest story analyzed in this thesis: “Nel frattempo”, a six-pages graphic novel that Magnus (Roberto Raviola’s nom de plume) wrote and drew in 1996; the second chapter is completed by Le soleil des mourants, a novel by Jean-Claude Izzo (1999). These narratives have been written by authors who were severely ill and were fully aware that they would die shortly. Each one of the four stories is partly autobiographical, but no one of them is completely autobiographical: Sciascia writes two detective novels, Magnus writes a sort of dark comedy and Izzo writes an extremely dramatic story which resembles a classic tragedy. The four protagonists have one thing in common: they all face illness, sometimes actual (Il cavaliere e la morte, Le soleil des mourants) and sometimes metaphorical (Una storia semplice, “Nel frattempo”). The only one of them who clearly wins this peculiar battle is Magnus’ character; the other ones all suffer a defeat (a total defeat in Le soleil des mourants and Il cavaliere e la morte, a partial defeat in Una storia semplice). Capitolo 3. The writer and suicide. The four works of literature analyzed in the third chapter are the following ones: Le feu follet (Pierre Drieu la Rochelle, 1931), Dissipatio H.G. (Guido Morselli, 1973), “Good Old Neon” (David Foster Wallace, 2004) and Suicide (Édouard Levé, 2008). Written by authors who have actually committed suicide, these narratives tell the stories of four suicidal men: three of them are biographical accounts (Feu follet tells about Jacques Rigaut’s suicide, while “Good Old Neon” and Suicide are inspired by the suicides committed some years before by two acquaintances of the authors), the fourth one is entirely fictional. However, these biographical accounts are deliberately inaccurate, so the characters portrayed by the writers become eventually their partial alter-egos. Two of the four narratives take place in a completely realistic setting; on the other hand, the background of the other two is imaginary and fantastic, as if to suggest the authors’ desire to leave the world he’s still living in. Appendix. (Un)aware to die. In this appendix, which is a sort of fourth chapter, three novels are analyzed: Palomar (Italo Calvino, 1983), Gli ultimi giorni di Pompeo (Andrea Pazienza, 1987) and Camere separate (Pier Vittorio Tondelli, 1989). The third one has been written by a man who was suffering from AIDS and was therefore aware that he wouldn’t survive much longer (even if he couldn’t foresee the specific moment of his future demise, of course); on the contrary, the two other novels have been written by two healthy men who couldn’t imagine that they would die a few months after having completed their works; nevertheless, at the end of their narratives they both kill their main character (who is clearly their alter-ego). There is indeed a connection between the death of the character and the death of the author, and this appendix aims to identify it. After having analyzed these fifteen narratives I realized that different kinds of death originate different kinds of writing. The man who dies in the relative peacefulness of his old age is naturally encouraged to write about his past life, so he can relive it one last time. When a man dies prematurely, because of an incurable disease, he regrets all the future years that he won’t be able to live: he writes a somehow educational work of literature, a novel containing a universal message that aims to teach something to the ones who will survive him; in order to reach the maximum amount of readers, he makes use of an “easy” genre, such as comedy or detective novel. He does so because he wants to use his narrative in order to exert a sort of influence over the future (even if, or just because, he knows that he won’t be there in person). The suicidal man writes his final novel as if it were a long suicide letter: he shows off his strong desire to leave this life by making up imaginary worlds or else describing a reality that doesn’t fit him, a world in which he just can’t find his proper place. Apart from the kind of death that awaits them, the writers who have reached the final stage of their life don’t use metaphors or circumlocution: in their novels, they plainly present their own situation. So, the main characters of their testamentary works of literature are old men who muse about dying, or persons severely ill, or young men with suicidal tendencies: in short, these characters are total or partial alter-egos who have the specific duty of standing in for their creators.