Zum Hauptinhalt springen

Showing 1–10 of 10 results for author: Borgelt, C

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

    cs.LG cs.AI

    Uncertainty Quantification via Stable Distribution Propagation

    Authors: Felix Petersen, Aashwin Mishra, Hilde Kuehne, Christian Borgelt, Oliver Deussen, Mikhail Yurochkin

    Abstract: We propose a new approach for propagating stable probability distributions through neural networks. Our method is based on local linearization, which we show to be an optimal approximation in terms of total variation distance for the ReLU non-linearity. This allows propagating Gaussian and Cauchy input uncertainties through neural networks to quantify their output uncertainties. To demonstrate the… ▽ More

    Submitted 13 February, 2024; originally announced February 2024.

    Comments: Published at ICLR 2024, Code @ https://github.com/Felix-Petersen/distprop

  2. arXiv:2305.00604  [pdf, other

    cs.LG cs.CV math.OC stat.ML

    ISAAC Newton: Input-based Approximate Curvature for Newton's Method

    Authors: Felix Petersen, Tobias Sutter, Christian Borgelt, Dongsung Huh, Hilde Kuehne, Yuekai Sun, Oliver Deussen

    Abstract: We present ISAAC (Input-baSed ApproximAte Curvature), a novel method that conditions the gradient using selected second-order information and has an asymptotically vanishing computational overhead, assuming a batch size smaller than the number of neurons. We show that it is possible to compute a good conditioner based on only the input to a respective layer without a substantial computational over… ▽ More

    Submitted 30 April, 2023; originally announced May 2023.

    Comments: Published at ICLR 2023, Code @ https://github.com/Felix-Petersen/isaac, Video @ https://youtu.be/7RKRX-MdwqM

  3. arXiv:2211.12094  [pdf, other

    cs.SI

    Fast Multiplex Graph Association Rules for Link Prediction

    Authors: Michele Coscia, Christian Borgelt, Michael Szell

    Abstract: Multiplex networks allow us to study a variety of complex systems where nodes connect to each other in multiple ways, for example friend, family, and co-worker relations in social networks. Link prediction is the branch of network analysis allowing us to forecast the future status of a network: which new connections are the most likely to appear in the future? In multiplex link prediction we also… ▽ More

    Submitted 22 November, 2022; originally announced November 2022.

    Comments: arXiv admin note: substantial text overlap with arXiv:2008.08351

  4. arXiv:2210.08277  [pdf, other

    cs.LG

    Deep Differentiable Logic Gate Networks

    Authors: Felix Petersen, Christian Borgelt, Hilde Kuehne, Oliver Deussen

    Abstract: Recently, research has increasingly focused on developing efficient neural network architectures. In this work, we explore logic gate networks for machine learning tasks by learning combinations of logic gates. These networks comprise logic gates such as "AND" and "XOR", which allow for very fast execution. The difficulty in learning logic gate networks is that they are conventionally non-differen… ▽ More

    Submitted 15 October, 2022; originally announced October 2022.

    Comments: Published at NeurIPS 2022

  5. arXiv:2206.07290  [pdf, other

    cs.LG cs.CV

    Differentiable Top-k Classification Learning

    Authors: Felix Petersen, Hilde Kuehne, Christian Borgelt, Oliver Deussen

    Abstract: The top-k classification accuracy is one of the core metrics in machine learning. Here, k is conventionally a positive integer, such as 1 or 5, leading to top-1 or top-5 training objectives. In this work, we relax this assumption and optimize the model for multiple k simultaneously instead of using a single k. Leveraging recent advances in differentiable sorting and ranking, we propose a different… ▽ More

    Submitted 15 June, 2022; originally announced June 2022.

    Comments: Published at ICML 2022, Code @ https://github.com/Felix-Petersen/difftopk

  6. arXiv:2204.13845  [pdf, other

    cs.CV cs.LG

    GenDR: A Generalized Differentiable Renderer

    Authors: Felix Petersen, Bastian Goldluecke, Christian Borgelt, Oliver Deussen

    Abstract: In this work, we present and study a generalized family of differentiable renderers. We discuss from scratch which components are necessary for differentiable rendering and formalize the requirements for each component. We instantiate our general differentiable renderer, which generalizes existing differentiable renderers like SoftRas and DIB-R, with an array of different smoothing distributions t… ▽ More

    Submitted 28 April, 2022; originally announced April 2022.

    Comments: Published at CVPR 2022, Code @ https://github.com/Felix-Petersen/gendr

  7. arXiv:2203.09630  [pdf, other

    cs.LG cs.AI cs.IR stat.ML

    Monotonic Differentiable Sorting Networks

    Authors: Felix Petersen, Christian Borgelt, Hilde Kuehne, Oliver Deussen

    Abstract: Differentiable sorting algorithms allow training with sorting and ranking supervision, where only the ordering or ranking of samples is known. Various methods have been proposed to address this challenge, ranging from optimal transport-based differentiable Sinkhorn sorting algorithms to making classic sorting networks differentiable. One problem of current differentiable sorting methods is that th… ▽ More

    Submitted 17 March, 2022; originally announced March 2022.

    Comments: Published at ICLR 2022, Code @ https://github.com/Felix-Petersen/diffsort, Video @ https://www.youtube.com/watch?v=Rl-sFaE1z4M

  8. arXiv:2110.05651  [pdf, other

    cs.LG stat.ML

    Learning with Algorithmic Supervision via Continuous Relaxations

    Authors: Felix Petersen, Christian Borgelt, Hilde Kuehne, Oliver Deussen

    Abstract: The integration of algorithmic components into neural architectures has gained increased attention recently, as it allows training neural networks with new forms of supervision such as ordering constraints or silhouettes instead of using ground truth labels. Many approaches in the field focus on the continuous relaxation of a specific task and show promising results in this context. But the focus… ▽ More

    Submitted 25 October, 2021; v1 submitted 11 October, 2021; originally announced October 2021.

    Comments: Published at NeurIPS 2021, Code @ https://github.com/Felix-Petersen/algovision, Video @ https://www.youtube.com/watch?v=01ENzpkjOCE

  9. arXiv:2105.04019  [pdf, other

    cs.LG cs.IR

    Differentiable Sorting Networks for Scalable Sorting and Ranking Supervision

    Authors: Felix Petersen, Christian Borgelt, Hilde Kuehne, Oliver Deussen

    Abstract: Sorting and ranking supervision is a method for training neural networks end-to-end based on ordering constraints. That is, the ground truth order of sets of samples is known, while their absolute values remain unsupervised. For that, we propose differentiable sorting networks by relaxing their pairwise conditional swap operations. To address the problems of vanishing gradients and extensive blurr… ▽ More

    Submitted 14 July, 2021; v1 submitted 9 May, 2021; originally announced May 2021.

    Comments: Published at ICML 2021, Code @ https://github.com/Felix-Petersen/diffsort, Video @ https://www.youtube.com/watch?v=38dvqdYEs1o

    Journal ref: PMLR 139:8546-8555, 2021

  10. arXiv:1905.06886  [pdf, other

    cs.LG

    AlgoNet: $C^\infty$ Smooth Algorithmic Neural Networks

    Authors: Felix Petersen, Christian Borgelt, Oliver Deussen

    Abstract: Artificial neural networks revolutionized many areas of computer science in recent years since they provide solutions to a number of previously unsolved problems. On the other hand, for many problems, classic algorithms exist, which typically exceed the accuracy and stability of neural networks. To combine these two concepts, we present a new kind of neural networks$-$algorithmic neural networks (… ▽ More

    Submitted 23 May, 2019; v1 submitted 16 May, 2019; originally announced May 2019.

    Comments: preprint, 9 pages