Multi-Modal Transformers Utterance-Level Code-Switching Detection
Krishna D N

TL;DR
This paper introduces a multi-modal transformer-based approach combining phoneme sequences and audio features to improve utterance-level code-switch detection across multiple languages.
Contribution
It presents a novel multi-modal learning model utilizing phoneme and audio features with transformer encoders for enhanced code-switch detection.
Findings
Multi-modal approach outperforms uni-modal methods.
Transformers improve classification accuracy.
Effective across Telugu, Tamil, and Gujarati datasets.
Abstract
An utterance that contains speech from multiple languages is known as a code-switched sentence. In this work, we propose a novel technique to predict whether given audio is mono-lingual or code-switched. We propose a multi-modal learning approach by utilising the phoneme information along with audio features for code-switch detection. Our model consists of a Phoneme Network that processes phoneme sequence and Audio Network(AN), which processes the mfcc features. We fuse representation learned from both the Networks to predict if the utterance is code-switched or not. The Audio Network and Phonetic Network consist of initial convolution, Bi-LSTM, and transformer encoder layers. The transformer encoder layer helps in selecting important and relevant features for better classification by using self-attention. We show that utilising the phoneme sequence of the utterance along with the mfcc…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech Recognition and Synthesis · Natural Language Processing Techniques · Speech and dialogue systems
