AuditoryHuM: Auditory Scene Label Generation and Clustering using Human-MLLM Collaboration
Henry Zhong, Jörg M. Buchholz, Julian Maclaren, Simon Carlile, Richard F. Lyon
TL;DR
AuditoryHuM tackles the labor-intensive problem of annotating auditory scenes by using Multimodal Large Language Models to generate contextually relevant labels, grounded with zero-shot CLAP alignment and refined through targeted HITL. It then clusters the text-label embeddings with an adjusted silhouette score that includes a penalty $\\lambda$ derived from AIC to balance cohesion and granularity, producing thematically meaningful composite labels. The approach is validated across ADVANCE, AHEAD-DS, and TAU 2019, demonstrating strong alignment with human perception, robust cluster structure, and practical composite labels suitable for training edge-deployable scene recognisers. This workflow yields a scalable, low-cost taxonomy suitable for deployment on devices like hearing aids and smart home assistants, while highlighting the importance of human-in-the-loop checks and careful metric design to mitigate MLLM hallucinations.
Abstract
Manual annotation of audio datasets is labour intensive, and it is challenging to balance label granularity with acoustic separability. We introduce AuditoryHuM, a novel framework for the unsupervised discovery and clustering of auditory scene labels using a collaborative Human-Multimodal Large Language Model (MLLM) approach. By leveraging MLLMs (Gemma and Qwen) the framework generates contextually relevant labels for audio data. To ensure label quality and mitigate hallucinations, we employ zero-shot learning techniques (Human-CLAP) to quantify the alignment between generated text labels and raw audio content. A strategically targeted human-in-the-loop intervention is then used to refine the least aligned pairs. The discovered labels are grouped into thematically cohesive clusters using an adjusted silhouette score that incorporates a penalty parameter to balance cluster cohesion and thematic granularity. Evaluated across three diverse auditory scene datasets (ADVANCE, AHEAD-DS, and TAU 2019), AuditoryHuM provides a scalable, low-cost solution for creating standardised taxonomies. This solution facilitates the training of lightweight scene recognition models deployable to edge devices, such as hearing aids and smart home assistants. The project page and code: https://github.com/Australian-Future-Hearing-Initiative
