Zum Hauptinhalt springen

Showing 1–34 of 34 results for author: Wagner, T

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

    cs.LG math.NA

    Fast Evaluation of Additive Kernels: Feature Arrangement, Fourier Methods, and Kernel Derivatives

    Authors: Theresa Wagner, Franziska Nestler, Martin Stoll

    Abstract: One of the main computational bottlenecks when working with kernel based learning is dealing with the large and typically dense kernel matrix. Techniques dealing with fast approximations of the matrix vector product for these kernel matrices typically deteriorate in their performance if the feature vectors reside in higher-dimensional feature spaces. We here present a technique based on the non-eq… ▽ More

    Submitted 26 April, 2024; originally announced April 2024.

    Comments: Official code https://github.com/wagnertheresa/NFFTAddKer

  2. DungeonMaker: Embedding Tangible Creation and Destruction in Hybrid Board Games through Personal Fabrication Technology

    Authors: Evgeny Stemasov, Tobias Wagner, Ali Askari, Jessica Janek, Omid Rajabi, Anja Schikorr, Julian Frommel, Jan Gugenheimer, Enrico Rukzio

    Abstract: Hybrid board games (HBGs) augment their analog origins digitally (e.g., through apps) and are an increasingly popular pastime activity. Continuous world and character development and customization, known to facilitate engagement in video games, remain rare in HBGs. If present, they happen digitally or imaginarily, often leaving physical aspects generic. We developed DungeonMaker, a fabrication-aug… ▽ More

    Submitted 14 March, 2024; originally announced March 2024.

    Comments: 16 pages, 8 figures, 1 table. Accepted to ACM CHI 2024 (ACM CHI conference on Human Factors in Computing Systems)

    ACM Class: H.5.m

    Journal ref: Proceedings of the CHI Conference on Human Factors in Computing Systems (CHI '24), May 11-16, 2024, Honolulu, HI, USA

  3. arXiv:2312.00538  [pdf, other

    math.NA cs.LG math.OC

    A Preconditioned Interior Point Method for Support Vector Machines Using an ANOVA-Decomposition and NFFT-Based Matrix-Vector Products

    Authors: Theresa Wagner, John W. Pearson, Martin Stoll

    Abstract: In this paper we consider the numerical solution to the soft-margin support vector machine optimization problem. This problem is typically solved using the SMO algorithm, given the high computational complexity of traditional optimization algorithms when dealing with large-scale kernel matrices. In this work, we propose employing an NFFT-accelerated matrix-vector product using an ANOVA decompositi… ▽ More

    Submitted 1 December, 2023; originally announced December 2023.

    Comments: Official Code https://github.com/wagnertheresa/NFFTSVMipm

    MSC Class: 05C50; 65F08; 65F10; 65T50; 90C20

  4. arXiv:2311.08093  [pdf

    cs.CL cs.AI

    Spot: A Natural Language Interface for Geospatial Searches in OSM

    Authors: Lynn Khellaf, Ipek Baris Schlicht, Julia Bayer, Ruben Bouwmeester, Tilman Miraß, Tilman Wagner

    Abstract: Investigative journalists and fact-checkers have found OpenStreetMap (OSM) to be an invaluable resource for their work due to its extensive coverage and intricate details of various locations, which play a crucial role in investigating news scenes. Despite its value, OSM's complexity presents considerable accessibility and usability challenges, especially for those without a technical background.… ▽ More

    Submitted 14 November, 2023; originally announced November 2023.

    Comments: To be published in the Proceedings of the OSM Science 2023

  5. arXiv:2307.01877  [pdf, other

    cs.DS cs.LG

    Fast Private Kernel Density Estimation via Locality Sensitive Quantization

    Authors: Tal Wagner, Yonatan Naamad, Nina Mishra

    Abstract: We study efficient mechanisms for differentially private kernel density estimation (DP-KDE). Prior work for the Gaussian kernel described algorithms that run in time exponential in the number of dimensions $d$. This paper breaks the exponential barrier, and shows how the KDE can privately be approximated in time linear in $d$, making it feasible for high-dimensional data. We also present improved… ▽ More

    Submitted 4 July, 2023; originally announced July 2023.

    Comments: ICML 2023

  6. 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

  7. 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

  8. arXiv:2210.13630  [pdf, other

    cs.LG cs.IT

    Budget-Constrained Bounds for Mini-Batch Estimation of Optimal Transport

    Authors: David Alvarez-Melis, Nicolò Fusi, Lester Mackey, Tal Wagner

    Abstract: Optimal Transport (OT) is a fundamental tool for comparing probability distributions, but its exact computation remains prohibitive for large datasets. In this work, we introduce novel families of upper and lower bounds for the OT problem constructed by aggregating solutions of mini-batch OT problems. The upper bound family contains traditional mini-batch averaging at one extreme and a tight bound… ▽ More

    Submitted 24 October, 2022; originally announced October 2022.

  9. arXiv:2207.08686  [pdf, other

    cs.DS

    Streaming Algorithms for Support-Aware Histograms

    Authors: Justin Y. Chen, Piotr Indyk, Tal Wagner

    Abstract: Histograms, i.e., piece-wise constant approximations, are a popular tool used to represent data distributions. Traditionally, the difference between the histogram and the underlying distribution (i.e., the approximation error) is measured using the $L_p$ norm, which sums the differences between the two functions over all items in the domain. Although useful in many applications, the drawback of th… ▽ More

    Submitted 18 July, 2022; originally announced July 2022.

    Comments: Appearing in ICML'22

  10. arXiv:2206.07886  [pdf, other

    cs.LG cs.DS

    Generalization Bounds for Data-Driven Numerical Linear Algebra

    Authors: Peter Bartlett, Piotr Indyk, Tal Wagner

    Abstract: Data-driven algorithms can adapt their internal structure or parameters to inputs from unknown application-specific distributions, by learning from a training sample of inputs. Several recent works have applied this approach to problems in numerical linear algebra, obtaining significant empirical gains in performance. However, no theoretical explanation for their success was known. In this work… ▽ More

    Submitted 15 June, 2022; originally announced June 2022.

    Comments: COLT 2022

  11. arXiv:2206.04301  [pdf, other

    cs.LG cs.AI cs.CL

    Unveiling Transformers with LEGO: a synthetic reasoning task

    Authors: Yi Zhang, Arturs Backurs, Sébastien Bubeck, Ronen Eldan, Suriya Gunasekar, Tal Wagner

    Abstract: We propose a synthetic reasoning task, LEGO (Learning Equality and Group Operations), that encapsulates the problem of following a chain of reasoning, and we study how the Transformer architectures learn this task. We pay special attention to data effects such as pretraining (on seemingly unrelated NLP tasks) and dataset composition (e.g., differing chain length at training and test time), as well… ▽ More

    Submitted 17 February, 2023; v1 submitted 9 June, 2022; originally announced June 2022.

  12. ShapeFindAR: Exploring In-Situ Spatial Search for Physical Artifact Retrieval using Mixed Reality

    Authors: Evgeny Stemasov, Tobias Wagner, Jan Gugenheimer, Enrico Rukzio

    Abstract: Personal fabrication is made more accessible through repositories like Thingiverse, as they replace modeling with retrieval. However, they require users to translate spatial requirements to keywords, which paints an incomplete picture of physical artifacts: proportions or morphology are non-trivially encoded through text only. We explore a vision of in-situ spatial search for (future) physical art… ▽ More

    Submitted 31 March, 2022; originally announced March 2022.

    Comments: 10 pages, 10 figures. Preprint of a conditionally accepted paper to appear in the Proceedings of the CHI Conference on Human Factors in Computing Systems (CHI '22), April 29-May 5, 2022, New Orleans, LA, USA. ACM

    ACM Class: H.5.2

  13. 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

  14. Learning in High-Dimensional Feature Spaces Using ANOVA-Based Fast Matrix-Vector Multiplication

    Authors: Franziska Nestler, Martin Stoll, Theresa Wagner

    Abstract: Kernel matrices are crucial in many learning tasks such as support vector machines or kernel ridge regression. The kernel matrix is typically dense and large-scale. Depending on the dimension of the feature space even the computation of all of its entries in reasonable time becomes a challenging task. For such dense matrices the cost of a matrix-vector product scales quadratically with the dimensi… ▽ More

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

    Comments: Official Code https://github.com/wagnertheresa/NFFT4ANOVA

    MSC Class: 65F45; 65T50 (Primary) 62J10 (Secondary)

    Journal ref: Foundations of Data Science, Vol. 4, No. 3, September 2022, pp. 423-440

  15. arXiv:2110.09221  [pdf, other

    cs.SE cs.DC

    A Serverless Distributed Ledger for Enterprises

    Authors: Johannes Sedlmeir, Tim Wagner, Emil Djerekarov, Ryan Green, Johannes Klepsch, Shruthi Rao

    Abstract: Enterprises have been attracted by the capability of blockchains to provide a single source of truth for workloads that span companies, geographies, and clouds while retaining the independence of each party's IT operations. However, so far production applications have remained rare, stymied by technical limitations of existing blockchain technologies and challenges with their integration into ente… ▽ More

    Submitted 10 October, 2021; originally announced October 2021.

    Comments: This paper has been accepted at the 55th Hawaii International Conference on System Sciences (HICSS) and will be published in January 2022

    MSC Class: 68-04 ACM Class: D.2; H.3

  16. arXiv:2110.03152  [pdf, other

    cs.CG cs.DS

    Optimal (Euclidean) Metric Compression

    Authors: Piotr Indyk, Tal Wagner

    Abstract: We study the problem of representing all distances between $n$ points in $\mathbb R^d$, with arbitrarily small distortion, using as few bits as possible. We give asymptotically tight bounds for this problem, for Euclidean metrics, for $\ell_1$ (a.k.a.~Manhattan) metrics, and for general metrics. Our bounds for Euclidean metrics mark the first improvement over compression schemes based on discret… ▽ More

    Submitted 6 October, 2021; originally announced October 2021.

  17. 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

  18. arXiv:2102.08341  [pdf, other

    cs.DS cs.LG math.NA

    Faster Kernel Matrix Algebra via Density Estimation

    Authors: Arturs Backurs, Piotr Indyk, Cameron Musco, Tal Wagner

    Abstract: We study fast algorithms for computing fundamental properties of a positive semidefinite kernel matrix $K \in \mathbb{R}^{n \times n}$ corresponding to $n$ points $x_1,\ldots,x_n \in \mathbb{R}^d$. In particular, we consider estimating the sum of kernel matrix entries, along with its top eigenvalue and eigenvector. We show that the sum of matrix entries can be estimated to $1+ε$ relative error i… ▽ More

    Submitted 17 June, 2021; v1 submitted 16 February, 2021; originally announced February 2021.

  19. arXiv:2004.09338  [pdf

    cs.LG cs.IR q-bio.QM

    Augmented Curation of Unstructured Clinical Notes from a Massive EHR System Reveals Specific Phenotypic Signature of Impending COVID-19 Diagnosis

    Authors: FNU Shweta, Karthik Murugadoss, Samir Awasthi, AJ Venkatakrishnan, Arjun Puranik, Martin Kang, Brian W. Pickering, John C. O'Horo, Philippe R. Bauer, Raymund R. Razonable, Paschalis Vergidis, Zelalem Temesgen, Stacey Rizza, Maryam Mahmood, Walter R. Wilson, Douglas Challener, Praveen Anand, Matt Liebers, Zainab Doctor, Eli Silvert, Hugo Solomon, Tyler Wagner, Gregory J. Gores, Amy W. Williams, John Halamka , et al. (2 additional authors not shown)

    Abstract: Understanding the temporal dynamics of COVID-19 patient phenotypes is necessary to derive fine-grained resolution of pathophysiology. Here we use state-of-the-art deep neural networks over an institution-wide machine intelligence platform for the augmented curation of 15.8 million clinical notes from 30,494 patients subjected to COVID-19 PCR diagnostic testing. By contrasting the Electronic Health… ▽ More

    Submitted 28 April, 2020; v1 submitted 17 April, 2020; originally announced April 2020.

  20. arXiv:2003.12773  [pdf

    q-bio.GN cs.IR q-bio.BM q-bio.TO

    Knowledge synthesis from 100 million biomedical documents augments the deep expression profiling of coronavirus receptors

    Authors: AJ Venkatakrishnan, Arjun Puranik, Akash Anand, David Zemmour, Xiang Yao, Xiaoying Wu, Ramakrishna Chilaka, Dariusz K. Murakowski, Kristopher Standish, Bharathwaj Raghunathan, Tyler Wagner, Enrique Garcia-Rivera, Hugo Solomon, Abhinav Garg, Rakesh Barve, Anuli Anyanwu-Ofili, Najat Khan, Venky Soundararajan

    Abstract: The COVID-19 pandemic demands assimilation of all available biomedical knowledge to decode its mechanisms of pathogenicity and transmission. Despite the recent renaissance in unsupervised neural networks for decoding unstructured natural languages, a platform for the real-time synthesis of the exponentially growing biomedical literature and its comprehensive triangulation with deep omic insights i… ▽ More

    Submitted 28 March, 2020; originally announced March 2020.

    Comments: 5 figures

  21. Mix&Match: Towards Omitting Modelling Through In-Situ Alteration and Remixing of Model Repository Artifacts in Mixed Reality

    Authors: Evgeny Stemasov, Tobias Wagner, Jan Gugenheimer, Enrico Rukzio

    Abstract: The accessibility of tools to model artifacts is one of the core driving factors for the adoption of Personal Fabrication. Subsequently, model repositories like Thingiverse became important tools in (novice) makers' processes. They allow them to shorten or even omit the design process, offloading a majority of the effort to other parties. However, steps like measurement of surrounding constraints… ▽ More

    Submitted 20 March, 2020; originally announced March 2020.

    Comments: 12 pages, 15 figures, 1 table, To appear in the Proceedings of the ACM Conference on Human Factors in Computing Systems 2020 (CHI'20)

    ACM Class: H.5.2

    Journal ref: In Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems (CHI '20). Association for Computing Machinery, New York, NY, USA, Paper 710, 1-12

  22. arXiv:1910.04126  [pdf, other

    cs.DS

    Scalable Nearest Neighbor Search for Optimal Transport

    Authors: Arturs Backurs, Yihe Dong, Piotr Indyk, Ilya Razenshteyn, Tal Wagner

    Abstract: The Optimal Transport (a.k.a. Wasserstein) distance is an increasingly popular similarity measure for rich data domains, such as images or text documents. This raises the necessity for fast nearest neighbor search algorithms according to this distance, which poses a substantial computational bottleneck on massive datasets. In this work we introduce Flowtree, a fast and accurate approximation algor… ▽ More

    Submitted 28 September, 2020; v1 submitted 9 October, 2019; originally announced October 2019.

    Comments: ICML 2020

  23. arXiv:1906.00339  [pdf, other

    cs.DS cs.LG

    Sample-Optimal Low-Rank Approximation of Distance Matrices

    Authors: Piotr Indyk, Ali Vakilian, Tal Wagner, David Woodruff

    Abstract: A distance matrix $A \in \mathbb R^{n \times m}$ represents all pairwise distances, $A_{ij}=\mathrm{d}(x_i,y_j)$, between two point sets $x_1,...,x_n$ and $y_1,...,y_m$ in an arbitrary metric space $(\mathcal Z, \mathrm{d})$. Such matrices arise in various computational contexts such as learning image manifolds, handwriting recognition, and multi-dimensional unfolding. In this work we study algo… ▽ More

    Submitted 2 June, 2019; originally announced June 2019.

    Comments: COLT 2019

  24. arXiv:1902.03519  [pdf, other

    cs.DS cs.LG

    Scalable Fair Clustering

    Authors: Arturs Backurs, Piotr Indyk, Krzysztof Onak, Baruch Schieber, Ali Vakilian, Tal Wagner

    Abstract: We study the fair variant of the classic $k$-median problem introduced by Chierichetti et al. [2017]. In the standard $k$-median problem, given an input pointset $P$, the goal is to find $k$ centers $C$ and assign each input point to one of the centers in $C$ such that the average distance of points to their cluster center is minimized. In the fair variant of $k$-median, the points are colored,… ▽ More

    Submitted 10 June, 2019; v1 submitted 9 February, 2019; originally announced February 2019.

    Comments: ICML 2019

  25. arXiv:1901.08544  [pdf, other

    cs.LG cs.CG cs.DS stat.ML

    Learning Space Partitions for Nearest Neighbor Search

    Authors: Yihe Dong, Piotr Indyk, Ilya Razenshteyn, Tal Wagner

    Abstract: Space partitions of $\mathbb{R}^d$ underlie a vast and important class of fast nearest neighbor search (NNS) algorithms. Inspired by recent theoretical work on NNS for general metric spaces [Andoni, Naor, Nikolov, Razenshteyn, Waingarten STOC 2018, FOCS 2018], we develop a new framework for building space partitions reducing the problem to balanced graph partitioning followed by supervised classif… ▽ More

    Submitted 28 September, 2020; v1 submitted 24 January, 2019; originally announced January 2019.

    Comments: ICLR 2020

  26. arXiv:1809.02835  [pdf, ps, other

    cs.DS cs.CC

    Multitasking Capacity: Hardness Results and Improved Constructions

    Authors: Noga Alon, Jonathan D. Cohen, Thomas L. Griffiths, Pasin Manurangsi, Daniel Reichman, Igor Shinkar, Tal Wagner, Alexander Yu

    Abstract: We consider the problem of determining the maximal $α\in (0,1]$ such that every matching $M$ of size $k$ (or at most $k$) in a bipartite graph $G$ contains an induced matching of size at least $α|M|$. This measure was recently introduced in Alon et al. (NIPS 2018) and is motivated by connectionist models of cognition as well as modeling interference in wireless and communication networks. We pro… ▽ More

    Submitted 8 September, 2018; originally announced September 2018.

    Comments: 19 pages

  27. arXiv:1807.00112  [pdf, other

    cs.DS cs.CG

    Approximate Nearest Neighbors in Limited Space

    Authors: Piotr Indyk, Tal Wagner

    Abstract: We consider the $(1+ε)$-approximate nearest neighbor search problem: given a set $X$ of $n$ points in a $d$-dimensional space, build a data structure that, given any query point $y$, finds a point $x \in X$ whose distance to $y$ is at most $(1+ε) \min_{x \in X} \|x-y\|$ for an accuracy parameter $ε\in (0,1)$. Our main result is a data structure that occupies only $O(ε^{-2} n \log(n) \log(1/ε))$ bi… ▽ More

    Submitted 29 June, 2018; originally announced July 2018.

    Comments: COLT 2018

  28. arXiv:1711.01520  [pdf, other

    cs.DS

    Practical Data-Dependent Metric Compression with Provable Guarantees

    Authors: Piotr Indyk, Ilya Razenshteyn, Tal Wagner

    Abstract: We introduce a new distance-preserving compact representation of multi-dimensional point-sets. Given $n$ points in a $d$-dimensional space where each coordinate is represented using $B$ bits (i.e., $dB$ bits per point), it produces a representation of size $O( d \log(d B/ε) + \log n)$ bits per point from which one can approximate the distances up to a factor of $1 \pm ε$. Our algorithm almost matc… ▽ More

    Submitted 4 November, 2017; originally announced November 2017.

    Comments: NIPS 2017

  29. arXiv:1611.02400  [pdf, other

    cs.DM

    A Graph-Theoretic Approach to Multitasking

    Authors: Noga Alon, Jonathan D. Cohen, Biswadip Dey, Tom Griffiths, Sebastian Musslick, Kayhan Ozcimder, Daniel Reichman, Igor Shinkar, Tal Wagner

    Abstract: A key feature of neural network architectures is their ability to support the simultaneous interaction among large numbers of units in the learning and processing of representations. However, how the richness of such interactions trades off against the ability of a network to simultaneously carry out multiple independent processes -- a salient limitation in many domains of human cognition -- remai… ▽ More

    Submitted 9 June, 2017; v1 submitted 8 November, 2016; originally announced November 2016.

  30. arXiv:1609.06295  [pdf, other

    cs.CG

    Near-Optimal (Euclidean) Metric Compression

    Authors: Piotr Indyk, Tal Wagner

    Abstract: The metric sketching problem is defined as follows. Given a metric on $n$ points, and $ε>0$, we wish to produce a small size data structure (sketch) that, given any pair of point indices, recovers the distance between the points up to a $1+ε$ distortion. In this paper we consider metrics induced by $\ell_2$ and $\ell_1$ norms whose spread (the ratio of the diameter to the closest pair distance) is… ▽ More

    Submitted 28 November, 2016; v1 submitted 20 September, 2016; originally announced September 2016.

    Comments: SODA'17

  31. arXiv:1605.01746  [pdf, other

    cs.NE

    Biobjective Performance Assessment with the COCO Platform

    Authors: Dimo Brockhoff, Tea Tušar, Dejan Tušar, Tobias Wagner, Nikolaus Hansen, Anne Auger

    Abstract: This document details the rationales behind assessing the performance of numerical black-box optimizers on multi-objective problems within the COCO platform and in particular on the biobjective test suite bbob-biobj. The evaluation is based on a hypervolume of all non-dominated solutions in the archive of candidate solutions and measures the runtime until the hypervolume value succeeds prescribed… ▽ More

    Submitted 5 May, 2016; originally announced May 2016.

  32. arXiv:1506.07568  [pdf, other

    cs.DS

    Towards Resistance Sparsifiers

    Authors: Michael Dinitz, Robert Krauthgamer, Tal Wagner

    Abstract: We study resistance sparsification of graphs, in which the goal is to find a sparse subgraph (with reweighted edges) that approximately preserves the effective resistances between every pair of nodes. We show that every dense regular expander admits a $(1+ε)$-resistance sparsifier of size $\tilde O(n/ε)$, and conjecture this bound holds for all graphs on $n$ nodes. In comparison, spectral sparsifi… ▽ More

    Submitted 24 June, 2015; originally announced June 2015.

  33. arXiv:1410.3889  [pdf, ps, other

    cs.DS

    Cheeger-type approximation for sparsest $st$-cut

    Authors: Robert Krauthgamer, Tal Wagner

    Abstract: We introduce the $st$-cut version the Sparsest-Cut problem, where the goal is to find a cut of minimum sparsity among those separating two distinguished vertices $s,t\in V$. Clearly, this problem is at least as hard as the usual (non-$st$) version. Our main result is a polynomial-time algorithm for the product-demands setting, that produces a cut of sparsity $O(\sqrt{\OPT})$, where $\OPT$ denotes… ▽ More

    Submitted 23 September, 2016; v1 submitted 14 October, 2014; originally announced October 2014.

  34. arXiv:1401.8226  [pdf, other

    cs.NI cs.IT

    Sensing for Spectrum Sharing in Cognitive LTE-A Cellular Networks

    Authors: Prasanth Karunakaran, Thomas Wagner, Ansgar Scherb, Wolfgang Gerstacker

    Abstract: In this work we present a case for dynamic spectrum sharing between different operators in systems with carrier aggregation (CA) which is an important feature in 3GPP LTE-A systems. Cross-carrier scheduling and sensing are identified as key enablers for such spectrum sharing in LTE-A. Sensing is classified as Type 1 sensing and Type 2 sensing and the role of each in the system operation is discuss… ▽ More

    Submitted 30 January, 2014; originally announced January 2014.