Search Results for author: Filippo Maria Bianchi

Found 43 papers, 18 papers with code

Graph-based Forecasting with Missing Data through Spatiotemporal Downsampling

no code implementations16 Feb 2024 Ivan Marisca, Cesare Alippi, Filippo Maria Bianchi

The input time series are progressively coarsened over time and space, obtaining a pool of representations that capture heterogeneous temporal and spatial dynamics.

Time Series

Probabilistic load forecasting with Reservoir Computing

no code implementations24 Aug 2023 Michele Guerra, Simone Scardapane, Filippo Maria Bianchi

For this reason, point forecasts are not enough hence it is necessary to adopt methods that provide an uncertainty quantification.

Computational Efficiency Load Forecasting +4

Combining Stochastic Explainers and Subgraph Neural Networks can Increase Expressivity and Interpretability

no code implementations14 Apr 2023 Indro Spinelli, Michele Guerra, Filippo Maria Bianchi, Simone Scardapane

Subgraph-enhanced graph neural networks (SGNN) can increase the expressive power of the standard message-passing framework.

Total Variation Graph Neural Networks

1 code implementation11 Nov 2022 Jonas Berg Hansen, Filippo Maria Bianchi

Recently proposed Graph Neural Networks (GNNs) for vertex clustering are trained with an unsupervised minimum cut objective, approximated by a Spectral Clustering (SC) relaxation.

Clustering Graph Classification

Explainability in subgraphs-enhanced Graph Neural Networks

1 code implementation16 Sep 2022 Michele Guerra, Indro Spinelli, Simone Scardapane, Filippo Maria Bianchi

Recently, subgraphs-enhanced Graph Neural Networks (SGNNs) have been introduced to enhance the expressive power of Graph Neural Networks (GNNs), which was proved to be not higher than the 1-dimensional Weisfeiler-Leman isomorphism test.

Graph Classification

Scalable Spatiotemporal Graph Neural Networks

1 code implementation14 Sep 2022 Andrea Cini, Ivan Marisca, Filippo Maria Bianchi, Cesare Alippi

The training procedure can then be parallelized node-wise by sampling the node embeddings without breaking any dependency, thus enabling scalability to large networks.

Temporal Sequences Time Series +1

Simplifying Clustering with Graph Neural Networks

1 code implementation18 Jul 2022 Filippo Maria Bianchi

The objective functions used in spectral clustering are usually composed of two terms: i) a term that minimizes the local quadratic variation of the cluster assignments on the graph and; ii) a term that balances the clustering partition and helps avoiding degenerate solutions.

Clustering

Recognition of polar lows in Sentinel-1 SAR images with deep learning

1 code implementation30 Mar 2022 Jakob Grahn, Filippo Maria Bianchi

The dataset is used to train a deep learning model to classify the labeled images.

Ensemble Conformalized Quantile Regression for Probabilistic Time Series Forecasting

1 code implementation17 Feb 2022 Vilde Jensen, Filippo Maria Bianchi, Stian Norman Anfinsen

EnCQR constructs distribution-free and approximately marginally valid prediction intervals (PIs), which are suitable for nonstationary and heteroscedastic time series data.

Conformal Prediction Prediction Intervals +4

Power Flow Balancing with Decentralized Graph Neural Networks

1 code implementation3 Nov 2021 Jonas Berg Hansen, Stian Normann Anfinsen, Filippo Maria Bianchi

We propose an end-to-end framework based on a Graph Neural Network (GNN) to balance the power flows in energy grids.

Understanding Pooling in Graph Neural Networks

2 code implementations11 Oct 2021 Daniele Grattarola, Daniele Zambon, Filippo Maria Bianchi, Cesare Alippi

Inspired by the conventional pooling layers in convolutional neural networks, many recent works in the field of graph machine learning have introduced pooling operators to reduce the size of graphs.

Detecting and interpreting faults in vulnerable power grids with machine learning

no code implementations16 Aug 2021 Odin Foldvik Eikeland, Inga Setså Holmstrand, Sigurd Bakkejord, Matteo Chiesa, Filippo Maria Bianchi

