Skip to main content

Showing 1–39 of 39 results for author: Silwal, S

.
  1. arXiv:2406.02891  [pdf, other

    cs.IR cs.DS cs.LG

    A Bi-metric Framework for Fast Similarity Search

    Authors: Haike Xu, Sandeep Silwal, Piotr Indyk

    Abstract: We propose a new "bi-metric" framework for designing nearest neighbor data structures. Our framework assumes two dissimilarity functions: a ground-truth metric that is accurate but expensive to compute, and a proxy metric that is cheaper but less accurate. In both theory and practice, we show how to construct data structures using only the proxy metric such that the query procedure achieves the ac… ▽ More

    Submitted 4 June, 2024; originally announced June 2024.

  2. arXiv:2403.08917  [pdf, other

    cs.CR cs.DS cs.LG

    Efficiently Computing Similarities to Private Datasets

    Authors: Arturs Backurs, Zinan Lin, Sepideh Mahabadi, Sandeep Silwal, Jakub Tarnawski

    Abstract: Many methods in differentially private model training rely on computing the similarity between a query point (such as public or synthetic data) and private data. We abstract out this common subroutine and study the following fundamental algorithmic problem: Given a similarity function $f$ and a large high-dimensional private dataset $X \subset \mathbb{R}^d$, output a differentially private (DP) da… ▽ More

    Submitted 13 March, 2024; originally announced March 2024.

    Comments: To appear at ICLR 2024

  3. arXiv:2312.07535  [pdf, other

    cs.DS cs.LG

    Improved Frequency Estimation Algorithms with and without Predictions

    Authors: Anders Aamand, Justin Y. Chen, Huy Lê Nguyen, Sandeep Silwal, Ali Vakilian

    Abstract: Estimating frequencies of elements appearing in a data stream is a key task in large-scale data analysis. Popular sketching approaches to this problem (e.g., CountMin and CountSketch) come with worst-case guarantees that probabilistically bound the error of the estimated frequencies for any possible input. The work of Hsu et al. (2019) introduced the idea of using machine learning to tailor sketch… ▽ More

    Submitted 12 December, 2023; originally announced December 2023.

    Comments: NeurIPS 2023

  4. arXiv:2310.02219  [pdf, other

    cs.RO cs.AI cs.CV cs.LG

    What do we learn from a large-scale study of pre-trained visual representations in sim and real environments?

    Authors: Sneha Silwal, Karmesh Yadav, Tingfan Wu, Jay Vakil, Arjun Majumdar, Sergio Arnaud, Claire Chen, Vincent-Pierre Berges, Dhruv Batra, Aravind Rajeswaran, Mrinal Kalakrishnan, Franziska Meier, Oleksandr Maksymets

    Abstract: We present a large empirical investigation on the use of pre-trained visual representations (PVRs) for training downstream policies that execute real-world tasks. Our study spans five different PVRs, two different policy-learning paradigms (imitation and reinforcement learning), and three different robots for 5 distinct manipulation and indoor navigation tasks. From this effort, we can arrive at t… ▽ More

    Submitted 3 October, 2023; originally announced October 2023.

    Comments: Project website https://pvrs-sim2real.github.io/

    MSC Class: 68T45 (Primary) 68T40; 68T05(Secondary) ACM Class: I.2.9; I.2.6; I.4.8; I.5.4

  5. arXiv:2309.16840  [pdf, other

    cs.DS cs.LG

    Constant Approximation for Individual Preference Stable Clustering

    Authors: Anders Aamand, Justin Y. Chen, Allen Liu, Sandeep Silwal, Pattara Sukprasert, Ali Vakilian, Fred Zhang

    Abstract: Individual preference (IP) stability, introduced by Ahmadi et al. (ICML 2022), is a natural clustering objective inspired by stability and fairness constraints. A clustering is $α$-IP stable if the average distance of every data point to its own cluster is at most $α$ times the average distance to any other cluster. Unfortunately, determining if a dataset admits a $1$-IP stable clustering is NP-Ha… ▽ More

    Submitted 28 September, 2023; originally announced September 2023.

    Comments: 20 pages

  6. arXiv:2307.03043  [pdf, other

    cs.DS cs.CG cs.GR cs.LG

    A Near-Linear Time Algorithm for the Chamfer Distance

    Authors: Ainesh Bakshi, Piotr Indyk, Rajesh Jayaram, Sandeep Silwal, Erik Waingarten

    Abstract: For any two point sets $A,B \subset \mathbb{R}^d$ of size up to $n$, the Chamfer distance from $A$ to $B$ is defined as $\text{CH}(A,B)=\sum_{a \in A} \min_{b \in B} d_X(a,b)$, where $d_X$ is the underlying distance measure (e.g., the Euclidean or Manhattan distance). The Chamfer distance is a popular measure of dissimilarity between point clouds, used in many machine learning, computer vision, an… ▽ More

    Submitted 6 July, 2023; originally announced July 2023.

  7. arXiv:2306.11312  [pdf, other

    cs.DS cs.LG stat.ML

    Data Structures for Density Estimation

    Authors: Anders Aamand, Alexandr Andoni, Justin Y. Chen, Piotr Indyk, Shyam Narayanan, Sandeep Silwal

    Abstract: We study statistical/computational tradeoffs for the following density estimation problem: given $k$ distributions $v_1, \ldots, v_k$ over a discrete domain of size $n$, and sampling access to a distribution $p$, identify $v_i$ that is "close" to $p$. Our main result is the first data structure that, given a sublinear (in $n$) number of samples from $p$, identifies $v_i$ in time sublinear in $k$.… ▽ More

    Submitted 20 June, 2023; originally announced June 2023.

    Comments: To appear at ICML'23

  8. arXiv:2304.07652  [pdf, other

    cs.DS cs.DB cs.LG

    Learned Interpolation for Better Streaming Quantile Approximation with Worst-Case Guarantees

    Authors: Nicholas Schiefer, Justin Y. Chen, Piotr Indyk, Shyam Narayanan, Sandeep Silwal, Tal Wagner

    Abstract: An $\varepsilon$-approximate quantile sketch over a stream of $n$ inputs approximates the rank of any query point $q$ - that is, the number of input points less than $q$ - up to an additive error of $\varepsilon n$, generally with some probability of at least $1 - 1/\mathrm{poly}(n)$, while consuming $o(n)$ space. While the celebrated KLL sketch of Karnin, Lang, and Liberty achieves a provably opt… ▽ More

    Submitted 15 April, 2023; originally announced April 2023.

    Comments: 11 pages, 5 figures, published at SIAM ACDA 2023

  9. arXiv:2304.07413  [pdf, other

    cs.DS

    Robust Algorithms on Adaptive Inputs from Bounded Adversaries

    Authors: Yeshwanth Cherapanamjeri, Sandeep Silwal, David P. Woodruff, Fred Zhang, Qiuyi Zhang, Samson Zhou

    Abstract: We study dynamic algorithms robust to adaptive input generated from sources with bounded capabilities, such as sparsity or limited interaction. For example, we consider robust linear algebraic algorithms when the updates to the input are sparse but given by an adversary with access to a query oracle. We also study robust algorithms in the standard centralized setting, where an adversary queries an… ▽ More

    Submitted 14 April, 2023; originally announced April 2023.

  10. arXiv:2303.18240  [pdf, other

    cs.CV cs.AI cs.LG cs.RO

    Where are we in the search for an Artificial Visual Cortex for Embodied Intelligence?

    Authors: Arjun Majumdar, Karmesh Yadav, Sergio Arnaud, Yecheng Jason Ma, Claire Chen, Sneha Silwal, Aryan Jain, Vincent-Pierre Berges, Pieter Abbeel, Jitendra Malik, Dhruv Batra, Yixin Lin, Oleksandr Maksymets, Aravind Rajeswaran, Franziska Meier

    Abstract: We present the largest and most comprehensive empirical study of pre-trained visual representations (PVRs) or visual 'foundation models' for Embodied AI. First, we curate CortexBench, consisting of 17 different tasks spanning locomotion, navigation, dexterous, and mobile manipulation. Next, we systematically evaluate existing PVRs and find that none are universally dominant. To study the effect of… ▽ More

    Submitted 1 February, 2024; v1 submitted 31 March, 2023; originally announced March 2023.

    Comments: Project website: https://eai-vc.github.io

  11. arXiv:2303.01453  [pdf, other

    cs.DS cs.LG

    Improved Space Bounds for Learning with Experts

    Authors: Anders Aamand, Justin Y. Chen, Huy Lê Nguyen, Sandeep Silwal

    Abstract: We give improved tradeoffs between space and regret for the online learning with expert advice problem over $T$ days with $n$ experts. Given a space budget of $n^δ$ for $δ\in (0,1)$, we provide an algorithm achieving regret $\tilde{O}(n^2 T^{1/(1+δ)})$, improving upon the regret bound $\tilde{O}(n^2 T^{2/(2+δ)})$ in the recent work of [PZ23]. The improvement is particularly salient in the regime… ▽ More

    Submitted 2 March, 2023; originally announced March 2023.

  12. arXiv:2212.00642  [pdf, other

    cs.LG cs.DS

    Sub-quadratic Algorithms for Kernel Matrices via Kernel Density Estimation

    Authors: Ainesh Bakshi, Piotr Indyk, Praneeth Kacham, Sandeep Silwal, Samson Zhou

    Abstract: Kernel matrices, as well as weighted graphs represented by them, are ubiquitous objects in machine learning, statistics and other related fields. The main drawback of using kernel methods (learning and inference using kernel matrices) is efficiency -- given $n$ input points, most kernel-based algorithms need to materialize the full $n \times n$ kernel matrix before performing any subsequent comput… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

  13. arXiv:2211.09964  [pdf, ps, other

    cs.DS

    Optimal Algorithms for Linear Algebra in the Current Matrix Multiplication Time

    Authors: Yeshwanth Cherapanamjeri, Sandeep Silwal, David P. Woodruff, Samson Zhou

    Abstract: We study fundamental problems in linear algebra, such as finding a maximal linearly independent subset of rows or columns (a basis), solving linear regression, or computing a subspace embedding. For these problems, we consider input matrices $\mathbf{A}\in\mathbb{R}^{n\times d}$ with $n > d$. The input can be read in $\text{nnz}(\mathbf{A})$ time, which denotes the number of nonzero entries of… ▽ More

    Submitted 19 January, 2023; v1 submitted 17 November, 2022; originally announced November 2022.

    Comments: SODA 2023

  14. arXiv:2211.03232  [pdf, other

    cs.LG stat.ML

    Exponentially Improving the Complexity of Simulating the Weisfeiler-Lehman Test with Graph Neural Networks

    Authors: Anders Aamand, Justin Y. Chen, Piotr Indyk, Shyam Narayanan, Ronitt Rubinfeld, Nicholas Schiefer, Sandeep Silwal, Tal Wagner

    Abstract: Recent work shows that the expressive power of Graph Neural Networks (GNNs) in distinguishing non-isomorphic graphs is exactly the same as that of the Weisfeiler-Lehman (WL) graph test. In particular, they show that the WL test can be simulated by GNNs. However, those simulations involve neural networks for the 'combine' function of size polynomial or even exponential in the number of graph nodes… ▽ More

    Submitted 21 December, 2022; v1 submitted 6 November, 2022; originally announced November 2022.

    Comments: 22 pages,5 figures, published at NeurIPS 2022. Updated funding statements

  15. arXiv:2210.15114  [pdf, other

    cs.DS

    Faster Linear Algebra for Distance Matrices

    Authors: Piotr Indyk, Sandeep Silwal

    Abstract: The distance matrix of a dataset $X$ of $n$ points with respect to a distance function $f$ represents all pairwise distances between points in $X$ induced by $f$. Due to their wide applicability, distance matrices and related families of matrices have been the focus of many recent algorithmic works. We continue this line of research and take a broad view of algorithm design for distance matrices w… ▽ More

    Submitted 26 October, 2022; originally announced October 2022.

    Comments: Selected as Oral for NeurIPS 2022

  16. arXiv:2209.10614  [pdf, other

    cs.DS cs.LG math.OC

    Learning-Augmented Algorithms for Online Linear and Semidefinite Programming

    Authors: Elena Grigorescu, Young-San Lin, Sandeep Silwal, Maoyuan Song, Samson Zhou

    Abstract: Semidefinite programming (SDP) is a unifying framework that generalizes both linear programming and quadratically-constrained quadratic programming, while also yielding efficient solvers, both in theory and in practice. However, there exist known impossibility results for approximating the optimal solution when constraints for covering SDPs arrive in an online fashion. In this paper, we study onli… ▽ More

    Submitted 21 October, 2022; v1 submitted 21 September, 2022; originally announced September 2022.

    Comments: 44 pages, 3 figures. To appear in NeurIPS 2022

  17. arXiv:2206.14354  [pdf, ps, other

    cs.LG cs.DS

    Hardness and Algorithms for Robust and Sparse Optimization

    Authors: Eric Price, Sandeep Silwal, Samson Zhou

    Abstract: We explore algorithms and limitations for sparse optimization problems such as sparse linear regression and robust linear regression. The goal of the sparse linear regression problem is to identify a small number of key features, while the goal of the robust linear regression problem is to identify a small number of erroneous measurements. Specifically, the sparse linear regression problem seeks a… ▽ More

    Submitted 28 June, 2022; originally announced June 2022.

    Comments: ICML 2022

  18. arXiv:2204.12055  [pdf, other

    cs.DS

    Faster Fundamental Graph Algorithms via Learned Predictions

    Authors: Justin Y. Chen, Sandeep Silwal, Ali Vakilian, Fred Zhang

    Abstract: We consider the question of speeding up classic graph algorithms with machine-learned predictions. In this model, algorithms are furnished with extra advice learned from past or similar instances. Given the additional information, we aim to improve upon the traditional worst-case run-time guarantees. Our contributions are the following: (i) We give a faster algorithm for minimum-weight bipartite… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

  19. arXiv:2204.09951  [pdf, other

    cs.DS

    Motif Cut Sparsifiers

    Authors: Michael Kapralov, Mikhail Makarov, Sandeep Silwal, Christian Sohler, Jakab Tardos

    Abstract: A motif is a frequently occurring subgraph of a given directed or undirected graph $G$. Motifs capture higher order organizational structure of $G$ beyond edge relationships, and, therefore, have found wide applications such as in graph clustering, community detection, and analysis of biological and physical networks to name a few. In these applications, the cut structure of motifs plays a crucial… ▽ More

    Submitted 12 September, 2022; v1 submitted 21 April, 2022; originally announced April 2022.

    Comments: 48 pages, 3 figures

  20. arXiv:2204.09136  [pdf, other

    cs.DS

    The White-Box Adversarial Data Stream Model

    Authors: Miklos Ajtai, Vladimir Braverman, T. S. Jayram, Sandeep Silwal, Alec Sun, David P. Woodruff, Samson Zhou

    Abstract: We study streaming algorithms in the white-box adversarial model, where the stream is chosen adaptively by an adversary who observes the entire internal state of the algorithm at each time step. We show that nontrivial algorithms are still possible. We first give a randomized algorithm for the $L_1$-heavy hitters problem that outperforms the optimal deterministic Misra-Gries algorithm on long stre… ▽ More

    Submitted 23 July, 2022; v1 submitted 19 April, 2022; originally announced April 2022.

    Comments: PODS 2022

  21. arXiv:2203.13251  [pdf, other

    cs.RO cs.AI cs.CV cs.LG

    Dexterous Imitation Made Easy: A Learning-Based Framework for Efficient Dexterous Manipulation

    Authors: Sridhar Pandian Arunachalam, Sneha Silwal, Ben Evans, Lerrel Pinto

    Abstract: Optimizing behaviors for dexterous manipulation has been a longstanding challenge in robotics, with a variety of methods from model-based control to model-free reinforcement learning having been previously explored in literature. Perhaps one of the most powerful techniques to learn complex manipulation strategies is imitation learning. However, collecting and learning from demonstrations in dexter… ▽ More

    Submitted 24 March, 2022; originally announced March 2022.

    Comments: The first two authors contributed equally

  22. arXiv:2203.09572  [pdf, other

    cs.DS cs.LG

    Triangle and Four Cycle Counting with Predictions in Graph Streams

    Authors: Justin Y. Chen, Talya Eden, Piotr Indyk, Honghao Lin, Shyam Narayanan, Ronitt Rubinfeld, Sandeep Silwal, Tal Wagner, David P. Woodruff, Michael Zhang

    Abstract: We propose data-driven one-pass streaming algorithms for estimating the number of triangles and four cycles, two fundamental problems in graph analytics that are widely studied in the graph data stream literature. Recently, (Hsu 2018) and (Jiang 2020) applied machine learning techniques in other data stream problems, using a trained oracle that can predict certain properties of the stream elements… ▽ More

    Submitted 17 March, 2022; originally announced March 2022.

    Comments: To be presented at ICLR 2022

  23. arXiv:2110.14094  [pdf, other

    cs.LG cs.DS

    Learning-Augmented $k$-means Clustering

    Authors: Jon C. Ergun, Zhili Feng, Sandeep Silwal, David P. Woodruff, Samson Zhou

    Abstract: $k$-means clustering is a well-studied problem due to its wide applicability. Unfortunately, there exist strong theoretical limits on the performance of any algorithm for the $k$-means problem on worst-case inputs. To overcome this barrier, we consider a scenario where "advice" is provided to help perform clustering. Specifically, we consider the $k$-means problem augmented with a predictor that,… ▽ More

    Submitted 19 March, 2022; v1 submitted 26 October, 2021; originally announced October 2021.

    Comments: ICLR 2022

  24. arXiv:2110.08991  [pdf, other

    cs.DS cs.LG math.PR

    Dimensionality Reduction for Wasserstein Barycenter

    Authors: Zachary Izzo, Sandeep Silwal, Samson Zhou

    Abstract: The Wasserstein barycenter is a geometric construct which captures the notion of centrality among probability distributions, and which has found many applications in machine learning. However, most algorithms for finding even an approximate barycenter suffer an exponential dependence on the dimension $d$ of the underlying space of the distributions. In order to cope with this "curse of dimensional… ▽ More

    Submitted 18 October, 2021; v1 submitted 17 October, 2021; originally announced October 2021.

    Comments: Published as a conference paper in NeurIPS 2021

  25. arXiv:2107.01804  [pdf, other

    cs.DS cs.LG math.PR

    Randomized Dimensionality Reduction for Facility Location and Single-Linkage Clustering

    Authors: Shyam Narayanan, Sandeep Silwal, Piotr Indyk, Or Zamir

    Abstract: Random dimensionality reduction is a versatile tool for speeding up algorithms for high-dimensional problems. We study its application to two clustering problems: the facility location problem, and the single-linkage hierarchical clustering problem, which is equivalent to computing the minimum spanning tree. We show that if we project the input pointset $X$ onto a random $d = O(d_X)$-dimensional s… ▽ More

    Submitted 5 July, 2021; originally announced July 2021.

    Comments: 25 pages. Published as a conference paper in ICML 2021

  26. arXiv:2106.14952  [pdf, other

    cs.LG cs.DS

    Adversarial Robustness of Streaming Algorithms through Importance Sampling

    Authors: Vladimir Braverman, Avinatan Hassidim, Yossi Matias, Mariano Schain, Sandeep Silwal, Samson Zhou

    Abstract: In this paper, we introduce adversarially robust streaming algorithms for central machine learning and algorithmic tasks, such as regression and clustering, as well as their more general counterparts, subspace embedding, low-rank approximation, and coreset construction. For regression and other numerical linear algebra related tasks, we consider the row arrival streaming model. Our results are bas… ▽ More

    Submitted 25 October, 2021; v1 submitted 28 June, 2021; originally announced June 2021.

    Comments: NeurIPS 2021

  27. arXiv:2106.08396  [pdf, other

    cs.LG cs.DS math.ST

    Learning-based Support Estimation in Sublinear Time

    Authors: Talya Eden, Piotr Indyk, Shyam Narayanan, Ronitt Rubinfeld, Sandeep Silwal, Tal Wagner

    Abstract: We consider the problem of estimating the number of distinct elements in a large data set (or, equivalently, the support size of the distribution induced by the data set) from a random sample of its elements. The problem occurs in many applications, including biology, genomics, computer systems and linguistics. A line of research spanning the last decade resulted in algorithms that estimate the su… ▽ More

    Submitted 15 June, 2021; originally announced June 2021.

    Comments: 17 pages. Published as a conference paper in ICLR 2021

  28. arXiv:2012.04488  [pdf, ps, other

    cs.DS math.PR

    A Concentration Inequality for the Facility Location Problem

    Authors: Sandeep Silwal

    Abstract: We give a concentration inequality for a stochastic version of the facility location problem. We show the objective $C_n = \min_{F \subseteq [0,1]^2}|F|+\sum_{x\in X}\min_{f\in F}\|x-f\|$ is concentrated in an interval of length $O(n^{1/6})$ and $\E[C_n]=Θ(n^{2/3})$ if the input $X$ consists of i.i.d. uniform points in the unit square. Our main tool is to use a geometric quantity, previously used… ▽ More

    Submitted 23 July, 2022; v1 submitted 8 December, 2020; originally announced December 2020.

    Comments: Operations Research Letters, Volume 50

  29. arXiv:2009.01986  [pdf, other

    cs.DS math.PR

    Smoothed analysis of the condition number under low-rank perturbations

    Authors: Rikhav Shah, Sandeep Silwal

    Abstract: Let $M$ be an arbitrary $n$ by $n$ matrix of rank $n-k$. We study the condition number of $M$ plus a \emph{low-rank} perturbation $UV^T$ where $U, V$ are $n$ by $k$ random Gaussian matrices. Under some necessary assumptions, it is shown that $M+UV^T$ is unlikely to have a large condition number. The main advantages of this kind of perturbation over the well-studied dense Gaussian perturbation, whe… ▽ More

    Submitted 13 July, 2021; v1 submitted 3 September, 2020; originally announced September 2020.

  30. arXiv:2006.05418  [pdf, ps, other

    math.PR

    A note on the universality of ESDs of inhomogeneous random matrices

    Authors: Vishesh Jain, Sandeep Silwal

    Abstract: In this short note, we extend the celebrated results of Tao and Vu, and Krishnapur on the universality of empirical spectral distributions to a wide class of inhomogeneous complex random matrices, by showing that a technical and hard-to-verify Fourier domination assumption may be replaced simply by a natural uniform anti-concentration assumption. Along the way, we show that inhomogeneous complex… ▽ More

    Submitted 9 June, 2020; originally announced June 2020.

    Comments: 11 pages; comments welcome!

  31. arXiv:1912.01098  [pdf, ps, other

    cs.LG stat.ML

    Using Dimensionality Reduction to Optimize t-SNE

    Authors: Rikhav Shah, Sandeep Silwal

    Abstract: t-SNE is a popular tool for embedding multi-dimensional datasets into two or three dimensions. However, it has a large computational cost, especially when the input data has many dimensions. Many use t-SNE to embed the output of a neural network, which is generally of much lower dimension than the original data. This limits the use of t-SNE in unsupervised scenarios. We propose using \textit{rando… ▽ More

    Submitted 2 December, 2019; originally announced December 2019.

    Comments: 11th Annual Workshop on Optimization for Machine Learning (OPT2019 )

  32. arXiv:1911.08320  [pdf, ps, other

    cs.DS

    Property Testing of LP-Type Problems

    Authors: Rogers Epstein, Sandeep Silwal

    Abstract: Given query access to a set of constraints $S$, we wish to quickly check if some objective function $\varphi$ subject to these constraints is at most a given value $k$. We approach this problem using the framework of property testing where our goal is to distinguish the case $\varphi(S) \le k$ from the case that at least an $ε$ fraction of the constraints in $S$ need to be removed for… ▽ More

    Submitted 19 November, 2019; originally announced November 2019.

    Comments: 15 pages

  33. arXiv:1911.07324  [pdf, ps, other

    cs.DS cs.DM cs.LG stat.ML

    Testing Properties of Multiple Distributions with Few Samples

    Authors: Maryam Aliakbarpour, Sandeep Silwal

    Abstract: We propose a new setting for testing properties of distributions while receiving samples from several distributions, but few samples per distribution. Given samples from $s$ distributions, $p_1, p_2, \ldots, p_s$, we design testers for the following problems: (1) Uniformity Testing: Testing whether all the $p_i$'s are uniform or $ε$-far from being uniform in $\ell_1$-distance (2) Identity Testing:… ▽ More

    Submitted 17 November, 2019; originally announced November 2019.

    Comments: ITCS 2020

  34. arXiv:1812.11564  [pdf, other

    cs.DS

    Spectral methods for testing cluster structure of graphs

    Authors: Sandeep Silwal, Jonathan Tidor

    Abstract: In the framework of graph property testing, we study the problem of determining if a graph admits a cluster structure. We say that a graph is $(k, φ)$-clusterable if it can be partitioned into at most $k$ parts such that each part has conductance at least $φ$. We present an algorithm that accepts all graphs that are $(2, φ)$-clusterable with probability at least $\frac{2}3$ and rejects all graphs… ▽ More

    Submitted 30 December, 2018; originally announced December 2018.

    Comments: 21 pages, 7 figures

  35. arXiv:1811.12441  [pdf, ps, other

    math.HO math.NT

    Infinitely Many Primes Using Generating Functions

    Authors: Sandeep Silwal

    Abstract: In this short paper we present an elementary proof of the infinitude of primes. Our proof is similar in spirit to Euler's proof that the reciprocals of primes diverges and only uses tools from elementary number theory and calculus. In addition, our proof highlights an interesting use of generating functions.

    Submitted 31 December, 2018; v1 submitted 29 November, 2018; originally announced November 2018.

  36. arXiv:1808.02046  [pdf, other

    cs.SI cond-mat.dis-nn physics.soc-ph

    Directed Random Geometric Graphs

    Authors: Jesse Michel, Sushruth Reddy, Rikhav Shah, Sandeep Silwal, Ramis Movassagh

    Abstract: Many real-world networks are intrinsically directed. Such networks include activation of genes, hyperlinks on the internet, and the network of followers on Twitter among many others. The challenge, however, is to create a network model that has many of the properties of real-world networks such as powerlaw degree distributions and the small-world property. To meet these challenges, we introduce th… ▽ More

    Submitted 6 August, 2018; originally announced August 2018.

    Comments: 14+5 pages, 5 figures, 3 tables

    Journal ref: Journal of Complex Networks, Volume 7, Issue 5, October 2019, Pages 792-816,

  37. arXiv:1510.05274  [pdf, ps, other

    math.AP

    Solitary pulse solutions of a coupled nonlinear Schrödinger system arising in optics

    Authors: Sharad Silwal

    Abstract: We prove the existence of travelling-wave solutions for a system of coupled nonlinear Schrödinger equations arising in nonlinear optics. Such a system describes second-harmonic generation in optical materials with $χ^{(2)}$ nonlinearity. To prove the existence of travelling waves, we employ the method of concentration compactness to prove the relative compactness of minimizing sequences of the ass… ▽ More

    Submitted 18 October, 2015; originally announced October 2015.

  38. arXiv:1508.06120  [pdf, ps, other

    math.AP

    Existence of bound states for (N+1)-coupled long-wave--short-wave interaction equations

    Authors: Sharad Silwal

    Abstract: We prove the existence of an infinite family of smooth positive bound states for (N +1)-coupled long-wave--short-wave interaction equations. The system describes the interaction between N short waves and a long wave and is of interest in physics and fluid dynamics.

    Submitted 29 August, 2016; v1 submitted 25 August, 2015; originally announced August 2015.

  39. A visual formalism for weights satisfying reverse inequalities

    Authors: Sapto Indratno, Diego Maldonado, Sharad Silwal

    Abstract: In this expository article we introduce a diagrammatic scheme to represent reverse classes of weights and some of their properties.

    Submitted 13 January, 2014; v1 submitted 22 November, 2013; originally announced November 2013.

    Comments: 32 pages, 43 figures. Minor typos fixed. To appear in Expositiones Mathematicae