paper-with-me

Papers

Open source Differentiable ODE Solving Infrastructure

2024-11-29 · Rakshit Kr. Singh, Aaron Rock Menezes, Rida Irfan, Bharath Ramsundar

Ordinary Differential Equations (ODEs) are widely used in physics, chemistry, and biology to model dynamic systems, including reaction kinetics, population dynamics, and biological processes. In this work, we integrate GPU-accelerated ODE solvers into the open-source DeepChem framework, making these tools easily accessible. These solvers support multiple numerical methods and are fully differentiable, enabling easy integration into more complex differentiable programs. We demonstrate the capabilities of our implementation through experiments on Lotka-Volterra predator-prey dynamics, pharmacokinetic compartment models, neural ODEs, and solving PDEs using reaction-diffusion equations. Our solvers achieved high accuracy with mean squared errors ranging from $10^{-4}$ to $10^{-6}$ and showed scalability in solving large systems with up to 100 compartments.

📄 PDF Abstract BibTeX arXiv:2411.19882

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

Differentiable Initialization-Accelerated CPU-GPU Hybrid Combinatorial Scheduling

2026-03-30 · Mingju Liu, Jiaqi Yin, Alvaro Velasquez, Cunxi Yu arxiv

This paper presents a hybrid CPU-GPU framework for solving combinatorial scheduling problems formulated as Integer Linear Programming (ILP). While scheduling underpins many optimization tasks in computing systems, solvin…

Open Source Infrastructure for Differentiable Density Functional Theory

2023-09-27 · Advika Vidhyadhiraja, Arun Pa Thiagarajan, Shang Zhu, Venkat Viswanathan 외

Learning exchange correlation functionals, used in quantum chemistry calculations, from data has become increasingly important in recent years, but training such a functional requires sophisticated software infrastructur…

Logic and Constraint Logic Programming for Distributed Constraint Optimization

2014-05-07 · Tiep Le, Enrico Pontelli, Tran Cao Son, William Yeoh

The field of Distributed Constraint Optimization Problems (DCOPs) has gained momentum, thanks to its suitability in capturing complex problems (e.g., multi-agent coordination and resource allocation problems) that are na…

A Fully First-Order Layer for Differentiable Optimization

2025-12-02 · Zihao Zhao, Kai-Chia Mo, Shing-Hei Ho, Brandon Amos 외 arxiv

Differentiable optimization layers enable learning systems to make decisions by solving embedded optimization problems. However, computing gradients via implicit differentiation requires solving a linear system with Hess…

Bilevel Optimization

Open Source Vizier: Distributed Infrastructure and API for Reliable and Flexible Blackbox Optimization

2022-07-27 · Xingyou Song, Sagi Perel, Chansoo Lee, Greg Kochanski 외

Vizier is the de-facto blackbox and hyperparameter optimization service across Google, having optimized some of Google's largest products and research efforts. To operate at the scale of tuning thousands of users' critic…

Hyperparameter OptimizationTransfer Learning