paper-with-me

Papers

Learning Loss Landscapes in Preference Optimization

2024-11-10 · Carlo Alfano, Silvia Sapora, Jakob Nicolaus Foerster, Patrick Rebeschini, Yee Whye Teh

We present an empirical study investigating how specific properties of preference datasets, such as mixed-quality or noisy data, affect the performance of Preference Optimization (PO) algorithms. Our experiments, conducted in MuJoCo environments, reveal several scenarios where state-of-the-art PO methods experience significant drops in performance. To address this issue, we introduce a novel PO framework based on mirror descent, which can recover existing methods like Direct Preference Optimization (DPO) and Odds-Ratio Preference Optimization (ORPO) for specific choices of the mirror map. Within this framework, we employ evolutionary strategies to discover new loss functions capable of handling the identified problematic scenarios. These new loss functions lead to significant performance improvements over DPO and ORPO across several tasks. Additionally, we demonstrate the generalization capability of our approach by applying the discovered loss functions to fine-tuning large language models using mixed-quality data, where they outperform ORPO.

📄 PDF Abstract BibTeX arXiv:2411.06568

Code (0)

등록된 구현이 없습니다.

Tasks

MuJoCo

Methods 이 논문이 사용한 방법론

DPO 설명 없음
PO Stochastic optimization methods have gained significant prominence as effective techniques in contemporary research, addressing complex optimization challenges efficiently. This…

Similar Papers 제목 키워드 기반

Optimization Landscapes Learned: Proxy Networks Boost Convergence in Physics-based Inverse Problems

2025-01-27 · Girnar Goyal, Philipp Holl, Sweta Agrawal, Nils Thuerey

Solving inverse problems in physics is central to understanding complex systems and advancing technologies in various fields. Iterative optimization algorithms, commonly used to solve these problems, often encounter loca…

RankNEAT: Outperforming Stochastic Gradient Search in Preference Learning Tasks

2022-04-14 · Kosmas Pinitas, Konstantinos Makantasis, Antonios Liapis, Georgios N. Yannakakis

Stochastic gradient descent (SGD) is a premium optimization method for training neural networks, especially for learning objectively defined labels such as image objects and events. When a neural network is instead faced…

feature selection

Neural network optimization strategies and the topography of the loss landscape

2026-02-24 · Jianneng Yu, Alexandre V. Morozov arxiv

Neural networks are trained by optimizing multi-dimensional sets of fitting parameters on non-convex loss landscapes. Low-loss regions of the landscapes correspond to the parameter sets that perform well on the training …

Visualizing the loss landscapes of physics-informed neural networks

2026-02-05 · Conor Rowan, Finn Murphy-Blanchard arxiv

Training a neural network requires navigating a high-dimensional, non-convex loss surface to find parameters that minimize this loss. In many ways, it is surprising that optimizers such as stochastic gradient descent and…

Image Classification

What can linear interpolation of neural network loss landscapes tell us?

2021-06-30 · Tiffany Vlaar, Jonathan Frankle

Studying neural network loss landscapes provides insights into the nature of the underlying optimization problems. Unfortunately, loss landscapes are notoriously difficult to visualize in a human-comprehensible fashion. …