paper-with-me

Papers

$\texttt{immrax}$: A Parallelizable and Differentiable Toolbox for Interval Analysis and Mixed Monotone Reachability in JAX

2024-01-21 · Akash Harapanahalli, Saber Jafarpour, Samuel Coogan

We present an implementation of interval analysis and mixed monotone interval reachability analysis as function transforms in Python, fully composable with the computational framework JAX. The resulting toolbox inherits several key features from JAX, including computational efficiency through Just-In-Time Compilation, GPU acceleration for quick parallelized computations, and Automatic Differentiability. We demonstrate the toolbox's performance on several case studies, including a reachability problem on a vehicle model controlled by a neural network, and a robust closed-loop optimal control problem for a swinging pendulum.

📄 PDF Abstract BibTeX arXiv:2401.11608

Code (1)

gtfactslab/immrax 공식 구현 jax

Tasks

Computational EfficiencyGPU

Similar Papers 제목 키워드 기반

Forward Invariance in Neural Network Controlled Systems

2023-09-16 · Akash Harapanahalli, Saber Jafarpour, Samuel Coogan

We present a framework based on interval analysis and monotone systems theory to certify and search for forward invariant sets in nonlinear systems with neural network controllers. The framework (i) constructs localized …

Optimal Transport Tools (OTT): A JAX Toolbox for all things Wasserstein

2022-01-28 · Marco Cuturi, Laetitia Meng-Papaxanthos, Yingtao Tian, Charlotte Bunne 외

Optimal transport tools (OTT-JAX) is a Python toolbox that can solve optimal transport problems between point clouds and histograms. The toolbox builds on various JAX features, such as automatic and custom reverse mode d…

All

Mathematical Supplement for the $\texttt{gsplat}$ Library

2023-12-04 · Vickie Ye, Angjoo Kanazawa

This report provides the mathematical details of the gsplat library, a modular toolbox for efficient differentiable Gaussian splatting, as proposed by Kerbl et al. It provides a self-contained reference for the computati…

gCastle: A Python Toolbox for Causal Discovery

2021-11-30 · Keli Zhang, Shengyu Zhu, Marcus Kalander, Ignavier Ng 외

$\texttt{gCastle}$ is an end-to-end Python toolbox for causal structure learning. It provides functionalities of generating data from either simulator or real-world dataset, learning causal structure from the data, and e…

Causal DiscoveryGPU

Model selection in hybrid quantum neural networks with applications to quantum transformer architectures

2026-03-23 · Harsh Wadhwa, Rahul Bhowmick, Naipunnya Raj, Rajiv Sangle 외 arxiv

Quantum machine learning models generally lack principled design guidelines, often requiring full resource-intensive training across numerous choices of encodings, quantum circuit designs and initialization strategies to…

Quantum Machine Learning