paper-with-me

Papers

Permutation Invariant Recurrent Neural Networks for Sound Source Tracking Applications

2023-06-14 · David Diaz-Guerra, Archontis Politis, Antonio Miguel, Jose R. Beltran, Tuomas Virtanen

Many multi-source localization and tracking models based on neural networks use one or several recurrent layers at their final stages to track the movement of the sources. Conventional recurrent neural networks (RNNs), such as the long short-term memories (LSTMs) or the gated recurrent units (GRUs), take a vector as their input and use another vector to store their state. However, this approach results in the information from all the sources being contained in a single ordered vector, which is not optimal for permutation-invariant problems such as multi-source tracking. In this paper, we present a new recurrent architecture that uses unordered sets to represent both its input and its state and that is invariant to the permutations of the input set and equivariant to the permutations of the state set. Hence, the information of every sound source is represented in an individual embedding and the new estimates are assigned to the tracked trajectories regardless of their order.

📄 PDF Abstract BibTeX arXiv:2306.08510

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Position tracking of a varying number of sound sources with sliding permutation invariant training

2022-10-26 · David Diaz-Guerra, Archontis Politis, Tuomas Virtanen

Recent data- and learning-based sound source localization (SSL) methods have shown strong performance in challenging acoustic scenarios. However, little work has been done on adapting such methods to track consistently m…

PositionSound Source Localization

Adversarial Permutation Invariant Training for Universal Sound Separation

2022-10-21 · Emilian Postolache, Jordi Pons, Santiago Pascual, Joan Serrà

Universal sound separation consists of separating mixes with arbitrary sounds of different types, and permutation invariant training (PIT) is used to train source agnostic models that do so. In this work, we complement P…

End-to-end Recurrent Multi-Object Tracking and Trajectory Prediction with Relational Reasoning

2019-07-12 · Fabian B. Fuchs, Adam R. Kosiorek, Li Sun, Oiwi Parker Jones 외

The majority of contemporary object-tracking approaches do not model interactions between objects. This contrasts with the fact that objects' paths are not independent: a cyclist might abruptly deviate from a previously …

Autonomous VehiclesMulti-Object TrackingObjectObject Tracking+2

Regularizing Towards Permutation Invariance in Recurrent Models

2020-10-25 · NeurIPS 2020 12 · Edo Cohen-Karlik, Avichai Ben David, Amir Globerson

In many machine learning problems the output should not depend on the order of the input. Such "permutation invariant" functions have been studied extensively recently. Here we argue that temporal architectures such as R…

Localization, Detection and Tracking of Multiple Moving Sound Sources with a Convolutional Recurrent Neural Network

2019-04-29 · Sharath Adavanne, Archontis Politis, Tuomas Virtanen

This paper investigates the joint localization, detection, and tracking of sound events using a convolutional recurrent neural network (CRNN). We use a CRNN previously proposed for the localization and detection of stati…