Skip to main content
arXiv is now an independent nonprofit! Learn more

Showing 1–15 of 15 results for author: Vogel, A

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

    cs.DC cs.DB cs.PF cs.SE

    BlobShuffle: Cost-Effective Repartitioning in Stream Processing Systems via Object Storage Exemplified with Kafka Streams

    Authors: Sören Henning, Otmar Ertl, Adriano Vogel

    Abstract: Shuffling or repartitioning data streams is an essential operation of state-of-the-art stream processing frameworks to support stateful workloads in a large-scale, distributed setting. In today's cloud deployments, however, shuffling can become a major cost driver due to substantial network traffic across multiple availability zones (AZs) as well as an operational burden when operating a high-thro… ▽ More

    Submitted 2 June, 2026; originally announced June 2026.

  2. arXiv:2603.04937  [pdf, ps, other

    cs.DB cs.DC cs.PF

    FluxSieve: Unifying Streaming and Analytical Data Planes for Scalable Cloud Observability

    Authors: Adriano Vogel, Sören Henning, Otmar Ertl

    Abstract: Despite many advances in query optimization, indexing techniques, and data storage, modern data platforms still face difficulties in delivering robust query performance under high concurrency and computationally intensive queries. This challenge is particularly pronounced in large-scale observability platforms handling high-volume, high-velocity data records. For instance, recurrent, expensive fil… ▽ More

    Submitted 5 March, 2026; originally announced March 2026.

  3. arXiv:2510.12397  [pdf, ps, other

    cs.SE cs.DC cs.PF

    Should I Run My Cloud Benchmark on Black Friday?

    Authors: Sören Henning, Adriano Vogel, Esteban Perez-Wohlfeil, Otmar Ertl, Rick Rabiser

    Abstract: Benchmarks and performance experiments are frequently conducted in cloud environments. However, their results are often treated with caution, as the presumed high variability of performance in the cloud raises concerns about reproducibility and credibility. In a recent study, we empirically quantified the impact of this variability on benchmarking results by repeatedly executing a stream processin… ▽ More

    Submitted 14 October, 2025; originally announced October 2025.

    Comments: Accepted for the 16th Symposium on Software Performance 2025

  4. arXiv:2504.11826  [pdf, other

    cs.SE cs.DC cs.PF

    When Should I Run My Application Benchmark?: Studying Cloud Performance Variability for the Case of Stream Processing Applications

    Authors: Sören Henning, Adriano Vogel, Esteban Perez-Wohlfeil, Otmar Ertl, Rick Rabiser

    Abstract: Performance benchmarking is a common practice in software engineering, particularly when building large-scale, distributed, and data-intensive systems. While cloud environments offer several advantages for running benchmarks, it is often reported that benchmark results can vary significantly between repetitions -- making it difficult to draw reliable conclusions about real-world performance. In th… ▽ More

    Submitted 16 April, 2025; originally announced April 2025.

    Comments: 33rd ACM International Conference on the Foundations of Software Engineering (FSE 2025), Industry Track

  5. arXiv:2503.23131  [pdf, ps, other

    cs.CV

    RefChartQA: Grounding Visual Answer on Chart Images through Instruction Tuning

    Authors: Alexander Vogel, Omar Moured, Yufan Chen, Jiaming Zhang, Rainer Stiefelhagen

    Abstract: Recently, Vision Language Models (VLMs) have increasingly emphasized document visual grounding to achieve better human-computer interaction, accessibility, and detailed understanding. However, its application to visualizations such as charts remains under-explored due to the inherent complexity of interleaved visual-numerical relationships in chart images. Existing chart understanding methods prim… ▽ More

    Submitted 18 June, 2025; v1 submitted 29 March, 2025; originally announced March 2025.

    Comments: Accepted by ICDAR 2025. All models and code will be publicly available at https://github.com/moured/RefChartQA

  6. arXiv:2503.12626  [pdf, other

    cs.AI cs.DC

    Automated Planning for Optimal Data Pipeline Instantiation

    Authors: Leonardo Rosa Amado, Adriano Vogel, Dalvan Griebler, Gabriel Paludo Licks, Eric Simon, Felipe Meneguzzi

    Abstract: Data pipeline frameworks provide abstractions for implementing sequences of data-intensive transformation operators, automating the deployment and execution of such transformations in a cluster. Deploying a data pipeline, however, requires computing resources to be allocated in a data center, ideally minimizing the overhead for communicating data and executing operators in the pipeline while consi… ▽ More

    Submitted 16 March, 2025; originally announced March 2025.

    Report number: ISSN 1613-0073

    Journal ref: Proceedings of the ECAI Workshop on AI-based Planning for Complex Real-World Applications (CAIPI 2025)

  7. arXiv:2411.05533  [pdf, other

    cs.SE

    Analyzing Logs of Large-Scale Software Systems using Time Curves Visualization

    Authors: Dmytro Borysenkov, Adriano Vogel, Sören Henning, Esteban Perez-Wohlfeil

    Abstract: Logs are crucial for analyzing large-scale software systems, offering insights into system health, performance, security threats, potential bugs, etc. However, their chaotic nature$\unicode{x2013}$characterized by sheer volume, lack of standards, and variability$\unicode{x2013}$makes manual analysis complex. The use of clustering algorithms can assist by grouping logs into a smaller set of templat… ▽ More

    Submitted 19 February, 2025; v1 submitted 8 November, 2024; originally announced November 2024.

    ACM Class: D.2.4

  8. Cyber-physical WebAssembly: Secure Hardware Interfaces and Pluggable Drivers

    Authors: Michiel Van Kenhove, Maximilian Seidler, Friedrich Vandenberghe, Warre Dujardin, Wouter Hennen, Arne Vogel, Merlijn Sebrechts, Tom Goethals, Filip De Turck, Bruno Volckaert

    Abstract: The rapid expansion of Internet of Things (IoT), edge, and embedded devices in the past decade has introduced numerous challenges in terms of security and configuration management. Simultaneously, advances in cloud-native development practices have greatly enhanced the development experience and facilitated quicker updates, thereby enhancing application security. However, applying these advances t… ▽ More

    Submitted 2 October, 2025; v1 submitted 30 October, 2024; originally announced October 2024.

    Comments: Accepted article of the IEEE/IFIP Network Operations and Management Symposium 2025 (NOMS 2025)

    Journal ref: "Cyber-Physical WebAssembly: Secure Hardware Interfaces and Pluggable Drivers," NOMS 2025-2025 IEEE Network Operations and Management Symposium, Honolulu, HI, USA, 2025, pp. 1-7

  9. arXiv:2405.07917  [pdf, other

    cs.DC cs.PF cs.SE

    High-level Stream Processing: A Complementary Analysis of Fault Recovery

    Authors: Adriano Vogel, Sören Henning, Esteban Perez-Wohlfeil, Otmar Ertl, Rick Rabiser

    Abstract: Parallel computing is very important to accelerate the performance of software systems. Additionally, considering that a recurring challenge is to process high data volumes continuously, stream processing emerged as a paradigm and software architectural style. Several software systems rely on stream processing to deliver scalable performance, whereas open-source frameworks provide coding abstracti… ▽ More

    Submitted 13 May, 2024; originally announced May 2024.

    Comments: Extended paper version. arXiv admin note: substantial text overlap with arXiv:2404.06203

  10. A Comprehensive Benchmarking Analysis of Fault Recovery in Stream Processing Frameworks

    Authors: Adriano Vogel, Sören Henning, Esteban Perez-Wohlfeil, Otmar Ertl, Rick Rabiser

    Abstract: Nowadays, several software systems rely on stream processing architectures to deliver scalable performance and handle large volumes of data in near real-time. Stream processing frameworks facilitate scalable computing by distributing the application's execution across multiple machines. Despite performance being extensively studied, the measurement of fault tolerance-a key feature offered by strea… ▽ More

    Submitted 29 May, 2024; v1 submitted 9 April, 2024; originally announced April 2024.

    Comments: Accepted for publication in the 18th ACM International Conference on Distributed and Event-Based Systems (DEBS'24), June 24-28, 2024, Villeurbanne, France, 12 pages

  11. ShuffleBench: A Benchmark for Large-Scale Data Shuffling Operations with Distributed Stream Processing Frameworks

    Authors: Sören Henning, Adriano Vogel, Michael Leichtfried, Otmar Ertl, Rick Rabiser

    Abstract: Distributed stream processing frameworks help building scalable and reliable applications that perform transformations and aggregations on continuous data streams. This paper introduces ShuffleBench, a novel benchmark to evaluate the performance of modern stream processing frameworks. In contrast to other benchmarks, it focuses on use cases where stream processing frameworks are mainly employed fo… ▽ More

    Submitted 7 March, 2024; originally announced March 2024.

    Comments: accepted for publication in Proceedings of the 15th ACM/SPEC International Conference on Performance Engineering (ICPE '24), May 7--11, 2024, London, United Kingdom, 12 pages

  12. arXiv:2310.10841  [pdf

    cs.LG math.ST

    A Machine Learning-based Algorithm for Automated Detection of Frequency-based Events in Recorded Time Series of Sensor Data

    Authors: Bahareh Medghalchi, Andreas Vogel

    Abstract: Automated event detection has emerged as one of the fundamental practices to monitor the behavior of technical systems by means of sensor data. In the automotive industry, these methods are in high demand for tracing events in time series data. For assessing the active vehicle safety systems, a diverse range of driving scenarios is conducted. These scenarios involve the recording of the vehicle's… ▽ More

    Submitted 16 October, 2023; originally announced October 2023.

  13. arXiv:2303.11045  [pdf, other

    cs.DC

    SoK: Scalability Techniques for BFT Consensus

    Authors: Christian Berger, Signe Schwarz-Rüsch, Arne Vogel, Kai Bleeke, Leander Jehl, Hans P. Reiser, Rüdiger Kapitza

    Abstract: With the advancement of blockchain systems, many recent research works have proposed distributed ledger technology~(DLT) that employs Byzantine fault-tolerant~(BFT) consensus protocols to decide which block to append next to the ledger. Notably, BFT consensus can offer high performance, energy efficiency, and provable correctness properties, and it is thus considered a promising building block for… ▽ More

    Submitted 20 March, 2023; originally announced March 2023.

    Comments: 18 pages, accepted to appear in the proceedings of the 5th IEEE International Conference on Blockchain and Cryptocurrency

    ACM Class: A.1; C.2

  14. arXiv:2007.07539  [pdf, other

    cs.MS cs.AR cs.PF

    Accelerating Geometric Multigrid Preconditioning with Half-Precision Arithmetic on GPUs

    Authors: Kyaw L. Oo, Andreas Vogel

    Abstract: With the hardware support for half-precision arithmetic on NVIDIA V100 GPUs, high-performance computing applications can benefit from lower precision at appropriate spots to speed up the overall execution time. In this paper, we investigate a mixed-precision geometric multigrid method to solve large sparse systems of equations stemming from discretization of elliptic PDEs. While the final solution… ▽ More

    Submitted 15 July, 2020; originally announced July 2020.

  15. arXiv:1509.04252  [pdf, other

    cs.CE cs.DC math.NA

    Parareal convergence for 2D unsteady flow around a cylinder

    Authors: Andreas Kreienbuehl, Arne Naegel, Daniel Ruprecht, Andreas Vogel, Gabriel Wittum, Rolf Krause

    Abstract: In this technical report we study the convergence of Parareal for 2D incompressible flow around a cylinder for different viscosities. Two methods are used as fine integrator: backward Euler and a fractional step method. It is found that Parareal converges better for the implicit Euler, likely because it under-resolves the fine-scale dynamics as a result of numerical diffusion.

    Submitted 14 September, 2015; originally announced September 2015.

    Comments: 16 pages, 7 figures