컴백부터 K-뷰티까지 — K-컬쳐의 모든 것을 메일로 받아보세요메일로 받아보기

METAL MEDIA

음성·소리를 알아듣는 AI, 지시문 학습 없이 '연결 다리'만 훈련해도 충분하다

arXiv:2608.181322026-08-20

Alignment Is All You Need: Instruction-Free Training for General Audio-Language Models

음성·소리를 알아듣는 AI, 지시문 학습 없이 '연결 다리'만 훈련해도 충분하다

연구팀은 오디오를 이해하는 대형언어모델(LALM)을 만들 때 흔히 거치는 지시문 학습(SFT)과 선호도 최적화 단계를 생략하고, 오디오 인코더와 언어모델(LLM)을 모두 고정한 채 그 사이를 잇는 작은 변환기(프로젝터)만 학습시켰다. 이 변환기는 오디오를 캡션(설명 문장)과 똑같이 취급하도록 학습되며, 사람이 만든 질문-답변 데이터 없이 LLM 스스로 만든 데이터로 훈련된다. 그 결과 훨씬 적은 데이터로도 기존의 무겁게 후처리된 오디오 AI 모델들과 맞먹거나 앞서는 성능을 냈다.

METAL MEDIA 해설 도표

음성·소리를 알아듣는 AI, 지시문 학습 없이 '연결 다리'만 훈련해도 충분하다

  1. 01기존 방식은 오디오 인코더와 LLM을 이어붙인 뒤 지시문-정답 데이터로 추가 학습(SFT)과 선호도 최적화까지 거치는데, 이 과정에서 LLM이 원래 갖고 있던 범용 지시 수행 능력이 오히려 손상될 수 있다는 문제의식에서 출발했다.
  2. 02해결책은 오디오 인코더와 LLM을 둘 다 얼려서(가중치를 바꾸지 않고) 그 사이를 연결하는 가벼운 프로젝터(MLP 두 층)만 학습시키는 것이다. 학습 데이터는 사람이 만든 지시문 없이, 오디오에 딸린 캡션을 LLM에 넣어 LLM이 스스로 만들어낸 자유형 답변을 정답으로 사용해 자동 생성했다.
  3. 03MMAU, MMAR, MMSU, MMAU-Pro 네 개 벤치마크에서 평가한 결과, AudioSet-Zipformer 인코더를 쓴 모델이 MMAU Sound 항목에서 80.8/77.4점을 기록해 기존 오픈소스 최고 모델(Audio-Flamingo 3, 79.6/75.8점)을 앞질렀는데, 이 모델은 46배 많은 샘플과 34배 많은 오디오로 학습된 것이었다.
  4. 04MMAU-Pro의 지시 수행(IF) 항목에서는 62.9/72.6점으로 모든 오픈소스 오디오 AI 중 1위(기존 최고 61.3점)를 기록했는데, 이는 LLM을 건드리지 않아 원래의 지시 수행 능력이 그대로 보존됐기 때문이다.
  5. 05오디오 인코더 5종, LLM 2종(Qwen2.5-7B-Instruct, Qwen3-8B)을 바꿔가며 실험한 결과, 성능은 인코더가 담고 있는 정보량과 LLM의 능력 두 가지에 동시에 제약받으며, 데이터를 10배(400K→4M) 늘려도 객관식 문제(MMAU)는 거의 정체되고 열린 답변형 문제(MMAR, MMAU-Pro Open-ended)만 개선되는 경향을 보였다.
METAL MEDIA이 원문을 바탕으로 재구성한 해설 도표이며, 논문 저자의 원문 figure가 아닙니다.

