Zum Hauptinhalt springen

Showing 1–17 of 17 results for author: Powers, S

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

    cs.AI cs.CY cs.GT cs.MA math.DS

    Trust AI Regulation? Discerning users are vital to build trust and effective AI regulation

    Authors: Zainab Alalawi, Paolo Bova, Theodor Cimpeanu, Alessandro Di Stefano, Manh Hong Duong, Elias Fernandez Domingos, The Anh Han, Marcus Krellner, Bianca Ogbo, Simon T. Powers, Filippo Zimmaro

    Abstract: There is general agreement that some form of regulation is necessary both for AI creators to be incentivised to develop trustworthy systems, and for users to actually trust those systems. But there is much debate about what form these regulations should take and how they should be implemented. Most work in this area has been qualitative, and has not been able to make formal predictions. Here, we p… ▽ More

    Submitted 14 March, 2024; originally announced March 2024.

  2. arXiv:2306.02413  [pdf, other

    cs.RO cs.AI

    Evaluating Continual Learning on a Home Robot

    Authors: Sam Powers, Abhinav Gupta, Chris Paxton

    Abstract: Robots in home environments need to be able to learn new skills continuously as data becomes available, becoming ever more capable over time while using as little real-world data as possible. However, traditional robot learning approaches typically assume large amounts of iid data, which is inconsistent with this goal. In contrast, continual learning methods like CLEAR and SANE allow autonomous ag… ▽ More

    Submitted 4 June, 2023; originally announced June 2023.

  3. arXiv:2304.11235  [pdf, other

    cs.RO cs.AI

    Spatial-Language Attention Policies for Efficient Robot Learning

    Authors: Priyam Parashar, Vidhi Jain, Xiaohan Zhang, Jay Vakil, Sam Powers, Yonatan Bisk, Chris Paxton

    Abstract: Despite great strides in language-guided manipulation, existing work has been constrained to table-top settings. Table-tops allow for perfect and consistent camera angles, properties are that do not hold in mobile manipulation. Task plans that involve moving around the environment must be robust to egocentric views and changes in the plane and angle of grasp. A further challenge is ensuring this i… ▽ More

    Submitted 7 November, 2023; v1 submitted 21 April, 2023; originally announced April 2023.

  4. arXiv:2301.00141  [pdf, other

    cs.LG cs.AI

    Self-Activating Neural Ensembles for Continual Reinforcement Learning

    Authors: Sam Powers, Eliot Xing, Abhinav Gupta

    Abstract: The ability for an agent to continuously learn new skills without catastrophically forgetting existing knowledge is of critical importance for the development of generally intelligent agents. Most methods devised to address this problem depend heavily on well-defined task boundaries, and thus depend on human supervision. Our task-agnostic method, Self-Activating Neural Ensembles (SANE), uses a mod… ▽ More

    Submitted 31 December, 2022; originally announced January 2023.

    Comments: Code available here: https://github.com/AGI-Labs/continual_rl

    Journal ref: Proceedings of The 1st Conference on Lifelong Learning Agents, PMLR 199:683-704, 2022

  5. arXiv:2211.10198  [pdf, other

    cs.MA

    Promoting Social Behaviour in Reducing Peak Electricity Consumption Using Multi-Agent Systems

    Authors: Nathan A. Brooks, Simon T. Powers, James M. Borg

    Abstract: As we transition to renewable energy sources, addressing their inflexibility during peak demand becomes crucial. It is therefore important to reduce the peak load placed on our energy system. For households, this entails spreading high-power appliance usage like dishwashers and washing machines throughout the day. Traditional approaches to spreading out usage have relied on differential pricing se… ▽ More

    Submitted 23 November, 2023; v1 submitted 18 November, 2022; originally announced November 2022.

    Comments: arXiv admin note: text overlap with arXiv:2006.14526

  6. arXiv:2205.00614  [pdf, other

    cs.MA cs.RO

    Extracting Symbolic Models of Collective Behaviors with Graph Neural Networks and Macro-Micro Evolution

    Authors: Stephen Powers, Carlo Pinciroli

    Abstract: Collective behaviors are typically hard to model. The scale of the swarm, the large number of interactions, and the richness and complexity of the behaviors are factors that make it difficult to distill a collective behavior into simple symbolic expressions. In this paper, we propose a novel approach to symbolic regression designed to facilitate such modeling. Using raw and post-processed data as… ▽ More

    Submitted 1 May, 2022; originally announced May 2022.

    Comments: 13 pages, submitted to ANTS 2022

  7. arXiv:2203.13050  [pdf, other

    cs.AI

    Evolved Open-Endedness in Cultural Evolution: A New Dimension in Open-Ended Evolution Research

    Authors: James M. Borg, Andrew Buskell, Rohan Kapitany, Simon T. Powers, Eva Reindl, Claudio Tennie

    Abstract: The goal of Artificial Life research, as articulated by Chris Langton, is "to contribute to theoretical biology by locating life-as-we-know-it within the larger picture of life-as-it-could-be" (1989, p.1). The study and pursuit of open-ended evolution in artificial evolutionary systems exemplifies this goal. However, open-ended evolution research is hampered by two fundamental issues; the struggle… ▽ More

    Submitted 19 September, 2022; v1 submitted 24 March, 2022; originally announced March 2022.

    Comments: 26 pages, 1 figure, 1 table, submitted to Artificial Life journal (special issue on Open-Ended Evolution)

  8. arXiv:2111.13786  [pdf, other

    cs.LG cs.AI

    Learning from learning machines: a new generation of AI technology to meet the needs of science

    Authors: Luca Pion-Tonachini, Kristofer Bouchard, Hector Garcia Martin, Sean Peisert, W. Bradley Holtz, Anil Aswani, Dipankar Dwivedi, Haruko Wainwright, Ghanshyam Pilania, Benjamin Nachman, Babetta L. Marrone, Nicola Falco, Prabhat, Daniel Arnold, Alejandro Wolf-Yadlin, Sarah Powers, Sharlee Climer, Quinn Jackson, Ty Carlson, Michael Sohn, Petrus Zwart, Neeraj Kumar, Amy Justice, Claire Tomlin, Daniel Jacobson , et al. (11 additional authors not shown)

    Abstract: We outline emerging opportunities and challenges to enhance the utility of AI for scientific discovery. The distinct goals of AI for industry versus the goals of AI for science create tension between identifying patterns in data versus discovering patterns in the world from data. If we address the fundamental challenges associated with "bridging the gap" between domain-driven scientific models and… ▽ More

    Submitted 26 November, 2021; originally announced November 2021.

  9. arXiv:2110.10067  [pdf, other

    cs.LG cs.AI

    CORA: Benchmarks, Baselines, and Metrics as a Platform for Continual Reinforcement Learning Agents

    Authors: Sam Powers, Eliot Xing, Eric Kolve, Roozbeh Mottaghi, Abhinav Gupta

    Abstract: Progress in continual reinforcement learning has been limited due to several barriers to entry: missing code, high compute requirements, and a lack of suitable benchmarks. In this work, we present CORA, a platform for Continual Reinforcement Learning Agents that provides benchmarks, baselines, and metrics in a single code package. The benchmarks we provide are designed to evaluate different aspect… ▽ More

    Submitted 31 December, 2022; v1 submitted 19 October, 2021; originally announced October 2021.

    Comments: Repository available at https://github.com/AGI-Labs/continual_rl

    Journal ref: Proceedings of The 1st Conference on Lifelong Learning Agents, PMLR 199:705-743, 2022

  10. An Overview of Agent-based Traffic Simulators

    Authors: Johannes Nguyen, Simon T. Powers, Neil Urquhart, Thomas Farrenkopf, Michael Guckert

    Abstract: Individual traffic significantly contributes to climate change and environmental degradation. Therefore, innovation in sustainable mobility is gaining importance as it helps to reduce environmental pollution. However, effects of new ideas in mobility are difficult to estimate in advance and strongly depend on the individual traffic participants. The application of agent technology is particularly… ▽ More

    Submitted 13 November, 2021; v1 submitted 15 February, 2021; originally announced February 2021.

    Comments: The final publication is available at Elsevier Transportation Research Interdisciplinary Perspectives via https://doi.org/10.1016/j.trip.2021.100486

  11. arXiv:2007.11338  [pdf, other

    cs.GT cs.AI

    When to (or not to) trust intelligent machines: Insights from an evolutionary game theory analysis of trust in repeated games

    Authors: The Anh Han, Cedric Perret, Simon T. Powers

    Abstract: The actions of intelligent agents, such as chatbots, recommender systems, and virtual assistants are typically not fully transparent to the user. Consequently, using such an agent involves the user exposing themselves to the risk that the agent may act in a way opposed to the user's goals. It is often argued that people use trust as a cognitive shortcut to reduce the complexity of such interaction… ▽ More

    Submitted 22 July, 2020; originally announced July 2020.

  12. A mechanism to promote social behaviour in household load balancing

    Authors: Nathan A. Brooks, Simon T. Powers, James M. Borg

    Abstract: Reducing the peak energy consumption of households is essential for the effective use of renewable energy sources, in order to ensure that as much household demand as possible can be met by renewable sources. This entails spreading out the use of high-powered appliances such as dishwashers and washing machines throughout the day. Traditional approaches to this problem have relied on differential p… ▽ More

    Submitted 25 June, 2020; originally announced June 2020.

    Comments: 8 pages, 5 figures

    Journal ref: ALIFE 2020: The 2020 Conference on Artificial Life, Special session: Artificial Life and Society, pp. 95-103

  13. arXiv:1911.02452  [pdf, other

    quant-ph cs.PL

    XACC: A System-Level Software Infrastructure for Heterogeneous Quantum-Classical Computing

    Authors: Alexander J. McCaskey, Dmitry I. Lyakh, Eugene F. Dumitrescu, Sarah S. Powers, Travis S. Humble

    Abstract: Quantum programming techniques and software have advanced significantly over the past five years, with a majority focusing on high-level language frameworks targeting remote REST library APIs. As quantum computing architectures advance and become more widely available, lower-level, system software infrastructures will be needed to enable tighter, co-processor programming and access models. Here we… ▽ More

    Submitted 6 November, 2019; originally announced November 2019.

  14. arXiv:1909.02457  [pdf, other

    cs.PL quant-ph

    QCOR: A Language Extension Specification for the Heterogeneous Quantum-Classical Model of Computation

    Authors: Tiffany M. Mintz, Alexander J. Mccaskey, Eugene F. Dumitrescu, Shirley V. Moore, Sarah Powers, Pavel Lougovski

    Abstract: Quantum computing is an emerging computational paradigm that leverages the laws of quantum mechanics to perform elementary logic operations. Existing programming models for quantum computing were designed with fault-tolerant hardware in mind, envisioning standalone applications. However, near-term quantum computers are susceptible to noise which limits their standalone utility. To better leverage… ▽ More

    Submitted 5 September, 2019; originally announced September 2019.

  15. arXiv:1909.01826  [pdf, other

    cs.SI physics.soc-ph

    Status in flux: Unequal alliances can create power vacuums

    Authors: John Bryden, Eric Silverman, Simon T. Powers

    Abstract: Human groups show a variety of leadership structures from no leader, to changing leaders, to a single long-term leader. When a leader is deposed, the presence of a power vacuum can mean they are often quickly replaced. We lack an explanation of how such phenomena can emerge from simple rules of interaction between individuals. Here, we model transitions between different phases of leadership struc… ▽ More

    Submitted 24 October, 2019; v1 submitted 4 September, 2019; originally announced September 2019.

  16. A hybrid artificial immune system and Self Organising Map for network intrusion detection

    Authors: Simon T. Powers, Jun He

    Abstract: Network intrusion detection is the problem of detecting unauthorised use of, or access to, computer systems over a network. Two broad approaches exist to tackle this problem: anomaly detection and misuse detection. An anomaly detection system is trained only on examples of normal connections, and thus has the potential to detect novel attacks. However, many anomaly detection systems simply report… ▽ More

    Submitted 2 August, 2012; originally announced August 2012.

    Comments: Post-print of accepted manuscript. 32 pages and 3 figures

    Journal ref: Information Sciences 178(15), pp. 3024-3042, August 2008

  17. arXiv:1208.0482  [pdf, ps, other

    q-bio.PE cs.SI physics.soc-ph

    The concurrent evolution of cooperation and the population structures that support it

    Authors: Simon T. Powers, Alexandra S. Penn, Richard A. Watson

    Abstract: The evolution of cooperation often depends upon population structure, yet nearly all models of cooperation implicitly assume that this structure remains static. This is a simplifying assumption, because most organisms possess genetic traits that affect their population structure to some degree. These traits, such as a group size preference, affect the relatedness of interacting individuals and hen… ▽ More

    Submitted 2 August, 2012; originally announced August 2012.

    Comments: Post-print of accepted manuscript, 6 figures

    Journal ref: Evolution 65(6), pp. 1527-1543, June 2011