Graph Operators for Coupling-aware Graph Partitioning Algorithms

Size: px
Start display at page:

Download "Graph Operators for Coupling-aware Graph Partitioning Algorithms"

Transcription

1 Graph Operators for Coupling-aware Graph Partitioning lgorithms Maria Predari, urélien Esnard To cite this version: Maria Predari, urélien Esnard. Graph Operators for Coupling-aware Graph Partitioning lgorithms. CIMI Workshop on Innovative clustering methods for large graphs and block methods, Jul 2015, Toulouse, France. < <hal > HL Id: hal Submitted on 22 Sep 2015 HL is a multi-disciplinary open access archive for the deposit and dissemination of scientific research documents, whether they are published or not. The documents may come from teaching and research institutions in France or abroad, or from public or private research centers. L archive ouverte pluridisciplinaire HL, est destinée au dépôt et à la diffusion de documents scientifiques de niveau recherche, publiés ou non, émanant des établissements d enseignement et de recherche français ou étrangers, des laboratoires publics ou privés.

2 Graph Operators for Coupling-aware Graph Partitioning lgorithms 1/32 Graph Operators for Coupling-aware Graph Partitioning lgorithms Maria Predari urélien Esnard Université de ordeaux INRI HiePCS & LRI CIMI15 July 2015

3 Graph Operators for Coupling-aware Graph Partitioning lgorithms 2/32 Outline 1 Introduction 2 lgorithms 3 Preliminary Experimental Results 4 Conclusion & Prospects

4 Graph Operators for Coupling-aware Graph Partitioning lgorithms 3/32 Outline 1 Introduction 2 lgorithms 3 Preliminary Experimental Results 4 Conclusion & Prospects

5 Context Efficiency of numerical simulations requires a distribution of the computational mesh to several processors Load alancing Problem Distribute equally the load is crucial for the performance of simulations common approach is based on graph representation: vertex process edge dependency Graph Partitioning Problem Divide the graph in equal parts and assign them to different processors [Teresco, J. D., Devine, K. D., and Flaherty, J. E. (2006)] NP-hard problem heuristic algorithms raph Operators for Coupling-aware Graph Partitioning lgorithms 4/32

6 raph Operators for Coupling-aware Graph Partitioning lgorithms 5/32 Multilevel Graph Partitioning Most common graph partitioning techiques use a multilevel framework to simplify the partitioning 3 phases of a V-cycle: 1 Coarsening Phase vertex contraction: HEM 2 Initial Partitioning Phase perform partitioning with any known algorithm: bisection, spectral, etc. 3 Uncoarsening Phase Projection of the initial partitioning back to the initial graph (refinement)

7 raph Operators for Coupling-aware Graph Partitioning lgorithms 6/32 Multilevel Graph Partitioning Multilevel Recursive isection (MLR) Multilevel k-way Partitioning (MLKW) k-1 V-cycles for a k-way partitioning 1 V-cycle with direct k-way partitioning

8 Graph Operators for Coupling-aware Graph Partitioning lgorithms 7/32 Challenges emerging complex simulations where traditional load balancing strategies are not adequate multi-scale, multi-physics, coupled simulations Domain Simulation Type Components astrophysics structure and Newtonian gravitational interactions model multiplysics evolution of stars star aging model biology modeling thrombus macroscopic dynamics of bload flow multiscale development microscopic interactions between cells aerospace multiphysics, Navier-Stokes equations for fluid flow engineering combustion chamber coupled heat tranfer solver for solid atmospheric model environemental multiphysics, ocean model climate modeling science coupled sea-ice model land model

9 Graph Operators for Coupling-aware Graph Partitioning lgorithms 8/32 Coupled Simulation Model coupled simulation consists of a number of component simulations that interact periodically Regular Phase 1. Components solve individual systems 2. Parallel execution of components 3. Synchronization step (T idle ) Coupling Phase 1. Domains intersect - coupling interface 2. Data exchange between components Coupled simulation model between components and

10 Graph Operators for Coupling-aware Graph Partitioning lgorithms 9/32 Related Work We identify two sub-problems of coupled simulations: 1 Resource Distribution Problem: find nb of processors for the components on both phases 2 Data Distribution Problem: find a good data distribution for both phases of the coupled simulation

11 Graph Operators for Coupling-aware Graph Partitioning lgorithms 9/32 Related Work We identify two sub-problems of coupled simulations: 1 Resource Distribution Problem: find nb of processors for the components on both phases empiric approach as VP-VTP [ F. Duchaine, et al. (2012)] dynamic adaptation of processors as CESM [Graig,.P., et al. (2012)] 2 Data Distribution Problem: find a good data distribution for both phases of the coupled simulation NIVE approach: partition each component independently imbalance in coupling phase multi-constraint graph partitioning [Karypis, G. (2003)] no control on the nb of processors in different phases

12 raph Operators for Coupling-aware Graph Partitioning lgorithms 10/32 Motivation With a classic graph partitioning, during a coupling phase: Load is not well balanced ad inter-components communications Coupling-aware partitioning (co-partitioning) multi-scale simulation in material physics Partitioning that takes into account the coupling phase explicitly as a trade-off to the partitioning in regular phase

13 Graph Operators for Coupling-aware Graph Partitioning lgorithms 11/32 Outline 1 Introduction 2 lgorithms 3 Preliminary Experimental Results 4 Conclusion & Prospects

14 raph Operators for Coupling-aware Graph Partitioning lgorithms 12/32 Classic Graph Partitioning k-way graph partitioning divide graph in k parts. ssign it to k processors Objectives: balance weight between parts minimize number of edge cut 3 parts of weight= 4 and edgecut= 8 Coupled simulations enrich the classic graph model to take into account multiple components and the coupling phase

15 Graph Operators for Coupling-aware Graph Partitioning lgorithms 13/32 Definition of Co-partitioning Graph Model G X : component in regular phase G cpl X : component in coupling phase I XY : inter-component communication Coupling interface with interedges k-way co-partition with k = k + k k-way co-partitioning Objectives For each X component: 1. k X partitioning in regular phase 2. k cpl X partitioning in coupling interface For each coupling phase XY : 3. minimize inter-component communication

16 raph Operators for Coupling-aware Graph Partitioning lgorithms 14/32 lgorithms State-of-the-art approach: each component is partitioned independently (NIVE) coupling interfaces of mesh and mesh Problem: Components are not aware of their coupling interfaces Imbalance during coupling phase! naive partitions of mesh and mesh

17 Graph Operators for Coupling-aware Graph Partitioning lgorithms 14/32 lgorithms State-of-the-art approach: each component is partitioned independently (NIVE) coupling interfaces of mesh and mesh Problem: Components are not aware of their coupling interfaces Imbalance during coupling phase! naive partitions of mesh and mesh We propose two k-way co-partitioning algorithms: WRE PROJREPRT

18 Graph Operators for Coupling-aware Graph Partitioning lgorithms 15/32 Graph Operators lgorithmic description as a sequence of graph operators: Partition, Restriction, Projection, Repartition, Extension [Predari, M., Esnard,. (14)] Partition computes a partition of a graph with any algorithm Restriction finds the subgraph in coupling phase Projection computes a partition similar to another one

