paper-with-me

홈 › Papers

Post: Device Placement with Cross-Entropy Minimization and Proximal Policy Optimization

2018-12-01 · NeurIPS 2018 12 · Yuanxiang Gao, Li Chen, Baochun Li

Training deep neural networks requires an exorbitant amount of computation resources, including a heterogeneous mix of GPU and CPU devices. It is critical to place operations in a neural network on these devices in an optimal way, so that the training process can complete within the shortest amount of time. The state-of-the-art uses reinforcement learning to learn placement skills by repeatedly performing Monte-Carlo experiments. However, due to its equal treatment of placement samples, we argue that there remains ample room for significant improvements. In this paper, we propose a new joint learning algorithm, called Post, that integrates cross-entropy minimization and proximal policy optimization to achieve theoretically guaranteed optimal efficiency. In order to incorporate the cross-entropy method as a sampling technique, we propose to represent placements using discrete probability distributions, which allows us to estimate an optimal probability mass by maximal likelihood estimation, a powerful tool with the best possible efficiency. We have implemented Post in the Google Cloud platform, and our extensive experiments with several popular neural network training benchmarks have demonstrated clear evidence of superior performance: with the same amount of learning time, it leads to placements that have training times up to 63.7% shorter over the state-of-the-art.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUReinforcement Learning

Similar Papers 제목 키워드 기반

Isotropy Maximization Loss and Entropic Score: Accurate, Fast, Efficient, Scalable, and Turnkey Neural Networks Out-of-Distribution Detection Based on The Principle of Maximum Entropy

2019-08-15 · David Macêdo, Tsang Ing Ren, Cleber Zanchettin, Adriano L. I. Oliveira 외

Current out-of-distribution (OOD) detection approaches require cumbersome procedures that add undesired side effects to the solution. In this paper, we argue that the low OOD detection performance of neural networks is d…

Data AugmentationMetric LearningOut-of-Distribution DetectionOut of Distribution (OOD) Detection

One-shot Entropy Minimization

2025-05-26 · Zitian Gao, Lynx Chen, Joey Zhou, Bryan Dai

We trained 13,440 large language models and found that entropy minimization requires only a single unlabeled data and 10 steps optimization to achieve performance improvements comparable to or even greater than those obt…

reinforcement-learningReinforcement Learning

Ranked Entropy Minimization for Continual Test-Time Adaptation

2025-05-22 · Jisu Han, Jaemin Na, Wonjun Hwang

Test-time adaptation aims to adapt to realistic environments in an online manner by learning during test time. Entropy minimization has emerged as a principal strategy for test-time adaptation due to its efficiency and a…

Test-time Adaptation

Majorization-Guided Test-Time Adaptation for Vision-Language Models under Modality-Specific Shift

2026-04-27 · Lixian Chen, Yanhui Chen, Junyi Lin arxiv

Vision-language models transfer well in zero-shot settings, but at deployment the visual and textual branches often shift asymmetrically. Under this condition, entropy-based test-time adaptation can sharpen the fused pos…

Test-time Adaptation

ProbFlow: Joint Optical Flow and Uncertainty Estimation

2017-08-22 · ICCV 2017 10 · Anne S. Wannenwetsch, Margret Keuper, Stefan Roth

Optical flow estimation remains challenging due to untextured areas, motion boundaries, occlusions, and more. Thus, the estimated flow is not equally reliable across the image. To that end, post-hoc confidence measures h…

Optical Flow EstimationVariational Inference