30 results on '"Mari, Mathieu"'
Search Results
2. Dynamic pricing with Bayesian updates from online reviews
- Author
-
Correa, José, Mari, Mathieu, and Xia, Andrew
- Subjects
Computer Science - Machine Learning - Abstract
When launching new products, firms face uncertainty about market reception. Online reviews provide valuable information not only to consumers but also to firms, allowing firms to adjust the product characteristics, including its selling price. In this paper, we consider a pricing model with online reviews in which the quality of the product is uncertain, and both the seller and the buyers Bayesianly update their beliefs to make purchasing & pricing decisions. We model the seller's pricing problem as a basic bandits' problem and show a close connection with the celebrated Catalan numbers, allowing us to efficiently compute the overall future discounted reward of the seller. With this tool, we analyze and compare the optimal static and dynamic pricing strategies in terms of the probability of effectively learning the quality of the product.
- Published
- 2024
3. Online Multi-level Aggregation with Delays and Stochastic Arrivals
- Author
-
Mari, Mathieu, Pawłowski, Michał, Ren, Runtian, and Sankowski, Piotr
- Subjects
Computer Science - Data Structures and Algorithms - Abstract
This paper presents a new research direction for online Multi-Level Aggregation (MLA) with delays. In this problem, we are given an edge-weighted rooted tree $T$, and we have to serve a sequence of requests arriving at its vertices in an online manner. Each request $r$ is characterized by two parameters: its arrival time $t(r)$ and location $l(r)$ (a vertex). Once a request $r$ arrives, we can either serve it immediately or postpone this action until any time $t > t(r)$. We can serve several pending requests at the same time, and the service cost of a service corresponds to the weight of the subtree that contains all the requests served and the root of $T$. Postponing the service of a request $r$ to time $t > t(r)$ generates an additional delay cost of $t - t(r)$. The goal is to serve all requests in an online manner such that the total cost (i.e., the total sum of service and delay costs) is minimized. The current best algorithm for this problem achieves a competitive ratio of $O(d^2)$ (Azar and Touitou, FOCS'19), where $d$ denotes the depth of the tree. Here, we consider a stochastic version of MLA where the requests follow a Poisson arrival process. We present a deterministic online algorithm which achieves a constant ratio of expectations, meaning that the ratio between the expected costs of the solution generated by our algorithm and the optimal offline solution is bounded by a constant. Our algorithm is obtained by carefully combining two strategies. In the first one, we plan periodic oblivious visits to the subset of frequent vertices, whereas in the second one, we greedily serve the pending requests in the remaining vertices. This problem is complex enough to demonstrate a very rare phenomenon that ``single-minded" or ``sample-average" strategies are not enough in stochastic optimization., Comment: 39 pages, 6 figures, accepted at ISAAC'24
- Published
- 2024
4. Approximating the Maximum Independent Set of Convex Polygons with a Bounded Number of Directions
- Author
-
Grandoni, Fabrizio, Husić, Edin, Mari, Mathieu, and Tinguely, Antoine
- Subjects
Computer Science - Computational Geometry ,Computer Science - Data Structures and Algorithms ,F.2.2 - Abstract
In the maximum independent set of convex polygons problem, we are given a set of $n$ convex polygons in the plane with the objective of selecting a maximum cardinality subset of non-overlapping polygons. Here we study a special case of the problem where the edges of the polygons can take at most $d$ fixed directions. We present an $8d/3$-approximation algorithm for this problem running in time $O((nd)^{O(d4^d)})$. The previous-best polynomial-time approximation (for constant $d$) was a classical $n^\varepsilon$ approximation by Fox and Pach [SODA'11] that has recently been improved to a $OPT^{\varepsilon}$-approximation algorithm by Cslovjecsek, Pilipczuk and W\k{e}grzycki [SODA '24], which also extends to an arbitrary set of convex polygons. Our result builds on, and generalizes the recent constant factor approximation algorithms for the maximum independent set of axis-parallel rectangles problem (which is a special case of our problem with $d=2$) by Mitchell [FOCS'21] and G\'{a}lvez, Khan, Mari, M\"{o}mke, Reddy, and Wiese [SODA'22]., Comment: To appear at SoCG 2024
- Published
- 2024
5. Modeling Online Paging in Multi-Core Systems
- Author
-
Mari, Mathieu, Mukherjee, Anish, Ren, Runtian, and Sankowski, Piotr
- Subjects
Computer Science - Data Structures and Algorithms - Abstract
Web requests are growing exponentially since the 90s due to the rapid development of the Internet. This process was further accelerated by the introduction of cloud services. It has been observed statistically that memory or web requests generally follow power-law distribution, Breslau et al. INFOCOM'99. That is, the $i^{\text{th}}$ most popular web page is requested with a probability proportional to $1 / i^{\alpha}$ ($\alpha > 0$ is a constant). Furthermore, this study, which was performed more than 20 years ago, indicated Zipf-like behavior, i.e., that $\alpha \le 1$. Surprisingly, the memory access traces coming from petabyte-size modern cloud systems not only show that $\alpha$ can be bigger than one but also illustrate a shifted power-law distribution -- called Pareto type II or Lomax. These previously not reported phenomenon calls for statistical explanation. Our first contribution is a new statistical {\it multi-core power-law} model indicating that double-power law can be attributed to the presence of multiple cores running many virtual machines in parallel on such systems. We verify experimentally the applicability of this model using the Kolmogorov-Smirnov test (K-S test). The second contribution of this paper is a theoretical analysis indicating why LRU and LFU-based algorithms perform well in practice on data satisfying power-law or multi-core assumptions. We provide an explanation by studying the online paging problem in the stochastic input model, i.e., the input is a random sequence with each request independently drawn from a page set according to a distribution $\pi$. We derive formulas (as a function of the page probabilities in $\pi$) to upper bound their ratio-of-expectations, which help in establishing O(1) performance ratio given the random sequence following power-law and multi-core power-law distributions.
- Published
- 2024
6. Online hitting set of $d$-dimensional fat objects
- Author
-
Alefkhani, Shanli, Khodaveisi, Nima, and Mari, Mathieu
- Subjects
Computer Science - Data Structures and Algorithms ,Computer Science - Computational Geometry ,68Q25 ,F.2.0 - Abstract
We consider an online version of the geometric minimum hitting set problem that can be described as a game between an adversary and an algorithm. For some integers $d$ and $N$, let $P$ be the set of points in $(0, N)^d$ with integral coordinates, and let $\mathcal{O}$ be a family of subsets of $P$, called objects. Both $P$ and $\mathcal{O}$ are known in advance by the algorithm and by the adversary. Then, the adversary gives some objects one by one, and the algorithm has to maintain a valid hitting set for these objects using points from $P$, with an immediate and irrevocable decision. We measure the performance of the algorithm by its competitive ratio, that is the ratio between the number of points used by the algorithm and the offline minimum hitting set for the sub-sequence of objects chosen by the adversary. We present a simple deterministic online algorithm with competitive ratio $((4\alpha+1)^{2d}\log N)$ when objects correspond to a family of $\alpha$-fat objects. Informally, $\alpha$-fatness measures how cube-like is an object. We show that no algorithm can achieve a better ratio when $\alpha$ and $d$ are fixed constants. In particular, our algorithm works for two-dimensional disks and $d$-cubes which answers two open questions from related previous papers in the special case where the set of points corresponds to all the points of integral coordinates with a fixed $d$-cube.
- Published
- 2023
7. A parameterized approximation scheme for the 2D-Knapsack problem with wide items
- Author
-
Pilipczuk, Michal, Mari, Mathieu, and Picavet, Timothe
- Subjects
Computer Science - Data Structures and Algorithms - Abstract
We study a natural geometric variant of the classic Knapsack problem called 2D-Knapsack: we are given a set of axis-parallel rectangles and a rectangular bounding box, and the goal is to pack as many of these rectangles inside the box without overlap. Naturally, this problem is NP-complete. Recently, Grandoni et al. [ESA'19] showed that it is also W[1]-hard when parameterized by the size $k$ of the sought packing, and they presented a parameterized approximation scheme (PAS) for the variant where we are allowed to rotate the rectangles by 90{\textdegree} before packing them into the box. Obtaining a PAS for the original 2D-Knapsack problem, without rotation, appears to be a challenging open question. In this work, we make progress towards this goal by showing a PAS under the following assumptions: - both the box and all the input rectangles have integral, polynomially bounded sidelengths; - every input rectangle is wide -- its width is greater than its height; and - the aspect ratio of the box is bounded by a constant.Our approximation scheme relies on a mix of various parameterized and approximation techniques, including color coding, rounding, and searching for a structured near-optimum packing using dynamic programming.
- Published
- 2023
8. On price-induced minmax matchings
- Author
-
Dürr, Christoph, Mari, Mathieu, and Schmidt-Kraepelin, Ulrike
- Subjects
Computer Science - Computer Science and Game Theory ,Computer Science - Computational Engineering, Finance, and Science ,Computer Science - Data Structures and Algorithms - Abstract
We study a natural combinatorial pricing problem for sequentially arriving buyers with equal budgets. Each buyer is interested in exactly one pair of items and purchases this pair if and only if, upon arrival, both items are still available and the sum of the item prices does not exceed the budget. The goal of the seller is to set prices to the items such that the number of transactions is maximized when buyers arrive in adversarial order. Formally, we are given an undirected graph where vertices represent items and edges represent buyers. Once prices are set to the vertices, edges with a total price exceeding the buyers' budgets are evicted. Any arrival order of the buyers leads to a set of transactions that forms a maximal matching in this subgraph, and an adversarial arrival order results in a minimum maximal matching. In order to measure the performance of a pricing strategy, we compare the size of such a matching to the size of a maximum matching in the original graph. It was shown by Correa et al. [IPCO 2022] that the best ratio any pricing strategy can guarantee lies within $[1/2, 2/3]$. Our contribution to the problem is two-fold: First, we provide several characterizations of subgraphs that may result from pricing schemes. Second, building upon these, we show an improved upper bound of $3/5$ and a lower bound of $1/2 + 2/n$, where $n$ is the number of items.
- Published
- 2023
9. Online matching with delays and stochastic arrival times
- Author
-
Mari, Mathieu, Pawłowski, Michał, Ren, Runtian, and Sankowski, Piotr
- Subjects
Computer Science - Data Structures and Algorithms - Abstract
This paper presents a new research direction for the Min-cost Perfect Matching with Delays (MPMD) - a problem introduced by Emek et al. (STOC'16). In the original version of this problem, we are given an $n$-point metric space, where requests arrive in an online fashion. The goal is to minimise the matching cost for an even number of requests. However, contrary to traditional online matching problems, a request does not have to be paired immediately at the time of its arrival. Instead, the decision of whether to match a request can be postponed for time $t$ at a delay cost of $t$. For this reason, the goal of the MPMD is to minimise the overall sum of distance and delay costs. Interestingly, for adversarially generated requests, no online algorithm can achieve a competitive ratio better than $O(\log n/\log \log n)$ (Ashlagi et al., APPROX/RANDOM'17). Here, we consider a stochastic version of the MPMD problem where the input requests follow a Poisson arrival process. For such a problem, we show that the above lower bound can be improved by presenting two deterministic online algorithms, which, in expectation, are constant-competitive. The first one is a simple greedy algorithm that matches any two requests once the sum of their delay costs exceeds their connection cost, i.e., the distance between them. The second algorithm builds on the tools used to analyse the first one in order to obtain even better performance guarantees. This result is rather surprising as the greedy approach for the adversarial model achieves a competitive ratio of $\Omega(m^{\log \frac{3}{2}+\varepsilon})$, where $m$ denotes the number of requests served (Azar et al., TOCS'20). Finally, we prove that it is possible to obtain similar results for the general case when the delay cost follows an arbitrary positive and non-decreasing function, as well as for the MPMD variant with penalties to clear pending requests., Comment: 34 pages, 7 figures, accepted at AAMAS'23
- Published
- 2022
10. Approximating Maximum Integral Multiflows on Bounded Genus Graphs
- Author
-
Huang, Chien-Chung, Mari, Mathieu, Mathieu, Claire, and Vygen, Jens
- Published
- 2023
- Full Text
- View/download PDF
11. Shortest Disjoint Paths on a Grid
- Author
-
Mari, Mathieu, primary, Mukherjee, Anish, additional, and Sankowski, Piotr, additional
- Published
- 2024
- Full Text
- View/download PDF
12. A (2+\epsilon)-Approximation Algorithm for Maximum Independent Set of Rectangles
- Author
-
Gálvez, Waldo, Khan, Arindam, Mari, Mathieu, Mömke, Tobias, Reddy, Madhusudhan, and Wiese, Andreas
- Subjects
Computer Science - Computational Geometry ,Computer Science - Data Structures and Algorithms - Abstract
We study the Maximum Independent Set of Rectangles (MISR) problem, where we are given a set of axis-parallel rectangles in the plane and the goal is to select a subset of non-overlapping rectangles of maximum cardinality. In a recent breakthrough, Mitchell [2021] obtained the first constant-factor approximation algorithm for MISR. His algorithm achieves an approximation ratio of 10 and it is based on a dynamic program that intuitively recursively partitions the input plane into special polygons called corner-clipped rectangles (CCRs), without intersecting certain special horizontal line segments called fences. In this paper, we present a $(2+\epsilon)$-approximation algorithm for MISR which is also based on a recursive partitioning scheme. First, we use a partition into a class of axis-parallel polygons with constant complexity each that are more general than CCRs. This allows us to provide an arguably simpler analysis and at the same time already improves the approximation ratio to 6. Then, using a more elaborate charging scheme and a recursive partitioning into general axis-parallel polygons with constant complexity, we improve our approximation ratio to $2+\epsilon$. In particular, we construct a recursive partitioning based on more general fences which can be sequences of up to $O(1/\epsilon)$ line segments each. This partitioning routine and our other new ideas may be useful for future work towards a PTAS for MISR., Comment: 41 pages, updates the previous version which had a 3-approximation algorithm
- Published
- 2021
13. Approximating maximum integral multiflows on bounded genus graphs
- Author
-
Huang, Chien-chung, Mari, Mathieu, Mathieu, Claire, and Vygen, Jens
- Subjects
Computer Science - Data Structures and Algorithms ,Computer Science - Computational Geometry ,Computer Science - Discrete Mathematics ,57M15, 05C38, 05C62, 90C27, 90C35 - Abstract
We devise the first constant-factor approximation algorithm for finding an integral multi-commodity flow of maximum total value for instances where the supply graph together with the demand edges can be embedded on an orientable surface of bounded genus. This extends recent results for planar instances. Our techniques include an uncrossing algorithm, which is significantly more difficult than in the planar case, a partition of the cycles in the support of an LP solution into free homotopy classes, and a new rounding procedure for freely homotopic non-separating cycles.
- Published
- 2020
- Full Text
- View/download PDF
14. Online Hitting Set of d-Dimensional Fat Objects
- Author
-
Alefkhani, Shanli, Khodaveisi, Nima, Mari, Mathieu, Goos, Gerhard, Founding Editor, Hartmanis, Juris, Founding Editor, Bertino, Elisa, Editorial Board Member, Gao, Wen, Editorial Board Member, Steffen, Bernhard, Editorial Board Member, Yung, Moti, Editorial Board Member, Byrka, Jarosław, editor, and Wiese, Andreas, editor
- Published
- 2023
- Full Text
- View/download PDF
15. Fixed-Parameter Algorithms for Unsplittable Flow Cover
- Author
-
Cristi, Andrés, Mari, Mathieu, and Wiese, Andreas
- Published
- 2023
- Full Text
- View/download PDF
16. Ultimate greedy approximation of independent sets in subcubic graphs
- Author
-
Krysta, Piotr, Mari, Mathieu, and Zhi, Nan
- Subjects
Computer Science - Data Structures and Algorithms - Abstract
We study the approximability of the maximum size independent set (MIS) problem in bounded degree graphs. This is one of the most classic and widely studied NP-hard optimization problems. We focus on the well known minimum degree greedy algorithm for this problem. This algorithm iteratively chooses a minimum degree vertex in the graph, adds it to the solution and removes its neighbors, until the remaining graph is empty. The approximation ratios of this algorithm have been very widely studied, where it is augmented with an advice that tells the greedy which minimum degree vertex to choose if it is not unique. Our main contribution is a new mathematical theory for the design of such greedy algorithms with efficiently computable advice and for the analysis of their approximation ratios. With this new theory we obtain the ultimate approximation ratio of 5/4 for greedy on graphs with maximum degree 3, which completely solves the open problem from the paper by Halldorsson and Yoshihara (1995). Our algorithm is the fastest currently known algorithm with this approximation ratio on such graphs. We apply our new algorithm to the minimum vertex cover problem on graphs with maximum degree 3 to obtain a substantially faster 6/5-approximation algorithm than the one currently known. We complement our positive, upper bound results with negative, lower bound results which prove that the problem of designing good advice for greedy is computationally hard and even hard to approximate on various classes of graphs. These results significantly improve on such previously known hardness results. Moreover, these results suggest that obtaining the upper bound results on the design and analysis of greedy advice is non-trivial., Comment: Preliminary version of this paper has been published in the proceedings of ACM-SIAM SODA 2020
- Published
- 2020
17. An Approximation Algorithm for Fully Planar Edge-Disjoint Paths
- Author
-
Huang, Chien-Chung, Mari, Mathieu, Mathieu, Claire, Schewior, Kevin, and Vygen, Jens
- Subjects
Computer Science - Data Structures and Algorithms ,Computer Science - Discrete Mathematics ,Mathematics - Combinatorics - Abstract
We devise a constant-factor approximation algorithm for the maximization version of the edge-disjoint paths problem if the supply graph together with the demand edges form a planar graph. By planar duality this is equivalent to packing cuts in a planar graph such that each cut contains exactly one demand edge. We also show that the natural linear programming relaxations have constant integrality gap, yielding an approximate max-multiflow min-multicut theorem.
- Published
- 2020
- Full Text
- View/download PDF
18. Online Hitting Set of d-Dimensional Fat Objects
- Author
-
Alefkhani, Shanli, primary, Khodaveisi, Nima, additional, and Mari, Mathieu, additional
- Published
- 2023
- Full Text
- View/download PDF
19. A 3-Approximation Algorithm for Maximum Independent Set of Rectangles
- Author
-
Gálvez, Waldo, primary, Khan, Arindam, additional, Mari, Mathieu, additional, Mömke, Tobias, additional, Pittu, Madhusudhan Reddy, additional, and Wiese, Andreas, additional
- Published
- 2022
- Full Text
- View/download PDF
20. Ultimate greedy approximation of independent sets in subcubic graphs
- Author
-
Krysta, Piotr, primary, Mari, Mathieu, additional, and Zhi, Nan, additional
- Published
- 2020
- Full Text
- View/download PDF
21. A (2+��)-Approximation Algorithm for Maximum Independent Set of Rectangles
- Author
-
G��lvez, Waldo, Khan, Arindam, Mari, Mathieu, M��mke, Tobias, Reddy, Madhusudhan, and Wiese, Andreas
- Subjects
Computational Geometry (cs.CG) ,FOS: Computer and information sciences ,Data Structures and Algorithms (cs.DS) - Abstract
We study the Maximum Independent Set of Rectangles (MISR) problem, where we are given a set of axis-parallel rectangles in the plane and the goal is to select a subset of non-overlapping rectangles of maximum cardinality. In a recent breakthrough, Mitchell [2021] obtained the first constant-factor approximation algorithm for MISR. His algorithm achieves an approximation ratio of 10 and it is based on a dynamic program that intuitively recursively partitions the input plane into special polygons called corner-clipped rectangles (CCRs), without intersecting certain special horizontal line segments called fences. In this paper, we present a $(2+��)$-approximation algorithm for MISR which is also based on a recursive partitioning scheme. First, we use a partition into a class of axis-parallel polygons with constant complexity each that are more general than CCRs. This allows us to provide an arguably simpler analysis and at the same time already improves the approximation ratio to 6. Then, using a more elaborate charging scheme and a recursive partitioning into general axis-parallel polygons with constant complexity, we improve our approximation ratio to $2+��$. In particular, we construct a recursive partitioning based on more general fences which can be sequences of up to $O(1/��)$ line segments each. This partitioning routine and our other new ideas may be useful for future work towards a PTAS for MISR., 41 pages, updates the previous version which had a 3-approximation algorithm
- Published
- 2021
- Full Text
- View/download PDF
22. Fixed-Parameter Algorithms for Unsplittable Flow Cover
- Author
-
Cristi, Andrés, primary, Mari, Mathieu, additional, and Wiese, Andreas, additional
- Published
- 2021
- Full Text
- View/download PDF
23. Approches gloutonnes pour l'approximation de problèmes combinatoires NP-difficiles
- Author
-
Mari, Mathieu, Département d'informatique - ENS Paris (DI-ENS), École normale supérieure - Paris (ENS-PSL), Université Paris sciences et lettres (PSL)-Université Paris sciences et lettres (PSL)-Institut National de Recherche en Informatique et en Automatique (Inria)-Centre National de la Recherche Scientifique (CNRS), Université Paris sciences et lettres, Claire Mathieu, Chien-Chung Huang, and STAR, ABES
- Subjects
Algorithmes ,Combinatorial optimization ,Glouton ,[INFO.INFO-DS]Computer Science [cs]/Data Structures and Algorithms [cs.DS] ,[INFO.INFO-DS] Computer Science [cs]/Data Structures and Algorithms [cs.DS] ,Greedy ,Approximation ,Optimisation combinatoire ,Algorithms - Abstract
The greedy approach is natural for the design of algorithms. It is fast, easy to implement, has a good performance on average, and is applicable to many optimization problems in various settings. For those reasons, it is an important heuristic in practice. In this thesis, we present greedy algorithms for three different NP-hard optimization problems. We discuss the relation between those algorithms, their proof techniques and the structure of the problems under study. In the first part of this thesis, we focus on the Maximum Coverage problem with a connectivity constraint, which comes up for the design of wireless networks. We show that the problem is NP-hard, even when the coverage and the connectivity are induced by a set of unit disks in the plane. For that special case, we show that greedily picking two disks so as to maximize the marginal area covered while correctness achieves a 2-approximation. We further improve the approximation ratio by providing a PTAS for this problem with a small resource augmentation, using Arora’s shifted grid dissection technique. In the second part of this thesis, we focus on the Maximum Independent Set problem. A natural approach is to repeatedly pick a vertex of minimum degree, and remove it and its neighbours from the graph. We present a new technique to analyze the performance of this greedy approach in various classes of graphs and address the following question: if there are several minimun-degree vertices, what vertex should the greedy algorithm pick in order to maximise the size of the final solution ? With this tool, we design an ”ultimate tie-breaking” rule that leads to the best possible approximation ratio for sub-cubic graphs and for this type of greedy algorithms. We complement this by lower bound results that show that designing good tie-breaking rules is a difficult task. The third and last part of the thesis is devoted to the Maximum Integral Multiflows problem. The problem is difficult and well-studied. For instance, a constant factor approximation is unlikely to exist even when the supply graph is planar and cubic. In the special case where the supply graph together with the demand edges form a bounded genus graph, we present a constant factor approximation algorithm. The algorithm consists of a succession of greedy procedures that exploit topological properties of graphs and curves on surfaces., L’approche gloutonne est naturelle pour concevoir un algorithme. Elle permet la conception d’algorithmes rapides, faciles à implémenter, qui produisent en moyenne des solutions de qualité, pour de nombreux problèmes d’optimisation. Pour ces raisons, c’est une heuristique importante en pratique. Dans cette thèse, nous présentons des algorithmes gloutons pour trois problèmes d’optimisation NP-difficiles. Nous discutons les relations entre ces algorithmes, leurs techniques de preuve et la structure des problèmes étudiés. Dans la première partie de cette thèse, on se concentre sur le problème de la couverture maximale avec une contrainte de connexité, contrainte que l’on rencontre lors de la conception de réseaux sans fil. Nous montrons que le problème est NP-difficile, même quand la couverture et la connexité proviennent d’un ensemble de disques unité dans le plan. Pour ce cas particulier, nous montrons que choisir de manière gloutonne deux disques qui maximisent le gain marginal tout en maintenant la solution connexe réalise une 2-approximation. Nous améliorons ce ratio d’approximation en donnant un schéma d’approximation en temps polynomial avec une légère augmentation de ressource, basé sur la technique d’Arora pour le voyageur de commerce euclidien. Dans la deuxième partie de cette thèse, on se concentre sur le problème du stable maximum. Une approche naturelle est de successivement choisir un sommet de degré minimum, le placer dans la solution en construction, puis le retirer avec ses voisins du graphe. Nous présentons une nouvelle technique pour analyser la performance de cette approche gloutonne dans différentes classes de graphes et abordons la question suivante : s’il y a plusieurs sommets de degré minimum, lequel l’algorithme devrait-il choisir pour maximiser la taille de la solution finale ? Avec cet outil, nous concevons une règle pour briser les cas d’égalité, qui conduit à la meilleure approximation possible dans les graphes sous-cubiques et pour ce type d’algorithmes gloutons. Nous complémentons ces résultats par des résultats négatifs qui suggèrent que la conception de bonnes règles brisant les cas d’égalité est une tâche difficile. La troisième et dernière partie de la thèse est consacrée au problème du multiflot entier maximum. Ce problème est difficile et a été très étudié. Par exemple, une approximation de facteur constant est probablement impossible même quand le graphe d’offre est planaire et cubique. Dans le cas particulier où le graphe d’offre et les arêtes de demande forment ensemble un graphe de genre borné, nous présentons un algorithme avec un facteur d’approximation constant. L’algorithme consiste en une succession de procédures gloutonnes qui exploitent les propriétés topologiques des graphes et des lacets sur des surfaces.
- Published
- 2020
24. AN APPROXIMATION ALGORITHM FOR FULLY PLANAR EDGE-DISJOINT PATHS
- Author
-
Huang, Chien-Chung, Mari, Mathieu, Mathieu, Claire, Schewior, Kevin, Vygen, Jens, Huang, Chien-Chung, Mari, Mathieu, Mathieu, Claire, Schewior, Kevin, and Vygen, Jens
- Abstract
We devise a constant-factor approximation algorithm for the maximization version of the edge-disjoint paths problem if the supply graph together with the demand edges forms a planar graph. By planar duality, this is equivalent to packing cuts in a planar graph such that each cut contains exactly one demand edge. We also show that the natural linear programming relaxations have constant integrality gap, yielding an approximate max-multiflow min-multicut theorem.
- Published
- 2021
25. Approximating Maximum Integral Multiflows on Bounded Genus Graphs
- Author
-
Huang, Chien-Chung, Mari, Mathieu, Mathieu, Claire, Vygen, Jens, Huang, Chien-Chung, Mari, Mathieu, Mathieu, Claire, and Vygen, Jens
- Abstract
We devise the first constant-factor approximation algorithm for finding an integral multi-commodity flow of maximum total value for instances where the supply graph together with the demand edges can be embedded on an orientable surface of bounded genus. This extends recent results for planar instances. Our techniques include an uncrossing algorithm, which is significantly more difficult than in the planar case, a partition of the cycles in the support of an LP solution into free homotopy classes, and a new rounding procedure for freely homotopic non-separating cycles.
- Published
- 2021
- Full Text
- View/download PDF
26. An Approximation Algorithm for Fully Planar Edge-Disjoint Paths
- Author
-
Huang, Chien-Chung, primary, Mari, Mathieu, additional, Mathieu, Claire, additional, Schewior, Kevin, additional, and Vygen, Jens, additional
- Published
- 2021
- Full Text
- View/download PDF
27. Maximizing Covered Area in the Euclidean Plane with Connectivity Constraint
- Author
-
Huang, Chien-Chung, Mari, Mathieu, Mathieu, Claire, Mitchell, Joseph S. B., Mustafa, Nabil H., Centre National de la Recherche Scientifique (CNRS), Laboratoire d'Informatique Gaspard-Monge (LIGM), Centre National de la Recherche Scientifique (CNRS)-Fédération de Recherche Bézout-ESIEE Paris-École des Ponts ParisTech (ENPC)-Université Paris-Est Marne-la-Vallée (UPEM), ANR-14-CE25-0016,SAGA,Approximation geometrique structurelle pour l'algorithmique(2014), Huang, Chien-Chung, and Appel à projets générique - Approximation geometrique structurelle pour l'algorithmique - - SAGA2014 - ANR-14-CE25-0016 - Appel à projets générique - VALID
- Subjects
050101 languages & linguistics ,000 Computer science, knowledge, general works ,[INFO.INFO-CG] Computer Science [cs]/Computational Geometry [cs.CG] ,05 social sciences ,Computer Science ,[INFO.INFO-DS]Computer Science [cs]/Data Structures and Algorithms [cs.DS] ,0202 electrical engineering, electronic engineering, information engineering ,020201 artificial intelligence & image processing ,0501 psychology and cognitive sciences ,[INFO.INFO-DS] Computer Science [cs]/Data Structures and Algorithms [cs.DS] ,02 engineering and technology ,[INFO.INFO-CG]Computer Science [cs]/Computational Geometry [cs.CG] ,ComputingMilieux_MISCELLANEOUS - Abstract
Given a set D of n unit disks in the plane and an integer k
- Published
- 2019
28. Improved Streaming Algorithms for Maximizing Monotone Submodular Functions Under a Knapsack Constraint
- Author
-
Huang, Chien-Chung, Mari, Mathieu, Mathieu, Claire, Schewior, Kevin, Vygen, Jens, Kakimura, Naonori, Centre National de la Recherche Scientifique (CNRS), Département d'informatique - ENS Paris (DI-ENS), École normale supérieure - Paris (ENS-PSL), Université Paris sciences et lettres (PSL)-Université Paris sciences et lettres (PSL)-Institut National de Recherche en Informatique et en Automatique (Inria)-Centre National de la Recherche Scientifique (CNRS), Keio University, ANR-19-CE48-0016,AlgoriDAM,Théorie algorithmique de nouveaux modèles de données(2019), ANR-18-CE40-0025,ASSK,Algorithmes avec décomposition moins connu: graphes et matroids(2018), École normale supérieure - Paris (ENS Paris), Département d'informatique de l'École normale supérieure (DI-ENS), and Huang, Chien-Chung
- Subjects
Mathematical optimization ,Polynomial ,Submodular functions ,General Computer Science ,Computer science ,[INFO.INFO-DS]Computer Science [cs]/Data Structures and Algorithms [cs.DS] ,0211 other engineering and technologies ,[INFO.INFO-DS] Computer Science [cs]/Data Structures and Algorithms [cs.DS] ,0102 computer and information sciences ,02 engineering and technology ,Space (mathematics) ,[INFO.INFO-CG]Computer Science [cs]/Computational Geometry [cs.CG] ,01 natural sciences ,Submodular set function ,Combinatorics ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,Point (geometry) ,Fraction (mathematics) ,Streaming algorithm ,ComputingMilieux_MISCELLANEOUS ,Mathematics ,021103 operations research ,Applied Mathematics ,Order (ring theory) ,Approximation algorithm ,Computer Science Applications ,Monotone polygon ,[INFO.INFO-CG] Computer Science [cs]/Computational Geometry [cs.CG] ,010201 computation theory & mathematics ,Knapsack problem ,Theory of computation - Abstract
In this paper, we consider the problem of maximizing a monotone submodular function subject to a knapsack constraint in a streaming setting. In such a setting, elements arrive sequentially and at any point in time, and the algorithm can store only a small fraction of the elements that have arrived so far. For the special case that all elements have unit sizes (i.e., the cardinality-constraint case), one can find a $$(0.5-\varepsilon )$$ -approximate solution in $$O(K\varepsilon ^{-1})$$ space, where K is the knapsack capacity (Badanidiyuru et al. KDD 2014). The approximation ratio is recently shown to be optimal (Feldman et al. STOC 2020). In this work, we propose a $$(0.4-\varepsilon )$$ -approximation algorithm for the knapsack-constrained problem, using space that is a polynomial of K and $$\varepsilon $$ . This improves on the previous best ratio of $$0.363-\varepsilon $$ with space of the same order. Our algorithm is based on a careful combination of various ideas to transform multiple-pass streaming algorithms into a single-pass one.
- Published
- 2019
- Full Text
- View/download PDF
29. Fixed-Parameter Algorithms for Unsplittable Flow Cover
- Author
-
Mari, Mathieu, Wiese, Andreas, Mari, Mathieu, and Wiese, Andreas
- Published
- 2020
- Full Text
- View/download PDF
30. AN APPROXIMATION ALGORITHM FOR FULLY PLANAR EDGE-DISJOINT PATHS.
- Author
-
CHIEN-CHUNG HUANG, MARI, MATHIEU, MATHIEU, CLAIRE, SCHEWIOR, KEVIN, and VYGEN, JENS
- Subjects
APPROXIMATION algorithms ,PLANAR graphs ,LINEAR programming - Abstract
We devise a constant-factor approximation algorithm for the maximization version of the edge-disjoint paths problem if the supply graph together with the demand edges forms a planar graph. By planar duality, this is equivalent to packing cuts in a planar graph such that each cut contains exactly one demand edge. We also show that the natural linear programming relaxations have constant integrality gap, yielding an approximate max-multiflow min-multicut theorem. [ABSTRACT FROM AUTHOR]
- Published
- 2021
- Full Text
- View/download PDF
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.