Skip to main content

Showing 1–6 of 6 results for author: Meinke, K

Searching in archive cs. Search in all archives.
.
  1. arXiv:2407.07320  [pdf

    cs.LG cs.RO

    Flow to Rare Events: An Application of Normalizing Flow in Temporal Importance Sampling for Automated Vehicle Validation

    Authors: Yichun Ye, He Zhang, Ye Tian, Jian Sun, Karl Meinke

    Abstract: Automated Vehicle (AV) validation based on simulated testing requires unbiased evaluation and high efficiency. One effective solution is to increase the exposure to risky rare events while reweighting the probability measure. However, characterizing the distribution of risky events is particularly challenging due to the paucity of samples and the temporality of continuous scenario variables. To so… ▽ More

    Submitted 24 September, 2024; v1 submitted 9 July, 2024; originally announced July 2024.

  2. arXiv:2204.11821  [pdf, other

    astro-ph.EP astro-ph.IM cs.LG

    Exoplanet Cartography using Convolutional Neural Networks

    Authors: K. Meinke, D. M. Stam, P. M. Visser

    Abstract: In the near-future, dedicated telescopes observe Earth-like exoplanets in reflected light, allowing their characterization. Because of the huge distances, every exoplanet will be a single pixel, but temporal variations in its spectral flux hold information about the planet's surface and atmosphere. We test convolutional neural networks for retrieving a planet's rotation axis, surface and cloud map… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

    Comments: 38 pages, 25 figures, 5 tables, accepted for publication in Astron. Astrophys

    Journal ref: A&A 664, A59 (2022)

  3. arXiv:2108.11723  [pdf

    cs.SE

    Code Coverage and Test Automation: State of the Art

    Authors: Karl Meinke

    Abstract: This chapter surveys the state of the art in code coverage from the perspective of test automation. Our aim is to describe and motivate the three most popular classes of glass box test coverage models, which are: control flow, logic and data flow coverage. We take a fairly rigorous approach to code coverage models. Thus, for each class, we will give precise definitions of specific examples, some o… ▽ More

    Submitted 26 August, 2021; originally announced August 2021.

    ACM Class: D.2.5

  4. arXiv:2007.13239  [pdf, other

    cs.LG cs.SE stat.ML

    funcGNN: A Graph Neural Network Approach to Program Similarity

    Authors: Aravind Nair, Avijit Roy, Karl Meinke

    Abstract: Program similarity is a fundamental concept, central to the solution of software engineering tasks such as software plagiarism, clone identification, code refactoring and code search. Accurate similarity estimation between programs requires an in-depth understanding of their structure, semantics and flow. A control flow graph (CFG), is a graphical representation of a program which captures its log… ▽ More

    Submitted 30 July, 2020; v1 submitted 26 July, 2020; originally announced July 2020.

    Comments: 11 pages, 8 figures, 3 tables

  5. arXiv:1206.2691  [pdf, other

    cs.LG cs.DS cs.FL

    IDS: An Incremental Learning Algorithm for Finite Automata

    Authors: Muddassar A. Sindhu, Karl Meinke

    Abstract: We present a new algorithm IDS for incremental learning of deterministic finite automata (DFA). This algorithm is based on the concept of distinguishing sequences introduced in (Angluin81). We give a rigorous proof that two versions of this learning algorithm correctly learn in the limit. Finally we present an empirical performance analysis that compares these two algorithms, focussing on learning… ▽ More

    Submitted 12 June, 2012; originally announced June 2012.

    Comments: 8 pages, 5 figures

  6. arXiv:1205.5928  [pdf, other

    cs.DS cs.FL cs.LO

    An n log n Alogrithm for Deterministic Kripke Structure Minimization

    Authors: Karl Meinke, Muddassar A. Sindhu

    Abstract: We introduce an algorithm for the minimization of deterministic Kripke structures with O(kn log2 n) time complexity. We prove the correctness and complexity properties of this algorithm.

    Submitted 26 May, 2012; originally announced May 2012.

    Comments: 9 pages, 1 figure