paper-with-me

홈 › Papers

CProp: Adaptive Learning Rate Scaling from Past Gradient Conformity

2019-12-24 · Konpat Preechakul, Boonserm Kijsirikul

Most optimizers including stochastic gradient descent (SGD) and its adaptive gradient derivatives face the same problem where an effective learning rate during the training is vastly different. A learning rate scheduling, mostly tuned by hand, is usually employed in practice. In this paper, we propose CProp, a gradient scaling method, which acts as a second-level learning rate adapting throughout the training process based on cues from past gradient conformity. When the past gradients agree on direction, CProp keeps the original learning rate. On the contrary, if the gradients do not agree on direction, CProp scales down the gradient proportionally to its uncertainty. Since it works by scaling, it could apply to any existing optimizer extending its learning rate scheduling capability. We put CProp to a series of tests showing significant gain in training speed on both SGD and adaptive gradient method like Adam. Codes are available at https://github.com/phizaz/cprop .

📄 PDF Abstract BibTeX arXiv:1912.11493

Code (1)

phizaz/cprop 공식 구현 pytorch

Tasks

SchedulingStochastic Optimization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Adam 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Momentum Centering and Asynchronous Update for Adaptive Gradient Methods

2021-10-11 · NeurIPS 2021 12 · Juntang Zhuang, Yifan Ding, Tommy Tang, Nicha Dvornek 외

We propose ACProp (Asynchronous-centering-Prop), an adaptive optimizer which combines centering of second momentum and asynchronous update (e.g. for $t$-th update, denominator uses information up to step $t-1$, while num…

image-classificationImage Classification

MagicProp: Diffusion-based Video Editing via Motion-aware Appearance Propagation

2023-09-02 · Hanshu Yan, Jun Hao Liew, Long Mai, Shanchuan Lin 외

This paper addresses the issue of modifying the visual appearance of videos while preserving their motion. A novel framework, named MagicProp, is proposed, which disentangles the video editing process into two stages: ap…

Video Editing

OccProphet: Pushing Efficiency Frontier of Camera-Only 4D Occupancy Forecasting with Observer-Forecaster-Refiner Framework

2025-02-21 · Junliang Chen, Huaiyuan Xu, Yi Wang, Lap-Pui Chau

Predicting variations in complex traffic environments is crucial for the safety of autonomous driving. Recent advancements in occupancy forecasting have enabled forecasting future 3D occupied status in driving environmen…

Autonomous Driving

PICProp: Physics-Informed Confidence Propagation for Uncertainty Quantification

2023-09-21 · NeurIPS 2023 11

Standard approaches for uncertainty quantification in deep learning and physics-informed learning have persistent limitations. Indicatively, strong assumptions regarding the data likelihood are required, the performance…

TopicProphet: Prophesies on Temporal Topic Trends and Stocks

2025-12-05 · Olivia Kim arxiv

Stocks can't be predicted. Despite many hopes, this premise held itself true for many years due to the nature of quantitative stock data lacking causal logic along with rapid market changes hindering accumulation of sign…