19 raph Operators for Coupling-aware Graph Partitioning lgorithms 16/32 Graph Operators II Extension: extends an initially smaller partition to the rest of a graph Input: initial partition P clp Constraint: vertices in P clp on a subgraph should remain fixed

20 raph Operators for Coupling-aware Graph Partitioning lgorithms 16/32 Graph Operators II Extension: extends an initially smaller partition to the rest of a graph Input: initial partition P clp Constraint: vertices in P clp on a subgraph should remain fixed Output: partition P of the whole graph

21 raph Operators for Coupling-aware Graph Partitioning lgorithms 16/32 Graph Operators II Extension: extends an initially smaller partition to the rest of a graph Input: initial partition P clp Constraint: vertices in P clp on a subgraph should remain fixed Output: partition P of the whole graph Repartition: changes the numbers of part in a partition [Vuchener, C., Esnard,. (2012)] Input: initial partition P on the whole graph Objective: good migration matrix (greedy strategy)

22 raph Operators for Coupling-aware Graph Partitioning lgorithms 16/32 Graph Operators II Extension: extends an initially smaller partition to the rest of a graph Input: initial partition P clp Constraint: vertices in P clp on a subgraph should remain fixed Output: partition P of the whole graph Repartition: changes the numbers of part in a partition [Vuchener, C., Esnard,. (2012)] Input: initial partition P on the whole graph Objective: good migration matrix (greedy strategy) Output: balanced partition P on the whole graph

23 raph Operators for Coupling-aware Graph Partitioning lgorithms 16/32 Graph Operators II Extension: extends an initially smaller partition to the rest of a graph Input: initial partition P clp Constraint: vertices in P clp on a subgraph should remain fixed Output: partition P of the whole graph Repartition: changes the numbers of part in a partition [Vuchener, C., Esnard,. (2012)] Input: initial partition P on the whole graph Objective: good migration matrix (greedy strategy) Output: balanced partition P on the whole graph Partitioning implementation should handle fixed vertices!

24 Graph Operators for Coupling-aware Graph Partitioning lgorithms 17/32 Graph Partitiong Tools for Initial Fixed Vertices List of graph partitioning tools that handle fixed vertices. Tools Type Fixed Parallel Multilevel Scheme Initial Part. vailable Scotch graph yes no MLKW R source RM-Metis graph only k no MLKW greedy no HMetis hypergraph yes no MLR binary PaToH hypergraph yes no MLR binary KPaToH hypergraph yes no MLKW R no Zoltan(PHG) hypergraph yes yes MLR source Limitations of Recursive isection (R) based lgorithms Initial fixed vertices scheme Partitioning quality of R before refinements after refinements R fails to partition a simple graph in 4 parts with initial fixed vertices inherent numbering constraint VS fixed vertex constraint

25 Graph Operators for Coupling-aware Graph Partitioning lgorithms 18/32 k-way Greedy Graph Growing Partitioning (KGGGP) KGGGP: initial partitioning algorithm inside SCOTCH s framework: extension of greedy bisection to k parts at each step, selection of the best global displacement (v, k) selection based on an edgecut minimization criterion use of FM-like structures Time Complexity: O(k E ) Optimization: local selection of best displacement ([Karypis, G., Kumar, V. (1998)]) Initial fixed vertices scheme Partitioning quality of KGGGP before refinements after refinements

26 Graph Operators for Coupling-aware Graph Partitioning lgorithms 19/32 WRE lgorithm Each component is aware of it s coupling interface Input: G, G, K, K, K cpl, K cpl Output: P, P 1. Rest(G ) G cpl 2. Rest(G ) G cpl 3. Part(G cpl 4. Part(G cpl 5. Ext(G, G cpl 6. Ext(G, G cpl ) Pcpl ) Pcpl, Pcpl, Pcpl ) P ) P mesh coupling overview with interedges mesh

27 Graph Operators for Coupling-aware Graph Partitioning lgorithms 19/32 WRE lgorithm Each component is aware of it s coupling interface Input: G, G, K, K, K cpl, K cpl Output: P, P 1. Rest(G ) G cpl 2. Rest(G ) G cpl 3. Part(G cpl 4. Part(G cpl 5. Ext(G, G cpl 6. Ext(G, G cpl ) Pcpl ) Pcpl, Pcpl, Pcpl ) P ) P mesh coupling overview with interedges mesh

28 Graph Operators for Coupling-aware Graph Partitioning lgorithms 19/32 WRE lgorithm Each component is aware of it s coupling interface Input: G, G, K, K, K cpl, K cpl Output: P, P 1. Rest(G ) G cpl 2. Rest(G ) G cpl 3. Part(G cpl 4. Part(G cpl 5. Ext(G, G cpl 6. Ext(G, G cpl ) Pcpl ) Pcpl, Pcpl, Pcpl ) P ) P mesh coupling overview with interedges mesh

29 Graph Operators for Coupling-aware Graph Partitioning lgorithms 20/32 PROJREPRT lgorithm Components are also aware of other component s coupling interface Input: G, G, K, K, K cpl, K cpl Output: P, P 1. Rest(G ) G cpl 2. Rest(G ) G cpl 3. Part(G cpl 4. Proj(G cpl 5. Repart(G cpl ) Pcpl, G cpl 6. Ext(G, G cpl 7. Ext(G, G cpl, P cpl, Pcpl, Pcpl, Pcpl ) P cpl ) Pcpl ) P ) P mesh coupling overview with interedges mesh

30 Graph Operators for Coupling-aware Graph Partitioning lgorithms 20/32 PROJREPRT lgorithm Components are also aware of other component s coupling interface Input: G, G, K, K, K cpl, K cpl Output: P, P 1. Rest(G ) G cpl 2. Rest(G ) G cpl 3. Part(G cpl 4. Proj(G cpl 5. Repart(G cpl ) Pcpl, G cpl 6. Ext(G, G cpl 7. Ext(G, G cpl, P cpl, Pcpl, Pcpl, Pcpl ) P cpl ) Pcpl ) P ) P mesh coupling overview with interedges mesh

31 Graph Operators for Coupling-aware Graph Partitioning lgorithms 20/32 PROJREPRT lgorithm Components are also aware of other component s coupling interface Input: G, G, K, K, K cpl, K cpl Output: P, P 1. Rest(G ) G cpl 2. Rest(G ) G cpl 3. Part(G cpl 4. Proj(G cpl 5. Repart(G cpl ) Pcpl, G cpl 6. Ext(G, G cpl 7. Ext(G, G cpl, P cpl, Pcpl, Pcpl, Pcpl ) P cpl ) Pcpl ) P ) P mesh coupling overview with interedges mesh

32 Graph Operators for Coupling-aware Graph Partitioning lgorithms 20/32 PROJREPRT lgorithm Components are also aware of other component s coupling interface Input: G, G, K, K, K cpl, K cpl Output: P, P 1. Rest(G ) G cpl 2. Rest(G ) G cpl 3. Part(G cpl 4. Proj(G cpl 5. Repart(G cpl ) Pcpl, G cpl 6. Ext(G, G cpl 7. Ext(G, G cpl, P cpl, Pcpl, Pcpl, Pcpl ) P cpl ) Pcpl ) P ) P mesh coupling overview with interedges mesh

