paper-with-me

Papers

Principled Weight Initialisation for Input-Convex Neural Networks

2023-12-19 · NeurIPS 2023 11 · Pieter-Jan Hoedt, Günter Klambauer

Input-Convex Neural Networks (ICNNs) are networks that guarantee convexity in their input-output mapping. These networks have been successfully applied for energy-based modelling, optimal transport problems and learning invariances. The convexity of ICNNs is achieved by using non-decreasing convex activation functions and non-negative weights. Because of these peculiarities, previous initialisation strategies, which implicitly assume centred weights, are not effective for ICNNs. By studying signal propagation through layers with non-negative weights, we are able to derive a principled weight initialisation for ICNNs. Concretely, we generalise signal propagation theory by removing the assumption that weights are sampled from a centred distribution. In a set of experiments, we demonstrate that our principled initialisation effectively accelerates learning in ICNNs and leads to better generalisation. Moreover, we find that, in contrast to common belief, ICNNs can be trained without skip-connections when initialised correctly. Finally, we apply ICNNs to a real-world drug discovery task and show that they allow for more effective molecular latent space exploration.

📄 PDF Abstract BibTeX arXiv:2312.12474

Code (1)

ml-jku/convex-init 공식 구현 pytorch

Tasks

Drug Discovery

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Infinitely Deep Infinite-Width Networks

2019-05-01 · ICLR 2019 5 · Jovana Mitrovic, Peter Wirnsberger, Charles Blundell, Dino Sejdinovic 외

Infinite-width neural networks have been extensively used to study the theoretical properties underlying the extraordinary empirical success of standard, finite-width neural networks. Nevertheless, until now, infinite-wi…

Normalisation and Initialisation Strategies for Graph Neural Networks in Blockchain Anomaly Detection

2026-02-27 · Dang Sy Duy, Nguyen Duy Chien, Kapil Dev, Jeff Nijsse arxiv

Graph neural networks (GNNs) offer a principled approach to financial fraud detection by jointly learning from node features and transaction graph topology. However, their effectiveness on real-world anti-money launderin…

Anomaly DetectionFraud Detection

Critical initialisation in continuous approximations of binary neural networks

2019-02-01 · ICLR 2020 1 · George Stamatescu, Federica Gerace, Carlo Lucibello, Ian Fuss 외

The training of stochastic neural network models with binary ($\pm1$) weights and activations via continuous surrogate networks is investigated. We derive new surrogates using a novel derivation based on writing the stoc…

Causal pieces: analysing and improving spiking neural networks piece by piece

2025-04-18 · Dominik Dold, Philipp Christian Petersen

We introduce a novel concept for spiking neural networks (SNNs) derived from the idea of "linear pieces" used to analyse the expressiveness and trainability of artificial neural networks (ANNs). We prove that the input d…

Using linear initialisation to improve speed of convergence and fully-trained error in Autoencoders

2023-11-17 · Marcel Marais, Mate Hartstein, George Cevora

Good weight initialisation is an important step in successful training of Artificial Neural Networks. Over time a number of improvements have been proposed to this process. In this paper we introduce a novel weight initi…