VQ-wav2vec
Self-supervised 방법으로 audio data의 representation을 학습하되, BERT를 활용하여 음성인식의 성능을 향상시키는 데에 목적을 둔 모델
Context network
encoder network를 거쳐서 나온 Z를 context representation C로 변환
Module q
BERT의 MLM pre-training 방법을 적용하기 위한 Discretization module
Encoder network
raw waveform X를 latent space에 embedding하여 latent representation 로 변환
Input : raw audio data
Output : Speech Recognition System에 적용가능한 audio의 representation