Papers › Tunable Efficient Unitary Neural Networks (EUNN) and their application to RNNs

Tunable Efficient Unitary Neural Networks (EUNN) and their application to RNNs

15 Dec 2016ICML 2017 8arXiv:1612.05231archive 2025-07-28

Li Jing, Yichen Shen, Tena Dubček, John Peurifoy, Scott Skirlo, Yann Lecun, Max Tegmark, Marin Soljačić

Using unitary (instead of general) matrices in artificial neural networks (ANNs) is a promising way to solve the gradient explosion/vanishing problem, as well as to enable ANNs to learn long-term correlations in the data. This approach appears particularly promising for Recurrent Neural Networks (RNNs). In this work, we present a new architecture for implementing an Efficient Unitary Neural Network (EUNNs); its main advantages can be summarized as follows. Firstly, the representation capacity of the unitary space in an EUNN is fully tunable, ranging from a subspace of SU(N) to the entire unitary space. Secondly, the computational complexity for training an EUNN is merely 𝒪(1) per parameter. Finally, we test the performance of EUNNs on the standard copying task, the pixel-permuted MNIST digit recognition benchmark as well as the Speech Prediction Test (TIMIT). We find that our architecture significantly outperforms both other state-of-the-art unitary RNNs and the LSTM architecture, in terms of the final performance and/or the wall-clock training speed. EUNNs are thus promising alternatives to RNNs and LSTMs for a wide variety of applications.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1612.05231")

Code

Syntology Ran 2 of 22 code samples harvested from 3 repositories linked to this paper; 20 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · fixture could not drive it.

By repository: official repository: 5 samples from 1 repository, 0 ran; community (archive-listed): 17 samples from 2 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jingli9111/EUNN-tensorflow officialmentioned in papermentioned on GitHubtfnot reachable when probed 2026-09-18 — repositories for recent papers often appear after camera-ready report
iguanaus/EUNN-theano officialmentioned in paperMIT report
flaport/torch_eunn mentioned on GitHubpytorch report
solgaardlab/neurophox mentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

22 samples harvested; 2 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran · fixture could not drive it
20unverified

Licence: 0 of the 22 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bptrs iguanaus/EUNN-theano/fftconv.py official repository unverified MIT (permissive) · 0f9745926384036b · report
gradient_descent iguanaus/EUNN-theano/optimizations.py official repository unverified MIT (permissive) · f0abdf7c350a7acc · report
permute_approx iguanaus/EUNN-theano/widget.py official repository unverified MIT (permissive) · b89a8b25a57a4ce1 · report
permute_list12 iguanaus/EUNN-theano/widget.py official repository unverified MIT (permissive) · e48f79c125c0bb57 · report
to_complex_gpuarray iguanaus/EUNN-theano/fftconv.py official repository unverified MIT (permissive) · 71587416e135f94f · report
cmm flaport/torch_eunn/torch_eunn.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 2d824fe3cb24d6a2 · report
eunn flaport/torch_eunn/torch_eunn.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 6f86da6493673239 · report
checkerboard_to_param solgaardlab/neurophox/neurophox/decompositions.py community (archive-listed) unverified MIT (permissive) · 2f5ba97abdeb258c · report
cnorm solgaardlab/neurophox/neurophox/ml/nonlinearities.py community (archive-listed) unverified MIT (permissive) · b03f07ab4d8a044b · report
cnormsq solgaardlab/neurophox/neurophox/ml/nonlinearities.py community (archive-listed) unverified MIT (permissive) · b0024b3700fafa76 · report
complex_mse solgaardlab/neurophox/neurophox/ml/linear.py community (archive-listed) unverified MIT (permissive) · a7c7c0f896248555 · report
generate_keras_batch solgaardlab/neurophox/neurophox/ml/linear.py community (archive-listed) unverified MIT (permissive) · 2e25840573fd6123 · report
get_haar_diagonal_sequence solgaardlab/neurophox/neurophox/helpers.py community (archive-listed) unverified MIT (permissive) · 3268829a2be85b3d · report
get_haar_theta solgaardlab/neurophox/neurophox/initializers.py community (archive-listed) unverified MIT (permissive) · fe084038a9330dac · report
get_initializer solgaardlab/neurophox/neurophox/initializers.py community (archive-listed) unverified MIT (permissive) · d958ae5b8ac823b4 · report
get_mzi_transfer_matrix solgaardlab/neurophox/neurophox/components/mzi.py community (archive-listed) unverified MIT (permissive) · 58bc45ee4257a1b3 · report
get_ortho_haar_theta solgaardlab/neurophox/neurophox/initializers.py community (archive-listed) unverified MIT (permissive) · 2947f55793f40d77 · report
get_tdc_transfer_matrix solgaardlab/neurophox/neurophox/components/mzi.py community (archive-listed) unverified MIT (permissive) · eda08eb52c0cc327 · report
normalized_fidelity solgaardlab/neurophox/neurophox/ml/linear.py community (archive-listed) unverified MIT (permissive) · 9a1cc22fc4bebe7b · report
reck_decomposition solgaardlab/neurophox/neurophox/decompositions.py community (archive-listed) unverified MIT (permissive) · 7f653a85312e6df6 · report
to_absolute_theta solgaardlab/neurophox/neurophox/helpers.py community (archive-listed) unverified MIT (permissive) · f69ddd5f6086c06f · report
to_stripe_array solgaardlab/neurophox/neurophox/helpers.py community (archive-listed) unverified MIT (permissive) · c9c896b7297dde56 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections