EDBT 2026 Demo / reviewers in the wild / expert
Sotiris K. Tasoulis
dblp:82/8065
· DBLP profile ↗
11ranked-venue papers in the field
3as first author
3since 2021 · last 2023
0000-0001-9536-4090ORCID · corroborated
Domains — venue-derived; a paper can count in several
Big Data, Cloud & Distributed Data Systems · 10 (3 first)Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2023 | Neural Networks Voting for Projection Based Ensemble ClassifiersabstractEnsemble learning has been proven effective in enhancing classification accuracy by aggregating predictions from multiple base classifiers. This paper introduces a novel approach to augmenting weak projection-based classifiers using a Neural Network within a stacking ensemble framework. The proposed method capitalizes on the diverse strengths of both linear and complex models, harnessing the interpretability of projection-based classifiers, while leveraging the pattern recognition capabilities of Neural Networks. We present a comprehensive algorithm involving dataset selection, preprocessing, base model training, meta-feature generation, and Neural Network architecture design and training. Extensive experiments demonstrate the efficiency of our approach on a variety of high-dimensional biomedical datasets. Our results showcase significant accuracy improvements over standalone projection-based classifiers and conventional ensemble methods. We analyze the interpretability of the hybrid ensemble, shedding light on the insights drawn from its Neural Network component. This work not only advances the field of ensemble learning, but also underscores the potential of combining disparate classifier paradigms to achieve superior predictive performance. The code for this study is available1.1.https://github.com/panagiotisanagnostou/NNv-MRPV Panagiotis Anagnostou, Petros Barmpas, Sotiris K. Tasoulis, Spiros V. Georgakopoulos, Vassilis P. Plagianakos |
IEEE Big Data | 3 |
| 2022 | Feature Selection For High Dimensional Data Using Supervised Machine Learning TechniquesabstractIn recent years, feature selection has become an increasingly active field of data science and machine learning research. Most of the datasets that are being used nowadays for various machine learning tasks consist of thousands of features (columns), which make them extremely complex and difficult to work with. In this paper, we propose a feature selection methodological pipeline that can be used to reduce the complexity of high dimensional datasets through the elimination of redundant and/or non-informative features as well as to improve the performance of machine learning models which are trained on high dimensional datasets. The proposed method has been applied to high-dimensional biomedical data and compared against a classic filter-based feature selection algorithm. Specifically, the method was applied to gene expression profiles of a single-cell RNA-seq dataset from healthy and infected by covid-19 human samples. Konstantinos Lazaros, Sotiris K. Tasoulis, Aristidis G. Vrahatis, Vassilis P. Plagianakos |
IEEE Big Data | 2 |
| 2021 | RLAC: Random Line Approximation ClusteringabstractWe explore how Random Projections can be used as an Approximate method for Projection Pursuit Clustering in high dimensional data. Traditional data transformations such as PCA for dimensionality reduction have been shown to be beneficial in clustering. However, their objective is not always relevant to the cluster structure producing undesirable results. On the other hand, Projection Pursuit methods present promising results in finding different "interesting" directions while being easily modified, though they came with high computational costs. In an attempt to provide a lightweight and simplified approach for Projection Pursuit clustering, we designed and implemented the Random Line Approximation Clustering (RLAC), a hierarchical divisive clustering algorithm that incorporates attributes from the Random Projection method. Petros T. Barbas, Aristidis G. Vrahatis, Sotiris K. Tasoulis |
IEEE BigData | 3 |
| 2020 | Approximate kNN Classification for Biomedical DataabstractWe are in the era where the Big Data analytics has changed the way of interpreting the various biomedical phenomena, and as the generated data increase, the need for new machine learning methods to handle this evolution grows. An indicative example is the single-cell RNA-seq (scRNA-seq), an emerging DNA sequencing technology with promising capabilities but significant computational challenges due to the large-scaled generated data. Regarding the classification process for scRNA-seq data, an appropriate method is the k Nearest Neighbor (kNN) classifier since it is usually utilized for large-scale prediction tasks due to its simplicity, minimal parameterization, and model-free nature. However, the ultra-high dimensionality that characterizes scRNA-seq impose a computational bottleneck, while prediction power can be affected by the "Curse of Dimensionality". In this work, we proposed the utilization of approximate nearest neighbor search algorithms for the task of kNN classification in scRNA-seq data focusing on a particular methodology tailored for high dimensional data. We argue that even relaxed approximate solutions will not affect the prediction performance significantly. The experimental results confirm the original assumption by offering the potential for broader applicability. Panagiotis Anagnostou, Petros T. Barbas, Aristidis G. Vrahatis, Sotiris K. Tasoulis |
IEEE BigData | 4 |
| 2019 | Single-cell regulatory network inference and clustering from high-dimensional sequencing dataabstractWe are in the big data era which has affected several domains including biomedicine and healthcare. This revolution driven by the explosion of biomedical data offers the potential for better understanding of biology and human diseases. An illustrative example is the emerging single-cell sequencing technologies, which isolate and measure each cell individually, taking a step beyond the traditional techniques where consider their measurements from a bulk of cell. Although big single-cell RNA sequencing (scRNA-seq) data promises valuable insights into the cellular level, their volume poses several challenges related to the ultra-high dimensionality. Furthermore, to further elucidate the potential of these data, more insight into gene regulatory networks (GRN) is required. Network-based approaches can tackle part of the inherent complexity of human diseases, however, the challenges related to the ultra-high dimensionality are increased. Towards this direction, we propose the NIRP, an algorithm that copes with the high dimensionality of scRNA-data using a workflow based on fast multiple random projections and a radius-based nearest neighbors search. NIRP infers a gene regulatory network (GRN) from big scRNA-seq data by transforming the original data space to a lower dimensions space and capturing the similarities among gene expressions. The network is further analyzed using a random walk approach in order to achieve dense subgraphs, active to the case under study. The performance of NIRP is evaluated in a real single-cell experimental study among three well-established GRN tools. Our results make NIRP a reliable tool, able to handle big single-cell data with ultra-high dimensionality and complexity. he main advantage of this method is that it is not affected by the volume, as much as it increases, since it transforms the data space to a specific low dimensional space. Aristidis G. Vrahatis, Georgios N. Dimitrakopoulos, Sotiris K. Tasoulis, Spiros V. Georgakopoulos, Vassilis P. Plagianakos |
IEEE BigData | 3 |
| 2018 | Biomedical Data Ensemble Classification using Random ProjectionsabstractBiomedicine is undergoing a revolution driven by the explosion of biomedical data, which are generated by emerged medical imaging, sensor technologies and high-throughput technologies. An indicative example is the single cell sequencing technology which concerns the genome sequencing examination of hundreds of separate cells in a single tumor. Consequently, open challenges arising from this emerged technology and generally from the evolution of biomedical technologies under the big data perspective. Also, given the fact that approaches based on high-performance computing require high computing resources and advanced developers, solutions that reduce the problem complexity remain very attractive. Following this direction, in this paper a classification scheme based on Multiple Random Projections and Voting is presented. Random Projections offer a platform not only for a low computational time analysis by significantly reducing the data dimensionality, but also for an accurate analysis which may well exceed classical classification approaches. The proposed method was applied on real biomedical high dimensional data and compared against well-known classification schemes as to Random Projection-based cutting-edge methods. Specifically, we applied it on expression profiles for single-cell RNA-seq data from non-diabetic and type 2 diabetic human samples. Experimental results showed that based on simplistic tools we can create a computationally fast, simple, yet effective approach for biomedical Big Data analysis and knowledge discovery. Sotiris K. Tasoulis, Aristidis G. Vrahatis, Spiros V. Georgakopoulos, Vassilis P. Plagianakos |
IEEE BigData | 1 |
| 2018 | Visualizing High-dimensional single-cell RNA-sequencing data through multiple Random ProjectionsabstractRecent sequencing technology breakthroughs have resulted in a dramatic increase in the amount of available sequencing data, enabling major scientific advances in biology and medicine. Nowadays, sequencing transcriptome data of single cells (scRNA-seq) are growing rapidly, posing new challenges in their analysis, mostly due to their high dimensionality. In this paper, we study the problem of visualizing such high-dimensional scRNA-seq data. A new visualization scheme is presented based on a customized distance matrix retrieved by applying independently Nearest Neighbors search through multiple Random Projections. The proposed method is compared against well-known dimensionality reduction and visualization techniques showing its capabilities and performance. Sotiris K. Tasoulis, Aristidis G. Vrahatis, Spiros V. Georgakopoulos, Vassilis P. Plagianakos |
IEEE BigData | 1 |
| 2016 | Fast nearest neighbor search through sparse random projections and votingabstractEfficient index structures for fast approximate nearest neighbor queries are required in many applications such as recommendation systems. In high-dimensional spaces, many conventional methods suffer from excessive usage of memory and slow response times. We propose a method where multiple random projection trees are combined by a novel voting scheme. The key idea is to exploit the redundancy in a large number of candidate sets obtained by independently generated random projections in order to reduce the number of expensive exact distance evaluations. The method is straightforward to implement using sparse projections which leads to a reduced memory footprint and fast index construction. Furthermore, it enables grouping of the required computations into big matrix multiplications, which leads to additional savings due to cache effects and low-level parallelization. We demonstrate by extensive experiments on a wide variety of data sets that the method is faster than existing partitioning tree or hashing based approaches, making it the fastest available technique on high accuracy levels. Ville Hyvönen, Teemu Pitkänen, Sotiris K. Tasoulis, Elias Jääsaari, Risto Tuomainen, Liang Wang 0009, Jukka Corander, Teemu Roos |
IEEE BigData | 3 |
| 2015 | Efficient change detection for high dimensional data streamsabstractThe recent technological advancements in cloud computing and the access in increasing computational power has led in undertaking the data processing derived by mobile devices. In particular, when these data are high dimensional this is indispensable, since the mobile device has to balance its processing functionalities to additional services. However, developing efficient algorithms could allow various types of analysis to be performed locally, avoiding the necessity of a constantly connected device. In this work, we present a methodology that combines lightweight dimensionality reduction and change detection techniques. The experimental results justify its impressive performance and subsequently its usefulness in several tasks. Spiros V. Georgakopoulos, Sotiris K. Tasoulis, Vassilis P. Plagianakos |
IEEE BigData | 2 |
| 2015 | A software tool for the automatic detection and quantification of fibrotic tissues in microscopy images
Ilias Maglogiannis, Spiros V. Georgakopoulos, Sotiris K. Tasoulis, Vassilis P. Plagianakos |
Inf. Sci. | 3 |
| 2014 | Random projection based clustering for population genomicsabstractRecent data revolution in population genomics for bacteria has increased the size of aligned sequence data sets by two-to-three orders of magnitude. This trend is expected to continue in the near future, putting an emphasis on applicability of big data techniques to leverage biologically important insights. Moreover, with the increasing density of sampling, it may also be necessary to consider alignment-free sequence analysis techniques combined with clustering to yield a sufficient insight to data. This leads to ultra high-dimensional data with tens of millions of variables, which can no longer be handled by the existing population genomic methods. Using the largest bacterial sequence data sets published to date, we demonstrate that random projection based clustering provides a highly accurate and several orders of magnitude faster approach to the analysis of both alignment-based and alignment-free genome data sets, compared with the Bayesian model-based analysis that is currently considered as the state-of-the-art. Hence, clustering methods for big data harbor considerable potential for important applications in genomics and could pave way for novel analysis pipelines even in the online setting when executed in a massively parallel computing environment. Sotiris K. Tasoulis, Lu Cheng 0004, Niko Välimäki, Nicholas J. Croucher, Simon R. Harris, William P. Hanage, Teemu Roos, Jukka Corander |
IEEE BigData | 1 |