33 Graph Operators for Coupling-aware Graph Partitioning lgorithms 20/32 PROJREPRT lgorithm Components are also aware of other component s coupling interface Input: G, G, K, K, K cpl, K cpl Output: P, P 1. Rest(G ) G cpl 2. Rest(G ) G cpl 3. Part(G cpl 4. Proj(G cpl 5. Repart(G cpl ) Pcpl, G cpl 6. Ext(G, G cpl 7. Ext(G, G cpl, P cpl, Pcpl, Pcpl, Pcpl ) P cpl ) Pcpl ) P ) P mesh coupling overview with interedges mesh

34 Graph Operators for Coupling-aware Graph Partitioning lgorithms 21/32 Outline 1 Introduction 2 lgorithms 3 Preliminary Experimental Results 4 Conclusion & Prospects

35 Graph Operators for Coupling-aware Graph Partitioning lgorithms 22/32 Experimental Description for KGGGP algorithm Graph Description (DIMCS 10 Collection) collection graph # vtx # edges avg d min d max d walshaw fe rotor walshaw walshaw wave walshaw m14b matrix audikw matrix ecology matrix thermal matrix af shell numerical NC numerical 333SP numerical nlr numerical channel numerical adaptive Metrics: partitioning quality, time performance our implementations : KGGGP G, KGGGP L tools: SCOTCH 6.0.3, kmetis 5.1.0, PaToH 3.0, Zoltan 3.81 imbalance tolerance = 5% results from 3 experiments on average values of each graph

36 Graph Operators for Coupling-aware Graph Partitioning lgorithms 23/32 Exp1:Evaluation of KGGGP without fixed vertices Relative results to SCOTCH matrix numerical walshaw edgecut nb parts 2.0 matrix numerical walshaw 1.5 runtime nb parts Methods SCOTCH KGGGP_G KGGGP_L KMETIS

37 Graph Operators for Coupling-aware Graph Partitioning lgorithms 24/32 Exp2:Evaluation of KGGGP with fixed vertices vertices are fixed based on a bubble scheme (seeds & levelset) matrix numerical walshaw edgecut nb parts 2.0 matrix numerical walshaw 1.5 runtime nb parts Methods SCOTCH KGGGP_G KGGGP_L PTOH ZOLTN

38 Graph Operators for Coupling-aware Graph Partitioning lgorithms 25/32 Exp3:Evaluation of KGGGP with fixed vertices vertices are fixed based on a repartition scheme (initial imbalance partition) matrix numerical walshaw edgecut nb parts 2.0 matrix numerical walshaw 1.5 runtime nb parts Methods SCOTCH KGGGP_G KGGGP_L PTOH ZOLTN

39 raph Operators for Coupling-aware Graph Partitioning lgorithms 26/32 Experimental Description for co-partitioning synthetically generated mesh structures use of KGGGP implementation Description of the experiments Exp. Graph Graph exp1 cube-hexa-25x25x25 cube-hexa-100x100x100 exp2 cube-hexa-25x25x25 cube-hexa-70x70x70 exp3 cube-tetra cube-hexa-100x100x100 exp4 cube-tetra cube-tetra Metrics: load balancing in coupling phase global edgecut number of messages exchanged Results shown for k = 16 and k = 48

40 Graph Operators for Coupling-aware Graph Partitioning lgorithms 27/32 Load alancing in Coupling Phase Load balance during the coupling phase of mesh WRE and PROJREPRT respect the imbalance tolerance (typically 5% of the ideal weight) NIVE highly imbalanced during coupling phase

41 Graph Operators for Coupling-aware Graph Partitioning lgorithms 28/32 Edgecut Total edgecut of mesh NIVE is used as the reference WRE and PROJREPRT do not severely degrade the total egdecut

42 Graph Operators for Coupling-aware Graph Partitioning lgorithms 29/32 Number of Messages mesh mesh well-aligned mesh mesh Total number of messages exchanged during coupling interface bad-aligned exp1 - exp2: hexaedric elements are well aligned exp3 - exp4: elements of different discretization misaligned

43 Graph Operators for Coupling-aware Graph Partitioning lgorithms 30/32 Outline 1 Introduction 2 lgorithms 3 Preliminary Experimental Results 4 Conclusion & Prospects

44 Graph Operators for Coupling-aware Graph Partitioning lgorithms 31/32 Conclusion and Future Work Conclusion 1. new algorithm for graph partitioning with fixed vertices KGGGP 2. Two new algorithms for graph partitioning of coupled simulations: WRE and PROJREPRT Experimental results: 2. Good load balancing during the coupling phase for both methods at a slight increase of edge-cut 3. In simple experiments the number of messages exchanged between the two graph is minimized Prospects for co-partitioning More experiments with real-life and larger graphs Parallel version

45 Graph Operators for Coupling-aware Graph Partitioning lgorithms 32/32 End Thank you for you attention. ny questions?

Coupling-Aware Graph Partitioning Algorithms: Preliminary Study

Coupling-Aware Graph Partitioning Algorithms: Preliminary Study Coupling-ware Graph Partitioning lgorithms: Preliminary Study Maria Predari, urélien Esnard To cite this version: Maria Predari, urélien Esnard. Coupling-ware Graph Partitioning lgorithms: Preliminary

More information

BoxPlot++ Zeina Azmeh, Fady Hamoui, Marianne Huchard. To cite this version: HAL Id: lirmm

BoxPlot++ Zeina Azmeh, Fady Hamoui, Marianne Huchard. To cite this version: HAL Id: lirmm BoxPlot++ Zeina Azmeh, Fady Hamoui, Marianne Huchard To cite this version: Zeina Azmeh, Fady Hamoui, Marianne Huchard. BoxPlot++. RR-11001, 2011. HAL Id: lirmm-00557222 https://hal-lirmm.ccsd.cnrs.fr/lirmm-00557222

More information

Fault-Tolerant Storage Servers for the Databases of Redundant Web Servers in a Computing Grid

Fault-Tolerant Storage Servers for the Databases of Redundant Web Servers in a Computing Grid Fault-Tolerant s for the Databases of Redundant Web Servers in a Computing Grid Minhwan Ok To cite this version: Minhwan Ok. Fault-Tolerant s for the Databases of Redundant Web Servers in a Computing Grid.

More information

A Voronoi-Based Hybrid Meshing Method

A Voronoi-Based Hybrid Meshing Method A Voronoi-Based Hybrid Meshing Method Jeanne Pellerin, Lévy Bruno, Guillaume Caumon To cite this version: Jeanne Pellerin, Lévy Bruno, Guillaume Caumon. A Voronoi-Based Hybrid Meshing Method. 2012. hal-00770939

More information

Linux: Understanding Process-Level Power Consumption

Linux: Understanding Process-Level Power Consumption Linux: Understanding Process-Level Power Consumption Aurélien Bourdon, Adel Noureddine, Romain Rouvoy, Lionel Seinturier To cite this version: Aurélien Bourdon, Adel Noureddine, Romain Rouvoy, Lionel Seinturier.

More information

Relabeling nodes according to the structure of the graph

