Skip to main content

Showing 1–18 of 18 results for author: Tiezzi, M

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.09062  [pdf, other

    cs.LG

    State-Space Modeling in Long Sequence Processing: A Survey on Recurrence in the Transformer Era

    Authors: Matteo Tiezzi, Michele Casoni, Alessandro Betti, Marco Gori, Stefano Melacci

    Abstract: Effectively learning from sequential data is a longstanding goal of Artificial Intelligence, especially in the case of long sequences. From the dawn of Machine Learning, several researchers engaged in the search of algorithms and architectures capable of processing sequences of patterns, retaining information about the past inputs while still leveraging the upcoming data, without losing precious l… ▽ More

    Submitted 13 June, 2024; originally announced June 2024.

    Comments: Currently under review

  2. arXiv:2402.08132  [pdf, ps, other

    cs.LG

    On the Resurgence of Recurrent Models for Long Sequences -- Survey and Research Opportunities in the Transformer Era

    Authors: Matteo Tiezzi, Michele Casoni, Alessandro Betti, Tommaso Guidi, Marco Gori, Stefano Melacci

    Abstract: A longstanding challenge for the Machine Learning community is the one of develo** models that are capable of processing and learning from very long sequences of data. The outstanding results of Transformers-based networks (e.g., Large Language Models) promotes the idea of parallel attention as the key to succeed in such a challenge, obfuscating the role of classic sequential processing of Recur… ▽ More

    Submitted 14 February, 2024; v1 submitted 12 February, 2024; originally announced February 2024.

    Comments: Under review

  3. arXiv:2312.09310  [pdf, ps, other

    math.OC cs.AI

    Neural Time-Reversed Generalized Riccati Equation

    Authors: Alessandro Betti, Michele Casoni, Marco Gori, Simone Marullo, Stefano Melacci, Matteo Tiezzi

    Abstract: Optimal control deals with optimization problems in which variables steer a dynamical system, and its outcome contributes to the objective function. Two classical approaches to solving these problems are Dynamic Programming and the Pontryagin Maximum Principle. In both approaches, Hamiltonian equations offer an interpretation of optimality through auxiliary variables known as costates. However, Ha… ▽ More

    Submitted 14 December, 2023; originally announced December 2023.

  4. arXiv:2306.02947  [pdf, other

    cs.LG cs.CV

    Continual Learning with Pretrained Backbones by Tuning in the Input Space

    Authors: Simone Marullo, Matteo Tiezzi, Marco Gori, Stefano Melacci, Tinne Tuytelaars

    Abstract: The intrinsic difficulty in adapting deep learning models to non-stationary environments limits the applicability of neural networks to real-world tasks. This issue is critical in practical supervised learning settings, such as the ones in which a pre-trained model computes projections toward a latent space where different task predictors are sequentially learned over time. As a matter of fact, in… ▽ More

    Submitted 8 June, 2023; v1 submitted 5 June, 2023; originally announced June 2023.

  5. arXiv:2210.09147  [pdf, other

    cs.LG

    PARTIME: Scalable and Parallel Processing Over Time with Deep Neural Networks

    Authors: Enrico Meloni, Lapo Faggi, Simone Marullo, Alessandro Betti, Matteo Tiezzi, Marco Gori, Stefano Melacci

    Abstract: In this paper, we present PARTIME, a software library written in Python and based on PyTorch, designed specifically to speed up neural networks whenever data is continuously streamed over time, for both learning and inference. Existing libraries are designed to exploit data-level parallelism, assuming that samples are batched, a condition that is not naturally met in applications that are based… ▽ More

    Submitted 2 December, 2022; v1 submitted 17 October, 2022; originally announced October 2022.

    Comments: 9 pages, accepted at International Conference on Machine Learning and Applications

  6. arXiv:2204.12193  [pdf, other

    cs.CV cs.AI cs.LG

    Stochastic Coherence Over Attention Trajectory For Continuous Learning In Video Streams

    Authors: Matteo Tiezzi, Simone Marullo, Lapo Faggi, Enrico Meloni, Alessandro Betti, Stefano Melacci

    Abstract: Devising intelligent agents able to live in an environment and learn by observing the surroundings is a longstanding goal of Artificial Intelligence. From a bare Machine Learning perspective, challenges arise when the agent is prevented from leveraging large fully-annotated dataset, but rather the interactions with supervisory signals are sparsely distributed over space and time. This paper propos… ▽ More

    Submitted 26 April, 2022; originally announced April 2022.

    Comments: Accepted for publication in the 31st International Joint Conference on Artificial Intelligence (IJCAI-ECAI 2022)

  7. arXiv:2112.09968  [pdf, other

    cs.LG

    Being Friends Instead of Adversaries: Deep Networks Learn from Data Simplified by Other Networks

    Authors: Simone Marullo, Matteo Tiezzi, Marco Gori, Stefano Melacci

    Abstract: Amongst a variety of approaches aimed at making the learning procedure of neural networks more effective, the scientific community developed strategies to order the examples according to their estimated complexity, to distil knowledge from larger networks, or to exploit the principles behind adversarial machine learning. A different idea has been recently proposed, named Friendly Training, which c… ▽ More

    Submitted 18 December, 2021; originally announced December 2021.

  8. Graph Neural Networks for Graph Drawing

    Authors: Matteo Tiezzi, Gabriele Ciravegna, Marco Gori

    Abstract: Graph Drawing techniques have been developed in the last few years with the purpose of producing aesthetically pleasing node-link layouts. Recently, the employment of differentiable loss functions has paved the road to the massive usage of Gradient Descent and related optimization algorithms. In this paper, we propose a novel framework for the development of Graph Neural Drawers (GND), machines th… ▽ More

    Submitted 1 July, 2022; v1 submitted 21 September, 2021; originally announced September 2021.

    Comments: Accepted for publication in IEEE Transaction of Neural Networks and Learning Systems (TNNLS) 2022, Special Issue on Deep Neural Networks for Graphs: Theory, Models, Algorithms and Applications

  9. Messing Up 3D Virtual Environments: Transferable Adversarial 3D Objects

    Authors: Enrico Meloni, Matteo Tiezzi, Luca Pasqualini, Marco Gori, Stefano Melacci

    Abstract: In the last few years, the scientific community showed a remarkable and increasing interest towards 3D Virtual Environments, training and testing Machine Learning-based models in realistic virtual worlds. On one hand, these environments could also become a mean to study the weaknesses of Machine Learning algorithms, or to simulate training settings that allow Machine Learning models to gain robust… ▽ More

    Submitted 17 September, 2021; originally announced September 2021.

    Comments: 8 pages, 7 figures, accepted for publication at the IEEE International Conference on Machine Learning and Applications (ICMLA) 2021

  10. arXiv:2109.07855  [pdf, other

    cs.CV cs.GR

    Evaluating Continual Learning Algorithms by Generating 3D Virtual Environments

    Authors: Enrico Meloni, Alessandro Betti, Lapo Faggi, Simone Marullo, Matteo Tiezzi, Stefano Melacci

    Abstract: Continual learning refers to the ability of humans and animals to incrementally learn over time in a given environment. Trying to simulate this learning process in machines is a challenging task, also due to the inherent difficulty in creating conditions for designing continuously evolving dynamics that are typical of the real-world. Many existing research works usually involve training and testin… ▽ More

    Submitted 16 September, 2021; originally announced September 2021.

    Comments: 8 pages, 7 figures, accepted at the 1st International Workshop on Continual Semi-Supervised Learning (CSSL) @ IJCAI 2021

  11. arXiv:2106.10974  [pdf, other

    cs.LG

    Friendly Training: Neural Networks Can Adapt Data To Make Learning Easier

    Authors: Simone Marullo, Matteo Tiezzi, Marco Gori, Stefano Melacci

    Abstract: In the last decade, motivated by the success of Deep Learning, the scientific community proposed several approaches to make the learning procedure of Neural Networks more effective. When focussing on the way in which the training data are provided to the learning machine, we can distinguish between the classic random selection of stochastic gradient-based optimization and more involved techniques… ▽ More

    Submitted 21 June, 2021; originally announced June 2021.

    Comments: 9 pages, 5 figures

  12. arXiv:2010.05993  [pdf, other

    cs.CL cs.AI

    Vulgaris: Analysis of a Corpus for Middle-Age Varieties of Italian Language

    Authors: Andrea Zugarini, Matteo Tiezzi, Marco Maggini

    Abstract: Italian is a Romance language that has its roots in Vulgar Latin. The birth of the modern Italian started in Tuscany around the 14th century, and it is mainly attributed to the works of Dante Alighieri, Francesco Petrarca and Giovanni Boccaccio, who are among the most acclaimed authors of the medieval age in Tuscany. However, Italy has been characterized by a high variety of dialects, which are of… ▽ More

    Submitted 12 October, 2020; originally announced October 2020.

  13. SAILenv: Learning in Virtual Visual Environments Made Simple

    Authors: Enrico Meloni, Luca Pasqualini, Matteo Tiezzi, Marco Gori, Stefano Melacci

    Abstract: Recently, researchers in Machine Learning algorithms, Computer Vision scientists, engineers and others, showed a growing interest in 3D simulators as a mean to artificially create experimental settings that are very close to those in the real world. However, most of the existing platforms to interface algorithms with 3D environments are often designed to setup navigation-related experiments, to st… ▽ More

    Submitted 20 July, 2020; v1 submitted 16 July, 2020; originally announced July 2020.

    Comments: 8 pages, 7 figures, submitted to ICPR 2020

  14. arXiv:2006.09229  [pdf, other

    cs.LG cs.IT stat.ML

    Focus of Attention Improves Information Transfer in Visual Features

    Authors: Matteo Tiezzi, Stefano Melacci, Alessandro Betti, Marco Maggini, Marco Gori

    Abstract: Unsupervised learning from continuous visual streams is a challenging problem that cannot be naturally and efficiently managed in the classic batch-mode setting of computation. The information stream must be carefully processed accordingly to an appropriate spatio-temporal distribution of the visual data, while most approaches of learning commonly assume uniform probability density. In this paper… ▽ More

    Submitted 16 June, 2020; originally announced June 2020.

  15. Deep Constraint-based Propagation in Graph Neural Networks

    Authors: Matteo Tiezzi, Giuseppe Marra, Stefano Melacci, Marco Maggini

    Abstract: The popularity of deep learning techniques renewed the interest in neural architectures able to process complex structures that can be represented using graphs, inspired by Graph Neural Networks (GNNs). We focus our attention on the originally proposed GNN model of Scarselli et al. 2009, which encodes the state of the nodes of the graph by means of an iterative diffusion procedure that, during the… ▽ More

    Submitted 1 September, 2021; v1 submitted 5 May, 2020; originally announced May 2020.

    Comments: Published in: IEEE Transactions on Pattern Analysis and Machine Intelligence. arXiv admin note: text overlap with arXiv:2002.07684

  16. arXiv:2002.07720  [pdf, other

    cs.LG stat.ML

    Local Propagation in Constraint-based Neural Network

    Authors: Giuseppe Marra, Matteo Tiezzi, Stefano Melacci, Alessandro Betti, Marco Maggini, Marco Gori

    Abstract: In this paper we study a constraint-based representation of neural network architectures. We cast the learning problem in the Lagrangian framework and we investigate a simple optimization procedure that is well suited to fulfil the so-called architectural constraints, learning from the available supervisions. The computational structure of the proposed Local Propagation (LP) algorithm is based on… ▽ More

    Submitted 17 April, 2020; v1 submitted 18 February, 2020; originally announced February 2020.

  17. arXiv:2002.07684  [pdf, ps, other

    cs.LG stat.ML

    A Lagrangian Approach to Information Propagation in Graph Neural Networks

    Authors: Matteo Tiezzi, Giuseppe Marra, Stefano Melacci, Marco Maggini, Marco Gori

    Abstract: In many real world applications, data are characterized by a complex structure, that can be naturally encoded as a graph. In the last years, the popularity of deep learning techniques has renewed the interest in neural models able to process complex patterns. In particular, inspired by the Graph Neural Network (GNN) model, different architectures have been proposed to extend the original GNN schem… ▽ More

    Submitted 17 April, 2020; v1 submitted 18 February, 2020; originally announced February 2020.

  18. Video Surveillance of Highway Traffic Events by Deep Learning Architectures

    Authors: Matteo Tiezzi, Stefano Melacci, Marco Maggini, Angelo Frosini

    Abstract: In this paper we describe a video surveillance system able to detect traffic events in videos acquired by fixed videocameras on highways. The events of interest consist in a specific sequence of situations that occur in the video, as for instance a vehicle stop** on the emergency lane. Hence, the detection of these events requires to analyze a temporal sequence in the video stream. We compare di… ▽ More

    Submitted 6 September, 2019; originally announced September 2019.

    Journal ref: Lecture Notes in Computer Science, vol 11141, (2018) pp 584-593