paper-with-me

홈 › Papers

DrJAX: Scalable and Differentiable MapReduce Primitives in JAX

2024-03-11 · Keith Rush, Zachary Charles, Zachary Garrett, Sean Augenstein, Nicole Mitchell

We present DrJAX, a JAX-based library designed to support large-scale distributed and parallel machine learning algorithms that use MapReduce-style operations. DrJAX leverages JAX's sharding mechanisms to enable native targeting of TPUs and state-of-the-art JAX runtimes, including Pathways. DrJAX embeds building blocks for MapReduce computations as primitives in JAX. This enables three key benefits. First, DrJAX computations can be translated directly to XLA HLO, enabling flexible integration with a wide array of ML training platforms. Second, DrJAX computations are fully differentiable. Last, DrJAX computations can be interpreted out to existing batch-processing compute systems, including traditional MapReduce systems like Apache Beam and cross-device compute systems like those powering federated learning applications. We show that DrJAX provides an easily programmable, performant, and scalable framework for parallelized algorithm development. DrJAX is available at \url{https://github.com/google-research/google-research/tree/master/drjax}.

📄 PDF Abstract BibTeX arXiv:2403.07128

Code (1)

google-research/google-research 공식 구현 tf

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Blaze: Simplified High Performance Cluster Computing

2019-02-04 · Junhao Li, Hang Zhang

MapReduce and its variants have significantly simplified and accelerated the process of developing parallel programs. However, most MapReduce implementations focus on data-intensive tasks while many real-world tasks are …

Vocal Bursts Intensity Prediction

Scalable Memory Protection in the PENGLAI Enclave

2021-07-14 · OSDI 2021 7 · Erhu Feng, Xu Lu, Dong Du, Bicheng Yang 외

Secure hardware enclaves have been widely used for protecting security-critical applications in the cloud. However, existing enclave designs fail to meet the requirements of scalability demanded by new scenarios like ser…

CPU

Embed and Conquer: Scalable Embeddings for Kernel k-Means on MapReduce

2013-11-11 · Ahmed Elgohary, Ahmed K. Farahat, Mohamed S. Kamel, Fakhri Karray

The kernel $k$-means is an effective method for data clustering which extends the commonly-used $k$-means algorithm to work on a similarity matrix over complex data structures. The kernel $k$-means algorithm is however c…

ClusteringDistributed Computing

DiffBMP: Differentiable Rendering with Bitmap Primitives

2026-02-26 · Seongmin Hong, Junghun James Kim, Daehyeop Kim, Insoo Chung 외 arxiv

We introduce DiffBMP, a scalable and efficient differentiable rendering engine for a collection of bitmap images. Our work addresses a limitation that traditional differentiable renderers are constrained to vector graphi…

Auto-Differentiating Linear Algebra

2017-10-24 · Matthias Seeger, Asmus Hetzel, Zhenwen Dai, Eric Meissner 외

Development systems for deep learning (DL), such as Theano, Torch, TensorFlow, or MXNet, are easy-to-use tools for creating complex neural network models. Since gradient computations are automatically baked in, and execu…

Active LearningBayesian OptimizationCPUGaussian Processes+1