Relabeling nodes according to the structure of the graph Relabeling nodes according to the structure of the graph Ronan Hamon, Céline Robardet, Pierre Borgnat, Patrick Flandrin To cite this version: Ronan Hamon, Céline Robardet, Pierre Borgnat, Patrick Flandrin.

More information

Real-Time Collision Detection for Dynamic Virtual Environments

Real-Time Collision Detection for Dynamic Virtual Environments Real-Time Collision Detection for Dynamic Virtual Environments Gabriel Zachmann, Matthias Teschner, Stefan Kimmerle, Bruno Heidelberger, Laks Raghupathi, Arnulph Fuhrmann To cite this version: Gabriel

More information

DANCer: Dynamic Attributed Network with Community Structure Generator

DANCer: Dynamic Attributed Network with Community Structure Generator DANCer: Dynamic Attributed Network with Community Structure Generator Oualid Benyahia, Christine Largeron, Baptiste Jeudy, Osmar Zaïane To cite this version: Oualid Benyahia, Christine Largeron, Baptiste

More information

Comparison of spatial indexes

Comparison of spatial indexes Comparison of spatial indexes Nathalie Andrea Barbosa Roa To cite this version: Nathalie Andrea Barbosa Roa. Comparison of spatial indexes. [Research Report] Rapport LAAS n 16631,., 13p. HAL

More information

Every 3-connected, essentially 11-connected line graph is hamiltonian

Every 3-connected, essentially 11-connected line graph is hamiltonian Every 3-connected, essentially 11-connected line graph is hamiltonian Hong-Jian Lai, Yehong Shao, Ju Zhou, Hehui Wu To cite this version: Hong-Jian Lai, Yehong Shao, Ju Zhou, Hehui Wu. Every 3-connected,

More information

The optimal routing of augmented cubes.

The optimal routing of augmented cubes. The optimal routing of augmented cubes. Meirun Chen, Reza Naserasr To cite this version: Meirun Chen, Reza Naserasr. The optimal routing of augmented cubes.. Information Processing Letters, Elsevier, 28.

More information

Multimedia CTI Services for Telecommunication Systems

Multimedia CTI Services for Telecommunication Systems Multimedia CTI Services for Telecommunication Systems Xavier Scharff, Pascal Lorenz, Zoubir Mammeri To cite this version: Xavier Scharff, Pascal Lorenz, Zoubir Mammeri. Multimedia CTI Services for Telecommunication

More information

Setup of epiphytic assistance systems with SEPIA

Setup of epiphytic assistance systems with SEPIA Setup of epiphytic assistance systems with SEPIA Blandine Ginon, Stéphanie Jean-Daubias, Pierre-Antoine Champin, Marie Lefevre To cite this version: Blandine Ginon, Stéphanie Jean-Daubias, Pierre-Antoine

More information

Quality of Service Enhancement by Using an Integer Bloom Filter Based Data Deduplication Mechanism in the Cloud Storage Environment

Quality of Service Enhancement by Using an Integer Bloom Filter Based Data Deduplication Mechanism in the Cloud Storage Environment Quality of Service Enhancement by Using an Integer Bloom Filter Based Data Deduplication Mechanism in the Cloud Storage Environment Kuo-Qin Yan, Yung-Hsiang Su, Hsin-Met Chuan, Shu-Ching Wang, Bo-Wei Chen

More information

Tacked Link List - An Improved Linked List for Advance Resource Reservation

Tacked Link List - An Improved Linked List for Advance Resource Reservation Tacked Link List - An Improved Linked List for Advance Resource Reservation Li-Bing Wu, Jing Fan, Lei Nie, Bing-Yi Liu To cite this version: Li-Bing Wu, Jing Fan, Lei Nie, Bing-Yi Liu. Tacked Link List

More information

Comparator: A Tool for Quantifying Behavioural Compatibility

Comparator: A Tool for Quantifying Behavioural Compatibility Comparator: A Tool for Quantifying Behavioural Compatibility Meriem Ouederni, Gwen Salaün, Javier Cámara, Ernesto Pimentel To cite this version: Meriem Ouederni, Gwen Salaün, Javier Cámara, Ernesto Pimentel.

More information

Blind Browsing on Hand-Held Devices: Touching the Web... to Understand it Better

Blind Browsing on Hand-Held Devices: Touching the Web... to Understand it Better Blind Browsing on Hand-Held Devices: Touching the Web... to Understand it Better Waseem Safi Fabrice Maurel Jean-Marc Routoure Pierre Beust Gaël Dias To cite this version: Waseem Safi Fabrice Maurel Jean-Marc

More information

Change Detection System for the Maintenance of Automated Testing

Change Detection System for the Maintenance of Automated Testing Change Detection System for the Maintenance of Automated Testing Miroslav Bures To cite this version: Miroslav Bures. Change Detection System for the Maintenance of Automated Testing. Mercedes G. Merayo;

More information

Penalized Graph Partitioning for Static and Dynamic Load Balancing

Penalized Graph Partitioning for Static and Dynamic Load Balancing Penalized Graph Partitioning for Static and Dynamic Load Balancing Tim Kiefer, Dirk Habich, Wolfgang Lehner Euro-Par 06, Grenoble, France, 06-08-5 Task Allocation Challenge Application (Workload) = Set

More information

Study on Feebly Open Set with Respect to an Ideal Topological Spaces

Study on Feebly Open Set with Respect to an Ideal Topological Spaces Study on Feebly Open Set with Respect to an Ideal Topological Spaces Yiezi K. Al Talkany, Suadud H. Al Ismael To cite this version: Yiezi K. Al Talkany, Suadud H. Al Ismael. Study on Feebly Open Set with

More information

Taking Benefit from the User Density in Large Cities for Delivering SMS

Taking Benefit from the User Density in Large Cities for Delivering SMS Taking Benefit from the User Density in Large Cities for Delivering SMS Yannick Léo, Anthony Busson, Carlos Sarraute, Eric Fleury To cite this version: Yannick Léo, Anthony Busson, Carlos Sarraute, Eric

More information

A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme

A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme A Resource Discovery Algorithm in Mobile Grid Computing based on IP-paging Scheme Yue Zhang, Yunxia Pei To cite this version: Yue Zhang, Yunxia Pei. A Resource Discovery Algorithm in Mobile Grid Computing

More information

An Experimental Assessment of the 2D Visibility Complex

An Experimental Assessment of the 2D Visibility Complex An Experimental Assessment of the D Visibility Complex Hazel Everett, Sylvain Lazard, Sylvain Petitjean, Linqiao Zhang To cite this version: Hazel Everett, Sylvain Lazard, Sylvain Petitjean, Linqiao Zhang.

More information

LaHC at CLEF 2015 SBS Lab

LaHC at CLEF 2015 SBS Lab LaHC at CLEF 2015 SBS Lab Nawal Ould-Amer, Mathias Géry To cite this version: Nawal Ould-Amer, Mathias Géry. LaHC at CLEF 2015 SBS Lab. Conference and Labs of the Evaluation Forum, Sep 2015, Toulouse,

More information

From medical imaging to numerical simulations

