Not enough data to create a plot.
Try a different view from the menu above.
Lewandowski, Mateusz
Pathway: a fast and flexible unified stream data processing framework for analytical and Machine Learning applications
Bartoszkiewicz, Michal, Chorowski, Jan, Kosowski, Adrian, Kowalski, Jakub, Kulik, Sergey, Lewandowski, Mateusz, Nowicki, Krzysztof, Piechowiak, Kamil, Ruas, Olivier, Stamirowska, Zuzanna, Uznanski, Przemyslaw
We present Pathway, a new unified data processing framework that can run workloads on both bounded and unbounded data streams. The framework was created with the original motivation of resolving challenges faced when analyzing and processing data from the physical economy, including streams of data generated by IoT and enterprise systems. These required rapid reaction while calling for the application of advanced computation paradigms (machinelearning-powered analytics, contextual analysis, and other elements of complex event processing). Pathway is equipped with a Table API tailored for Python and Python/SQL workflows, and is powered by a distributed incremental dataflow in Rust. We describe the system and present benchmarking results which demonstrate its capabilities in both batch and streaming contexts, where it is able to surpass state-of-the-art industry frameworks in both scenarios. We also discuss streaming use cases handled by Pathway which cannot be easily resolved with state-of-the-art industry frameworks, such as streaming iterative graph algorithms (PageRank, etc.).
Sound source detection, localization and classification using consecutive ensemble of CRNN models
Kapka, Sławomir, Lewandowski, Mateusz
Each of these models is a copy of a single SELDnet node with just minor adjustments so that it fits to the specific subtask and for the regularization purpose. Each of these models takes as an input a fixed length subsequence of decibel scale amplitude spectrograms (in case of noas and class subtasks) or both decibel scale amplitude and phase spectrograms (in case of doa1 and doa2 subtasks) from all 4 channels. In each case, input layers are followed by 3 convolutional layer blocks made of convolutional layer, batch norm, relu activation, maxpool and dropout. The output from the last convolutional block is reshaped so that it forms a multivariate sequence of a fixed length. In the case of doa2, we additionaly concatenate directions of arrivals of associated events with this multivariate sequence.