Skip to main content

Showing 1–11 of 11 results for author: Decker, J

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

    cs.DC cs.AI

    Chat AI: A Seamless Slurm-Native Solution for HPC-Based Services

    Authors: Ali Doosthosseini, Jonathan Decker, Hendrik Nolte, Julian M. Kunkel

    Abstract: The increasing adoption of large language models (LLMs) has created a pressing need for an efficient, secure and private serving infrastructure, which allows researchers to run open-source or custom fine-tuned LLMs and ensures users that their data remains private and is not stored without their consent. While high-performance computing (HPC) systems equipped with state-of-the-art GPUs are well-su… ▽ More

    Submitted 27 June, 2024; originally announced July 2024.

    Comments: 27 pages, 5 figures, 2 tables

  2. arXiv:2308.03861  [pdf, other

    cs.CV

    High-Throughput and Accurate 3D Scanning of Cattle Using Time-of-Flight Sensors and Deep Learning

    Authors: Gbenga Omotara, Seyed Mohamad Ali Tousi, Jared Decker, Derek Brake, Guilherme N. DeSouza

    Abstract: We introduce a high throughput 3D scanning solution specifically designed to precisely measure cattle phenotypes. This scanner leverages an array of depth sensors, i.e. time-of-flight (Tof) sensors, each governed by dedicated embedded devices. The system excels at generating high-fidelity 3D point clouds, thus facilitating an accurate mesh that faithfully reconstructs the cattle geometry on the fl… ▽ More

    Submitted 7 August, 2023; originally announced August 2023.

  3. arXiv:2305.02697  [pdf, other

    cs.DC cs.AI

    DECICE: Device-Edge-Cloud Intelligent Collaboration Framework

    Authors: Julian Kunkel, Christian Boehme, Jonathan Decker, Fabrizio Magugliani, Dirk Pleiter, Bastian Koller, Karthee Sivalingam, Sabri Pllana, Alexander Nikolov, Mujdat Soyturk, Christian Racca, Andrea Bartolini, Adrian Tate, Berkay Yaman

    Abstract: DECICE is a Horizon Europe project that is develo** an AI-enabled open and portable management framework for automatic and adaptive optimization and deployment of applications in computing continuum encompassing from IoT sensors on the Edge to large-scale Cloud / HPC computing infrastructures. In this paper, we describe the DECICE framework and architecture. Furthermore, we highlight use-cases f… ▽ More

    Submitted 4 May, 2023; originally announced May 2023.

  4. arXiv:2203.03544  [pdf, other

    cs.SE

    Online Adaptable Bug Localization for Rapidly Evolving Software

    Authors: Agnieszka Ciborowska, Michael J. Decker, Kostadin Damevski

    Abstract: Bug localization aims to reduce debugging time by recommending program elements that are relevant for a specific bug report. To date, researchers have primarily addressed this problem by applying different information retrieval techniques that leverage similarities between a given bug report and source code. However, with modern software development trending towards increased speed of software cha… ▽ More

    Submitted 7 March, 2022; originally announced March 2022.

  5. An Ensemble Approach for Annotating Source Code Identifiers with Part-of-speech Tags

    Authors: Christian D. Newman, Michael J. Decker, Reem S. AlSuhaibani, Anthony Peruma, Satyajit Mohapatra, Tejal Vishnoi, Marcos Zampieri, Mohamed W. Mkaouer, Timothy J. Sheldon, Emily Hill

    Abstract: This paper presents an ensemble part-of-speech tagging approach for source code identifiers. Ensemble tagging is a technique that uses machine-learning and the output from multiple part-of-speech taggers to annotate natural language text at a higher quality than the part-of-speech taggers are able to obtain independently. Our ensemble uses three state-of-the-art part-of-speech taggers: SWUM, POSSE… ▽ More

    Submitted 1 September, 2021; originally announced September 2021.

    Comments: 18 pages. arXiv admin note: text overlap with arXiv:2007.08033

    Journal ref: in IEEE Transactions on Software Engineering, vol. , no. 01, pp. 1-1, 5555

  6. arXiv:2102.13555  [pdf

    cs.SE

    On the Naming of Methods: A Survey of Professional Developers

    Authors: Reem S. AlSuhaibani, Christian D. Newman, Michael J. Decker, Michael L. Collard, Jonathan I. Maletic

    Abstract: This paper describes the results of a large (+1100 responses) survey of professional software developers concerning standards for naming source code methods. The various standards for source code method names are derived from and supported in the software engineering literature. The goal of the survey is to determine if there is a general consensus among developers that the standards are accepted… ▽ More

    Submitted 26 February, 2021; originally announced February 2021.

  7. On the Generation, Structure, and Semantics of Grammar Patterns in Source Code Identifiers

    Authors: Christian D. Newman, Reem S. AlSuhaibani, Michael J. Decker, Anthony Peruma, Dishant Kaushik, Mohamed Wiem Mkaouer, Emily Hill

    Abstract: Identifiers make up a majority of the text in code. They are one of the most basic mediums through which developers describe the code they create and understand the code that others create. Therefore, understanding the patterns latent in identifier naming practices and how accurately we are able to automatically model these patterns is vital if researchers are to support developers and automated a… ▽ More

    Submitted 15 July, 2020; originally announced July 2020.

    Comments: 69 pages, 3 figures, 16 tables

    Journal ref: Journal of Systems and Software, 2020, 110740, ISSN 0164-1212

  8. arXiv:1902.01769  [pdf, other

    cs.AI

    Dungeon Crawl Stone Soup as an Evaluation Domain for Artificial Intelligence

    Authors: Dustin Dannenhauer, Michael W. Floyd, Jonathan Decker, David W. Aha

    Abstract: Dungeon Crawl Stone Soup is a popular, single-player, free and open-source rogue-like video game with a sufficiently complex decision space that makes it an ideal testbed for research in cognitive systems and, more generally, artificial intelligence. This paper describes the properties of Dungeon Crawl Stone Soup that are conducive to evaluating new approaches of AI systems. We also highlight an o… ▽ More

    Submitted 5 February, 2019; originally announced February 2019.

    Comments: AAAI-19 Workshop on Games and Simulations for Artificial Intelligence

  9. arXiv:1810.08061  [pdf, ps, other

    cs.PL cs.LG stat.ML

    AutoGraph: Imperative-style Coding with Graph-based Performance

    Authors: Dan Moldovan, James M Decker, Fei Wang, Andrew A Johnson, Brian K Lee, Zachary Nado, D Sculley, Tiark Rompf, Alexander B Wiltschko

    Abstract: There is a perceived trade-off between machine learning code that is easy to write, and machine learning code that is scalable or fast to execute. In machine learning, imperative style libraries like Autograd and PyTorch are easy to write, but suffer from high interpretive overhead and are not easily deployable in production or mobile settings. Graph-based libraries like TensorFlow and Theano bene… ▽ More

    Submitted 26 March, 2019; v1 submitted 16 October, 2018; originally announced October 2018.

  10. arXiv:1803.10228  [pdf, other

    cs.LG stat.ML

    Demystifying Differentiable Programming: Shift/Reset the Penultimate Backpropagator

    Authors: Fei Wang, Daniel Zheng, James Decker, Xilun Wu, Grégory M. Essertel, Tiark Rompf

    Abstract: Deep learning has seen tremendous success over the past decade in computer vision, machine translation, and gameplay. This success rests in crucial ways on gradient-descent optimization and the ability to learn parameters of a neural network by backpropagating observed errors. However, neural network architectures are growing increasingly sophisticated and diverse, which motivates an emerging ques… ▽ More

    Submitted 28 August, 2019; v1 submitted 27 March, 2018; originally announced March 2018.

  11. arXiv:1703.08219  [pdf, other

    cs.DB cs.DC cs.PF cs.PL

    Flare: Native Compilation for Heterogeneous Workloads in Apache Spark

    Authors: Grégory M. Essertel, Ruby Y. Tahboub, James M. Decker, Kevin J. Brown, Kunle Olukotun, Tiark Rompf

    Abstract: The need for modern data analytics to combine relational, procedural, and map-reduce-style functional processing is widely recognized. State-of-the-art systems like Spark have added SQL front-ends and relational query optimization, which promise an increase in expressiveness and performance. But how good are these extensions at extracting high performance from modern hardware platforms? While Sp… ▽ More

    Submitted 23 March, 2017; originally announced March 2017.