Skip to main content

Showing 1–22 of 22 results for author: Paaßen, B

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

    cs.LG

    GradCheck: Analyzing classifier guidance gradients for conditional diffusion sampling

    Authors: Philipp Vaeth, Alexander M. Fruehwald, Benjamin Paassen, Magda Gregorova

    Abstract: To sample from an unconditionally trained Denoising Diffusion Probabilistic Model (DDPM), classifier guidance adds conditional information during sampling, but the gradients from classifiers, especially those not trained on noisy images, are often unstable. This study conducts a gradient analysis comparing robust and non-robust classifiers, as well as multiple gradient stabilization techniques. Ex… ▽ More

    Submitted 25 June, 2024; originally announced June 2024.

  2. arXiv:2405.01114  [pdf, other

    cs.LG cs.RO

    Continual Imitation Learning for Prosthetic Limbs

    Authors: Sharmita Dey, Benjamin Paassen, Sarath Ravindran Nair, Sabri Boughorbel, Arndt F. Schilling

    Abstract: Lower limb amputations and neuromuscular impairments severely restrict mobility, necessitating advancements beyond conventional prosthetics. Motorized bionic limbs offer promise, but their utility depends on mimicking the evolving synergy of human movement in various settings. In this context, we present a novel model for bionic prostheses' application that leverages camera-based motion capture an… ▽ More

    Submitted 2 May, 2024; originally announced May 2024.

  3. arXiv:2308.06100  [pdf, other

    cs.CV cs.LG

    Diffusion-based Visual Counterfactual Explanations -- Towards Systematic Quantitative Evaluation

    Authors: Philipp Vaeth, Alexander M. Fruehwald, Benjamin Paassen, Magda Gregorova

    Abstract: Latest methods for visual counterfactual explanations (VCE) harness the power of deep generative models to synthesize new examples of high-dimensional images of impressive quality. However, it is currently difficult to compare the performance of these VCE methods as the evaluation procedures largely vary and often boil down to visual inspection of individual examples and small scale user studies.… ▽ More

    Submitted 11 August, 2023; originally announced August 2023.

    Comments: Accepted at the 5th International Workshop on eXplainable Knowledge Discovery in Data Mining @ ECML 2023

  4. arXiv:2307.08486  [pdf, other

    cs.LG cs.CY

    Fairness in KI-Systemen

    Authors: Janine Strotherm, Alissa Müller, Barbara Hammer, Benjamin Paaßen

    Abstract: The more AI-assisted decisions affect people's lives, the more important the fairness of such decisions becomes. In this chapter, we provide an introduction to research on fairness in machine learning. We explain the main fairness definitions and strategies for achieving fairness using concrete examples and place fairness research in the European context. Our contribution is aimed at an interdisci… ▽ More

    Submitted 17 July, 2023; originally announced July 2023.

    Comments: in German language

  5. arXiv:2211.05227  [pdf, other

    cs.HC cs.AI cs.LG

    Automatic Creativity Measurement in Scratch Programs Across Modalities

    Authors: Anastasia Kovalkov, Benjamin Paaßen, Avi Segal, Niels Pinkwart, Kobi Gal

    Abstract: Promoting creativity is considered an important goal of education, but creativity is notoriously hard to measure.In this paper, we make the journey fromdefining a formal measure of creativity that is efficientlycomputable to applying the measure in a practical domain. The measure is general and relies on coretheoretical concepts in creativity theory, namely fluency, flexibility, and originality, i… ▽ More

    Submitted 7 November, 2022; originally announced November 2022.

    Journal ref: IEEE Transactions on Learning Technologies 14(6) (2021) 740-753

  6. arXiv:2210.04359  [pdf, other

    cs.CL cs.LG cs.SI

    Fine-Grained Detection of Solidarity for Women and Migrants in 155 Years of German Parliamentary Debates

    Authors: Aida Kostikova, Benjamin Paassen, Dominik Beese, Ole Pütz, Gregor Wiedemann, Steffen Eger

    Abstract: Solidarity is a crucial concept to understand social relations in societies. In this paper, we explore fine-grained solidarity frames to study solidarity towards women and migrants in German parliamentary debates between 1867 and 2022. Using 2,864 manually annotated text snippets (with a cost exceeding 18k Euro), we evaluate large language models (LLMs) like Llama 3, GPT-3.5, and GPT-4. We find th… ▽ More

    Submitted 24 June, 2024; v1 submitted 9 October, 2022; originally announced October 2022.

    Comments: Note title and author changes

  7. An A*-algorithm for the Unordered Tree Edit Distance with Custom Costs

    Authors: Benjamin Paaßen

    Abstract: The unordered tree edit distance is a natural metric to compute distances between trees without intrinsic child order, such as representations of chemical molecules. While the unordered tree edit distance is MAX SNP-hard in principle, it is feasible for small cases, e.g. via an A* algorithm. Unfortunately, current heuristics for the A* algorithm assume unit costs for deletions, insertions, and rep… ▽ More

    Submitted 26 July, 2021; originally announced August 2021.

    Comments: Accepted at the 14th International Conference on Similarity Search and Applications (SISAP 2021)

  8. Reservoir Stack Machines

    Authors: Benjamin Paaßen, Alexander Schulz, Barbara Hammer

    Abstract: Memory-augmented neural networks equip a recurrent neural network with an explicit memory to support tasks that require information storage without interference over long times. A key motivation for such research is to perform classic computation tasks, such as parsing. However, memory-augmented neural networks are notoriously hard to train, requiring many backpropagation epochs and a lot of data.… ▽ More

    Submitted 26 July, 2021; v1 submitted 4 May, 2021; originally announced May 2021.

    Comments: in print at the Journal Neurocomputing

  9. arXiv:2103.11614  [pdf, ps, other

    cs.LG cs.CY cs.NE

    ast2vec: Utilizing Recursive Neural Encodings of Python Programs

    Authors: Benjamin Paaßen, Jessica McBroom, Bryn Jeffries, Irena Koprinska, Kalina Yacef

    Abstract: Educational datamining involves the application of datamining techniques to student activity. However, in the context of computer programming, many datamining techniques can not be applied because they expect vector-shaped input whereas computer programs have the form of syntax trees. In this paper, we present ast2vec, a neural network that maps Python syntax trees to vectors and back, thereby fac… ▽ More

    Submitted 22 March, 2021; originally announced March 2021.

    Comments: Under consideration at the Journal of Educational Datamining

    Journal ref: Journal of Educational Data Mining, 13(3) (2021) 1-35

  10. arXiv:2012.02097  [pdf, other

    cs.LG cs.NE

    Recursive Tree Grammar Autoencoders

    Authors: Benjamin Paassen, Irena Koprinska, Kalina Yacef

    Abstract: Machine learning on trees has been mostly focused on trees as input to algorithms. Much less research has investigated trees as output, which has many applications, such as molecule optimization for drug discovery, or hint generation for intelligent tutoring systems. In this work, we propose a novel autoencoder approach, called recursive tree grammar autoencoder (RTG-AE), which encodes trees via a… ▽ More

    Submitted 10 February, 2022; v1 submitted 3 December, 2020; originally announced December 2020.

    Comments: Submitted to the ECML/PKDD Journal Track

  11. arXiv:2009.06342  [pdf, ps, other

    cs.LG cs.NE stat.ML

    Reservoir Memory Machines as Neural Computers

    Authors: Benjamin Paaßen, Alexander Schulz, Terrence C. Stewart, Barbara Hammer

    Abstract: Differentiable neural computers extend artificial neural networks with an explicit memory without interference, thus enabling the model to perform classic computation tasks such as graph traversal. However, such models are difficult to train, requiring long training times and large datasets. In this work, we achieve some of the computational capabilities of differentiable neural computers with a m… ▽ More

    Submitted 19 July, 2021; v1 submitted 14 September, 2020; originally announced September 2020.

    Comments: In print at the special issue 'New Frontiers in Extremely Efficient Reservoir Computing' of IEEE TNNLS

    Journal ref: IEEE Transactions on Neural Networks and Learning Systems 33 (2022) 2575-2585

  12. arXiv:2004.08925  [pdf, ps, other

    cs.NE cs.LG stat.ML

    Tree Echo State Autoencoders with Grammars

    Authors: Benjamin Paassen, Irena Koprinska, Kalina Yacef

    Abstract: Tree data occurs in many forms, such as computer programs, chemical molecules, or natural language. Unfortunately, the non-vectorial and discrete nature of trees makes it challenging to construct functions with tree-formed output, complicating tasks such as optimization or time series prediction. Autoencoders address this challenge by map** trees to a vectorial latent space, where tasks are easi… ▽ More

    Submitted 19 April, 2020; originally announced April 2020.

    Comments: accepted at the 2020 International Joint Conference on Neural Networks (IJCNN 2020)

  13. arXiv:2003.04793  [pdf, ps, other

    cs.LG stat.ML

    Reservoir memory machines

    Authors: Benjamin Paassen, Alexander Schulz

    Abstract: In recent years, Neural Turing Machines have gathered attention by joining the flexibility of neural networks with the computational capabilities of Turing machines. However, Neural Turing Machines are notoriously hard to train, which limits their applicability. We propose reservoir memory machines, which are still able to solve some of the benchmark tests for Neural Turing Machines, but are much… ▽ More

    Submitted 11 February, 2020; originally announced March 2020.

  14. Adversarial Edit Attacks for Tree Data

    Authors: Benjamin Paaßen

    Abstract: Many machine learning models can be attacked with adversarial examples, i.e. inputs close to correctly classified examples that are classified incorrectly. However, most research on adversarial attacks to date is limited to vectorial data, in particular image data. In this contribution, we extend the field by introducing adversarial edit attacks for tree-structured data with potential applications… ▽ More

    Submitted 27 August, 2019; v1 submitted 25 August, 2019; originally announced August 2019.

    Comments: accepted at the 20th International Conference on Intelligent Data Engineering and Automated Learning (IDEAL)

    Journal ref: Proc. IDEAL 20 (2019) 359-366

  15. arXiv:1905.06147  [pdf, ps, other

    cs.LG stat.ML

    Embeddings and Representation Learning for Structured Data

    Authors: Benjamin Paaßen, Claudio Gallicchio, Alessio Micheli, Alessandro Sperduti

    Abstract: Performing machine learning on structured data is complicated by the fact that such data does not have vectorial form. Therefore, multiple approaches have emerged to construct vectorial representations of structured data, from kernel and distance approaches to recurrent, recursive, and convolutional neural networks. Recent years have seen heightened attention in this demanding field of research an… ▽ More

    Submitted 15 May, 2019; originally announced May 2019.

    Comments: Oral presentation at the 27th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN 2019) in Bruges, Belgium, on April 24th, 2019

    Journal ref: Proc. ESANN (2019), 85-94

  16. arXiv:1902.00375  [pdf, ps, other

    cs.LG cs.CY stat.ML

    Dynamic fairness - Breaking vicious cycles in automatic decision making

    Authors: Benjamin Paaßen, Astrid Bunge, Carolin Hainke, Leon Sindelar, Matthias Vogelsang

    Abstract: In recent years, machine learning techniques have been increasingly applied in sensitive decision making processes, raising fairness concerns. Past research has shown that machine learning may reproduce and even exacerbate human bias due to biased training data or flawed model assumptions, and thus may lead to discriminatory actions. To counteract such biased models, researchers have proposed mult… ▽ More

    Submitted 10 February, 2019; v1 submitted 1 February, 2019; originally announced February 2019.

    Comments: preprint of a paper accepted for oral presentation at the 27th European Symposium on Artificial Neural Networks (ESANN 2019)

    Journal ref: Proc. ESANN (2019), 477-482

  17. arXiv:1806.05009  [pdf, ps, other

    cs.LG stat.ML

    Tree Edit Distance Learning via Adaptive Symbol Embeddings

    Authors: Benjamin Paaßen, Claudio Gallicchio, Alessio Micheli, Barbara Hammer

    Abstract: Metric learning has the aim to improve classification accuracy by learning a distance measure which brings data points from the same class closer together and pushes data points from different classes further apart. Recent research has demonstrated that metric learning approaches can also be applied to trees, such as molecular structures, abstract syntax trees of computer programs, or syntax trees… ▽ More

    Submitted 16 July, 2018; v1 submitted 13 June, 2018; originally announced June 2018.

    Comments: Paper at the International Conference of Machine Learning (2018), 2018-07-10 to 2018-07-15 in Stockholm, Sweden

    Journal ref: Proceedings of Machine Learning Research 80 (2018) 3973-3982

  18. arXiv:1805.07123  [pdf, ps, other

    cs.LG stat.ML

    Tree Edit Distance Learning via Adaptive Symbol Embeddings: Supplementary Materials and Results

    Authors: Benjamin Paaßen

    Abstract: Metric learning has the aim to improve classification accuracy by learning a distance measure which brings data points from the same class closer together and pushes data points from different classes further apart. Recent research has demonstrated that metric learning approaches can also be applied to trees, such as molecular structures, abstract syntax trees of computer programs, or syntax trees… ▽ More

    Submitted 18 May, 2018; originally announced May 2018.

    Comments: Supplementary Materials and additional Results for the ICML 2018 paper Tree Edit Distance Learning via Adaptive Symbol Embeddings

  19. arXiv:1805.06869  [pdf, ps, other

    cs.DS

    Revisiting the tree edit distance and its backtracing: A tutorial

    Authors: Benjamin Paaßen

    Abstract: Almost 30 years ago, Zhang and Shasha (1989) published a seminal paper describing an efficient dynamic programming algorithm computing the tree edit distance, that is, the minimum number of node deletions, insertions, and replacements that are necessary to transform one tree into another. Since then, the tree edit distance has been widely applied, for example in biology and intelligent tutoring sy… ▽ More

    Submitted 14 September, 2022; v1 submitted 17 May, 2018; originally announced May 2018.

    Comments: Supplementary material for the ICML 2018 paper: Tree Edit Distance Learning via Adaptive Symbol Embeddings

  20. Expectation maximization transfer learning and its application for bionic hand prostheses

    Authors: Benjamin Paaßen, Alexander Schulz, Janne Hahne, Barbara Hammer

    Abstract: Machine learning models in practical settings are typically confronted with changes to the distribution of the incoming data. Such changes can severely affect the model performance, leading for example to misclassifications of data. This is particularly apparent in the domain of bionic hand prostheses, where machine learning models promise faster and more intuitive user interfaces, but are hindere… ▽ More

    Submitted 25 November, 2017; originally announced November 2017.

    Comments: accepted for publication in a special issue of the Journal 'Neurocomputing' for extended contributions of the 25h European Symposium on Artificial Neural Networks (ESANN 2017)

    Journal ref: Neurocomputing 298 (2018) 122-133

  21. arXiv:1708.06564  [pdf, other

    cs.AI cs.CY

    The Continuous Hint Factory - Providing Hints in Vast and Sparsely Populated Edit Distance Spaces

    Authors: Benjamin Paaßen, Barbara Hammer, Thomas William Price, Tiffany Barnes, Sebastian Gross, Niels Pinkwart

    Abstract: Intelligent tutoring systems can support students in solving multi-step tasks by providing hints regarding what to do next. However, engineering such next-step hints manually or via an expert model becomes infeasible if the space of possible states is too large. Therefore, several approaches have emerged to infer next-step hints automatically, relying on past students' data. In particular, the Hin… ▽ More

    Submitted 30 June, 2018; v1 submitted 22 August, 2017; originally announced August 2017.

    Journal ref: Journal of Educational Data Mining, 10 (2018) 1-35. Retrieved from https://jedm.educationaldatamining.org/index.php/JEDM/article/view/158

  22. Time Series Prediction for Graphs in Kernel and Dissimilarity Spaces

    Authors: Benjamin Paaßen, Christina Göpfert, Barbara Hammer

    Abstract: Graph models are relevant in many fields, such as distributed computing, intelligent tutoring systems or social network analysis. In many cases, such models need to take changes in the graph structure into account, i.e. a varying number of nodes or edges. Predicting such changes within graphs can be expected to yield important insight with respect to the underlying dynamics, e.g. with respect to u… ▽ More

    Submitted 11 August, 2017; v1 submitted 21 April, 2017; originally announced April 2017.

    Comments: preprint of a submission to 'Neural Processing Letters' (Special issue 'Off the mainstream')

    Journal ref: Neural Processing Letters 48 (2018) 669-689