paper-with-me

홈 › Papers

RAFT: Reward rAnked FineTuning for Generative Foundation Model Alignment

2023-04-13 · Hanze Dong, Wei Xiong, Deepanshu Goyal, Yihan Zhang, Winnie Chow, Rui Pan, Shizhe Diao, Jipeng Zhang, Kashun Shum, Tong Zhang

Generative foundation models are susceptible to implicit biases that can arise from extensive unsupervised training data. Such biases can produce suboptimal samples, skewed outcomes, and unfairness, with potentially serious consequences. Consequently, aligning these models with human ethics and preferences is an essential step toward ensuring their responsible and effective deployment in real-world applications. Prior research has primarily employed Reinforcement Learning from Human Feedback (RLHF) to address this problem, where generative models are fine-tuned with RL algorithms guided by a human-feedback-informed reward model. However, the inefficiencies and instabilities associated with RL algorithms frequently present substantial obstacles to the successful alignment, necessitating the development of a more robust and streamlined approach. To this end, we introduce a new framework, Reward rAnked FineTuning (RAFT), designed to align generative models effectively. Utilizing a reward model and a sufficient number of samples, our approach selects the high-quality samples, discarding those that exhibit undesired behavior, and subsequently enhancing the model by fine-tuning on these filtered samples. Our studies show that RAFT can effectively improve the model performance in both reward learning and other automated metrics in both large language models and diffusion models.

📄 PDF Abstract BibTeX arXiv:2304.06767

Code (1)

optimalscale/lmflow 공식 구현 pytorch

Tasks

Ethics

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CRAFT: Clinical Reward-Aligned Finetuning for Medical Image Synthesis

2026-05-12 · Yunsung Chung, Alex El Darzi, Carlo El Khoury, Han Feng 외 arxiv

Foundation diffusion models can generate photorealistic natural images, but adapting them to medical imaging remains challenging. In medical adaptation, limited labeled data can exacerbate hallucination-like and clinical…

Efficient Diversity-Preserving Diffusion Alignment via Gradient-Informed GFlowNets

2024-12-10 · Zhen Liu, Tim Z. Xiao, Weiyang Liu, Yoshua Bengio 외

While one commonly trains large diffusion models by collecting datasets on target downstream tasks, it is often desired to align and finetune pretrained diffusion models with some reward functions that are either designe…

Diversity

Adaptive RAN Slicing Control via Reward-Free Self-Finetuning Agents

2026-03-11 · Yuanhao Li, Haozhe Wang, Geyong Min, Nektarios Georgalas 외 arxiv

The integration of Generative AI models into AI-native network systems offers a transformative path toward achieving autonomous and adaptive control. However, the application of such models to continuous control tasks is…

Reinforcement LearningContinuous Control

TextCraftor: Your Text Encoder Can be Image Quality Controller

2024-03-27 · CVPR 2024 1 · Yanyu Li, Xian Liu, Anil Kag, Ju Hu 외

Diffusion-based text-to-image generative models, e.g., Stable Diffusion, have revolutionized the field of content generation, enabling significant advancements in areas like image editing and video synthesis. Despite the…

Image Generation

Your Self-Play Algorithm is Secretly an Adversarial Imitator: Understanding LLM Self-Play through the Lens of Imitation Learning

2026-02-01 · Shangzhe Li, Xuchao Zhang, Chetan Bansal, Weitong Zhang arxiv

Self-play post-training methods has emerged as an effective approach for finetuning large language models and turn the weak language model into strong language model without preference data. However, the theoretical foun…