paper-with-me

Papers

Reinforcement Learning Outperforms Supervised Fine-Tuning: A Case Study on Audio Question Answering

2025-03-14 · Gang Li, Jizhong Liu, Heinrich Dinkel, Yadong Niu, Junbo Zhang, Jian Luan

Recently, reinforcement learning (RL) has been shown to greatly enhance the reasoning capabilities of large language models (LLMs), and RL-based approaches have been progressively applied to visual multimodal tasks. However, the audio modality has largely been overlooked in these developments. Thus, we conduct a series of RL explorations in audio understanding and reasoning, specifically focusing on the audio question answering (AQA) task. We leverage the group relative policy optimization (GRPO) algorithm to Qwen2-Audio-7B-Instruct, and our experiments demonstrated state-of-the-art performance on the MMAU Test-mini benchmark, achieving an accuracy rate of 64.5%. The main findings in this technical report are as follows: 1) The GRPO algorithm can be effectively applied to large audio language models (LALMs), even when the model has only 8.2B parameters; 2) With only 38k post-training samples, RL significantly outperforms supervised fine-tuning (SFT), indicating that RL-based approaches can be effective without large datasets; 3) The explicit reasoning process has not shown significant benefits for AQA tasks, and how to efficiently utilize deep thinking remains an open question for further research; 4) LALMs still lag far behind humans auditory-language reasoning, suggesting that the RL-based approaches warrant further exploration. Our project is available at https://github.com/xiaomi-research/r1-aqa and https://huggingface.co/mispeech/r1-aqa.

📄 PDF Abstract BibTeX arXiv:2503.11197

Code (2)

xiaomi-research/r1-aqa 공식 구현 pytorch
🤗 mispeech/r1-aqa 공식 구현

Tasks

Audio Question AnsweringQuestion AnsweringReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Proximal Supervised Fine-Tuning

2025-08-25 · Wenhong Zhu, Ruobing Xie, Rui Wang, Xingwu Sun 외 arxiv

Supervised fine-tuning (SFT) of foundation models often leads to poor generalization, where prior capabilities deteriorate after tuning on new tasks or domains. Inspired by trust-region policy optimization (TRPO) and pro…

Reinforcement LearningDomain Generalization

Generative Texture Filtering

2026-04-21 · Rongjia Zheng, Shangwei Huang, Lei Zhu, Wei-Shi Zheng 외 arxiv

We present a generative method for texture filtering, which exhibits surprisingly good performance and generalizability. Our core idea is to empower texture filtering by taking full advantage of the strong learned image …

RISE: Enhancing VLM Image Annotation with Self-Supervised Reasoning

2025-08-17 · Suhang Hu, Wei Hu, Yuhang Su, Fan Zhang arxiv

Vision-Language Models (VLMs) struggle with complex image annotation tasks, such as emotion classification and context-driven object detection, which demand sophisticated reasoning. Standard Supervised Fine-Tuning (SFT) …

Reinforcement LearningEmotion ClassificationObject Detection

PLoP: Precise LoRA Placement for Efficient Finetuning of Large Models

2025-06-25 · Soufiane Hayou, Nikhil Ghosh, Bin Yu

Low-Rank Adaptation (LoRA) is a widely used finetuning method for large models. Its small memory footprint allows practitioners to adapt large models to specific tasks at a fraction of the cost of full finetuning. Differ…

Scaling, Benchmarking, and Reasoning of Vision-Language Agents for Mobile GUI Navigation

2026-05-26 · Heng Qu, Yike Liu, Renren Jin, Wenzong Zhang 외 arxiv

Vision-Language Models (VLMs) have shown rapid progress in mobile GUI navigation. This paper presents a systematic study of data scaling, benchmarking, and reasoning for VLM-based agents in this domain. To facilitate rig…

Reinforcement Learning