The proposed approach allows to gain detailed insights on the occurrence of a specific fault, which are valuable for the distribution system operators to implement strategies to prevent and mitigate power disturbances.

BIG-bench Machine Learning

Large-scale detection and categorization of oil spills from SAR images with deep learning

no code implementations24 Jun 2020 Filippo Maria Bianchi, Martine M. Espeseth, Njål Borch

We propose a deep learning framework to detect and categorize oil spills in synthetic aperture radar (SAR) images at a large scale.

General Classification Image Segmentation +1

Hierarchical Representation Learning in Graph Neural Networks with Node Decimation Pooling

1 code implementation24 Oct 2019 Filippo Maria Bianchi, Daniele Grattarola, Lorenzo Livi, Cesare Alippi

In graph neural networks (GNNs), pooling operators compute local summaries of input graphs to capture their global properties, and they are fundamental for building deep GNNs that learn hierarchical representations.

Graph Classification Representation Learning

Snow avalanche segmentation in SAR images with Fully Convolutional Neural Networks

no code implementations11 Oct 2019 Filippo Maria Bianchi, Jakob Grahn, Markus Eckerstorfer, Eirik Malnes, Hannah Vickers

A visual inspection of the results generated by our deep learning model shows that only small avalanches are undetected, while some avalanches that were originally not labelled by the human expert are discovered.

Mincut Pooling in Graph Neural Networks

no code implementations25 Sep 2019 Filippo Maria Bianchi, Daniele Grattarola, Cesare Alippi

For each node, our method learns a soft cluster assignment vector that depends on the node features, the target inference task (e. g., a graph classification loss), and, thanks to the minCut objective, also on the connectivity structure of the graph.

Graph Classification

Time series cluster kernels to exploit informative missingness and incomplete label information

no code implementations10 Jul 2019 Karl Øyvind Mikalsen, Cristina Soguero-Ruiz, Filippo Maria Bianchi, Arthur Revhaug, Robert Jenssen

To overcome this limitation, we present a kernel capable of exploiting the potentially rich information in the missing values and patterns, as well as the information from the observed data.

Ensemble Learning Imputation +2

Noisy multi-label semi-supervised dimensionality reduction

no code implementations20 Feb 2019 Karl Øyvind Mikalsen, Cristina Soguero-Ruiz, Filippo Maria Bianchi, Robert Jenssen

With the proposed Noisy multi-label semi-supervised dimensionality reduction (NMLSDR) method, the noisy multi-labels are denoised and unlabeled data are labeled simultaneously via a specially designed label propagation algorithm.

Supervised dimensionality reduction

An Unsupervised Multivariate Time Series Kernel Approach for Identifying Patients with Surgical Site Infection from Blood Samples

no code implementations21 Mar 2018 Karl Øyvind Mikalsen, Cristina Soguero-Ruiz, Filippo Maria Bianchi, Arthur Revhaug, Robert Jenssen

A large fraction of the electronic health records consists of clinical measurements collected over time, such as blood tests, which provide important information about the health status of a patient.

General Classification Imputation +2

Time series kernel similarities for predicting Paroxysmal Atrial Fibrillation from ECGs

no code implementations21 Jan 2018 Filippo Maria Bianchi, Lorenzo Livi, Alberto Ferrante, Jelena Milosevic, Miroslaw Malek

We tackle the problem of classifying Electrocardiography (ECG) signals with the aim of predicting the onset of Paroxysmal Atrial Fibrillation (PAF).

Classification Electrocardiography (ECG) +3

Learning compressed representations of blood samples time series with missing data

1 code implementation20 Oct 2017 Filippo Maria Bianchi, Karl Øyvind Mikalsen, Robert Jenssen

Clinical measurements collected over time are naturally represented as multivariate time series (MTS), which often contain missing data.

General Classification Time Series +1

An overview and comparative analysis of Recurrent Neural Networks for Short Term Load Forecasting

no code implementations11 May 2017 Filippo Maria Bianchi, Enrico Maiorino, Michael C. Kampffmeyer, Antonello Rizzi, Robert Jenssen

