Skip to main content

Showing 1–31 of 31 results for author: Viennot, L

.
  1. arXiv:2405.07588  [pdf, other

    cs.DS

    Practical Computation of Graph VC-Dimension

    Authors: David Coudert, Mónika Csikós, Guillaume Ducoffe, Laurent Viennot

    Abstract: For any set system $H=(V,R), \ R \subseteq 2^V$, a subset $S \subseteq V$ is called \emph{shattered} if every $S' \subseteq S$ results from the intersection of $S$ with some set in $\R$. The \emph{VC-dimension} of $H$ is the size of a largest shattered set in $V$. In this paper, we focus on the problem of computing the VC-dimension of graphs. In particular, given a graph $G=(V,E)$, the VC-dimensio… ▽ More

    Submitted 13 May, 2024; originally announced May 2024.

    Journal ref: Symposium on Experimental Algorithms (SEA) 2024, Jul 2024, Vienne, Austria

  2. arXiv:2304.03567  [pdf, other

    math.CO cs.DM cs.DS

    Temporalizing digraphs via linear-size balanced bi-trees

    Authors: Stéphane Bessy, Stéphan Thomassé, Laurent Viennot

    Abstract: In a directed graph $D$ on vertex set $v_1,\dots ,v_n$, a \emph{forward arc} is an arc $v_iv_j$ where $i<j$. A pair $v_i,v_j$ is \emph{forward connected} if there is a directed path from $v_i$ to $v_j$ consisting of forward arcs. In the {\tt Forward Connected Pairs Problem} ({\tt FCPP}), the input is a strongly connected digraph $D$, and the output is the maximum number of forward connected pairs… ▽ More

    Submitted 11 January, 2024; v1 submitted 7 April, 2023; originally announced April 2023.

    Comments: 11 pages, 2 figure

    MSC Class: 05C20; 05C85; 68R10 ACM Class: F.2.2; G.2.2

  3. arXiv:2304.00817  [pdf, other

    cs.DS math.CO

    A Note on the Complexity of Maximizing Temporal Reachability via Edge Temporalisation of Directed Graphs

    Authors: Alkida Balliu, Filippo Brunelli, Pierluigi Crescenzi, Dennis Olivetti, Laurent Viennot

    Abstract: A temporal graph is a graph in which edges are assigned a time label. Two nodes u and v of a temporal graph are connected one to the other if there exists a path from u to v with increasing edge time labels. We consider the problem of assigning time labels to the edges of a digraph in order to maximize the total reachability of the resulting temporal graph (that is, the number of pairs of nodes wh… ▽ More

    Submitted 3 April, 2023; originally announced April 2023.

  4. arXiv:2302.07666  [pdf, ps, other

    cs.DS

    Forbidden Patterns in Temporal Graphs Resulting from Encounters in a Corridor

    Authors: Michel Habib, Minh-Hang Nguyen, Mikaël Rabie, Laurent Viennot

    Abstract: In this paper, we study temporal graphs arising from mobility models where some agents move in a space and where edges appear each time two agents meet. We propose a rather natural one-dimensional model. If each pair of agents meets exactly once, we get a temporal clique where each possible edge appears exactly once. By ordering the edges according to meeting times, we get a subset of the temporal… ▽ More

    Submitted 15 February, 2023; originally announced February 2023.

  5. arXiv:2301.13307  [pdf, other

    cs.DC cs.DS

    Breadth-First Depth-Next: Optimal Collaborative Exploration of Trees with Low Diameter

    Authors: Romain Cosson, Laurent Massoulié, Laurent Viennot

    Abstract: We consider the problem of collaborative tree exploration posed by Fraigniaud, Gasieniec, Kowalski, and Pelc where a team of $k$ agents is tasked to collectively go through all the edges of an unknown tree as fast as possible. Denoting by $n$ the total number of nodes and by $D$ the tree depth, the $\mathcal{O}(n/\log(k)+D)$ algorithm of Fraigniaud et al. achieves the best-known competitive ratio… ▽ More

    Submitted 30 January, 2023; originally announced January 2023.

  6. arXiv:2211.12136  [pdf, ps, other

    cs.DS

    Minimum-Cost Temporal Walks under Waiting-Time Constraints in Linear Time

    Authors: Filippo Brunelli, Laurent Viennot

    Abstract: In a temporal graph, each edge is available at specific points in time. Such an availability point is often represented by a ''temporal edge'' that can be traversed from its tail only at a specific departure time, for arriving in its head after a specific travel time. In such a graph, the connectivity from one node to another is naturally captured by the existence of a temporal path where temporal… ▽ More

    Submitted 30 January, 2023; v1 submitted 22 November, 2022; originally announced November 2022.

  7. arXiv:2204.13929  [pdf, ps, other

    math.PR math.CO

    Revisiting the Random Subset Sum problem

    Authors: Arthur da Cunha, Francesco d'Amore, Frédéric Giroire, Hicham Lesfari, Emanuele Natale, Laurent Viennot

    Abstract: The average properties of the well-known Subset Sum Problem can be studied by the means of its randomised version, where we are given a target value $z$, random variables $X_1, \ldots, X_n$, and an error parameter $\varepsilon > 0$, and we seek a subset of the $X_i$s whose sum approximates $z$ up to error $\varepsilon$. In this setup, it has been shown that, under mild assumptions on the distribut… ▽ More

    Submitted 30 March, 2023; v1 submitted 29 April, 2022; originally announced April 2022.

  8. arXiv:2111.08520  [pdf, ps, other

    cs.DM cs.DS cs.NI

    Hyperbolicity Computation through Dominating Sets

    Authors: David Coudert, André Nusser, Laurent Viennot

    Abstract: Hyperbolicity is a graph parameter related to how much a graph resembles a tree with respect to distances. Its computation is challenging as the main approaches consist in scanning all quadruples of the graph or using fast matrix multiplication as building block, both are not practical for large graphs. In this paper, we propose and evaluate an approach that uses a hierarchy of distance-k dominati… ▽ More

    Submitted 22 November, 2021; v1 submitted 16 November, 2021; originally announced November 2021.

    Journal ref: Proceedings of the Symposium on Algorithm Engineering and Experiments, ALENEX 2022, Jan 2022, Westin Alexandria Old Town, United States

  9. arXiv:2111.08328  [pdf, ps, other

    cs.DM cs.NI

    On The Complexity of Maximizing Temporal Reachability via Trip Temporalisation

    Authors: Filippo Brunelli, Pierluigi Crescenzi, Laurent Viennot

    Abstract: We consider the problem of assigning appearing times to the edges of a digraph in order to maximize the (average) temporal reachability between pairs of nodes. Motivated by the application to public transit networks, where edges cannot be scheduled independently one of another, we consider the setting where the edges are grouped into certain walks (called trips) in the digraph and where assigning… ▽ More

    Submitted 16 November, 2021; originally announced November 2021.

  10. arXiv:2104.13627  [pdf

    physics.ed-ph math.HO

    Explanatory choices for beginning physics teachers "Mathematical efficiency" as a determining criterion

    Authors: Laurence Viennot

    Abstract: Recent investigations have been carried out on critical analyses of beginning physics teachers confronted with questionable explanations. These studies raise the question of the choices made by teachers for their teaching once they have become aware of one (or more) flaw(s) in the explanations analysed. This presentation will focus on the possible conflicts, for beginning teachers, between various… ▽ More

    Submitted 28 April, 2021; originally announced April 2021.

    Comments: in French. Onzi{è}mes Rencontres Scientifiques de l'Association pour la Recherche en Didactique des Sciences et Technologies, Mar 2021, Bruxelles, Belgique

  11. arXiv:2104.12523  [pdf, other

    cs.DS

    Enumeration of Far-Apart Pairs by Decreasing Distance for Faster Hyperbolicity Computation

    Authors: David Coudert, André Nusser, Laurent Viennot

    Abstract: Hyperbolicity is a graph parameter which indicates how much the shortest-path distance metric of a graph deviates from a tree metric. It is used in various fields such as networking, security, and bioinformatics for the classification of complex networks, the design of routing schemes, and the analysis of graph algorithms. Despite recent progress, computing the hyperbolicity of a graph remains cha… ▽ More

    Submitted 26 April, 2021; originally announced April 2021.

  12. arXiv:2101.02086  [pdf, ps, other

    cs.DS cs.NI

    On Computing Pareto Optimal Paths in Weighted Time-Dependent Networks

    Authors: Filippo Brunelli, Pierluigi Crescenzi, Laurent Viennot

    Abstract: A weighted point-availability time-dependent network is a list of temporal edges, where each temporal edge has an appearing time value, a travel time value, and a cost value. In this paper we consider the single source Pareto problem in weighted point-availability time-dependent networks, which consists of computing, for any destination d, all Pareto optimal pairs (t, c), where t and c are the arr… ▽ More

    Submitted 6 January, 2021; originally announced January 2021.

  13. arXiv:2011.07947  [pdf

    physics.ed-ph cond-mat.soft

    How to choose which explanation to use with students? Discussing the tensiometer with beginning teachers

    Authors: Laurence Viennot

    Abstract: Among the many decisions to be made in their teaching practice, physics teachers must decide how to explain each particular phenomenon to students. This study explores student teachers' (STs) decision-making process when presented with several explanations of a physical phenomenon that might be used for teaching purposes. During individual interviews, seven STs were offered three different explana… ▽ More

    Submitted 30 October, 2020; originally announced November 2020.

    Comments: International Journal of Science Education, Taylor & Francis (Routledge), In press

  14. arXiv:1910.11144  [pdf, other

    cs.LG stat.ML

    A Comparative Study of Neural Network Compression

    Authors: Hossein Baktash, Emanuele Natale, Laurent Viennot

    Abstract: There has recently been an increasing desire to evaluate neural networks locally on computationally-limited devices in order to exploit their recent effectiveness for several applications; such effectiveness has nevertheless come together with a considerable increase in the size of modern neural networks, which constitute a major downside in several of the aforementioned computationally-limited se… ▽ More

    Submitted 24 October, 2019; originally announced October 2019.

  15. arXiv:1910.03438  [pdf, ps, other

    cs.DS math.CO

    Fast Diameter Computation within Split Graphs

    Authors: Guillaume Ducoffe, Michel Habib, Laurent Viennot

    Abstract: When can we compute the diameter of a graph in quasi linear time? We address this question for the class of {\em split graphs}, that we observe to be the hardest instances for deciding whether the diameter is at most two. We stress that although the diameter of a non-complete split graph can only be either $2$ or $3$, under the Strong Exponential-Time Hypothesis (SETH) we cannot compute the… ▽ More

    Submitted 2 November, 2021; v1 submitted 8 October, 2019; originally announced October 2019.

    Journal ref: Discrete Mathematics & Theoretical Computer Science, vol. 23, no. 3, Graph Theory (November 15, 2021) dmtcs:6422

  16. arXiv:1907.04385  [pdf, ps, other

    cs.DS

    Diameter computation on $H$-minor free graphs and graphs of bounded (distance) VC-dimension

    Authors: Guillaume Ducoffe, Michel Habib, Laurent Viennot

    Abstract: We propose to study unweighted graphs of constant distance VC-dimension as a broad generalization of many graph classes for which we can compute the diameter in truly subquadratic-time. In particular for any fixed $H$, the class of $H$-minor free graphs has distance VC-dimension at most $|V(H)|-1$. Our first main result is that on graphs of distance VC-dimension at most $d$, for any fixed $k$ we c… ▽ More

    Submitted 30 October, 2019; v1 submitted 9 July, 2019; originally announced July 2019.

    Comments: Submitted. Abstract shortened for the ArXiv listing

  17. arXiv:1906.08971  [pdf, ps, other

    cs.NI cs.DS

    Fast Public Transit Routing with Unrestricted Walking through Hub Labeling

    Authors: Duc-Minh Phan, Laurent Viennot

    Abstract: We propose a novel technique for answering routing queries in public transportation networks that allows unrestricted walking. We consider several types of queries: earliest arrival time, Pareto-optimal journeys regarding arrival time, number of transfers and walking time, and profile, i.e. finding all Pareto-optimal journeys regarding travel time and arrival time in a given time interval. Our tec… ▽ More

    Submitted 21 June, 2019; originally announced June 2019.

    Journal ref: Special Event on Analysis of Experimental Algorithms (SEA2), Jun 2019, Kalamata, Greece

  18. arXiv:1902.07055  [pdf, other

    cs.DS cs.CC cs.DC

    Hardness of Exact Distance Queries in Sparse Graphs Through Hub Labeling

    Authors: Adrian Kosowski, Przemysław Uznański, Laurent Viennot

    Abstract: A distance labeling scheme is an assignment of bit-labels to the vertices of an undirected, unweighted graph such that the distance between any pair of vertices can be decoded solely from their labels. An important class of distance labeling schemes is that of hub labelings, where a node $v \in G$ stores its distance to the so-called hubs $S_v \subseteq V$, chosen so that for any $u,v \in V$ there… ▽ More

    Submitted 21 June, 2019; v1 submitted 19 February, 2019; originally announced February 2019.

  19. arXiv:1809.01896  [pdf, ps, other

    cs.NI cs.DS

    Efficient Loop Detection in Forwarding Networks and Representing Atoms in a Field of Sets

    Authors: Laurent Viennot, Yacine Boufkhad, Leonardo Linguaglossa, Fabien Mathieu, Diego Perino

    Abstract: The problem of detecting loops in a forwarding network is known to be NP-complete when general rules such as wildcard expressions are used. Yet, network analyzer tools such as Netplumber (Kazemian et al., NSDI'13) or Veriflow (Khurshid et al., NSDI'13) efficiently solve this problem in networks with thousands of forwarding rules. In this paper, we complement such experimental validation of practic… ▽ More

    Submitted 6 September, 2018; originally announced September 2018.

  20. arXiv:1803.06977  [pdf, ps, other

    cs.DS

    Exploiting Hopsets: Improved Distance Oracles for Graphs of Constant Highway Dimension and Beyond

    Authors: Siddharth Gupta, Adrian Kosowski, Laurent Viennot

    Abstract: For fixed $h \geq 2$, we consider the task of adding to a graph $G$ a set of weighted shortcut edges on the same vertex set, such that the length of a shortest $h$-hop path between any pair of vertices in the augmented graph is exactly the same as the original distance between these vertices in $G$. A set of shortcut edges with this property is called an exact $h$-hopset and may be applied in proc… ▽ More

    Submitted 24 May, 2019; v1 submitted 19 March, 2018; originally announced March 2018.

    Journal ref: 46th International Colloquium on Automata, Languages, and Programming (ICALP), Jul 2019, Patras, Greece

  21. arXiv:1803.04660  [pdf, other

    cs.DM cs.DS cs.NI

    Revisiting Radius, Diameter, and all Eccentricity Computation in Graphs through Certificates

    Authors: Feodor Dragan, Michel Habib, Laurent Viennot

    Abstract: We introduce notions of certificates allowing to bound eccentricities in a graph. In particular , we revisit radius (minimum eccentricity) and diameter (maximum eccentricity) computation and explain the efficiency of practical radius and diameter algorithms by the existence of small certificates for radius and diameter plus few additional properties. We show how such computation is related to cove… ▽ More

    Submitted 13 March, 2018; originally announced March 2018.

  22. arXiv:1609.08953  [pdf, ps, other

    cs.GT cs.SI

    Independent Lazy Better-Response Dynamics on Network Games

    Authors: Paolo Penna, Laurent Viennot

    Abstract: We study an independent best-response dynamics on network games in which the nodes (players) decide to revise their strategies independently with some probability. We provide several bounds on the convergence time to an equilibrium as a function of this probability, the degree of the network, and the potential of the underlying games. These dynamics are somewhat more suitable for distributed env… ▽ More

    Submitted 6 February, 2019; v1 submitted 28 September, 2016; originally announced September 2016.

    Journal ref: 11th International Conference on Algorithms and Complexity (CIAC), May 2019, Rome, Italy. 2019

  23. arXiv:1609.00512  [pdf, other

    cs.DS cs.DC

    Beyond Highway Dimension: Small Distance Labels Using Tree Skeletons

    Authors: Adrian Kosowski, Laurent Viennot

    Abstract: The goal of a hub-based distance labeling scheme for a network G = (V, E) is to assign a small subset S(u) $\subseteq$ V to each node u $\in$ V, in such a way that for any pair of nodes u, v, the intersection of hub sets S(u) $\cap$ S(v) contains a node on the shortest uv-path. The existence of small hub sets, and consequently efficient shortest path processing algorithms, for road networks is an… ▽ More

    Submitted 12 December, 2016; v1 submitted 2 September, 2016; originally announced September 2016.

    Comments: SODA 2017 - 28th ACM-SIAM Symposium on Discrete Algorithms, Jan 2017, Barcelona, Spain. 2017

  24. arXiv:1601.07002  [pdf, ps, other

    cs.NI

    Forwarding Tables Verification through Representative Header Sets

    Authors: Yacine Boufkhad, Ricardo De La Paz, Leonardo Linguaglossa, Fabien Mathieu, Diego Perino, Laurent Viennot

    Abstract: Forwarding table verification consists in checking the distributed data-structure resulting from the forwarding tables of a network. A classical concern is the detection of loops. We study this problem in the context of software-defined networking (SDN) where forwarding rules can be arbitrary bitmasks (generalizing prefix matching) and where tables are updated by a centralized controller. Basic ve… ▽ More

    Submitted 26 January, 2016; originally announced January 2016.

  25. LiveRank: How to Refresh Old Datasets

    Authors: The Dang Huynh, Fabien Mathieu, Laurent Viennot

    Abstract: This paper considers the problem of refreshing a dataset. More precisely , given a collection of nodes gathered at some time (Web pages, users from an online social network) along with some structure (hyperlinks, social relationships), we want to identify a significant fraction of the nodes that still exist at present time. The liveness of an old node can be tested through an online query at prese… ▽ More

    Submitted 6 January, 2016; originally announced January 2016.

  26. Toward more localized local algorithms: removing assumptions concerning global knowledge

    Authors: Amos Korman, Jean-Sébastien Sereni, Laurent Viennot

    Abstract: Numerous sophisticated local algorithm were suggested in the literature for various fundamental problems. Notable examples are the MIS and $(Δ+1)$-coloring algorithms by Barenboim and Elkin [6], by Kuhn [22], and by Panconesi and Srinivasan [34], as well as the $O(Δ2)$-coloring algorithm by Linial [28]. Unfortunately, most known local algorithms (including, in particular, the aforementioned algori… ▽ More

    Submitted 10 December, 2015; originally announced December 2015.

    Journal ref: Distributed Computing, Springer Verlag, 2013, 26 (5-6)

  27. arXiv:1212.0952  [pdf, ps, other

    cs.SI cs.GT cs.NI physics.soc-ph

    Self-Organizing Flows in Social Networks

    Authors: Nidhi Hegde, Laurent Massoulié, Laurent Viennot

    Abstract: Social networks offer users new means of accessing information, essentially relying on "social filtering", i.e. propagation and filtering of information by social contacts. The sheer amount of data flowing in these networks, combined with the limited budget of attention of each user, makes it difficult to ensure that social filtering brings relevant content to the interested users. Our motivation… ▽ More

    Submitted 28 February, 2015; v1 submitted 5 December, 2012; originally announced December 2012.

    Journal ref: Theoretical Computer Science, Elsevier, 2015, pp.16

  28. arXiv:1109.2696  [pdf, other

    cs.NI cs.DM

    Node-Disjoint Multipath Spanners and their Relationship with Fault-Tolerant Spanners

    Authors: Cyril Gavoille, Quentin Godfroy, Laurent Viennot

    Abstract: Motivated by multipath routing, we introduce a multi-connected variant of spanners. For that purpose we introduce the $p$-multipath cost between two nodes $u$ and $v$ as the minimum weight of a collection of $p$ internally vertex-disjoint paths between $u$ and $v$. Given a weighted graph $G$, a subgraph $H$ is a $p$-multipath $s$-spanner if for all $u,v$, the $p$-multipath cost between $u$ and… ▽ More

    Submitted 16 September, 2011; v1 submitted 13 September, 2011; originally announced September 2011.

  29. arXiv:0804.0743  [pdf, ps, other

    cs.NI cs.DS

    Scalable Distributed Video-on-Demand: Theoretical Bounds and Practical Algorithms

    Authors: Laurent Viennot, Yacine Boufkhad, Fabien Mathieu, Fabien De Montgolfier, Diego Perino

    Abstract: We analyze a distributed system where n nodes called boxes store a large set of videos and collaborate to serve simultaneously n videos or less. We explore under which conditions such a system can be scalable while serving any sequence of demands. We model this problem through a combination of two algorithms: a video allocation algorithm and a connection scheduling algorithm. The latter plays ag… ▽ More

    Submitted 8 April, 2008; v1 submitted 4 April, 2008; originally announced April 2008.

    Report number: RR-6496

  30. arXiv:0704.3904  [pdf, ps, other

    cs.DS cs.GT

    Acyclic Preference Systems in P2P Networks

    Authors: Anh-Tuan Gai, Dmitry Lebedev, Fabien Mathieu, Fabien De Montgolfier, Julien Reynier, Laurent Viennot

    Abstract: In this work we study preference systems natural for the Peer-to-Peer paradigm. Most of them fall in three categories: global, symmetric and complementary. All these systems share an acyclicity property. As a consequence, they admit a stable (or Pareto efficient) configuration, where no participant can collaborate with better partners than their current ones. We analyze the representation of the… ▽ More

    Submitted 2 May, 2007; v1 submitted 30 April, 2007; originally announced April 2007.

  31. arXiv:cs/0612108  [pdf, ps, other

    cs.NI cs.GT

    On Using Matching Theory to Understand P2P Network Design

    Authors: Dmitry Lebedev, Fabien Mathieu, Laurent Viennot, Anh-Tuan Gai, Julien Reynier, Fabien De Montgolfier

    Abstract: This paper aims to provide insight into stability of collaboration choices in P2P networks. We study networks where exchanges between nodes are driven by the desire to receive the best service available. This is the case for most existing P2P networks. We explore an evolution model derived from stable roommates theory that accounts for heterogeneity between nodes. We show that most P2P applicati… ▽ More

    Submitted 21 December, 2006; originally announced December 2006.