무엇을 했나

  1. 기존 방식은 오디오 인코더와 LLM을 이어붙인 뒤 지시문-정답 데이터로 추가 학습(SFT)과 선호도 최적화까지 거치는데, 이 과정에서 LLM이 원래 갖고 있던 범용 지시 수행 능력이 오히려 손상될 수 있다는 문제의식에서 출발했다.
  2. 해결책은 오디오 인코더와 LLM을 둘 다 얼려서(가중치를 바꾸지 않고) 그 사이를 연결하는 가벼운 프로젝터(MLP 두 층)만 학습시키는 것이다. 학습 데이터는 사람이 만든 지시문 없이, 오디오에 딸린 캡션을 LLM에 넣어 LLM이 스스로 만들어낸 자유형 답변을 정답으로 사용해 자동 생성했다.
  3. MMAU, MMAR, MMSU, MMAU-Pro 네 개 벤치마크에서 평가한 결과, AudioSet-Zipformer 인코더를 쓴 모델이 MMAU Sound 항목에서 80.8/77.4점을 기록해 기존 오픈소스 최고 모델(Audio-Flamingo 3, 79.6/75.8점)을 앞질렀는데, 이 모델은 46배 많은 샘플과 34배 많은 오디오로 학습된 것이었다.
  4. MMAU-Pro의 지시 수행(IF) 항목에서는 62.9/72.6점으로 모든 오픈소스 오디오 AI 중 1위(기존 최고 61.3점)를 기록했는데, 이는 LLM을 건드리지 않아 원래의 지시 수행 능력이 그대로 보존됐기 때문이다.
  5. 오디오 인코더 5종, LLM 2종(Qwen2.5-7B-Instruct, Qwen3-8B)을 바꿔가며 실험한 결과, 성능은 인코더가 담고 있는 정보량과 LLM의 능력 두 가지에 동시에 제약받으며, 데이터를 10배(400K→4M) 늘려도 객관식 문제(MMAU)는 거의 정체되고 열린 답변형 문제(MMAR, MMAU-Pro Open-ended)만 개선되는 경향을 보였다.
