Skip to main content

Showing 1–29 of 29 results for author: Steffen, B

.
  1. arXiv:2402.10684  [pdf, other

    cs.SE cs.PL

    Language-Driven Engineering An Interdisciplinary Software Development Paradigm

    Authors: Bernhard Steffen, Tiziana Margaria, Alexander Bainczyk, Steve Boßelmann, Daniel Busch, Marc Driessen, Markus Frohme, Falk Howar, Sven Jörges, Marvin Krause, Marco Krumrey, Anna-Lena Lamprecht, Michael Lybecait, Alnis Murtovi, Stefan Naujokat, Johannes Neubauer, Alexander Schieweck, Jonas Schürmann, Steven Smyth, Barbara Steffen, Fabian Storek, Tim Tegeler, Sebastian Teumert, Dominic Wirkner, Philip Zweihoff

    Abstract: We illustrate how purpose-specific, graphical modeling enables application experts with different levels of expertise to collaboratively design and then produce complex applications using their individual, purpose-specific modeling language. Our illustration includes seven graphical Integrated Modeling Environments (IMEs) that support full code generation, as well as four browser-based application… ▽ More

    Submitted 16 February, 2024; originally announced February 2024.

    Comments: 43 pages, 30 figures

  2. arXiv:2306.02299  [pdf, other

    cs.SE cs.PL

    DSL-driven Integration of HTTP Services in DIME

    Authors: Bruno Steffen

    Abstract: As the integration of web services into web applications becomes more and more common, it is necessary to find a solution for low-code or no-code environments. This thesis is the first attempt to allow for the easy integration of web services into the low-code immersive modeling environment (IME) DIME, by means of a domain-specific language (DSL), the HTTP-DSL. DIME users can specify HTTP requests… ▽ More

    Submitted 4 June, 2023; originally announced June 2023.

  3. The Power of Typed Affine Decision Structures: A Case Study

    Authors: Gerrit Nolte, Maximilian Schlüter, Alnis Murtovi, Bernhard Steffen

    Abstract: TADS are a novel, concise white-box representation of neural networks. In this paper, we apply TADS to the problem of neural network verification, using them to generate either proofs or concise error characterizations for desirable neural network properties. In a case study, we consider the robustness of neural networks to adversarial attacks, i.e., small changes to an input that drastically chan… ▽ More

    Submitted 28 April, 2023; originally announced April 2023.

    Journal ref: International Journal on Software Tools for Technology Transfer, 1-20, 2023

  4. arXiv:2301.08013  [pdf, other

    cs.NE cs.SC

    Towards Rigorous Understanding of Neural Networks via Semantics-preserving Transformations

    Authors: Maximilian Schlüter, Gerrit Nolte, Alnis Murtovi, Bernhard Steffen

    Abstract: In this paper we present an algebraic approach to the precise and global verification and explanation of Rectifier Neural Networks, a subclass of Piece-wise Linear Neural Networks (PLNNs), i.e., networks that semantically represent piece-wise affine functions. Key to our approach is the symbolic execution of these networks that allows the construction of semantically equivalent Typed Affine Decisi… ▽ More

    Submitted 28 April, 2023; v1 submitted 19 January, 2023; originally announced January 2023.

    Comments: To appear in Software Tools for Technology Transfer

  5. arXiv:2108.01415  [pdf, other

    cs.CY econ.EM

    Automated Identification of Climate Risk Disclosures in Annual Corporate Reports

    Authors: David Friederich, Lynn H. Kaack, Alexandra Luccioni, Bjarne Steffen

    Abstract: It is important for policymakers to understand which financial policies are effective in increasing climate risk disclosure in corporate reporting. We use machine learning to automatically identify disclosures of five different types of climate-related risks. For this purpose, we have created a dataset of over 120 manually-annotated annual reports by European firms. Applying our approach to report… ▽ More

    Submitted 3 August, 2021; originally announced August 2021.

    Comments: Presented at the Tackling Climate Change with Machine Learning Workshop at ICML 2021

    ACM Class: J.4.1

  6. arXiv:2104.09948  [pdf, other

    cs.PL cs.SE

    A Generative Approach for User-Centered, Collaborative, Domain-Specific Modeling Environments

    Authors: Philip Zweihoff, Bernhard Steffen

    Abstract: The use of low- and no-code modeling tools is today an established way in practice to give non-programmers an opportunity to master their digital challenges independently, using the means of model-driven software development. However, the existing tools are limited to a very small number of different domains such as mobile app development, which can be attributed to the enormous demands that a use… ▽ More

    Submitted 20 April, 2021; originally announced April 2021.

  7. arXiv:2002.03782  [pdf, other

    physics.optics eess.SP

    Phase Diversity Electro-optic Sampling: A new approach to single-shot terahertz waveform recording

    Authors: Eléonore Roussel, Christophe Szwaj, Bernd Steffen, Clément Evain, Christopher Gerth, Bahram Jalali, Serge Bielawski

    Abstract: THz spectroscopy is an emerging tool for detection of microorganisms and harmful compounds in the food industry, the study of proteins in biomedicine and the development of electron-beam X-ray sources for molecular imaging and lithography. Recording of THz electric field evolution in single-shot is crucially needed in terahertz spectroscopy of irreversible processes in such applications as well as… ▽ More

    Submitted 1 June, 2022; v1 submitted 10 February, 2020; originally announced February 2020.

    Journal ref: Light Sci Appl 11, 14 (2022)

  8. arXiv:1912.11308  [pdf, other

    cs.LG cs.AI cs.PL cs.SE

    ADD-Lib: Decision Diagrams in Practice

    Authors: Frederik Gossen, Alnis Murtovi, Philip Zweihoff, Bernhard Steffen

    Abstract: In the paper, we present the ADD-Lib, our efficient and easy to use framework for Algebraic Decision Diagrams (ADDs). The focus of the ADD-Lib is not so much on its efficient implementation of individual operations, which are taken by other established ADD frameworks, but its ease and flexibility, which arise at two levels: the level of individual ADD-tools, which come with a dedicated user-friend… ▽ More

    Submitted 24 December, 2019; originally announced December 2019.

  9. arXiv:1912.11281  [pdf, other

    cs.PL

    Aggressive Aggregation: a New Paradigm for Program Optimization

    Authors: Frederik Gossen, Marc Jasper, Alnis Murtovi, Bernhard Steffen

    Abstract: In this paper, we propose a new paradigm for program optimization which is based on aggressive aggregation, i.e., on a partial evaluation-based decomposition of acyclic program fragments into a pair of computationally optimal structures: an Algebraic Decision Diagram (ADD) to capture conditional branching and a parallel assignment that refers to an Expression DAG (ED) which realizes redundancy-fre… ▽ More

    Submitted 24 December, 2019; originally announced December 2019.

  10. arXiv:1912.10934  [pdf, other

    cs.LG stat.ML

    Large Random Forests: Optimisation for Rapid Evaluation

    Authors: Frederik Gossen, Bernhard Steffen

    Abstract: Random Forests are one of the most popular classifiers in machine learning. The larger they are, the more precise is the outcome of their predictions. However, this comes at a cost: their running time for classification grows linearly with the number of trees, i.e. the size of the forest. In this paper, we propose a method to aggregate large Random Forests into a single, semantically equivalent de… ▽ More

    Submitted 23 December, 2019; originally announced December 2019.

  11. arXiv:1912.07961  [pdf, other

    physics.ins-det physics.acc-ph

    Compact single-shot electro-optic detection system for THz pulses with femtosecond time resolution at MHz repetition rates

    Authors: B. Steffen, Ch. Gerth, M. Caselle, M. Felber, T. Kozak, D. R. Makowski, U. Mavrič, A. Mielczarek, P. Peier, K. Przygoda, L. Rota

    Abstract: Electro-optical detection has proven to be a valuable technique to study temporal profiles of THz pulses with pulse durations down to femtoseconds. As the Coulomb field around a relativistic electron bunch resembles the current profile, electro-optical detection can be exploited for non-invasive bunch length measurements at accelerators. We have developed a very compact and robust electro-optical… ▽ More

    Submitted 17 December, 2019; originally announced December 2019.

    Journal ref: Review of Scientific Instruments 91, 045123 (2020)

  12. arXiv:1912.01323  [pdf, other

    physics.acc-ph nlin.PS physics.ins-det physics.optics

    Revealing the dynamics of ultrarelativistic non-equilibrium many-electron systems with phase space tomography

    Authors: Stefan Funkner, Gudrun Niehues, Michael J. Nasse, Erik Bründermann, Michele Caselle, Benjamin Kehrer, Lorenzo Rota, Patrik Schönfeldt, Marcel Schuh, Bernd Steffen, Johannes L. Steinmann, Marc Weber, Anke-Susanne Müller

    Abstract: The description of physical processes with many-particle systems is a key approach to the modeling of countless physical systems. In storage rings, where ultrarelativistic particles are agglomerated in dense bunches, the measurement of their phase-space distribution (PSD) is of paramount importance: at any time the PSD not only determines the complete space-time evolution but also provides fundame… ▽ More

    Submitted 3 December, 2019; originally announced December 2019.

    Comments: 9 pages, 6 figures

  13. arXiv:1806.10456  [pdf, other

    physics.ins-det

    Real-time Data Acquisition and Processing System for MHz Repetition Rate Image Sensors

    Authors: Aleksander Mielczarek, Dariusz Makowski, Andrzej Napieralski, Christopher Gerth, Bernd Steffen

    Abstract: One of the optimization goals of a particle accelerator is to reach the highest possible beam peak current. For that to happen the electron bunch propagating through the accelerator should be kept relatively short along the direction of its travel. In order to obtain a better understanding of the beam composition it is crucial to evaluate the electric charge distribution along the micrometer-scale… ▽ More

    Submitted 27 June, 2018; originally announced June 2018.

    Comments: 2 pages, 4 figures, short form for Real-Time 2018 Conference

  14. Commissioning experience and beam physics measurements at the SwissFEL Injector Test Facility

    Authors: T. Schietinger, M. Pedrozzi, M. Aiba, V. Arsov, S. Bettoni, B. Beutner, M. Calvi, P. Craievich, M. Dehler, F. Frei, R. Ganter, C. P. Hauri, R. Ischebeck, Y. Ivanisenko, M. Janousch, M. Kaiser, B. Keil, F. Löhl, G. L. Orlandi, C. Ozkan Loch, P. Peier, E. Prat, J. -Y. Raguin, S. Reiche, T. Schilcher , et al. (70 additional authors not shown)

    Abstract: The SwissFEL Injector Test Facility operated at the Paul Scherrer Institute between 2010 and 2014, serving as a pilot plant and testbed for the development and realization of SwissFEL, the X-ray Free-Electron Laser facility under construction at the same institute. The test facility consisted of a laser-driven rf electron gun followed by an S-band booster linac, a magnetic bunch compression chican… ▽ More

    Submitted 27 October, 2016; v1 submitted 8 June, 2016; originally announced June 2016.

    Comments: 60 pages, 70 figures; final version as published, except with table of contents and Fig. 68 in full resolution

    Journal ref: Phys. Rev. ST Accel. Beams 19, 100702 (2016)

  15. Higher-Order Process Modeling: Product-Lining, Variability Modeling and Beyond

    Authors: Johannes Neubauer, Bernhard Steffen, Tiziana Margaria

    Abstract: We present a graphical and dynamic framework for binding and execution of business) process models. It is tailored to integrate 1) ad hoc processes modeled graphically, 2) third party services discovered in the (Inter)net, and 3) (dynamically) synthesized process chains that solve situation-specific tasks, with the synthesis taking place not only at design time, but also at runtime. Key to our app… ▽ More

    Submitted 19 September, 2013; originally announced September 2013.

    Comments: In Proceedings Festschrift for Dave Schmidt, arXiv:1309.4557

    Journal ref: EPTCS 129, 2013, pp. 259-283

  16. arXiv:1105.1532  [pdf, other

    physics.soc-ph

    Microscopic insights into pedestrian motion through a bottleneck, resolving spatial and temporal variations

    Authors: Jack Liddle, Armin Seyfried, Bernhard Steffen, Wolfram Klingsch, Tobias Rupprecht, Andreas Winkens, Maik Boltes

    Abstract: The motion of pedestrians is subject to a wide range of influences and exhibits a rich phenomenology. To enable precise measurement of the density and velocity we use an alternative definition using Voronoi diagrams which exhibits smaller fluctuations than the standard definitions. This method permits examination on scales smaller than the pedestrians. We use this method to investigate the spatial… ▽ More

    Submitted 8 May, 2011; originally announced May 2011.

  17. arXiv:1012.1640  [pdf, other

    cs.SE

    Constraint-Guided Workflow Composition Based on the EDAM Ontology

    Authors: Anna-Lena Lamprecht, Stefan Naujokat, Bernhard Steffen, Tiziana Margaria

    Abstract: Methods for the automatic composition of services into executable workflows need detailed knowledge about the application domain,in particular about the available services and their behavior in terms of input/output data descriptions. In this paper we discuss how the EMBRACE data and methods ontology (EDAM) can be used as background knowledge for the composition of bioinformatics workflows. We sho… ▽ More

    Submitted 7 December, 2010; originally announced December 2010.

    Comments: in Adrian Paschke, Albert Burger, Andrea Splendiani, M. Scott Marshall, Paolo Romano: Proceedings of the 3rd International Workshop on Semantic Web Applications and Tools for the Life Sciences, Berlin,Germany, December 8-10, 2010

    Report number: SWAT4LS 2010 ACM Class: J.3

  18. arXiv:1003.5465  [pdf

    physics.soc-ph

    Analysis of bottleneck motion using Voronoi diagrams

    Authors: Jack Liddle, Armin Seyfried, Bernhard Steffen

    Abstract: Standard definitions of the density exhibit large fluctuations when the size of the measurement area is comparable with the size of a pedestrian. An alternative measurement method exists where a personal space, calculated through the Voronoi diagram, is assigned to each pedestrian. In this contribution this method is applied to an experiment studying motion through a bottleneck and the reduced flu… ▽ More

    Submitted 29 March, 2010; originally announced March 2010.

    Comments: To appear in the proceedings of PED2010

  19. arXiv:0912.0634  [pdf, ps, other

    physics.soc-ph

    A Modification of the Social Force Model by Foresight

    Authors: B. Steffen

    Abstract: The motion of pedestrian crowds (e.g. for simulation of an evacuation situation) can be modeled as a multi-body system of self driven particles with repulsive interaction. We use a few simple situations to determine the simplest allowed functional form of the force function. More complexity may be necessary to model more complex situations. There are many unknown parameters to such models, which… ▽ More

    Submitted 3 December, 2009; originally announced December 2009.

    Comments: 6 pages, 5 figures, Preprint from PED 2008 (Wuppertal)

  20. arXiv:0912.0610  [pdf

    physics.soc-ph

    Modeling of pedestrian movement around 90 and 180 degree bends

    Authors: B. Steffen, A. Seyfried

    Abstract: For the planning of large pedestrian facilities, the movement of pedestrians in various situations has to be modelled. Many tools for pedestrian planning are based on cellular automata (CA), discrete in space and time, some use self driven pargticles (SDP), continuous in space and time. It is common experience that CA have problems with modelling sharp bends in wide corridors. They tend to move… ▽ More

    Submitted 3 December, 2009; originally announced December 2009.

    Comments: 11 pages including 8 figures, Proc. of Workshop on Fire Protection and Life Safety in Buildings and Transportation Systems

  21. arXiv:0911.2165  [pdf, ps, other

    physics.soc-ph physics.data-an

    Methods for measuring pedestrian density, flow, speed and direction with minimal scatter

    Authors: Bernhard Steffen, Armin Seyfried

    Abstract: The progress of image processing during recent years allows the measurement of pedestrian characteristics on a "microscopic" scale with low costs. However, density and flow are concepts of fluid mechanics defined for the limit of infinitely many particles. Standard methods of measuring these quantities locally (e.g. counting heads within a rectangle) suffer from large data scatter. The remedy of… ▽ More

    Submitted 11 November, 2009; originally announced November 2009.

    Comments: 16 pages, 10 figs, submitted to Physica A

  22. arXiv:0810.1945  [pdf, ps, other

    physics.soc-ph physics.data-an

    Enhanced empirical data for the fundamental diagram and the flow through bottlenecks

    Authors: A. Seyfried, M. Boltes, J. Kähler, W. Klingsch, A. Portz, T. Rupprecht, A. Schadschneider, B. Steffen, A. Winkens

    Abstract: In recent years, several approaches for modelling pedestrian dynamics have been proposed and applied e.g. for design of egress routes. However, so far not much attention has been paid to their 'quantitative' validation. This unsatisfactory situation belongs amongst others on the uncertain and contradictory experimental data base. The fundamental diagram, i.e. the density-dependence of the flow o… ▽ More

    Submitted 10 October, 2008; originally announced October 2008.

    Comments: A contribution to: Pedestrian and Evacuation Dynamics 2008 (Springer) 12 pages, 7 figures

  23. arXiv:0803.1319  [pdf

    physics.soc-ph physics.comp-ph

    The repulsive force in continous space models of pedestrian movement

    Authors: Bernhard Steffen, Armin Seyfried

    Abstract: Pedestrian movements can be modeled at different degrees of detail. While flux models (Predeshensky/Milinski 1971) and cellular automata models (Schreckenberg 2002) give answers to some important questions and are fast and easy to use, continuous space modeling has the potential of full flexibility in geometry and realistic description of individual movements in arbitrary fine resolution. While… ▽ More

    Submitted 9 March, 2008; originally announced March 2008.

    Comments: 6 pages, 5 figures, keywords: pedestrian movement, fundamental diagram, social force model

  24. arXiv:physics/0702004  [pdf, ps, other

    physics.soc-ph cond-mat.stat-mech

    New insights into pedestrian flow through bottlenecks

    Authors: Armin Seyfried, Tobias Rupprecht, Oliver Passon, Bernhard Steffen, Wolfram Klingsch, Maik Boltes

    Abstract: Capacity estimation is an important tool for the design and dimensioning of pedestrian facilities. The literature contains different procedures and specifications which show considerable differences with respect to the estimated flow values. Moreover do new experimental data indicate a stepwise growing of the capacity with the width and thus challenge the validity of the specific flow concept. T… ▽ More

    Submitted 3 December, 2007; v1 submitted 1 February, 2007; originally announced February 2007.

    Comments: Traffic flow, pedestrian traffic, crowd dynamics, capacity of bottlenecks (16 pages, 8 figures); (+ 3 new figures and minor revisions)

  25. arXiv:physics/0506189  [pdf, ps, other

    physics.soc-ph cond-mat.stat-mech

    Basics of Modelling the Pedestrian Flow

    Authors: Armin Seyfried, Bernhard Steffen, Thomas Lippert

    Abstract: For the modelling of pedestrian dynamics we treat persons as self-driven objects moving in a continuous space. On the basis of a modified social force model we qualitatively analyze the influence of various approaches for the interaction between the pedestrians on the resulting velocity-density relation. To focus on the role of the required space and remote force we choose a one-dimensional mode… ▽ More

    Submitted 10 August, 2005; v1 submitted 27 June, 2005; originally announced June 2005.

    Comments: 9 pages, 3 figures, Changes: Parameter e=0.51 corrected to e =0.07 (see Fig. 2) and prep. for subm. to Phys. Rev. E

    Journal ref: Physica A, Volume 368, Issue 1, 1 August 2006, Pages 232-238

  26. arXiv:physics/0506170  [pdf, ps, other

    physics.soc-ph cond-mat.stat-mech

    The Fundamental Diagram of Pedestrian Movement Revisited

    Authors: Armin Seyfried, Bernhard Steffen, Wolfram Klingsch, Maik Boltes

    Abstract: The empirical relation between density and velocity of pedestrian movement is not completely analyzed, particularly with regard to the `microscopic' causes which determine the relation at medium and high densities. The simplest system for the investigation of this dependency is the normal movement of pedestrians along a line (single-file movement). This article presents experimental results for… ▽ More

    Submitted 5 October, 2005; v1 submitted 22 June, 2005; originally announced June 2005.

    Comments: 13 pages, 9 figures

    Journal ref: J. Stat. Mech. (2005) P10002

  27. Surface Superconductivity in Niobium for Superconducting RF Cavities

    Authors: S. Casalbuoni, E. -A. Knabbe, J. Koetzler, L. Lilje, L. von Sawilski, P. Schmueser, B. Steffen

    Abstract: A systematic study is presented on the superconductivity (sc) parameters of the ultrapure niobium used for the fabrication of the nine-cell 1.3 GHz cavities for the linear collider project TESLA. Cylindrical Nb samples have been subjected to the same surface treatments that are applied to the TESLA cavities: buffered chemical polishing (BCP), electrolytic polishing (EP), low-temperature bakeout… ▽ More

    Submitted 5 March, 2004; originally announced March 2004.

    Comments: 15 pages, 21 figures, DESY-Report 2004-027

    Journal ref: Nucl.Instrum.Meth. A538 (2005) 45-64

  28. arXiv:physics/0311134  [pdf, ps, other

    physics.flu-dyn physics.geo-ph

    The Subgrid Problem of the Thermal Convection in the Earth's Liquid Core

    Authors: M. Reshetnyak, B. Steffen

    Abstract: The problem of the turbulent thermal convection in the Earth's liquid core is considered. Following assumptions on decreasing of the spatial scales due to the rapid rotation, we propose the subgrid model of the eddy diffusivity, which is used in the large-scale model. This approach makes it possible to model realistic regimes with small Ekman and Rossby numbers ($E\sim 10^{-14}$,… ▽ More

    Submitted 27 November, 2003; originally announced November 2003.

  29. arXiv:physics/0311001  [pdf, ps, other

    physics.flu-dyn physics.geo-ph

    The shell model approach to the rotating turbulence

    Authors: M. Reshetnyak, B. Steffen

    Abstract: Applications of the shell model of turbulence to the case of rapidly rotating bodies are considered. Starting from the classical GOY model we introduce the Coriolis force and obtain a $\sim k^{-2}$ spectrum for 3D hydrodynamical turbulence for the free decay regime as well for the regime with external forcing. Additional modifications of the GOY model providing a realistic form of the helicity a… ▽ More

    Submitted 3 November, 2003; originally announced November 2003.