Skip to main content

Showing 1–50 of 70 results for author: Micheli, A

.
  1. arXiv:2308.10587  [pdf, other

    cs.FL

    Formal Analysis and Verification of Max-Plus Linear Systems

    Authors: Muhammad Syifa'ul Mufid, Andrea Micheli, Alessandro Abate, Alessandro Cimatti

    Abstract: Max-Plus Linear (MPL) systems are an algebraic formalism with practical applications in transportation networks, manufacturing and biological systems. In this paper, we investigate the problem of automatically analyzing the properties of MPL, taking into account both structural properties such as transient and cyclicity, and the open problem of user-defined temporal properties. We propose Time-Dif… ▽ More

    Submitted 21 August, 2023; originally announced August 2023.

    Comments: 28 pages (including appendixes)

  2. Modeling Edge Features with Deep Bayesian Graph Networks

    Authors: Daniele Atzeni, Federico Errica, Davide Bacciu, Alessio Micheli

    Abstract: We propose an extension of the Contextual Graph Markov Model, a deep and probabilistic machine learning model for graphs, to model the distribution of edge features. Our approach is architectural, as we introduce an additional Bayesian network map** edge features into discrete states to be used by the original model. In doing so, we are also able to build richer graph representations even in the… ▽ More

    Submitted 17 August, 2023; originally announced August 2023.

    Comments: Releasing pre-print version to comply with TAILOR project requirements

  3. arXiv:2305.19717  [pdf, other

    cs.LG

    Is Rewiring Actually Helpful in Graph Neural Networks?

    Authors: Domenico Tortorella, Alessio Micheli

    Abstract: Graph neural networks compute node representations by performing multiple message-passing steps that consist in local aggregations of node features. Having deep models that can leverage longer-range interactions between nodes is hindered by the issues of over-smoothing and over-squashing. In particular, the latter is attributed to the graph topology which guides the message-passing, causing a node… ▽ More

    Submitted 31 May, 2023; originally announced May 2023.

  4. Addressing Heterophily in Node Classification with Graph Echo State Networks

    Authors: Alessio Micheli, Domenico Tortorella

    Abstract: Node classification tasks on graphs are addressed via fully-trained deep message-passing models that learn a hierarchy of node representations via multiple aggregations of a node's neighbourhood. While effective on graphs that exhibit a high ratio of intra-class edges, this approach poses challenges in the opposite case, i.e. heterophily, where nodes belonging to the same class are usually further… ▽ More

    Submitted 3 July, 2023; v1 submitted 14 May, 2023; originally announced May 2023.

    Comments: 15 pages, 10 figures. arXiv admin note: text overlap with arXiv:2212.06538

    Journal ref: Neurocomputing, vol. 550, article 126506 (2023)

  5. arXiv:2304.04640  [pdf, other

    cs.AI

    NeuroBench: A Framework for Benchmarking Neuromorphic Computing Algorithms and Systems

    Authors: Jason Yik, Korneel Van den Berghe, Douwe den Blanken, Younes Bouhadjar, Maxime Fabre, Paul Hueber, Denis Kleyko, Noah Pacik-Nelson, Pao-Sheng Vincent Sun, Guangzhi Tang, Shenqi Wang, Biyan Zhou, Soikat Hasan Ahmed, George Vathakkattil Joseph, Benedetto Leto, Aurora Micheli, Anurag Kumar Mishra, Gregor Lenz, Tao Sun, Zergham Ahmed, Mahmoud Akl, Brian Anderson, Andreas G. Andreou, Chiara Bartolozzi, Arindam Basu , et al. (73 additional authors not shown)

    Abstract: Neuromorphic computing shows promise for advancing computing efficiency and capabilities of AI applications using brain-inspired principles. However, the neuromorphic research field currently lacks standardized benchmarks, making it difficult to accurately measure technological advancements, compare performance with conventional methods, and identify promising future research directions. Prior neu… ▽ More

    Submitted 17 January, 2024; v1 submitted 10 April, 2023; originally announced April 2023.

    Comments: Updated from whitepaper to full perspective article preprint

  6. arXiv:2212.07226  [pdf, ps, other

    cs.AI

    An Efficient Incremental Simple Temporal Network Data Structure for Temporal Planning

    Authors: Andrea Micheli

    Abstract: One popular technique to solve temporal planning problems consists in decoupling the causal decisions, demanding them to heuristic search, from temporal decisions, demanding them to a simple temporal network (STN) solver. In this architecture, one needs to check the consistency of a series of STNs that are related one another, therefore having methods to incrementally re-use previous computations… ▽ More

    Submitted 11 August, 2023; v1 submitted 14 December, 2022; originally announced December 2022.

    Comments: V2: Fixed a typo in the algorithm pseudocode

  7. arXiv:2212.06538  [pdf, ps, other

    cs.LG

    Leave Graphs Alone: Addressing Over-Squashing without Rewiring

    Authors: Domenico Tortorella, Alessio Micheli

    Abstract: Recent works have investigated the role of graph bottlenecks in preventing long-range information propagation in message-passing graph neural networks, causing the so-called `over-squashing' phenomenon. As a remedy, graph rewiring mechanisms have been proposed as preprocessing steps. Graph Echo State Networks (GESNs) are a reservoir computing model for graphs, where node embeddings are recursively… ▽ More

    Submitted 13 December, 2022; originally announced December 2022.

    Comments: Extended Abstract. Presented at the First Learning on Graphs Conference (LoG 2022), Virtual Event, December 9-12, 2022

  8. arXiv:2211.10114  [pdf, other

    quant-ph gr-qc hep-th

    Comparing quantumness criteria

    Authors: Jerome Martin, Amaury Micheli, Vincent Vennin

    Abstract: Measuring the quantumness of a system can be done with a variety of methods. In this article we compare different criteria, namely quantum discord, Bell inequality violation and non-separability, for systems placed in a Gaussian state. When the state is pure, these criteria are equivalent, while we find that they do not necessarily coincide when decoherence takes place. Finally, we prove that thes… ▽ More

    Submitted 20 March, 2023; v1 submitted 18 November, 2022; originally announced November 2022.

    Comments: 8 pages without appendix (total 19 pages), 5 figures. Matches published version in EPL

  9. arXiv:2211.00182  [pdf, other

    gr-qc quant-ph

    Quantum cosmological gravitational waves?

    Authors: Amaury Micheli, Patrick Peter

    Abstract: General relativity and its cosmological solution predicts the existence of tensor modes of perturbations evolving on top of our Friedman-Lemaître-Robertson-Walker expanding Universe. Being gauge invariant and not necessarily coupled to other quantum sources, they can be seen as representing pure gravity. Unambiguously showing they are indeed to be quantised would thus provide an unquestionable pro… ▽ More

    Submitted 18 January, 2023; v1 submitted 31 October, 2022; originally announced November 2022.

    Comments: Invited chapter for the Section "Perturbative Quantum Gravity" of the "Handbook of Quantum Gravity" (Eds. C. Bambi, L. Modesto and I.L. Shapiro, Springer Singapore, expected in 2023). New version matches the accepted version

  10. Beyond Homophily with Graph Echo State Networks

    Authors: Domenico Tortorella, Alessio Micheli

    Abstract: Graph Echo State Networks (GESN) have already demonstrated their efficacy and efficiency in graph classification tasks. However, semi-supervised node classification brought out the problem of over-smoothing in end-to-end trained deep models, which causes a bias towards high homophily graphs. We evaluate for the first time GESN on node classification tasks with different degrees of homophily, analy… ▽ More

    Submitted 27 October, 2022; originally announced October 2022.

    Comments: Accepted for oral presentation at ESANN 2022

    Journal ref: Proceedings of the 30th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN 2022), pp. 491-496

  11. arXiv:2210.01901  [pdf, other

    q-fin.TR

    Fast and Slow Optimal Trading with Exogenous Information

    Authors: Rama Cont, Alessandro Micheli, Eyal Neuman

    Abstract: We consider a stochastic game between a slow institutional investor and a high-frequency trader who are trading a risky asset and their aggregated order-flow impacts the asset price. We model this system by means of two coupled stochastic control problems, in which the high-frequency trader exploits the available information on a price predicting signal more frequently, but is also subject to peri… ▽ More

    Submitted 23 June, 2023; v1 submitted 4 October, 2022; originally announced October 2022.

    Comments: 66 pages, 6 figures

    MSC Class: 49N70; 49N90; 93E20; 60H30

  12. Phonon decay in 1D atomic Bose quasicondensates via Beliaev-Landau dam**

    Authors: Amaury Micheli, Scott Robertson

    Abstract: In a 1D Bose gas, there is no non-trivial scattering channel involving three Bogoliubov quasiparticles that conserves both energy and momentum. Nevertheless, we show that such 3-wave mixing processes (Beliaev and Landau dam**) account for their decay via interactions with thermal fluctuations. Within an appropriate time window where the Fermi Golden Rule is expected to apply, the occupation numb… ▽ More

    Submitted 22 December, 2022; v1 submitted 31 May, 2022; originally announced May 2022.

    Comments: 12 pages, 6 figures; Appendices: 16 pages, 8 figures; Version accepted for publication in Physical Review B

  13. arXiv:2204.11503  [pdf, other

    eess.SP

    Brain-Computer Interfaces: Investigating the Transition from Visually Evoked to Purely Imagined Steady-State Potentials

    Authors: Arturo Micheli, Davide Consoli, Adrien Merlini, Paolo Ricci, Francesco P. Andriulli

    Abstract: Brain-Computer Interfaces (BCIs) based on Steady State Visually Evoked Potentials (SSVEPs) have proven effective and provide significant accuracy and information-transfer rates. This family of strategies, however, requires external devices that provide the frequency stimuli required by the technique. This limits the scenarios in which they can be applied, especially when compared to other BCI appr… ▽ More

    Submitted 25 April, 2022; originally announced April 2022.

  14. arXiv:2112.05037  [pdf, other

    quant-ph astro-ph.CO hep-th

    Discord and Decoherence

    Authors: Jerome Martin, Amaury Micheli, Vincent Vennin

    Abstract: In quantum information theory, quantum discord has been proposed as a tool to characterise the presence of "quantum correlations" between the subparts of a given system. Whether a system behaves quantum-mechanically or classically is believed to be impacted by the phenomenon of decoherence, which originates from the unavoidable interaction between this system and an environment. Generically, decoh… ▽ More

    Submitted 19 October, 2022; v1 submitted 9 December, 2021; originally announced December 2021.

    Comments: 35 pages without appendices (total 57 pages), 10 figures, typo corrected in the labels of figure 3

  15. arXiv:2112.02961  [pdf, other

    q-fin.MF math.PR

    Closed-Loop Nash Competition for Liquidity

    Authors: Alessandro Micheli, Johannes Muhle-Karbe, Eyal Neuman

    Abstract: We study a multi-player stochastic differential game, where agents interact through their joint price impact on an asset that they trade to exploit a common trading signal. In this context, we prove that a closed-loop Nash equilibrium exists if the price impact parameter is small enough. Compared to the corresponding open-loop Nash equilibrium, both the agents' optimal trading rates and their perf… ▽ More

    Submitted 21 June, 2023; v1 submitted 6 December, 2021; originally announced December 2021.

    Comments: 41 pages, 5 figures, supplementary appendix

    MSC Class: 49N90; 91A25; 91G10; 93E20

  16. Dynamic Graph Echo State Networks

    Authors: Domenico Tortorella, Alessio Micheli

    Abstract: Dynamic temporal graphs represent evolving relations between entities, e.g. interactions between social network users or infection spreading. We propose an extension of graph echo state networks for the efficient processing of dynamic temporal graphs, with a sufficient condition for their echo state property, and an experimental analysis of reservoir layout impact. Compared to temporal graph kerne… ▽ More

    Submitted 27 October, 2022; v1 submitted 16 October, 2021; originally announced October 2021.

    Comments: Accepted for oral presentation at ESANN 2021

    Journal ref: Proceedings of the 29th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN 2021), pp. 99-104

  17. arXiv:2107.06543  [pdf, other

    cs.AI cs.LG

    TEACHING -- Trustworthy autonomous cyber-physical applications through human-centred intelligence

    Authors: Davide Bacciu, Siranush Akarmazyan, Eric Armengaud, Manlio Bacco, George Bravos, Calogero Calandra, Emanuele Carlini, Antonio Carta, Pietro Cassara, Massimo Coppola, Charalampos Davalas, Patrizio Dazzi, Maria Carmela Degennaro, Daniele Di Sarli, Jürgen Dobaj, Claudio Gallicchio, Sylvain Girbal, Alberto Gotta, Riccardo Groppo, Vincenzo Lomonaco, Georg Macher, Daniele Mazzei, Gabriele Mencagli, Dimitrios Michail, Alessio Micheli , et al. (10 additional authors not shown)

    Abstract: This paper discusses the perspective of the H2020 TEACHING project on the next generation of autonomous applications running in a distributed and highly heterogeneous environment comprising both virtual and physical resources spanning the edge-cloud continuum. TEACHING puts forward a human-centred vision leveraging the physiological, emotional, and cognitive state of the users as a driver for the… ▽ More

    Submitted 14 July, 2021; originally announced July 2021.

  18. arXiv:2104.10132  [pdf, other

    cs.LG cs.AI stat.ML

    Phase Transition Adaptation

    Authors: Claudio Gallicchio, Alessio Micheli, Luca Silvestri

    Abstract: Artificial Recurrent Neural Networks are a powerful information processing abstraction, and Reservoir Computing provides an efficient strategy to build robust implementations by projecting external inputs into high dimensional dynamical system trajectories. In this paper, we propose an extension of the original approach, a local unsupervised learning mechanism we call Phase Transition Adaptation,… ▽ More

    Submitted 20 April, 2021; originally announced April 2021.

    Comments: Accepted at IJCNN 2021

  19. arXiv:2104.04710  [pdf, other

    cs.LG cs.NE stat.ML

    Pyramidal Reservoir Graph Neural Network

    Authors: Filippo Maria Bianchi, Claudio Gallicchio, Alessio Micheli

    Abstract: We propose a deep Graph Neural Network (GNN) model that alternates two types of layers. The first type is inspired by Reservoir Computing (RC) and generates new vertex features by iterating a non-linear map until it converges to a fixed point. The second type of layer implements graph pooling operations, that gradually reduce the support graph and the vertex features, and further improve the compu… ▽ More

    Submitted 10 April, 2021; originally announced April 2021.

    Comments: this is a pre-print version of a paper submitted for journal publication

  20. arXiv:2012.03085  [pdf, other

    cs.LG cs.AI stat.ML

    Graph Mixture Density Networks

    Authors: Federico Errica, Davide Bacciu, Alessio Micheli

    Abstract: We introduce the Graph Mixture Density Networks, a new family of machine learning models that can fit multimodal output distributions conditioned on graphs of arbitrary topology. By combining ideas from mixture models and graph representation learning, we address a broader class of challenging conditional density estimation problems that rely on structured data. In this respect, we evaluate our me… ▽ More

    Submitted 25 June, 2021; v1 submitted 5 December, 2020; originally announced December 2020.

    Journal ref: Proceedings of the 38th International Conference on Machine Learning, PMLR 139 (2021)

  21. arXiv:2007.08658  [pdf, ps, other

    physics.comp-ph cond-mat.soft cs.LG stat.ML

    Accelerating the identification of informative reduced representations of proteins with deep learning for graphs

    Authors: Federico Errica, Marco Giulini, Davide Bacciu, Roberto Menichetti, Alessio Micheli, Raffaello Potestio

    Abstract: The limits of molecular dynamics (MD) simulations of macromolecules are steadily pushed forward by the relentless developments of computer architectures and algorithms. This explosion in the number and extent (in size and time) of MD trajectories induces the need of automated and transferable methods to rationalise the raw data and make quantitative sense out of them. Recently, an algorithmic appr… ▽ More

    Submitted 14 July, 2020; originally announced July 2020.

  22. arXiv:2007.00505  [pdf, other

    eess.SY cs.LO

    Computation of the Transient in Max-Plus Linear Systems via SMT-Solving

    Authors: Alessandro Abate, Alessandro Cimatti, Andrea Micheli, Muhammad Syifa'ul Mufid

    Abstract: This paper proposes a new approach, grounded in Satisfiability Modulo Theories (SMT), to study the transient of a Max-Plus Linear (MPL) system, that is the number of steps leading to its periodic regime. Differently from state-of-the-art techniques, our approach allows the analysis of periodic behaviors for subsets of initial states, as well as the characterization of sets of initial states exhibi… ▽ More

    Submitted 7 July, 2020; v1 submitted 1 July, 2020; originally announced July 2020.

    Comments: The paper consists of 22 pages (including references and Appendix). It is accepted in FORMATS 2020 First revision

  23. arXiv:2006.07456  [pdf, other

    q-fin.TR q-fin.PM

    Evidence of Crowding on Russell 3000 Reconstitution Events

    Authors: Alessandro Micheli, Eyal Neuman

    Abstract: We develop a methodology which replicates in great accuracy the FTSE Russell indexes reconstitutions, including the quarterly rebalancings due to new initial public offerings (IPOs). While using only data available in the CRSP US Stock database for our index reconstruction, we demonstrate the accuracy of this methodology by comparing it to the original Russell US indexes for the time period betwee… ▽ More

    Submitted 22 September, 2022; v1 submitted 12 June, 2020; originally announced June 2020.

    Comments: 35 pages, 9 figures

  24. arXiv:2005.05294  [pdf, other

    cs.LG cs.NE stat.ML

    Ring Reservoir Neural Networks for Graphs

    Authors: Claudio Gallicchio, Alessio Micheli

    Abstract: Machine Learning for graphs is nowadays a research topic of consolidated relevance. Common approaches in the field typically resort to complex deep neural network architectures and demanding training algorithms, highlighting the need for more efficient solutions. The class of Reservoir Computing (RC) models can play an important role in this context, enabling to develop fruitful graph embeddings t… ▽ More

    Submitted 11 May, 2020; originally announced May 2020.

    Comments: Accepted for IJCNN/WCCI 2020

  25. Higgs self-coupling measurements using deep learning in the $b\bar{b}b\bar{b}$ final state

    Authors: Jacob Amacker, William Balunas, Lydia Beresford, Daniela Bortoletto, James Frost, Cigdem Issever, Jesse Liu, James McKee, Alessandro Micheli, Santiago Paredes Saenz, Michael Spannowsky, Beojan Stanislaus

    Abstract: Measuring the Higgs trilinear self-coupling $λ_{hhh}$ is experimentally demanding but fundamental for understanding the shape of the Higgs potential. We present a comprehensive analysis strategy for the HL-LHC using di-Higgs events in the four $b$-quark channel ($hh \to 4b$), extending current methods in several directions. We perform deep learning to suppress the formidable multijet background wi… ▽ More

    Submitted 12 October, 2020; v1 submitted 8 April, 2020; originally announced April 2020.

    Comments: 36 pages, 15 figures + bibliography and appendices

    Report number: IPPP/20/11

    Journal ref: JHEP 12 (2020) 115

  26. arXiv:2003.09401  [pdf, other

    cs.RO

    Robust Plan Execution with Unexpected Observations

    Authors: Oscar Lima, Michael Cashmore, Daniele Magazzeni, Andrea Micheli, Rodrigo Ventura

    Abstract: In order to ensure the robust actuation of a plan, execution must be adaptable to unexpected situations in the world and to exogenous events. This is critical in domains in which committing to a wrong ordering of actions can cause the plan failure, even when all the actions succeed. We propose an approach to the execution of a task plan that permits some adaptability to unexpected observations of… ▽ More

    Submitted 20 March, 2020; originally announced March 2020.

    Comments: Preprint, not submitted to any conference yet

    ACM Class: I.2.9

  27. arXiv:2002.12826  [pdf, ps, other

    stat.ML cs.LG

    A Deep Generative Model for Fragment-Based Molecule Generation

    Authors: Marco Podda, Davide Bacciu, Alessio Micheli

    Abstract: Molecule generation is a challenging open problem in cheminformatics. Currently, deep generative approaches addressing the challenge belong to two broad categories, differing in how molecules are represented. One approach encodes molecular graphs as strings of text, and learns their corresponding character-based language model. Another, more expressive, approach operates directly on the molecular… ▽ More

    Submitted 28 February, 2020; originally announced February 2020.

    Journal ref: PMLR 108:2240-2250 (2020)

  28. arXiv:2002.03866  [pdf, other

    cs.LG eess.SP stat.ML

    Machine learning approaches for identifying prey handling activity in otariid pinnipeds

    Authors: Rita Pucci, Alessio Micheli, Stefano Chessa, Jane Hunter

    Abstract: Systems developed in wearable devices with sensors onboard are widely used to collect data of humans and animals activities with the perspective of an on-board automatic classification of data. An interesting application of these systems is to support animals' behaviour monitoring gathered by sensors' data analysis. This is a challenging area and in particular with fixed memories capabilities beca… ▽ More

    Submitted 10 February, 2020; originally announced February 2020.

  29. Edge-based sequential graph generation with recurrent neural networks

    Authors: Davide Bacciu, Alessio Micheli, Marco Podda

    Abstract: Graph generation with Machine Learning is an open problem with applications in various research fields. In this work, we propose to cast the generative process of a graph into a sequential one, relying on a node ordering procedure. We use this sequential process to design a novel generative model composed of two recurrent neural networks that learn to predict the edges of graphs: the first network… ▽ More

    Submitted 31 January, 2020; originally announced February 2020.

  30. arXiv:2001.09005  [pdf, ps, other

    cs.LG cs.AI stat.ML

    Theoretically Expressive and Edge-aware Graph Learning

    Authors: Federico Errica, Davide Bacciu, Alessio Micheli

    Abstract: We propose a new Graph Neural Network that combines recent advancements in the field. We give theoretical contributions by proving that the model is strictly more general than the Graph Isomorphism Network and the Gated Graph Neural Network, as it can approximate the same functions and deal with arbitrary edge values. Then, we show how a single node information can flow through the graph unchanged… ▽ More

    Submitted 24 January, 2020; originally announced January 2020.

  31. arXiv:1912.12693  [pdf, ps, other

    cs.LG cs.SI stat.ML

    A Gentle Introduction to Deep Learning for Graphs

    Authors: Davide Bacciu, Federico Errica, Alessio Micheli, Marco Podda

    Abstract: The adaptive processing of graph data is a long-standing research topic which has been lately consolidated as a theme of major interest in the deep learning community. The snap increase in the amount and breadth of related research has come at the price of little systematization of knowledge and attention to earlier literature. This work is designed as a tutorial introduction to the field of deep… ▽ More

    Submitted 15 June, 2020; v1 submitted 29 December, 2019; originally announced December 2019.

  32. arXiv:1912.09893  [pdf, ps, other

    cs.LG stat.ML

    A Fair Comparison of Graph Neural Networks for Graph Classification

    Authors: Federico Errica, Marco Podda, Davide Bacciu, Alessio Micheli

    Abstract: Experimental reproducibility and replicability are critical topics in machine learning. Authors have often raised concerns about their lack in scientific publications to improve the quality of the field. Recently, the graph representation learning field has attracted the attention of a wide research community, which resulted in a large stream of works. As such, several Graph Neural Network models… ▽ More

    Submitted 17 February, 2022; v1 submitted 20 December, 2019; originally announced December 2019.

    Comments: Extended version of the paper published at the International Conference on Learning Representations (ICLR), 2020. Additional results are shown in the appendix

  33. arXiv:1912.09753  [pdf, other

    math.CO

    Regions of the type C Catalan arrangement

    Authors: Anne Micheli, Vu Nguyen Dinh

    Abstract: In this paper, we give a bijection between rooted labeled ordered forests with a selected subset of their leaves and the regions of the type $C$ Catalan arrangement in $\R^n$. We thus obtain a bijective proof of the well-known enumeration formula of these regions ${2^n}n! \binom{2n}{n}$.

    Submitted 20 April, 2020; v1 submitted 20 December, 2019; originally announced December 2019.

    Comments: 10 pages, 3 figures

  34. arXiv:1911.08941  [pdf, other

    cs.LG math.DS stat.ML

    Fast and Deep Graph Neural Networks

    Authors: Claudio Gallicchio, Alessio Micheli

    Abstract: We address the efficiency issue for the construction of a deep graph neural network (GNN). The approach exploits the idea of representing each input graph as a fixed point of a dynamical system (implemented through a recurrent neural network), and leverages a deep architectural organization of the recurrent units. Efficiency is gained by many aspects, including the use of small and very sparse net… ▽ More

    Submitted 20 November, 2019; originally announced November 2019.

    Comments: Pre-print of 'Fast and Deep Graph Neural Networks', accepted for AAAI 2020. This document includes the Supplementary Material

  35. arXiv:1911.07318  [pdf, other

    cs.AI

    Towards Efficient Anytime Computation and Execution of Decoupled Robustness Envelopes for Temporal Plans

    Authors: Michael Cashmore, Alessandro Cimatti, Daniele Magazzeni, Andrea Micheli, Parisa Zehtabi

    Abstract: One of the major limitations for the employment of model-based planning and scheduling in practical applications is the need of costly re-planning when an incongruence between the observed reality and the formal model is encountered during execution. Robustness Envelopes characterize the set of possible contingencies that a plan is able to address without re-planning, but their exact computation i… ▽ More

    Submitted 17 November, 2019; originally announced November 2019.

    Comments: 8 pages, 5 figures

  36. arXiv:1909.11581  [pdf, ps, other

    cs.AI

    Temporal Planning with Intermediate Conditions and Effects

    Authors: Alessandro Valentini, Andrea Micheli, Alessandro Cimatti

    Abstract: Automated temporal planning is the technology of choice when controlling systems that can execute more actions in parallel and when temporal constraints, such as deadlines, are needed in the model. One limitation of several action-based planning systems is that actions are modeled as intervals having conditions and effects only at the extremes and as invariants, but no conditions nor effects can b… ▽ More

    Submitted 25 September, 2019; originally announced September 2019.

  37. arXiv:1909.11022  [pdf, ps, other

    cs.LG cs.NE stat.ML

    Reservoir Topology in Deep Echo State Networks

    Authors: Claudio Gallicchio, Alessio Micheli

    Abstract: Deep Echo State Networks (DeepESNs) recently extended the applicability of Reservoir Computing (RC) methods towards the field of deep learning. In this paper we study the impact of constrained reservoir topologies in the architectural design of deep reservoirs, through numerical experiments on several RC benchmarks. The major outcome of our investigation is to show the remarkable effect, in terms… ▽ More

    Submitted 24 September, 2019; originally announced September 2019.

    Comments: Preprint of the paper published in the proceedings of ICANN 2019

  38. arXiv:1905.06147  [pdf, ps, other

    cs.LG stat.ML

    Embeddings and Representation Learning for Structured Data

    Authors: Benjamin Paaßen, Claudio Gallicchio, Alessio Micheli, Alessandro Sperduti

    Abstract: Performing machine learning on structured data is complicated by the fact that such data does not have vectorial form. Therefore, multiple approaches have emerged to construct vectorial representations of structured data, from kernel and distance approaches to recurrent, recursive, and convolutional neural networks. Recent years have seen heightened attention in this demanding field of research an… ▽ More

    Submitted 15 May, 2019; originally announced May 2019.

    Comments: Oral presentation at the 27th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning (ESANN 2019) in Bruges, Belgium, on April 24th, 2019

    Journal ref: Proc. ESANN (2019), 85-94

  39. arXiv:1903.05174  [pdf, ps, other

    cs.LG cs.AI cs.NE stat.ML

    Richness of Deep Echo State Network Dynamics

    Authors: Claudio Gallicchio, Alessio Micheli

    Abstract: Reservoir Computing (RC) is a popular methodology for the efficient design of Recurrent Neural Networks (RNNs). Recently, the advantages of the RC approach have been extended to the context of multi-layered RNNs, with the introduction of the Deep Echo State Network (DeepESN) model. In this paper, we study the quality of state dynamics in progressively higher layers of DeepESNs, using tools from th… ▽ More

    Submitted 24 September, 2019; v1 submitted 12 March, 2019; originally announced March 2019.

    Comments: Preprint of the paper accepted at IWANN 2019

  40. arXiv:1812.11527  [pdf, ps, other

    cs.LG cs.NE stat.ML

    Comparison between DeepESNs and gated RNNs on multivariate time-series prediction

    Authors: Claudio Gallicchio, Alessio Micheli, Luca Pedrelli

    Abstract: We propose an experimental comparison between Deep Echo State Networks (DeepESNs) and gated Recurrent Neural Networks (RNNs) on multivariate time-series prediction tasks. In particular, we compare reservoir and fully-trained RNNs able to represent signals featured by multiple time-scales dynamics. The analysis is performed in terms of efficiency and prediction accuracy on 4 polyphonic music tasks.… ▽ More

    Submitted 20 November, 2019; v1 submitted 30 December, 2018; originally announced December 2018.

    Comments: Preprint version of Claudio Gallicchio, Alessio Micheli and Luca Pedrelli (2019) Comparison between DeepESNs and gated RNNs on multivariate time-series prediction. In: ESANN 2019 proceedings, European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning. Bruges (Belgium), 24-26 April 2019, i6doc.com publ., ISBN 978-287-587-065-0

  41. arXiv:1806.05009  [pdf, ps, other

    cs.LG stat.ML

    Tree Edit Distance Learning via Adaptive Symbol Embeddings

    Authors: Benjamin Paaßen, Claudio Gallicchio, Alessio Micheli, Barbara Hammer

    Abstract: Metric learning has the aim to improve classification accuracy by learning a distance measure which brings data points from the same class closer together and pushes data points from different classes further apart. Recent research has demonstrated that metric learning approaches can also be applied to trees, such as molecular structures, abstract syntax trees of computer programs, or syntax trees… ▽ More

    Submitted 16 July, 2018; v1 submitted 13 June, 2018; originally announced June 2018.

    Comments: Paper at the International Conference of Machine Learning (2018), 2018-07-10 to 2018-07-15 in Stockholm, Sweden

    Journal ref: Proceedings of Machine Learning Research 80 (2018) 3973-3982

  42. arXiv:1805.10636  [pdf, other

    cs.LG cs.AI cs.NE stat.ML

    Contextual Graph Markov Model: A Deep and Generative Approach to Graph Processing

    Authors: Davide Bacciu, Federico Errica, Alessio Micheli

    Abstract: We introduce the Contextual Graph Markov Model, an approach combining ideas from generative models and neural networks for the processing of graph data. It founds on a constructive methodology to build a deep architecture comprising layers of probabilistic models that learn to encode the structured information in an incremental fashion. Context is diffused in an efficient and scalable way across t… ▽ More

    Submitted 25 November, 2019; v1 submitted 27 May, 2018; originally announced May 2018.

    Journal ref: Proceedings of the 35th International Conference on Machine Learning, PMLR 80 (2018) 294-303

  43. arXiv:1802.06708  [pdf, other

    cs.LG

    Deep Echo State Networks for Diagnosis of Parkinson's Disease

    Authors: Claudio Gallicchio, Alessio Micheli, Luca Pedrelli

    Abstract: In this paper, we introduce a novel approach for diagnosis of Parkinson's Disease (PD) based on deep Echo State Networks (ESNs). The identification of PD is performed by analyzing the whole time-series collected from a tablet device during the sketching of spiral tests, without the need for feature extraction and data preprocessing. We evaluated the proposed approach on a public dataset of spiral… ▽ More

    Submitted 19 February, 2018; originally announced February 2018.

    Comments: This is a pre-print of the paper submitted to the European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning, ESANN 2018

  44. arXiv:1712.04323  [pdf, ps, other

    cs.LG cs.AI stat.ML

    Deep Echo State Network (DeepESN): A Brief Survey

    Authors: Claudio Gallicchio, Alessio Micheli

    Abstract: The study of deep recurrent neural networks (RNNs) and, in particular, of deep Reservoir Computing (RC) is gaining an increasing research attention in the neural networks community. The recently introduced Deep Echo State Network (DeepESN) model opened the way to an extremely efficient approach for designing deep neural networks for temporal data. At the same time, the study of DeepESNs allowed to… ▽ More

    Submitted 25 September, 2020; v1 submitted 12 December, 2017; originally announced December 2017.

  45. arXiv:1705.05782  [pdf, other

    cs.LG stat.ML

    Hierarchical Temporal Representation in Linear Reservoir Computing

    Authors: Claudio Gallicchio, Alessio Micheli, Luca Pedrelli

    Abstract: Recently, studies on deep Reservoir Computing (RC) highlighted the role of layering in deep recurrent neural networks (RNNs). In this paper, the use of linear recurrent units allows us to bring more evidence on the intrinsic hierarchical temporal representation in deep RNNs through frequency analysis applied to the state signals. The potentiality of our approach is assessed on the class of Multipl… ▽ More

    Submitted 10 July, 2017; v1 submitted 16 May, 2017; originally announced May 2017.

    Comments: This is a pre-print of the paper submitted to the 27th Italian Workshop on Neural Networks, WIRN 2017

  46. arXiv:1504.07513  [pdf, other

    cs.SE

    The xSAP Safety Analysis Platform

    Authors: Benjamin Bittner, Marco Bozzano, Roberto Cavada, Alessandro Cimatti, Marco Gario, Alberto Griggio, Cristian Mattarei, Andrea Micheli, Gianni Zampedri

    Abstract: This paper describes the xSAP safety analysis platform. xSAP provides several model-based safety analysis features for finite- and infinite-state synchronous transition systems. In particular, it supports library-based definition of fault modes, an automatic model extension facility, generation of safety analysis artifacts such as Dynamic Fault Trees (DFTs) and Failure Mode and Effects Analysis (F… ▽ More

    Submitted 29 April, 2015; v1 submitted 28 April, 2015; originally announced April 2015.

  47. arXiv:1012.5589  [pdf, ps, other

    cond-mat.quant-gas cond-mat.supr-con

    Bilayer superfluidity of fermionic polar molecules: many body effects

    Authors: M. A. Baranov, A. Micheli, S. Ronen, P. Zoller

    Abstract: We study the BCS superfluid transition in a single-component fermionic gas of dipolar particles loaded in a tight bilayer trap, with the electric dipole moments polarized perpendicular to the layers. Based on the detailed analysis of the interlayer scattering, we calculate the critical temperature of the interlayer superfluid pairing transition when the layer separation is both smaller (dilute reg… ▽ More

    Submitted 27 December, 2010; originally announced December 2010.

    Comments: 23 pages, 10 figures, final approval from S. Ronen was not received due to his no-response

  48. arXiv:1005.2403  [pdf, other

    cond-mat.quant-gas cond-mat.stat-mech

    A superfluid-droplet crystal and a free-space supersolid in a dipole-blockaded gas

    Authors: F. Cinti, P. Jain, M. Boninsegni, A. Micheli, P. Zoller, G. Pupillo

    Abstract: A novel supersolid phase is predicted for an ensemble of Rydberg atoms in the dipole-blockade regime, interacting via a repulsive dipolar potential "softened" at short distances. Using exact numerical techniques, we study the low temperature phase diagram of this system, and observe an intriguing phase consisting of a crystal of mesoscopic superfluid droplets. At low temperature, phase coherence t… ▽ More

    Submitted 21 September, 2010; v1 submitted 13 May, 2010; originally announced May 2010.

    Comments: 4 pages, 4 figures

    Journal ref: DOI: Phys. Rev. Lett. 105, 135301 (2010)

  49. arXiv:1004.5420  [pdf, other

    physics.atom-ph cond-mat.quant-gas quant-ph

    Universal rates for reactive ultracold polar molecules in reduced dimensions

    Authors: Andrea Micheli, Zbigniew Idziaszek, Guido Pupillo, Mikhail A. Baranov, Peter Zoller, Paul S. Julienne

    Abstract: Analytic expressions describe universal elastic and reactive rates of quasi-two-dimensional and quasi-one-dimensional collisions of highly reactive ultracold molecules interacting by a van der Waals potential. Exact and approximate calculations for the example species of KRb show that stability and evaporative cooling can be realized for spin-polarized fermions at moderate dipole and trap** str… ▽ More

    Submitted 29 April, 2010; originally announced April 2010.

    Comments: 4 pages, 3 figures

    Journal ref: Phys. Rev. Lett. 105, 073202 (2010)

  50. arXiv:1003.5858  [pdf, other

    cond-mat.quant-gas quant-ph

    Dynamical crystal creation with polar molecules or Rydberg atoms in optical lattices

    Authors: J. Schachenmayer, I. Lesanovsky, A. Micheli, A. J. Daley

    Abstract: We investigate the dynamical formation of crystalline states with systems of polar molecules or Rydberg atoms loaded into a deep optical lattice. External fields in these systems can be used to couple the atoms or molecules between two internal states: one that is weakly interacting and one that exhibits a strong dipole-dipole interaction. By appropriate time variation of the external fields, we s… ▽ More

    Submitted 17 January, 2011; v1 submitted 30 March, 2010; originally announced March 2010.

    Comments: 15 pages, 13 figures

    Journal ref: New J. Phys. 12 103044 (2010)