Skip to main content

Showing 1–8 of 8 results for author: Hayes, A

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

    cs.CY cs.AI

    Frontier AI Regulation: Managing Emerging Risks to Public Safety

    Authors: Markus Anderljung, Joslyn Barnhart, Anton Korinek, Jade Leung, Cullen O'Keefe, Jess Whittlestone, Shahar Avin, Miles Brundage, Justin Bullock, Duncan Cass-Beggs, Ben Chang, Tantum Collins, Tim Fist, Gillian Hadfield, Alan Hayes, Lewis Ho, Sara Hooker, Eric Horvitz, Noam Kolt, Jonas Schuett, Yonadav Shavit, Divya Siddarth, Robert Trager, Kevin Wolf

    Abstract: Advanced AI models hold the promise of tremendous benefits for humanity, but society needs to proactively manage the accompanying risks. In this paper, we focus on what we term "frontier AI" models: highly capable foundation models that could possess dangerous capabilities sufficient to pose severe risks to public safety. Frontier AI models pose a distinct regulatory challenge: dangerous capabilit… ▽ More

    Submitted 7 November, 2023; v1 submitted 6 July, 2023; originally announced July 2023.

    Comments: Update July 11th: - Added missing footnote back in. - Adjusted author order (mistakenly non-alphabetical among the first 6 authors) and adjusted affiliations (Jess Whittlestone's affiliation was mistagged and Gillian Hadfield had SRI added to her affiliations) Updated September 4th: Various typos

  2. arXiv:2301.00878  [pdf

    astro-ph.IM astro-ph.SR cs.DL physics.data-an physics.space-ph

    Science Platforms for Heliophysics Data Analysis

    Authors: Monica G. Bobra, Will T. Barnes, Thomas Y. Chen, Mark C. M. Cheung, Laura A. Hayes, Jack Ireland, Miho Janvier, Michael S. F. Kirk, James P. Mason, Stuart J. Mumford, Paul J. Wright

    Abstract: We recommend that NASA maintain and fund science platforms that enable interactive and scalable data analysis in order to maximize the scientific return of data collected from space-based instruments.

    Submitted 2 January, 2023; originally announced January 2023.

    Comments: Heliophysics 2050 White Paper

  3. arXiv:2209.03250  [pdf, ps, other

    cs.RO eess.SY

    Adaptive Passivity-Based Pose Tracking Control of Cable-Driven Parallel Robots for Multiple Attitude Parameterizations

    Authors: Sze Kwan Cheah, Alex Hayes, Ryan J. Caverly

    Abstract: The proposed control method uses an adaptive feedforward-based controller to establish a passive input-output map** for the CDPR that is used alongside a linear time-invariant strictly positive real feedback controller to guarantee robust closed-loop input-output stability and asymptotic pose trajectory tracking via the passivity theorem. A novelty of the proposed controller is its formulation f… ▽ More

    Submitted 7 September, 2022; originally announced September 2022.

  4. arXiv:2207.05751  [pdf, other

    quant-ph cs.CL

    A Synergistic Compilation Workflow for Tackling Crosstalk in Quantum Machines

    Authors: Fei Hua, Yuwei **, Ang Li, Chenxu Liu, Meng Wang, Yanhao Chen, Chi Zhang, Ari Hayes, Samuel Stein, Minghao Guo, Yipeng Huang, Eddy Z. Zhang

    Abstract: Near-term quantum systems tend to be noisy. Crosstalk noise has been recognized as one of several major types of noises in superconducting Noisy Intermediate-Scale Quantum (NISQ) devices. Crosstalk arises from the concurrent execution of two-qubit gates on nearby qubits, such as \texttt{CX}. It might significantly raise the error rate of gates in comparison to running them individually. Crosstalk… ▽ More

    Submitted 8 December, 2023; v1 submitted 12 July, 2022; originally announced July 2022.

  5. arXiv:1912.08198  [pdf, ps, other

    cs.LG cs.AI stat.ML

    srlearn: A Python Library for Gradient-Boosted Statistical Relational Models

    Authors: Alexander L. Hayes

    Abstract: We present srlearn, a Python library for boosted statistical relational models. We adapt the scikit-learn interface to this setting and provide examples for how this can be used to express learning and inference problems.

    Submitted 17 December, 2019; originally announced December 2019.

    Comments: Ninth International Workshop on Statistical Relational AI (StarAI 2020). Software online at https://github.com/hayesall/srlearn

  6. arXiv:1912.07650  [pdf, other

    cs.AI cs.DB cs.LG stat.ML

    User Friendly Automatic Construction of Background Knowledge: Mode Construction from ER Diagrams

    Authors: Alexander L. Hayes, Mayukh Das, Phillip Odom, Sriraam Natarajan

    Abstract: One of the key advantages of Inductive Logic Programming systems is the ability of the domain experts to provide background knowledge as modes that allow for efficient search through the space of hypotheses. However, there is an inherent assumption that this expert should also be an ILP expert to provide effective modes. We relax this assumption by designing a graphical user interface that allows… ▽ More

    Submitted 16 December, 2019; originally announced December 2019.

    Comments: 8 pages. Published in Proceedings of the Knowledge Capture Conference, 2017

    Journal ref: Proceedings of the Knowledge Capture Conference (2017) 30:1-30:8

  7. arXiv:1811.04968  [pdf, other

    quant-ph cs.ET cs.LG physics.comp-ph

    PennyLane: Automatic differentiation of hybrid quantum-classical computations

    Authors: Ville Bergholm, Josh Izaac, Maria Schuld, Christian Gogolin, Shahnawaz Ahmed, Vishnu Ajith, M. Sohaib Alam, Guillermo Alonso-Linaje, B. AkashNarayanan, Ali Asadi, Juan Miguel Arrazola, Utkarsh Azad, Sam Banning, Carsten Blank, Thomas R Bromley, Benjamin A. Cordier, Jack Ceroni, Alain Delgado, Olivia Di Matteo, Amintor Dusko, Tanya Garg, Diego Guala, Anthony Hayes, Ryan Hill, Aroosa Ijaz , et al. (43 additional authors not shown)

    Abstract: PennyLane is a Python 3 software framework for differentiable programming of quantum computers. The library provides a unified architecture for near-term quantum computing devices, supporting both qubit and continuous-variable paradigms. PennyLane's core feature is the ability to compute gradients of variational quantum circuits in a way that is compatible with classical techniques such as backpro… ▽ More

    Submitted 29 July, 2022; v1 submitted 12 November, 2018; originally announced November 2018.

    Comments: Code available at https://github.com/XanaduAI/pennylane/ . Significant contributions to the code (new features, new plugins, etc.) will be recognized by the opportunity to be a co-author on this paper

  8. arXiv:1605.02043  [pdf, other

    cs.DC cs.PL

    A Graph-based Model for GPU Caching Problems

    Authors: Lingda Li, Ari B. Hayes, Stephen A. Hackler, Eddy Z. Zhang, Mario Szegedy, Shuaiwen Leon Song

    Abstract: Modeling data sharing in GPU programs is a challenging task because of the massive parallelism and complex data sharing patterns provided by GPU architectures. Better GPU caching efficiency can be achieved through careful task scheduling among different threads. Traditionally, in the field of parallel computing, graph partition models are used to model data communication and guide task scheduling.… ▽ More

    Submitted 6 May, 2016; originally announced May 2016.

    Comments: Currently under submission