Recently, new important families of recurrent architectures have emerged and their applicability in the context of load forecasting has not been investigated completely yet.

Load Forecasting Time Series +1

Time Series Cluster Kernel for Learning Similarities between Multivariate Time Series with Missing Data

1 code implementation3 Apr 2017 Karl Øyvind Mikalsen, Filippo Maria Bianchi, Cristina Soguero-Ruiz, Robert Jenssen

An ensemble learning approach is exploited to ensure robustness to parameters by combining the clustering results of many GMM to form the final kernel.

Clustering Ensemble Learning +2

Spectral Clustering using PCKID - A Probabilistic Cluster Kernel for Incomplete Data

no code implementations23 Feb 2017 Sigurd Løkse, Filippo Maria Bianchi, Arnt-Børre Salberg, Robert Jenssen

In this paper, we propose PCKID, a novel, robust, kernel function for spectral clustering, specifically designed to handle incomplete data.

Clustering

A clustering approach to heterogeneous change detection

no code implementations10 Feb 2017 Luigi Tommaso Luppino, Stian Normann Anfinsen, Gabriele Moser, Robert Jenssen, Filippo Maria Bianchi, Sebastiano Serpico, Gregoire Mercier

Change detection in heterogeneous multitemporal satellite images is a challenging and still not much studied topic in remote sensing and earth observation.

Change Detection Clustering +1

Deep Kernelized Autoencoders

no code implementations8 Feb 2017 Michael Kampffmeyer, Sigurd Løkse, Filippo Maria Bianchi, Robert Jenssen, Lorenzo Livi

In this paper we introduce the deep kernelized autoencoder, a neural network model that allows an explicit approximation of (i) the mapping from an input space to an arbitrary, user-specified kernel space and (ii) the back-projection from such a kernel space to input space.

Denoising

Temporal Overdrive Recurrent Neural Network

no code implementations18 Jan 2017 Filippo Maria Bianchi, Michael Kampffmeyer, Enrico Maiorino, Robert Jenssen

In this work we present a novel recurrent neural network architecture designed to model systems characterized by multiple characteristic timescales in their dynamics.

Time Series Time Series Prediction

Multiplex visibility graphs to investigate recurrent neural networks dynamics

no code implementations10 Sep 2016 Filippo Maria Bianchi, Lorenzo Livi, Cesare Alippi, Robert Jenssen

We show that topological properties of such a multiplex reflect important features of RNN dynamics and are used to guide the tuning procedure.

Time Series Time Series Analysis

Determination of the edge of criticality in echo state networks through Fisher information maximization

no code implementations11 Mar 2016 Lorenzo Livi, Filippo Maria Bianchi, Cesare Alippi

In this paper, we aim at addressing this issue by proposing a theoretically motivated, unsupervised method based on Fisher information for determining the edge of criticality in recurrent neural networks.

Investigating echo state networks dynamics by means of recurrence analysis

no code implementations26 Jan 2016 Filippo Maria Bianchi, Lorenzo Livi, Cesare Alippi

We verify that the determination of the edge of stability provided by such RQA measures is more accurate than two well-known criteria based on the Jacobian matrix of the reservoir.

Time Series Time Series Analysis

Data-driven detrending of nonstationary fractal time series with echo state networks

1 code implementation24 Oct 2015 Enrico Maiorino, Filippo Maria Bianchi, Lorenzo Livi, Antonello Rizzi, Alireza Sadeghian

We assume that such a dynamical process is predictable to a certain degree by means of a class of recurrent networks called Echo State Network (ESN), which are capable to model a generic dynamical process.

Time Series Time Series Analysis

An Agent-Based Algorithm exploiting Multiple Local Dissimilarities for Clusters Mining and Knowledge Discovery

no code implementations17 Sep 2014 Filippo Maria Bianchi, Enrico Maiorino, Lorenzo Livi, Antonello Rizzi, Alireza Sadeghian

We propose a multi-agent algorithm able to automatically discover relevant regularities in a given dataset, determining at the same time the set of configurations of the adopted parametric dissimilarity measure yielding compact and separated clusters.

Clustering

Cannot find the paper you are looking for? You can Submit a new open access paper.