Skip to main content

Showing 1–17 of 17 results for author: Bartelt, C

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

    cs.LG cs.AI

    A Data-Centric Perspective on Evaluating Machine Learning Models for Tabular Data

    Authors: Andrej Tschalzev, Sascha Marton, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Tabular data is prevalent in real-world machine learning applications, and new models for supervised learning of tabular data are frequently proposed. Comparative studies assessing the performance of models typically consist of model-centric evaluation setups with overly standardized data preprocessing. This paper demonstrates that such model-centric evaluations are biased, as real-world modeling… ▽ More

    Submitted 2 July, 2024; originally announced July 2024.

  2. arXiv:2407.01115  [pdf, other

    cs.LG stat.ML

    Enabling Mixed Effects Neural Networks for Diverse, Clustered Data Using Monte Carlo Methods

    Authors: Andrej Tschalzev, Paul Nitschke, Lukas Kirchdorfer, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Neural networks often assume independence among input data samples, disregarding correlations arising from inherent clustering patterns in real-world datasets (e.g., due to different sites or repeated measurements). Recently, mixed effects neural networks (MENNs) which separate cluster-specific 'random effects' from cluster-invariant 'fixed effects' have been proposed to improve generalization and… ▽ More

    Submitted 1 July, 2024; originally announced July 2024.

  3. arXiv:2406.08120  [pdf, other

    cs.SE

    Interlinking User Stories and GUI Prototy**: A Semi-Automatic LLM-based Approach

    Authors: Kristian Kolthoff, Felix Kretzer, Christian Bartelt, Alexander Maedche, Simone Paolo Ponzetto

    Abstract: Interactive systems are omnipresent today and the need to create graphical user interfaces (GUIs) is just as ubiquitous. For the elicitation and validation of requirements, GUI prototy** is a well-known and effective technique, typically employed after gathering initial user requirements represented in natural language (NL) (e.g., in the form of user stories). Unfortunately, GUI prototy** ofte… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

  4. arXiv:2405.17514  [pdf, other

    cs.SE cs.AI cs.PL

    AbstractBeam: Enhancing Bottom-Up Program Synthesis using Library Learning

    Authors: Janis Zenkner, Lukas Dierkes, Tobias Sesterhenn, Chrisitan Bartelt

    Abstract: LambdaBeam is a state-of-the-art execution-guided algorithm for program synthesis that incorporates higher-order functions, lambda functions, and iterative loops into the Domain-Specific Language (DSL). LambdaBeam generates every program from the start. Yet, many program blocks or subprograms occur frequently in a given domain, e.g., loops to traverse a list. Thus, repeating programs can be used t… ▽ More

    Submitted 27 May, 2024; originally announced May 2024.

  5. arXiv:2403.07733  [pdf, other

    cs.CV cs.AI

    DSEG-LIME: Improving Image Explanation by Hierarchical Data-Driven Segmentation

    Authors: Patrick Knab, Sascha Marton, Christian Bartelt

    Abstract: Explainable Artificial Intelligence is critical in unraveling decision-making processes in complex machine learning models. LIME (Local Interpretable Model-agnostic Explanations) is a well-known XAI framework for image analysis. It utilizes image segmentation to create features to identify relevant areas for classification. Consequently, poor segmentation can compromise the consistency of the expl… ▽ More

    Submitted 27 May, 2024; v1 submitted 12 March, 2024; originally announced March 2024.

  6. arXiv:2402.11917  [pdf, other

    cs.LG

    A Mechanistic Analysis of a Transformer Trained on a Symbolic Multi-Step Reasoning Task

    Authors: Jannik Brinkmann, Abhay Sheshadri, Victor Levoso, Paul Swoboda, Christian Bartelt

    Abstract: Transformers demonstrate impressive performance on a range of reasoning benchmarks. To evaluate the degree to which these abilities are a result of actual reasoning, existing work has focused on develo** sophisticated benchmarks for behavioral studies. However, these studies do not provide insights into the internal mechanisms driving the observed capabilities. To improve our understanding of th… ▽ More

    Submitted 29 June, 2024; v1 submitted 19 February, 2024; originally announced February 2024.

  7. arXiv:2309.17130  [pdf, other

    cs.LG

    GRANDE: Gradient-Based Decision Tree Ensembles for Tabular Data

    Authors: Sascha Marton, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Despite the success of deep learning for text and image data, tree-based ensemble models are still state-of-the-art for machine learning with heterogeneous tabular data. However, there is a significant need for tabular-specific gradient-based methods due to their high flexibility. In this paper, we propose $\text{GRANDE}$, $\text{GRA}$die$\text{N}$t-Based $\text{D}$ecision Tree $\text{E}$nsembles,… ▽ More

    Submitted 12 March, 2024; v1 submitted 29 September, 2023; originally announced September 2023.

  8. arXiv:2308.08168  [pdf, other

    cs.SE

    Emergent Software Service Platform and its Application in a Smart Mobility Setting

    Authors: Nils Wilken, Christoph Knieke, Eric Nyakam, Andreas Rausch, Christian Schindler, Christian Bartelt, Nikolaus Ziebura

    Abstract: The development dynamics of digital innovations for industry, business, and society are producing complex system conglomerates that can no longer be designed centrally and hierarchically in classic development processes. Instead, systems are evolving in DevOps processes in which heterogeneous actors act together on an open platform. Influencing and controlling such dynamically and autonomously cha… ▽ More

    Submitted 5 February, 2024; v1 submitted 16 August, 2023; originally announced August 2023.

    Comments: This paper was presented on The Fifteenth International Conference on Adaptive and Self-Adaptive Systems and Applications (ADAPTIVE 2023)

  9. arXiv:2308.01948  [pdf, other

    cs.CV

    A Multidimensional Analysis of Social Biases in Vision Transformers

    Authors: Jannik Brinkmann, Paul Swoboda, Christian Bartelt

    Abstract: The embedding spaces of image models have been shown to encode a range of social biases such as racism and sexism. Here, we investigate specific factors that contribute to the emergence of these biases in Vision Transformers (ViT). Therefore, we measure the impact of training data, model architecture, and training objectives on social biases in the learned representations of ViTs. Our findings ind… ▽ More

    Submitted 3 August, 2023; originally announced August 2023.

  10. Planning Landmark Based Goal Recognition Revisited: Does Using Initial State Landmarks Make Sense?

    Authors: Nils Wilken, Lea Cohausz, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Goal recognition is an important problem in many application domains (e.g., pervasive computing, intrusion detection, computer games, etc.). In many application scenarios, it is important that goal recognition algorithms can recognize goals of an observed agent as fast as possible. However, many early approaches in the area of Plan Recognition As Planning, require quite large amounts of computatio… ▽ More

    Submitted 10 November, 2023; v1 submitted 27 June, 2023; originally announced June 2023.

    Comments: Full publication: Wilken, N., Cohausz, L., Bartelt, C., Stuckenschmidt, H. (2023). Planning Landmark Based Goal Recognition Revisited: Does Using Initial State Landmarks Make Sense?. In: Seipel, D., Steen, A. (eds) KI 2023: Advances in Artificial Intelligence. KI 2023. Lecture Notes in Computer Science(), vol 14236. Springer, Cham. arXiv admin note: text overlap with arXiv:2301.10571

  11. arXiv:2305.03515  [pdf, other

    cs.LG cs.AI

    GradTree: Learning Axis-Aligned Decision Trees with Gradient Descent

    Authors: Sascha Marton, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Decision Trees (DTs) are commonly used for many machine learning tasks due to their high degree of interpretability. However, learning a DT from data is a difficult optimization problem, as it is non-convex and non-differentiable. Therefore, common approaches learn DTs using a greedy growth algorithm that minimizes the impurity locally at each internal node. Unfortunately, this greedy procedure ca… ▽ More

    Submitted 12 March, 2024; v1 submitted 5 May, 2023; originally announced May 2023.

  12. arXiv:2301.10571  [pdf, other

    cs.AI

    Leveraging Planning Landmarks for Hybrid Online Goal Recognition

    Authors: Nils Wilken, Lea Cohausz, Johannes Schaum, Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Goal recognition is an important problem in many application domains (e.g., pervasive computing, intrusion detection, computer games, etc.). In many application scenarios it is important that goal recognition algorithms can recognize goals of an observed agent as fast as possible and with minimal domain knowledge. Hence, in this paper, we propose a hybrid method for online goal recognition that co… ▽ More

    Submitted 25 January, 2023; originally announced January 2023.

    Comments: 9 pages. Presented at SPARK 2022 (https://icaps22.icaps-conference.org/workshops/SPARK/)

  13. arXiv:2207.08414  [pdf, other

    cs.LG

    Outlier Explanation via Sum-Product Networks

    Authors: Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Outlier explanation is the task of identifying a set of features that distinguish a sample from normal data, which is important for downstream (human) decision-making. Existing methods are based on beam search in the space of feature subsets. They quickly becomes computationally expensive, as they require to run an outlier detection algorithm from scratch for each feature subset. To alleviate this… ▽ More

    Submitted 18 July, 2022; originally announced July 2022.

  14. Explaining Neural Networks without Access to Training Data

    Authors: Sascha Marton, Stefan Lüdtke, Christian Bartelt, Andrej Tschalzev, Heiner Stuckenschmidt

    Abstract: We consider generating explanations for neural networks in cases where the network's training data is not accessible, for instance due to privacy or safety issues. Recently, $\mathcal{I}$-Nets have been proposed as a sample-free approach to post-hoc, global model interpretability that does not require access to training data. They formulate interpretation as a machine learning task that maps netwo… ▽ More

    Submitted 10 June, 2022; originally announced June 2022.

    Journal ref: Machine Learning (2024)

  15. arXiv:2110.05165  [pdf, other

    cs.LG cs.AI stat.ML

    Exchangeability-Aware Sum-Product Networks

    Authors: Stefan Lüdtke, Christian Bartelt, Heiner Stuckenschmidt

    Abstract: Sum-Product Networks (SPNs) are expressive probabilistic models that provide exact, tractable inference. They achieve this efficiency by making use of local independence. On the other hand, mixtures of exchangeable variable models (MEVMs) are a class of tractable probabilistic models that make use of exchangeability of discrete random variables to render inference tractable. Exchangeability, which… ▽ More

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

    Comments: accepted at IJCAI 2022

  16. arXiv:2012.06006  [pdf, other

    cs.AI cs.LG

    xRAI: Explainable Representations through AI

    Authors: Christiann Bartelt, Sascha Marton, Heiner Stuckenschmidt

    Abstract: We present xRAI an approach for extracting symbolic representations of the mathematical function a neural network was supposed to learn from the trained network. The approach is based on the idea of training a so-called interpretation network that receives the weights and biases of the trained network as input and outputs the numerical representation of the function the network was supposed to lea… ▽ More

    Submitted 10 December, 2020; originally announced December 2020.

    Comments: 8 pages, 6 figures, 3 tables

  17. Orchestration of Global Software Engineering Projects

    Authors: Christian Bartelt, Manfred Broy, Christoph Herrmann, Eric Knauss, Marco Kuhrmann, Andreas Rausch, Bernhard Rumpe, Kurt Schneider

    Abstract: Global software engineering has become a fact in many companies due to real necessity in practice. In contrast to co-located projects global projects face a number of additional software engineering challenges. Among them quality management has become much more difficult and schedule and budget overruns can be observed more often. Compared to co-located projects global software engineering is even… ▽ More

    Submitted 22 September, 2014; originally announced September 2014.

    Comments: 6 pages, 5 figures

    Journal ref: Proceedings of the Third International Workshop on Tool Support Development and Management in Distributed Software Projects, collocated with the Fourth IEEE International Conference on Global Software Engineering ICGSE 2009