paper-with-me

Papers

CAdam: Confidence-Based Optimization for Online Learning

2024-11-29 · Shaowen Wang, AnAn Liu, Jian Xiao, Huan Liu, Yuekui Yang, Cong Xu, Qianqian Pu, Suncong Zheng, Wei zhang, Jian Li

Modern recommendation systems frequently employ online learning to dynamically update their models with freshly collected data. The most commonly used optimizer for updating neural networks in these contexts is the Adam optimizer, which integrates momentum ($m_t$) and adaptive learning rate ($v_t$). However, the volatile nature of online learning data, characterized by its frequent distribution shifts and presence of noises, poses significant challenges to Adam's standard optimization process: (1) Adam may use outdated momentum and the average of squared gradients, resulting in slower adaptation to distribution changes, and (2) Adam's performance is adversely affected by data noise. To mitigate these issues, we introduce CAdam, a confidence-based optimization strategy that assesses the consistence between the momentum and the gradient for each parameter dimension before deciding on updates. If momentum and gradient are in sync, CAdam proceeds with parameter updates according to Adam's original formulation; if not, it temporarily withholds updates and monitors potential shifts in data distribution in subsequent iterations. This method allows CAdam to distinguish between the true distributional shifts and mere noise, and adapt more quickly to new data distributions. Our experiments with both synthetic and real-world datasets demonstrate that CAdam surpasses other well-known optimizers, including the original Adam, in efficiency and noise robustness. Furthermore, in large-scale A/B testing within a live recommendation system, CAdam significantly enhances model performance compared to Adam, leading to substantial increases in the system's gross merchandise volume (GMV).

📄 PDF Abstract BibTeX arXiv:2411.19647

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Adam 설명 없음

Similar Papers 제목 키워드 기반

CAdam: Context-Adaptive Moment Estimation for 3D Gaussian Densification in Generative Distillation

2026-05-20 · SeungJeh Chung, Geonho Park, Misong Kim, HyeongYeop Kang arxiv

Adaptive densification is the engine of 3D Gaussian Splatting (3DGS). However, when transposed to the optimization-based Generative Distillation paradigm, this reconstruction-native mechanism reveals fundamental limitati…

Improving Security in McAdams Coefficient-Based Speaker Anonymization by Watermarking Method

2021-07-15 · Candy Olivia Mawalim, Masashi Unoki

Speaker anonymization aims to suppress speaker individuality to protect privacy in speech while preserving the other aspects, such as speech content. One effective solution for anonymization is to modify the McAdams coef…

Speaker anonymization

DP-MacAdam: Differentially Private Mechanism with Adaptive Clipping and Adaptive Momentum

2026-06-03 · Naima Tasnim, Lalitha Sankar, Oliver Kosut arxiv

Differentially private stochastic gradient descent (DP-SGD) has become the standard framework for privacy-preserving machine learning, yet its reliance on a fixed gradient clipping threshold to limit sensitivity remains …

Long-term Conversation Analysis: Exploring Utility and Privacy

2023-06-28 · Francesco Nespoli, Jule Pohlhausen, Patrick A. Naylor, Joerg Bitzer

The analysis of conversations recorded in everyday life requires privacy protection. In this contribution, we explore a privacy-preserving feature extraction method based on input feature dimension reduction, spectral sm…

Action DetectionActivity DetectionDimensionality ReductionPrivacy Preserving+6

Speaker anonymisation using the McAdams coefficient

2020-11-02 · Jose Patino, Natalia Tomashenko, Massimiliano Todisco, Andreas Nautsch 외

Anonymisation has the goal of manipulating speech signals in order to degrade the reliability of automatic approaches to speaker recognition, while preserving other aspects of speech, such as those relating to intelligib…

Speaker Recognition