paper-with-me

Papers

SHADHO: Massively Scalable Hardware-Aware Distributed Hyperparameter Optimization

2017-07-05 · Jeff Kinnison, Nathaniel Kremer-Herman, Douglas Thain, Walter Scheirer

Computer vision is experiencing an AI renaissance, in which machine learning models are expediting important breakthroughs in academic research and commercial applications. Effectively training these models, however, is not trivial due in part to hyperparameters: user-configured values that control a model's ability to learn from data. Existing hyperparameter optimization methods are highly parallel but make no effort to balance the search across heterogeneous hardware or to prioritize searching high-impact spaces. In this paper, we introduce a framework for massively Scalable Hardware-Aware Distributed Hyperparameter Optimization (SHADHO). Our framework calculates the relative complexity of each search space and monitors performance on the learning task over all trials. These metrics are then used as heuristics to assign hyperparameters to distributed workers based on their hardware. We first demonstrate that our framework achieves double the throughput of a standard distributed hyperparameter optimization framework by optimizing SVM for MNIST using 150 distributed workers. We then conduct model search with SHADHO over the course of one week using 74 GPUs across two compute clusters to optimize U-Net for a cell segmentation task, discovering 515 models that achieve a lower validation loss than standard U-Net.

📄 PDF Abstract BibTeX arXiv:1707.01428

Code (0)

등록된 구현이 없습니다.

Tasks

Cell SegmentationHyperparameter Optimization

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Road to scalability for efficient graph search on massively parallel neuromorphic hardware

2026-06-27 · Oskar von Seeler, Elena C. Offenberg, Carlo Michaelis, Tomas Kulvicius 외 arxiv

Efficient computation of shortest paths in weighted graphs is a fundamental problem with many applications. Neuromorphic hardware platforms promise massively parallel, efficient computation, changing parallelism tradeoff…

Wireless Sensor Networks as Parallel and Distributed Hardware Platform for Artificial Neural Networks

2025-10-30 · Gursel Serpen arxiv

We are proposing fully parallel and maximally distributed hardware realization of a generic neuro-computing system. More specifically, the proposal relates to the wireless sensor networks technology to serve as a massive…

Scalable Gaussian Processes: Advances in Iterative Methods and Pathwise Conditioning

2025-07-09 · Jihao Andreas Lin arxiv

Gaussian processes are a powerful framework for uncertainty-aware function approximation and sequential decision-making. Unfortunately, their classical formulation does not scale gracefully to large amounts of data and m…

Gaussian Processes

Federated Learning Framework for Scalable AI in Heterogeneous HPC and Cloud Environments

2025-11-22 · Sangam Ghimire, Paribartan Timalsina, Nirjal Bhurtel, Bishal Neupane 외 arxiv

As the demand grows for scalable and privacy-aware AI systems, Federated Learning (FL) has emerged as a promising solution, allowing decentralized model training without moving raw data. At the same time, the combination…

Federated Learning

LLMEasyQuant: Scalable Quantization for Parallel and Distributed LLM Inference

2024-06-28 · Dong Liu, Yanxuan Yu

As large language models (LLMs) grow in size and deployment scale, quantization has become an essential technique for reducing memory footprint and improving inference efficiency. However, existing quantization toolkits …

GPUQuantization