← Search

Florian Metze

44 accepted papers

2026

Stream RAG: Instant and Accurate Spoken Dialogue Systems with Streaming Tool Usage

ICML 2026poster

End-to-end speech-in, speech-out dialogue systems are emerging as a powerful alternative to traditional ASR–LLM–TTS pipelines but remain prone to hallucinations due to limited factual grounding. While text-based dialogue models have effectively mitigated this issue through tools such as web search A…

Cited by 0SourceScholar
2026

WearVox: An Egocentric Multichannel Voice Assistant Benchmark for Wearables

ICLR 2026poster

Wearable devices such as AI glasses are transforming voice assistants into always-available, hands-free collaborators that integrate seamlessly with daily life, but they also introduce challenges like egocentric audio affected by motion and noise, rapid micro-interactions, and the need to distinguis…

Cited by 0SourcecodeScholar
2024

Audio-Journey: Open Domain Latent Diffusion Based Text-To-Audio Generation

ICASSP 2024accepted

Despite recent progress, machine learning (ML) models for open-domain audio generation need to catch up to generative models for image, text, speech, and music. The lack of massive open-domain audio datasets is the main reason for this performance gap; we overcome this challenge through a novel data…

Cited by 0SourceScholar
2022

End-to-End Speech Summarization Using Restricted Self-Attention

ICASSP 2022accepted

Speech summarization is typically performed by using a cascade of speech recognition and text summarization models. End-to-end modeling of speech summarization models is challenging due to memory and compute constraints arising from long input audio sequences. Recent work in document summarization h…

Cited by 0SourceScholar
2022

Masked Autoencoders that Listen

NeurIPS 2022accept

This paper studies a simple extension of image-based Masked Autoencoders (MAE) to self-supervised representation learning from audio spectrograms. Following the Transformer encoder-decoder design in MAE, our Audio-MAE first encodes audio spectrogram patches with a high masking ratio, feeding only th…

2022

Normalized Contrastive Learning for Text-Video Retrieval

EMNLP 2022main

Cross-modal contrastive learning has led the recent advances in multimodal retrieval with its simplicity and effectiveness. In this work, however, we reveal that cross-modal contrastive learning suffers from incorrect normalization of the sum retrieval probabilities of each text or video instance. S…

Cited by 12SourcePDFScholar
2022

On Advances in Text Generation from Images Beyond Captioning: A Case Study in Self-Rationalization

EMNLP 2022finding

Combining the visual modality with pretrained language models has been surprisingly effective for simple descriptive tasks such as image captioning. More general text generation however remains elusive. We take a step back and ask: How do these models work for more complex generative tasks, i.e. con…

Cited by 3SourcePDFScholar
2022

On Adversarial Robustness Of Large-Scale Audio Visual Learning

ICASSP 2022accepted

As audio-visual systems are being deployed for safety-critical tasks such as surveillance and malicious content filtering, their robustness remains an under-studied area. Existing published work on robustness either does not scale to large-scale dataset, or does not deal with multiple modalities. Th…

Cited by 0SourceScholar
2022

Self-Supervised Object Detection From Audio-Visual Correspondence

CVPR 2022poster

We tackle the problem of learning object detectors without supervision. Differently from weakly-supervised object detection, we do not assume image-level class labels. Instead, we extract a supervisory signal from audio-visual data, using the audio component to "teach" the object detector. While thi…

Cited by 64PDFScholar
2022

Token-level Sequence Labeling for Spoken Language Understanding using Compositional End-to-End Models

EMNLP 2022finding

End-to-end spoken language understanding (SLU) systems are gaining popularity over cascaded approaches due to their simplicity and ability to avoid error propagation. However, these systems model sequence labeling as a sequence prediction task causing a divergence from its well-established token-lev…

2022

Zero-shot Learning for Grapheme to Phoneme Conversion with Language Ensemble

ACL 2022findings

Grapheme-to-Phoneme (G2P) has many applications in NLP and speech fields. Most existing work focuses heavily on languages with abundant training datasets, which limits the scope of target languages to less than 100 languages. This work attempts to apply zero-shot learning to approximate G2P models f…

2021

Audio-Visual Event Recognition Through the Lens of Adversary

ICASSP 2021accepted

As audio/visual classification models are widely deployed for sensitive tasks like content filtering at scale, it is critical to understand their robustness along with improving the accuracy. This work aims to study several key questions related to multimodal learning through the lens of adversarial…

Cited by 0SourceScholar
2021

How2Sign: A Large-Scale Multimodal Dataset for Continuous American Sign Language

CVPR 2021poster

