Skip to main content

Showing 1–17 of 17 results for author: Peterson, E

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

    quant-ph cs.AR cs.ET

    Spatially parallel decoding for multi-qubit lattice surgery

    Authors: Sophia Fuhui Lin, Eric C. Peterson, Krishanu Sankar, Prasahnt Sivarajah

    Abstract: Running quantum algorithms protected by quantum error correction requires a real time, classical decoder. To prevent the accumulation of a backlog, this decoder must process syndromes from the quantum device at a faster rate than they are generated. Most prior work on real time decoding has focused on an isolated logical qubit encoded in the surface code. However, for surface code, quantum program… ▽ More

    Submitted 6 May, 2024; v1 submitted 2 March, 2024; originally announced March 2024.

  2. arXiv:2304.07687  [pdf, other

    cs.LG cs.CL cs.FL

    MLRegTest: A Benchmark for the Machine Learning of Regular Languages

    Authors: Sam van der Poel, Dakotah Lambert, Kalina Kostyszyn, Tiantian Gao, Rahul Verma, Derek Andersen, Joanne Chau, Emily Peterson, Cody St. Clair, Paul Fodor, Chihiro Shibata, Jeffrey Heinz

    Abstract: Evaluating machine learning (ML) systems on their ability to learn known classifiers allows fine-grained examination of the patterns they can learn, which builds confidence when they are applied to the learning of unknown classifiers. This article presents a new benchmark for ML systems on sequence classification called MLRegTest, which contains training, development, and test sets from 1,800 regu… ▽ More

    Submitted 8 November, 2023; v1 submitted 15 April, 2023; originally announced April 2023.

    Comments: 38 pages, MLRegTest benchmark available at https://doi.org/10.5061/dryad.dncjsxm4h , associated code at https://github.com/heinz-jeffrey/subregular-learning

  3. arXiv:2210.14277  [pdf, other

    cs.DC

    A distributed blossom algorithm for minimum-weight perfect matching

    Authors: Eric C. Peterson, Peter J. Karalekas

    Abstract: We describe a distributed, asynchronous variant of Edmonds's exact algorithm for producing perfect matchings of minimum weight. The development of this algorithm is driven by an application to online error correction in quantum computing, first envisioned by Fowler; we analyze the performance of our algorithm as applied to this domain in a sequel.

    Submitted 25 October, 2022; originally announced October 2022.

  4. arXiv:2208.08566  [pdf

    cs.AI cs.AR eess.SY

    Physical Computing for Materials Acceleration Platforms

    Authors: Erik Peterson, Alexander Lavin

    Abstract: A ''technology lottery'' describes a research idea or technology succeeding over others because it is suited to the available software and hardware, not necessarily because it is superior to alternative directions--examples abound, from the synergies of deep learning and GPUs to the disconnect of urban design and autonomous vehicles. The nascent field of Self-Driving Laboratories (SDL), particular… ▽ More

    Submitted 17 August, 2022; originally announced August 2022.

    Journal ref: MATTER, VOLUME 5, ISSUE 11, P3586-3596, NOVEMBER 02, 2022

  5. arXiv:2112.03235  [pdf, other

    cs.AI cs.CE cs.LG cs.MS

    Simulation Intelligence: Towards a New Generation of Scientific Methods

    Authors: Alexander Lavin, David Krakauer, Hector Zenil, Justin Gottschlich, Tim Mattson, Johann Brehmer, Anima Anandkumar, Sanjay Choudry, Kamil Rocki, Atılım Güneş Baydin, Carina Prunkl, Brooks Paige, Olexandr Isayev, Erik Peterson, Peter L. McMahon, Jakob Macke, Kyle Cranmer, Jiaxin Zhang, Haruko Wainwright, Adi Hanuka, Manuela Veloso, Samuel Assefa, Stephan Zheng, Avi Pfeffer

    Abstract: The original "Seven Motifs" set forth a roadmap of essential methods for the field of scientific computing, where a motif is an algorithmic method that captures a pattern of computation and data movement. We present the "Nine Motifs of Simulation Intelligence", a roadmap for the development and integration of the essential algorithms necessary for a merger of scientific computing, scientific simul… ▽ More

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

  6. arXiv:2111.03579  [pdf, other

    cs.IR

    A Semi-automatic Data Extraction System for Heterogeneous Data Sources: A Case Study from Cotton Industry

    Authors: Richi Nayak, Thirunavukarasu Balasubramaniam, Sangeetha Kutty, Sachindra Banduthilaka, Erin Peterson

    Abstract: With the recent developments in digitisation, there are increasing number of documents available online. There are several information extraction tools that are available to extract information from digitised documents. However, identifying precise answers to a given query is often a challenging task especially if the data source where the relevant information resides is unknown. This situation be… ▽ More

    Submitted 5 November, 2021; originally announced November 2021.

    Comments: Accepted in the 19th Australasian Data Mining Conference 2021

  7. arXiv:2103.08800  [pdf, other

    cs.LG cs.AI

    Predicting Opioid Use Disorder from Longitudinal Healthcare Data using Multi-stream Transformer

    Authors: Sajjad Fouladvand, Jeffery Talbert, Linda P. Dwoskin, Heather Bush, Amy Lynn Meadows, Lars E. Peterson, Ramakanth Kavuluru, ** Chen

    Abstract: Opioid Use Disorder (OUD) is a public health crisis costing the US billions of dollars annually in healthcare, lost workplace productivity, and crime. Analyzing longitudinal healthcare data is critical in addressing many real-world problems in healthcare. Leveraging the real-world longitudinal healthcare data, we propose a novel multi-stream transformer model called MUPOD for OUD identification. M… ▽ More

    Submitted 7 July, 2021; v1 submitted 15 March, 2021; originally announced March 2021.

    Comments: This manuscript has been accepted by AMIA 2021 for oral presentation on November 1, 2021

  8. aether: Distributed system emulation in Common Lisp

    Authors: Eric C. Peterson, Peter J. Karalekas

    Abstract: We describe a Common Lisp package suitable for the high-level design, specification, simulation, and instrumentation of real-time distributed algorithms and hardware on which to run them. We discuss various design decisions around the package structure, and we explore their consequences with small examples.

    Submitted 23 April, 2021; v1 submitted 11 November, 2020; originally announced November 2020.

    Comments: Final, for-publication version

    ACM Class: C.3; D.3.2

    Journal ref: Proceedings of the 14th European Lisp Symposium (2021)

  9. arXiv:2003.13961  [pdf, ps, other

    quant-ph cs.PL

    An Open-Source, Industrial-Strength Optimizing Compiler for Quantum Programs

    Authors: Robert S. Smith, Eric C. Peterson, Mark G. Skilbeck, Erik J. Davis

    Abstract: Quilc is an open-source, optimizing compiler for gate-based quantum programs written in Quil or QASM, two popular quantum programming languages. The compiler was designed with attention toward NISQ-era quantum computers, specifically recognizing that each quantum gate has a non-negligible and often irrecoverable cost toward a program's successful execution. Quilc's primary goal is to make authorin… ▽ More

    Submitted 31 March, 2020; originally announced March 2020.

  10. A quantum-classical cloud platform optimized for variational hybrid algorithms

    Authors: Peter J. Karalekas, Nikolas A. Tezak, Eric C. Peterson, Colm A. Ryan, Marcus P. da Silva, Robert S. Smith

    Abstract: In order to support near-term applications of quantum computing, a new compute paradigm has emerged--the quantum-classical cloud--in which quantum computers (QPUs) work in tandem with classical computers (CPUs) via a shared cloud infrastructure. In this work, we enumerate the architectural requirements of a quantum-classical cloud platform, and present a framework for benchmarking its runtime perf… ▽ More

    Submitted 30 May, 2020; v1 submitted 13 January, 2020; originally announced January 2020.

    Comments: 21 pages, 8 figures; updated references to match published version

    Journal ref: Quantum Sci. Technol. 5 024003 (2020)

  11. arXiv:1910.00095  [pdf, other

    eess.IV cs.CV q-bio.QM stat.AP

    Fitting IVIM with Variable Projection and Simplicial Optimization

    Authors: Shreyas Fadnavis, Hamza Farooq, Maryam Afzali, Christoph Lenglet, Tryphon Georgiou, Hu Cheng, Sharlene Newman, Shahnawaz Ahmed, Rafael Neto Henriques, Eric Peterson, Serge Koudoro, Ariel Rokem, Eleftherios Garyfallidis

    Abstract: Fitting multi-exponential models to Diffusion MRI (dMRI) data has always been challenging due to various underlying complexities. In this work, we introduce a novel and robust fitting framework for the standard two-compartment IVIM microstructural model. This framework provides a significant improvement over the existing methods and helps estimate the associated diffusion and perfusion parameters… ▽ More

    Submitted 15 February, 2020; v1 submitted 27 September, 2019; originally announced October 2019.

  12. arXiv:1901.00586  [pdf, other

    cs.CR cs.AI cs.GT cs.SI

    Draining the Water Hole: Mitigating Social Engineering Attacks with CyberTWEAK

    Authors: Zheyuan Ryan Shi, Aaron Schlenker, Brian Hay, Daniel Bittleston, Siyu Gao, Emily Peterson, John Trezza, Fei Fang

    Abstract: Cyber adversaries have increasingly leveraged social engineering attacks to breach large organizations and threaten the well-being of today's online users. One clever technique, the "watering hole" attack, compromises a legitimate website to execute drive-by download attacks by redirecting users to another malicious domain. We introduce a game-theoretic model that captures the salient aspects for… ▽ More

    Submitted 19 November, 2019; v1 submitted 2 January, 2019; originally announced January 2019.

    Comments: IAAI-20, AICS-2020 Workshop

    Report number: AICS/2019/02

  13. arXiv:1812.09955  [pdf, ps, other

    math.CO cs.DM

    Cops, robbers, and burning bridges

    Authors: William B. Kinnersley, Eric Peterson

    Abstract: We consider a variant of Cops and Robbers wherein each edge traversed by the robber is deleted from the graph. The focus is on determining the minimum number of cops needed to capture a robber on a graph $G$, called the {\em bridge-burning cop number} of $G$ and denoted $c_b(G)$. We determine $c_b(G)$ exactly for several elementary classes of graphs and give a polynomial-time algorithm to compute… ▽ More

    Submitted 24 December, 2018; originally announced December 2018.

    MSC Class: Primary 05C57; Secondary 05C85

  14. arXiv:1809.09147  [pdf, other

    cs.LG cs.AI stat.ML

    Better Safe than Sorry: Evidence Accumulation Allows for Safe Reinforcement Learning

    Authors: Akshat Agarwal, Abhinau Kumar V, Kyle Dunovan, Erik Peterson, Timothy Verstynen, Katia Sycara

    Abstract: In the real world, agents often have to operate in situations with incomplete information, limited sensing capabilities, and inherently stochastic environments, making individual observations incomplete and unreliable. Moreover, in many situations it is preferable to delay a decision rather than run the risk of making a bad decision. In such situations it is necessary to aggregate information befo… ▽ More

    Submitted 24 September, 2018; originally announced September 2018.

    Comments: 8 pages, 3 figures. Code available at https://github.com/agakshat/evidence-accumulation

  15. arXiv:1809.03406  [pdf, other

    cs.AI

    Combining imagination and heuristics to learn strategies that generalize

    Authors: Erik J Peterson, Necati Alp Müyesser, Timothy Verstynen, Kyle Dunovan

    Abstract: Deep reinforcement learning can match or exceed human performance in stable contexts, but with minor changes to the environment artificial networks, unlike humans, often cannot adapt. Humans rely on a combination of heuristics to simplify computational load and imagination to extend experiential learning to new and more challenging environments. Motivated by theories of the hierarchical organizati… ▽ More

    Submitted 11 June, 2020; v1 submitted 10 September, 2018; originally announced September 2018.

  16. arXiv:1806.04506  [pdf, other

    cs.DC

    Techniques for Efficiently Handling Power Surges in Fuel Cell Powered Data Centers: Modeling, Analysis, Results

    Authors: Yang Li, Di Wang, Saugata Ghose, Jie Liu, Sriram Govindan, Sean James, Eric Peterson, John Siegler, Rachata Ausavarungnirun, Onur Mutlu

    Abstract: Fuel cells are a promising power source for future data centers, offering high energy efficiency, low greenhouse gas emissions, and high reliability. However, due to mechanical limitations related to fuel delivery, fuel cells are slow to adjust to sudden increases in data center power demands, which can result in temporary power shortfalls. To mitigate the impact of power shortfalls, prior work ha… ▽ More

    Submitted 12 June, 2018; originally announced June 2018.

  17. arXiv:0907.2376  [pdf, other

    cs.GT cs.DM

    Cooperation in Subset Team Games: Altruism and Selfishness

    Authors: Elisha Peterson

    Abstract: This paper extends the theory of subset team games, a generalization of cooperative game theory requiring a payoff function that is defined for all subsets of players. This subset utility is used to define both altruistic and selfish contributions of a player to the team. We investigate properties of these games, and analyze the implications of altruism and selfishness for general situations, fo… ▽ More

    Submitted 14 July, 2009; originally announced July 2009.