Skip to main content

Showing 1–25 of 25 results for author: Molinaro, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.15180  [pdf, ps, other

    cs.DS

    Supermodular Approximation of Norms and Applications

    Authors: Thomas Kesselheim, Marco Molinaro, Sahil Singla

    Abstract: Many classical problems in theoretical computer science involve norm, even if implicitly; for example, both XOS functions and downward-closed sets are equivalent to some norms. The last decade has seen a lot of interest in designing algorithms beyond the standard $\ell_p$ norms $\|\cdot \|_p$. Despite notable advancements, many existing methods remain tailored to specific problems, leaving a broad… ▽ More

    Submitted 21 June, 2024; originally announced June 2024.

    Comments: Full version of STOC 2024 paper

  2. arXiv:2301.09978  [pdf, ps, other

    astro-ph.IM cs.DC

    Feasibility of access EGI resources through the ESCAPE developed ESFRI Science Analysis Platform

    Authors: Giuliano Taffoni, Sara Bertocco, Dave Morris, Manu Parra-Royón, Klaas Kliffen, Marco Molinaro, John Swinbank, Susana Sanchez Exposito

    Abstract: The EU ESCAPE project is develo** ESAP, ESFRI 1 Scientific Analysis Platform, as an API gateway that enables the seamless integration of independent services accessing distributed data and computing resources. In ESCAPE we are exploring the possibility of exploiting EGI's OpenStack cloud computing services through ESAP. In our contribution we briefly describe ESCAPE and ESAP, the the use cases,… ▽ More

    Submitted 24 January, 2023; originally announced January 2023.

    Comments: Will be published in ADASS XXXII Proceedings - Astronomical Society of the Pacific Conference Series

  3. arXiv:2210.13755  [pdf, ps, other

    cs.DS

    Online and Bandit Algorithms Beyond $\ell_p$ Norms

    Authors: Thomas Kesselheim, Marco Molinaro, Sahil Singla

    Abstract: Vector norms play a fundamental role in computer science and optimization, so there is an ongoing effort to generalize existing algorithms to settings beyond $\ell_\infty$ and $\ell_p$ norms. We show that many online and bandit applications for general norms admit good algorithms as long as the norm can be approximated by a function that is ``gradient-stable'', a notion that we introduce. Roughly… ▽ More

    Submitted 24 October, 2022; originally announced October 2022.

    Comments: Appears in SODA 2023

  4. arXiv:2209.00710  [pdf, ps, other

    cs.DS

    Online Demand Scheduling with Failovers

    Authors: Konstantina Mellou, Marco Molinaro, Rudy Zhou

    Abstract: Motivated by cloud computing applications, we study the problem of how to optimally deploy new hardware subject to both power and robustness constraints. To model the situation observed in large-scale data centers, we introduce the Online Demand Scheduling with Failover problem. There are $m$ identical devices with capacity constraints. Demands come one-by-one and, to be robust against a device fa… ▽ More

    Submitted 1 September, 2022; originally announced September 2022.

  5. arXiv:2202.01913  [pdf, other

    cs.LG

    Time-Constrained Learning

    Authors: Sergio Filho, Eduardo Laber, Pedro Lazera, Marco Molinaro

    Abstract: Consider a scenario in which we have a huge labeled dataset ${\cal D}$ and a limited time to train some given learner using ${\cal D}$. Since we may not be able to use the whole dataset, how should we proceed? Questions of this nature motivate the definition of the Time-Constrained Learning Task (TCL): Given a dataset ${\cal D}$ sampled from an unknown distribution $μ$, a learner ${\cal L}$ and a… ▽ More

    Submitted 3 February, 2022; originally announced February 2022.

  6. arXiv:2112.12920  [pdf, ps, other

    cs.DS cs.GT

    Robust Secretary and Prophet Algorithms for Packing Integer Programs

    Authors: C. J. Argue, Anupam Gupta, Marco Molinaro, Sahil Singla

    Abstract: We study the problem of solving Packing Integer Programs (PIPs) in the online setting, where columns in $[0,1]^d$ of the constraint matrix are revealed sequentially, and the goal is to pick a subset of the columns that sum to at most $B$ in each coordinate while maximizing the objective. Excellent results are known in the secretary setting, where the columns are adversarially chosen, but presented… ▽ More

    Submitted 23 December, 2021; originally announced December 2021.

    Comments: Appears in SODA 2022

  7. arXiv:2104.07487  [pdf, ps, other

    cs.DS

    Lipschitz Selectors may not Yield Competitive Algorithms for Convex Body Chasing

    Authors: C. J. Argue, Anupam Gupta, Marco Molinaro

    Abstract: The current best algorithms for convex body chasing problem in online algorithms use the notion of the Steiner point of a convex set. In particular, the algorithm which always moves to the Steiner point of the request set is $O(d)$ competitive for nested convex body chasing, and this is optimal among memoryless algorithms [Bubeck et al. 2020]. A memoryless algorithm coincides with the notion of a… ▽ More

    Submitted 8 February, 2022; v1 submitted 15 April, 2021; originally announced April 2021.

  8. arXiv:2103.09807  [pdf, other

    math.OC cs.CC cs.DS

    Lower Bounds on the Size of General Branch-and-Bound Trees

    Authors: Santanu S. Dey, Yatharth Dubey, Marco Molinaro

    Abstract: A \emph{general branch-and-bound tree} is a branch-and-bound tree which is allowed to use general disjunctions of the form $π^{\top} x \leq π_0 \,\vee\, π^{\top}x \geq π_0 + 1$, where $π$ is an integer vector and $π_0$ is an integer scalar, to create child nodes. We construct a packing instance, a set covering instance, and a Traveling Salesman Problem instance, such that any general branch-and-bo… ▽ More

    Submitted 19 January, 2022; v1 submitted 17 March, 2021; originally announced March 2021.

  9. arXiv:2011.01435  [pdf, ps, other

    cs.DS math.OC

    Robust Algorithms for Online Convex Problems via Primal-Dual

    Authors: Marco Molinaro

    Abstract: Primal-dual methods in online optimization give several of the state-of-the art results in both of the most common models: adversarial and stochastic/random order. Here we try to provide a more unified analysis of primal-dual algorithms to better understand the mechanisms behind this important method. With this we are able of recover and extend in one goal several results of the literature. In p… ▽ More

    Submitted 2 November, 2020; originally announced November 2020.

  10. arXiv:2007.15192  [pdf, other

    math.OC cs.DS

    Branch-and-Bound Solves Random Binary IPs in Polytime

    Authors: Santanu S. Dey, Yatharth Dubey, Marco Molinaro

    Abstract: Branch-and-bound is the workhorse of all state-of-the-art mixed integer linear programming (MILP) solvers. These implementations of branch-and-bound typically use variable branching, that is, the child nodes are obtained by fixing some variable to an integer value $v$ in one node and to $v + 1$ in the other node. Even though modern MILP solvers are able to solve very large-scale instances efficien… ▽ More

    Submitted 16 September, 2021; v1 submitted 29 July, 2020; originally announced July 2020.

  11. arXiv:2006.11607  [pdf, ps, other

    cs.DS

    Knapsack Secretary with Bursty Adversary

    Authors: Thomas Kesselheim, Marco Molinaro

    Abstract: The random-order or secretary model is one of the most popular beyond-worst case model for online algorithms. While it avoids the pessimism of the traditional adversarial model, in practice we cannot expect the input to be presented in perfectly random order. This has motivated research on ``best of both worlds'' (algorithms with good performance on both purely stochastic and purely adversarial in… ▽ More

    Submitted 20 June, 2020; originally announced June 2020.

  12. arXiv:2002.03213  [pdf, other

    cs.DS math.OC

    Curvature of Feasible Sets in Offline and Online Optimization

    Authors: Marco Molinaro

    Abstract: It is known that the curvature of the feasible set in convex optimization allows for algorithms with better convergence rates, and there has been renewed interest in this topic both for offline as well as online problems. In this paper, leveraging results on geometry and convex analysis, we further our understanding of the role of curvature in optimization: - We first show the equivalence of two… ▽ More

    Submitted 10 May, 2021; v1 submitted 8 February, 2020; originally announced February 2020.

  13. arXiv:1911.10892  [pdf, ps, other

    cs.DL

    Exposing SED Models And Snapshots Via VO Simulation Artefacts

    Authors: Chaitra, Sara Bertocco, Marco Molinaro, Sergio Molinari, Antonio Ragagnin, Giuliano Taffoni

    Abstract: The Virtual Observatory (VO) simulation standards, Simulation Data Model (SimDM) and Simulation Data Access Layer (SimDAL), establish a framework for the discoverability and dissemination of data created in simulation projects. These standards address the complexity of having a standard access and facade for data which is expected to be multifaceted and, of a diverse range. In this paper, we detai… ▽ More

    Submitted 21 November, 2019; originally announced November 2019.

    Comments: 4 pages, 2 figures The 29th annual international Astronomical Data Analysis Software & Systems ( ADASS) conference held at Groningen from October 6-10, 2019 This is a proceedings submission

  14. arXiv:1810.07508  [pdf, ps, other

    cs.DS

    $k$-Servers with a Smile: Online Algorithms via Projections

    Authors: Niv Buchbinder, Anupam Gupta, Marco Molinaro, Joseph, Naor

    Abstract: We consider the $k$-server problem on trees and HSTs. We give an algorithm based on Bregman projections. This algorithm has a competitive ratios that match some of the recent results given by Bubeck et al. (STOC 2018), whose algorithm was based on mirror-descent-based continuous dynamics prescribed via a differential inclusion.

    Submitted 19 December, 2018; v1 submitted 17 October, 2018; originally announced October 2018.

    Comments: To appear in the SODA 2019 conference

  15. arXiv:1810.05245  [pdf, ps, other

    cs.DS

    Stochastic $\ell_p$ Load Balancing and Moment Problems via the $L$-Function Method

    Authors: Marco Molinaro

    Abstract: This paper considers stochastic optimization problems whose objective functions involve powers of random variables. For example, consider the classic Stochastic lp Load Balancing Problem (SLBp): There are $m$ machines and $n$ jobs, and known independent random variables $Y_{ij}$ decribe the load incurred on machine $i$ if we assign job $j$ to it. The goal is to assign each jobs to machines in orde… ▽ More

    Submitted 11 October, 2018; originally announced October 2018.

  16. arXiv:1805.08040  [pdf, ps, other

    astro-ph.IM cs.DL

    Italian center for Astronomical Archives publishing solution: modular and distributed

    Authors: Marco Molinaro, Nicola F. Calabria, Robert Butora, Sonia Zorba, Riccardo Smareglia

    Abstract: The Italian center for Astronomical Archives tries to provide astronomical data resources as interoperable services based on IVOA standards. Its VO expertise and knowledge comes from active participation within IVOA and VO at European and international level, with a double-fold goal: learn from the collaboration and provide inputs to the community. The first solution to build an easy to configure… ▽ More

    Submitted 21 May, 2018; originally announced May 2018.

    Comments: SPIE Astronomical Telescopes + Instrumentation 2018, Software and Cyberinfrastructure for Astronomy V, pre-publishing draft proceeding (reduced abstract)

    Journal ref: Proc. SPIE 10707, Software and Cyberinfrastructure for Astronomy V, 1070722 (6 July 2018)

  17. arXiv:1804.08172  [pdf, other

    cs.DS

    Maximizing Profit with Convex Costs in the Random-order Model

    Authors: Anupam Gupta, Ruta Mehta, Marco Molinaro

    Abstract: Suppose a set of requests arrives online: each request gives some value $v_i$ if accepted, but requires using some amount of each of $d$ resources. Our cost is a convex function of the vector of total utilization of these $d$ resources. Which requests should be accept to maximize our profit, i.e., the sum of values of the accepted demands, minus the convex cost? We consider this problem in the r… ▽ More

    Submitted 22 April, 2018; originally announced April 2018.

  18. arXiv:1610.07639  [pdf, ps, other

    cs.DS

    Online and Random-order Load Balancing Simultaneously

    Authors: Marco Molinaro

    Abstract: We consider the problem of online load balancing under lp-norms: sequential jobs need to be assigned to one of the machines and the goal is to minimize the lp-norm of the machine loads. This generalizes the classical problem of scheduling for makespan minimization (case l_infty) and has been thoroughly studied. However, despite the recent push for beyond worst-case analyses, no such results are kn… ▽ More

    Submitted 28 October, 2016; v1 submitted 24 October, 2016; originally announced October 2016.

    Comments: Accepted to SODA 2017

  19. arXiv:1407.5298  [pdf, ps, other

    cs.DS math.OC

    How the Experts Algorithm Can Help Solve LPs Online

    Authors: Anupam Gupta, Marco Molinaro

    Abstract: We consider the problem of solving packing/covering LPs online, when the columns of the constraint matrix are presented in random order. This problem has received much attention and the main focus is to figure out how large the right-hand sides of the LPs have to be (compared to the entries on the left-hand side of the constraints) to allow $(1+ε)$-approximations online. It is known that the right… ▽ More

    Submitted 25 November, 2015; v1 submitted 20 July, 2014; originally announced July 2014.

    Comments: An extended abstract appears in the 22nd European Symposium on Algorithms (ESA 2014)

  20. arXiv:1407.4798  [pdf, ps, other

    cs.DM math.CO

    Mixed-integer Quadratic Programming is in NP

    Authors: Alberto Del Pia, Santanu S. Dey, Marco Molinaro

    Abstract: Mixed-integer quadratic programming is the problem of optimizing a quadratic function over points in a polyhedral set where some of the components are restricted to be integral. In this paper, we prove that the decision version of mixed-integer quadratic programming is in NP, thereby showing that it is NP-complete. This is established by showing that if the decision version of mixed-integer quadra… ▽ More

    Submitted 17 July, 2014; originally announced July 2014.

  21. arXiv:1204.5810  [pdf, other

    cs.DS cs.LG

    Geometry of Online Packing Linear Programs

    Authors: Marco Molinaro, R. Ravi

    Abstract: We consider packing LP's with $m$ rows where all constraint coefficients are normalized to be in the unit interval. The n columns arrive in random order and the goal is to set the corresponding decision variables irrevocably when they arrive so as to obtain a feasible solution maximizing the expected reward. Previous (1 - ε)-competitive algorithms require the right-hand side of the LP to be Omega(… ▽ More

    Submitted 25 April, 2012; originally announced April 2012.

  22. arXiv:1110.0990  [pdf, ps, other

    cs.DS

    The Query-commit Problem

    Authors: Marco Molinaro, R. Ravi

    Abstract: In the query-commit problem we are given a graph where edges have distinct probabilities of existing. It is possible to query the edges of the graph, and if the queried edge exists then its endpoints are irrevocably matched. The goal is to find a querying strategy which maximizes the expected size of the matching obtained. This stochastic matching setup is motivated by applications in kidney excha… ▽ More

    Submitted 5 October, 2011; originally announced October 2011.

  23. arXiv:1102.3749  [pdf, ps, other

    cs.DS

    Approximation Algorithms for Correlated Knapsacks and Non-Martingale Bandits

    Authors: Anupam Gupta, Ravishankar Krishnaswamy, Marco Molinaro, R. Ravi

    Abstract: In the stochastic knapsack problem, we are given a knapsack of size B, and a set of jobs whose sizes and rewards are drawn from a known probability distribution. However, we know the actual size and reward only when the job completes. How should we schedule jobs to maximize the expected total reward? We know O(1)-approximations when we assume that (i) rewards and sizes are independent random varia… ▽ More

    Submitted 17 February, 2011; originally announced February 2011.

  24. arXiv:1012.1850  [pdf, other

    cs.DS

    Capacitated Vehicle Routing with Non-Uniform Speeds

    Authors: Inge Li Gortz, Marco Molinaro, Viswanath Nagarajan, R. Ravi

    Abstract: The capacitated vehicle routing problem (CVRP) involves distributing (identical) items from a depot to a set of demand locations, using a single capacitated vehicle. We study a generalization of this problem to the setting of multiple vehicles having non-uniform speeds (that we call Heterogenous CVRP), and present a constant-factor approximation algorithm. The technical heart of our result lies… ▽ More

    Submitted 8 December, 2010; originally announced December 2010.

  25. arXiv:0904.3503  [pdf, other

    cs.DS cs.DM

    On the Complexity of Searching in Trees: Average-case Minimization

    Authors: Ferdinando Cicalese, Tobias Jacobs, Eduardo Laber, Marco Molinaro

    Abstract: We focus on the average-case analysis: A function w : V -> Z+ is given which defines the likelihood for a node to be the one marked, and we want the strategy that minimizes the expected number of queries. Prior to this paper, very little was known about this natural question and the complexity of the problem had remained so far an open question. We close this question and prove that the above… ▽ More

    Submitted 9 August, 2009; v1 submitted 22 April, 2009; originally announced April 2009.