paper-with-me

Papers

An Exact Bitwise Reversible Integrator

2022-07-15 · Jos Stam

At a fundamental level most physical equations are time reversible. In this paper we propose an integrator that preserves this property at the discrete computational level. Our simulations can be run forward and backwards and trace the same path exactly bitwise. We achieve this by implementing theoretically reversible integrators using a mix of fixed and floating point arithmetic. Our main application is in efficiently implementing the reverse step in the adjoint method used in optimization. Our integrator has applications in differential simulations and machine learning (backpropagation).

📄 PDF Abstract BibTeX arXiv:2207.07695

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Compact-Table: Efficiently Filtering Table Constraints with Reversible Sparse Bit-Sets

2016-04-22 · Jordan Demeulenaere, Renaud Hartert, Christophe Lecoutre, Guillaume Perez 외

In this paper, we describe Compact-Table (CT), a bitwise algorithm to enforce Generalized Arc Consistency (GAC) on table con- straints. Although this algorithm is the default propagator for table constraints in or-tools …

ARC

Verlet Flows: Exact-Likelihood Integrators for Flow-Based Generative Models

2024-05-05 · Ezra Erives, Bowen Jing, Tommi Jaakkola

Approximations in computing model likelihoods with continuous normalizing flows (CNFs) hinder the use of these models for importance sampling of Boltzmann distributions, where exact likelihoods are required. In this work…

Explicit and Effectively Symmetric Schemes for Neural SDEs on Lie Groups

2025-09-24 · Daniil Shmelev, Luke Thompson, Cristopher Salvi arxiv

Backpropagation through (neural) SDE solvers is traditionally approached in two ways: discretise-then-optimise, which offers accurate gradients but incurs prohibitive memory costs; and optimise-then-discretise, which ach…

Stable and Near-Reversible Diffusion ODE Solvers for Image Editing

2026-05-12 · Barbora Barancikova, Daniil Shmelev, Cristopher Salvi arxiv

The inversion of diffusion models plays a central role in image editing. Algebraically reversible ODE solvers provide an appealing approach to diffusion inversion for text-guided image editing, by eliminating the inversi…

Image Editing

Exact Inference for Continuous-Time Gaussian Process Dynamics

2023-09-05 · Katharina Ensinger, Nicholas Tagliapietra, Sebastian Ziesche, Sebastian Trimpe

Physical systems can often be described via a continuous-time dynamical system. In practice, the true system is often unknown and has to be learned from measurement data. Since data is typically collected in discrete tim…

Variational Inference