paper-with-me

Papers

Does This Gradient Spark Joy?

2026-03-20 · Ian Osband arxiv

Policy gradient computes a backward pass for every sample, even though the backward pass is expensive and most samples carry little learning value. The Delightful Policy Gradient (DG) provides a forward-pass signal of learning value: \emph{delight}, the product of advantage and surprisal (negative log-probability). We introduce the \emph{Kondo gate}, which compares delight against a compute price and pays for a backward pass only when the sample is worth it, thereby tracing a quality--cost Pareto frontier. In bandits, zero-price gating preserves useful gradient signal while removing perpendicular noise, and delight is a more reliable screening signal than additive combinations of value and surprise. On MNIST and transformer token reversal, the Kondo gate skips most backward passes while retaining nearly all of DG's learning quality, with gains that grow as problems get harder and backward passes become more expensive. Because the gate tolerates approximate delight, a cheap forward pass can screen samples before expensive backpropagation, suggesting a speculative-decoding-for-training paradigm.

📄 PDF Abstract BibTeX arXiv:2603.20526

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MMLSpark: Unifying Machine Learning Ecosystems at Massive Scales

2018-10-20 · Mark Hamilton, Sudarshan Raghunathan, Ilya Matiach, Andrew Schonhoffer 외

We introduce Microsoft Machine Learning for Apache Spark (MMLSpark), an ecosystem of enhancements that expand the Apache Spark distributed computing library to tackle problems in Deep Learning, Micro-Service Orchestratio…

BIG-bench Machine LearningDistributed Computingobject-detectionObject Detection

DeepSpark: A Spark-Based Distributed Deep Learning Framework for Commodity Clusters

2016-02-26 · Hanjoo Kim, Jae-hong Park, Jaehee Jang, Sungroh Yoon

The increasing complexity of deep neural networks (DNNs) has made it challenging to exploit existing large-scale data processing pipelines for handling massive data and parameters involved in DNN training. Distributed co…

Distributed Computing

Distributed Function Minimization in Apache Spark

2019-09-17 · Andrea Schioppa

We report on an open-source implementation for distributed function minimization on top of Apache Spark by using gradient and quasi-Newton methods. We show-case it with an application to Optimal Transport and some scalab…

General Classificationregression

SparkNet: Training Deep Networks in Spark

2015-11-19 · Philipp Moritz, Robert Nishihara, Ion Stoica, Michael. I. Jordan

Training deep networks is a time-consuming process, with networks for object recognition often requiring multiple days to train. For this reason, leveraging the resources of a cluster to speed up training is an important…

Sparkles: Unlocking Chats Across Multiple Images for Multimodal Instruction-Following Models

2023-08-31 · Yupan Huang, Zaiqiao Meng, Fangyu Liu, Yixuan Su 외

Large language models exhibit enhanced zero-shot performance on various tasks when fine-tuned with instruction-following data. Multimodal instruction-following models extend these capabilities by integrating both text an…

Instruction FollowingVisual Reasoning