paper-with-me

Papers

JFB: Jacobian-Free Backpropagation for Implicit Networks

2021-03-23 · Samy Wu Fung, Howard Heaton, Qiuwei Li, Daniel Mckenzie, Stanley Osher, Wotao Yin

A promising trend in deep learning replaces traditional feedforward networks with implicit networks. Unlike traditional networks, implicit networks solve a fixed point equation to compute inferences. Solving for the fixed point varies in complexity, depending on provided data and an error tolerance. Importantly, implicit networks may be trained with fixed memory costs in stark contrast to feedforward networks, whose memory requirements scale linearly with depth. However, there is no free lunch -- backpropagation through implicit networks often requires solving a costly Jacobian-based equation arising from the implicit function theorem. We propose Jacobian-Free Backpropagation (JFB), a fixed-memory approach that circumvents the need to solve Jacobian-based equations. JFB makes implicit networks faster to train and significantly easier to implement, without sacrificing test accuracy. Our experiments show implicit networks trained with JFB are competitive with feedforward networks and prior implicit networks given the same number of parameters.

📄 PDF Abstract BibTeX arXiv:2103.12803

Code (2)

howardheaton/fixed_point_networks 공식 구현 pytorch
howardheaton/jacobian_free_backprop 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Training Implicit Networks for Image Deblurring using Jacobian-Free Backpropagation

2024-02-03 · Linghai Liu, Shuaicheng Tong, Lisa Zhao

Recent efforts in applying implicit networks to solve inverse problems in imaging have achieved competitive or even superior results when compared to feedforward networks. These implicit networks only require constant me…

DeblurringImage Deblurring

On the Convergence of Jacobian-Free Backpropagation for Optimal Control Problems with Implicit Hamiltonians

2026-01-31 · Eric Gelphman, Deepanshu Verma, Nicole Tianjiao Yang, Stanley Osher 외 arxiv

Optimal feedback control with implicit Hamiltonians poses a fundamental challenge for learning-based value function methods due to the absence of closed-form optimal control laws. Recent work~\cite{gelphman2025end} intro…

End-to-End Training of High-Dimensional Optimal Control with Implicit Hamiltonians via Jacobian-Free Backpropagation

2025-10-01 · Eric Gelphman, Deepanshu Verma, Nicole Tianjiao Yang, Stanley Osher 외 arxiv

Neural network approaches that parameterize value functions have succeeded in approximating high-dimensional optimal feedback controllers when the Hamiltonian admits explicit formulas. However, many practical problems, s…

One-step differentiation of iterative algorithms

2023-05-23 · NeurIPS 2023 11

In appropriate frameworks, automatic differentiation is transparent to the user at the cost of being a significant computational burden when the number of operations is large. For iterative algorithms, implicit different…

Bilevel Optimization

Equivariant Deep Equilibrium Models for Imaging Inverse Problems

2025-11-24 · Alexander Mehta, Ruangrawee Kitichotkul, Vivek K Goyal, Julián Tachella arxiv

Equivariant imaging (EI) enables training signal reconstruction models without requiring ground truth data by leveraging signal symmetries. Deep equilibrium models (DEQs) are a powerful class of neural networks where the…