Skip to main content

Showing 1–14 of 14 results for author: Giesen, J

.
  1. arXiv:2406.13599  [pdf, other

    cs.CR

    Defying the Odds: Solana's Unexpected Resilience in Spite of the Security Challenges Faced by Developers

    Authors: Sébastien Andreina, Tobias Cloosters, Lucas Davi, Jens-Rene Giesen, Marco Gutfleisch, Ghassan Karame, Alena Naiakshina, Houda Naji

    Abstract: Solana gained considerable attention as one of the most popular blockchain platforms for deploying decentralized applications. Compared to Ethereum, however, we observe a lack of research on how Solana smart contract developers handle security, what challenges they encounter, and how this affects the overall security of the ecosystem. To address this, we conducted the first comprehensive study on… ▽ More

    Submitted 19 June, 2024; originally announced June 2024.

    Comments: To appear in the Proceedings of the 31st ACM Conference on Computer and Communications Security (CCS), 2024

  2. arXiv:2310.00046  [pdf, other

    quant-ph cond-mat.quant-gas

    Dissipative Dicke time crystals: an atoms' point of view

    Authors: Simon B. Jäger, Jan Mathis Giesen, Imke Schneider, Sebastian Eggert

    Abstract: We develop and study an atom-only description of the Dicke model with time-periodic couplings between atoms and a dissipative cavity mode. The cavity mode is eliminated giving rise to effective atom-atom interactions and dissipation. We use this effective description to analyze the dynamics of the atoms that undergo a transition to a dynamical superradiant phase with macroscopic coherences in the… ▽ More

    Submitted 8 July, 2024; v1 submitted 29 September, 2023; originally announced October 2023.

    Comments: 13 pages with Supplemental Material and 6 figures. For more information and the latest version see https://www.physik.uni-kl.de/eggert/papers/

  3. arXiv:2309.03006  [pdf, other

    cs.CR

    Fuzz on the Beach: Fuzzing Solana Smart Contracts

    Authors: Sven Smolka, Jens-Rene Giesen, Pascal Winkler, Oussama Draissi, Lucas Davi, Ghassan Karame, Klaus Pohl

    Abstract: Solana has quickly emerged as a popular platform for building decentralized applications (DApps), such as marketplaces for non-fungible tokens (NFTs). A key reason for its success are Solana's low transaction fees and high performance, which is achieved in part due to its stateless programming model. Although the literature features extensive tooling support for smart contract security, current so… ▽ More

    Submitted 4 October, 2023; v1 submitted 6 September, 2023; originally announced September 2023.

    Comments: This paper will appear on the ACM CCS 2023 in November 2023

  4. arXiv:2301.01583  [pdf, other

    cs.CV cs.AI cs.LG

    Why Capsule Neural Networks Do Not Scale: Challenging the Dynamic Parse-Tree Assumption

    Authors: Matthias Mitterreiter, Marcel Koch, Joachim Giesen, Sören Laue

    Abstract: Capsule neural networks replace simple, scalar-valued neurons with vector-valued capsules. They are motivated by the pattern recognition system in the human brain, where complex objects are decomposed into a hierarchy of simpler object parts. Such a hierarchy is referred to as a parse-tree. Conceptually, capsule neural networks have been defined to realize such parse-trees. The capsule neural netw… ▽ More

    Submitted 4 January, 2023; originally announced January 2023.

    Comments: To appear in AAAI 2023

  5. arXiv:2210.10430  [pdf, ps, other

    math.OC cs.LG cs.SC

    Convexity Certificates from Hessians

    Authors: Julien Klaus, Niklas Merk, Konstantin Wiedom, Sören Laue, Joachim Giesen

    Abstract: The Hessian of a differentiable convex function is positive semidefinite. Therefore, checking the Hessian of a given function is a natural approach to certify convexity. However, implementing this approach is not straightforward since it requires a representation of the Hessian that allows its analysis. Here, we implement this approach for a class of functions that is rich enough to support classi… ▽ More

    Submitted 19 October, 2022; originally announced October 2022.

    Comments: Accepted for publication at NeurIPS 2022

  6. arXiv:2205.05982  [pdf, other

    cs.IR cs.DC

    Vectorized and performance-portable Quicksort

    Authors: Mark Blacher, Joachim Giesen, Peter Sanders, Jan Wassenberg

    Abstract: Recent works showed that implementations of Quicksort using vector CPU instructions can outperform the non-vectorized algorithms in widespread use. However, these implementations are typically single-threaded, implemented for a particular instruction set, and restricted to a small set of key types. We lift these three restrictions: our proposed 'vqsort' algorithm integrates into the state-of-the-a… ▽ More

    Submitted 12 May, 2022; originally announced May 2022.

    Comments: 21 pages

    ACM Class: H.3; C.4; D.1.3

  7. arXiv:2203.16340  [pdf, other

    cs.LG math.OC stat.ML

    Optimization for Classical Machine Learning Problems on the GPU

    Authors: Sören Laue, Mark Blacher, Joachim Giesen

    Abstract: Constrained optimization problems arise frequently in classical machine learning. There exist frameworks addressing constrained optimization, for instance, CVXPY and GENO. However, in contrast to deep learning frameworks, GPU support is limited. Here, we extend the GENO framework to also solve constrained optimization problems on the GPU. The framework allows the user to specify constrained optimi… ▽ More

    Submitted 30 March, 2022; originally announced March 2022.

    Comments: Appeared in AAAI 2022

  8. arXiv:2203.00364  [pdf, other

    cs.CR

    Practical Mitigation of Smart Contract Bugs

    Authors: Jens-Rene Giesen, Sebastien Andreina, Michael Rodler, Ghassan O. Karame, Lucas Davi

    Abstract: In spite of their popularity, develo** secure smart contracts remains a challenging task. Existing solutions are either impractical as they do not support many complex real-world contracts or leave the burden to developers for fixing bugs. In this paper, we propose the first practical smart contract compiler, called HCC, which automatically inserts security hardening checks at the source-code le… ▽ More

    Submitted 1 March, 2022; originally announced March 2022.

  9. arXiv:2010.03313  [pdf, other

    cs.LG cs.SC

    A Simple and Efficient Tensor Calculus for Machine Learning

    Authors: Sören Laue, Matthias Mitterreiter, Joachim Giesen

    Abstract: Computing derivatives of tensor expressions, also known as tensor calculus, is a fundamental task in machine learning. A key concern is the efficiency of evaluating the expressions and their derivatives that hinges on the representation of these expressions. Recently, an algorithm for computing higher order derivatives of tensor expressions like Jacobians or Hessians has been introduced that is a… ▽ More

    Submitted 7 October, 2020; originally announced October 2020.

  10. arXiv:1905.13587  [pdf, other

    cs.LG math.NA math.OC stat.ML

    GENO -- GENeric Optimization for Classical Machine Learning

    Authors: Sören Laue, Matthias Mitterreiter, Joachim Giesen

    Abstract: Although optimization is the longstanding algorithmic backbone of machine learning, new models still require the time-consuming implementation of new solvers. As a result, there are thousands of implementations of optimization algorithms for machine learning problems. A natural question is, if it is always necessary to implement a new solver, or if there is one algorithm that is sufficient for mos… ▽ More

    Submitted 31 May, 2019; originally announced May 2019.

  11. arXiv:1901.09712  [pdf, ps, other

    cs.LG stat.ML

    Ising Models with Latent Conditional Gaussian Variables

    Authors: Frank Nussbaum, Joachim Giesen

    Abstract: Ising models describe the joint probability distribution of a vector of binary feature variables. Typically, not all the variables interact with each other and one is interested in learning the presumably sparse network structure of the interacting variables. However, in the presence of latent variables, the conventional method of learning a sparse model might fail. This is because the latent vari… ▽ More

    Submitted 8 July, 2019; v1 submitted 28 January, 2019; originally announced January 2019.

    Comments: short version (without proofs) appeared in the Proceedings of the 30th International Conference on Algorithmic Learning Theory, PMLR (http://proceedings.mlr.press/v98/nussbaum19a.html)

  12. arXiv:1610.02967  [pdf, other

    math.OC cs.LG math.NA stat.ML

    Distributed Convex Optimization with Many Convex Constraints

    Authors: Joachim Giesen, Sören Laue

    Abstract: We address the problem of solving convex optimization problems with many convex constraints in a distributed setting. Our approach is based on an extension of the alternating direction method of multipliers (ADMM) that recently gained a lot of attention in the Big Data context. Although it has been invented decades ago, ADMM so far can be applied only to unconstrained problems and problems with li… ▽ More

    Submitted 6 April, 2018; v1 submitted 7 October, 2016; originally announced October 2016.

  13. arXiv:0903.4856  [pdf, other

    cs.LG cs.AI cs.CV

    A Combinatorial Algorithm to Compute Regularization Paths

    Authors: Bernd Gärtner, Joachim Giesen, Martin Jaggi, Torsten Welsch

    Abstract: For a wide variety of regularization methods, algorithms computing the entire solution path have been developed recently. Solution path algorithms do not only compute the solution for one particular value of the regularization parameter but the entire path of solutions, making the selection of an optimal parameter much easier. Most of the currently used algorithms are not robust in the sense tha… ▽ More

    Submitted 27 March, 2009; originally announced March 2009.

    Comments: 7 Pages, 1 Figure

    ACM Class: F.2.2; I.5.1

  14. arXiv:hep-th/9410236  [pdf, ps, other

    hep-th

    On a non-CP-violating electric dipole moment of elementary particles

    Authors: J. Giesen

    Abstract: A description of elementary particles should be based on irreducible representations of the Poincaré group. In the theory of massive representations of the full Poincaré group there are essentially four different cases. One of them corresponds to the ordinary Dirac theory. The extension of Dirac theory to the remaining three cases makes it possible to describe an anomalous electric dipole moment… ▽ More

    Submitted 31 October, 1994; originally announced October 1994.

    Comments: 7 pages, LATEX, JG11/94