paper-with-me

Papers

NeuralSolver: Learning Algorithms For Consistent and Efficient Extrapolation Across General Tasks

2024-02-23 · Bernardo Esteves, Miguel Vasco, Francisco S. Melo

We contribute NeuralSolver, a novel recurrent solver that can efficiently and consistently extrapolate, i.e., learn algorithms from smaller problems (in terms of observation size) and execute those algorithms in large problems. Contrary to previous recurrent solvers, NeuralSolver can be naturally applied in both same-size problems, where the input and output sizes are the same, and in different-size problems, where the size of the input and output differ. To allow for this versatility, we design NeuralSolver with three main components: a recurrent module, that iteratively processes input information at different scales, a processing module, responsible for aggregating the previously processed information, and a curriculum-based training scheme, that improves the extrapolation performance of the method. To evaluate our method we introduce a set of novel different-size tasks and we show that NeuralSolver consistently outperforms the prior state-of-the-art recurrent solvers in extrapolating to larger problems, considering smaller training problems and requiring less parameters than other approaches.

📄 PDF Abstract BibTeX arXiv:2402.15393

Code (1)

esteveste/neuralsolver 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Learning to Extrapolate to New Tasks: A Relational Approach to Task Extrapolation

2026-05-28 · Adam Ousherovitch, Yixin Wang arxiv

Modern learning systems excel at interpolation but struggle to generalize to unseen tasks outside the training distribution's support. This failure occurs even in simple settings, such as handling task parameters beyond …

Extrapolative-Interpolative Cycle-Consistency Learning for Video Frame Extrapolation

2020-05-27 · Sangjin Lee, Hyeongmin Lee, Taeoh Kim, Sangyoun Lee

Video frame extrapolation is a task to predict future frames when the past frames are given. Unlike previous studies that usually have been focused on the design of modules or construction of networks, we propose a novel…

Accelerating Nonnegative Matrix Factorization Algorithms using Extrapolation

2018-05-17 · Andersen Man Shun Ang, Nicolas Gillis

In this paper, we propose a general framework to accelerate significantly the algorithms for nonnegative matrix factorization (NMF). This framework is inspired from the extrapolation scheme used to accelerate gradient me…

Geometry-Aware Attention Guidance for Diffusion Models via Modern Hopfield Dynamics

2026-03-03 · Kwanyoung Kim arxiv

Classifier-Free Guidance (CFG) improves sample quality in diffusion models, but its dual-pass inference and reliance on null-condition training limit its use in few-step regimes. Attention-space guidance has emerged as a…

Late Fusion Neural Operators for Extrapolation Across Parameter Space in Partial Differential Equations

2026-04-17 · Eva van Tegelen, Taniya Kapoor, George A. K. van Voorn, Peter van Heijster 외 arxiv

Developing neural operators that accurately predict the behavior of systems governed by partial differential equations (PDEs) across unseen parameter regimes is crucial for robust generalization in scientific and enginee…