Figure 1: Overview of the pipeline. Left: Self-Generated Data Construction. The dashed line separates two views: on the left, the real listening process, where a human hears audio x and responds; on the right, our generation surrogate. Instead of collecting human responses, we feed the paired caption c into the frozen LLM without any instruction to obtain r=g​(c). The caption thus serves as a semantic surrogate for the audio, and r becomes the training target. Right: Instruction-Free Alignment-Only training. Audio x passes through a frozen encoder and a trainable projector into the same frozen LLM, again without instructions. The LLM here is identical to the one used on the left. This consistency ensures that r matches what this LLM would produce given the caption surrogate. Training the projector with cross-entropy against r therefore aligns audio representations to the LLM’s own caption-conditioned response distribution, not to external annotation.
Figure 1: Overview of the pipeline. Left: Self-Generated Data Construction. The dashed line separates two views: on the left, the real listening process, where a human hears audio x and responds; on the right, our generation surrogate. Instead of collecting human responses, we feed the paired caption c into the frozen LLM without any instruction to obtain r=g​(c). The caption thus serves as a semantic surrogate for the audio, and r becomes the training target. Right: Instruction-Free Alignment-Only training. Audio x passes through a frozen encoder and a trainable projector into the same frozen LLM, again without instructions. The LLM here is identical to the one used on the left. This consistency ensures that r matches what this LLM would produce given the caption surrogate. Training the projector with cross-entropy against r therefore aligns audio representations to the LLM’s own caption-conditioned response distribution, not to external annotation.
Table 1: Comparison on all four audio-understanding benchmarks. MMAU reports test-mini / test accuracy across Sound, Music, Speech, and their average; MMAR and MMSU report the overall average; MMAU-Pro reports instruction following (IF), open-ended response, and overall average.
ModelSizeTraining DataMMAU (test-mini / test)MMARMMSUMMAU-Pro
# Samples | # HoursSoundMusicSpeechAvg.Avg.Avg.IFOpen-endedAvg.
Proprietary models
GPT-4o mini Audio [62]50.8 / 49.739.2 / 36.069.1 / 67.553.0 / 51.050.679.741.648.3
GPT-4o-Audio [62]64.6 / 63.256.3 / 49.966.7 / 69.362.5 / 60.863.556.482.543.252.5
Gemini 2.0 Flash [30]71.2 / 68.965.3 / 59.375.1 / 72.970.5 / 67.065.651.094.266.855.7
Gemini 2.5 Flash [31]73.3 / 69.565.6 / 69.476.6 / 68.371.8 / 67.468.495.167.559.2
Open-source/access LALMs
SALMONN [75]13B2.3M | 4.4K41.1 / 42.137.1 / 37.826.4 / 28.834.9 / 36.233.230.138.533.639.6
LTU [29]7B5.6M | –20.4 / 20.716.0 / 15.715.9 / 15.317.4 / 17.219.222.6
Qwen2-Audio-Instruct [12]7B– | 320K67.3 / 61.256.3 / 55.755.3 / 55.459.6 / 57.430.053.3
Qwen2.5-Omni [84]7B– | –78.1 / 76.865.9 / 67.370.6 / 68.971.5 / 71.056.760.661.352.352.2
Audio-Flamingo 2 [25]3B5.9M | –71.5 / 68.171.0 / 70.244.7 / 44.962.4 / 61.121.929.643.242.6
Audio-Flamingo 3 [26]8B26.7M | 54.4K79.6 / 75.874.0 / 74.566.4 / 67.073.3 / 72.458.533.344.251.7
Kimi-Audio [43]7B– | 13.3M75.7 / 70.766.8 / 65.962.2 / 56.668.2 / 64.459.342.334.546.6
ALARM [33]4B5.5M | 17K64.0 / 59.154.8 / 54.277.2 / 73.765.3 / 62.448.761.3
Ours (AudioSet-Zipformer)7B576.8K | 1.6K80.8 / 77.469.8 / 68.654.1 / 52.868.2 / 66.354.347.062.950.852.8
Ours (Whisper-large-v2)7B576.8K | 1.6K75.7 / 72.562.9 / 61.360.4 / 60.166.3 / 64.652.350.672.655.448.4
Figure 2: (a) Scaling behavior of four audio encoders across increasing dataset sizes on four benchmarks. (b) Effect of caption source: comparison between ground-truth and synthetic captions.
Figure 2: (a) Scaling behavior of four audio encoders across increasing dataset sizes on four benchmarks. (b) Effect of caption source: comparison between ground-truth and synthetic captions.
Table 2: Effect of audio encoder. The LLM (Qwen2.5-7B-Instruct) and training data (CaptionStew 400K + 10% speech) are held fixed; only the audio encoder is swapped, with the projector downsampling rate r adjusted per encoder to maintain a post-projector token rate of 6.25–12.5 Hz.
Audio EncoderSizeDown. rMMAU (test-mini)MMARMMSUMMAU-Pro
SoundMusicSpeechAvg.Avg.Avg.IFOpen-endedAvg.
Discriminative pretraining
AudioSet-Zipformer7B480.7869.7654.0568.2054.3047.0062.9150.8452.82
ASR-supervised pretraining
Whisper-large-v27B475.6862.8760.3666.3052.3050.6172.5755.3948.40
Qwen3-ASR AuT encoder7B263.3651.8055.1556.8047.2045.1559.4352.1241.92
Joint audio-language pretraining
Qwen2.5-Omni audio encoder7B468.7750.945.6555.1048.3043.3167.7453.7745.24
Qwen3-Omni AuT encoder7B267.8760.7854.9561.2048.4045.8167.7460.5947.32
Table 3: Effect of LLM backbone. The audio encoder, training data, and projector configuration are held fixed; only the LLM is swapped. We compare matched and mismatched settings, where the same or different LLM is used for response generation (𝒮 generator) and alignment training.
LLM BackboneSize𝒮 GeneratorMMAU (test-mini)MMARMMSUMMAU-Pro
SoundMusicSpeechAvg.Avg.Avg.IFOpen-endedAvg.
Qwen2.5 family
Qwen2.5-7B-Instruct7BQwen2.5-7B-Instruct67.8760.7854.9561.2048.4045.8167.7460.5947.32
Qwen3 family
Qwen3-8B8BQwen2.5-7B-Instruct63.4455.1845.4354.7048.1045.8461.0950.3240.54
Qwen3-8B8BQwen3-8B66.7761.8053.2560.6049.8046.8667.7454.8148.31
Table 4: Effect of targeted speech-QA SFT on the (Whisper-large-v2, Qwen2.5-7B) recipe.
SettingMMAU (test-mini)
SoundMusicSpeechAvg.
Alignment Only75.6862.8760.3666.30
Alignment → SFT70.8758.6865.4765.00
Table 5: Overview of the public datasets constituting CaptionStew. The table summarizes their scale, domain coverage, audio sources, and diverse captioning pipelines (from human annotation to LLM generation).
Dataset#audio/#capDomainAudio sourceCaption styleCaption generation pipeline
AudioCapsAudioCaps46k/46kgeneral (environmental, human/animal sounds)general (environmental,human/animal sounds)AudioSetAudioSetHuman-annotated, short descriptionHuman-annotated, short descriptioncrowdsourced
AudioCaps
general (environmental,
human/animal sounds)
AudioSet
Human-annotated, short description
ClothoClotho5k/25kenvironmental soundsFreeSoundHuman-annotated, short descriptionHuman-annotated, short descriptioncrowdsourced
Clotho
Human-annotated, short description
MusicCapsMusicCaps3k/3kmusicAudioSetAudioSetExpert musician-written, multi-sentence, fine-grained descriptionExpert musician-written,multi-sentence, fine-grained descriptionexpert curation
MusicCaps
AudioSet
Expert musician-written,
multi-sentence, fine-grained description
WavCapsWavCaps400k/400kgeneral (environmental, human/animal sounds)general (environmental,human/animal sounds)AudioSet BBC Sound Effect FreeSound SoundBibleAudioSetBBC Sound EffectFreeSoundSoundBibleLLM-refined captionsthree-stage pipeline: web-crawled raw descriptions → ChatGPT rewrite → filteringthree-stage pipeline:web-crawled raw descriptions→ ChatGPT rewrite → filtering
WavCaps
general (environmental,
human/animal sounds)
AudioSet
BBC Sound Effect
FreeSound
SoundBible
three-stage pipeline:
web-crawled raw descriptions
→ ChatGPT rewrite → filtering
AudioSetCapsAudioSetCaps1.9M/1.9M 4.0M/4.0M 182k/182k1.9M/1.9M4.0M/4.0M182k/182kgeneral (environmental, human/animal sounds)general (environmental,human/animal sounds)AudioSet YouTube8M VggSoundAudioSetYouTube8MVggSoundLLM-generated, detailed, multi-sentence descriptionLLM-generated, detailed,multi-sentence descriptionthree-stage pipeline: LALM attribute extraction → LLM captioning → CLAP-based filteringthree-stage pipeline:LALM attribute extraction→ LLM captioning
AudioSetCaps
1.9M/1.9M
4.0M/4.0M
182k/182k
Table 6: Dataset statistics. Audio Coverage marks the audio modalities a corpus contributes: Sp = speech, So = environmental sound, Mu = music. Hours is the audio duration actually consumed in our experiments. Purpose is either Instruction-Free Alignment (IFA) or speech-QA SFT.
DatasetCaption SourceAudio CoverageHours (h)Purpose
Caption corpora (CaptionStew subsets)
CaptionStew-400K [78]open-source captionSp / So / Mu1,351IFA
CaptionStew-1M [78]open-source captionSp / So / Mu3,475IFA
CaptionStew-4M [78]open-source captionSp / So / Mu13,934IFA
Qwen3-Omni-Captioner on CS-400K [91]captioner-generatedSp / So / Mu1,351IFA
Speech corpora (10% mixture, transcripts / paralinguistic labels as caption surrogate)
DailyTalk [47]transcript, emotionSp21IFA
CREMA-D [7]transcript, gender, age, emotionSp5IFA
RAVDESS [54]transcript, gender, emotionSp1IFA
TESS [65]transcript, gender, age, emotionSp1IFA
MELD [66]transcript, gender, emotionSp8IFA
IEMOCAP [6]transcript, gender, emotionSp9IFA
VoxCeleb2 [15]transcript, genderSp2,026IFA
CommonVoice-en [2]transcript, gender, ageSp1,199IFA
QA corpus (targeted speech SFT)
AudioSkills-XL [26] (speech subset,QA pairsSp234SFT
incl. VoxCeleb2, GigaSpeech)
Table 7: Effect of projector downsampling rate r across four audio encoders. The audio-token frequency at the LLM input equals the encoder’s native frame rate divided by r.
Audio EncoderDown. rMMAU (test-mini)MMARMMSUMMAU-Pro
SoundMusicSpeechAvg.Avg.Avg.IFOpen-endedAvg.
Discriminative pretraining
AudioSet-Zipformer480.7869.7654.0568.254.347.0062.9150.8452.82
276.5864.3751.3564.153.047.1760.2255.0149.40
ASR-supervised pretraining
Whisper-large-v21667.5759.5849.2558.848.543.4858.7755.6748.75
869.0763.1750.7561.052.045.9258.0548.8243.49
475.6862.8760.3666.352.350.6172.5755.3948.40
263.9642.8131.5346.124.043.5050.8643.2127.83
Joint audio-language pretraining
Qwen2.5-Omni audio encoder468.7750.945.6555.148.343.3167.7453.7745.24
270.2753.2953.3159.048.045.4158.0549.4645.89
Qwen3-Omni AuT encoder267.8760.7854.9561.248.445.8167.7460.5947.32
166.9753.8956.7659.249.448.2877.4351.2950.97
Table 8: Full scaling results across audio encoders and training-data sizes (400K, 1M, and 4M from CaptionStew, augmented with 10% speech). The LLM (Qwen2.5-7B-Instruct) and projector configuration are held fixed; the projector downsampling rate r is set per encoder to maintain a post-projector token rate of 6.25–12.5 Hz.
Audio EncoderTraining DataMMAU (test-mini)MMARMMSUMMAU-Pro
# Samples | # HoursSoundMusicSpeechAvg.Avg.Avg.IFOpen-endedAvg.
Discriminative pretraining
AudioSet-Zipformer576.8K | 1.6K80.7869.7654.0568.2054.3047.0062.9150.8452.82
1.18M | 3.7K80.4867.6653.1567.1057.4054.4767.7458.9251.07
4.18M | 14.2K80.2867.3754.2567.3058.1051.8172.5767.5253.19
ASR-supervised pretraining
Whisper-large-v2576.8K | 1.6K75.6862.8760.3666.3052.3050.6172.5755.3948.40
1.18M | 3.7K75.9868.5654.9566.5054.2050.2771.8749.2551.35
4.18M | 14.2K75.9864.3752.5564.3054.9051.5672.8856.2750.29
Joint audio-language pretraining
Qwen2.5-Omni audio encoder576.8K | 1.6K70.2753.2953.3159.0048.0045.4158.0549.4645.89
1.18M | 3.7K71.0757.7849.7559.5048.3046.3662.9150.4046.39
4.18M | 14.2K69.7759.2849.7559.6048.5046.3667.7455.1546.15
Qwen3-Omni AuT encoder576.8K | 1.6K67.8760.7854.9561.2048.4045.8167.7460.5947.32
1.18M | 3.7K67.5760.4854.6560.9050.2044.8867.7459.2547.64
4.18M | 14.2K69.7761.9852.5561.4053.0042.3762.8862.3148.81
Table 9: Effect of Caption Source.
Audio EncoderCaption SourceMMAU (test-mini)MMARMMSUMMAU-Pro
SoundMusicSpeechAvg.Avg.Avg.IFOpen-endedAvg.
Discriminative pretraining
AudioSet-ZipformerGround-truth80.7869.7654.0568.2054.3047.0062.9150.8452.82
Synthetic79.5068.2650.1566.0051.3047.1956.9354.6248.00
ASR-supervised pretraining
Whisper-large-v2Ground-truth69.0763.1750.7561.0052.0045.9258.0548.8243.49
Synthetic62.7658.9849.5557.1044.1044.2658.5156.6840.20
Joint audio-language pretraining
Qwen2.5-Omni audio encoderGround-truth70.2753.2953.3159.0048.0045.4158.0549.4645.89
Synthetic50.7646.3441.9546.4036.2048.6177.0940.6539.46
Qwen3-Omni AuT encoderGround-truth67.8760.7854.9561.2048.4045.8167.7460.5947.32
Synthetic60.9658.6860.9660.2049.8050.4378.7244.2245.09

