Skip to main content

Showing 1–6 of 6 results for author: Sun, J Z

Searching in archive cs. Search in all archives.
.
  1. Low Barrier Magnet Design for Efficient Hardware Binary Stochastic Neurons

    Authors: Orchi Hassan, Rafatul Faria, Kerem Y. Camsari, Jonathan Z. Sun, Supriyo Datta

    Abstract: Binary stochastic neurons (BSN's) form an integral part of many machine learning algorithms, motivating the development of hardware accelerators for this complex function. It has been recognized that hardware BSN's can be implemented using low barrier magnets (LBM's) by minimally modifying present-day magnetoresistive random access memory (MRAM) devices. A crucial parameter that determines the res… ▽ More

    Submitted 20 April, 2019; v1 submitted 10 February, 2019; originally announced February 2019.

    Journal ref: IEEE Magnetics Letters (2019)

  2. Distributed Quantization Networks

    Authors: John Z. Sun, Vivek K. Goyal

    Abstract: Several key results in distributed source coding offer the intuition that little improvement in compression can be gained from intersensor communication when the information is coded in long blocks. However, when sensors are restricted to code their observations in small blocks (e.g., 1), intelligent collaboration between sensors can greatly reduce distortion. For networks where sensors are allowe… ▽ More

    Submitted 31 October, 2012; originally announced October 2012.

    Journal ref: IEEE Trans. on Communications, vol. 61, no. 9, pp. 3931-3942, September 2013

  3. Distributed Functional Scalar Quantization Simplified

    Authors: John Z. Sun, Vinith Misra, Vivek K Goyal

    Abstract: Distributed functional scalar quantization (DFSQ) theory provides optimality conditions and predicts performance of data acquisition systems in which a computation on acquired data is desired. We address two limitations of previous works: prohibitively expensive decoder design and a restriction to sources with bounded distributions. We rigorously show that a much simpler decoder has equivalent asy… ▽ More

    Submitted 6 June, 2012; originally announced June 2012.

    Journal ref: IEEE Trans. on Signal Processing, vol. 61, no. 14, pp. 3495-3508, July 2013

  4. arXiv:1110.2098  [pdf, ps, other

    cs.LG

    Dynamic Matrix Factorization: A State Space Approach

    Authors: John Z. Sun, Kush R. Varshney, Karthik Subbian

    Abstract: Matrix factorization from a small number of observed entries has recently garnered much attention as the key ingredient of successful recommendation systems. One unresolved problem in this area is how to adapt current methods to handle changing user preferences over time. Recent proposals to address this issue are heuristic in nature and do not fully exploit the time-dependent structure of the pro… ▽ More

    Submitted 4 August, 2012; v1 submitted 10 October, 2011; originally announced October 2011.

  5. arXiv:0905.2214  [pdf, ps, other

    cs.DS cs.NI

    The Rainbow Skip Graph: A Fault-Tolerant Constant-Degree P2P Relay Structure

    Authors: Michael T. Goodrich, Michael J. Nelson, Jonathan Z. Sun

    Abstract: We present a distributed data structure, which we call the rainbow skip graph. To our knowledge, this is the first peer-to-peer data structure that simultaneously achieves high fault tolerance, constant-sized nodes, and fast update and query times for ordered data. It is a non-trivial adaptation of the SkipNet/skip-graph structures of Harvey et al. and Aspnes and Shah, so as to provide fault-tol… ▽ More

    Submitted 13 May, 2009; originally announced May 2009.

    Comments: Expanded version of a paper appearing in ACM-SIAM Symp. on Discrete Algorithms (SODA)

  6. arXiv:cs/0507049  [pdf, ps, other

    cs.CG

    The Skip Quadtree: A Simple Dynamic Data Structure for Multidimensional Data

    Authors: David Eppstein, Michael T. Goodrich, Jonathan Z. Sun

    Abstract: We present a new multi-dimensional data structure, which we call the skip quadtree (for point data in R^2) or the skip octree (for point data in R^d, with constant d>2). Our data structure combines the best features of two well-known data structures, in that it has the well-defined "box"-shaped regions of region quadtrees and the logarithmic-height search and update hierarchical structure of ski… ▽ More

    Submitted 19 July, 2005; originally announced July 2005.

    Comments: 12 pages, 3 figures. A preliminary version of this paper appeared in the 21st ACM Symp. Comp. Geom., Pisa, 2005, pp. 296-305

    ACM Class: F.2.2