paper-with-me

Papers

SCOPE: Scalable Composite Optimization for Learning on Spark

2016-01-30 · Shen-Yi Zhao, Ru Xiang, Ying-Hao Shi, Peng Gao, Wu-Jun Li

Many machine learning models, such as logistic regression~(LR) and support vector machine~(SVM), can be formulated as composite optimization problems. Recently, many distributed stochastic optimization~(DSO) methods have been proposed to solve the large-scale composite optimization problems, which have shown better performance than traditional batch methods. However, most of these DSO methods are not scalable enough. In this paper, we propose a novel DSO method, called \underline{s}calable \underline{c}omposite \underline{op}timization for l\underline{e}arning~({SCOPE}), and implement it on the fault-tolerant distributed platform \mbox{Spark}. SCOPE is both computation-efficient and communication-efficient. Theoretical analysis shows that SCOPE is convergent with linear convergence rate when the objective function is convex. Furthermore, empirical results on real datasets show that SCOPE can outperform other state-of-the-art distributed learning methods on Spark, including both batch learning methods and DSO methods.

📄 PDF Abstract BibTeX arXiv:1602.00133

Code (1)

LIBBLE/LIBBLE-Spark 공식 구현

Tasks

Stochastic Optimization

Similar Papers 제목 키워드 기반

Sparkle: Mastering Basic Spatial Capabilities in Vision Language Models Elicits Generalization to Composite Spatial Reasoning

2024-10-21 · Yihong Tang, Ao Qu, Zhaokai Wang, Dingyi Zhuang 외

Vision language models (VLMs) have demonstrated impressive performance across a wide range of downstream tasks. However, their proficiency in spatial reasoning remains limited, despite its crucial role in tasks involving…

Spatial ReasoningSynthetic Data Generation

Intelligent Spark Agents: A Modular LangGraph Framework for Scalable, Visualized, and Enhanced Big Data Machine Learning Workflows

2024-12-02 · Jialin Wang, Zhihua Duan

This paper presents a Spark-based modular LangGraph framework, designed to enhance machine learning workflows through scalability, visualization, and intelligent process optimization. At its core, the framework introduce…

Decision MakingDistributed ComputingFeature Engineeringgraph construction+1

Multi-element microscope optimization by a learned sensing network with composite physical layers

2020-06-27 · Kanghyun Kim, Pavan Chandra Konda, Colin L. Cooke, Ron Appel 외

Standard microscopes offer a variety of settings to help improve the visibility of different specimens to the end microscope user. Increasingly, however, digital microscopes are used to capture images for automated inter…

ClassificationGeneral Classification

SPARKE: Scalable Prompt-Aware Diversity Guidance in Diffusion Models via RKE Score

2025-06-11 · Mohammad Jalali, Haoyu Lei, Amin Gohari, Farzan Farnia

Diffusion models have demonstrated remarkable success in high-fidelity image synthesis and prompt-guided generative modeling. However, ensuring adequate diversity in generated samples of prompt-guided diffusion models re…

DiversityImage Generation

Flexible and Scalable Deep Learning with MMLSpark

2018-04-11 · Mark Hamilton, Sudarshan Raghunathan, Akshaya Annavajhala, Danil Kirsanov 외

In this work we detail a novel open source library, called MMLSpark, that combines the flexible deep learning library Cognitive Toolkit, with the distributed computing framework Apache Spark. To achieve this, we have con…

Deep LearningDistributed Computing