← Search

Francesco Bullo

8 accepted papers

2026

FlowSymm: Physics–Aware, Symmetry–Preserving Graph Attention for Network Flow Completion

ICLR 2026poster

Recovering missing flows on the edges of a network, while exactly respecting local conservation laws, is a fundamental inverse problem that arises in many systems such as transportation, energy, and mobility. We introduce FlowSymm, a novel architecture that combines (i) a group-action on divergence-…

Cited by 0SourceScholar
2026

Learning to Lie: Adversarial Attacks on Human-AI Teams and LLMs

ICLR 2026poster

As artificial intelligence (AI) assistants become more widely adopted in safety-critical domains, it becomes important to develop safeguards against potential failures or adversarial attacks. A key prerequisite to developing these safeguards is understanding the ability of these AI assistants to mis…

Cited by 0SourceScholar
2024

Learning Neural Contracting Dynamics: Extended Linearization and Global Guarantees

NeurIPS 2024poster

Global stability and robustness guarantees in learned dynamical systems are essential to ensure well-behavedness of the systems in the face of uncertainty. We present Extended Linearized Contracting Dynamics (ELCD), the first neural network-based dynamical system with global contractivity guarantees…

2024

RoSSO: A High-Performance Python Package for Robotic Surveillance Strategy Optimization Using JAX

ICRA 2024poster

To enable the computation of effective randomized patrol routes for single- or multi-robot teams, we present RoSSO, a Python package designed for solving Markov chain optimization problems. We exploit machine-learning techniques such as reverse-mode automatic differentiation and constraint parametri…

Cited by 1SourcecodeScholar
2022

A Contraction Theory Approach to Optimization Algorithms from Acceleration Flows

AISTATS 2022poster

Much recent interest has focused on the design of optimization algorithms from the discretization of an associated optimization flow, i.e., a system of differential equations (ODEs) whose trajectories solve an associated optimization problem. Such a design approach poses an important problem: how to…

Cited by 7SourcePDFScholar
2022

Physics-Informed Implicit Representations of Equilibrium Network Flows

NeurIPS 2022accept

Flow networks are ubiquitous in natural and engineered systems, and in order to understand and manage these networks, one must quantify the flow of commodities across their edges. This paper considers the estimation problem of predicting unlabeled edge flows from nodal supply and demand. We propose…

Cited by 16SourcePDFScholar
2021

Combining Physics and Machine Learning for Network Flow Estimation

ICLR 2021poster

The flow estimation problem consists of predicting missing edge flows in a network (e.g., traffic, power, and water) based on partial observations. These missing flows depend both on the underlying \textit{physics} (edge features and a flow conservation law) as well as the observed edge flows. This…

Cited by 20SourcePDFScholar
2021

Robust Implicit Networks via Non-Euclidean Contractions

NeurIPS 2021poster

Implicit neural networks, a.k.a., deep equilibrium networks, are a class of implicit-depth learning models where function evaluation is performed by solving a fixed point equation. They generalize classic feedforward models and are equivalent to infinite-depth weight-tied feedforward networks. While…