Named Entity Recognition for Audio De-Identification
Guillaume Baril, Patrick Cardinal, Alessandro Lameiras Koerich

TL;DR
This paper introduces an automated pipeline for anonymizing French audio data by removing named entities through forced alignment and NER, reducing manual effort and maintaining privacy.
Contribution
It presents a novel pipeline combining forced aligners and NER models specifically for audio de-identification in French, with evaluation demonstrating feasibility.
Findings
Achieved an F1 score of 0.769 on a small dataset.
Automating audio anonymization is feasible with current models.
Pipeline effectively removes named entities from audio data.
Abstract
Data anonymization is often a task carried out by humans. Automating it would reduce the cost and time required to complete this task. This paper presents a pipeline to automate the anonymization of audio data in French. We propose a pipeline, which takes audio files with their transcriptions and removes the named entities (NEs) present in the audio. Our pipeline is made up of a forced aligner, which aligns words in an audio transcript with speech and a model that performs named entity recognition (NER). Then, the audio segments that correspond to NEs are substituted with silence to anonymize audio. We compared forced aligners and NER models to find the best ones for our scenario. We evaluated our pipeline on a small hand-annotated dataset, achieving an F1 score of 0.769. This result shows that automating this task is feasible.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Speech Recognition and Synthesis · Topic Modeling
