paper-with-me

Papers

Deep Differentiable Logic Gate Networks

2022-10-15 · Felix Petersen, Christian Borgelt, Hilde Kuehne, Oliver Deussen

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-differentiable and therefore do not allow training with gradient descent. Thus, to allow for effective training, we propose differentiable logic gate networks, an architecture that combines real-valued logics and a continuously parameterized relaxation of the network. The resulting discretized logic gate networks achieve fast inference speeds, e.g., beyond a million images of MNIST per second on a single CPU core.

📄 PDF Abstract BibTeX arXiv:2210.08277

Code (1)

felix-petersen/difflogic 공식 구현 pytorch

Tasks

CPUEfficient Neural Network

Similar Papers 제목 키워드 기반

Recurrent Deep Differentiable Logic Gate Networks

2025-08-08 · Simon Bührer, Andreas Plesner, Till Aczel, Roger Wattenhofer arxiv

While differentiable logic gates have shown promise in feedforward networks, their application to sequential modeling remains unexplored. This paper presents the first implementation of Recurrent Deep Differentiable Logi…

Differentiable Logic Cellular Automata: From Game of Life to Pattern Generation

2025-06-05 · Pietro Miotti, Eyvind Niklasson, Ettore Randazzo, Alexander Mordvintsev

This paper introduces Differentiable Logic Cellular Automata (DiffLogic CA), a novel combination of Neural Cellular Automata (NCA) and Differentiable Logic Gates Networks (DLGNs). The fundamental computation units of the…

Convolutional Differentiable Logic Gate Networks

2024-11-07 · Felix Petersen, Hilde Kuehne, Christian Borgelt, Julian Welzel 외

With the increasing inference cost of machine learning models, there is a growing interest in models with fast and efficient inference. Recently, an approach for learning logic gate networks directly via a differentiable…

A Method for Optimizing Connections in Differentiable Logic Gate Networks

2025-07-08 · Wout Mommen, Lars Keuninckx, Matthias Hartmann, Piet Wambacq

We introduce a novel method for partial optimization of the connections in Deep Differentiable Logic Gate Networks (LGNs). Our training method utilizes a probability distribution over a subset of connections per gate inp…

Polynomial Surrogate Training for Differentiable Ternary Logic Gate Networks

2026-02-27 · Sai Sandeep Damera, Ryan Matheu, Aniruddh G. Puranic, John S. Baras arxiv

Differentiable logic gate networks (DLGNs) learn compact, interpretable Boolean circuits via gradient-based training, but all existing variants are restricted to the 16 two-input binary gates. Extending DLGNs to Ternary …