왜 중요한가

오디오 AI를 새 LLM에 맞춰 다시 만들 때마다 막대한 지시문 데이터와 학습 비용을 들이는 대신, 가벼운 연결 장치 하나만 다시 학습하면 되는 방법을 보여줘 모델 업데이트 비용을 크게 줄일 수 있다. 또한 사람이 만든 질문-답변 데이터셋이 없어도 오디오 이해 AI를 자동으로 만들 수 있다는 점에서, 데이터 구축에 드는 인력과 시간을 절약할 방법을 제시한다.

이 논문의 용어

  • 프로젝터(Projector) · 오디오 인코더가 뽑아낸 특징을 언어모델이 이해할 수 있는 형태로 바꿔주는 작은 신경망 변환기
  • 지시문 학습(SFT, Supervised Fine-Tuning) · 모델에게 질문과 정답 예시를 주어 특정 작업을 수행하도록 추가로 훈련시키는 단계
  • 인스트럭션-프리(Instruction-Free) 학습 · 질문이나 지시문 없이 오디오만 입력해 모델이 스스로 적절한 반응을 만들어내도록 훈련하는 방식
  • 캡션(Caption) · 오디오 내용을 글로 설명한 문장으로, 이 연구에서는 오디오 대신 학습 정답을 만드는 재료로 쓰임
  • 동결(Frozen) 파라미터 · 학습 중에 가중치 값을 바꾸지 않고 그대로 유지하는 모델 부분

저자 · Xuanru Zhou, Yiwen Shao, Jiahong Li, Dong Yu

arXiv에서 원문 보기

최신 논문

논문 전체 보기 →

METAL MEDIA 최신 기사

그림 출처: Xuanru Zhou et al., arXiv:2608.18132, CC BY 4.0