paper-with-me

홈 › Papers

Align Anything: Training All-Modality Models to Follow Instructions with Language Feedback

2024-12-20 · Jiaming Ji, Jiayi Zhou, Hantao Lou, Boyuan Chen, Donghai Hong, Xuyao Wang, Wenqi Chen, Kaile Wang, Rui Pan, Jiahao Li, Mohan Wang, Josef Dai, Tianyi Qiu, Hua Xu, Dong Li, WeiPeng Chen, Jun Song, Bo Zheng, Yaodong Yang

Reinforcement learning from human feedback (RLHF) has proven effective in enhancing the instruction-following capabilities of large language models; however, it remains underexplored in the cross-modality domain. As the number of modalities increases, aligning all-modality models with human intentions -- such as instruction following -- becomes a pressing challenge. In this work, we make the first attempt to fine-tune all-modality models (i.e. input and output with any modality, also named any-to-any models) using human preference data across all modalities (including text, image, audio, and video), ensuring its behavior aligns with human intentions. This endeavor presents several challenges. First, there is no large-scale all-modality human preference data in existing open-source resources, as most datasets are limited to specific modalities, predominantly text and image. Secondly, the effectiveness of binary preferences in RLHF for post-training alignment in complex all-modality scenarios remains an unexplored area. Finally, there is a lack of a systematic framework to evaluate the capabilities of all-modality models, particularly regarding modality selection and synergy. To address these challenges, we propose the align-anything framework, which includes meticulously annotated 200k all-modality human preference data. Then, we introduce an alignment method that learns from unified language feedback, effectively capturing complex modality-specific human preferences and enhancing the model's instruction-following capabilities. Furthermore, to assess performance improvements in all-modality models after post-training alignment, we construct a challenging all-modality capability evaluation framework -- eval-anything. All data, models, and code frameworks have been open-sourced for the community. For more details, please refer to https://github.com/PKU-Alignment/align-anything.

📄 PDF Abstract BibTeX arXiv:2412.15838

Code (1)

pku-alignment/align-anything 공식 구현 pytorch

Tasks

AllInstruction Following

Similar Papers 제목 키워드 기반

SAM3-I: Segment Anything with Instructions

2025-12-04 · Jingjing Li, Yue Feng, Yuchen Guo, Jincai Huang 외 arxiv

Segment Anything Model 3 (SAM3) advances open-vocabulary segmentation through promptable concept segmentation, enabling users to segment all instances associated with a given concept using short noun-phrase (NP) prompts.…

ImageBind-LLM: Multi-modality Instruction Tuning

2023-09-07 · Jiaming Han, Renrui Zhang, Wenqi Shao, Peng Gao 외

We present ImageBind-LLM, a multi-modality instruction tuning method of large language models (LLMs) via ImageBind. Existing works mainly focus on language and image instruction tuning, different from which, our ImageBin…

Instruction FollowingText Generation

Text as Images: Can Multimodal Large Language Models Follow Printed Instructions in Pixels?

2023-11-29 · Xiujun Li, Yujie Lu, Zhe Gan, Jianfeng Gao 외

Recent multimodal large language models (MLLMs) have shown promising instruction following capabilities on vision-language tasks. In this work, we introduce VISUAL MODALITY INSTRUCTION (VIM), and investigate how well mul…

In-Context LearningInstruction FollowingMM-Vetvisual instruction following

Empowering Reliable Visual-Centric Instruction Following in MLLMs

2026-01-06 · Weilei He, Feng Ju, Zhiyuan Fan, Rui Min 외 arxiv

Evaluating the instruction-following (IF) capabilities of Multimodal Large Language Models (MLLMs) is essential for rigorously assessing how faithfully model outputs adhere to user-specified intentions. Nevertheless, exi…

Instruction Following

Point-Bind & Point-LLM: Aligning Point Cloud with Multi-modality for 3D Understanding, Generation, and Instruction Following

2023-09-01 · Ziyu Guo, Renrui Zhang, Xiangyang Zhu, Yiwen Tang 외

We introduce Point-Bind, a 3D multi-modality model aligning point clouds with 2D image, language, audio, and video. Guided by ImageBind, we construct a joint embedding space between 3D and multi-modalities, enabling many…

3D Generation3D Question Answering (3D-QA)Generative 3D Object ClassificationInstruction Following+5