Skip to main content

Showing 1–16 of 16 results for author: Doron-Arad, I

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

    cs.LG

    On the Hardness of Training Deep Neural Networks Discretely

    Authors: Ilan Doron-Arad

    Abstract: We study neural network training (NNT): optimizing a neural network's parameters to minimize the training loss over a given dataset. NNT has been studied extensively under theoretic lenses, mainly on two-layer networks with linear or ReLU activation functions where the parameters can take any real value (here referred to as continuous NNT (C-NNT)). However, less is known about deeper neural networ… ▽ More

    Submitted 17 December, 2024; originally announced December 2024.

    Comments: Accepted to AAAI 2025

  2. arXiv:2412.02217  [pdf, ps, other

    cs.DS

    You (Almost) Can't Beat Brute Force for 3-Matroid Intersection

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: The $\ell$-matroid intersection ($\ell$-MI) problem asks if $\ell$ given matroids share a common basis. Already for $\ell = 3$, notable canonical NP-complete special cases are $3$-Dimensional Matching and Hamiltonian Path on directed graphs. However, while these problems admit exponential-time algorithms that improve the simple brute force, the fastest known algorithm for $3$-MI is exactly brute f… ▽ More

    Submitted 3 December, 2024; originally announced December 2024.

  3. arXiv:2407.10146  [pdf, ps, other

    cs.DS

    Fine Grained Lower Bounds for Multidimensional Knapsack

    Authors: Ilan Doron-Arad, Ariel Kulik, Pasin Manurangsi

    Abstract: We study the $d$-dimensional knapsack problem. We are given a set of items, each with a $d$-dimensional cost vector and a profit, along with a $d$-dimensional budget vector. The goal is to select a set of items that do not exceed the budget in all dimensions and maximize the total profit. A PTAS with running time $n^{Θ(d/\varepsilon)}$ has long been known for this problem, where $\varepsilon$ is t… ▽ More

    Submitted 14 July, 2024; originally announced July 2024.

  4. arXiv:2407.10138  [pdf, ps, other

    cs.DS

    Unsplittable Flow on a Short Path

    Authors: Ilan Doron-Arad, Fabrizio Grandoni, Ariel Kulik

    Abstract: In the Unsplittable Flow on a Path problem UFP, we are given a path graph with edge capacities and a collection of tasks. Each task is characterized by a demand, a profit, and a subpath. Our goal is to select a maximum profit subset of tasks such that the total demand of the selected tasks that use each edge $e$ is at most the capacity of $e$. Bag-UFP is the generalization of UFP where tasks are p… ▽ More

    Submitted 14 July, 2024; originally announced July 2024.

  5. arXiv:2404.13334  [pdf, ps, other

    cs.DS

    Non-Linear Paging

    Authors: Ilan Doron-Arad, Joseph, Naor

    Abstract: We formulate and study non-linear paging - a broad model of online paging where the size of subsets of pages is determined by a monotone non-linear set function of the pages. This model captures the well-studied classic weighted paging and generalized paging problems, and also submodular and supermodular paging, studied here for the first time, that have a range of applications from virtual memory… ▽ More

    Submitted 20 April, 2024; originally announced April 2024.

  6. arXiv:2403.01568  [pdf, other

    cs.DS

    Approximations and Hardness of Packing Partially Ordered Items

    Authors: Ilan Doron-Arad, Guy Kortsarz, Joseph Naor, Baruch Schieber, Hadas Shachnai

    Abstract: Motivated by applications in production planning and storage allocation in hierarchical databases, we initiate the study of covering partially ordered items (CPO). Given a capacity $k \in \mathbb{Z}^+$, and a directed graph $G=(V,E)$ where each vertex has a size in $\{0,1, \ldots,k\}$, we seek a collection of subsets of vertices $S_1, \ldots, S_m$ that cover all the vertices, such that for any… ▽ More

    Submitted 3 March, 2024; originally announced March 2024.

  7. arXiv:2308.12622  [pdf, ps, other

    cs.DS

    An EPTAS for Cardinality Constrained Multiple Knapsack via Iterative Randomized Rounding

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: In [Math. Oper. Res., 2011], Fleischer et al. introduced a powerful technique for solving the generic class of separable assignment problems (SAP), in which a set of items of given values and weights needs to be packed into a set of bins subject to separable assignment constraints, so as to maximize the total value. The approach of Fleischer at al. relies on solving a configuration LP and sampling… ▽ More

    Submitted 10 June, 2024; v1 submitted 24 August, 2023; originally announced August 2023.

  8. arXiv:2307.08592  [pdf, ps, other

    cs.DS

    Tight Bounds for Budgeted Maximum Weight Independent Set in Bipartite and Perfect Graphs

    Authors: Ilan Doron-Arad, Hadas Shachnai

    Abstract: We consider the classic budgeted maximum weight independent set (BMWIS) problem. The input is a graph $G = (V,E)$, a weight function $w:V \rightarrow \mathbb{R}_{\geq 0}$, a cost function $c:V \rightarrow \mathbb{R}_{\geq 0}$, and a budget $B \in \mathbb{R}_{\geq 0}$. The goal is to find an independent set $S \subseteq V$ in $G$ such that $\sum_{v \in S} c(v) \leq B$, which maximizes the total wei… ▽ More

    Submitted 17 July, 2023; originally announced July 2023.

  9. arXiv:2307.07773  [pdf, ps, other

    cs.DS

    Lower Bounds for Matroid Optimization Problems with a Linear Constraint

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: We study a family of matroid optimization problems with a linear constraint (MOL). In these problems, we seek a subset of elements which optimizes (i.e., maximizes or minimizes) a linear objective function subject to (i) a matroid independent set, or a matroid basis constraint, (ii) additional linear constraint. A notable member in this family is budgeted matroid independent set (BM), which can be… ▽ More

    Submitted 20 April, 2024; v1 submitted 15 July, 2023; originally announced July 2023.

  10. arXiv:2307.04173  [pdf, other

    cs.DS

    Budgeted Matroid Maximization: a Parameterized Viewpoint

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: We study budgeted variants of well known maximization problems with multiple matroid constraints. Given an $\ell$-matchoid $\cm$ on a ground set $E$, a profit function $p:E \rightarrow \mathbb{R}_{\geq 0}$, a cost function $c:E \rightarrow \mathbb{R}_{\geq 0}$, and a budget $B \in \mathbb{R}_{\geq 0}$, the goal is to find in the $\ell$-matchoid a feasible set $S$ of maximum profit $p(S)$ subject t… ▽ More

    Submitted 9 July, 2023; originally announced July 2023.

  11. arXiv:2304.13984  [pdf, other

    cs.DS

    An FPTAS for Budgeted Laminar Matroid Independent Set

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: We study the budgeted laminar matroid independent set problem. The input is a ground set, where each element has a cost and a non-negative profit, along with a laminar matroid over the elements and a budget. The goal is to select a maximum profit independent set of the matroid whose total cost is bounded by the budget. Several well known special cases, where we have, e.g., no matroid constraint (t… ▽ More

    Submitted 27 April, 2023; originally announced April 2023.

  12. arXiv:2302.10613  [pdf, other

    cs.DS

    Approximating Bin Packing with Conflict Graphs via Maximization Techniques

    Authors: Ilan Doron-Arad, Hadas Shachnai

    Abstract: We give a comprehensive study of bin packing with conflicts (BPC). The input is a set $I$ of items, sizes $s:I \rightarrow [0,1]$, and a conflict graph $G = (I,E)$. The goal is to find a partition of $I$ into a minimum number of independent sets, each of total size at most $1$. Being a generalization of the notoriously hard graph coloring problem, BPC has been studied mostly on polynomially colora… ▽ More

    Submitted 21 February, 2023; originally announced February 2023.

  13. arXiv:2302.05681  [pdf, other

    cs.DS

    An EPTAS for Budgeted Matching and Budgeted Matroid Intersection

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: We study the budgeted versions of the well known matching and matroid intersection problems. While both problems admit a polynomial-time approximation scheme (PTAS) [Berger et al. (Math. Programming, 2011), Chekuri, Vondrak and Zenklusen (SODA 2011)], it has been an intriguing open question whether these problems admit a fully PTAS (FPTAS), or even an efficient PTAS (EPTAS). In this paper we ans… ▽ More

    Submitted 11 February, 2023; originally announced February 2023.

  14. arXiv:2212.01025  [pdf, ps, other

    cs.DS

    Bin Packing with Partition Matroid can be Approximated within $o(OPT)$ Bins

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: We consider the Bin Packing problem with a partition matroid constraint. The input is a set of items of sizes in $(0,1]$, and a partition matroid over the items. The goal is to pack all items in a minimum number of unit-size bins, such that each bin forms an independent set in the matroid. The problem is a generalization of both Group Bin Packing and Bin Packing with Cardinality Constraints. Bin P… ▽ More

    Submitted 14 May, 2023; v1 submitted 2 December, 2022; originally announced December 2022.

  15. arXiv:2209.04654  [pdf, other

    cs.DS

    An EPTAS for Budgeted Matroid Independent Set

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: We consider the budgeted matroid independent set problem. The input is a ground set, where each element has a cost and a non-negative profit, along with a matroid over the elements and a budget. The goal is to select a subset of elements which maximizes the total profit subject to the matroid and budget constraints. Several well known special cases, where we have, e.g., a uniform matroid and a bud… ▽ More

    Submitted 10 September, 2022; originally announced September 2022.

  16. arXiv:2011.04273  [pdf, other

    cs.DS cs.DM

    An APTAS for Bin Packing with Clique-graph Conflicts

    Authors: Ilan Doron-Arad, Ariel Kulik, Hadas Shachnai

    Abstract: We study the following variant of the classic {\em bin packing} problem. Given a set of items of various sizes, partitioned into groups, find a packing of the items in a minimum number of identical (unit-size) bins, such that no two items of the same group are assigned to the same bin. This problem, known as {\em bin packing with clique-graph conflicts}, has natural applications in storing file re… ▽ More

    Submitted 5 June, 2021; v1 submitted 9 November, 2020; originally announced November 2020.