Skip to main content

Showing 1–39 of 39 results for author: Olshevsky, A

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

    cs.MA cs.AI

    Tree Search for Simultaneous Move Games via Equilibrium Approximation

    Authors: Ryan Yu, Alex Olshevsky, Peter Chin

    Abstract: Neural network supported tree-search has shown strong results in a variety of perfect information multi-agent tasks. However, the performance of these methods on partial information games has generally been below competing approaches. Here we study the class of simultaneous-move games, which are a subclass of partial information games which are most similar to perfect information games: both agent… ▽ More

    Submitted 14 June, 2024; originally announced June 2024.

    Comments: 9 pages, 5 tables, 1 figure

  2. arXiv:2406.09592  [pdf, other

    cs.LG

    On Value Iteration Convergence in Connected MDPs

    Authors: Arsenii Mustafin, Alex Olshevsky, Ioannis Ch. Paschalidis

    Abstract: This paper establishes that an MDP with a unique optimal policy and ergodic associated transition matrix ensures the convergence of various versions of the Value Iteration algorithm at a geometric rate that exceeds the discount factor γ for both discounted and average-reward criteria.

    Submitted 13 June, 2024; originally announced June 2024.

    Comments: 8 pages, 1 figure

  3. arXiv:2404.10851  [pdf, ps, other

    eess.SY cs.LG math.OC

    Sample Complexity of the Linear Quadratic Regulator: A Reinforcement Learning Lens

    Authors: Amirreza Neshaei Moghaddam, Alex Olshevsky, Bahman Gharesifard

    Abstract: We provide the first known algorithm that provably achieves $\varepsilon$-optimality within $\widetilde{\mathcal{O}}(1/\varepsilon)$ function evaluations for the discounted discrete-time LQR problem with unknown parameters, without relying on two-point gradient estimates. These estimates are known to be unrealistic in many settings, as they depend on using the exact same initialization, which is t… ▽ More

    Submitted 18 April, 2024; v1 submitted 16 April, 2024; originally announced April 2024.

  4. arXiv:2403.08896  [pdf, other

    cs.LG cs.DC

    One-Shot Averaging for Distributed TD($λ$) Under Markov Sampling

    Authors: Haoxing Tian, Ioannis Ch. Paschalidis, Alex Olshevsky

    Abstract: We consider a distributed setup for reinforcement learning, where each agent has a copy of the same Markov Decision Process but transitions are sampled from the corresponding Markov chain independently by each agent. We show that in this setting, we can achieve a linear speedup for TD($λ$), a family of popular methods for policy evaluation, in the sense that $N$ agents can evaluate a policy $N$ ti… ▽ More

    Submitted 31 May, 2024; v1 submitted 13 March, 2024; originally announced March 2024.

  5. arXiv:2401.04067  [pdf, other

    cs.LG math.ST

    Convex SGD: Generalization Without Early Stop**

    Authors: Julien Hendrickx, Alex Olshevsky

    Abstract: We consider the generalization error associated with stochastic gradient descent on a smooth convex function over a compact set. We show the first bound on the generalization error that vanishes when the number of iterations $T$ and the dataset size $n$ go to zero at arbitrary rates; our bound scales as $\tilde{O}(1/\sqrt{T} + 1/\sqrt{n})$ with step-size $α_t = 1/\sqrt{t}$. In particular, strong c… ▽ More

    Submitted 14 April, 2024; v1 submitted 8 January, 2024; originally announced January 2024.

  6. arXiv:2312.05397  [pdf, other

    cs.LG

    On the Performance of Temporal Difference Learning With Neural Networks

    Authors: Haoxing Tian, Ioannis Ch. Paschalidis, Alex Olshevsky

    Abstract: Neural Temporal Difference (TD) Learning is an approximate temporal difference method for policy evaluation that uses a neural network for function approximation. Analysis of Neural TD Learning has proven to be challenging. In this paper we provide a convergence analysis of Neural TD Learning with a projection onto $B(θ_0, ω)$, a ball of fixed radius $ω$ around the initial point $θ_0$. We show an… ▽ More

    Submitted 8 December, 2023; originally announced December 2023.

  7. arXiv:2305.16246  [pdf, other

    cs.LG eess.SY math.OC

    Distributed TD(0) with Almost No Communication

    Authors: Rui Liu, Alex Olshevsky

    Abstract: We provide a new non-asymptotic analysis of distributed temporal difference learning with linear function approximation. Our approach relies on ``one-shot averaging,'' where $N$ agents run identical local copies of the TD(0) method and average the outcomes only once at the very end. We demonstrate a version of the linear time speedup phenomenon, where the convergence time of the distributed proces… ▽ More

    Submitted 25 May, 2023; originally announced May 2023.

    Comments: This is a shortened version of arXiv:2104.07855

  8. arXiv:2211.16237  [pdf, other

    cs.LG

    Closing the gap between SVRG and TD-SVRG with Gradient Splitting

    Authors: Arsenii Mustafin, Alex Olshevsky, Ioannis Ch. Paschalidis

    Abstract: Temporal difference (TD) learning is a policy evaluation in reinforcement learning whose performance can be enhanced by variance reduction methods. Recently, multiple works have sought to fuse TD learning with Stochastic Variance Reduced Gradient (SVRG) method to achieve a geometric rate of convergence. However, the resulting convergence rate is significantly weaker than what is achieved by SVRG i… ▽ More

    Submitted 20 March, 2024; v1 submitted 29 November, 2022; originally announced November 2022.

    Comments: 37 pages, 8 figures, 6 tables

  9. arXiv:2203.02591  [pdf, ps, other

    math.OC cs.LG eess.SY

    A Small Gain Analysis of Single Timescale Actor Critic

    Authors: Alex Olshevsky, Bahman Gharesifard

    Abstract: We consider a version of actor-critic which uses proportional step-sizes and only one critic update with a single sample from the stationary distribution per actor step. We provide an analysis of this method using the small-gain theorem. Specifically, we prove that this method can be used to find a stationary point, and that the resulting sample complexity improves the state of the art for actor-c… ▽ More

    Submitted 25 May, 2023; v1 submitted 4 March, 2022; originally announced March 2022.

  10. arXiv:2106.04759  [pdf, other

    cs.DC cs.LG math.OC

    Communication-efficient SGD: From Local SGD to One-Shot Averaging

    Authors: Artin Spiridonoff, Alex Olshevsky, Ioannis Ch. Paschalidis

    Abstract: We consider speeding up stochastic gradient descent (SGD) by parallelizing it across multiple workers. We assume the same data set is shared among $N$ workers, who can take SGD steps and coordinate with a central server. While it is possible to obtain a linear reduction in the variance by averaging all the stochastic gradients at every step, this requires a lot of communication between the workers… ▽ More

    Submitted 27 October, 2021; v1 submitted 8 June, 2021; originally announced June 2021.

    Comments: arXiv admin note: substantial text overlap with arXiv:2006.02582

  11. arXiv:2104.07855  [pdf, other

    cs.LG

    Distributed TD(0) with Almost No Communication

    Authors: Rui Liu, Alex Olshevsky

    Abstract: We provide a new non-asymptotic analysis of distributed TD(0) with linear function approximation. Our approach relies on "one-shot averaging," where $N$ agents run local copies of TD(0) and average the outcomes only once at the very end. We consider two models: one in which the agents interact with an environment they can observe and whose transitions depends on all of their actions (which we call… ▽ More

    Submitted 27 January, 2022; v1 submitted 15 April, 2021; originally announced April 2021.

  12. arXiv:2010.14657  [pdf, ps, other

    cs.LG stat.ML

    Temporal Difference Learning as Gradient Splitting

    Authors: Rui Liu, Alex Olshevsky

    Abstract: Temporal difference learning with linear function approximation is a popular method to obtain a low-dimensional approximation of the value function of a policy in a Markov Decision Process. We give a new interpretation of this method in terms of a splitting of the gradient of an appropriately chosen function. As a consequence of this interpretation, convergence proofs for gradient descent can be a… ▽ More

    Submitted 27 October, 2020; originally announced October 2020.

  13. arXiv:2010.12181  [pdf, other

    cs.LG

    Adversarial Crowdsourcing Through Robust Rank-One Matrix Completion

    Authors: Qianqian Ma, Alex Olshevsky

    Abstract: We consider the problem of reconstructing a rank-one matrix from a revealed subset of its entries when some of the revealed entries are corrupted with perturbations that are unknown and can be arbitrarily large. It is not known which revealed entries are corrupted. We propose a new algorithm combining alternating minimization with extreme-value filtering and provide sufficient and necessary condit… ▽ More

    Submitted 23 October, 2020; originally announced October 2020.

    Comments: 41 pages, 8 figures, NeurIPS 2020 to be published

  14. arXiv:2008.04988  [pdf, other

    cs.LG math.NA stat.ML

    Asymptotic Convergence Rate of Alternating Minimization for Rank One Matrix Completion

    Authors: Rui Liu, Alex Olshevsky

    Abstract: We study alternating minimization for matrix completion in the simplest possible setting: completing a rank-one matrix from a revealed subset of the entries. We bound the asymptotic convergence rate by the variational characterization of eigenvalues of a reversible consensus problem. This leads to a polynomial upper bound on the asymptotic rate in terms of number of nodes as well as the largest de… ▽ More

    Submitted 11 August, 2020; originally announced August 2020.

    Comments: 6 pages, 4 figures

  15. arXiv:2006.02582  [pdf, other

    math.OC cs.LG stat.ML

    Local SGD With a Communication Overhead Depending Only on the Number of Workers

    Authors: Artin Spiridonoff, Alex Olshevsky, Ioannis Ch. Paschalidis

    Abstract: We consider speeding up stochastic gradient descent (SGD) by parallelizing it across multiple workers. We assume the same data set is shared among $n$ workers, who can take SGD steps and coordinate with a central server. Unfortunately, this could require a lot of communication between the workers and the server, which can dramatically reduce the gains from parallelism. The Local SGD method, propos… ▽ More

    Submitted 3 June, 2020; originally announced June 2020.

  16. arXiv:1906.12345  [pdf, other

    math.OC cs.DC cs.LG cs.MA

    Asymptotic Network Independence in Distributed Stochastic Optimization for Machine Learning

    Authors: Shi Pu, Alex Olshevsky, Ioannis Ch. Paschalidis

    Abstract: We provide a discussion of several recent results which, in certain scenarios, are able to overcome a barrier in distributed stochastic optimization for machine learning. Our focus is the so-called asymptotic network independence property, which is achieved whenever a distributed method executed over a network of n nodes asymptotically converges to the optimal solution at a comparable rate to a ce… ▽ More

    Submitted 18 February, 2020; v1 submitted 28 June, 2019; originally announced June 2019.

  17. arXiv:1906.02702  [pdf, other

    math.OC cs.DC cs.LG cs.MA

    A Sharp Estimate on the Transient Time of Distributed Stochastic Gradient Descent

    Authors: Shi Pu, Alex Olshevsky, Ioannis Ch. Paschalidis

    Abstract: This paper is concerned with minimizing the average of $n$ cost functions over a network in which agents may communicate and exchange information with each other. We consider the setting where only noisy gradient information is available. To solve the problem, we study the distributed stochastic gradient descent (DSGD) method and perform a non-asymptotic convergence analysis. For strongly convex a… ▽ More

    Submitted 29 January, 2021; v1 submitted 6 June, 2019; originally announced June 2019.

  18. arXiv:1904.11608  [pdf, other

    cs.HC cs.LG stat.ML

    Gradient Descent for Sparse Rank-One Matrix Completion for Crowd-Sourced Aggregation of Sparsely Interacting Workers

    Authors: Yao Ma, Alex Olshevsky, Venkatesh Saligrama, Csaba Szepesvari

    Abstract: We consider worker skill estimation for the single-coin Dawid-Skene crowdsourcing model. In practice, skill-estimation is challenging because worker assignments are sparse and irregular due to the arbitrary and uncontrolled availability of workers. We formulate skill estimation as a rank-one correlation-matrix completion problem, where the observed components correspond to observed label correlati… ▽ More

    Submitted 23 July, 2020; v1 submitted 25 April, 2019; originally announced April 2019.

  19. arXiv:1902.00141  [pdf, other

    cs.LG stat.ML

    Graph Resistance and Learning from Pairwise Comparisons

    Authors: Julien M. Hendrickx, Alex Olshevsky, Venkatesh Saligrama

    Abstract: We consider the problem of learning the qualities of a collection of items by performing noisy comparisons among them. Following the standard paradigm, we assume there is a fixed "comparison graph" and every neighboring pair of items in this graph is compared $k$ times according to the Bradley-Terry-Luce model (where the probability than an item wins a comparison is proportional the item quality).… ▽ More

    Submitted 12 June, 2019; v1 submitted 31 January, 2019; originally announced February 2019.

    Comments: 15 pages, including 5 pages supplementary material

  20. arXiv:1810.02456  [pdf, other

    math.OC cs.CY cs.MA cs.SI stat.AP

    Graph-Theoretic Analysis of Belief System Dynamics under Logic Constraints

    Authors: Angelia Nedić, Alex Olshevsky, César A. Uribe

    Abstract: Opinion formation cannot be modeled solely as an ideological deduction from a set of principles; rather, repeated social interactions and logic constraints among statements are consequential in the construct of belief systems. We address three basic questions in the analysis of social opinion dynamics: (i) Will a belief system converge? (ii) How long does it take to converge? (iii) Where does it c… ▽ More

    Submitted 30 December, 2018; v1 submitted 4 October, 2018; originally announced October 2018.

  21. arXiv:1709.08765  [pdf, other

    math.OC cs.DC cs.MA

    Network Topology and Communication-Computation Tradeoffs in Decentralized Optimization

    Authors: Angelia Nedić, Alex Olshevsky, Michael G. Rabbat

    Abstract: In decentralized optimization, nodes cooperate to minimize an overall objective function that is the sum (or average) of per-node private objective functions. Algorithms interleave local computations with communication among all or a subset of the nodes. Motivated by a variety of applications---distributed estimation in sensor networks, fitting models to massive data sets, and distributed control… ▽ More

    Submitted 15 January, 2018; v1 submitted 25 September, 2017; originally announced September 2017.

    Comments: 32 pages, 3 figures

  22. arXiv:1706.06660  [pdf, other

    cs.LG

    Crowdsourcing with Sparsely Interacting Workers

    Authors: Yao Ma, Alex Olshevsky, Venkatesh Saligrama, Csaba Szepesvari

    Abstract: We consider estimation of worker skills from worker-task interaction data (with unknown labels) for the single-coin crowd-sourcing binary classification model in symmetric noise. We define the (worker) interaction graph whose nodes are workers and an edge between two nodes indicates whether or not the two workers participated in a common task. We show that skills are asymptotically identifiable if… ▽ More

    Submitted 20 June, 2017; originally announced June 2017.

  23. arXiv:1706.05441  [pdf, ps, other

    math.OC cs.DC cs.MA

    Improved Convergence Rates for Distributed Resource Allocation

    Authors: Angelia Nedić, Alex Olshevsky, Wei Shi

    Abstract: In this paper, we develop a class of decentralized algorithms for solving a convex resource allocation problem in a network of $n$ agents, where the agent objectives are decoupled while the resource constraints are coupled. The agents communicate over a connected undirected graph, and they want to collaboratively determine a solution to the overall network problem, while each agent only communicat… ▽ More

    Submitted 16 December, 2018; v1 submitted 16 June, 2017; originally announced June 2017.

  24. arXiv:1704.02718  [pdf, ps, other

    math.OC cs.LG cs.MA math.PR stat.ML

    Distributed Learning for Cooperative Inference

    Authors: Angelia Nedić, Alex Olshevsky, César A. Uribe

    Abstract: We study the problem of cooperative inference where a group of agents interact over a network and seek to estimate a joint parameter that best explains a set of observations. Agents do not know the network topology or the observations of other agents. We explore a variational interpretation of the Bayesian posterior density, and its relation to the stochastic mirror descent algorithm, to propose a… ▽ More

    Submitted 10 April, 2017; originally announced April 2017.

  25. arXiv:1612.01600  [pdf, ps, other

    math.OC cs.LG cs.MA eess.SY stat.ML

    Distributed Gaussian Learning over Time-varying Directed Graphs

    Authors: Angelia Nedić, Alex Olshevsky, César A. Uribe

    Abstract: We present a distributed (non-Bayesian) learning algorithm for the problem of parameter estimation with Gaussian noise. The algorithm is expressed as explicit updates on the parameters of the Gaussian beliefs (i.e. means and precision). We show a convergence rate of $O(1/k)$ with the constant term depending on the number of agents and the topology of the network. Moreover, we show almost sure conv… ▽ More

    Submitted 6 December, 2016; v1 submitted 5 December, 2016; originally announced December 2016.

  26. arXiv:1609.07537  [pdf, ps, other

    math.OC cs.LG cs.MA cs.SI stat.ML

    A Tutorial on Distributed (Non-Bayesian) Learning: Problem, Algorithms and Results

    Authors: Angelia Nedić, Alex Olshevsky, César A. Uribe

    Abstract: We overview some results on distributed learning with focus on a family of recently proposed algorithms known as non-Bayesian social learning. We consider different approaches to the distributed learning problem and its algorithmic solutions for the case of finitely many hypotheses. The original centralized problem is discussed at first, and then followed by a generalization to the distributed set… ▽ More

    Submitted 23 September, 2016; originally announced September 2016.

    Comments: Tutorial Presented in CDC2016

  27. arXiv:1605.02105  [pdf, ps, other

    math.OC cs.LG stat.ML

    Distributed Learning with Infinitely Many Hypotheses

    Authors: Angelia Nedić, Alex Olshevsky, César Uribe

    Abstract: We consider a distributed learning setup where a network of agents sequentially access realizations of a set of random variables with unknown distributions. The network objective is to find a parametrized distribution that best describes their joint observations in the sense of the Kullback-Leibler divergence. Apart from recent efforts in the literature, we analyze the case of countably many hypot… ▽ More

    Submitted 6 May, 2016; originally announced May 2016.

    Comments: Submitted to CDC2016

  28. arXiv:1508.00036  [pdf, other

    math.OC cs.DC eess.SY math.PR

    Scaling laws for consensus protocols subject to noise

    Authors: Ali Jadbabaie, Alex Olshevsky

    Abstract: We study the performance of discrete-time consensus protocols in the presence of additive noise. When the consensus dynamic corresponds to a reversible Markov chain, we give an exact expression for a weighted version of steady-state disagreement in terms of the stationary distribution and hitting times in an underlying graph. We then show how this result can be used to characterize the noise robus… ▽ More

    Submitted 7 March, 2017; v1 submitted 31 July, 2015; originally announced August 2015.

  29. arXiv:1504.01438  [pdf, other

    eess.SY cs.DC cs.MA math.OC math.PR

    Convergence Time of Quantized Metropolis Consensus Over Time-Varying Networks

    Authors: Tamer Basar, Seyed Rasoul Etesami, Alex Olshevsky

    Abstract: We consider the quantized consensus problem on undirected time-varying connected graphs with n nodes, and devise a protocol with fast convergence time to the set of consensus points. Specifically, we show that when the edges of each network in a sequence of connected time-varying networks are activated based on Poisson processes with Metropolis rates, the expected convergence time to the set of co… ▽ More

    Submitted 2 February, 2016; v1 submitted 6 April, 2015; originally announced April 2015.

  30. arXiv:1411.4186  [pdf, other

    math.OC cs.DC eess.SY

    Linear Time Average Consensus on Fixed Graphs and Implications for Decentralized Optimization and Multi-Agent Control

    Authors: Alex Olshevsky

    Abstract: We describe a protocol for the average consensus problem on any fixed undirected graph whose convergence time scales linearly in the total number nodes $n$. The protocol is completely distributed, with the exception of requiring all nodes to know the same upper bound $U$ on the total number of nodes which is correct within a constant multiplicative factor. We next discuss applications of this pr… ▽ More

    Submitted 3 August, 2017; v1 submitted 15 November, 2014; originally announced November 2014.

  31. arXiv:1311.0355  [pdf, other

    math.DS cs.MA eess.SY

    On symmetric continuum opinion dynamics

    Authors: Julien M. Hendrickx, Alex Olshevsky

    Abstract: This paper investigates the asymptotic behavior of some common opinion dynamic models in a continuum of agents. We show that as long as the interactions among the agents are symmetric, the distribution of the agents' opinion converges. We also investigate whether convergence occurs in a stronger sense than merely in distribution, namely, whether the opinion of almost every agent converges. We show… ▽ More

    Submitted 10 August, 2016; v1 submitted 2 November, 2013; originally announced November 2013.

    Comments: 28 pages, 2 figures, 3 files

    MSC Class: 93D20; 91C20; 93A14

  32. arXiv:1306.0729  [pdf, ps, other

    math.CO cs.CC math.DS

    On Primitivity of Sets of Matrices

    Authors: Vincent D. Blondel, Raphael M. Jungers, Alex Olshevsky

    Abstract: A nonnegative matrix $A$ is called primitive if $A^k$ is positive for some integer $k>0$. A generalization of this concept to finite sets of matrices is as follows: a set of matrices $\mathcal M = \{A_1, A_2, \ldots, A_m \}$ is primitive if $A_{i_1} A_{i_2} \ldots A_{i_k}$ is positive for some indices $i_1, i_2, ..., i_k$. The concept of primitive sets of matrices comes up in a number of problems… ▽ More

    Submitted 15 April, 2015; v1 submitted 4 June, 2013; originally announced June 2013.

  33. arXiv:1303.2289  [pdf, other

    math.OC cs.DC eess.SY

    Distributed optimization over time-varying directed graphs

    Authors: Angelia Nedic, Alex Olshevsky

    Abstract: We consider distributed optimization by a collection of nodes, each having access to its own convex function, whose collective goal is to minimize the sum of the functions. The communications between nodes are described by a time-varying sequence of directed graphs, which is uniformly strongly connected. For such communications, assuming that every node knows its out-degree, we develop a broadcast… ▽ More

    Submitted 15 March, 2014; v1 submitted 10 March, 2013; originally announced March 2013.

  34. arXiv:1211.6324  [pdf, other

    math.OC cs.MA

    Graph diameter, eigenvalues, and minimum-time consensus

    Authors: Julien M. Hendrickx, Raphaël M. Jungers, Alexander Olshevsky, Guillaume Vankeerberghen

    Abstract: We consider the problem of achieving average consensus in the minimum number of linear iterations on a fixed, undirected graph. We are motivated by the task of deriving lower bounds for consensus protocols and by the so-called "definitive consensus conjecture" which states that for an undirected connected graph G with diameter D there exist D matrices whose nonzero-pattern complies with the edges… ▽ More

    Submitted 29 August, 2013; v1 submitted 27 November, 2012; originally announced November 2012.

  35. arXiv:1209.2194  [pdf, ps, other

    math.OC cs.LG cs.MA eess.SY

    Cooperative learning in multi-agent systems from intermittent measurements

    Authors: Naomi Ehrich Leonard, Alex Olshevsky

    Abstract: Motivated by the problem of tracking a direction in a decentralized way, we consider the general problem of cooperative learning in multi-agent systems with time-varying connectivity and intermittent measurements. We propose a distributed learning protocol capable of learning an unknown vector $μ$ from noisy measurements made independently by autonomous nodes. Our protocol is completely distribute… ▽ More

    Submitted 15 December, 2014; v1 submitted 10 September, 2012; originally announced September 2012.

  36. NP-hardness of Deciding Convexity of Quartic Polynomials and Related Problems

    Authors: Amir Ali Ahmadi, Alex Olshevsky, Pablo A. Parrilo, John N. Tsitsiklis

    Abstract: We show that unless P=NP, there exists no polynomial time (or even pseudo-polynomial time) algorithm that can decide whether a multivariate polynomial of degree four (or higher even degree) is globally convex. This solves a problem that has been open since 1992 when N. Z. Shor asked for the complexity of deciding convexity for quartic polynomials. We also prove that deciding strict convexity, stro… ▽ More

    Submitted 8 December, 2010; originally announced December 2010.

    Comments: 20 pages

    Journal ref: Mathematical Programming, Vol. 137, Issue 1-2, pp 453-476, 2013

  37. arXiv:1004.2102  [pdf, other

    math.OC cs.DC eess.SY

    Distributed anonymous discrete function computation

    Authors: Julien M. Hendrickx, Alex Olshevsky, John N. Tsitsiklis

    Abstract: We propose a model for deterministic distributed function computation by a network of identical and anonymous nodes. In this model, each node has bounded computation and storage capabilities that do not grow with the network size. Furthermore, each node only knows its neighbors, not the entire graph. Our goal is to characterize the class of functions that can be computed within this model. In our… ▽ More

    Submitted 25 June, 2011; v1 submitted 12 April, 2010; originally announced April 2010.

  38. arXiv:0908.1397  [pdf, ps, other

    cs.CC

    Matrix P-norms are NP-hard to approximate if p \neq 1,2,\infty

    Authors: Julien M. Hendrickx, Alex Olshevsky

    Abstract: We show that for any rational p \in [1,\infty) except p = 1, 2, unless P = NP, there is no polynomial-time algorithm for approximating the matrix p-norm to arbitrary relative precision. We also show that for any rational p\in [1,\infty) including p = 1, 2, unless P = NP, there is no polynomial-time algorithm approximates the \infty, p mixed norm to some fixed relative precision.

    Submitted 23 April, 2010; v1 submitted 10 August, 2009; originally announced August 2009.

    Comments: 12 pages

  39. arXiv:0907.2949  [pdf, ps, other

    cs.DC

    Distributed anonymous function computation in information fusion and multiagent systems

    Authors: Julien M. Hendrickx, Alex Olshevsky, John N. Tsitsiklis

    Abstract: We propose a model for deterministic distributed function computation by a network of identical and anonymous nodes, with bounded computation and storage capabilities that do not scale with the network size. Our goal is to characterize the class of functions that can be computed within this model. In our main result, we exhibit a class of non-computable functions, and prove that every function o… ▽ More

    Submitted 28 July, 2009; v1 submitted 16 July, 2009; originally announced July 2009.