One of the factors that have hindered progress in the areas of sign language recognition, translation, and production is the absence of large annotated datasets. Towards this end, we introduce How2Sign, a multimodal and multiview continuous American Sign Language (ASL) dataset, consisting of a paral…

Cited by 257PDFcodeScholar
2021

Keeping Your Eye on the Ball: Trajectory Attention in Video Transformers

NeurIPS 2021oral

In video transformers, the time dimension is often treated in the same way as the two spatial dimensions. However, in a scene where objects or the camera may move, a physical point imaged at one location in frame $t$ may be entirely unrelated to what is found at that location in frame $t+k$. These t…

2021

Multilingual Multimodal Pre-training for Zero-Shot Cross-Lingual Transfer of Vision-Language Models

NAACL 2021long

This paper studies zero-shot cross-lingual transfer of vision-language models. Specifically, we focus on multilingual text-to-video search and propose a Transformer-based model that learns contextual multilingual multimodal embeddings. Under a zero-shot setting, we empirically demonstrate that perfo…

2021

Multilingual Phonetic Dataset for Low Resource Speech Recognition

ICASSP 2021accepted

Phone Recognition is one of the most important tasks in the field of multilingual speech recognition, especially for low-resource languages whose orthographies are not available. However, most speech recognition datasets so far only focus on high-resource languages, there are very few datasets avail…

Cited by 0SourceScholar
2021

Phone Distribution Estimation for Low Resource Languages

ICASSP 2021accepted

Phones are critical components in various computational linguistic fields, for example, phone distributions could be helpful in speech recognition and speech synthesis. Traditional approaches to estimate phone distributions typically involve G2P systems which are either manually designed by linguist…

Cited by 3SourceScholar
2021

Searchable Hidden Intermediates for End-to-End Models of Decomposable Sequence Tasks

NAACL 2021long

End-to-end approaches for sequence tasks are becoming increasingly popular. Yet for complex sequence tasks, like speech translation, systems that cascade several models trained on sub-tasks have shown to be superior, suggesting that the compositionality of cascaded systems simplifies learning and en…

2021

Space-Time Crop & Attend: Improving Cross-Modal Video Representation Learning

ICCV 2021poster

The quality of the image representations obtained from self-supervised learning depends strongly on the type of data augmentations used in the learning formulation. Recent papers have ported these methods from still images to videos and found that leveraging both audio and video signals yields stron…

Cited by 43PDFcodeScholar
2021

Support-set bottlenecks for video-text representation learning

ICLR 2021spotlight

The dominant paradigm for learning video-text representations – noise contrastive learning – increases the similarity of the representations of pairs of samples that are known to be related, such as text and video from the same sample, and pushes away the representations of all other pairs. We posit…

Cited by 302SourcePDFScholar
2021

VideoCLIP: Contrastive Pre-training for Zero-shot Video-Text Understanding

EMNLP 2021main

We present VideoCLIP, a contrastive approach to pre-train a unified model for zero-shot video and text understanding, without using any labels on downstream tasks. VideoCLIP trains a transformer for video and text by contrasting temporally overlapping positive video-text pairs with hard negatives fr…

2020

ASR Error Correction and Domain Adaptation Using Machine Translation

ICASSP 2020accepted

Off-the-shelf pre-trained Automatic Speech Recognition (ASR) systems are an increasingly viable service for companies of any size building speech-based products. While these ASR systems are trained on large amounts of data, domain mismatch is still an issue for many such parties that want to use thi…

Cited by 0SourceScholar
2020

Universal Phone Recognition with a Multilingual Allophone System

ICASSP 2020accepted

Multilingual models can improve language processing, particularly for low resource situations, by sharing parameters across languages. Multilingual acoustic models, however, generally ignore the difference between phonemes (sounds that can support lexical contrasts in a particular language) and thei…

Cited by 0SourceScholar
2019

A Comparison of Five Multiple Instance Learning Pooling Functions for Sound Event Detection with Weak Labeling

ICASSP 2019accepted

Sound event detection (SED) entails two subtasks: recognizing what types of sound events are present in an audio stream (audio tagging), and pinpointing their onset and offset times (localization). In the popular multiple instance learning (MIL) framework for SED with weak labeling, an important com…

Cited by 0SourceScholar
2019

Adversarial Music: Real world Audio Adversary against Wake-word Detection System

NeurIPS 2019spotlight

Voice Assistants (VAs) such as Amazon Alexa or Google Assistant rely on wake-word detection to respond to people's commands, which could potentially be vulnerable to audio adversarial examples. In this work, we target our attack on the wake-word detection system. Our goal is to jam the model with so…

