Skip to main content

Showing 1–4 of 4 results for author: Basermann, A

Searching in archive math. Search in all archives.
.
  1. arXiv:2503.21443  [pdf, other

    stat.ME cs.CV math.PR math.ST stat.AP

    Sparse Bayesian Learning for Label Efficiency in Cardiac Real-Time MRI

    Authors: Felix Terhag, Philipp Knechtges, Achim Basermann, Anja Bach, Darius Gerlach, Jens Tank, Raúl Tempone

    Abstract: Cardiac real-time magnetic resonance imaging (MRI) is an emerging technology that images the heart at up to 50 frames per second, offering insight into the respiratory effects on the heartbeat. However, this method significantly increases the number of images that must be segmented to derive critical health indicators. Although neural networks perform well on inner slices, predictions on outer sli… ▽ More

    Submitted 27 March, 2025; originally announced March 2025.

    MSC Class: 62F15; 92C55; 62P10; 94A12; 62F07; 62K99 ACM Class: G.3; J.3

  2. arXiv:2312.08006  [pdf, other

    math.NA cs.MS

    Performance of linear solvers in tensor-train format on current multicore architectures

    Authors: Melven Röhrig-Zöllner, Manuel Joey Becklas, Jonas Thies, Achim Basermann

    Abstract: Tensor networks are a class of algorithms aimed at reducing the computational complexity of high-dimensional problems. They are used in an increasing number of applications, from quantum simulations to machine learning. Exploiting data parallelism in these algorithms is key to using modern hardware. However, there are several ways to map required tensor operations onto linear algebra routines ("bu… ▽ More

    Submitted 24 October, 2024; v1 submitted 13 December, 2023; originally announced December 2023.

    Comments: 28 pages, 8 figures, submitted to IJHPCA

  3. arXiv:2102.00104  [pdf, ps, other

    math.NA cs.MS

    Performance of the low-rank tensor-train SVD (TT-SVD) for large dense tensors on modern multi-core CPUs

    Authors: Melven Röhrig-Zöllner, Jonas Thies, Achim Basermann

    Abstract: There are several factorizations of multi-dimensional tensors into lower-dimensional components, known as `tensor networks'. We consider the popular `tensor-train' (TT) format and ask: How efficiently can we compute a low-rank approximation from a full tensor on current multi-core CPUs? Compared to sparse and dense linear algebra, kernel libraries for multi-linear algebra are rare and typically… ▽ More

    Submitted 2 March, 2022; v1 submitted 29 January, 2021; originally announced February 2021.

    Comments: 26 pages, 16 figures, accepted by SISC

    MSC Class: 15A23; 15A69; 65F99; 65Y05; 65Y20 ACM Class: G.4; G.1.3

  4. arXiv:1112.5588  [pdf, ps, other

    cs.DC cs.MS cs.PF math.NA

    Sparse matrix-vector multiplication on GPGPU clusters: A new storage format and a scalable implementation

    Authors: Moritz Kreutzer, Georg Hager, Gerhard Wellein, Holger Fehske, Achim Basermann, Alan R. Bishop

    Abstract: Sparse matrix-vector multiplication (spMVM) is the dominant operation in many sparse solvers. We investigate performance properties of spMVM with matrices of various sparsity patterns on the nVidia "Fermi" class of GPGPUs. A new "padded jagged diagonals storage" (pJDS) format is proposed which may substantially reduce the memory overhead intrinsic to the widespread ELLPACK-R scheme. In our test sc… ▽ More

    Submitted 29 February, 2012; v1 submitted 23 December, 2011; originally announced December 2011.

    Comments: 10 pages, 5 figures. Added reference to other recent sparse matrix formats