EDBT 2026 Demo / reviewers in the wild / expert
Katharina Morik
dblp:m/KatharinaMorik
· DBLP profile ↗
47ranked-venue papers in the field
7as first author
9since 2021 · last 2024
0000-0003-1153-5986ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 38 (6 first)Database Systems & Data Management · 6 (1 first)Information Retrieval & Web Search · 2Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Towards more sustainable and trustworthy reporting in machine learningabstractAbstract With machine learning (ML) becoming a popular tool across all domains, practitioners are in dire need of comprehensive reporting on the state-of-the-art. Benchmarks and open databases provide helpful insights for many tasks, however suffer from several phenomena: Firstly, they overly focus on prediction quality, which is problematic considering the demand for more sustainability in ML. Depending on the use case at hand, interested users might also face tight resource constraints and thus should be allowed to interact with reporting frameworks, in order to prioritize certain reported characteristics. Furthermore, as some practitioners might not yet be well-skilled in ML, it is important to convey information on a more abstract, comprehensible level. Usability and extendability are key for moving with the state-of-the-art and in order to be trustworthy, frameworks should explicitly address reproducibility. In this work, we analyze established reporting systems under consideration of the aforementioned issues. Afterwards, we propose STREP, our novel framework that aims at overcoming these shortcomings and paves the way towards more sustainable and trustworthy reporting. We use STREP’s (publicly available) implementation to investigate various existing report databases. Our experimental results unveil the need for making reporting more resource-aware and demonstrate our framework’s capabilities of overcoming current reporting limitations. With our work, we want to initiate a paradigm shift in reporting and help with making ML advances more considerate of sustainability and trustworthiness. Raphael Fischer 0001, Thomas Liebig, Katharina Morik |
Data Min. Knowl. Discov. | 3 |
| 2023 | Joint leaf-refinement and ensemble pruning through L1 regularizationabstractAbstract Ensembles are among the state-of-the-art in many machine learning applications. With the ongoing integration of ML models into everyday life, e.g., in the form of the Internet of Things, the deployment and continuous application of models become more and more an important issue. Therefore, small models that offer good predictive performanceanduse small amounts of memory are required. Ensemble pruning is a standard technique for removing unnecessary classifiers from a large ensemble that reduces the overall resource consumption and sometimes improves the performance of the original ensemble. Similarly, leaf-refinement is a technique that improves the performance of a tree ensemble by jointly re-learning the probability estimates in the leaf nodes of the trees, thereby allowing for smaller ensembles while preserving their predictive performance. In this paper, we develop a new method that combines both approaches into a single algorithm. To do so, we introduce $$L_1$$ L1 regularization into the leaf-refinement objective, which allows us to jointly prune and refine trees at the same time. In an extensive experimental evaluation, we show that our approach not only offers statistically significantly better performance than the state-of-the-art but also offers a better accuracy-memory trade-off. We conclude our experimental evaluation with a case study showing the effectiveness of our method in a real-world setting. Sebastian Buschjäger, Katharina Morik |
Data Min. Knowl. Discov. | 2 |
| 2022 | Online Adaptive Multivariate Time Series Forecasting
Amal Saadallah, Hanna Mykula, Katharina Morik |
ECML/PKDD (6) | 3 |
| 2022 | Simulation and sensor data fusion for machine learning application
Amal Saadallah, Felix Finkeldey, Jens Buß, Katharina Morik, Petra Wiederkehr, Wolfgang Rhode |
Adv. Eng. Informatics | 4 |
| 2021 | Online Ensemble Aggregation using Deep Reinforcement Learning for Time Series ForecastingabstractBoth complex and evolving nature of time series structure make forecasting among one of the most important and challenging tasks in time series analysis. Typical methods for forecasting are designed to model time-evolving dependencies between data observations. However, it is generally accepted that none of them is universally valid for every application. Therefore, methods for learning heterogeneous ensembles by combining a diverse set of forecasts together appear as a promising solution to tackle this task. Several approaches, ranging from simple and enhanced averaging tactics to applying meta-learning methods, have been proposed to learn how to combine individual models in an ensemble. However, finding the optimal strategy for ensemble aggregation remains an open research question, particularly, when the ensemble needs to be adapted in real time. In this paper, we leverage a deep reinforcement learning framework for learning linearly weighted ensembles as a meta-learning method. In this framework, the combination policy in ensembles is modelled as a sequential decision making process, and an actor-critic model aims at learning the optimal weights in a continuous action space. The policy is updated following a drift detection mechanism for tracking performance shifts of the ensemble model. An extensive empirical study on many real-world datasets demonstrates that our method achieves excellent or on par results in comparison to the state-of-the-art approaches as well as several baselines. Amal Saadallah, Katharina Morik |
DSAA | 2 |
| 2021 | An Actor-Critic Ensemble Aggregation Model for Time-Series ForecastingabstractEnsemble models are widely used as an effective technique in time-series forecasting, and recently, are inclined toward leveraging meta-learning methods due to their proven predictive advantages in combining individual models in an ensemble. However, finding the optimal strategy for ensemble aggregation is an open research question, particularly, when the ensemble needs to be adapted in real-time. In this paper, we pro-pose a novel meta-learning approach for aggregation of linearly weighted ensembles for the task of time-series forecasting. We outline a deep reinforcement learning framework with a coherent design of the components of the environment and the objective function as an aggregation method in our task. In this framework, the combination policy in ensembles is modeled as a sequential decision making process which is able to capture the temporal behavior in time-series, and an actor-critic model aims at learning the optimal weights in a continuous action space. An extensive empirical study on various real-world datasets demonstrates that our method achieves excellent or on par results in comparison to the state-of-the-art approaches as well as several baselines. Amal Saadallah, Maryam Tavakol, Katharina Morik |
ICDE | 3 |
| 2021 | Certification of Model Robustness in Active Class Selection
Mirko Bunse, Katharina Morik |
ECML/PKDD (2) | 2 |
| 2021 | Very Fast Streaming Submodular Function Maximization
Sebastian Buschjäger, Philipp-Jan Honysz, Lukas Pfahler, Katharina Morik |
ECML/PKDD (3) | 4 |
| 2021 | Explainable Online Deep Neural Network Selection Using Adaptive Saliency Maps for Time Series Forecasting
Amal Saadallah, Matthias Jakobs, Katharina Morik |
ECML/PKDD (1) | 3 |
| 2020 | Generalized Isolation Forest: Some Theory and More Applications Extended AbstractabstractIsolation Forest is a popular outlier detection algorithm that isolates outlier observations from regular observations by building multiple random decision trees. Multiple extensions enhance the original Isolation Forest algorithm including the Extended Isolation Forest which allows for non-rectangular splits and the SCiForest which improves the fitting of individual trees. All these approaches rate the outlierness of an observation by its average path-length. However, we find a lack of theoretical explanation on why these isolation-based algorithms offer such good practical performance. In this paper, we present a theoretical framework that describes the effectiveness of isolation-based approaches from a distributional viewpoint. We show that these algorithms fit a mixture of distributions, where the average path length of an observation can be viewed as a (somewhat crude) approximation of the mixture coefficient. Using this framework, we derive the Generalized Isolation Forest (GIF) which also trains random trees, but combining them moves beyond using the average path-length. In an extensive evaluation of over 350, 000 experiments, we show that GIF outperforms the other methods on a variety of datasets while having comparable runtime. Sebastian Buschjäger, Philipp-Jan Honysz, Katharina Morik |
DSAA | 3 |
| 2020 | No Cloud on the Horizon: Probabilistic Gap Filling in Satellite Image SeriesabstractSpatio-temporal data sets such as satellite image series are of utmost importance for understanding global developments like climate change or urbanization. However, incompleteness of data can greatly impact usability and knowledge discovery. In fact, there are many cases where not a single data point in the set is fully observed. For filling gaps, we introduce a novel approach that utilizes Markov random fields (MRFs). We extend the probabilistic framework to also consider empirical prior information, which allows to train even on highly incomplete data. Moreover, we devise a way to make discrete MRFs predict continuous values via state superposition. Experiments on real-world remote sensing imagery suffering from cloud cover show that the proposed approach outperforms state-of-the-art gap filling techniques. Raphael Fischer 0001, Nico Piatkowski, Charlotte Pelletier, Geoffrey I. Webb, François Petitjean, Katharina Morik |
DSAA | 6 |
| 2020 | Active Sampling for Learning Interpretable Surrogate Machine Learning ModelsabstractThe use of machine learning methods to inform consequential decisions is increasingly expanding across many fields. As a result, the ability to interpret these models has become to a greater extent crucial to increase the related-technologies acceptance level and reliability. In this paper, we propose an active sampling approach for learning accurately interpretable surrogate machine learning model to better approximate black-box models for supervised learning problems. Hence, the surrogate model is used to learn the black-box model and reflect its properties. Active sampling is used as an informed sampling method to adaptively and iteratively build an optimized training set based on the predictions of the black-box model to enhance the accuracy of the surrogate model. Subsequently, the surrogate model is used to interpret and debug the black-box model. The developed method is flexible and can be used to approximate any family of black-box models using any type of interpretable machine learning models, as it only requires the ability to compute their outputs. It is also applicable to both regression and classification tasks. In this work, we bring focus to decision tree due to their proven high interpretability. An experimental evaluation of the method on several real-world data sets is presented to show its flexibility and its robustness compared to traditional approaches for learning surrogate models. Amal Saadallah, Katharina Morik |
DSAA | 2 |
| 2020 | Optimal Probabilistic Classification in Active Class SelectionabstractThe goal of active class selection (ACS) is to optimize the class proportions in newly acquired data; a classifier trained from that data should exhibit maximum performance during its deployment. This paper provides an information-theoretic examination of the problem, resulting in an upper bound of the classifier's error. This upper bound shows that the more data is acquired, the better is the performance of the class proportions that occur during deployment; other class proportions can outperform these natural proportions in the beginning of data acquisition, but natural proportions certainly yield optimal probabilistic classifiers in the limit. Put differently-and perhaps surprisingly-the more data is acquired, the less beneficial are ACS strategies. Our bound further reveals that the degree to which non-natural class proportions are eligible depends on the correlation between the features and the class label. Experiments on standard ACS data sets quantify these effects and also show that the conclusions drawn from our analysis take over to non-probabilistic classifiers. Mirko Bunse, Dorina Weichert, Alexander Kister, Katharina Morik |
ICDM | 4 |
| 2020 | Semantic Search in Millions of EquationsabstractGiven the increase of publications, search for relevant papers becomes tedious. In particular, search across disciplines or schools of thinking is not supported. This is mainly due to the retrieval with keyword queries: technical terms differ in different sciences or at different times. Relevant articles might better be identified by their mathematical problem descriptions. Just looking at the equations in a paper already gives a hint to whether the paper is relevant. Hence, we propose a new approach for retrieval of mathematical expressions based on machine learning. We design an unsupervised representation learning task that combines embedding learning with self-supervised learning. Using graph convolutional neural networks we embed mathematical expression into low-dimensional vector spaces that allow efficient nearest neighbor queries. To train our models, we collect a huge dataset with over 29 million mathematical expressions from over 900,000 publications published on arXiv.org. The math is converted into an XML format, which we view as graph data. Our empirical evaluations involving a new dataset of manually annotated search queries show the benefits of using embedding models for mathematical retrieval. Lukas Pfahler, Katharina Morik |
KDD | 2 |
| 2020 | On-Site Gamma-Hadron Separation with Deep Learning on FPGAs
Sebastian Buschjäger, Lukas Pfahler, Jens Buß, Katharina Morik, Wolfgang Rhode |
ECML/PKDD (4) | 4 |
| 2019 | The Search for Equations - Learning to Identify Similarities Between Mathematical Expressions
Lukas Pfahler, Jonathan Schill, Katharina Morik |
ECML/PKDD (3) | 3 |
| 2019 | A Drift-Based Dynamic Ensemble Members Selection Using Clustering for Time Series Forecasting
Amal Saadallah, Florian Priebe, Katharina Morik |
ECML/PKDD (1) | 3 |
| 2018 | Unification of Deconvolution Algorithms for Cherenkov AstronomyabstractObtaining the distribution of a physical quantity is a frequent objective in experimental physics. In cases where the distribution of the relevant quantity cannot be accessed experimentally, it has to be reconstructed from distributions of correlated quantities that are measured, instead. This reconstruction is called deconvolution. Cherenkov astronomy is a deconvolution use case which studies the energy distribution of cosmic gamma radiation to reason about the characteristics of celestial objects emitting such radiation. We present a novel unified view on deconvolution methods, rephrasing them in the language of data science. Based on our unified formulation, we propose a novel stopping condition that guarantees fast convergence. We compare existing and new methods on synthetic and real-world data, showing that our method converges faster and more accurately than the existing machine learning based approach. Mirko Bunse, Nico Piatkowski, Katharina Morik, Tim Ruhe, Wolfgang Rhode |
DSAA | 3 |
| 2018 | Realization of Random Forest for Real-Time Evaluation through Tree FramingabstractThe optimization of learning has always been of particular concern for big data analytics. However, the ongoing integration of machine learning models into everyday life also demand the evaluation to be extremely fast and in real-time. Moreover, in the Internet of Things, the computing facilities that run the learned model are restricted. Hence, the implementation of the model application must take the characteristics of the executing platform into account Although there exist some heuristics that optimize the code, principled approaches for fast execution of learned models are rare. In this paper, we introduce a method that optimizes the execution of Decision Trees (DT). Decision Trees form the basis of many ensemble methods, such as Random Forests (RF) or Extremely Randomized Trees (ET). For these methods to work best, trees should be as large as possible. This challenges the data and the instruction cache of modern CPUs and thus demand a more careful memory layout. Based on a probabilistic view of decision tree execution, we optimize the two most common implementation schemes of decision trees. We discuss the advantages and disadvantages of both implementations and present a theoretically well-founded memory layout which maximizes locality during execution in both cases. The method is applied to three computer architectures, namely ARM (RISC), PPC (Extended RISC) and Intel (CISC) and is automatically adopted to the specific architecture by a code generator. We perform over 1800 experiments on several real-world data sets and report an average speed-up of 2 to 4 across all three architectures by using the proposed memory layout. Moreover, we find that our implementation outperforms sklearn, which was used to train the models by a factor of 1500. Sebastian Buschjäger, Kuan-Hsun Chen, Jian-Jia Chen, Katharina Morik |
ICDM | 4 |
| 2018 | Nyström-SGD: Fast Learning of Kernel-Classifiers with Conditioned Stochastic Gradient Descent
Lukas Pfahler, Katharina Morik |
ECML/PKDD (2) | 2 |
| 2018 | The Trustworthy Pal: Controlling the False Discovery Rate in Boolean Matrix FactorizationabstractBoolean matrix factorization (BMF) is a popular and powerful technique for inferring knowledge from data. The mining result is the Boolean product of two matrices, approximating the input dataset. The Boolean product is a disjunction of rank-1 binary matrices, each describing a feature-relation, called pattern, for a group of samples. Yet, there are no guarantees that any of the returned patterns do not actually arise from noise, i.e., are false discoveries. In this paper, we propose and discuss the usage of the false discovery rate in the unsupervised BMF setting. We prove two bounds on the probability that a found pattern is constituted of random Bernoulli-distributed noise. Each bound exploits a specific property of the factorization which minimizes the approximation error—yielding new insights on the minimizers of Boolean matrix factorization. This leads to improved BMF algorithms by replacing heuristic rank selection techniques with a theoretically well-based approach. Our empirical demonstration shows that both bounds deliver excellent results in various practical settings. Sibylle Hess, Nico Piatkowski, Katharina Morik |
SDM | 3 |
| 2017 | Learning Low-Rank Document Embeddings with Weighted Nuclear Norm RegularizationabstractRecently, neural embeddings of documents have shown success in various language processing tasks. These low-dimensional and dense feature vectors of text documents capture semantic similarities better than traditional methods. However, the underlying optimization problem is non-convex and usually solved using stochastic gradient descent. Hence solutions are most-likely sub-optimal and not reproducible, as they are the result of a randomized algorithm. We present an alternative formulation for learning low-rank representations based on convex optimization. Instead of explicitly learning low-dimensional features, we compute a low-rank representation implicitly by regularizing full-dimensional solutions. Our approach uses the weighted nuclear norm, a regularizer that penalizes singular values of matrices. We optimize the regularized objective using accelerated proximal gradient descent. We apply the approach to learn embeddings of documents. These embeddings are guaranteed to converge to a global optimum in a deterministic manner. We show that our convex approach outperforms traditional convex approaches in a numerical study. Furthermore we demonstrate that the embeddings are useful for detecting similarities on a standard dataset. Then we apply our approach in an interdisciplinary research project to detect topics in religious online discussions. The topic descriptions obtained from a clustering of embeddings are coherent and insightful. In comparison to existing approaches, they are also reproducible. An earlier version of this work stated, that the weighted nuclear norm is a convex regularizer. This is wrong - the weighted nuclear norm is non-convex, even though the name falsely suggests that it is a matrix norm. Lukas Pfahler, Katharina Morik, Frederik Elwert, Samira Tabti, Volkhard Krech |
DSAA | 2 |
| 2017 | C-SALT: Mining Class-Specific ALTerations in Boolean Matrix Factorization
Sibylle Hess, Katharina Morik |
ECML/PKDD (1) | 2 |
| 2017 | The PRIMPING routine - Tiling through proximal alternating linearized minimization
Sibylle Hess, Katharina Morik, Nico Piatkowski |
Data Min. Knowl. Discov. | 2 |
| 2017 | Mining Urban Data (Part C)
Gennady L. Andrienko, Dimitrios Gunopulos, Yannis E. Ioannidis, Vana Kalogeraki, Ioannis Katakis 0001, Katharina Morik, Olivier Verscheure |
Inf. Syst. | 6 |
| 2017 | Dynamic route planning with real-time traffic predictions
Thomas Liebig, Nico Piatkowski, Christian Bockermann, Katharina Morik |
Inf. Syst. | 4 |
| 2016 | Resource-Aware Steel Production Through Data Mining
Hendrik Blom, Katharina Morik |
ECML/PKDD (3) | 2 |
| 2016 | INSIGHT: Dynamic Traffic Management Using Heterogeneous Urban Data
Nikolaos Panagiotou, Nikolaos Zygouras, Ioannis Katakis 0001, Dimitrios Gunopulos, Nikos Zacheilas, Ioannis Boutsis, Vana Kalogeraki, Stephen Lynch, Brendan O'Brien, Dermot Kinane, Jakub Marecek, Jia Yuan Yu, Rudi Verago, Elizabeth Daly, Nico Piatkowski, Thomas Liebig, Christian Bockermann, Katharina Morik, François Schnitzler, Matthias Weidlich 0001, Avigdor Gal, Shie Mannor, Hendrik Stange, Werner Halft, Gennady L. Andrienko |
ECML/PKDD (3) | 18 |
| 2016 | Mining Urban Data (Part B)
Gennady L. Andrienko, Dimitrios Gunopulos, Yannis E. Ioannidis, Vana Kalogeraki, Ioannis Katakis 0001, Katharina Morik, Olivier Verscheure |
Inf. Syst. | 6 |
| 2015 | Data Driven Science: SIGKDD PanelabstractThe panel session 'Data Driven Science' discusses application and use of knowledge discovery, machine learning and data analytics in science disciplines; in natural, physical, medical and social science; from physics to geology, and from neuroscience to population health. Knowledge discovery methods are finding broad application in all areas of scientific endeavor, to explore experimental data, to discover new models, to propose new scientific theories and ideas. In addition, the availability of ever larger scientific data sets is driving a new data-driven paradigm for modeling of complex phenomena in physical, natural and social sciences. Katharina Morik, Hugh F. Durrant-Whyte, Gary C. Hill, R. Dietmar Müller, Tanya Y. Berger-Wolf |
KDD | 1 |
| 2015 | Online Analysis of High-Volume Data Streams in Astroparticle Physics
Christian Bockermann, Kai Brügge 0002, Jens Buß, Alexey Egorov, Katharina Morik, Wolfgang Rhode, Tim Ruhe |
ECML/PKDD (3) | 5 |
| 2015 | Discovering Neutrinos Through Data Analytics
Mathis Börner, Wolfgang Rhode, Tim Ruhe, Katharina Morik |
ECML/PKDD (3) | 4 |
| 2014 | Resource-Aware Data Analysis
Katharina Morik |
DATA | 1 |
| 2014 | Heterogeneous Stream Processing and Crowdsourcing for Urban Traffic ManagementabstractUrban traffic gathers increasing interest as cities become bigger, crowded and “smart”. We present a system for het-erogeneous stream processing and crowdsourcing supporting intelligent urban traffic management. Complex events related to traffic congestion (trends) are detected from heterogeneous sources involving fixed sensors mounted on intersections and mobile sensors mounted on public transport vehicles. To deal with data veracity, a crowdsourcing component handles and resolves sensor disagreement. Furthermore, to deal with data sparsity, a traffic modelling component offers information in areas with low sensor coverage. We demonstrate the system with a real-world use-case from Dublin city, Ireland. Alexander Artikis, Matthias Weidlich 0001, François Schnitzler, Ioannis Boutsis, Thomas Liebig, Nico Piatkowski, Christian Bockermann, Katharina Morik, Vana Kalogeraki, Jakub Marecek, Avigdor Gal, Shie Mannor, Dimitrios Gunopulos, Dermot Kinane |
EDBT | 8 |
| 2014 | Heterogeneous Stream Processing and Crowdsourcing for Traffic Monitoring: Highlights
François Schnitzler, Alexander Artikis, Matthias Weidlich 0001, Ioannis Boutsis, Thomas Liebig, Nico Piatkowski, Christian Bockermann, Katharina Morik, Vana Kalogeraki, Jakub Marecek, Avigdor Gal, Shie Mannor, Dermot Kinane, Dimitrios Gunopulos |
ECML/PKDD (3) | 8 |
| 2013 | Anomaly Detection in Vertically Partitioned Data by Distributed Core Vector Machines
Marco Stolpe, Kanishka Bhaduri, Kamalika Das, Katharina Morik |
ECML/PKDD (3) | 4 |
| 2012 | Separable Approximate Optimization of Support Vector Machines for Distributed Sensing
Sangkyun Lee 0002, Marco Stolpe, Katharina Morik |
ECML/PKDD (2) | 3 |
| 2012 | Introduction to data mining for sustainability
Katharina Morik, Kanishka Bhaduri, Hillol Kargupta |
Data Min. Knowl. Discov. | 1 |
| 2012 | Multi-objective frequent termset clustering
Katharina Morik, Andreas Kaspari, Michael Wurst, Marcin Skirzynski |
Knowl. Inf. Syst. | 1 |
| 2011 | Learning from Label Proportions by Optimizing Cluster Model Selection
Marco Stolpe, Katharina Morik |
ECML/PKDD (3) | 2 |
| 2009 | Relation Extraction for Monitoring Economic Networks
Martin Had, Felix Jungermann, Katharina Morik |
NLDB | 3 |
| 2008 | Enhanced Services for Targeted Information Retrieval by Event Extraction and Data Mining
Felix Jungermann, Katharina Morik |
NLDB | 2 |
| 2008 | Guest Editors' Introduction: Special issue of Selected Papers from ECML PKDD 2008
Walter Daelemans, Bart Goethals, Katharina Morik |
Data Min. Knowl. Discov. | 3 |
| 2006 | Localized Alternative Cluster Ensembles for Collaborative Structuring
Michael Wurst, Katharina Morik, Ingo Mierswa |
ECML | 2 |
| 2004 | Analysing Customer Churn in Insurance Data - A Case Study
Katharina Morik, Hanna Köpcke |
PKDD | 1 |
| 2002 | A Multistrategy Approach to the Classification of Phases in Business Cycles
Katharina Morik, Stefan Rüping 0001 |
ECML | 1 |
| 2000 | The Representation Race - Preprocessing for Handling Time Phenomena
Katharina Morik |
ECML | 1 |