Skip to main content

Showing 1–38 of 38 results for author: McGregor, A

.
  1. arXiv:2405.09464  [pdf, other

    quant-ph cs.PF

    Scalable Scheduling Policies for Quantum Satellite Networks

    Authors: Albert Williams, Nitish K. Panigrahy, Andrew McGregor, Don Towsley

    Abstract: As Low Earth Orbit (LEO) satellite mega constellations continue to be deployed for satellite internet and recent successful experiments in satellite-based quantum entanglement distribution emerge, a natural question arises: How should we coordinate transmissions and design scalable scheduling policies for a quantum satellite internet? In this work, we consider the problem of transmission schedulin… ▽ More

    Submitted 15 May, 2024; originally announced May 2024.

  2. arXiv:2405.04261  [pdf, ps, other

    cs.IT cs.DS

    Graph Reconstruction from Noisy Random Subgraphs

    Authors: Andrew McGregor, Rik Sengupta

    Abstract: We consider the problem of reconstructing an undirected graph $G$ on $n$ vertices given multiple random noisy subgraphs or "traces". Specifically, a trace is generated by sampling each vertex with probability $p_v$, then taking the resulting induced subgraph on the sampled vertices, and then adding noise in the form of either (a) deleting each edge in the subgraph with probability $1-p_e$, or (b)… ▽ More

    Submitted 7 May, 2024; originally announced May 2024.

    Comments: 6 pages, to appear in ISIT 2024

  3. arXiv:2403.14087  [pdf, ps, other

    cs.DS

    Improved Algorithms for Maximum Coverage in Dynamic and Random Order Streams

    Authors: Amit Chakrabarti, Andrew McGregor, Anthony Wirth

    Abstract: The maximum coverage problem is to select $k$ sets from a collection of sets such that the cardinality of the union of the selected sets is maximized. We consider $(1-1/e-ε)$-approximation algorithms for this NP-hard problem in three standard data stream models. 1. {\em Dynamic Model.} The stream consists of a sequence of sets being inserted and deleted. Our multi-pass algorithm uses… ▽ More

    Submitted 20 March, 2024; originally announced March 2024.

    ACM Class: F.2.2

  4. arXiv:2307.12482  [pdf, ps, other

    cs.DS cs.DM cs.GT math.CO

    Tight Approximations for Graphical House Allocation

    Authors: Hadi Hosseini, Andrew McGregor, Rik Sengupta, Rohit Vaish, Vignesh Viswanathan

    Abstract: The Graphical House Allocation problem asks: how can $n$ houses (each with a fixed non-negative value) be assigned to the vertices of an undirected graph $G$, so as to minimize the "aggregate local envy", i.e., the sum of absolute differences along the edges of $G$? This problem generalizes the classical Minimum Linear Arrangement problem, as well as the well-known House Allocation Problem from Ec… ▽ More

    Submitted 12 October, 2023; v1 submitted 23 July, 2023; originally announced July 2023.

  5. arXiv:2211.06536  [pdf, other

    cs.LG

    Improving the Efficiency of the PC Algorithm by Using Model-Based Conditional Independence Tests

    Authors: Erica Cai, Andrew McGregor, David Jensen

    Abstract: Learning causal structure is useful in many areas of artificial intelligence, including planning, robotics, and explanation. Constraint-based structure learning algorithms such as PC use conditional independence (CI) tests to infer causal structure. Traditionally, constraint-based algorithms perform CI tests with a preference for smaller-sized conditioning sets, partially because the statistical p… ▽ More

    Submitted 11 November, 2022; originally announced November 2022.

    Comments: Accepted at NeurIPS 2022 Workshop on Causality for Real-world Impact; 8 pages of main text including references

  6. arXiv:2207.02817  [pdf, ps, other

    cs.DS

    Non-Adaptive Edge Counting and Sampling via Bipartite Independent Set Queries

    Authors: Raghavendra Addanki, Andrew McGregor, Cameron Musco

    Abstract: We study the problem of estimating the number of edges in an $n$-vertex graph, accessed via the Bipartite Independent Set query model introduced by Beame et al. (ITCS '18). In this model, each query returns a Boolean, indicating the existence of at least one edge between two specified sets of nodes. We present a non-adaptive algorithm that returns a $(1\pm ε)$ relative error approximation to the n… ▽ More

    Submitted 6 July, 2022; originally announced July 2022.

    Comments: European Symposium on Algorithms (ESA) 2022

  7. arXiv:2205.09804  [pdf, ps, other

    cs.DS cs.IT cs.LG

    Estimation of Entropy in Constant Space with Improved Sample Complexity

    Authors: Maryam Aliakbarpour, Andrew McGregor, Jelani Nelson, Erik Waingarten

    Abstract: Recent work of Acharya et al. (NeurIPS 2019) showed how to estimate the entropy of a distribution $\mathcal D$ over an alphabet of size $k$ up to $\pmε$ additive error by streaming over $(k/ε^3) \cdot \text{polylog}(1/ε)$ i.i.d. samples and using only $O(1)$ words of memory. In this work, we give a new constant memory scheme that reduces the sample complexity to $(k/ε^2)\cdot \text{polylog}(1/ε)$.… ▽ More

    Submitted 19 May, 2022; originally announced May 2022.

  8. arXiv:2201.06678  [pdf, other

    cs.DS

    Improved Approximation and Scalability for Fair Max-Min Diversification

    Authors: Raghavendra Addanki, Andrew McGregor, Alexandra Meliou, Zafeiria Moumoulidou

    Abstract: Given an $n$-point metric space $(\mathcal{X},d)$ where each point belongs to one of $m=O(1)$ different categories or groups and a set of integers $k_1, \ldots, k_m$, the fair Max-Min diversification problem is to select $k_i$ points belonging to category $i\in [m]$, such that the minimum pairwise distance between selected points is maximized. The problem was introduced by Moumoulidou et al. [ICDT… ▽ More

    Submitted 17 January, 2022; originally announced January 2022.

    Comments: To appear in ICDT 2022

  9. arXiv:2105.08215  [pdf, ps, other

    cs.DS

    Vertex Ordering Problems in Directed Graph Streams

    Authors: Amit Chakrabarti, Prantar Ghosh, Andrew McGregor, Sofya Vorotnikova

    Abstract: We consider directed graph algorithms in a streaming setting, focusing on problems concerning orderings of the vertices. This includes such fundamental problems as topological sorting and acyclicity testing. We also study the related problems of finding a minimum feedback arc set (edges whose removal yields an acyclic graph), and finding a sink vertex. We are interested in both adversarially-order… ▽ More

    Submitted 17 May, 2021; originally announced May 2021.

    Comments: Appeared in SODA 2020

  10. arXiv:2102.08476  [pdf, other

    cs.DS

    Maximum Coverage in the Data Stream Model: Parameterized and Generalized

    Authors: Andrew McGregor, David Tench, Hoa T. Vu

    Abstract: We present algorithms for the Max-Cover and Max-Unique-Cover problems in the data stream model. The input to both problems are $m$ subsets of a universe of size $n$ and a value $k\in [m]$. In Max-Cover, the problem is to find a collection of at most $k$ sets such that the number of elements covered by at least one set is maximized. In Max-Unique-Cover, the problem is to find a collection of at mos… ▽ More

    Submitted 16 February, 2021; originally announced February 2021.

    Comments: Conference version to appear at ICDT 2021

  11. arXiv:2012.13976  [pdf, ps, other

    cs.DS cs.LG stat.ML

    Intervention Efficient Algorithms for Approximate Learning of Causal Graphs

    Authors: Raghavendra Addanki, Andrew McGregor, Cameron Musco

    Abstract: We study the problem of learning the causal relationships between a set of observed variables in the presence of latents, while minimizing the cost of interventions on the observed variables. We assume access to an undirected graph $G$ on the observed variables whose edges represent either all direct causal relationships or, less restrictively, a superset of causal relationships (identified, e.g.,… ▽ More

    Submitted 27 December, 2020; originally announced December 2020.

    Comments: To appear, International Conference on Algorithmic Learning Theory(ALT) 2021

  12. arXiv:2010.09141  [pdf, other

    cs.DS

    Diverse Data Selection under Fairness Constraints

    Authors: Zafeiria Moumoulidou, Andrew McGregor, Alexandra Meliou

    Abstract: Diversity is an important principle in data selection and summarization, facility location, and recommendation systems. Our work focuses on maximizing diversity in data selection, while offering fairness guarantees. In particular, we offer the first study that augments the Max-Min diversification objective with fairness constraints. More specifically, given a universe $U$ of $n$ elements that can… ▽ More

    Submitted 18 October, 2020; originally announced October 2020.

  13. arXiv:2005.11736  [pdf, other

    cs.LG cs.DS stat.ML

    Efficient Intervention Design for Causal Discovery with Latents

    Authors: Raghavendra Addanki, Shiva Prasad Kasiviswanathan, Andrew McGregor, Cameron Musco

    Abstract: We consider recovering a causal graph in presence of latent variables, where we seek to minimize the cost of interventions used in the recovery process. We consider two intervention cost models: (1) a linear cost model where the cost of an intervention on a subset of variables has a linear form, and (2) an identity cost model where the cost of an intervention is the same, regardless of what variab… ▽ More

    Submitted 12 July, 2020; v1 submitted 24 May, 2020; originally announced May 2020.

    Comments: International Conference on Machine Learning 2020

  14. arXiv:2002.11661  [pdf, other

    cs.DS cs.LG physics.data-an stat.ML

    Data Structures & Algorithms for Exact Inference in Hierarchical Clustering

    Authors: Craig S. Greenberg, Sebastian Macaluso, Nicholas Monath, Ji-Ah Lee, Patrick Flaherty, Kyle Cranmer, Andrew McGregor, Andrew McCallum

    Abstract: Hierarchical clustering is a fundamental task often used to discover meaningful structures in data, such as phylogenetic trees, taxonomies of concepts, subtypes of cancer, and cascades of particle decays in particle physics. Typically approximate algorithms are used for inference due to the combinatorial number of possible hierarchical clusterings. In contrast to existing methods, we present novel… ▽ More

    Submitted 22 October, 2020; v1 submitted 26 February, 2020; originally announced February 2020.

    Comments: 27 pages, 12 figures

  15. arXiv:2001.06776  [pdf, ps, other

    cs.LG stat.ML

    Algebraic and Analytic Approaches for Parameter Learning in Mixture Models

    Authors: Akshay Krishnamurthy, Arya Mazumdar, Andrew McGregor, Soumyabrata Pal

    Abstract: We present two different approaches for parameter learning in several mixture models in one dimension. Our first approach uses complex-analytic methods and applies to Gaussian mixtures with shared variance, binomial mixtures with shared success probability, and Poisson mixtures, among others. An example result is that $\exp(O(N^{1/3}))$ samples suffice to exactly learn a mixture of $k<N$ Poisson d… ▽ More

    Submitted 19 January, 2020; originally announced January 2020.

    Comments: 22 pages, Accepted at Algorithmic Learning Theory (ALT) 2020

  16. arXiv:1910.14106  [pdf, ps, other

    cs.LG cs.IT stat.ML

    Sample Complexity of Learning Mixtures of Sparse Linear Regressions

    Authors: Akshay Krishnamurthy, Arya Mazumdar, Andrew McGregor, Soumyabrata Pal

    Abstract: In the problem of learning mixtures of linear regressions, the goal is to learn a collection of signal vectors from a sequence of (possibly noisy) linear measurements, where each measurement is evaluated on an unknown signal drawn uniformly from this collection. This setting is quite expressive and has been studied both in terms of practical applications and for the sake of establishing theoretica… ▽ More

    Submitted 30 October, 2019; originally announced October 2019.

    Comments: NeurIPS 2019

  17. arXiv:1904.09618  [pdf, ps, other

    cs.DS cs.IT

    Trace Reconstruction: Generalized and Parameterized

    Authors: Akshay Krishnamurthy, Arya Mazumdar, Andrew McGregor, Soumyabrata Pal

    Abstract: In the beautifully simple-to-state problem of trace reconstruction, the goal is to reconstruct an unknown binary string $x$ given random "traces" of $x$ where each trace is generated by deleting each coordinate of $x$ independently with probability $p<1$. The problem is well studied both when the unknown string is arbitrary and when it is chosen uniformly at random. For both settings, there is sti… ▽ More

    Submitted 13 March, 2021; v1 submitted 21 April, 2019; originally announced April 2019.

  18. arXiv:1902.04738  [pdf, other

    cs.PL cs.DS cs.PF

    Mesh: Compacting Memory Management for C/C++ Applications

    Authors: Bobby Powers, David Tench, Emery D. Berger, Andrew McGregor

    Abstract: Programs written in C/C++ can suffer from serious memory fragmentation, leading to low utilization of memory, degraded performance, and application failure due to memory exhaustion. This paper introduces Mesh, a plug-in replacement for malloc that, for the first time, eliminates fragmentation in unmodified C/C++ applications. Mesh combines novel randomized algorithms with widely-supported virtual… ▽ More

    Submitted 16 February, 2019; v1 submitted 12 February, 2019; originally announced February 2019.

    Comments: Draft version, accepted at PLDI 2019

  19. arXiv:1812.02023  [pdf, ps, other

    cs.DS

    Correlation Clustering in Data Streams

    Authors: Kook ** Ahn, Graham Cormode, Sudipto Guha, Andrew McGregor, Anthony Wirth

    Abstract: Clustering is a fundamental tool for analyzing large data sets. A rich body of work has been devoted to designing data-stream algorithms for the relevant optimization problems such as $k$-center, $k$-median, and $k$-means. Such algorithms need to be both time and and space efficient. In this paper, we address the problem of correlation clustering in the dynamic data stream model. The stream consis… ▽ More

    Submitted 5 December, 2018; originally announced December 2018.

  20. arXiv:1706.09197  [pdf, other

    cs.IT

    Storage Capacity as an Information-Theoretic Vertex Cover and the Index Coding Rate

    Authors: Arya Mazumdar, Andrew McGregor, Sofya Vorotnikova

    Abstract: Motivated by applications in distributed storage, the storage capacity of a graph was recently defined to be the maximum amount of information that can be stored across the vertices of a graph such that the information at any vertex can be recovered from the information stored at the neighboring vertices. Computing the storage capacity is a fundamental problem in network coding and is related, or… ▽ More

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

    Comments: A shorter version of this paper in the proceedings of the IEEE International Symposium on Information Theory, 2017 contains an error. The approximation factor for index coding rate for planar graphs was wrongly claimed to be 1.923. The correct approximation factor of our method is 2, and we have corrected Theorem 3 in this version

  21. arXiv:1612.02531  [pdf, ps, other

    cs.DS

    A Note on Logarithmic Space Stream Algorithms for Matchings in Low Arboricity Graphs

    Authors: Andrew McGregor, Sofya Vorotnikova

    Abstract: We present a data stream algorithm for estimating the size of the maximum matching of a low arboricity graph. Recall that a graph has arboricity $α$ if its edges can be partitioned into at most $α$ forests and that a planar graph has arboricity $α=3$. Estimating the size of the maximum matching in such graphs has been a focus of recent data stream research. A surprising result on this problem wa… ▽ More

    Submitted 14 August, 2017; v1 submitted 8 December, 2016; originally announced December 2016.

    Comments: An update to the proof of Theorem 3. See paper for details

  22. arXiv:1610.06199  [pdf, other

    cs.DS

    Better Streaming Algorithms for the Maximum Coverage Problem

    Authors: Andrew McGregor, Hoa T. Vu

    Abstract: We study the classic NP-Hard problem of finding the maximum $k$-set coverage in the data stream model: given a set system of $m$ sets that are subsets of a universe $\{1,\ldots,n \}$, find the $k$ sets that cover the most number of distinct elements. The problem can be approximated up to a factor $1-1/e$ in polynomial time. In the streaming-set model, the sets and their elements are revealed onlin… ▽ More

    Submitted 9 May, 2018; v1 submitted 19 October, 2016; originally announced October 2016.

    Comments: - A preliminary version appeared in ICDT 2017 - Fix typos

  23. arXiv:1604.01097  [pdf, other

    math.NA

    A Dispersion Minimized Mimetic Method for Cold Plasma

    Authors: V. A. Bokil, V. Gyrya, D. A. McGregor

    Abstract: In this paper we consider the lowest edge-based mimetic finite difference (MFD) discretization in space for Maxwell's equations in cold plasma on rectangular meshes. The method uses a generalized form of mass lum** that, on one hand, eliminates a need for linear solves at every iteration while, on the other hand, retains a set of free parameters of the MFD discretization. We perform an optimizat… ▽ More

    Submitted 4 April, 2016; originally announced April 2016.

    Comments: 19 pages, 5 figures, 2 tables

    MSC Class: 65M06; 65M60; 78M20; 78M10

  24. arXiv:1506.04417  [pdf, ps, other

    cs.DS

    Densest Subgraph in Dynamic Graph Streams

    Authors: Andrew McGregor, David Tench, Sofya Vorotnikova, Hoa T. Vu

    Abstract: In this paper, we consider the problem of approximating the densest subgraph in the dynamic graph stream model. In this model of computation, the input graph is defined by an arbitrary sequence of edge insertions and deletions and the goal is to analyze properties of the resulting graph given memory that is sub-linear in the size of the stream. We present a single-pass algorithm that returns a… ▽ More

    Submitted 14 June, 2015; originally announced June 2015.

    Comments: To appear in MFCS 2015

  25. arXiv:1506.02574  [pdf, other

    cs.DS

    Catching the head, tail, and everything in between: a streaming algorithm for the degree distribution

    Authors: Olivia Simpson, C. Seshadhri, Andrew McGregor

    Abstract: The degree distribution is one of the most fundamental graph properties of interest for real-world graphs. It has been widely observed in numerous domains that graphs typically have a tailed or scale-free degree distribution. While the average degree is usually quite small, the variance is quite high and there are vertices with degrees at all scales. We focus on the problem of approximating the de… ▽ More

    Submitted 25 November, 2015; v1 submitted 8 June, 2015; originally announced June 2015.

  26. arXiv:1505.01731  [pdf, other

    cs.DS

    Kernelization via Sampling with Applications to Dynamic Graph Streams

    Authors: Rajesh Chitnis, Graham Cormode, Hossein Esfandiari, MohammadTaghi Hajiaghayi, Andrew McGregor, Morteza Monemizadeh, Sofya Vorotnikova

    Abstract: In this paper we present a simple but powerful subgraph sampling primitive that is applicable in a variety of computational models including dynamic graph streams (where the input graph is defined by a sequence of edge/hyperedge insertions and deletions) and distributed systems such as MapReduce. In the case of dynamic graph streams, we use this primitive to prove the following results: -- Match… ▽ More

    Submitted 7 May, 2015; originally announced May 2015.

  27. arXiv:1504.06501  [pdf, other

    cs.DS

    Run Generation Revisited: What Goes Up May or May Not Come Down

    Authors: Michael A. Bender, Samuel McCauley, Andrew McGregor, Shikha Singh, Hoa T. Vu

    Abstract: In this paper, we revisit the classic problem of run generation. Run generation is the first phase of external-memory sorting, where the objective is to scan through the data, reorder elements using a small buffer of size M , and output runs (contiguously sorted chunks of elements) that are as long as possible. We develop algorithms for minimizing the total number of runs (or equivalently, maxim… ▽ More

    Submitted 24 April, 2015; originally announced April 2015.

  28. arXiv:1503.05225  [pdf, ps, other

    cs.DS cs.CG cs.IT

    Sketching, Embedding, and Dimensionality Reduction for Information Spaces

    Authors: Amirali Abdullah, Ravi Kumar, Andrew McGregor, Sergei Vassilvitskii, Suresh Venkatasubramanian

    Abstract: Information distances like the Hellinger distance and the Jensen-Shannon divergence have deep roots in information theory and machine learning. They are used extensively in data analysis especially when the objects being compared are high dimensional empirical probability distributions built from data. However, we lack common tools needed to actually use information distances in applications effic… ▽ More

    Submitted 17 March, 2015; originally announced March 2015.

  29. arXiv:1206.4668  [pdf

    cs.LG cs.DS stat.ML

    Approximate Principal Direction Trees

    Authors: Mark McCartin-Lim, Andrew McGregor, Rui Wang

    Abstract: We introduce a new spatial data structure for high dimensional data called the \emph{approximate principal direction tree} (APD tree) that adapts to the intrinsic dimension of the data. Our algorithm ensures vector-quantization accuracy similar to that of computationally-expensive PCA trees with similar time-complexity to that of lower-accuracy RP trees. APD trees use a small number of power-met… ▽ More

    Submitted 18 June, 2012; originally announced June 2012.

    Comments: ICML2012

  30. arXiv:1004.3304  [pdf, ps, other

    cs.CC cs.DS

    Information Cost Tradeoffs for Augmented Index and Streaming Language Recognition

    Authors: Amit Chakrabarti, Graham Cormode, Ranganath Kondapally, Andrew McGregor

    Abstract: This paper makes three main contributions to the theory of communication complexity and stream computation. First, we present new bounds on the information complexity of AUGMENTED-INDEX. In contrast to analogous results for INDEX by Jain, Radhakrishnan and Sen [J. ACM, 2009], we have to overcome the significant technical challenge that protocols for AUGMENTED-INDEX may violate the "rectangle prope… ▽ More

    Submitted 19 April, 2010; originally announced April 2010.

  31. arXiv:0912.4742  [pdf, other

    cs.DB cs.CR

    Optimizing Histogram Queries under Differential Privacy

    Authors: Chao Li, Michael Hay, Vibhor Rastogi, Gerome Miklau, Andrew McGregor

    Abstract: Differential privacy is a robust privacy standard that has been successfully applied to a range of data analysis tasks. Despite much recent work, optimal strategies for answering a collection of correlated queries are not known. We study the problem of devising a set of strategy queries, to be submitted and answered privately, that will support the answers to a given workload of queries. We prop… ▽ More

    Submitted 6 September, 2010; v1 submitted 23 December, 2009; originally announced December 2009.

    Comments: 22 pages, 1 figure

  32. arXiv:0808.2222  [pdf, ps, other

    cs.DS

    Better Bounds for Frequency Moments in Random-Order Streams

    Authors: Alexandr Andoni, Andrew McGregor, Krzysztof Onak, Rina Panigrahy

    Abstract: Estimating frequency moments of data streams is a very well studied problem and tight bounds are known on the amount of space that is necessary and sufficient when the stream is adversarially ordered. Recently, motivated by various practical considerations and applications in learning and statistics, there has been growing interest into studying streams that are randomly ordered. In the paper we… ▽ More

    Submitted 15 August, 2008; originally announced August 2008.

    Comments: 4 pages

  33. arXiv:0710.0083  [pdf, ps, other

    cs.DS

    Sorting and Selection with Random Costs

    Authors: Stanislav Angelov, Keshav Kunal, Andrew McGregor

    Abstract: There is a growing body of work on sorting and selection in models other than the unit-cost comparison model. This work is the first treatment of a natural stochastic variant of the problem where the cost of comparing two elements is a random variable. Each cost is chosen independently and is known to the algorithm. In particular we consider the following three models: each cost is chosen unifor… ▽ More

    Submitted 29 September, 2007; originally announced October 2007.

  34. arXiv:0704.2258  [pdf, ps, other

    cs.IT

    On the Hardness of Approximating Stop** and Trap** Sets in LDPC Codes

    Authors: Andrew McGregor, Olgica Milenkovic

    Abstract: We prove that approximating the size of stop** and trap** sets in Tanner graphs of linear block codes, and more restrictively, the class of low-density parity-check (LDPC) codes, is NP-hard. The ramifications of our findings are that methods used for estimating the height of the error-floor of moderate- and long-length LDPC codes based on stop** and trap** set enumeration cannot provide… ▽ More

    Submitted 3 August, 2008; v1 submitted 17 April, 2007; originally announced April 2007.

    Comments: 16 pages, 6 figure, submitted journal version

  35. arXiv:cs/0612031  [pdf, ps, other

    cs.DS cs.DB

    Estimating Aggregate Properties on Probabilistic Streams

    Authors: Andrew McGregor, S. Muthukrishnan

    Abstract: The probabilistic-stream model was introduced by Jayram et al. \cite{JKV07}. It is a generalization of the data stream model that is suited to handling ``probabilistic'' data where each item of the stream represents a probability distribution over a set of possible events. Therefore, a probabilistic stream determines a distribution over potentially a very large number of classical "deterministic… ▽ More

    Submitted 5 December, 2006; originally announced December 2006.

    Comments: 11 pages

  36. arXiv:cs/0508122  [pdf, ps, other

    cs.DS cs.IT

    Streaming and Sublinear Approximation of Entropy and Information Distances

    Authors: Sudipto Guha, Andrew McGregor, Suresh Venkatasubramanian

    Abstract: In many problems in data mining and machine learning, data items that need to be clustered or classified are not points in a high-dimensional space, but are distributions (points on a high dimensional simplex). For distributions, natural measures of distance are not the $\ell_p$ norms and variants, but information-theoretic measures like the Kullback-Leibler distance, the Hellinger distance, and… ▽ More

    Submitted 29 August, 2005; v1 submitted 27 August, 2005; originally announced August 2005.

    Comments: 18 pages

  37. arXiv:cs/0407011  [pdf, ps, other

    cs.IT

    Distance distribution of binary codes and the error probability of decoding

    Authors: Alexander Barg, Andrew McGregor

    Abstract: We address the problem of bounding below the probability of error under maximum likelihood decoding of a binary code with a known distance distribution used on a binary symmetric channel. An improved upper bound is given for the maximum attainable exponent of this probability (the reliability function of the channel). In particular, we prove that the ``random coding exponent'' is the true value… ▽ More

    Submitted 29 July, 2005; v1 submitted 4 July, 2004; originally announced July 2004.

    Comments: 16 pages, 3 figures. Submitted to IEEE Transactions on Information Theory. The revision was done for a final journal version (it may still be different from the published version)

    Journal ref: IEEE Transactions on Information Theory vol. 51, no. 12, pp. 4237-4246 (2005).

  38. arXiv:nucl-ex/0205006  [pdf, ps, other

    nucl-ex

    First Results from the Sudbury Neutrino Observatory

    Authors: Gordon A. McGregor

    Abstract: The Sudbury Neutrino Observatory (SNO) is a water imaging Cherenkov detector. Utilising a 1 kilotonne ultra-pure D2O target, it is the first experiment to have equal sensitivity to all flavours of active neutrinos. This allows a solar-model independent test of the neutrino oscillation hypothesis to be made. Solar neutrinos from the decay of 8B have been detected at SNO by the charged-current (CC… ▽ More

    Submitted 14 May, 2002; originally announced May 2002.

    Comments: 7 pages, 5 figures, to be published in the proceedings of the conference: Recontres de Moriond, Electroweak Interactions and Unified Theories (2002)