From medical imaging to numerical simulations From medical imaging to numerical simulations Christophe Prud Homme, Vincent Chabannes, Marcela Szopos, Alexandre Ancel, Julien Jomier To cite this version: Christophe Prud Homme, Vincent Chabannes, Marcela

More information

Fuzzy sensor for the perception of colour

Fuzzy sensor for the perception of colour Fuzzy sensor for the perception of colour Eric Benoit, Laurent Foulloy, Sylvie Galichet, Gilles Mauris To cite this version: Eric Benoit, Laurent Foulloy, Sylvie Galichet, Gilles Mauris. Fuzzy sensor for

More information

Real-time FEM based control of soft surgical robots

Real-time FEM based control of soft surgical robots Real-time FEM based control of soft surgical robots Frederick Largilliere, Eulalie Coevoet, Laurent Grisoni, Christian Duriez To cite this version: Frederick Largilliere, Eulalie Coevoet, Laurent Grisoni,

More information

Service Reconfiguration in the DANAH Assistive System

Service Reconfiguration in the DANAH Assistive System Service Reconfiguration in the DANAH Assistive System Said Lankri, Pascal Berruet, Jean-Luc Philippe To cite this version: Said Lankri, Pascal Berruet, Jean-Luc Philippe. Service Reconfiguration in the

More information

FIT IoT-LAB: The Largest IoT Open Experimental Testbed

FIT IoT-LAB: The Largest IoT Open Experimental Testbed FIT IoT-LAB: The Largest IoT Open Experimental Testbed Eric Fleury, Nathalie Mitton, Thomas Noel, Cédric Adjih To cite this version: Eric Fleury, Nathalie Mitton, Thomas Noel, Cédric Adjih. FIT IoT-LAB:

More information

Regularization parameter estimation for non-negative hyperspectral image deconvolution:supplementary material

Regularization parameter estimation for non-negative hyperspectral image deconvolution:supplementary material Regularization parameter estimation for non-negative hyperspectral image deconvolution:supplementary material Yingying Song, David Brie, El-Hadi Djermoune, Simon Henrot To cite this version: Yingying Song,

More information

Stream Ciphers: A Practical Solution for Efficient Homomorphic-Ciphertext Compression

Stream Ciphers: A Practical Solution for Efficient Homomorphic-Ciphertext Compression Stream Ciphers: A Practical Solution for Efficient Homomorphic-Ciphertext Compression Anne Canteaut, Sergiu Carpov, Caroline Fontaine, Tancrède Lepoint, María Naya-Plasencia, Pascal Paillier, Renaud Sirdey

More information

Mokka, main guidelines and future

Mokka, main guidelines and future Mokka, main guidelines and future P. Mora De Freitas To cite this version: P. Mora De Freitas. Mokka, main guidelines and future. H. Videau; J-C. Brient. International Conference on Linear Collider, Apr

More information

Traffic Grooming in Bidirectional WDM Ring Networks

Traffic Grooming in Bidirectional WDM Ring Networks Traffic Grooming in Bidirectional WDM Ring Networks Jean-Claude Bermond, David Coudert, Xavier Munoz, Ignasi Sau To cite this version: Jean-Claude Bermond, David Coudert, Xavier Munoz, Ignasi Sau. Traffic

More information

How to simulate a volume-controlled flooding with mathematical morphology operators?

How to simulate a volume-controlled flooding with mathematical morphology operators? How to simulate a volume-controlled flooding with mathematical morphology operators? Serge Beucher To cite this version: Serge Beucher. How to simulate a volume-controlled flooding with mathematical morphology

More information

Malware models for network and service management

Malware models for network and service management Malware models for network and service management Jérôme François, Radu State, Olivier Festor To cite this version: Jérôme François, Radu State, Olivier Festor. Malware models for network and service management.

More information

ASAP.V2 and ASAP.V3: Sequential optimization of an Algorithm Selector and a Scheduler

ASAP.V2 and ASAP.V3: Sequential optimization of an Algorithm Selector and a Scheduler ASAP.V2 and ASAP.V3: Sequential optimization of an Algorithm Selector and a Scheduler François Gonard, Marc Schoenauer, Michele Sebag To cite this version: François Gonard, Marc Schoenauer, Michele Sebag.

More information

Comparison of radiosity and ray-tracing methods for coupled rooms

Comparison of radiosity and ray-tracing methods for coupled rooms Comparison of radiosity and ray-tracing methods for coupled rooms Jimmy Dondaine, Alain Le Bot, Joel Rech, Sébastien Mussa Peretto To cite this version: Jimmy Dondaine, Alain Le Bot, Joel Rech, Sébastien

More information

Branch-and-price algorithms for the Bi-Objective Vehicle Routing Problem with Time Windows

Branch-and-price algorithms for the Bi-Objective Vehicle Routing Problem with Time Windows Branch-and-price algorithms for the Bi-Objective Vehicle Routing Problem with Time Windows Estèle Glize, Nicolas Jozefowiez, Sandra Ulrich Ngueveu To cite this version: Estèle Glize, Nicolas Jozefowiez,

More information

SDLS: a Matlab package for solving conic least-squares problems

SDLS: a Matlab package for solving conic least-squares problems SDLS: a Matlab package for solving conic least-squares problems Didier Henrion, Jérôme Malick To cite this version: Didier Henrion, Jérôme Malick. SDLS: a Matlab package for solving conic least-squares

More information

The New Territory of Lightweight Security in a Cloud Computing Environment

The New Territory of Lightweight Security in a Cloud Computing Environment The New Territory of Lightweight Security in a Cloud Computing Environment Shu-Ching Wang, Shih-Chi Tseng, Hsin-Met Chuan, Kuo-Qin Yan, Szu-Hao Tsai To cite this version: Shu-Ching Wang, Shih-Chi Tseng,

More information

X-Kaapi C programming interface

