paper-with-me

Papers

MiCRo: Mixture Modeling and Context-aware Routing for Personalized Preference Learning

2025-05-30 · Jingyan Shen, Jiarui Yao, Rui Yang, Yifan Sun, Feng Luo, Rui Pan, Tong Zhang, Han Zhao

Reward modeling is a key step in building safe foundation models when applying reinforcement learning from human feedback (RLHF) to align Large Language Models (LLMs). However, reward modeling based on the Bradley-Terry (BT) model assumes a global reward function, failing to capture the inherently diverse and heterogeneous human preferences. Hence, such oversimplification limits LLMs from supporting personalization and pluralistic alignment. Theoretically, we show that when human preferences follow a mixture distribution of diverse subgroups, a single BT model has an irreducible error. While existing solutions, such as multi-objective learning with fine-grained annotations, help address this issue, they are costly and constrained by predefined attributes, failing to fully capture the richness of human values. In this work, we introduce MiCRo, a two-stage framework that enhances personalized preference learning by leveraging large-scale binary preference datasets without requiring explicit fine-grained annotations. In the first stage, MiCRo introduces context-aware mixture modeling approach to capture diverse human preferences. In the second stage, MiCRo integrates an online routing strategy that dynamically adapts mixture weights based on specific context to resolve ambiguity, allowing for efficient and scalable preference adaptation with minimal additional supervision. Experiments on multiple preference datasets demonstrate that MiCRo effectively captures diverse human preferences and significantly improves downstream personalization.

📄 PDF Abstract BibTeX arXiv:2505.24846

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

B-MoE: A Body-Part-Aware Mixture-of-Experts "All Parts Matter" Approach to Micro-Action Recognition

2026-03-25 · Nishit Poddar, Aglind Reka, Diana-Laura Borza, Snehashis Majhi 외 arxiv

Micro-actions, fleeting and low-amplitude motions, such as glances, nods, or minor posture shifts, carry rich social meaning but remain difficult for current action recognition models to recognize due to their subtlety, …

Micro-Action Recognition

Input Domain Aware MoE: Decoupling Routing Decisions from Task Optimization in Mixture of Experts

2025-10-18 · Yongxiang Hua, Haoyu Cao, Zhou Tao, Bocheng Li 외 arxiv

Sparse Mixture of Experts (sMoE) has become a pivotal approach for scaling large vision-language models, offering substantial capacity while maintaining computational efficiency through dynamic, sparse activation of expe…

Computational Efficiency

Mamba Goes HoME: Hierarchical Soft Mixture-of-Experts for 3D Medical Image Segmentation

2025-07-08 · Szymon Płotka, Gizem Mert, Maciej Chrabaszcz, Ewa Szczurek 외 arxiv

In recent years, artificial intelligence has significantly advanced medical image segmentation. Nonetheless, challenges remain, including efficient 3D medical image processing across diverse modalities and handling data …

Medical Image Segmentation

GNN-MoE: Context-Aware Patch Routing using GNNs for Parameter-Efficient Domain Generalization

2025-11-06 · Mahmoud Soliman, Omar Abdelaziz, Ahmed Radwan, Anand 외 arxiv

Domain generalization (DG) seeks robust Vision Transformer (ViT) performance on unseen domains. Efficiently adapting pretrained ViTs for DG is challenging; standard fine-tuning is costly and can impair generalization. We…

parameter-efficient fine-tuningDomain GeneralizationGraph Neural Network

RASA: Routing-Aware Safety Alignment for Mixture-of-Experts Models

2026-02-04 · Jiacheng Liang, Yuhui Wang, Tanqiu Jiang, Ting Wang arxiv

Mixture-of-Experts (MoE) language models introduce unique challenges for safety alignment due to their sparse routing mechanisms, which can enable degenerate optimization behaviors under standard full-parameter fine-tuni…