Skip to main content

Showing 1–14 of 14 results for author: Schmitt, F

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

    cs.LG cs.AI cs.CV eess.IV

    New spectral imaging biomarkers for sepsis and mortality in intensive care

    Authors: Silvia Seidlitz, Katharina Hölzl, Ayca von Garrel, Jan Sellner, Stephan Katzenschlager, Tobias Hölle, Dania Fischer, Maik von der Forst, Felix C. F. Schmitt, Markus A. Weigand, Lena Maier-Hein, Maximilian Dietrich

    Abstract: With sepsis remaining a leading cause of mortality, early identification of septic patients and those at high risk of death is a challenge of high socioeconomic importance. The driving hypothesis of this study was that hyperspectral imaging (HSI) could provide novel biomarkers for sepsis diagnosis and treatment management due to its potential to monitor microcirculatory alterations. We conducted a… ▽ More

    Submitted 19 August, 2024; originally announced August 2024.

    Comments: Markus A. Weigand, Lena Maier-Hein and Maximilian Dietrich contributed equally

  2. arXiv:2402.08365  [pdf, other

    cs.LG cs.LO

    Learning Better Representations From Less Data For Propositional Satisfiability

    Authors: Mohamed Ghanem, Frederik Schmitt, Julian Siber, Bernd Finkbeiner

    Abstract: Training neural networks on NP-complete problems typically demands very large amounts of training data and often needs to be coupled with computationally expensive symbolic verifiers to ensure output correctness. In this paper, we present NeuRes, a neuro-symbolic approach to address both challenges for propositional satisfiability, being the quintessential NP-complete problem. By combining certifi… ▽ More

    Submitted 10 November, 2024; v1 submitted 13 February, 2024; originally announced February 2024.

  3. arXiv:2401.12131  [pdf, other

    cs.LO cs.LG

    NeuroSynt: A Neuro-symbolic Portfolio Solver for Reactive Synthesis

    Authors: Matthias Cosler, Christopher Hahn, Ayham Omar, Frederik Schmitt

    Abstract: We introduce NeuroSynt, a neuro-symbolic portfolio solver framework for reactive synthesis. At the core of the solver lies a seamless integration of neural and symbolic approaches to solving the reactive synthesis problem. To ensure soundness, the neural engine is coupled with model checkers verifying the predictions of the underlying neural models. The open-source implementation of NeuroSynt prov… ▽ More

    Submitted 29 January, 2024; v1 submitted 22 January, 2024; originally announced January 2024.

  4. arXiv:2303.04864  [pdf, other

    cs.LO cs.AI cs.LG

    nl2spec: Interactively Translating Unstructured Natural Language to Temporal Logics with Large Language Models

    Authors: Matthias Cosler, Christopher Hahn, Daniel Mendoza, Frederik Schmitt, Caroline Trippel

    Abstract: A rigorous formalization of desired system requirements is indispensable when performing any verification task. This often limits the application of verification techniques, as writing formal specifications is an error-prone and time-consuming manual task. To facilitate this, we present nl2spec, a framework for applying Large Language Models (LLMs) to derive formal specifications (in temporal logi… ▽ More

    Submitted 8 March, 2023; originally announced March 2023.

  5. arXiv:2303.01158  [pdf, other

    cs.LG cs.LO

    Iterative Circuit Repair Against Formal Specifications

    Authors: Matthias Cosler, Frederik Schmitt, Christopher Hahn, Bernd Finkbeiner

    Abstract: We present a deep learning approach for repairing sequential circuits against formal specifications given in linear-time temporal logic (LTL). Given a defective circuit and its formal specification, we train Transformer models to output circuits that satisfy the corresponding specification. We propose a separated hierarchical Transformer for multimodal representation learning of the formal specifi… ▽ More

    Submitted 2 March, 2023; originally announced March 2023.

    Comments: To appear at ICLR'23

  6. arXiv:2206.01962  [pdf, other

    cs.SE cs.LG cs.PL

    Formal Specifications from Natural Language

    Authors: Christopher Hahn, Frederik Schmitt, Julia J. Tillman, Niklas Metzger, Julian Siber, Bernd Finkbeiner

    Abstract: We study the generalization abilities of language models when translating natural language into formal specifications with complex semantics. In particular, we fine-tune language models on three datasets consisting of English sentences and their corresponding formal representation: 1) regular expressions (regex), frequently used in programming and search; 2) First-order logic (FOL), commonly used… ▽ More

    Submitted 19 October, 2022; v1 submitted 4 June, 2022; originally announced June 2022.

  7. arXiv:2205.15389  [pdf, other

    cs.LG

    Attention Flows for General Transformers

    Authors: Niklas Metzger, Christopher Hahn, Julian Siber, Frederik Schmitt, Bernd Finkbeiner

    Abstract: In this paper, we study the computation of how much an input token in a Transformer model influences its prediction. We formalize a method to construct a flow network out of the attention values of encoder-only Transformer models and extend it to general Transformer architectures including an auto-regressive decoder. We show that running a maxflow algorithm on the flow network construction yields… ▽ More

    Submitted 30 May, 2022; originally announced May 2022.

  8. Hierarchies of Planning and Reinforcement Learning for Robot Navigation

    Authors: Jan Wöhlke, Felix Schmitt, Herke van Hoof

    Abstract: Solving robotic navigation tasks via reinforcement learning (RL) is challenging due to their sparse reward and long decision horizon nature. However, in many navigation tasks, high-level (HL) task representations, like a rough floor plan, are available. Previous work has demonstrated efficient learning by hierarchal approaches consisting of path planning in the HL representation and using sub-goal… ▽ More

    Submitted 5 November, 2021; v1 submitted 23 September, 2021; originally announced September 2021.

    Comments: 7 pages, 5 figures, 2021 IEEE International Conference on Robotics and Automation (ICRA), v2: DOI number added

  9. arXiv:2107.11864  [pdf, other

    cs.LG cs.LO

    Neural Circuit Synthesis from Specification Patterns

    Authors: Frederik Schmitt, Christopher Hahn, Markus N. Rabe, Bernd Finkbeiner

    Abstract: We train hierarchical Transformers on the task of synthesizing hardware circuits directly out of high-level logical specifications in linear-time temporal logic (LTL). The LTL synthesis problem is a well-known algorithmic challenge with a long history and an annual competition is organized to track the improvement of algorithms and tooling over time. New approaches using machine learning might ope… ▽ More

    Submitted 25 July, 2021; originally announced July 2021.

  10. arXiv:2104.13906  [pdf, other

    cs.LG

    Reward (Mis)design for Autonomous Driving

    Authors: W. Bradley Knox, Alessandro Allievi, Holger Banzhaf, Felix Schmitt, Peter Stone

    Abstract: This article considers the problem of diagnosing certain common errors in reward design. Its insights are also applicable to the design of cost functions and performance metrics more generally. To diagnose common errors, we develop 8 simple sanity checks for identifying flaws in reward functions. These sanity checks are applied to reward functions from past work on reinforcement learning (RL) for… ▽ More

    Submitted 11 March, 2022; v1 submitted 28 April, 2021; originally announced April 2021.

    Comments: 14 pages (27 pages with appendix), 4 figures

    MSC Class: 91B16 ACM Class: I.2.6; I.2.8; I.2.9

  11. arXiv:2003.04218  [pdf, other

    cs.LO cs.AI cs.LG stat.ML

    Teaching Temporal Logics to Neural Networks

    Authors: Christopher Hahn, Frederik Schmitt, Jens U. Kreber, Markus N. Rabe, Bernd Finkbeiner

    Abstract: We study two fundamental questions in neuro-symbolic computing: can deep learning tackle challenging problems in logics end-to-end, and can neural networks learn the semantics of logics. In this work we focus on linear-time temporal logic (LTL), as it is widely used in verification. We train a Transformer on the problem to directly predict a solution, i.e. a trace, to a given LTL formula. The trai… ▽ More

    Submitted 18 February, 2021; v1 submitted 6 March, 2020; originally announced March 2020.

  12. arXiv:1706.00522  [pdf, other

    cs.PF physics.comp-ph

    On the Scalability of Data Reduction Techniques in Current and Upcoming HPC Systems from an Application Perspective

    Authors: Axel Huebl, Rene Widera, Felix Schmitt, Alexander Matthes, Norbert Podhorszki, Jong Youl Choi, Scott Klasky, Michael Bussmann

    Abstract: We implement and benchmark parallel I/O methods for the fully-manycore driven particle-in-cell code PIConGPU. Identifying throughput and overall I/O size as a major challenge for applications on today's and future HPC systems, we present a scaling law characterizing performance bottlenecks in state-of-the-art approaches for data reduction. Consequently, we propose, implement and verify multi-threa… ▽ More

    Submitted 1 June, 2017; originally announced June 2017.

    Comments: 15 pages, 5 figures, accepted for DRBSD-1 in conjunction with ISC'17

    ACM Class: D.4.8; B.4.3; I.6.6

    Journal ref: J.M. Kunkel et al. (Eds.): ISC High Performance Workshops 2017, LNCS 10524, pp. 15-29, 2017

  13. arXiv:1604.03912  [pdf, other

    cs.AI cs.LG eess.SY stat.ML

    Inverse Reinforcement Learning with Simultaneous Estimation of Rewards and Dynamics

    Authors: Michael Herman, Tobias Gindele, Jörg Wagner, Felix Schmitt, Wolfram Burgard

    Abstract: Inverse Reinforcement Learning (IRL) describes the problem of learning an unknown reward function of a Markov Decision Process (MDP) from observed behavior of an agent. Since the agent's behavior originates in its policy and MDP policies depend on both the stochastic system dynamics as well as the reward function, the solution of the inverse problem is significantly influenced by both. Current IRL… ▽ More

    Submitted 13 April, 2016; originally announced April 2016.

    Comments: accepted to appear in AISTATS 2016

  14. arXiv:1304.6505  [pdf

    cs.SE

    Software Design Principles of a DFS Tower A-CWP Prototype

    Authors: Felix Schmitt, Ralf Heidger, Stephen Straub, Benjamin Weiß

    Abstract: SESAR is supposed to boost the development of new operational procedures together with the supporting systems in order to modernize the pan-European air traffic management (ATM). One consequence of this development is that more and more information is presented to - and has to be processed by - air traffic control officers (ATCOs). Thus, there is a strong need for a software design concept that fo… ▽ More

    Submitted 24 April, 2013; originally announced April 2013.

    Comments: Presented at the International Symposium on Enhanced Solutions for Aircraft and Vehicle Surveillance Applications (ESAVS 2013)