X-Kaapi C programming interface X-Kaapi C programming interface Fabien Le Mentec, Vincent Danjean, Thierry Gautier To cite this version: Fabien Le Mentec, Vincent Danjean, Thierry Gautier. X-Kaapi C programming interface. [Technical

More information

Zigbee Wireless Sensor Network Nodes Deployment Strategy for Digital Agricultural Data Acquisition

Zigbee Wireless Sensor Network Nodes Deployment Strategy for Digital Agricultural Data Acquisition Zigbee Wireless Sensor Network Nodes Deployment Strategy for Digital Agricultural Data Acquisition Xinjian Xiang, Xiaoqing Guo To cite this version: Xinjian Xiang, Xiaoqing Guo. Zigbee Wireless Sensor

More information

Implementing an Automatic Functional Test Pattern Generation for Mixed-Signal Boards in a Maintenance Context

Implementing an Automatic Functional Test Pattern Generation for Mixed-Signal Boards in a Maintenance Context Implementing an Automatic Functional Test Pattern Generation for Mixed-Signal Boards in a Maintenance Context Bertrand Gilles, Laurent Tchamnda Nana, Valérie-Anne Nicolas To cite this version: Bertrand

More information

Simulations of VANET Scenarios with OPNET and SUMO

Simulations of VANET Scenarios with OPNET and SUMO Simulations of VANET Scenarios with OPNET and SUMO Florent Kaisser, Christophe Gransart, Marion Berbineau To cite this version: Florent Kaisser, Christophe Gransart, Marion Berbineau. Simulations of VANET

More information

Computing and maximizing the exact reliability of wireless backhaul networks

Computing and maximizing the exact reliability of wireless backhaul networks Computing and maximizing the exact reliability of wireless backhaul networks David Coudert, James Luedtke, Eduardo Moreno, Konstantinos Priftis To cite this version: David Coudert, James Luedtke, Eduardo

More information

A N-dimensional Stochastic Control Algorithm for Electricity Asset Management on PC cluster and Blue Gene Supercomputer

A N-dimensional Stochastic Control Algorithm for Electricity Asset Management on PC cluster and Blue Gene Supercomputer A N-dimensional Stochastic Control Algorithm for Electricity Asset Management on PC cluster and Blue Gene Supercomputer Stéphane Vialle, Xavier Warin, Patrick Mercier To cite this version: Stéphane Vialle,

More information

Moveability and Collision Analysis for Fully-Parallel Manipulators

Moveability and Collision Analysis for Fully-Parallel Manipulators Moveability and Collision Analysis for Fully-Parallel Manipulators Damien Chablat, Philippe Wenger To cite this version: Damien Chablat, Philippe Wenger. Moveability and Collision Analysis for Fully-Parallel

More information

The Proportional Colouring Problem: Optimizing Buffers in Radio Mesh Networks

The Proportional Colouring Problem: Optimizing Buffers in Radio Mesh Networks The Proportional Colouring Problem: Optimizing Buffers in Radio Mesh Networks Florian Huc, Claudia Linhares Sales, Hervé Rivano To cite this version: Florian Huc, Claudia Linhares Sales, Hervé Rivano.

More information

Periodic meshes for the CGAL library

Periodic meshes for the CGAL library Periodic meshes for the CGAL library Aymeric Pellé, Monique Teillaud To cite this version: Aymeric Pellé, Monique Teillaud. Periodic meshes for the CGAL library. International Meshing Roundtable, Oct 2014,

More information

DSM GENERATION FROM STEREOSCOPIC IMAGERY FOR DAMAGE MAPPING, APPLICATION ON THE TOHOKU TSUNAMI

DSM GENERATION FROM STEREOSCOPIC IMAGERY FOR DAMAGE MAPPING, APPLICATION ON THE TOHOKU TSUNAMI DSM GENERATION FROM STEREOSCOPIC IMAGERY FOR DAMAGE MAPPING, APPLICATION ON THE TOHOKU TSUNAMI Cyrielle Guérin, Renaud Binet, Marc Pierrot-Deseilligny To cite this version: Cyrielle Guérin, Renaud Binet,

More information

Preliminary analysis of the drive system of the CTA LST Telescope and its integration in the whole PLC architecture

Preliminary analysis of the drive system of the CTA LST Telescope and its integration in the whole PLC architecture drive system of the CTA LST the whole PLC architecture I. Monteiro, L. Brunetti, T. Le Flour, G. Lamanna, B. Lieunard To cite this version: I. Monteiro, L. Brunetti, T. Le Flour, G. Lamanna, B. Lieunard..

More information

Representation of Finite Games as Network Congestion Games

Representation of Finite Games as Network Congestion Games Representation of Finite Games as Network Congestion Games Igal Milchtaich To cite this version: Igal Milchtaich. Representation of Finite Games as Network Congestion Games. Roberto Cominetti and Sylvain

More information

YAM++ : A multi-strategy based approach for Ontology matching task

YAM++ : A multi-strategy based approach for Ontology matching task YAM++ : A multi-strategy based approach for Ontology matching task Duy Hoa Ngo, Zohra Bellahsene To cite this version: Duy Hoa Ngo, Zohra Bellahsene. YAM++ : A multi-strategy based approach for Ontology

More information

Application of RMAN Backup Technology in the Agricultural Products Wholesale Market System

Application of RMAN Backup Technology in the Agricultural Products Wholesale Market System Application of RMAN Backup Technology in the Agricultural Products Wholesale Market System Ping Yu, Nan Zhou To cite this version: Ping Yu, Nan Zhou. Application of RMAN Backup Technology in the Agricultural

More information

Is GPU the future of Scientific Computing?

Is GPU the future of Scientific Computing? Is GPU the future of Scientific Computing? Georges-Henri Cottet, Jean-Matthieu Etancelin, Franck Pérignon, Christophe Picard, Florian De Vuyst, Christophe Labourdette To cite this version: Georges-Henri

More information

Kernel perfect and critical kernel imperfect digraphs structure

Kernel perfect and critical kernel imperfect digraphs structure Kernel perfect and critical kernel imperfect digraphs structure Hortensia Galeana-Sánchez, Mucuy-Kak Guevara To cite this version: Hortensia Galeana-Sánchez, Mucuy-Kak Guevara. Kernel perfect and critical

More information

A Practical Evaluation Method of Network Traffic Load for Capacity Planning

A Practical Evaluation Method of Network Traffic Load for Capacity Planning A Practical Evaluation Method of Network Traffic Load for Capacity Planning Takeshi Kitahara, Shuichi Nawata, Masaki Suzuki, Norihiro Fukumoto, Shigehiro Ano To cite this version: Takeshi Kitahara, Shuichi

More information

Syrtis: New Perspectives for Semantic Web Adoption

Syrtis: New Perspectives for Semantic Web Adoption Syrtis: New Perspectives for Semantic Web Adoption Joffrey Decourselle, Fabien Duchateau, Ronald Ganier To cite this version: Joffrey Decourselle, Fabien Duchateau, Ronald Ganier. Syrtis: New Perspectives

More information

Efficient Gradient Method for Locally Optimizing the Periodic/Aperiodic Ambiguity Function

Efficient Gradient Method for Locally Optimizing the Periodic/Aperiodic Ambiguity Function Efficient Gradient Method for Locally Optimizing the Periodic/Aperiodic Ambiguity Function F Arlery, R assab, U Tan, F Lehmann To cite this version: F Arlery, R assab, U Tan, F Lehmann. Efficient Gradient

More information

THE COVERING OF ANCHORED RECTANGLES UP TO FIVE POINTS

THE COVERING OF ANCHORED RECTANGLES UP TO FIVE POINTS THE COVERING OF ANCHORED RECTANGLES UP TO FIVE POINTS Antoine Mhanna To cite this version: Antoine Mhanna. THE COVERING OF ANCHORED RECTANGLES UP TO FIVE POINTS. 016. HAL Id: hal-0158188

More information

Assisted Policy Management for SPARQL Endpoints Access Control

Assisted Policy Management for SPARQL Endpoints Access Control Assisted Policy Management for SPARQL Endpoints Access Control Luca Costabello, Serena Villata, Iacopo Vagliano, Fabien Gandon To cite this version: Luca Costabello, Serena Villata, Iacopo Vagliano, Fabien

More information

BugMaps-Granger: A Tool for Causality Analysis between Source Code Metrics and Bugs

BugMaps-Granger: A Tool for Causality Analysis between Source Code Metrics and Bugs BugMaps-Granger: A Tool for Causality Analysis between Source Code Metrics and Bugs Cesar Couto, Pedro Pires, Marco Tulio Valente, Roberto Bigonha, Andre Hora, Nicolas Anquetil To cite this version: Cesar

More information

An FCA Framework for Knowledge Discovery in SPARQL Query Answers

An FCA Framework for Knowledge Discovery in SPARQL Query Answers An FCA Framework for Knowledge Discovery in SPARQL Query Answers Melisachew Wudage Chekol, Amedeo Napoli To cite this version: Melisachew Wudage Chekol, Amedeo Napoli. An FCA Framework for Knowledge Discovery

More information

lambda-min Decoding Algorithm of Regular and Irregular LDPC Codes

lambda-min Decoding Algorithm of Regular and Irregular LDPC Codes lambda-min Decoding Algorithm of Regular and Irregular LDPC Codes Emmanuel Boutillon, Frédéric Guillou, Jean-Luc Danger To cite this version: Emmanuel Boutillon, Frédéric Guillou, Jean-Luc Danger lambda-min

More information

Sliding HyperLogLog: Estimating cardinality in a data stream

Sliding HyperLogLog: Estimating cardinality in a data stream Sliding HyperLogLog: Estimating cardinality in a data stream Yousra Chabchoub, Georges Hébrail To cite this version: Yousra Chabchoub, Georges Hébrail. Sliding HyperLogLog: Estimating cardinality in a

More information

Parallel repartitioning and remapping in

Parallel repartitioning and remapping in Parallel repartitioning and remapping in Sébastien Fourestier François Pellegrini November 21, 2012 Joint laboratory workshop Table of contents Parallel repartitioning Shared-memory parallel algorithms

More information

Scalewelis: a Scalable Query-based Faceted Search System on Top of SPARQL Endpoints

Scalewelis: a Scalable Query-based Faceted Search System on Top of SPARQL Endpoints Scalewelis: a Scalable Query-based Faceted Search System on Top of SPARQL Endpoints Joris Guyonvarc H, Sébastien Ferré To cite this version: Joris Guyonvarc H, Sébastien Ferré. Scalewelis: a Scalable Query-based

More information

Self-optimisation using runtime code generation for Wireless Sensor Networks Internet-of-Things

Self-optimisation using runtime code generation for Wireless Sensor Networks Internet-of-Things Self-optimisation using runtime code generation for Wireless Sensor Networks Internet-of-Things Caroline Quéva, Damien Couroussé, Henri-Pierre Charles To cite this version: Caroline Quéva, Damien Couroussé,

More information

Application of Artificial Neural Network to Predict Static Loads on an Aircraft Rib

Application of Artificial Neural Network to Predict Static Loads on an Aircraft Rib Application of Artificial Neural Network to Predict Static Loads on an Aircraft Rib Ramin Amali, Samson Cooper, Siamak Noroozi To cite this version: Ramin Amali, Samson Cooper, Siamak Noroozi. Application

More information

Structuring the First Steps of Requirements Elicitation

Structuring the First Steps of Requirements Elicitation Structuring the First Steps of Requirements Elicitation Jeanine Souquières, Maritta Heisel To cite this version: Jeanine Souquières, Maritta Heisel. Structuring the First Steps of Requirements Elicitation.

More information

A Generic Architecture of CCSDS Low Density Parity Check Decoder for Near-Earth Applications

A Generic Architecture of CCSDS Low Density Parity Check Decoder for Near-Earth Applications A Generic Architecture of CCSDS Low Density Parity Check Decoder for Near-Earth Applications Fabien Demangel, Nicolas Fau, Nicolas Drabik, François Charot, Christophe Wolinski To cite this version: Fabien

More information

Spectral Active Clustering of Remote Sensing Images

Spectral Active Clustering of Remote Sensing Images Spectral Active Clustering of Remote Sensing Images Zifeng Wang, Gui-Song Xia, Caiming Xiong, Liangpei Zhang To cite this version: Zifeng Wang, Gui-Song Xia, Caiming Xiong, Liangpei Zhang. Spectral Active

More information

Reverse-engineering of UML 2.0 Sequence Diagrams from Execution Traces

Reverse-engineering of UML 2.0 Sequence Diagrams from Execution Traces Reverse-engineering of UML 2.0 Sequence Diagrams from Execution Traces Romain Delamare, Benoit Baudry, Yves Le Traon To cite this version: Romain Delamare, Benoit Baudry, Yves Le Traon. Reverse-engineering

More information

Prototype Selection Methods for On-line HWR

Prototype Selection Methods for On-line HWR Prototype Selection Methods for On-line HWR Jakob Sternby To cite this version: Jakob Sternby. Prototype Selection Methods for On-line HWR. Guy Lorette. Tenth International Workshop on Frontiers in Handwriting

More information

The Sissy Electro-thermal Simulation System - Based on Modern Software Technologies

The Sissy Electro-thermal Simulation System - Based on Modern Software Technologies The Sissy Electro-thermal Simulation System - Based on Modern Software Technologies G. Horvath, A. Poppe To cite this version: G. Horvath, A. Poppe. The Sissy Electro-thermal Simulation System - Based

More information

Very Tight Coupling between LTE and WiFi: a Practical Analysis

Very Tight Coupling between LTE and WiFi: a Practical Analysis Very Tight Coupling between LTE and WiFi: a Practical Analysis Younes Khadraoui, Xavier Lagrange, Annie Gravey To cite this version: Younes Khadraoui, Xavier Lagrange, Annie Gravey. Very Tight Coupling

More information

Deformetrica: a software for statistical analysis of anatomical shapes

Deformetrica: a software for statistical analysis of anatomical shapes Deformetrica: a software for statistical analysis of anatomical shapes Alexandre Routier, Marcel Prastawa, Benjamin Charlier, Cédric Doucet, Joan Alexis Glaunès, Stanley Durrleman To cite this version:

More information

Numerical simulation of primary atomization of a sheared liquid sheet. Part 2: Comparison with experimental results

Numerical simulation of primary atomization of a sheared liquid sheet. Part 2: Comparison with experimental results Numerical simulation of primary atomization of a sheared liquid sheet. Part 2: Comparison with experimental results P. Villedieu, G. Blanchard, D. Zuzio To cite this version: P. Villedieu, G. Blanchard,

More information

Generic Design Space Exploration for Reconfigurable Architectures

Generic Design Space Exploration for Reconfigurable Architectures Generic Design Space Exploration for Reconfigurable Architectures Lilian Bossuet, Guy Gogniat, Jean Luc Philippe To cite this version: Lilian Bossuet, Guy Gogniat, Jean Luc Philippe. Generic Design Space

More information

The Connectivity Order of Links

The Connectivity Order of Links The Connectivity Order of Links Stéphane Dugowson To cite this version: Stéphane Dugowson. The Connectivity Order of Links. 4 pages, 2 figures. 2008. HAL Id: hal-00275717 https://hal.archives-ouvertes.fr/hal-00275717

More information

Acyclic Coloring of Graphs of Maximum Degree

Acyclic Coloring of Graphs of Maximum Degree Acyclic Coloring of Graphs of Maximum Degree Guillaume Fertin, André Raspaud To cite this version: Guillaume Fertin, André Raspaud. Acyclic Coloring of Graphs of Maximum Degree. Stefan Felsner. 005 European

More information

Real-Time and Resilient Intrusion Detection: A Flow-Based Approach

Real-Time and Resilient Intrusion Detection: A Flow-Based Approach Real-Time and Resilient Intrusion Detection: A Flow-Based Approach Rick Hofstede, Aiko Pras To cite this version: Rick Hofstede, Aiko Pras. Real-Time and Resilient Intrusion Detection: A Flow-Based Approach.

More information

Natural Language Based User Interface for On-Demand Service Composition

Natural Language Based User Interface for On-Demand Service Composition Natural Language Based User Interface for On-Demand Service Composition Marcel Cremene, Florin-Claudiu Pop, Stéphane Lavirotte, Jean-Yves Tigli To cite this version: Marcel Cremene, Florin-Claudiu Pop,

More information

XBenchMatch: a Benchmark for XML Schema Matching Tools

XBenchMatch: a Benchmark for XML Schema Matching Tools XBenchMatch: a Benchmark for XML Schema Matching Tools Fabien Duchateau, Zohra Bellahsene, Ela Hunt To cite this version: Fabien Duchateau, Zohra Bellahsene, Ela Hunt. XBenchMatch: a Benchmark for XML

More information

Evolutionary Cutting Planes

Evolutionary Cutting Planes Evolutionary Cutting Planes Jérémie Decock, David L. Saint-Pierre, Olivier Teytaud To cite this version: Jérémie Decock, David L. Saint-Pierre, Olivier Teytaud. Evolutionary Cutting Planes. Stephane Bonnevay

More information

QAKiS: an Open Domain QA System based on Relational Patterns

QAKiS: an Open Domain QA System based on Relational Patterns QAKiS: an Open Domain QA System based on Relational Patterns Elena Cabrio, Julien Cojan, Alessio Palmero Aprosio, Bernardo Magnini, Alberto Lavelli, Fabien Gandon To cite this version: Elena Cabrio, Julien

More information

Efficient implementation of interval matrix multiplication

Efficient implementation of interval matrix multiplication Efficient implementation of interval matrix multiplication Hong Diep Nguyen To cite this version: Hong Diep Nguyen. Efficient implementation of interval matrix multiplication. Para 2010: State of the Art

More information

Linked data from your pocket: The Android RDFContentProvider

Linked data from your pocket: The Android RDFContentProvider Linked data from your pocket: The Android RDFContentProvider Jérôme David, Jérôme Euzenat To cite this version: Jérôme David, Jérôme Euzenat. Linked data from your pocket: The Android RDFContentProvider.

More information

A Methodology for Improving Software Design Lifecycle in Embedded Control Systems

A Methodology for Improving Software Design Lifecycle in Embedded Control Systems A Methodology for Improving Software Design Lifecycle in Embedded Control Systems Mohamed El Mongi Ben Gaïd, Rémy Kocik, Yves Sorel, Rédha Hamouche To cite this version: Mohamed El Mongi Ben Gaïd, Rémy

More information

NP versus PSPACE. Frank Vega. To cite this version: HAL Id: hal https://hal.archives-ouvertes.fr/hal

NP versus PSPACE. Frank Vega. To cite this version: HAL Id: hal https://hal.archives-ouvertes.fr/hal NP versus PSPACE Frank Vega To cite this version: Frank Vega. NP versus PSPACE. Preprint submitted to Theoretical Computer Science 2015. 2015. HAL Id: hal-01196489 https://hal.archives-ouvertes.fr/hal-01196489

More information

Scan chain encryption in Test Standards

Scan chain encryption in Test Standards Scan chain encryption in Test Standards Mathieu Da Silva, Giorgio Di Natale, Marie-Lise Flottes, Bruno Rouzeyre To cite this version: Mathieu Da Silva, Giorgio Di Natale, Marie-Lise Flottes, Bruno Rouzeyre.

More information

SIM-Mee - Mobilizing your social network

SIM-Mee - Mobilizing your social network SIM-Mee - Mobilizing your social network Jérémie Albert, Serge Chaumette, Damien Dubernet, Jonathan Ouoba To cite this version: Jérémie Albert, Serge Chaumette, Damien Dubernet, Jonathan Ouoba. SIM-Mee

More information

Multi-atlas labeling with population-specific template and non-local patch-based label fusion

Multi-atlas labeling with population-specific template and non-local patch-based label fusion Multi-atlas labeling with population-specific template and non-local patch-based label fusion Vladimir Fonov, Pierrick Coupé, Simon Eskildsen, Jose Manjon, Louis Collins To cite this version: Vladimir

More information

Kernel-Based Laplacian Smoothing Method for 3D Mesh Denoising

Kernel-Based Laplacian Smoothing Method for 3D Mesh Denoising Kernel-Based Laplacian Smoothing Method for 3D Mesh Denoising Hicham Badri, Mohammed El Hassouni, Driss Aboutajdine To cite this version: Hicham Badri, Mohammed El Hassouni, Driss Aboutajdine. Kernel-Based

More information

A million pixels, a million polygons: which is heavier?

A million pixels, a million polygons: which is heavier? A million pixels, a million polygons: which is heavier? François X. Sillion To cite this version: François X. Sillion. A million pixels, a million polygons: which is heavier?. Eurographics 97, Sep 1997,

More information

HySCaS: Hybrid Stereoscopic Calibration Software

HySCaS: Hybrid Stereoscopic Calibration Software HySCaS: Hybrid Stereoscopic Calibration Software Guillaume Caron, Damien Eynard To cite this version: Guillaume Caron, Damien Eynard. HySCaS: Hybrid Stereoscopic Calibration Software. SPIE newsroom in

More information

KeyGlasses : Semi-transparent keys to optimize text input on virtual keyboard

KeyGlasses : Semi-transparent keys to optimize text input on virtual keyboard KeyGlasses : Semi-transparent keys to optimize text input on virtual keyboard Mathieu Raynal, Nadine Vigouroux To cite this version: Mathieu Raynal, Nadine Vigouroux. KeyGlasses : Semi-transparent keys

More information

Automatic indexing of comic page images for query by example based focused content retrieval

Automatic indexing of comic page images for query by example based focused content retrieval Automatic indexing of comic page images for query by example based focused content retrieval Muhammad Muzzamil Luqman, Hoang Nam Ho, Jean-Christophe Burie, Jean-Marc Ogier To cite this version: Muhammad

More information

Monitoring Air Quality in Korea s Metropolises on Ultra-High Resolution Wall-Sized Displays

Monitoring Air Quality in Korea s Metropolises on Ultra-High Resolution Wall-Sized Displays Monitoring Air Quality in Korea s Metropolises on Ultra-High Resolution Wall-Sized Displays Emmanuel Pietriga, Olivier Chapuis To cite this version: Emmanuel Pietriga, Olivier Chapuis. Monitoring Air Quality

More information

Emerging and scripted roles in computer-supported collaborative learning

Emerging and scripted roles in computer-supported collaborative learning Emerging and scripted roles in computer-supported collaborative learning Jan Willem Strijbos, Armin Weinberger To cite this version: Jan Willem Strijbos, Armin Weinberger. Emerging and scripted roles in

More information