Skip to main content

Showing 1–50 of 72 results for author: Bansal, N

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

    cs.DS

    Sensitivity Sampling for $k$-Means: Worst Case and Stability Optimal Coreset Bounds

    Authors: Nikhil Bansal, Vincent Cohen-Addad, Milind Prabhu, David Saulpic, Chris Schwiegelshohn

    Abstract: Coresets are arguably the most popular compression paradigm for center-based clustering objectives such as $k$-means. Given a point set $P$, a coreset $Ω$ is a small, weighted summary that preserves the cost of all candidate solutions $S$ up to a $(1\pm \varepsilon)$ factor. For $k$-means in $d$-dimensional Euclidean space the cost for solution $S$ is $\sum_{p\in P}\min_{s\in S}\|p-s\|^2$. A ver… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

    Comments: 57 pages

  2. arXiv:2402.17008  [pdf, other

    cs.CL

    Benchmarking LLMs on the Semantic Overlap Summarization Task

    Authors: John Salvador, Naman Bansal, Mousumi Akter, Souvika Sarkar, Anupam Das, Shubhra Kanti Karmaker

    Abstract: Semantic Overlap Summarization (SOS) is a constrained multi-document summarization task, where the constraint is to capture the common/overlap** information between two alternative narratives. While recent advancements in Large Language Models (LLMs) have achieved superior performance in numerous summarization tasks, a benchmarking study of the SOS task using LLMs is yet to be performed. As LLMs… ▽ More

    Submitted 26 February, 2024; originally announced February 2024.

  3. arXiv:2402.15589  [pdf, other

    cs.CL cs.AI cs.LG cs.NE

    Prompting LLMs to Compose Meta-Review Drafts from Peer-Review Narratives of Scholarly Manuscripts

    Authors: Shubhra Kanti Karmaker Santu, Sanjeev Kumar Sinha, Naman Bansal, Alex Knipper, Souvika Sarkar, John Salvador, Yash Mahajan, Sri Guttikonda, Mousumi Akter, Matthew Freestone, Matthew C. Williams Jr

    Abstract: One of the most important yet onerous tasks in the academic peer-reviewing process is composing meta-reviews, which involves understanding the core contributions, strengths, and weaknesses of a scholarly manuscript based on peer-review narratives from multiple experts and then summarizing those multiple experts' perspectives into a concise holistic overview. Given the latest major developments in… ▽ More

    Submitted 23 February, 2024; originally announced February 2024.

    ACM Class: I.2.7

  4. arXiv:2312.06902  [pdf, other

    cs.LG cs.DC

    Perseus: Removing Energy Bloat from Large Model Training

    Authors: Jae-Won Chung, Yile Gu, Insu Jang, Luoxi Meng, Nikhil Bansal, Mosharaf Chowdhury

    Abstract: Training large AI models on numerous GPUs consumes a massive amount of energy. We observe that not all energy consumed during training directly contributes to end-to-end training throughput, and a significant portion can be removed without slowing down training, which we call energy bloat. In this work, we identify two independent sources of energy bloat in large model training, intrinsic and ex… ▽ More

    Submitted 11 December, 2023; originally announced December 2023.

    Comments: Open-source at https://ml.energy/zeus/perseus/

  5. arXiv:2311.15639  [pdf, other

    cs.DS

    On Approximating Cutwidth and Pathwidth

    Authors: Nikhil Bansal, Dor Katzelnick, Roy Schwartz

    Abstract: We study graph ordering problems with a min-max objective. A classical problem of this type is cutwidth, where given a graph we want to order its vertices such that the number of edges crossing any point is minimized. We give a $ \log^{1+o(1)}(n)$ approximation for the problem, substantially improving upon the previous poly-logarithmic guarantees based on the standard recursive balanced partitioni… ▽ More

    Submitted 12 April, 2024; v1 submitted 27 November, 2023; originally announced November 2023.

  6. arXiv:2309.03747  [pdf, other

    cs.CL

    The Daunting Dilemma with Sentence Encoders: Success on Standard Benchmarks, Failure in Capturing Basic Semantic Properties

    Authors: Yash Mahajan, Naman Bansal, Shubhra Kanti Karmaker

    Abstract: In this paper, we adopted a retrospective approach to examine and compare five existing popular sentence encoders, i.e., Sentence-BERT, Universal Sentence Encoder (USE), LASER, InferSent, and Doc2vec, in terms of their performance on downstream tasks versus their capability to capture basic semantic properties. Initially, we evaluated all five sentence encoders on the popular SentEval benchmark an… ▽ More

    Submitted 7 September, 2023; originally announced September 2023.

  7. arXiv:2307.13937  [pdf, ps, other

    cs.DS

    On Minimizing Generalized Makespan on Unrelated Machines

    Authors: Nikhil Ayyadevara, Nikhil Bansal, Milind Prabhu

    Abstract: We consider the Generalized Makespan Problem (GMP) on unrelated machines, where we are given $n$ jobs and $m$ machines and each job $j$ has arbitrary processing time $p_{ij}$ on machine $i$. Additionally, there is a general symmetric monotone norm $ψ_i$ for each machine $i$, that determines the load on machine $i$ as a function of the sizes of jobs assigned to it. The goal is to assign the jobs to… ▽ More

    Submitted 25 July, 2023; originally announced July 2023.

    Comments: 14 pages

  8. arXiv:2211.05429  [pdf, other

    cs.CV cs.GR cs.MM

    DrawMon: A Distributed System for Detection of Atypical Sketch Content in Concurrent Pictionary Games

    Authors: Nikhil Bansal, Kartik Gupta, Kiruthika Kannan, Sivani Pentapati, Ravi Kiran Sarvadevabhatla

    Abstract: Pictionary, the popular sketch-based guessing game, provides an opportunity to analyze shared goal cooperative game play in restricted communication settings. However, some players occasionally draw atypical sketch content. While such content is occasionally relevant in the game context, it sometimes represents a rule violation and impairs the game experience. To address such situations in a timel… ▽ More

    Submitted 10 November, 2022; originally announced November 2022.

    Comments: Presented at ACM Multimedia 2022. For project page and dataset, visit https://drawm0n.github.io

  9. arXiv:2210.14383  [pdf, other

    cs.CV

    CLIP-FLow: Contrastive Learning by semi-supervised Iterative Pseudo labeling for Optical Flow Estimation

    Authors: Zhiqi Zhang, Nitin Bansal, Changjiang Cai, Pan Ji, Qingan Yan, Xiangyu Xu, Yi Xu

    Abstract: Synthetic datasets are often used to pretrain end-to-end optical flow networks, due to the lack of a large amount of labeled, real-scene data. But major drops in accuracy occur when moving from synthetic to real scenes. How do we better transfer the knowledge learned from synthetic to real domains? To this end, we propose CLIP-FLow, a semi-supervised iterative pseudo-labeling framework to transfer… ▽ More

    Submitted 2 December, 2022; v1 submitted 25 October, 2022; originally announced October 2022.

  10. arXiv:2209.08427  [pdf, ps, other

    cs.DS

    A Nearly Tight Lower Bound for the $d$-Dimensional Cow-Path Problem

    Authors: Nikhil Bansal, John Kuszmaul, William Kuszmaul

    Abstract: In the $d$-dimensional cow-path problem, a cow living in $\mathbb{R}^d$ must locate a $(d - 1)$-dimensional hyperplane $H$ whose location is unknown. The only way that the cow can find $H$ is to roam $\mathbb{R}^d$ until it intersects $\mathcal{H}$. If the cow travels a total distance $s$ to locate a hyperplane $H$ whose distance from the origin was $r \ge 1$, then the cow is said to achieve compe… ▽ More

    Submitted 17 September, 2022; originally announced September 2022.

  11. arXiv:2208.11286  [pdf, ps, other

    cs.DS cs.CC cs.DM math.CO

    Resolving Matrix Spencer Conjecture Up to Poly-logarithmic Rank

    Authors: Nikhil Bansal, Haotian Jiang, Raghu Meka

    Abstract: We give a simple proof of the matrix Spencer conjecture up to poly-logarithmic rank: given symmetric $d \times d$ matrices $A_1,\ldots,A_n$ each with $\|A_i\|_{\mathsf{op}} \leq 1$ and rank at most $n/\log^3 n$, one can efficiently find $\pm 1$ signs $x_1,\ldots,x_n$ such that their signed sum has spectral norm $\|\sum_{i=1}^n x_i A_i\|_{\mathsf{op}} = O(\sqrt{n})$. This result also implies a… ▽ More

    Submitted 29 August, 2022; v1 submitted 23 August, 2022; originally announced August 2022.

  12. arXiv:2206.11848  [pdf, other

    cs.CL

    Obj2Sub: Unsupervised Conversion of Objective to Subjective Questions

    Authors: Aarish Chhabra, Nandini Bansal, Venktesh V, Mukesh Mohania, Deep Dwivedi

    Abstract: Exams are conducted to test the learner's understanding of the subject. To prevent the learners from guessing or exchanging solutions, the mode of tests administered must have sufficient subjective questions that can gauge whether the learner has understood the concept by mandating a detailed answer. Hence, in this paper, we propose a novel hybrid unsupervised approach leveraging rule-based method… ▽ More

    Submitted 25 May, 2022; originally announced June 2022.

  13. arXiv:2206.10562  [pdf, other

    cs.CV

    Semantics-Depth-Symbiosis: Deeply Coupled Semi-Supervised Learning of Semantics and Depth

    Authors: Nitin Bansal, Pan Ji, Junsong Yuan, Yi Xu

    Abstract: Multi-task learning (MTL) paradigm focuses on jointly learning two or more tasks, aiming for significant improvement w.r.t model's generalizability, performance, and training/inference memory footprint. The aforementioned benefits become ever so indispensable in the case of joint training for vision-related {\bf dense} prediction tasks. In this work, we tackle the MTL problem of two dense tasks, i… ▽ More

    Submitted 25 October, 2022; v1 submitted 21 June, 2022; originally announced June 2022.

  14. arXiv:2205.06558  [pdf, ps, other

    cs.DS

    Balanced Allocations: The Heavily Loaded Case with Deletions

    Authors: Nikhil Bansal, William Kuszmaul

    Abstract: In the 2-choice allocation problem, $m$ balls are placed into $n$ bins, and each ball must choose between two random bins $i, j \in [n]$ that it has been assigned to. It has been known for more than two decades, that if each ball follows the Greedy strategy (i.e., always pick the less-full bin), then the maximum load will be $m/n + O(\log \log n)$ with high probability in $n$ (and… ▽ More

    Submitted 13 May, 2022; originally announced May 2022.

  15. arXiv:2205.02930  [pdf, other

    cs.CV

    FisheyeDistill: Self-Supervised Monocular Depth Estimation with Ordinal Distillation for Fisheye Cameras

    Authors: Qingan Yan, Pan Ji, Nitin Bansal, Yuxin Ma, Yuan Tian, Yi Xu

    Abstract: In this paper, we deal with the problem of monocular depth estimation for fisheye cameras in a self-supervised manner. A known issue of self-supervised depth estimation is that it suffers in low-light/over-exposure conditions and in large homogeneous regions. To tackle this issue, we propose a novel ordinal distillation loss that distills the ordinal information from a large teacher model. Such a… ▽ More

    Submitted 5 May, 2022; originally announced May 2022.

  16. arXiv:2205.01023  [pdf, ps, other

    cs.DS

    A Unified Approach to Discrepancy Minimization

    Authors: Nikhil Bansal, Aditi Laddha, Santosh S. Vempala

    Abstract: We study a unified approach and algorithm for constructive discrepancy minimization based on a stochastic process. By varying the parameters of the process, one can recover various state-of-the-art results. We demonstrate the flexibility of the method by deriving a discrepancy bound for smoothed instances, which interpolates between known bounds for worst-case and random instances.

    Submitted 2 May, 2022; originally announced May 2022.

  17. arXiv:2204.11427  [pdf, ps, other

    math.PR cs.DM cs.DS math.CO math.MG

    Smoothed Analysis of the Komlós Conjecture

    Authors: Nikhil Bansal, Haotian Jiang, Raghu Meka, Sahil Singla, Makrand Sinha

    Abstract: The well-known Komlós conjecture states that given $n$ vectors in $\mathbb{R}^d$ with Euclidean norm at most one, there always exists a $\pm 1$ coloring such that the $\ell_{\infty}$ norm of the signed-sum vector is a constant independent of $n$ and $d$. We prove this conjecture in a smoothed analysis setting where the vectors are perturbed by adding a small Gaussian noise and when the number of v… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

    Comments: ICALP 2022

  18. arXiv:2203.12082  [pdf, other

    cs.CV

    PlaneMVS: 3D Plane Reconstruction from Multi-View Stereo

    Authors: Jiachen Liu, Pan Ji, Nitin Bansal, Changjiang Cai, Qingan Yan, Xiaolei Huang, Yi Xu

    Abstract: We present a novel framework named PlaneMVS for 3D plane reconstruction from multiple input views with known camera poses. Most previous learning-based plane reconstruction methods reconstruct 3D planes from single images, which highly rely on single-view regression and suffer from depth scale ambiguity. In contrast, we reconstruct 3D planes with a multi-view-stereo (MVS) pipeline that takes advan… ▽ More

    Submitted 5 June, 2024; v1 submitted 22 March, 2022; originally announced March 2022.

    Comments: CVPR 2022; source code: https://github.com/oppo-us-research/PlaneMVS

  19. arXiv:2203.00212  [pdf, other

    quant-ph cs.CC math.FA

    Influence in Completely Bounded Block-multilinear Forms and Classical Simulation of Quantum Algorithms

    Authors: Nikhil Bansal, Makrand Sinha, Ronald de Wolf

    Abstract: The Aaronson-Ambainis conjecture (Theory of Computing '14) says that every low-degree bounded polynomial on the Boolean hypercube has an influential variable. This conjecture, if true, would imply that the acceptance probability of every $d$-query quantum algorithm can be well-approximated almost everywhere (i.e., on almost all inputs) by a $\mathrm{poly}(d)$-query classical algorithm. We prove a… ▽ More

    Submitted 28 February, 2022; originally announced March 2022.

    Comments: 21 pages, 2 figures

  20. arXiv:2202.02217  [pdf, ps, other

    cs.DS

    Flow Time Scheduling and Prefix Beck-Fiala

    Authors: Nikhil Bansal, Lars Rohwedder, Ola Svensson

    Abstract: We relate discrepancy theory with the classic scheduling problems of minimizing max flow time and total flow time on unrelated machines. Specifically, we give a general reduction that allows us to transfer discrepancy bounds in the prefix Beck-Fiala (bounded $\ell_1$-norm) setting to bounds on the flow time of an optimal schedule. Combining our reduction with a deep result proved by Banaszczyk v… ▽ More

    Submitted 4 February, 2022; originally announced February 2022.

    Comments: An extended abstract will appear in the proceedings of STOC'22

  21. arXiv:2201.05294  [pdf, other

    cs.CL cs.AI

    Multi-Narrative Semantic Overlap Task: Evaluation and Benchmark

    Authors: Naman Bansal, Mousumi Akter, Shubhra Kanti Karmaker Santu

    Abstract: In this paper, we introduce an important yet relatively unexplored NLP task called Multi-Narrative Semantic Overlap (MNSO), which entails generating a Semantic Overlap of multiple alternate narratives. As no benchmark dataset is readily available for this task, we created one by crawling 2,925 narrative pairs from the web and then, went through the tedious process of manually creating 411 differen… ▽ More

    Submitted 13 January, 2022; originally announced January 2022.

  22. arXiv:2111.15169  [pdf, other

    cs.DS

    Online metric allocation

    Authors: Nikhil Bansal, Christian Coester

    Abstract: We introduce a natural online allocation problem that connects several of the most fundamental problems in online optimization. Let $M$ be an $n$-point metric space. Consider a resource that can be allocated in arbitrary fractions to the points of $M$. At each time $t$, a convex monotone cost function $c_t: [0,1]\to\mathbb{R}_+$ appears at some point $r_t\in M$. In response, an algorithm may chang… ▽ More

    Submitted 30 November, 2021; originally announced November 2021.

  23. arXiv:2111.07049  [pdf, other

    cs.DS cs.DM math.CO math.PR

    Prefix Discrepancy, Smoothed Analysis, and Combinatorial Vector Balancing

    Authors: Nikhil Bansal, Haotian Jiang, Raghu Meka, Sahil Singla, Makrand Sinha

    Abstract: A well-known result of Banaszczyk in discrepancy theory concerns the prefix discrepancy problem (also known as the signed series problem): given a sequence of $T$ unit vectors in $\mathbb{R}^d$, find $\pm$ signs for each of them such that the signed sum vector along any prefix has a small $\ell_\infty$-norm? This problem is central to proving upper bounds for the Steinitz problem, and the popular… ▽ More

    Submitted 13 November, 2021; originally announced November 2021.

    Comments: 22 pages. Appear in ITCS 2022

  24. arXiv:2106.06051  [pdf, other

    cs.DM math.PR

    The Power of Two Choices in Graphical Allocation

    Authors: Nikhil Bansal, Ohad Feldheim

    Abstract: The graphical balls-into-bins process is a generalization of the classical 2-choice balls-into-bins process, where the bins correspond to vertices of an arbitrary underlying graph $G$. At each time step an edge of $G$ is chosen uniformly at random, and a ball must be assigned to either of the two endpoints of this edge. The standard 2-choice process corresponds to the case of $G=K_n$. For any… ▽ More

    Submitted 19 November, 2021; v1 submitted 10 June, 2021; originally announced June 2021.

    MSC Class: 60C05 ACM Class: F.2; G.2

  25. arXiv:2011.09076  [pdf, other

    cs.DS

    Learning-Augmented Weighted Paging

    Authors: Nikhil Bansal, Christian Coester, Ravi Kumar, Manish Purohit, Erik Vee

    Abstract: We consider a natural semi-online model for weighted paging, where at any time the algorithm is given predictions, possibly with errors, about the next arrival of each page. The model is inspired by Belady's classic optimal offline algorithm for unweighted paging, and extends the recently studied model for learning-augmented paging (Lykouris and Vassilvitskii, 2018) to the weighted setting. For… ▽ More

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

  26. arXiv:2011.07097  [pdf, ps, other

    math.CO cs.DS

    Some remarks on hypergraph matching and the Füredi-Kahn-Seymour conjecture

    Authors: Nikhil Bansal, David G. Harris

    Abstract: A classic conjecture of Füredi, Kahn and Seymour (1993) states that given any hypergraph with non-negative edge weights $w(e)$, there exists a matching $M$ such that $\sum_{e \in M} (|e|-1+1/|e|)\, w(e) \geq w^*$, where $w^*$ is the value of an optimum fractional matching. We show the conjecture is true for rank-3 hypergraphs, and is achieved by a natural iterated rounding algorithm. While the gen… ▽ More

    Submitted 8 March, 2022; v1 submitted 13 November, 2020; originally announced November 2020.

    Journal ref: Random Structures & Algorithms 62(1), pp. 52-67 (2023)

  27. arXiv:2008.07003  [pdf, other

    quant-ph cs.CC

    $k$-Forrelation Optimally Separates Quantum and Classical Query Complexity

    Authors: Nikhil Bansal, Makrand Sinha

    Abstract: Aaronson and Ambainis (SICOMP `18) showed that any partial function on $N$ bits that can be computed with an advantage $δ$ over a random guess by making $q$ quantum queries, can also be computed classically with an advantage $δ/2$ by a randomized decision tree making ${O}_q(N^{1-\frac{1}{2q}}δ^{-2})$ queries. Moreover, they conjectured the $k$-Forrelation problem -- a partial function that can be… ▽ More

    Submitted 17 November, 2020; v1 submitted 16 August, 2020; originally announced August 2020.

    Comments: 40 pages, 2 figures. Change from v1 to v2: Updated figures to fix an Adobe Acrobat specific issue. Change from v0 to v1: Improved the advantage $δ$ to $2^{-O(k)}$ strengthening the main conclusions. Added a reference to the independent work of Sherstov, Storozhenko and Wu (arxiv:2008.10223) who obtained a similar lower bound for the randomized query complexity of $k$-Rorrelation

  28. arXiv:2007.15709  [pdf, ps, other

    cs.DS

    An Asymptotic Lower Bound for Online Vector Bin Packing

    Authors: Nikhil Bansal, Ilan Reuven Cohen

    Abstract: We consider the online vector bin packing problem where $n$ items specified by $d$-dimensional vectors must be packed in the fewest number of identical $d$-dimensional bins. Azar et al. (STOC'13) showed that for any online algorithm $A$, there exist instances I, such that $A(I)$, the number of bins used by $A$ to pack $I$, is $Ω(d/\log^2 d)$ times $OPT(I)$, the minimal number of bins to pack $I$.… ▽ More

    Submitted 4 August, 2020; v1 submitted 30 July, 2020; originally announced July 2020.

  29. arXiv:2007.10622  [pdf, other

    cs.DS cs.CG cs.DM math.CO

    Online Discrepancy Minimization for Stochastic Arrivals

    Authors: Nikhil Bansal, Haotian Jiang, Raghu Meka, Sahil Singla, Makrand Sinha

    Abstract: In the stochastic online vector balancing problem, vectors $v_1,v_2,\ldots,v_T$ chosen independently from an arbitrary distribution in $\mathbb{R}^n$ arrive one-by-one and must be immediately given a $\pm$ sign. The goal is to keep the norm of the discrepancy vector, i.e., the signed prefix-sum, as small as possible for a given target norm. We consider some of the most well-known problems in dis… ▽ More

    Submitted 21 July, 2020; originally announced July 2020.

  30. arXiv:2007.09172  [pdf, ps, other

    cs.DS cs.DM

    Improved Approximations for Min Sum Vertex Cover and Generalized Min Sum Set Cover

    Authors: Nikhil Bansal, Jatin Batra, Majid Farhadi, Prasad Tetali

    Abstract: We study the generalized min sum set cover (GMSSC) problem, wherein given a collection of hyperedges $E$ with arbitrary covering requirements $k_e$, the goal is to find an ordering of the vertices to minimize the total cover time of the hyperedges; a hyperedge $e$ is considered covered by the first time when $k_e$ many of its vertices appear in the ordering. We give a $4.642$ approximation algorit… ▽ More

    Submitted 17 July, 2020; originally announced July 2020.

    Comments: 28 pages

  31. arXiv:2003.08754  [pdf, other

    cs.CV cs.LG

    SAM: The Sensitivity of Attribution Methods to Hyperparameters

    Authors: Naman Bansal, Chirag Agarwal, Anh Nguyen

    Abstract: Attribution methods can provide powerful insights into the reasons for a classifier's decision. We argue that a key desideratum of an explanation method is its robustness to input hyperparameters which are often randomly set or empirically tuned. High sensitivity to arbitrary hyperparameter choices does not only impede reproducibility but also questions the correctness of an explanation and impair… ▽ More

    Submitted 12 April, 2020; v1 submitted 4 March, 2020; originally announced March 2020.

    Comments: Oral paper at CVPR 2020

  32. arXiv:1912.03350  [pdf, other

    cs.DS cs.CG cs.DM cs.GT

    Online Vector Balancing and Geometric Discrepancy

    Authors: Nikhil Bansal, Haotian Jiang, Sahil Singla, Makrand Sinha

    Abstract: We consider an online vector balancing question where $T$ vectors, chosen from an arbitrary distribution over $[-1,1]^n$, arrive one-by-one and must be immediately given a $\pm$ sign. The goal is to keep the discrepancy small as possible. A concrete example is the online interval discrepancy problem where T points are sampled uniformly in [0,1], and the goal is to immediately color them $\pm$ such… ▽ More

    Submitted 12 April, 2020; v1 submitted 6 December, 2019; originally announced December 2019.

    Comments: Appears in STOC 2020

  33. arXiv:1907.05473  [pdf, ps, other

    cs.DS

    Non-uniform Geometric Set Cover and Scheduling on Multiple Machines

    Authors: Nikhil Bansal, Jatin Batra

    Abstract: We consider the following general scheduling problem studied recently by Moseley. There are $n$ jobs, all released at time $0$, where job $j$ has size $p_j$ and an associated arbitrary non-decreasing cost function $f_j$ of its completion time. The goal is to find a schedule on $m$ machines with minimum total cost. We give an $O(1)$ approximation for the problem, improving upon the previous… ▽ More

    Submitted 17 July, 2020; v1 submitted 11 July, 2019; originally announced July 2019.

  34. arXiv:1905.04610  [pdf, other

    cs.LG cs.AI stat.ML

    Explainable AI for Trees: From Local Explanations to Global Understanding

    Authors: Scott M. Lundberg, Gabriel Erion, Hugh Chen, Alex DeGrave, Jordan M. Prutkin, Bala Nair, Ronit Katz, Jonathan Himmelfarb, Nisha Bansal, Su-In Lee

    Abstract: Tree-based machine learning models such as random forests, decision trees, and gradient boosted trees are the most popular non-linear predictive models used in practice today, yet comparatively little attention has been paid to explaining their predictions. Here we significantly improve the interpretability of tree-based models through three main contributions: 1) The first polynomial time algorit… ▽ More

    Submitted 11 May, 2019; originally announced May 2019.

  35. arXiv:1905.01495  [pdf, ps, other

    cs.DS cs.DM

    New Notions and Constructions of Sparsification for Graphs and Hypergraphs

    Authors: Nikhil Bansal, Ola Svensson, Luca Trevisan

    Abstract: A sparsifier of a graph $G$ (Benczúr and Karger; Spielman and Teng) is a sparse weighted subgraph $\tilde G$ that approximately retains the cut structure of $G$. For general graphs, non-trivial sparsification is possible only by using weighted graphs in which different edges have different weights. Even for graphs that admit unweighted sparsifiers, there are no known polynomial time algorithms tha… ▽ More

    Submitted 4 May, 2019; originally announced May 2019.

    Comments: 31 pages

  36. arXiv:1903.06898  [pdf, ps, other

    cs.DS cs.DM math.PR

    On-Line Balancing of Random Inputs

    Authors: Nikhil Bansal, Joel H. Spencer

    Abstract: We consider an online vector balancing game where vectors $v_t$, chosen uniformly at random in $\{-1,+1\}^n$, arrive over time and a sign $x_t \in \{-1,+1\}$ must be picked immediately upon the arrival of $v_t$. The goal is to minimize the $L^\infty$ norm of the signed sum $\sum_t x_t v_t$. We give an online strategy for picking the signs $x_t$ that has value $O(n^{1/2})$ with high probability. Up… ▽ More

    Submitted 12 July, 2020; v1 submitted 16 March, 2019; originally announced March 2019.

    Comments: 13 pages

  37. arXiv:1812.07769  [pdf, other

    cs.DS

    Sticky Brownian Rounding and its Applications to Constraint Satisfaction Problems

    Authors: Sepehr Abbasi-Zadeh, Nikhil Bansal, Guru Guruganesh, Aleksandar Nikolov, Roy Schwartz, Mohit Singh

    Abstract: Semidefinite programming is a powerful tool in the design and analysis of approximation algorithms for combinatorial optimization problems. In particular, the random hyperplane rounding method of Goemans and Williamson has been extensively studied for more than two decades, resulting in various extensions to the original technique and beautiful algorithms for a wide range of applications. Despite… ▽ More

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

  38. arXiv:1812.06407   

    cs.CV

    Unified Graph based Multi-Cue Feature Fusion for Robust Visual Tracking

    Authors: Kapil Sharma, Himanshu Ahuja, Ashish Kumar, Nipun Bansal, Gurjit Singh Walia

    Abstract: Visual Tracking is a complex problem due to unconstrained appearance variations and dynamic environment. Extraction of complementary information from the object environment via multiple features and adaption to the target's appearance variations are the key problems of this work. To this end, we propose a robust object tracking framework based on Unified Graph Fusion (UGF) of multi-cue to adapt to… ▽ More

    Submitted 23 May, 2019; v1 submitted 16 December, 2018; originally announced December 2018.

    Comments: The information on this paper is not complete in entirety and may be misinterpreted

  39. arXiv:1811.01597  [pdf, ps, other

    cs.DS cs.DM

    On a generalization of iterated and randomized rounding

    Authors: Nikhil Bansal

    Abstract: We give a general method for rounding linear programs that combines the commonly used iterated rounding and randomized rounding techniques. In particular, we show that whenever iterated rounding can be applied to a problem with some slack, there is a randomized procedure that returns an integral solution that satisfies the guarantees of iterated rounding and also has concentration properties. We u… ▽ More

    Submitted 18 July, 2019; v1 submitted 5 November, 2018; originally announced November 2018.

  40. arXiv:1810.09102  [pdf, other

    cs.LG cs.CV stat.ML

    Can We Gain More from Orthogonality Regularizations in Training Deep CNNs?

    Authors: Nitin Bansal, Xiaohan Chen, Zhangyang Wang

    Abstract: This paper seeks to answer the question: as the (near-) orthogonality of weights is found to be a favorable property for training deep convolutional neural networks, how can we enforce it in more effective and easy-to-use ways? We develop novel orthogonality regularizations on training deep CNNs, utilizing various advanced analytical tools such as mutual coherence and restricted isometry property.… ▽ More

    Submitted 22 October, 2018; originally announced October 2018.

    Comments: 11 pages, 1 figure, 2 tables. Accepted in NIPS 2018

  41. arXiv:1810.03374  [pdf, ps, other

    cs.DS

    On the discrepancy of random low degree set systems

    Authors: Nikhil Bansal, Raghu Meka

    Abstract: Motivated by the celebrated Beck-Fiala conjecture, we consider the random setting where there are $n$ elements and $m$ sets and each element lies in $t$ randomly chosen sets. In this setting, Ezra and Lovett showed an $O((t \log t)^{1/2})$ discrepancy bound in the regime when $n \leq m$ and an $O(1)$ bound when $n \gg m^t$. In this paper, we give a tight $O(\sqrt{t})$ bound for the entire range… ▽ More

    Submitted 8 October, 2018; originally announced October 2018.

  42. arXiv:1809.04355  [pdf, other

    cs.DS

    Packing Sporadic Real-Time Tasks on Identical Multiprocessor Systems

    Authors: Jian-Jia Chen, Nikhil Bansal, Samarjit Chakraborty, Georg von der Brüggen

    Abstract: In real-time systems, in addition to the functional correctness recurrent tasks must fulfill timing constraints to ensure the correct behavior of the system. Partitioned scheduling is widely used in real-time systems, i.e., the tasks are statically assigned onto processors while ensuring that all timing constraints are met. The decision version of the problem, which is to check whether the deadlin… ▽ More

    Submitted 12 September, 2018; originally announced September 2018.

    Comments: Accepted and to appear in ISAAC 2018, Yi-Lan, Taiwan

  43. arXiv:1712.04581  [pdf, other

    cs.LG cs.DS math.OC

    Potential-Function Proofs for First-Order Methods

    Authors: Nikhil Bansal, Anupam Gupta

    Abstract: This note discusses proofs for convergence of first-order methods based on simple potential-function arguments. We cover methods like gradient descent (for both smooth and non-smooth settings), mirror descent, and some accelerated variants.

    Submitted 2 June, 2019; v1 submitted 12 December, 2017; originally announced December 2017.

  44. arXiv:1708.03515  [pdf, other

    cs.DS cs.CC

    New Tools and Connections for Exponential-time Approximation

    Authors: Nikhil Bansal, Parinya Chalermsook, Bundit Laekhanukit, Danupon Nanongkai, Jesper Nederlof

    Abstract: In this paper, we develop new tools and connections for exponential time approximation. In this setting, we are given a problem instance and a parameter $α>1$, and the goal is to design an $α$-approximation algorithm with the fastest possible running time. We show the following results: - An $r$-approximation for maximum independent set in $O^*(\exp(\tilde O(n/r \log^2 r+r\log^2r)))$ time, - A… ▽ More

    Submitted 11 August, 2017; originally announced August 2017.

    Comments: 13 pages

  45. arXiv:1708.01079  [pdf, ps, other

    cs.DS cs.DM

    The Gram-Schmidt Walk: A Cure for the Banaszczyk Blues

    Authors: Nikhil Bansal, Daniel Dadush, Shashwat Garg, Shachar Lovett

    Abstract: An important result in discrepancy due to Banaszczyk states that for any set of $n$ vectors in $\mathbb{R}^m$ of $\ell_2$ norm at most $1$ and any convex body $K$ in $\mathbb{R}^m$ of Gaussian measure at least half, there exists a $\pm 1$ combination of these vectors which lies in $5K$. This result implies the best known bounds for several problems in discrepancy. Banaszczyk's proof of this result… ▽ More

    Submitted 3 August, 2017; originally announced August 2017.

  46. arXiv:1707.05527  [pdf, other

    cs.DS

    Nested Convex Bodies are Chaseable

    Authors: Nikhil Bansal, Martin Böhm, Marek Eliáš, Grigorios Koumoutsos, Seeun William Umboh

    Abstract: In the Convex Body Chasing problem, we are given an initial point $v_0$ in $R^d$ and an online sequence of $n$ convex bodies $F_1, ..., F_n$. When we receive $F_i$, we are required to move inside $F_i$. Our goal is to minimize the total distance travelled. This fundamental online problem was first studied by Friedman and Linial (DCG 1993). They proved an $Ω(\sqrt{d})$ lower bound on the competitiv… ▽ More

    Submitted 18 July, 2017; originally announced July 2017.

  47. arXiv:1707.04519  [pdf, ps, other

    cs.DS

    Competitive Algorithms for Generalized k-Server in Uniform Metrics

    Authors: Nikhil Bansal, Marek Elias, Grigorios Koumoutsos, Jesper Nederlof

    Abstract: The generalized k-server problem is a far-reaching extension of the k-server problem with several applications. Here, each server $s_i$ lies in its own metric space $M_i$. A request is a k-tuple $r = (r_1,r_2,\dotsc,r_k)$ and to serve it, we need to move some server $s_i$ to the point $r_i \in M_i$, and the goal is to minimize the total distance traveled by the servers. Despite much work, no f(k)-… ▽ More

    Submitted 17 July, 2017; v1 submitted 14 July, 2017; originally announced July 2017.

  48. arXiv:1704.03318  [pdf, other

    cs.DS

    Weighted k-Server Bounds via Combinatorial Dichotomies

    Authors: Nikhil Bansal, Marek Elias, Grigorios Koumoutsos

    Abstract: The weighted $k$-server problem is a natural generalization of the $k$-server problem where each server has a different weight. We consider the problem on uniform metrics, which corresponds to a natural generalization of paging. Our main result is a doubly exponential lower bound on the competitive ratio of any deterministic online algorithm, that essentially matches the known upper bounds for the… ▽ More

    Submitted 7 September, 2017; v1 submitted 11 April, 2017; originally announced April 2017.

    Comments: accepted to FOCS'17

  49. arXiv:1612.02788  [pdf, ps, other

    cs.DS cs.CC cs.CR

    Faster Space-Efficient Algorithms for Subset Sum, k-Sum and Related Problems

    Authors: Nikhil Bansal, Shashwat Garg, Jesper Nederlof, Nikhil Vyas

    Abstract: We present space efficient Monte Carlo algorithms that solve Subset Sum and Knapsack instances with $n$ items using $O^*(2^{0.86n})$ time and polynomial space, where the $O^*(\cdot)$ notation suppresses factors polynomial in the input size. Both algorithms assume random read-only access to random bits. Modulo this mild assumption, this resolves a long-standing open problem in exact algorithms for… ▽ More

    Submitted 24 June, 2017; v1 submitted 8 December, 2016; originally announced December 2016.

    Comments: 23 pages, 3 figures

  50. arXiv:1611.01805  [pdf, ps, other

    cs.DS cs.DM

    Algorithmic Discrepancy Beyond Partial Coloring

    Authors: Nikhil Bansal, Shashwat Garg

    Abstract: The partial coloring method is one of the most powerful and widely used method in combinatorial discrepancy problems. However, in many cases it leads to sub-optimal bounds as the partial coloring step must be iterated a logarithmic number of times, and the errors can add up in an adversarial way. We give a new and general algorithmic framework that overcomes the limitations of the partial coloring… ▽ More

    Submitted 11 July, 2017; v1 submitted 6 November, 2016; originally announced November 2016.