Cited by 73SourcePDFScholar
2019

Learning from Multiview Correlations in Open-domain Videos

ICASSP 2019accepted

An increasing number of datasets contain multiple views, such as video, sound and automatic captions. A basic challenge in representation learning is how to leverage multiple views to learn better representations. This is further complicated by the existence of a latent alignment between views, such…

Cited by 0SourceScholar
2019

Multimodal Grounding for Sequence-to-sequence Speech Recognition

ICASSP 2019accepted

Humans are capable of processing speech by making use of multiple sensory modalities. For example, the environment where a conversation takes place generally provides semantic and/or acoustic context that helps us to resolve ambiguities or to recall named entities. Motivated by this, there have been…

Cited by 0SourceScholar
2019

Phoneme Level Language Models for Sequence Based Low Resource ASR

ICASSP 2019accepted

Building multilingual and crosslingual models help bring different languages together in a language universal space. It allows models to share parameters and transfer knowledge across languages, enabling faster and better adaptation to a new language. These approaches are particularly useful for low…

Cited by 0SourceScholar
2018

A Light-Weight Multimodal Framework for Improved Environmental Audio Tagging

ICASSP 2018accepted

The lack of strong labels has severely limited the state-of-the-art fully supervised audio tagging systems to be scaled to larger dataset. Meanwhile, audio-visual learning models based on unlabeled videos have been successfully applied to audio tagging, but they are inevitably resource hungry and re…

Cited by 0SourceScholar
2018

Enhancement and Analysis of Conversational Speech: JSALT 2017

ICASSP 2018accepted

Automatic speech recognition is more and more widely and effectively used. Nevertheless, in some automatic speech analysis tasks the state of the art is surprisingly poor. One of these is “diarization”, the task of determining who spoke when. Diarization is key to processing meeting audio and clinic…

Cited by 0SourceScholar
2018

Linguistic Unit Discovery from Multi-Modal Inputs in Unwritten Languages: Summary of the "Speaking Rosetta" JSALT 2017 Workshop

ICASSP 2018accepted

We summarize the accomplishments of a multi-disciplinary workshop exploring the computational and scientific issues surrounding the discovery of linguistic units (subwords and words) in a language without orthography. We study the replacement of orthographic transcriptions by images and/or translate…

Cited by 0SourceScholar
2018

Sequence-Based Multi-Lingual Low Resource Speech Recognition

ICASSP 2018accepted

Techniques for multi-lingual and cross-lingual speech recognition can help in low resource scenarios, to bootstrap systems and enable analysis of new languages and domains. End-to-end approaches, in particular sequence-based techniques, are attractive because of their simplicity and elegance. While…

Cited by 0SourceScholar
2017

A comparison of Deep Learning methods for environmental sound detection

ICASSP 2017accepted

Environmental sound detection is a challenging application of machine learning because of the noisy nature of the signal, and the small amount of (labeled) data that is typically available. This work thus presents a comparison of several state-of-the-art Deep Learning models on the IEEE challenge on…

Cited by 0SourceScholar
2017

A first attempt at polyphonic sound event detection using connectionist temporal classification

ICASSP 2017accepted

Sound event detection is the task of detecting the type, starting time, and ending time of sound events in audio streams. Recently, recurrent neural networks (RNNs) have become the mainstream solution for sound event detection. Because RNNs make a prediction at every frame, it is necessary to provid…

Cited by 0SourceScholar
2016

An empirical exploration of CTC acoustic models

ICASSP 2016accepted

The connectionist temporal classification (CTC) loss function has several interesting properties relevant for automatic speech recognition (ASR): applied on top of deep recurrent neural networks (RNNs), CTC learns the alignments between speech frames and label sequences automatically, which removes…

Cited by 0SourceScholar
2015

QUESST2014: Evaluating Query-by-Example Speech Search in a zero-resource setting with real-life queries

ICASSP 2015accepted

In this paper, we present the task and describe the main findings of the 2014 “Query-by-Example Speech Search Task” (QUESST) evaluation. The purpose of QUESST was to perform language independent search of spoken queries on spoken documents, while targeting languages or acoustic conditions for which…

Cited by 0SourceScholar
2015

Semi-supervised training in low-resource ASR and KWS

ICASSP 2015accepted

In particular for “low resource” Keyword Search (KWS) and Speech-to-Text (STT) tasks, more untranscribed test data may be available than training data. Several approaches have been proposed to make this data useful during system development, even when initial systems have Word Error Rates (WER) abov…

Cited by 0SourceScholar