Skip to content

Talks

Tree Search using Human Expert’s Knowledge

    Date: 16th July 2021
    Time: 14:00 - 16:00

    Title: Tree Search using Human Expert’s Knowledge
    Speaker: Mustafa Faisal Abdelwahed
    Abstract: 

    For a while, tree search algorithms have been used in solving challenging problems like planning problems and combinatorial optimization search. Researchers tend to encode their search parameters or knowledge into objective functions, which receives a state then generates a number to represent how satisfying this state is concerning built-in constraints or a targeted solution configuration while pruning branches with no possible potential. However, they ignored a vital point: transformation/encoding causes information loss, leading to degrading the solution quality and may result in more computational costs. Hence, in the upcoming presentation, we shall explore how we can augment the human experience directly with tree search without encoding them into objective functions.

    Using causal inference to evaluate the efficacy of medicinal treatments from observational data

      Date: 11th June 2021
      Time: 14:00 - 16:00

      Title: Using causal inference to evaluate the efficacy of medicinal treatments from observational data
      Speaker: Callum Abbott
      Abstract: 

      Whether we're talking about COVID vaccines, antibiotics, or painkillers; the efficacy of medicinal treatments has been traditionally tested using the gold-standard Randomized Control Trial (RCT). However, conducting RCTs can often be unfeasible due to ethical, logistical or financial concerns. For instance, what if we needed to know the efficacy of a surgical procedure in treating a fatal neurological condition? We cannot afford to send the control group to their inevitable doom. Hence, in this study, we look to apply causal inference techniques to purely observational data to investigate the effectiveness of subdural drainage in preventing the recurrence of chronic subdural hematoma.

      Composing Processes in Isabelle

        Date: 16th April 2021
        Time: 14:00 - 16:00

        Title: Composing Processes in Isabelle
        Speaker: Filip Smola
        Abstract: 

        In many domains we are confronted with complex processes, from manufacturing workflows to administrative tasks. When analysing such processes, the formal representations involved can quickly get too large for a human to correctly and efficiently manipulate. My PhD project is on mechanising the notion of process compositions, verifying correctness-preserving methods for constructing them, and demonstrating the applications of the resulting formalism. In this talk I will give an overview of my project and my progress so far. I will present the highlights of my mechanisation in Isabelle and note some of the more interesting choices I made along the way. I will also outline the path forward in the coming months.

        Productive use of uncertain events in Business Process Management

          Date: 16th April 2021
          Time: 14:00 - 16:00

          Title: Productive use of uncertain events in Business Process Management
          Speaker: Jiawei Zheng
          Abstract: 

          Complex event processing (CEP) and Business Process Management (BPM) have traditionally been researching on distinct application areas, but some novel scenarios would allow to involve the combination of both aspects. Particularly, in the context of Internet of Things (IoT),  CEP is often concerned with low-level events that may related to a specific activity in a business process. Specifically, the events are most often under uncertainty, ranging from erroneous or incomplete data streams to incomplete event detection patterns. There are great challenges and opportunities to integrate CEP into BPM to predict the potential disruptive events and estimate the duration of the process under the uncertainty.

          Summarising Care Home COVID-19 Outbreak Data

            Date: 1st April 2021
            Time: 14:00 - 16:00

            Title: Summarising Care Home COVID-19 Outbreak Data
            Speaker: James Vaughan
            Abstract: 

            The COVID-19 pandemic has disproportionately affected those living in care homes globally and, in Scotland, residents of care homes account for 47% of fatalities between March and June last year. These deaths primarily occurred in the care homes that experienced an outbreak and left a large population of vulnerable residents. I  will present how we automatically summarise and visualise this outbreak data to assist care providers, including the technical details of processing it in Excel.

            Formal Verification of Reinforcement Learning

              Date: 1st April 2021
              Time: 14:00 - 16:00

              Title: Formal Verification of Reinforcement Learning
              Speaker:  Mark Chevallier
              Abstract: 

              This talk is in preparation for the one I will give at FMAI 21. I will discuss my work formalising reinforcement learning and the progress I have made in doing so. My methods used to model Markov Decision Processes with rewards, the main results achieved with those methods, and my recent work on vector translation of functions on MDPs will all be featured.

              An overview of the ACRC New Technologies of Care research plans

                Date: 5th March 2021
                Time: 14:00 - 16:00

                Title: An overview of the ACRC New Technologies of Care Research plans
                Speaker: Jacques Fleuriot and Petros Papapanagiotou
                Abstract: The Advanced Care Research Centre (ACRC) is an ambitious £20m research programme funded by Legal and General to look at how care for the person in later life can be improved. It consists of 6 large research workpackages (WP) spanning the social sciences, health and care, artificial intelligence, engineering and much more, and of a PhD academy that will recruit and train 36 students over the next 7 years. The New Technologies of Care WP for its part will aim to develop practical, care-driven technologies that are fit for people in later life. In particular, this will mean exploring and developing sensor-specific data-driven IoT platforms that can produce accurate data about instant events (e.g. vital signs and serious incidents such as falls), short- term activities (e.g. those of daily living) and long-term pursuits (e.g. physical and mental activities over weeks and months) in order to extract (predictive) information and patterns that can be used, among other things, for the prevention of adverse events, adherence to care pathways and effective interventions.

                Integrating machine learning and symbolic AI to improve predictive models in healthcare

                  Date: 26th February 2021
                  Time: 14:00 - 16:00

                  Title: Integrating machine learning and symbolic AI to improve predictive models in healthcare
                  Speaker: Jorge Gaete
                  Abstract: The critical nature of medical tasks makes explainability an essential quality of any support system for this domain. Various techniques have been developed to provide explainable ML models for healthcare, nevertheless challenges still exist. Issues such as the integration of multiple sources of information or user interaction with the models are important areas of research to achieve more understandable models. In this talk we introduce our approach to tackling some of these issues by combining current explainable machine learning techniques and symbolic AI. As part of my second-year review, I will present a research pipeline and current work on its implementation and plans for future work. Special attention will be placed on the extraction of clusters as an approach to explain patterns of multimorbidity in patients and also the usage of logic programming to create a simple diabetes risk-predictor.

                  Computerising Euler’s Foundations of Differential Calculus using Nonstandard Analysis

                    Date: 29th January 2021
                    Time: 14:00 - 16:00

                    Title: Computerising Euler's Foundations of Differential Calculus using Nonstandard Analysis
                    Speaker: Richard Stansfield
                    Abstract: I will discuss my progress using nonstandard analysis in Isabelle to rigorously formalise of a handful of Euler’s proofs from his Foundations of Differential Calculus. I will walk through an example of this process, highlighting the challenges that Euler's reasoning and Isabelle present and where I am in my project.

                    Exploring Euler’s Differentials of Trigonometric Functions in Isabelle using Nonstandard Analysis

                      Date: 29th January 2021
                      Time: 14:00 - 16:00

                      Title: Exploring Euler's Differentials of Trigonometric Functions in Isabelle using Nonstandard Analysis
                      Speaker: Alice Johansen
                      Abstract: In 1755, Euler published 'Foundations of Differential Calculus' which presented and defined theories of differential calculus. While influential, Euler's text has been criticized by many for lacking rigour, particularily when it comes to his treatment of infinitesimal numbers. For my project, I've attempted to formulate Euler’s reasoning in a rigourous setting, using Isabelle with nonstandard analysis. Isabelle with nonstandard analysis has been a powerful tool for this project, where my goal is to understand how Euler's proofs must be adapted and elaborated upon in order to maintain rigour and consistency. My project focuses on Euler's proofs of the differentials of trigonometric functions, which require consideration when replicated in Isabelle due to their domains and relationships.