QuASH: Using Natural-Language Heuristics to Query Visual-Language Robotic Maps
Matti Pekkanen, Francesco Verdoja, Ville Kyrki
TL;DR
QuASH tackles open-vocabulary querying in robotic semantic maps by augmenting user queries with semantic synonyms and antonyms and training a non-linear classifier in the shared latent space to estimate the region corresponding to a query. This encoder-agnostic approach replaces simple cosine-thresholding, enabling more accurate, non-isotropic region estimation across both image benchmarks and latent-semantic maps. Extensive ablations show that leveraging language-distribution knowledge improves precision and overall F1-score, especially with OpenSeg, and highlight the importance of thoughtful synonym/antonym selection. The work advances practical open-vocabulary semantics for robotic perception, with strong implications for adaptable scene understanding and retrieval across modalities.
Abstract
Embeddings from Visual-Language Models are increasingly utilized to represent semantics in robotic maps, offering an open-vocabulary scene understanding that surpasses traditional, limited labels. Embeddings enable on-demand querying by comparing embedded user text prompts to map embeddings via a similarity metric. The key challenge in performing the task indicated in a query is that the robot must determine the parts of the environment relevant to the query. This paper proposes a solution to this challenge. We leverage natural-language synonyms and antonyms associated with the query within the embedding space, applying heuristics to estimate the language space relevant to the query, and use that to train a classifier to partition the environment into matches and non-matches. We evaluate our method through extensive experiments, querying both maps and standard image benchmarks. The results demonstrate increased queryability of maps and images. Our querying technique is agnostic to the representation and encoder used, and requires limited training.
