36 research outputs found

    Query-driven adaptive sampling

    Get PDF
    Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy at the Massachusetts Institute of Technology and the Woods Hole Oceanographic Institution September 2022.Automated information gathering allows exploration of environments where data is limited and gathering observations introduces risk, such as underwater and planetary exploration. Typically, exploration has been performed in service of a query, with a unique algorithm developed for each mission. Yet this approach does not allow scientists to respond to novel questions as they are raised. In this thesis, we develop a single approach for a broad range of adaptive sampling missions with risk and limited prior knowledge. To achieve this, we present contributions in planning adaptive missions in service of queries, and modeling multi-attribute environments. First, we define a query language suitable for specifying diverse goals in adaptive sampling. The language fully encompasses objectives from previous adaptive sampling approaches, and significantly extends the possible range of objectives. We prove that queries expressible in this language are not biased in a way that avoids information. We then describe a Monte Carlo tree search approach to plan for all queries in our language, using sample based objective estimators embedded within tree search. This approach outperforms methods that maximize information about all variables in hydrocarbon seep search and fire escape scenarios. Next, we show how to plan when the policy must bound risk as a function of reward. By solving approximating problems, we guarantee risk bounds on policies with large numbers of actions and continuous observations, ensuring that risks are only taken when justified by reward. Exploration is limited by the quality of the environment model, so we introduce Gaussian process models with directed acyclic structure to improve model accuracy under limited data. The addition of interpretable structure allows qualitative expert knowledge of the environment to be encoded through structure and parameter constraints. Since expert knowledge may be incomplete, we introduce efficient structure learning over structural models using A* search with bounding conflicts. By placing bounds on likelihood of substructures, we limit the number of structures that are trained, significantly accelerating search. Experiments modeling geographic data show that our model produces more accurate predictions than existing Gaussian process methods, and using bounds allows structure to be learned in 50% of the time.The work in this thesis was supported by the Exxon Mobil Corporation as part of the MIT Energy Initiative under the project ‘Autonomous System for Deep Sea Hydrocarbon Detection and Monitoring’, NASA’s PSTAR program under the project ‘Cooperative Exploration with Under-actuated Autonomous Vehicles in Hazardous Environments’, and the Vulcan Machine Learning Center for Impact under the project ‘Machine Learning Based Persistent Autonomous Underwater Scientific Studies’

    Using a Ladder of Seeps with computer decision processes to explore for and evaluate cold seeps on the Costa Rica active margin

    Get PDF
    © The Author(s), 2021. This article is distributed under the terms of the Creative Commons Attribution License. The definitive version was published in Vrolijk, P., Summa, L., Ayton, B., Nomikou, P., Huepers, A., Kinnaman, F., Sylva, S., Valentine, D., & Camilli, R. Using a Ladder of Seeps with computer decision processes to explore for and evaluate cold seeps on the Costa Rica active margin. Frontiers in Earth Science, 9, (2021): 601019, https://doi.org/10.3389/feart.2021.601019.Natural seeps occur at the seafloor as loci of fluid flow where the flux of chemical compounds into the ocean supports unique biologic communities and provides access to proxy samples of deep subsurface processes. Cold seeps accomplish this with minimal heat flux. While individual expertize is applied to locate seeps, such knowledge is nowhere consolidated in the literature, nor are there explicit approaches for identifying specific seep types to address discrete scientific questions. Moreover, autonomous exploration for seeps lacks any clear framework for efficient seep identification and classification. To address these shortcomings, we developed a Ladder of Seeps applied within new decision-assistance algorithms (Spock) to assist in seep exploration on the Costa Rica margin during the R/V Falkor 181210 cruise in December, 2018. This Ladder of Seeps [derived from analogous astrobiology criteria proposed by Neveu et al. (2018)] was used to help guide human and computer decision processes for ROV mission planning. The Ladder of Seeps provides a methodical query structure to identify what information is required to confirm a seep either: 1) supports seafloor life under extreme conditions, 2) supports that community with active seepage (possible fluid sample), or 3) taps fluids that reflect deep, subsurface geologic processes, but the top rung may be modified to address other scientific questions. Moreover, this framework allows us to identify higher likelihood seep targets based on existing incomplete or easily acquired data, including MBES (Multi-beam echo sounder) water column data. The Ladder of Seeps framework is based on information about the instruments used to collect seep information (e.g., are seeps detectable by the instrument with little chance of false positives?) and contextual criteria about the environment in which the data are collected (e.g., temporal variability of seep flux). Finally, the assembled data are considered in light of a Last-Resort interpretation, which is only satisfied once all other plausible data interpretations are excluded by observation. When coupled with decision-making algorithms that incorporate expert opinion with data acquired during the Costa Rica experiment, the Ladder of Seeps proved useful for identifying seeps with deep-sourced fluids, as evidenced by results of geochemistry analyses performed following the expedition.Support for this research was provided through NASA PSTAR Grant #NNX16AL08G and National Science Foundation Navigating the New Arctic grant #1839063. Use of the R/V Falkor and ROV SuBastian were provided through a grant from the Schmidt Ocean Institute. The AUG Nemesis and the Aurora in-situ mass spectrometer was provided through in-kind support from Teledyne Webb Research and Navistry Corp, respectively

    The Generation Challenge Programme Platform: Semantic Standards and Workbench for Crop Science

    Get PDF
    The Generation Challenge programme (GCP) is a global crop research consortium directed toward crop improvement through the application of comparative biology and genetic resources characterization to plant breeding. A key consortium research activity is the development of a GCP crop bioinformatics platform to support GCP research. This platform includes the following: (i) shared, public platform-independent domain models, ontology, and data formats to enable interoperability of data and analysis flows within the platform; (ii) web service and registry technologies to identify, share, and integrate information across diverse, globally dispersed data sources, as well as to access high-performance computational (HPC) facilities for computationally intensive, high-throughput analyses of project data; (iii) platform-specific middleware reference implementations of the domain model integrating a suite of public (largely open-access/-source) databases and software tools into a workbench to facilitate biodiversity analysis, comparative analysis of crop genomic data, and plant breeding decision making

    A systematic review of mental health outcome measures for young people aged 12 to 25 years

    Full text link

    Risk-bounded autonomous information gathering for localization of phenomena in hazardous environments

    No full text
    Thesis: S.M., Massachusetts Institute of Technology, Department of Aeronautics and Astronautics, 2017.Cataloged from PDF version of thesis.Includes bibliographical references (pages 147-150).Exploration of new environments is often conducted in search of some phenomenon of interest. Examples include the search for extreme forms of life in the deep ocean or under the ice on Europa, or localizing resource deposits on the ocean floor. Exploration of all these environments is dangerous because of uncertainty in the environment and poorly characterized disturbances that can damage the exploration vehicle. Autonomous vehicles allows exploration in those environments where it is too dangerous or expensive to send a human-operated craft. Autonomous exploration has been well-studied from the perspective of information maximization, but information gathering has not been considered with the intention of localizing specific phenomena, nor has it been considered in environments where exploration can threaten the vehicle. This thesis addresses both challenges by introducing Risk-Bounded Adaptive Search, which maximizes the number of phenomena located while bounding the probability of mission failure by a user-defined threshold. The first innovation of this thesis is the development of a new information measure that focuses on locating instances of a specific phenomenon. Search for phenomena of interest is framed as a discrete space Markov Decision Process that is solved using forward search and receding horizon planning, with a reward function specified as the information gained about unobserved instances of the phenomenon of interest from measurements. Using this reward function, the number of phenomena located is increased compared to maximizing conventional information, as it steers the agent towards locations where phenomena are thought to exist so they are not bypassed when the belief state is high. The second innovation is a method of applying risk bounds as a function of the expected information gain of a policy over a planning horizon, in contrast to a static bound. This 'Performance-Guided Risk Bounding' system allows an MDP policy to be found that is slightly suboptimal if it has a substantially lower probability of failure, or accept more risk if the reward payoff is large. When applied to information gathering, it allows an autonomous agent to capitalize on high risk and high reward opportunities when they are seen, instead of ignoring them in an effort to conserve risk for the future, when it is ultimately less useful. Since interesting phenomena are often found in risky locations, the ability to take more risk when it is worthwhile results in more phenomena found overall. Finally, a modification to Monte Carlo Tree Search is introduced that implements Performance-Guided Risk Bounding. This allows Risk-Bounded Adaptive Search to be planned in an anytime manner. The output policy is limited to the states that are explored, but risk bounds that scale with the expected information gained over the explored states in the policy are still applied. The resulting policies are shown to converge to the results of forward search, and a few percent differences in phenomena found with an order of magnitude reduction in planning time.by Benjamin James Ayton.S.M

    Measurement Maximizing Adaptive Sampling with Risk Bounding Functions

    No full text
    © 2019, Association for the Advancement of Artificial Intelligence (www.aaai.org). All rights reserved. In autonomous exploration a mobile agent must adapt to new measurements to seek high reward, but disturbances cause a probability of collision that must be traded off against expected reward. This paper considers an autonomous agent tasked with maximizing measurements from a Gaussian Process while subject to unbounded disturbances. We seek an adaptive policy in which the maximum allowed probability of failure is constrained as a function of the expected reward. The policy is found using an extension to Monte Carlo Tree Search (MCTS) which bounds probability of failure. We apply MCTS to a sequence of approximating problems, which allows constraint satisfying actions to be found in an anytime manner. Our innovation lies in defining the approximating problems and replanning strategy such that the probability of failure constraint is guaranteed to be satisfied over the true policy. The approach does not need to plan for all measurements explicitly or constrain planning based only on the measurements that were observed. To the best of our knowledge, our approach is the first to enforce probability of failure constraints in adaptive sampling. Through experiments on real bathymetric data and simulated measurements, we show our algorithm allows an agent to take dangerous actions only when the reward justifies the risk. We then verify through Monte Carlo simulations that failure bounds are satisfied

    Toward Information-Driven and Risk-Bounded Autonomy for Adaptive Science and Exploration

    No full text
    © 2020 The MITRE Corporation. All Rights Reserved. While the primary purpose of robotic space exploration systems is to gather scientific data, it is equally important that engineering operations are performed and engineering constraints are respected in order to prolong the mission life and ensure the integrity of the observations taken. However, science and engineering operations are often at odds with each other as attempting to obtain the “best” data may violate engineering operations constraints and place the mission at risk. Historically, mission systems engineering has separated the process of planning for science from engineering operations, with the engineering operations constrained to support the science measurement plan with acceptable risk. This task division leads to multiple design iterations between the science and engineering operations which results in compromised, conservative operations that reduce science return and are more brittle than desired. To overcome these limitations, we present an approach for autonomous mission planning that explicitly models and reasons about the coupling between science and engineering operations, resulting in higher science return, while maintaining acceptable levels of risk. Our approach is to develop an information-driven, risk-bounded plan executive that is capable of producing missions satisfying the goals and constraints expressed in these programs. In this paper, we describe in detail the risk-bounded, information-driven execution problem and lay out the architecture used in our information-directed plan executive ‘Enterprise’. We then show the performance of the current version of Enterprise on two space exploration scenarios. Finally, we conclude with thoughts on future work, including on the design of a proposed information-theoretic language that will allow operators and scientists to specify their objectives in terms of questions about scientific phenomena or the configuration of the space system
    corecore