CVAIJun 5, 2024

Text-to-Events: Synthetic Event Camera Streams from Conditional Text Input

arXiv:2406.03439v12 citations
AI Analysis

This addresses the dataset scarcity problem for researchers developing deep learning algorithms with event cameras, though it is an incremental application of existing text-to-X methods to a new modality.

The paper tackles the lack of large labeled event camera datasets by proposing a text-to-events model that generates synthetic event streams from text prompts, achieving classification accuracies from 42% to 92% on generated gesture sequences.

Event cameras are advantageous for tasks that require vision sensors with low-latency and sparse output responses. However, the development of deep network algorithms using event cameras has been slow because of the lack of large labelled event camera datasets for network training. This paper reports a method for creating new labelled event datasets by using a text-to-X model, where X is one or multiple output modalities, in the case of this work, events. Our proposed text-to-events model produces synthetic event frames directly from text prompts. It uses an autoencoder which is trained to produce sparse event frames representing event camera outputs. By combining the pretrained autoencoder with a diffusion model architecture, the new text-to-events model is able to generate smooth synthetic event streams of moving objects. The autoencoder was first trained on an event camera dataset of diverse scenes. In the combined training with the diffusion model, the DVS gesture dataset was used. We demonstrate that the model can generate realistic event sequences of human gestures prompted by different text statements. The classification accuracy of the generated sequences, using a classifier trained on the real dataset, ranges between 42% to 92%, depending on the gesture group. The results demonstrate the capability of this method in synthesizing event datasets.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes