paper-with-me

Papers

Evaluating Deep Learning in SystemML using Layer-wise Adaptive Rate Scaling(LARS) Optimizer

2021-02-05 · Kanchan Chowdhury, Ankita Sharma, Arun Deepak Chandrasekar

Increasing the batch size of a deep learning model is a challenging task. Although it might help in utilizing full available system memory during training phase of a model, it results in significant loss of test accuracy most often. LARS solved this issue by introducing an adaptive learning rate for each layer of a deep learning model. However, there are doubts on how popular distributed machine learning systems such as SystemML or MLlib will perform with this optimizer. In this work, we apply LARS optimizer to a deep learning model implemented using SystemML.We perform experiments with various batch sizes and compare the performance of LARS optimizer with \textit{Stochastic Gradient Descent}. Our experimental results show that LARS optimizer performs significantly better than Stochastic Gradient Descent for large batch sizes even with the distributed machine learning framework, SystemML.

📄 PDF Abstract BibTeX arXiv:2102.03018

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningDeep Learning

Methods 이 논문이 사용한 방법론

LARS Layer-wise Adaptive Rate Scaling, or LARS, is a large batch optimization technique. There are two notable differences between LARS and other adaptive algorithms such as…

Similar Papers 제목 키워드 기반

Deep Learning with Apache SystemML

2018-02-08 · Niketan Pansare, Michael Dusenberry, Nakul Jindal, Matthias Boehm 외

Enterprises operate large data lakes using Hadoop and Spark frameworks that (1) run a plethora of tools to automate powerful data preparation/transformation pipelines, (2) run on shared, large clusters to (3) perform man…

BIG-bench Machine LearningDeep Learning

Costing Generated Runtime Execution Plans for Large-Scale Machine Learning Programs

2015-03-22 · Matthias Boehm

Declarative large-scale machine learning (ML) aims at the specification of ML algorithms in a high-level language and automatic generation of hybrid runtime execution plans ranging from single node, in-memory computation…

BIG-bench Machine Learning

Adaptive Neuron-wise Discriminant Criterion and Adaptive Center Loss at Hidden Layer for Deep Convolutional Neural Network

2020-04-17 · Motoshi Abe, Junichi Miyao, Takio Kurita

A deep convolutional neural network (CNN) has been widely used in image classification and gives better classification accuracy than the other techniques. The softmax cross-entropy loss function is often used for classif…

Face RecognitionGeneral Classificationimage-classificationImage Classification

Enriching the Machine Learning Workloads in BigBench

2024-06-16 · Matthias Polag, Todor Ivanov, Timo Eichhorn

In the era of Big Data and the growing support for Machine Learning, Deep Learning and Artificial Intelligence algorithms in the current software systems, there is an urgent need of standardized application benchmarks th…

Layer-adaptive sparsity for the Magnitude-based Pruning

2020-10-15 · ICLR 2021 1 · Jaeho Lee, Sejun Park, Sangwoo Mo, Sungsoo Ahn 외

Recent discoveries on neural network pruning reveal that, with a carefully chosen layerwise sparsity, a simple magnitude-based pruning achieves state-of-the-art tradeoff between sparsity and performance. However, without…

image-classificationImage ClassificationNetwork Pruning