Skip to main content

Showing 1–50 of 63 results for author: Berg, V

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

    cs.CV

    Segmentation tool for images of cracks

    Authors: Andrii Kompanets, Remco Duits, Davide Leonetti, Nicky van den Berg, H. H., Snijder

    Abstract: Safety-critical infrastructures, such as bridges, are periodically inspected to check for existing damage, such as fatigue cracks and corrosion, and to guarantee the safe use of the infrastructure. Visual inspection is the most frequent type of general inspection, despite the fact that its detection capability is rather limited, especially for fatigue cracks. Machine learning algorithms can be use… ▽ More

    Submitted 28 March, 2024; originally announced March 2024.

  2. arXiv:2308.15288  [pdf, other

    math.LO cs.LO

    Conservativity of Type Theory over Higher-order Arithmetic

    Authors: Benno van den Berg, Daniël Otten

    Abstract: We investigate how much type theory is able to prove about the natural numbers. A classical result in this area shows that dependent type theory without any universes is conservative over Heyting Arithmetic (HA). We build on this result by showing that type theories with one level of universes are conservative over Higher-order Heyting Arithmetic (HAH). Although this clearly depends on the specifi… ▽ More

    Submitted 29 August, 2023; originally announced August 2023.

    Comments: 23 pages

    MSC Class: 03B38; 03B16; 03F55; 03F50 ACM Class: F.4.1

  3. arXiv:2305.12570  [pdf, ps, other

    physics.med-ph cs.CV

    Generalizable synthetic MRI with physics-informed convolutional networks

    Authors: Luuk Jacobs, Stefano Mandija, Hongyan Liu, Cornelis A. T. van den Berg, Alessandro Sbrizzi, Matteo Maspero

    Abstract: In this study, we develop a physics-informed deep learning-based method to synthesize multiple brain magnetic resonance imaging (MRI) contrasts from a single five-minute acquisition and investigate its ability to generalize to arbitrary contrasts to accelerate neuroimaging protocols. A dataset of fifty-five subjects acquired with a standard MRI protocol and a five-minute transient-state sequence w… ▽ More

    Submitted 21 May, 2023; originally announced May 2023.

    Comments: 23 pages, 7 figures, 1 table. Presented at ISMRM 2022. Will be submitted to NMR in biomedicine

    Journal ref: Med Phys. (2023)

  4. arXiv:2305.07878  [pdf, ps, other

    cs.PL

    Automatic Differentiation in Prolog

    Authors: Tom Schrijvers, Birthe van den Berg, Fabrizio Riguzzi

    Abstract: Automatic differentiation (AD) is a range of algorithms to compute the numeric value of a function's (partial) derivative, where the function is typically given as a computer program or abstract syntax tree. AD has become immensely popular as part of many learning algorithms, notably for neural networks. This paper uses Prolog to systematically derive gradient-based forward- and reverse-mode AD va… ▽ More

    Submitted 13 May, 2023; originally announced May 2023.

    Comments: accepted for publication in the issues of Theory and Practice of Logic Programming dedicated to ICLP 2023

  5. arXiv:2304.09697  [pdf, ps, other

    cs.PL

    A Calculus for Scoped Effects & Handlers

    Authors: Roger Bosman, Birthe van den Berg, Wenhao Tang, Tom Schrijvers

    Abstract: Algebraic effects & handlers have become a standard approach for side-effects in functional programming. Their modular composition with other effects and clean separation of syntax and semantics make them attractive to a wide audience. However, not all effects can be classified as algebraic; some need a more sophisticated handling. In particular, effects that have or create a delimited scope need… ▽ More

    Submitted 5 March, 2024; v1 submitted 19 April, 2023; originally announced April 2023.

  6. arXiv:2303.16320  [pdf

    physics.med-ph cs.CV

    SynthRAD2023 Grand Challenge dataset: generating synthetic CT for radiotherapy

    Authors: Adrian Thummerer, Erik van der Bijl, Arthur Jr Galapon, Joost JC Verhoeff, Johannes A Langendijk, Stefan Both, Cornelis, AT van den Berg, Matteo Maspero

    Abstract: Purpose: Medical imaging has become increasingly important in diagnosing and treating oncological patients, particularly in radiotherapy. Recent advances in synthetic computed tomography (sCT) generation have increased interest in public challenges to provide data and evaluation metrics for comparing different approaches openly. This paper describes a dataset of brain and pelvis computed tomograph… ▽ More

    Submitted 28 March, 2023; originally announced March 2023.

    Comments: 15 pages, 4 figures, 9 tables, pre-print submitted to Medical Physics - dataset. The training dataset is available on Zenodo at https://doi.org/10.5281/zenodo.7260705 from April, 1st 2023

  7. arXiv:2303.10202  [pdf

    physics.med-ph cs.AI cs.LG

    Exploring contrast generalisation in deep learning-based brain MRI-to-CT synthesis

    Authors: Lotte Nijskens, Cornelis, AT van den Berg, Joost JC Verhoeff, Matteo Maspero

    Abstract: Background: Synthetic computed tomography (sCT) has been proposed and increasingly clinically adopted to enable magnetic resonance imaging (MRI)-based radiotherapy. Deep learning (DL) has recently demonstrated the ability to generate accurate sCT from fixed MRI acquisitions. However, MRI protocols may change over time or differ between centres resulting in low-quality sCT due to poor model general… ▽ More

    Submitted 17 March, 2023; originally announced March 2023.

    Comments: Preprint submitted to Physica Medica on 2023-02-16 for review. Also published in Zenodo at https://doi.org/10.5281/zenodo.7742642

  8. arXiv:2302.01415  [pdf, ps, other

    cs.PL cs.LO

    A Framework for Higher-Order Effects & Handlers

    Authors: Birthe van den Berg, Tom Schrijvers

    Abstract: Algebraic effects & handlers are a modular approach for modeling side-effects in functional programming. Their syntax is defined in terms of a signature of effectful operations, encoded as a functor, that are plugged into the free monad; their denotational semantics is defined by fold-style handlers that only interpret their part of the syntax and forward the rest. However, not all effects are alg… ▽ More

    Submitted 2 February, 2023; originally announced February 2023.

  9. arXiv:2302.00600  [pdf, other

    cs.LG

    Two for One: Diffusion Models and Force Fields for Coarse-Grained Molecular Dynamics

    Authors: Marloes Arts, Victor Garcia Satorras, Chin-Wei Huang, Daniel Zuegner, Marco Federici, Cecilia Clementi, Frank Noé, Robert Pinsler, Rianne van den Berg

    Abstract: Coarse-grained (CG) molecular dynamics enables the study of biological processes at temporal and spatial scales that would be intractable at an atomistic resolution. However, accurately learning a CG force field remains a challenge. In this work, we leverage connections between score-based generative models, force fields and molecular dynamics to learn a CG force field without requiring any force… ▽ More

    Submitted 22 September, 2023; v1 submitted 1 February, 2023; originally announced February 2023.

  10. arXiv:2212.11088  [pdf, ps, other

    cs.PL

    Forward- or Reverse-Mode Automatic Differentiation: What's the Difference?

    Authors: Birthe van den Berg, Tom Schrijvers, James McKinna, Alexander Vandenbroucke

    Abstract: Automatic differentiation (AD) has been a topic of interest for researchers in many disciplines, with increased popularity since its application to machine learning and neural networks. Although many researchers appreciate and know how to apply AD, it remains a challenge to truly understand the underlying processes. From an algebraic point of view, however, AD appears surprisingly natural: it orig… ▽ More

    Submitted 9 August, 2023; v1 submitted 21 December, 2022; originally announced December 2022.

  11. arXiv:2209.15611  [pdf, other

    q-bio.BM cs.AI

    Protein structure generation via folding diffusion

    Authors: Kevin E. Wu, Kevin K. Yang, Rianne van den Berg, James Y. Zou, Alex X. Lu, Ava P. Amini

    Abstract: The ability to computationally generate novel yet physically foldable protein structures could lead to new biological discoveries and new treatments targeting yet incurable diseases. Despite recent advances in protein structure prediction, directly generating diverse, novel protein structures from neural networks remains difficult. In this work, we present a new diffusion-based generative model th… ▽ More

    Submitted 23 November, 2022; v1 submitted 30 September, 2022; originally announced September 2022.

    ACM Class: I.2.0; J.3

  12. arXiv:2209.04934  [pdf, other

    cs.LG cs.CV physics.flu-dyn

    Clifford Neural Layers for PDE Modeling

    Authors: Johannes Brandstetter, Rianne van den Berg, Max Welling, Jayesh K. Gupta

    Abstract: Partial differential equations (PDEs) see widespread use in sciences and engineering to describe simulation of physical processes as scalar and vector fields interacting and coevolving over time. Due to the computationally expensive nature of their standard solution methods, neural PDE surrogates have become an active research topic to accelerate these simulations. However, current methods do not… ▽ More

    Submitted 2 March, 2023; v1 submitted 8 September, 2022; originally announced September 2022.

    Comments: Accepted at ICLR-2023

  13. arXiv:2206.02883  [pdf, other

    cs.RO

    Lane-Level Route Planning for Autonomous Vehicles

    Authors: Mitchell Jones, Maximilian Haas-Heger, Jur van den Berg

    Abstract: We present an algorithm that, given a representation of a road network in lane-level detail, computes a route that minimizes the expected cost to reach a given destination. In doing so, our algorithm allows us to solve for the complex trade-offs encountered when trying to decide not just which roads to follow, but also when to change between the lanes making up these roads, in order to -- for exam… ▽ More

    Submitted 13 July, 2023; v1 submitted 6 June, 2022; originally announced June 2022.

    Comments: Appeared at the 15th International Workshop on the Algorithmic Foundations of Robotics (WAFR) 2022

  14. arXiv:2201.10287  [pdf, ps, other

    cs.PL

    Structured Handling of Scoped Effects: Extended Version

    Authors: Zhixuan Yang, Marco Paviotti, Nicolas Wu, Birthe van den Berg, Tom Schrijvers

    Abstract: Algebraic effects offer a versatile framework that covers a wide variety of effects. However, the family of operations that delimit scopes are not algebraic and are usually modelled as handlers, thus preventing them from being used freely in conjunction with algebraic operations. Although proposals for scoped operations exist, they are either ad-hoc and unprincipled, or too inconvenient for practi… ▽ More

    Submitted 25 January, 2022; originally announced January 2022.

    Comments: Extended version of the paper Structured Handling of Scoped Effects in ESOP 2022

  15. arXiv:2111.02244  [pdf

    cs.AI

    Exploring Explainable AI in the Financial Sector: Perspectives of Banks and Supervisory Authorities

    Authors: Ouren Kuiper, Martin van den Berg, Joost van der Burgt, Stefan Leijnen

    Abstract: Explainable artificial intelligence (xAI) is seen as a solution to making AI systems less of a black box. It is essential to ensure transparency, fairness, and accountability, which are especially paramount in the financial sector. The aim of this study was a preliminary investigation of the perspectives of supervisory authorities and regulated entities regarding the application of xAI in the fi-n… ▽ More

    Submitted 3 November, 2021; originally announced November 2021.

    Comments: BNAIC/BeneLearn 2021 conference paper

  16. arXiv:2110.02037  [pdf, other

    cs.LG stat.ML

    Autoregressive Diffusion Models

    Authors: Emiel Hoogeboom, Alexey A. Gritsenko, Jasmijn Bastings, Ben Poole, Rianne van den Berg, Tim Salimans

    Abstract: We introduce Autoregressive Diffusion Models (ARDMs), a model class encompassing and generalizing order-agnostic autoregressive models (Uria et al., 2014) and absorbing discrete diffusion (Austin et al., 2021), which we show are special cases of ARDMs under mild assumptions. ARDMs are simple to implement and easy to train. Unlike standard ARMs, they do not require causal masking of model represent… ▽ More

    Submitted 1 February, 2022; v1 submitted 5 October, 2021; originally announced October 2021.

    Comments: Published as a conference paper at International Conference on Learning Representations (ICLR) 2022

  17. OpenFish: Biomimetic Design of a Soft Robotic Fish for High Speed Locomotion

    Authors: Sander C. van den Berg, Rob B. N. Scharff, Zoltán Rusák, Jun Wu

    Abstract: We present OpenFish: an open source soft robotic fish which is optimized for speed and efficiency. The soft robotic fish uses a combination of an active and passive tail segment to accurately mimic the thunniform swimming mode. Through the implementation of a novel propulsion system that is capable of achieving higher oscillation frequencies with a more sinusoidal waveform, the open source soft ro… ▽ More

    Submitted 3 June, 2022; v1 submitted 20 July, 2021; originally announced August 2021.

    Journal ref: HardwareX, 2022, e00320, ISSN 2468-0672, (https://www.sciencedirect.com/science/article/pii/S2468067222000657)

  18. arXiv:2108.11155  [pdf, other

    cs.PL

    Latent Effects for Reusable Language Components: Extended Version

    Authors: Birthe van den Berg, Tom Schrijvers, Casper Bach-Poulsen, Nicolas Wu

    Abstract: The development of programming languages can be quite complicated and costly. Hence, much effort has been devoted to the modular definition of language features that can be reused in various combinations to define new languages and experiment with their semantics. A notable outcome of these efforts is the algebra-based "datatypes a la carte" (DTC) approach. When combined with algebraic effects, DT… ▽ More

    Submitted 25 August, 2021; originally announced August 2021.

    Comments: extended version of APLAS 2021 paper

  19. arXiv:2107.07675  [pdf, other

    cs.LG

    Beyond In-Place Corruption: Insertion and Deletion In Denoising Probabilistic Models

    Authors: Daniel D. Johnson, Jacob Austin, Rianne van den Berg, Daniel Tarlow

    Abstract: Denoising diffusion probabilistic models (DDPMs) have shown impressive results on sequence generation by iteratively corrupting each example and then learning to map corrupted versions back to the original. However, previous work has largely focused on in-place corruption, adding noise to each pixel or token individually while kee** their locations the same. In this work, we consider a broader c… ▽ More

    Submitted 15 July, 2021; originally announced July 2021.

    Comments: Accepted at the ICML 2021 Workshop on Invertible Neural Networks, Normalizing Flows, and Explicit Likelihood Models (poster)

  20. arXiv:2107.03006  [pdf, other

    cs.LG cs.AI cs.CL cs.CV

    Structured Denoising Diffusion Models in Discrete State-Spaces

    Authors: Jacob Austin, Daniel D. Johnson, Jonathan Ho, Daniel Tarlow, Rianne van den Berg

    Abstract: Denoising diffusion probabilistic models (DDPMs) (Ho et al. 2020) have shown impressive results on image and waveform generation in continuous state spaces. Here, we introduce Discrete Denoising Diffusion Probabilistic Models (D3PMs), diffusion-like generative models for discrete data that generalize the multinomial diffusion model of Hoogeboom et al. 2021, by going beyond corruption processes wit… ▽ More

    Submitted 22 February, 2023; v1 submitted 7 July, 2021; originally announced July 2021.

    Comments: 10 pages plus references and appendices. First two authors contributed equally

  21. arXiv:2107.00314  [pdf, other

    cs.DS cs.CC cs.IT

    Backtracking (the) Algorithms on the Hamiltonian Cycle Problem

    Authors: Joeri Sleegers, Daan van den Berg

    Abstract: Even though the Hamiltonian cycle problem is NP-complete, many of its problem instances aren't. In fact, almost all the hard instances reside in one area: near the Komlós-Szemerédi bound, of $\frac{1}{2}\ v\cdot ln(v) + \frac{1}{2}\ v\cdot ln( ln(v))$ edges, where randomly generated graphs have an approximate 50\% chance of being Hamiltonian. If the number of edges is either much higher or much lo… ▽ More

    Submitted 29 June, 2023; v1 submitted 1 July, 2021; originally announced July 2021.

    Comments: Peer-reviewed and published in IARIA journals

    MSC Class: 68Q25

  22. arXiv:2106.06080  [pdf, other

    cs.LG cs.AI

    Gradual Domain Adaptation in the Wild:When Intermediate Distributions are Absent

    Authors: Samira Abnar, Rianne van den Berg, Golnaz Ghiasi, Mostafa Dehghani, Nal Kalchbrenner, Hanie Sedghi

    Abstract: We focus on the problem of domain adaptation when the goal is shifting the model towards the target distribution, rather than learning domain invariant representations. It has been shown that under the following two assumptions: (a) access to samples from intermediate distributions, and (b) samples being annotated with the amount of change from the source distribution, self-training can be success… ▽ More

    Submitted 13 July, 2021; v1 submitted 10 June, 2021; originally announced June 2021.

  23. arXiv:2103.14482  [pdf, other

    math.LO cs.LO math.CT

    Converse extensionality and apartness

    Authors: Benno van den Berg, Robert Passmann

    Abstract: In this paper we try to find a computational interpretation for a strong form of extensionality, which we call "converse extensionality". Converse extensionality principles, which arise as the Dialectica interpretation of the axiom of extensionality, were first studied by Howard. In order to give a computational interpretation to these principles, we reconsider Brouwer's apartness relation, a stro… ▽ More

    Submitted 19 December, 2022; v1 submitted 26 March, 2021; originally announced March 2021.

    Journal ref: Logical Methods in Computer Science, Volume 18, Issue 4 (December 20, 2022) lmcs:7306

  24. arXiv:2103.12841  [pdf, ps, other

    cs.DL cs.CL

    Ground Truths for the Humanities

    Authors: Yvette Oortwijn, Hein van den Berg, Arianna Betti

    Abstract: Ensuring a faithful interaction with data and its representation for humanities can and should depend on expert-constructed ground truths.

    Submitted 23 March, 2021; originally announced March 2021.

    Comments: Provocation paper presented at the 5th Workshop on Visualization for the Digital Humanities (VIS4DH), part of the 31st IEEE Visualization Conference, IEEE VIS 2020, Virtual Event, Salt Lake City, USA, October 25-30, 2020. 1 page + 1 page of references

  25. arXiv:2102.07846  [pdf, ps, other

    physics.med-ph cs.AI

    Corneal Pachymetry by AS-OCT after Descemet's Membrane Endothelial Keratoplasty

    Authors: Friso G. Heslinga, Ruben T. Lucassen, Myrthe A. van den Berg, Luuk van der Hoek, Josien P. W. Pluim, Javier Cabrerizo, Mark Alberti, Mitko Veta

    Abstract: Corneal thickness (pachymetry) maps can be used to monitor restoration of corneal endothelial function, for example after Descemet's membrane endothelial keratoplasty (DMEK). Automated delineation of the corneal interfaces in anterior segment optical coherence tomography (AS-OCT) can be challenging for corneas that are irregularly shaped due to pathology, or as a consequence of surgery, leading to… ▽ More

    Submitted 6 April, 2021; v1 submitted 15 February, 2021; originally announced February 2021.

    Comments: Fixed typo in abstract: The development set consists of 960 B-scans from 50 patients (instead of 68). The B-scans from the other 18 patients were used for testing only

  26. arXiv:2102.00905  [pdf, other

    cs.LO

    Quadratic type checking for objective type theory

    Authors: Benno van den Berg, Martijn den Besten

    Abstract: We introduce a modification of standard Martin-Lof type theory in which we eliminate definitional equality and replace all computation rules by propositional equalities. We show that type checking for such a system can be done in quadratic time and that it has a natural homotopy-theoretic semantics.

    Submitted 1 February, 2021; originally announced February 2021.

  27. arXiv:2012.11936  [pdf, other

    cs.AI

    Knowledge Graphs Evolution and Preservation -- A Technical Report from ISWS 2019

    Authors: Nacira Abbas, Kholoud Alghamdi, Mortaza Alinam, Francesca Alloatti, Glenda Amaral, Claudia d'Amato, Luigi Asprino, Martin Beno, Felix Bensmann, Russa Biswas, Ling Cai, Riley Capshaw, Valentina Anita Carriero, Irene Celino, Amine Dadoun, Stefano De Giorgis, Harm Delva, John Domingue, Michel Dumontier, Vincent Emonet, Marieke van Erp, Paola Espinoza Arias, Omaima Fallatah, Sebastián Ferrada, Marc Gallofré Ocaña , et al. (49 additional authors not shown)

    Abstract: One of the grand challenges discussed during the Dagstuhl Seminar "Knowledge Graphs: New Directions for Knowledge Representation on the Semantic Web" and described in its report is that of a: "Public FAIR Knowledge Graph of Everything: We increasingly see the creation of knowledge graphs that capture information about the entirety of a class of entities. [...] This grand challenge extends this fur… ▽ More

    Submitted 22 December, 2020; originally announced December 2020.

  28. arXiv:2012.02015  [pdf, other

    cs.CL

    Context in Informational Bias Detection

    Authors: Esther van den Berg, Katja Markert

    Abstract: Informational bias is bias conveyed through sentences or clauses that provide tangential, speculative or background information that can sway readers' opinions towards entities. By nature, informational bias is context-dependent, but previous work on informational bias detection has not explored the role of context beyond the sentence. In this paper, we explore four kinds of context for informatio… ▽ More

    Submitted 3 December, 2020; originally announced December 2020.

    Comments: Accepted to COLING'2020

  29. arXiv:2009.12670  [pdf, other

    math.CT cs.LO math.AT math.LO

    Effective Kan fibrations in simplicial sets

    Authors: Benno van den Berg, Eric Faber

    Abstract: We introduce the notion of an effective Kan fibration, a new mathematical structure that can be used to study simplicial homotopy theory. Our main motivation is to make simplicial homotopy theory suitable for homotopy type theory. Effective Kan fibrations are maps of simplicial sets equipped with a structured collection of chosen lifts that satisfy certain non-trivial properties. This contrasts wi… ▽ More

    Submitted 30 April, 2022; v1 submitted 26 September, 2020; originally announced September 2020.

    Comments: 197 pages

    MSC Class: 55U10; 55U35; 03B15; 18A32

  30. arXiv:2008.01160  [pdf, other

    eess.AS cs.LG cs.SD stat.ML

    A Spectral Energy Distance for Parallel Speech Synthesis

    Authors: Alexey A. Gritsenko, Tim Salimans, Rianne van den Berg, Jasper Snoek, Nal Kalchbrenner

    Abstract: Speech synthesis is an important practical generative modeling problem that has seen great progress over the last few years, with likelihood-based autoregressive neural models now outperforming traditional concatenative systems. A downside of such autoregressive models is that they require executing tens of thousands of sequential operations per second of generated audio, making them ill-suited fo… ▽ More

    Submitted 23 October, 2020; v1 submitted 3 August, 2020; originally announced August 2020.

  31. arXiv:2007.03488  [pdf, other

    cs.NE cs.PF math.OC stat.AP

    Benchmarking in Optimization: Best Practice and Open Issues

    Authors: Thomas Bartz-Beielstein, Carola Doerr, Daan van den Berg, Jakob Bossek, Sowmya Chandrasekaran, Tome Eftimov, Andreas Fischbach, Pascal Kerschke, William La Cava, Manuel Lopez-Ibanez, Katherine M. Malan, Jason H. Moore, Boris Naujoks, Patryk Orzechowski, Vanessa Volz, Markus Wagner, Thomas Weise

    Abstract: This survey compiles ideas and recommendations from more than a dozen researchers with different backgrounds and from different institutes around the world. Promoting best practice in benchmarking is its main goal. The article discusses eight essential topics in benchmarking: clearly stated goals, well-specified problems, suitable algorithms, adequate performance measures, thoughtful analysis, eff… ▽ More

    Submitted 16 December, 2020; v1 submitted 7 July, 2020; originally announced July 2020.

    Comments: Version 2

    MSC Class: 68W50 ACM Class: A.1; B.8.0; G.1.6; G.4; I.2.8

  32. arXiv:2006.12459  [pdf, other

    cs.LG stat.ML

    IDF++: Analyzing and Improving Integer Discrete Flows for Lossless Compression

    Authors: Rianne van den Berg, Alexey A. Gritsenko, Mostafa Dehghani, Casper Kaae Sønderby, Tim Salimans

    Abstract: In this paper we analyse and improve integer discrete flows for lossless compression. Integer discrete flows are a recently proposed class of models that learn invertible transformations for integer-valued random variables. Their discrete nature makes them particularly suitable for lossless compression with entropy coding schemes. We start by investigating a recent theoretical claim that states th… ▽ More

    Submitted 23 March, 2021; v1 submitted 22 June, 2020; originally announced June 2020.

    Comments: Accepted as a conference paper at the Ninth International Conference on Learning Representations (ICLR) 2021

  33. arXiv:2003.08370  [pdf, other

    cs.CL cs.LG

    Distant Supervision and Noisy Label Learning for Low Resource Named Entity Recognition: A Study on Hausa and Yorùbá

    Authors: David Ifeoluwa Adelani, Michael A. Hedderich, Dawei Zhu, Esther van den Berg, Dietrich Klakow

    Abstract: The lack of labeled training data has limited the development of natural language processing tools, such as named entity recognition, for many languages spoken in develo** countries. Techniques such as distant and weak supervision can be used to create labeled data in a (semi-) automatic way. Additionally, to alleviate some of the negative effects of the errors in automatic annotation, noise-han… ▽ More

    Submitted 31 March, 2020; v1 submitted 18 March, 2020; originally announced March 2020.

    Comments: Accepted to ICLR 2020 Workshop

  34. arXiv:1912.11136  [pdf, other

    physics.med-ph cs.LG eess.IV

    CBCT-to-CT synthesis with a single neural network for head-and-neck, lung and breast cancer adaptive radiotherapy

    Authors: Matteo Maspero, Mark HF Savenije, Tristan CF van Heijst, Joost JC Verhoeff, Alexis NTJ Kotte, Anette C Houweling, Cornelis AT van den Berg

    Abstract: Purpose: CBCT-based adaptive radiotherapy requires daily images for accurate dose calculations. This study investigates the feasibility of applying a single convolutional network to facilitate CBCT-to-CT synthesis for head-and-neck, lung, and breast cancer patients. Methods: Ninety-nine patients diagnosed with head-and-neck, lung or breast cancer undergoing radiotherapy with CBCT-based position ve… ▽ More

    Submitted 23 December, 2019; originally announced December 2019.

    Comments: Submitted to Medical Physics; 2019-12-23

    Journal ref: Physics and Imaging in Radiation Oncology Volume 14, April 2020, Pages 24-31

  35. arXiv:1906.07582  [pdf, other

    cs.LG cs.CV eess.IV stat.ML

    Differentiable probabilistic models of scientific imaging with the Fourier slice theorem

    Authors: Karen Ullrich, Rianne van den Berg, Marcus Brubaker, David Fleet, Max Welling

    Abstract: Scientific imaging techniques such as optical and electron microscopy and computed tomography (CT) scanning are used to study the 3D structure of an object through 2D observations. These observations are related to the original 3D object through orthogonal integral projections. For common 3D reconstruction algorithms, computational efficiency requires the modeling of the 3D structures to take plac… ▽ More

    Submitted 20 June, 2019; v1 submitted 18 June, 2019; originally announced June 2019.

    Comments: accepted to UAI 2019

  36. arXiv:1905.07376  [pdf, other

    cs.LG cs.CV stat.ML

    Integer Discrete Flows and Lossless Compression

    Authors: Emiel Hoogeboom, Jorn W. T. Peters, Rianne van den Berg, Max Welling

    Abstract: Lossless compression methods shorten the expected representation size of data without loss of information, using a statistical model. Flow-based models are attractive in this setting because they admit exact likelihood optimization, which is equivalent to minimizing the expected number of bits per message. However, conventional flows assume continuous data, which may lead to reconstruction errors… ▽ More

    Submitted 6 December, 2019; v1 submitted 17 May, 2019; originally announced May 2019.

    Comments: Accepted as a conference paper at Neural Information Processing Systems (NeurIPS) 2019

  37. arXiv:1901.11137  [pdf, other

    cs.LG stat.ML

    Emerging Convolutions for Generative Normalizing Flows

    Authors: Emiel Hoogeboom, Rianne van den Berg, Max Welling

    Abstract: Generative flows are attractive because they admit exact likelihood optimization and efficient image synthesis. Recently, Kingma & Dhariwal (2018) demonstrated with Glow that generative flows are capable of generating high quality images. We generalize the 1 x 1 convolutions proposed in Glow to invertible d x d convolutions, which are more flexible since they operate on both channel and spatial ax… ▽ More

    Submitted 20 May, 2019; v1 submitted 30 January, 2019; originally announced January 2019.

    Comments: Accepted at International Conference on Machine Learning (ICML) 2019

  38. arXiv:1812.00991  [pdf

    cs.CY

    Analyzing Partitioned FAIR Health Data Responsibly

    Authors: Chang Sun, Lianne Ippel, Birgit Wouters, Johan van Soest, Alexander Malic, Onaopepo Adekunle, Bob van den Berg, Marco Puts, Ole Mussmann, Annemarie Koster, Carla van der Kallen, David Townend, Andre Dekker, Michel Dumontier

    Abstract: It is widely anticipated that the use of health-related big data will enable further understanding and improvements in human health and wellbeing. Our current project, funded through the Dutch National Research Agenda, aims to explore the relationship between the development of diabetes and socio-economic factors such as lifestyle and health care utilization. The analysis involves combining data f… ▽ More

    Submitted 2 December, 2018; originally announced December 2018.

    Comments: 6 pages, 1 figure, preliminary result, project report

    ACM Class: E.1; E.3; H.2.4; H.2.8

  39. arXiv:1810.08723  [pdf, other

    cs.MS cs.LG

    The Ocean Tensor Package

    Authors: Ewout van den Berg

    Abstract: Matrix and tensor operations form the basis of a wide range of fields and applications, and in many cases constitute a substantial part of the overall computational complexity. The ability of general-purpose GPUs to speed up many of these operations and enable others has resulted in a widespread adaptation of these devices. In order for tensor operations to take full advantage of the computational… ▽ More

    Submitted 19 October, 2018; originally announced October 2018.

    ACM Class: G.4

  40. arXiv:1810.05728  [pdf, other

    cs.LG stat.ML

    Estimating Information Flow in Deep Neural Networks

    Authors: Ziv Goldfeld, Ewout van den Berg, Kristjan Greenewald, Igor Melnyk, Nam Nguyen, Brian Kingsbury, Yury Polyanskiy

    Abstract: We study the flow of information and the evolution of internal representations during deep neural network (DNN) training, aiming to demystify the compression aspect of the information bottleneck theory. The theory suggests that DNN training comprises a rapid fitting phase followed by a slower compression phase, in which the mutual information $I(X;T)$ between the input $X$ and internal representat… ▽ More

    Submitted 30 May, 2019; v1 submitted 12 October, 2018; originally announced October 2018.

    Comments: Main text accepted to ICML 2019. This preprint contains the full version of that paper (including omitted appendices)

  41. arXiv:1810.05500  [pdf, other

    cs.LG stat.ML

    Predictive Uncertainty through Quantization

    Authors: Bastiaan S. Veeling, Rianne van den Berg, Max Welling

    Abstract: High-risk domains require reliable confidence estimates from predictive models. Deep latent variable models provide these, but suffer from the rigid variational distributions used for tractable inference, which err on the side of overconfidence. We propose Stochastic Quantized Activation Distributions (SQUAD), which imposes a flexible yet tractable distribution over discretized latent variables. T… ▽ More

    Submitted 12 October, 2018; originally announced October 2018.

  42. arXiv:1810.01118  [pdf, other

    cs.LG cs.CV stat.ML

    Sinkhorn AutoEncoders

    Authors: Giorgio Patrini, Rianne van den Berg, Patrick Forré, Marcello Carioni, Samarth Bhargav, Max Welling, Tim Genewein, Frank Nielsen

    Abstract: Optimal transport offers an alternative to maximum likelihood for learning generative autoencoding models. We show that minimizing the p-Wasserstein distance between the generator and the true data distribution is equivalent to the unconstrained min-min optimization of the p-Wasserstein distance between the encoder aggregated posterior and the prior in latent space, plus a reconstruction error. We… ▽ More

    Submitted 15 July, 2019; v1 submitted 2 October, 2018; originally announced October 2018.

    Comments: Accepted for oral presentation at UAI19

  43. arXiv:1803.10113  [pdf, ps, other

    math.CT cs.LO math.LO

    Univalent polymorphism

    Authors: Benno van den Berg

    Abstract: We show that Martin Hyland's effective topos can be exhibited as the homotopy category of a path category $\mathbb{EFF}$. Path categories are categories of fibrant objects in the sense of Brown satisfying two additional properties and as such provide a context in which one can interpret many notions from homotopy theory and Homotopy Type Theory. Within the path category $\mathbb{EFF}$ one can iden… ▽ More

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

    Comments: Corrected typos, updated references and added a section on Church's Thesis

  44. arXiv:1803.05649  [pdf, other

    stat.ML cs.AI cs.LG stat.ME

    Sylvester Normalizing Flows for Variational Inference

    Authors: Rianne van den Berg, Leonard Hasenclever, Jakub M. Tomczak, Max Welling

    Abstract: Variational inference relies on flexible approximate posterior distributions. Normalizing flows provide a general recipe to construct flexible variational posteriors. We introduce Sylvester normalizing flows, which can be seen as a generalization of planar flows. Sylvester normalizing flows remove the well-known single-unit bottleneck from planar flows, making a single transformation much more fle… ▽ More

    Submitted 20 February, 2019; v1 submitted 15 March, 2018; originally announced March 2018.

    Comments: Published at UAI 2018, 12 pages, 3 figures, code at: https://github.com/riannevdberg/sylvester-flows

  45. arXiv:1710.09627  [pdf

    cs.AI cs.NI eess.SY

    SRE: Semantic Rules Engine For the Industrial Internet-Of-Things Gateways

    Authors: Charbel El Kaed, Imran Khan, Andre Van Den Berg, Hicham Hossayni, Christophe Saint-Marcel

    Abstract: The Advent of the Internet-of-Things (IoT) paradigm has brought opportunities to solve many real-world problems. Energy management, for example, has attracted huge interest from academia, industries, governments and regulatory bodies. It involves collecting energy usage data, analyzing it, and optimizing the energy consumption by applying control strategies. However, in industrial environments, pe… ▽ More

    Submitted 26 October, 2017; originally announced October 2017.

    Comments: Accepted for publication in forthcoming issue of IEEE Transactions on Industrial Informatics. The content is final but has NOT been proof-read

    Journal ref: IEEE Transactions on Industrial Informatics, 2017

  46. arXiv:1708.01155  [pdf, other

    cs.CV

    Deep MR to CT Synthesis using Unpaired Data

    Authors: Jelmer M. Wolterink, Anna M. Dinkla, Mark H. F. Savenije, Peter R. Seevinck, Cornelis A. T. van den Berg, Ivana Isgum

    Abstract: MR-only radiotherapy treatment planning requires accurate MR-to-CT synthesis. Current deep learning methods for MR-to-CT synthesis depend on pairwise aligned MR and CT training images of the same patient. However, misalignment between paired images could lead to errors in synthesized CT images. To overcome this, we propose to train a generative adversarial network (GAN) with unpaired MR and CT ima… ▽ More

    Submitted 3 August, 2017; originally announced August 2017.

    Comments: MICCAI 2017 Workshop on Simulation and Synthesis in Medical Imaging

  47. arXiv:1706.02263  [pdf, other

    stat.ML cs.DB cs.IR cs.LG

    Graph Convolutional Matrix Completion

    Authors: Rianne van den Berg, Thomas N. Kipf, Max Welling

    Abstract: We consider matrix completion for recommender systems from the point of view of link prediction on graphs. Interaction data such as movie ratings can be represented by a bipartite user-item graph with labeled edges denoting observed ratings. Building on recent progress in deep learning on graph-structured data, we propose a graph auto-encoder framework based on differentiable message passing on th… ▽ More

    Submitted 25 October, 2017; v1 submitted 7 June, 2017; originally announced June 2017.

    Comments: 9 pages, 3 figures, updated with additional experimental evaluation

  48. arXiv:1703.06103  [pdf, other

    stat.ML cs.AI cs.DB cs.LG

    Modeling Relational Data with Graph Convolutional Networks

    Authors: Michael Schlichtkrull, Thomas N. Kipf, Peter Bloem, Rianne van den Berg, Ivan Titov, Max Welling

    Abstract: Knowledge graphs enable a wide variety of applications, including question answering and information retrieval. Despite the great effort invested in their creation and maintenance, even the largest (e.g., Yago, DBPedia or Wikidata) remain incomplete. We introduce Relational Graph Convolutional Networks (R-GCNs) and apply them to two standard knowledge base completion tasks: Link prediction (recove… ▽ More

    Submitted 26 October, 2017; v1 submitted 17 March, 2017; originally announced March 2017.

  49. arXiv:1701.08369  [pdf, ps, other

    cs.LO math.CT

    A homotopy-theoretic model of function extensionality in the effective topos

    Authors: Daniil Frumin, Benno van den Berg

    Abstract: We present a way of constructing a Quillen model structure on a full subcategory of an elementary topos, starting with an interval object with connections and a certain dominance. The advantage of this method is that it does not require the underlying topos to be cocomplete. The resulting model category structure gives rise to a model of homotopy type theory with identity types, $Σ$- and $Π$-types… ▽ More

    Submitted 12 March, 2018; v1 submitted 29 January, 2017; originally announced January 2017.

    Comments: v2: The section "A non-contractible uniform object." was removed due to an error in Lemma 6.5, Proposition 7.3 was changed to account for the fact that only the "only if" direction holds

  50. No domain left behind: is Let's Encrypt democratizing encryption?

    Authors: Maarten Aertsen, Maciej Korczyński, Giovane C. M. Moura, Samaneh Tajalizadehkhoob, Jan van den Berg

    Abstract: The 2013 National Security Agency revelations of pervasive monitoring have lead to an "encryption rush" across the computer and Internet industry. To push back against massive surveillance and protect users privacy, vendors, hosting and cloud providers have widely deployed encryption on their hardware, communication links, and applications. As a consequence, the most of web traffic nowadays is enc… ▽ More

    Submitted 9 December, 2016; originally announced December 2016.