Skip to main content

Showing 1–15 of 15 results for author: Hammer, J

Searching in archive cs. Search in all archives.
.
  1. arXiv:2404.14511  [pdf

    cs.HC

    Children's Overtrust and Shifting Perspectives of Generative AI

    Authors: Jaemarie Solyst, Ellia Yang, Shixian Xie, Jessica Hammer, Amy Ogan, Motahhare Eslami

    Abstract: The capabilities of generative AI (genAI) have dramatically increased in recent times, and there are opportunities for children to leverage new features for personal and school-related endeavors. However, while the future of genAI is taking form, there remain potentially harmful limitations, such as generation of outputs with misinformation and bias. We ran a workshop study focused on ChatGPT to e… ▽ More

    Submitted 29 June, 2024; v1 submitted 22 April, 2024; originally announced April 2024.

    Journal ref: Proceedings of the 18th International Scoeity of the Learning Sciences (ICLS) 2024

  2. arXiv:2305.17761  [pdf, other

    cs.DC cs.AI

    Towards Confidential Computing: A Secure Cloud Architecture for Big Data Analytics and AI

    Authors: Naweiluo Zhou, Florent Dufour, Vinzent Bode, Peter Zinterhof, Nicolay J Hammer, Dieter Kranzlmüller

    Abstract: Cloud computing provisions computer resources at a cost-effective way based on demand. Therefore it has become a viable solution for big data analytics and artificial intelligence which have been widely adopted in various domain science. Data security in certain fields such as biomedical research remains a major concern when moving their workflows to cloud, because cloud environments are generally… ▽ More

    Submitted 28 May, 2023; originally announced May 2023.

    Comments: 2023 IEEE 16th International Conference on Cloud Computing (IEEE CLOUD), Chicago, Illinois, USA, July 2-8, 2023

  3. Practical Aspects of Membership Problem of Watson-Crick Context-free Grammars

    Authors: Jan Hammer, Zbyněk Křivka

    Abstract: This paper focuses on Watson-Crick languages inspired by DNA computing, their models, and algorithms for deciding the language membership. It analyzes a recently introduced algorithm called WK-CYK and introduces a state space search algorithm that is based on regular Breadth-first search but uses a number of optimizations and heuristics to be efficient in practical use and able to analyze longer i… ▽ More

    Submitted 8 September, 2022; originally announced September 2022.

    Comments: In Proceedings NCMA 2022, arXiv:208.13015

    MSC Class: 68Q45 ACM Class: F.4

    Journal ref: EPTCS 367, 2022, pp. 88-111

  4. Cloud, Fog or Edge: Where to Compute?

    Authors: Dragi Kimovski, Roland Mathá, Josef Hammer, Narges Mehran, Hermann Hellwagner, Radu Prodan

    Abstract: The computing continuum extends the high-performance cloud data centers with energy-efficient and low-latency devices close to the data sources located at the edge of the network. However, the heterogeneity of the computing continuum raises multiple challenges related to application management. These include where to offload an application - from the cloud to the edge - to meet its computation and… ▽ More

    Submitted 25 January, 2021; originally announced January 2021.

    Journal ref: IEEE Internet Computing 2021

  5. arXiv:2012.00215  [pdf, other

    cs.SI cs.HC

    Audience and Streamer Participation at Scale on Twitch

    Authors: Claudia Flores-Saviaga, Jessica Hammer, Juan Pablo Flores, Joseph Seering, Stuart Reeves, Saiph Savage

    Abstract: Large-scale streaming platforms such as Twitch are becoming increasingly popular, but detailed audience-streamer interaction dynamics remain unexplored at scale. In this paper, we perform a mixed-methods study on a dataset with over 12 million audience chat messages and 45 hours of streaming video to understand audience participation and streamer performance on Twitch. We uncover five types of str… ▽ More

    Submitted 30 November, 2020; originally announced December 2020.

  6. Automatic Throughput and Critical Path Analysis of x86 and ARM Assembly Kernels

    Authors: Jan Laukemann, Julian Hammer, Georg Hager, Gerhard Wellein

    Abstract: Useful models of loop kernel runtimes on out-of-order architectures require an analysis of the in-core performance behavior of instructions and their dependencies. While an instruction throughput prediction sets a lower bound to the kernel runtime, the critical path defines an upper bound. Such predictions are an essential part of analytic (i.e., white-box) performance models like the Roofline and… ▽ More

    Submitted 21 October, 2019; v1 submitted 1 October, 2019; originally announced October 2019.

    Comments: 6 pages, 3 figures

  7. Collecting and Presenting Reproducible Intranode Stencil Performance: INSPECT

    Authors: Julian Hornich, Julian Hammer, Georg Hager, Thomas Gruber, Gerhard Wellein

    Abstract: Stencil algorithms have been receiving considerable interest in HPC research for decades. The techniques used to approach multi-core stencil performance modeling and engineering span basic runtime measurements, elaborate performance models, detailed hardware counter analysis, and thorough scaling behavior evaluation. Due to the plurality of approaches and stencil patterns, we set out to develop a… ▽ More

    Submitted 2 July, 2019; v1 submitted 19 June, 2019; originally announced June 2019.

  8. Exploiting the Space Filling Curve Ordering of Particles in the Neighbour Search of Gadget3

    Authors: Antonio Ragagnin, Nikola Tchipev, Michael Bader, Klaus Dolag, Nicolay J. Hammer

    Abstract: Gadget3 is nowadays one of the most frequently used high performing parallel codes for cosmological hydrodynamical simulations. Recent analyses have shown t\ hat the Neighbour Search process of Gadget3 is one of the most time-consuming parts. Thus, a considerable speedup can be expected from improvements of the u\ nderlying algorithms. In this work we propose a novel approach for speeding up the N… ▽ More

    Submitted 23 October, 2018; originally announced October 2018.

    Comments: 17 pages, 6 figures, published at Parallel Computing (ParCo)

  9. arXiv:1809.02631  [pdf, other

    cs.DB cs.CR

    Pushing the Limits of Encrypted Databases with Secure Hardware

    Authors: Panagiotis Antonopoulos, Arvind Arasu, Ken Eguro, Joachim Hammer, Raghav Kaushik, Donald Kossmann, Ravi Ramamurthy, Jakub Szymaszek

    Abstract: Encrypted databases have been studied for more than 10 years and are quickly emerging as a critical technology for the cloud. The current state of the art is to use property-preserving encrypting techniques (e.g., deterministic encryption) to protect the confidentiality of the data and support query processing at the same time. Unfortunately, these techniques have many limitations. Recently, trust… ▽ More

    Submitted 7 September, 2018; originally announced September 2018.

  10. Automated Instruction Stream Throughput Prediction for Intel and AMD Microarchitectures

    Authors: Jan Laukemann, Julian Hammer, Johannes Hofmann, Georg Hager, Gerhard Wellein

    Abstract: An accurate prediction of scheduling and execution of instruction streams is a necessary prerequisite for predicting the in-core performance behavior of throughput-bound loop kernels on out-of-order processor architectures. Such predictions are an indispensable component of analytical performance models, such as the Roofline and the Execution-Cache-Memory (ECM) model, and allow a deep understandin… ▽ More

    Submitted 10 October, 2018; v1 submitted 4 September, 2018; originally announced September 2018.

    Comments: 11 pages, 4 figures, 7 tables

  11. arXiv:1806.09532  [pdf, other

    q-bio.NC cs.HC

    Cross-paradigm pretraining of convolutional networks improves intracranial EEG decoding

    Authors: Joos Behncke, Robin Tibor Schirrmeister, Martin Völker, Jiří Hammer, Petr Marusič, Andreas Schulze-Bonhage, Wolfram Burgard, Tonio Ball

    Abstract: When it comes to the classification of brain signals in real-life applications, the training and the prediction data are often described by different distributions. Furthermore, diverse data sets, e.g., recorded from various subjects or tasks, can even exhibit distinct feature spaces. The fact that data that have to be classified are often only available in small amounts reinforces the need for te… ▽ More

    Submitted 20 July, 2018; v1 submitted 20 June, 2018; originally announced June 2018.

  12. arXiv:1805.01667  [pdf, other

    cs.LG q-bio.NC q-bio.QM stat.ML

    Intracranial Error Detection via Deep Learning

    Authors: Martin Völker, Jiří Hammer, Robin T. Schirrmeister, Joos Behncke, Lukas D. J. Fiederer, Andreas Schulze-Bonhage, Petr Marusič, Wolfram Burgard, Tonio Ball

    Abstract: Deep learning techniques have revolutionized the field of machine learning and were recently successfully applied to various classification problems in noninvasive electroencephalography (EEG). However, these methods were so far only rarely evaluated for use in intracranial EEG. We employed convolutional neural networks (CNNs) to classify and characterize the error-related brain response as measur… ▽ More

    Submitted 2 November, 2018; v1 submitted 4 May, 2018; originally announced May 2018.

    Comments: 8 pages, 6 figures. Accepted at the 2018 IEEE International Conference on Systems, Man, and Cybernetics (SMC2018)

    ACM Class: I.2.6; I.2.8; I.5.0; J.2; J.3

  13. Kerncraft: A Tool for Analytic Performance Modeling of Loop Kernels

    Authors: Julian Hammer, Jan Eitzinger, Georg Hager, Gerhard Wellein

    Abstract: Achieving optimal program performance requires deep insight into the interaction between hardware and software. For software developers without an in-depth background in computer architecture, understanding and fully utilizing modern architectures is close to impossible. Analytic loop performance modeling is a useful way to understand the relevant bottlenecks of code execution based on simple mach… ▽ More

    Submitted 13 January, 2017; originally announced February 2017.

    Comments: 22 pages, 5 figures

  14. arXiv:1612.06090  [pdf, other

    cs.DC astro-ph.IM physics.comp-ph

    Performance Optimisation of Smoothed Particle Hydrodynamics Algorithms for Multi/Many-Core Architectures

    Authors: Fabio Baruffa, Luigi Iapichino, Nicolay J. Hammer, Vasileios Karakasis

    Abstract: We describe a strategy for code modernisation of Gadget, a widely used community code for computational astrophysics. The focus of this work is on node-level performance optimisation, targeting current multi/many-core IntelR architectures. We identify and isolate a sample code kernel, which is representative of a typical Smoothed Particle Hydrodynamics (SPH) algorithm. The code modifications inclu… ▽ More

    Submitted 10 May, 2017; v1 submitted 19 December, 2016; originally announced December 2016.

    Comments: 8 pages, 2 columns, 4 figures, accepted as paper at HPCS Proceedings 2017, IEEE XPLORE

    Journal ref: proceedings of the 2017 International Conference on High Performance Computing & Simulation (HPCS 2017), 381

  15. Automatic Loop Kernel Analysis and Performance Modeling With Kerncraft

    Authors: Julian Hammer, Georg Hager, Jan Eitzinger, Gerhard Wellein

    Abstract: Analytic performance models are essential for understanding the performance characteristics of loop kernels, which consume a major part of CPU cycles in computational science. Starting from a validated performance model one can infer the relevant hardware bottlenecks and promising optimization opportunities. Unfortunately, analytic performance modeling is often tedious even for experienced develop… ▽ More

    Submitted 5 November, 2015; v1 submitted 12 September, 2015; originally announced September 2015.

    Comments: 11 pages, 4 figures, 8 listings