Zum Hauptinhalt springen

Showing 1–17 of 17 results for author: Munk, A

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

    eess.IV cs.AI cs.CV

    AMAES: Augmented Masked Autoencoder Pretraining on Public Brain MRI Data for 3D-Native Segmentation

    Authors: Asbjørn Munk, Jakob Ambsdorf, Sebastian Llambias, Mads Nielsen

    Abstract: This study investigates the impact of self-supervised pretraining of 3D semantic segmentation models on a large-scale, domain-specific dataset. We introduce BRAINS-45K, a dataset of 44,756 brain MRI volumes from public sources, the largest public dataset available, and revisit a number of design choices for pretraining modern segmentation architectures by simplifying and optimizing state-of-the-ar… ▽ More

    Submitted 15 August, 2024; v1 submitted 1 August, 2024; originally announced August 2024.

    Comments: Accepted at ADSMI @ MICCAI 2024

  2. arXiv:2407.19888  [pdf, other

    cs.CV cs.AI cs.LG eess.IV

    Yucca: A Deep Learning Framework For Medical Image Analysis

    Authors: Sebastian Nørgaard Llambias, Julia Machnio, Asbjørn Munk, Jakob Ambsdorf, Mads Nielsen, Mostafa Mehdipour Ghazi

    Abstract: Medical image analysis using deep learning frameworks has advanced healthcare by automating complex tasks, but many existing frameworks lack flexibility, modularity, and user-friendliness. To address these challenges, we introduce Yucca, an open-source AI framework available at https://github.com/Sllambias/yucca, designed specifically for medical imaging applications and built on PyTorch and PyTor… ▽ More

    Submitted 29 July, 2024; originally announced July 2024.

  3. arXiv:2312.12246  [pdf, other

    cs.CV cs.LG

    MDD-UNet: Domain Adaptation for Medical Image Segmentation with Theoretical Guarantees, a Proof of Concept

    Authors: Asbjørn Munk, Ao Ma, Mads Nielsen

    Abstract: The current state-of-the art techniques for image segmentation are often based on U-Net architectures, a U-shaped encoder-decoder networks with skip connections. Despite the powerful performance, the architecture often does not perform well when used on data which has different characteristics than the data it was trained on. Many techniques for improving performance in the presence of domain shif… ▽ More

    Submitted 19 December, 2023; originally announced December 2023.

    Comments: Published at NLDL 2024

  4. arXiv:2308.09613  [pdf, other

    cs.DS cs.DM

    A scalable clustering algorithm to approximate graph cuts

    Authors: Leo Suchan, Housen Li, Axel Munk

    Abstract: Due to its computational complexity, graph cuts for cluster detection and identification are used mostly in the form of convex relaxations. We propose to utilize the original graph cuts such as Ratio, Normalized or Cheeger Cut in order to detect clusters in weighted undirected graphs by restricting the graph cut minimization to the subset of $st$-MinCut partitions. Incorporating a vertex selection… ▽ More

    Submitted 18 August, 2023; originally announced August 2023.

    Comments: 13 pages, 5 figures

    MSC Class: 68W25 (Primary); 68R10 (Secondary)

  5. arXiv:2305.18578  [pdf, other

    stat.ME cs.LG stat.ML

    Quick Adaptive Ternary Segmentation: An Efficient Decoding Procedure For Hidden Markov Models

    Authors: Alexandre Mösching, Housen Li, Axel Munk

    Abstract: Hidden Markov models (HMMs) are characterized by an unobservable (hidden) Markov chain and an observable process, which is a noisy version of the hidden chain. Decoding the original signal (i.e., hidden chain) from the noisy observations is one of the main goals in nearly all HMM based data analyses. Existing decoding algorithms such as the Viterbi algorithm have computational complexity at best l… ▽ More

    Submitted 29 May, 2023; originally announced May 2023.

    MSC Class: 62M05

  6. arXiv:2210.12236  [pdf, other

    stat.ML cs.LG

    Uncertain Evidence in Probabilistic Models and Stochastic Simulators

    Authors: Andreas Munk, Alexander Mead, Frank Wood

    Abstract: We consider the problem of performing Bayesian inference in probabilistic models where observations are accompanied by uncertainty, referred to as "uncertain evidence." We explore how to interpret uncertain evidence, and by extension the importance of proper interpretation as it pertains to inference about latent variables. We consider a recently-proposed method "distributional evidence" as well a… ▽ More

    Submitted 26 January, 2023; v1 submitted 21 October, 2022; originally announced October 2022.

  7. arXiv:2010.10194  [pdf, other

    stat.ME cs.LG math.ST stat.CO stat.ML

    Optimistic search: Change point estimation for large-scale data via adaptive logarithmic queries

    Authors: Solt Kovács, Housen Li, Lorenz Haubner, Axel Munk, Peter Bühlmann

    Abstract: Change point estimation is often formulated as a search for the maximum of a gain function describing improved fits when segmenting the data. Searching through all candidates requires $O(n)$ evaluations of the gain function for an interval with $n$ observations. If each evaluation is computationally demanding (e.g. in high-dimensional models), this can become infeasible. Instead, we propose optimi… ▽ More

    Submitted 29 November, 2022; v1 submitted 20 October, 2020; originally announced October 2020.

    Comments: Generalize the univariate theory to Gaussian mean changes of general dimension, including high-dimensional scenarios

  8. arXiv:2010.01274  [pdf, other

    cs.LG stat.ML

    Assisting the Adversary to Improve GAN Training

    Authors: Andreas Munk, William Harvey, Frank Wood

    Abstract: Some of the most popular methods for improving the stability and performance of GANs involve constraining or regularizing the discriminator. In this paper we consider a largely overlooked regularization technique which we refer to as the Adversary's Assistant (AdvAs). We motivate this using a different perspective to that of prior work. Specifically, we consider a common mismatch between theoretic… ▽ More

    Submitted 8 December, 2020; v1 submitted 3 October, 2020; originally announced October 2020.

  9. arXiv:1910.11961  [pdf, other

    cs.LG stat.ML

    Attention for Inference Compilation

    Authors: William Harvey, Andreas Munk, Atılım Güneş Baydin, Alexander Bergholm, Frank Wood

    Abstract: We present a new approach to automatic amortized inference in universal probabilistic programs which improves performance compared to current methods. Our approach is a variation of inference compilation (IC) which leverages deep neural networks to approximate a posterior distribution over latent variables in a probabilistic program. A challenge with existing IC network architectures is that they… ▽ More

    Submitted 25 October, 2019; originally announced October 2019.

  10. arXiv:1910.11950  [pdf, other

    cs.LG stat.ML

    Probabilistic Surrogate Networks for Simulators with Unbounded Randomness

    Authors: Andreas Munk, Berend Zwartsenberg, Adam Ścibior, Atılım Güneş Baydin, Andrew Stewart, Goran Fernlund, Anoush Poursartip, Frank Wood

    Abstract: We present a framework for automatically structuring and training fast, approximate, deep neural surrogates of stochastic simulators. Unlike traditional approaches to surrogate modeling, our surrogates retain the interpretable structure and control flow of the reference simulator. Our surrogates target stochastic simulators where the number of random variables itself can be stochastic and potentia… ▽ More

    Submitted 20 January, 2023; v1 submitted 25 October, 2019; originally announced October 2019.

  11. arXiv:1910.09056  [pdf, other

    cs.LG cs.AI stat.ML

    Amortized Rejection Sampling in Universal Probabilistic Programming

    Authors: Saeid Naderiparizi, Adam Ścibior, Andreas Munk, Mehrdad Ghadiri, Atılım Güneş Baydin, Bradley Gram-Hansen, Christian Schroeder de Witt, Robert Zinkov, Philip H. S. Torr, Tom Rainforth, Yee Whye Teh, Frank Wood

    Abstract: Naive approaches to amortized inference in probabilistic programs with unbounded loops can produce estimators with infinite variance. This is particularly true of importance sampling inference in programs that explicitly include rejection sampling as part of the user-programmed generative procedure. In this paper we develop a new and efficient amortized importance sampling estimator. We prove fini… ▽ More

    Submitted 28 March, 2022; v1 submitted 20 October, 2019; originally announced October 2019.

    Comments: AISTATS 2022 camera ready

  12. arXiv:1907.03382  [pdf, other

    cs.LG cs.PF stat.ML

    Etalumis: Bringing Probabilistic Programming to Scientific Simulators at Scale

    Authors: Atılım Güneş Baydin, Lei Shao, Wahid Bhimji, Lukas Heinrich, Lawrence Meadows, Jialin Liu, Andreas Munk, Saeid Naderiparizi, Bradley Gram-Hansen, Gilles Louppe, Mingfei Ma, Xiaohui Zhao, Philip Torr, Victor Lee, Kyle Cranmer, Prabhat, Frank Wood

    Abstract: Probabilistic programming languages (PPLs) are receiving widespread attention for performing Bayesian inference in complex generative models. However, applications to science remain limited because of the impracticability of rewriting complex scientific simulators in a PPL, the computational cost of inference, and the lack of scalable implementations. To address these, we present a novel PPL frame… ▽ More

    Submitted 27 August, 2019; v1 submitted 7 July, 2019; originally announced July 2019.

    Comments: 14 pages, 8 figures

    MSC Class: 68T37; 68T05; 62P35 ACM Class: G.3; I.2.6; J.2

    Journal ref: Proceedings of the International Conference for High Performance Computing, Networking, Storage, and Analysis (SC19), November 17--22, 2019

  13. arXiv:1807.07706  [pdf, other

    cs.LG hep-ph physics.data-an stat.ML

    Efficient Probabilistic Inference in the Quest for Physics Beyond the Standard Model

    Authors: Atılım Güneş Baydin, Lukas Heinrich, Wahid Bhimji, Lei Shao, Saeid Naderiparizi, Andreas Munk, Jialin Liu, Bradley Gram-Hansen, Gilles Louppe, Lawrence Meadows, Philip Torr, Victor Lee, Prabhat, Kyle Cranmer, Frank Wood

    Abstract: We present a novel probabilistic programming framework that couples directly to existing large-scale simulators through a cross-platform probabilistic execution protocol, which allows general-purpose inference engines to record and control random number draws within simulators in a language-agnostic way. The execution of existing simulators as probabilistic programs enables highly interpretable po… ▽ More

    Submitted 17 February, 2020; v1 submitted 20 July, 2018; originally announced July 2018.

    Comments: 20 pages, 9 figures

    MSC Class: 68T37; 68T05; 62P35 ACM Class: G.3; I.2.6; J.2

    Journal ref: In Advances in Neural Information Processing Systems 33 (NeurIPS), Vancouver, Canada, 2019

  14. Persistence Barcodes versus Kolmogorov Signatures: Detecting Modes of One-Dimensional Signals

    Authors: Ulrich Bauer, Axel Munk, Hannes Sieling, Max Wardetzky

    Abstract: We investigate the problem of estimating the number of modes (i.e., local maxima) - a well known question in statistical inference - and we show how to do so without presmoothing the data. To this end, we modify the ideas of persistence barcodes by first relating persistence values in dimension one to distances (with respect to the supremum norm) to the sets of functions with a given number of mod… ▽ More

    Submitted 27 January, 2015; v1 submitted 4 April, 2014; originally announced April 2014.

  15. arXiv:1204.3748  [pdf, ps, other

    stat.AP cs.CV

    Statistical Multiresolution Estimation for Variational Imaging: With an Application in Poisson-Biophotonics

    Authors: Klaus Frick, Philipp Marnitz, Axel Munk

    Abstract: In this paper we present a spatially-adaptive method for image reconstruction that is based on the concept of statistical multiresolution estimation as introduced in [Frick K, Marnitz P, and Munk A. "Statistical multiresolution Dantzig estimation in imaging: Fundamental concepts and algorithmic framework". Electron. J. Stat., 6:231-268, 2012]. It constitutes a variational regularization technique… ▽ More

    Submitted 17 April, 2012; originally announced April 2012.

  16. arXiv:1101.4373  [pdf, ps, other

    stat.AP cs.CV eess.SY math.OC stat.CO

    Statistical Multiresolution Dantzig Estimation in Imaging: Fundamental Concepts and Algorithmic Framework

    Authors: Klaus Frick, Philipp Marnitz, Axel Munk

    Abstract: In this paper we are concerned with fully automatic and locally adaptive estimation of functions in a "signal + noise"-model where the regression function may additionally be blurred by a linear operator, e.g. by a convolution. To this end, we introduce a general class of statistical multiresolution estimators and develop an algorithmic framework for computing those. By this we mean estimators tha… ▽ More

    Submitted 1 February, 2012; v1 submitted 23 January, 2011; originally announced January 2011.

    Journal ref: Electron. J. Stat. 6 (2012) 231-268

  17. Modeling the growth of fingerprints improves matching for adolescents

    Authors: Carsten Gottschlich, Thomas Hotz, Robert Lorenz, Stefanie Bernhardt, Michael Hantschel, Axel Munk

    Abstract: We study the effect of growth on the fingerprints of adolescents, based on which we suggest a simple method to adjust for growth when trying to recover a juvenile's fingerprint in a database years later. Based on longitudinal data sets in juveniles' criminal records, we show that growth essentially leads to an isotropic rescaling, so that we can use the strong correlation between growth in stature… ▽ More

    Submitted 6 August, 2010; originally announced August 2010.

    Journal ref: IEEE Transactions on Information Forensics and Security, vol. 6, no. 3, pp. 1165-1169, Sep. 2011