Double-layer neighborhood graph based similarity search for fast query-by-example spoken term detection
Kazuo Aoyama, Atsunori Ogawa, Takashi Hattori, Takaaki Hori
Abstract
This paper presents a novel double-layer neighborhood graph index for acceleration of similarity search that accomplishes fast querybyexample spoken term detection (STD). When a query segment is given, our proposed STD method finds similar segments to the query from an utterance data set by efficient similarity search that traverses the double-layer neighborhood graph (DLG) with a low computational cost. The segment is a sequence of Gaussian mixture model posteriorgram frames and corresponds to a vertex in the DLG. A dissimilarity between vertices is measured by dynamic time warping. The DLG consists of two distinct degree-reduced k-nearest neighbor graphs in a base and an upper layer. The base layer's graph has all the vertices in the data set while the upper layer's graph includes only representatives extracted from the vertices in the base layer. By way of analogy, search in the DLG resembles driving on general roads and express highways appropriately for travel-time saving. Experimental results on the MIT lecture corpus demonstrate that the proposed method achieves CPU time reduction by 40% and more than 60% compared to the most recent method and the ordinary graphbased method, keeping almost the same precision.
BibTeX
@inproceedings{icassp2015_doublelayerneigh,
title = {Double-layer neighborhood graph based similarity search for fast query-by-example spoken term detection},
author = {Kazuo Aoyama and Atsunori Ogawa and Takashi Hattori and Takaaki Hori},
booktitle = {ICASSP 2015},
year = {2015}
}