中文
相关论文

相关论文: Orbax: Distributed Checkpointing with JAX

200 篇论文

The design of environments plays a critical role in shaping the development and evaluation of cooperative multi-agent reinforcement learning (MARL) algorithms. While existing benchmarks highlight critical challenges, they often lack the…

多智能体系统 · 计算机科学 2026-05-28 Hayeong Lee , JunHyeok Oh , Byung-Jun Lee

We present MPAX (Mathematical Programming in JAX), an open-source first-order solver for large-scale linear programming (LP) and convex quadratic programming (QP) built natively in JAX. The primary goal of MPAX is to exploit modern machine…

最优化与控制 · 数学 2026-01-21 Haihao Lu , Zedong Peng , Jinwen Yang

Since the first observations of interstellar molecules, astrochemical simulations have been employed to model and understand its formation and destruction path- ways. With the advent of high-resolution telescopes such as JWST and ALMA, the…

Genetic programming is an optimization algorithm inspired by evolution which automatically evolves the structure of interpretable computer programs. The fitness evaluation in genetic programming suffers from high computational requirements,…

神经与进化计算 · 计算机科学 2025-04-16 Sigur de Vries , Sander W. Keemink , Marcel A. J. van Gerven

High energy physics experiments including those at the Tevatron and the upcoming LHC require analysis of large data sets which are best handled by distributed computation. We present the design and development of a distributed data analysis…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Jeremiah Mans , David Bengali

In today's Web and social network environments, query workloads include ad hoc and OLAP queries, as well as iterative algorithms that analyze data relationships (e.g., link analysis, clustering, learning). Modern DBMSs support ad hoc and…

数据库 · 计算机科学 2012-08-02 Svilen R. Mihaylov , Zachary G. Ives , Sudipto Guha

Inspired by natural evolutionary processes, Evolutionary Computation (EC) has established itself as a cornerstone of Artificial Intelligence. Recently, with the surge in data-intensive applications and large-scale complex systems, the…

神经与进化计算 · 计算机科学 2024-04-16 Beichen Huang , Ran Cheng , Zhuozhao Li , Yaochu Jin , Kay Chen Tan

The lattice Boltzmann method (LBM) has emerged as a prominent technique for solving fluid dynamics problems due to its algorithmic potential for computational scalability. We introduce XLB library, a Python-based differentiable LBM library…

计算物理 · 物理学 2024-04-03 Mohammadmehdi Ataei , Hesam Salehipour

BlackJAX is a library implementing sampling and variational inference algorithms commonly used in Bayesian computation. It is designed for ease of use, speed, and modularity by taking a functional approach to the algorithms' implementation.…

Distributed, large-scale quantum computing will need architectures that combine matter-based qubits with photonic links, but today's software stacks target either gate-based chips or linear-optical devices in isolation. We introduce Optyx,…

The Framework for Unified and Robust data Analysis with JAX (Furax) is an open-source Python framework for modeling data acquisition systems and solving inverse problems in astrophysics and cosmology. Built on JAX, Furax provides composable…

Benchmarks are crucial in the development of machine learning algorithms, with available environments significantly influencing reinforcement learning (RL) research. Traditionally, RL environments run on the CPU, which limits their…

PGMax is an open-source Python package for (a) easily specifying discrete Probabilistic Graphical Models (PGMs) as factor graphs; and (b) automatically running efficient and scalable loopy belief propagation (LBP) in JAX. PGMax supports…

Mixed-precision training has emerged as an indispensable tool for enhancing the efficiency of neural network training in recent years. Concurrently, JAX has grown in popularity as a versatile machine learning toolbox. However, it currently…

机器学习 · 计算机科学 2025-10-28 Alexander Gräfe , Sebastian Trimpe

This paper presents ORXE, a modular and adaptable framework for achieving real-time configurable efficiency in AI models. By leveraging a collection of pre-trained experts with diverse computational costs and performance levels, ORXE…

计算机视觉与模式识别 · 计算机科学 2025-05-09 Qingyuan Wang , Guoxin Wang , Barry Cardiff , Deepu John

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…

系统与控制 · 电气工程与系统科学 2024-05-02 Akash Harapanahalli , Saber Jafarpour , Samuel Coogan

We introduce Optimistix: a nonlinear optimisation library built in JAX and Equinox. Optimistix introduces a novel, modular approach for its minimisers and least-squares solvers. This modularity relies on new practical abstractions for…

最优化与控制 · 数学 2024-02-16 Jason Rader , Terry Lyons , Patrick Kidger

We present an end-to-end open-source compiler toolchain that targets synthesizable SystemVerilog from ML models written in PyTorch. Our toolchain leverages the accelerator design language Allo, the hardware intermediate representation (IR)…

硬件体系结构 · 计算机科学 2025-12-09 Jiahan Xie , Evan Williams , Adrian Sampson

The scaling of Large Language Models (LLMs) for retrieval-based tasks, particularly in Retrieval Augmented Generation (RAG), faces significant memory constraints, especially when fine-tuning extensive prompt sequences. Current open-source…

机器学习 · 计算机科学 2024-03-20 Anique Tahir , Lu Cheng , Huan Liu

We describe matrix computations available in the cluster programming framework, Apache Spark. Out of the box, Spark provides abstractions and implementations for distributed matrices and optimization routines using these matrices. When…

分布式、并行与集群计算 · 计算机科学 2016-07-14 Reza Bosagh Zadeh , Xiangrui Meng , Aaron Staple , Burak Yavuz , Li Pu , Shivaram Venkataraman , Evan Sparks , Alexander Ulanov , Matei Zaharia