paper-with-me

Papers

Learning Dynamics of VLM Finetuning

2025-10-13 · Jusheng Zhang, Kaitong Cai, Jing Yang, Keze Wang arxiv

Preference-based finetuning of vision--language models (VLMs) is brittle: trivially wrong negatives inject uninformative gradients that destabilize training. We recast alignment as \textbf{learning-dynamics--aware optimization} and introduce \textbf{Cooling-Weighted DPO (CW-DPO)}, a two-stage recipe that explicitly models and exploits the training trajectory. \textbf{Stage 1} performs supervised finetuning with \textbf{gentle negatives}: \textbf{low-weight smoothed supervision} that regularizes the base policy and curbs overconfidence without explicit penalties. \textbf{Stage 2} applies a DPO objective in which the \textbf{negative term is scaled by a cooling weight} computed from the model's \textbf{average token log-probability} on each negative, suppressing uninformative gradients from easy or off-distribution samples while preserving signal from hard negatives. In practice, we emphasize \textbf{on-policy negatives} and allow \textbf{mixed negatives} by blending a controllable fraction of dataset negatives to maintain contrast freshness. Throughout, we instrument training with $Δ\!\log p$ probes on positives and negatives as first-class signals for early stopping, curriculum design, and failure diagnosis. Across diverse VLM tasks, CW-DPO yields \textbf{more stable optimization}, \textbf{better calibration}, and \textbf{higher pairwise win-rates} than SFT-only and vanilla DPO, while \textbf{converging in fewer steps}. Ablations isolate the \textbf{cooling-weight mechanism} as the primary driver of these gains and show complementary benefits from mixing on-policy and dataset negatives. Taken together, our results show that \textbf{smoothing learning dynamics before cooling preferences} is a simple, general principle for robust VLM alignment.

📄 PDF Abstract BibTeX arXiv:2510.11978

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning Dynamics of LLM Finetuning

2024-07-15 · Yi Ren, Danica J. Sutherland

Learning dynamics, which describes how the learning of specific training examples influences the model's predictions on other examples, gives us a powerful tool for understanding the behavior of deep learning systems. We…

Hallucination

Dynamics-Predictive Sampling for Active RL Finetuning of Large Reasoning Models

2026-03-11 · Yixiu Mao, Yun Qu, Qi Wang, Heming Zou 외 arxiv

Reinforcement learning (RL) finetuning has become a key technique for enhancing the reasoning abilities of large language models (LLMs). However, its effectiveness critically depends on the selection of training data. Re…

Reinforcement LearningBayesian Inference

The Learning Dynamics of Subword Segmentation for Morphologically Diverse Languages

2025-11-12 · Francois Meyer, Jan Buys arxiv

Subword segmentation is typically applied in preprocessing and stays fixed during training. Alternatively, it can be learned during training to optimise the training objective. In this paper we study the learning dynamic…

Cross-Lingual TransferText Generation

AdaWM: Adaptive World Model based Planning for Autonomous Driving

2025-01-22 · Hang Wang, Xin Ye, Feng Tao, Chenbin Pan 외

World model based reinforcement learning (RL) has emerged as a promising approach for autonomous driving, which learns a latent dynamics model and uses it to train a planning policy. To speed up the learning process, the…

Autonomous DrivingModel-based Reinforcement LearningReinforcement Learning (RL)

LLM Pretraining Shapes a Generalizable Manifold: Insights into Cross-Modal Transfer to Time Series

2026-05-19 · Alexis Roger, Prateek Humane, Zhenghan Tai, Gwen Legate 외 arxiv

Can language-pretrained transformers become effective time-series forecasters, and why? In this paper, we show that cross-modal transfer arises because language pretraining preconditions time series training with a reusa…