paper-with-me

홈 › Papers

A Recursively Recurrent Neural Network (R2N2) Architecture for Learning Iterative Algorithms

2022-11-22 · Danimir T. Doncevic, Alexander Mitsos, Yue Guo, Qianxiao Li, Felix Dietrich, Manuel Dahmen, Ioannis G. Kevrekidis

Meta-learning of numerical algorithms for a given task consists of the data-driven identification and adaptation of an algorithmic structure and the associated hyperparameters. To limit the complexity of the meta-learning problem, neural architectures with a certain inductive bias towards favorable algorithmic structures can, and should, be used. We generalize our previously introduced Runge-Kutta neural network to a recursively recurrent neural network (R2N2) superstructure for the design of customized iterative algorithms. In contrast to off-the-shelf deep learning approaches, it features a distinct division into modules for generation of information and for the subsequent assembly of this information towards a solution. Local information in the form of a subspace is generated by subordinate, inner, iterations of recurrent function evaluations starting at the current outer iterate. The update to the next outer iterate is computed as a linear combination of these evaluations, reducing the residual in this space, and constitutes the output of the network. We demonstrate that regular training of the weight parameters inside the proposed superstructure on input/output data of various computational problem classes yields iterations similar to Krylov solvers for linear equation systems, Newton-Krylov solvers for nonlinear equation systems, and Runge-Kutta integrators for ordinary differential equations. Due to its modularity, the superstructure can be readily extended with functionalities needed to represent more general classes of iterative algorithms traditionally based on Taylor series expansions.

📄 PDF Abstract BibTeX arXiv:2211.12386

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive BiasMeta-Learning

Similar Papers 제목 키워드 기반

Recurrently Controlling a Recurrent Network with Recurrent Networks Controlled by More Recurrent Networks

2021-01-01 · Yi Tay, Yikang Shen, Alvin Chan, Aston Zhang 외

This paper explores an intriguing idea of recursively parameterizing recurrent nets. Simply speaking, this refers to recurrently controlling a recurrent network with recurrent networks controlled by recurrent networks. T…

Code GenerationInductive BiasMachine TranslationMusic Modeling+2

Convolutional Recurrent Neural Networks for Dynamic MR Image Reconstruction

2017-12-05 · Chen Qin, Jo Schlemper, Jose Caballero, Anthony Price 외

Accelerating the data acquisition of dynamic magnetic resonance imaging (MRI) leads to a challenging ill-posed inverse problem, which has received great interest from both the signal processing and machine learning commu…

Image ReconstructionTemporal Sequences

Image Matching via Loopy RNN

2017-06-10 · Donghao Luo, Bingbing Ni, Yichao Yan, Xiaokang Yang

Most existing matching algorithms are one-off algorithms, i.e., they usually measure the distance between the two image feature representation vectors for only one time. In contrast, human's vision system achieves this t…

Flow Reasoning Models: Turning Discrete Flows Into Efficient Recurrent Reasoners

2026-06-28 · Alec Helbling, Andrey Bryutkin, Mauro Martino, Nima Dehmamy 외 arxiv

Structured reasoning requires making and revising interdependent decisions to reach a globally consistent solution. Existing architectures struggle with this: autoregressive models commit sequentially and cannot revise e…

Text Generation

Recurrent Neural Networks to Correct Satellite Image Classification Maps

2016-08-11 · Emmanuel Maggiori, Guillaume Charpiat, Yuliya Tarabalka, Pierre Alliez

While initially devised for image categorization, convolutional neural networks (CNNs) are being increasingly used for the pixelwise semantic labeling of images. However, the proper nature of the most common CNN architec…

ClassificationGeneral ClassificationImage Categorizationimage-classification+2