paper-with-me

Papers

ASAP: Asynchronous Approximate Data-Parallel Computation

2016-12-27 · Asim Kadav, Erik Kruus

Emerging workloads, such as graph processing and machine learning are approximate because of the scale of data involved and the stochastic nature of the underlying algorithms. These algorithms are often distributed over multiple machines using bulk-synchronous processing (BSP) or other synchronous processing paradigms such as map-reduce. However, data parallel processing primitives such as repeated barrier and reduce operations introduce high synchronization overheads. Hence, many existing data-processing platforms use asynchrony and staleness to improve data-parallel job performance. Often, these systems simply change the synchronous communication to asynchronous between the worker nodes in the cluster. This improves the throughput of data processing but results in poor accuracy of the final output since different workers may progress at different speeds and process inconsistent intermediate outputs. In this paper, we present ASAP, a model that provides asynchronous and approximate processing semantics for data-parallel computation. ASAP provides fine-grained worker synchronization using NOTIFY-ACK semantics that allows independent workers to run asynchronously. ASAP also provides stochastic reduce that provides approximate but guaranteed convergence to the same result as an aggregated all-reduce. In our results, we show that ASAP can reduce synchronization costs and provides 2-10X speedups in convergence and up to 10X savings in network costs for distributed machine learning applications and provides strong convergence guarantees.

📄 PDF Abstract BibTeX arXiv:1612.08608

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

ASAP-FE: Energy-Efficient Feature Extraction Enabling Multi-Channel Keyword Spotting on Edge Processors

2025-06-17 · Jongin Choi, Jina Park, Woojoo Lee, Jae-Jin Lee 외

Multi-channel keyword spotting (KWS) has become crucial for voice-based applications in edge environments. However, its substantial computational and energy requirements pose significant challenges. We introduce ASAP-FE …

Keyword SpottingScheduling

ASAP: Adaptive Scheme for Asynchronous Processing of Event-based Vision Algorithms

2022-09-18 · Raul Tapia, Augusto Gómez Eguíluz, José Ramiro Martínez-de Dios, Anibal Ollero

Event cameras can capture pixel-level illumination changes with very high temporal resolution and dynamic range. They have received increasing research interest due to their robustness to lighting conditions and motion b…

Event-based vision

Active Sampling for Pairwise Comparisons via Approximate Message Passing and Information Gain Maximization

2020-04-12 · Aliaksei Mikhailiuk, Clifford Wilmot, Maria Perez-Ortiz, Dingcheng Yue 외

Pairwise comparison data arise in many domains with subjective assessment experiments, for example in image and video quality assessment. In these experiments observers are asked to express a preference between two condi…

GPUVideo Quality Assessment

Universal Reinforcement Learning in Coalgebras: Asynchronous Stochastic Computation via Conduction

2025-08-20 · Sridhar Mahadevan arxiv

In this paper, we introduce a categorial generalization of RL, termed universal reinforcement learning (URL), building on powerful mathematical abstractions from the study of coinduction on non-well-founded sets and univ…

Reinforcement Learning

ASAP-Net: Attention and Structure Aware Point Cloud Sequence Segmentation

2020-08-12 · Hanwen Cao, Yongyi Lu, Cewu Lu, Bo Pang 외

Recent works of point clouds show that mulit-frame spatio-temporal modeling outperforms single-frame versions by utilizing cross-frame information. In this paper, we further improve spatio-temporal point cloud feature le…

Segmentation