Search papers, labs, and topics across Lattice.
This paper introduces voxmap-studio, an open-source speaker diarization annotation tool that integrates with the pyannote ecosystem and features a fast stride-accelerated diarization engine. By allowing annotators to correct pre-generated hypotheses rather than manually labeling every speaker turn, the tool significantly reduces annotation costs and improves accuracy. A preliminary study demonstrated that automatic initialization and highlighting uncertain segments led to lower costs and better performance compared to traditional manual annotation methods.
Annotation costs can be drastically reduced by shifting from manual labeling to correcting automated hypotheses in speaker diarization tasks.
Labeling speaker diarization data is costly, yet annotation tools rarely measure that cost. We present voxmap-studio, an open-source, React-based diarization annotation tool integrated with the pyannote-based diarization ecosystem. Its canvas is initialized by a fast stride-accelerated diarization engine so that the annotator corrects a hypothesis rather than drawing every speaker turn by hand, and the tool records annotation cost - typed edit-operation counts and time - as a first-class output, enabling quantitative comparison of how much different forms of assistance actually help. Export is gated on per-segment human confirmation and guarded by injected "phantom" attention checks, which prevent unverified automatic output from being released as ground truth. In a preliminary study on nine AMI audio files, unassisted manual annotation was the costliest and least accurate, and automatic initialization shifted the work from creating turns to correcting them; highlighting uncertain segments gave the lowest cost in our small sample. The tool and its instrumentation are open source.