paper-with-me

Papers

Stabilizing Backpropagation Through Time to Learn Complex Physics

2024-05-03 · Patrick Schnell, Nils Thuerey

Of all the vector fields surrounding the minima of recurrent learning setups, the gradient field with its exploding and vanishing updates appears a poor choice for optimization, offering little beyond efficient computability. We seek to improve this suboptimal practice in the context of physics simulations, where backpropagating feedback through many unrolled time steps is considered crucial to acquiring temporally coherent behavior. The alternative vector field we propose follows from two principles: physics simulators, unlike neural networks, have a balanced gradient flow, and certain modifications to the backpropagation pass leave the positions of the original minima unchanged. As any modification of backpropagation decouples forward and backward pass, the rotation-free character of the gradient field is lost. Therefore, we discuss the negative implications of using such a rotational vector field for optimization and how to counteract them. Our final procedure is easily implementable via a sequence of gradient stopping and component-wise comparison operations, which do not negatively affect scalability. Our experiments on three control problems show that especially as we increase the complexity of each task, the unbalanced updates from the gradient can no longer provide the precise control signals necessary while our method still solves the tasks. Our code can be found at https://github.com/tum-pbs/StableBPTT.

📄 PDF Abstract BibTeX arXiv:2405.02041

Code (1)

tum-pbs/stablebptt 공식 구현 tf

Similar Papers 제목 키워드 기반

Gradient Flossing: Improving Gradient Descent through Dynamic Control of Jacobians

2023-12-28 · NeurIPS 2023 11 · Rainer Engelken

Training recurrent neural networks (RNNs) remains a challenge due to the instability of gradients across long time horizons, which can lead to exploding and vanishing gradients. Recent research has linked these problems …

Context-Driven Incremental Compression for Multi-Turn Dialogue Generation

2026-06-10 · Yeongseo Jung, Jaehyeok Kim, Eunseo Jung, Jiachuan Wang 외 arxiv

Modern conversational agents condition on an ever-growing dialogue history at each turn, incurring redundant attention and encoding costs that grow with conversation length. Naive truncation or summarization degrades fid…

Dialogue Generation

Breaking the Dimensional Barrier: A Pontryagin-Guided Direct Policy Optimization for Continuous-Time Multi-Asset Portfolio

2025-04-15 · Jeonggyu Huh, Jaegi Jeon, Hyeng Keun Koo

Solving large-scale, continuous-time portfolio optimization problems involving numerous assets and state-dependent dynamics has long been challenged by the curse of dimensionality. Traditional dynamic programming and PDE…

Portfolio Optimization

Embarassingly Simple Dataset Distillation

2023-11-13 · Feng Yunzhen, Vedantam Ramakrishna, Kempe Julia

Dataset distillation extracts a small set of synthetic training samples from a large dataset with the goal of achieving competitive performance on test data when trained on this sample. In this work, we tackle dataset di…

Bilevel OptimizationDataset DistillationDataset Distillation - 1IPC

Biologically-plausible backpropagation through arbitrary timespans via local neuromodulators

2022-06-02 · Yuhan Helena Liu, Stephen Smith, Stefan Mihalas, Eric Shea-Brown 외

The spectacular successes of recurrent neural network models where key parameters are adjusted via backpropagation-based gradient descent have inspired much thought as to how biological neuronal networks might solve the …