← Search

Ferdinando Fioretto

34 accepted papers

2026

Constrained Diffusion for Protein Design with Hard Structural Constraints

ICLR 2026poster

Diffusion models offer a powerful means of capturing the manifold of realistic protein structures, enabling rapid design for protein engineering tasks. However, existing approaches observe critical failure modes when precise constraints are necessary for functional design. To this end, we present a…

Cited by 0SourceScholar
2026

Discrete-Guided Diffusion for Scalable and Safe Multi-Robot Motion Planning

AAAI 2026technical

Multi-Robot Motion Planning (MRMP) involves generating collision-free trajectories for multiple robots operating in a shared continuous workspace. While discrete multi-agent path finding (MAPF) methods are broadly adopted due to their scalability, their coarse discretization severely limits trajecto

Cited by 0SourcePDFScholar
2026

Gen-DFL: Decision-Focused Generative Learning for Robust Decision Making

ICLR 2026poster

Decision-focused learning (DFL) integrates predictive models with downstream optimization, directly training machine learning models to minimize decision errors. While DFL has been shown to provide substantial advantages when compared to a counterpart that treats the predictive and prescriptive mode…

Cited by 0SourceScholar
2025

Constrained Discrete Diffusion

NeurIPS 2025poster

Discrete diffusion models are a class of generative models that construct sequences by progressively denoising samples from a categorical noise distribution. Beyond their rapidly growing ability to generate coherent natural language, these models present a new and important opportunity to enforce se…

Cited by 0SourceScholar
2025

Differentially Private Graph Data Release: Inefficiencies & Unfairness

AISTATS 2025poster

Networks in sectors like telecommunications and transportation often contain sensitive user data, requiring privacy enhancing technologies during data release to ensure privacy. While Differential Privacy (DP) is recognized as the leading standard for privacy preservation, its use comes with new cha…

Cited by 0SourceScholar
2025

Fairness Issues and Mitigations in (Differentially Private) Socio-Demographic Data Processes

AAAI 2025technical

Statistical agencies rely on sampling techniques to collect socio-demographic data crucial for policy-making and resource allocation. This paper shows that surveys of important societal relevance introduce sampling errors that unevenly impact group-level estimates, thereby compromising fairness in d…

Cited by 1SourcePDFScholar
2025

Learning to Solve Differential Equation Constrained Optimization Problems

ICLR 2025spotlight

Differential equations (DE) constrained optimization plays a critical role in numerous scientific and engineering fields, including energy systems, aerospace engineering, ecology, and finance, where optimal configurations or control strategies must be determined for systems governed by ordinary or s…

Cited by 2SourcePDFScholar
2025

Simultaneous Multi-Robot Motion Planning with Projected Diffusion Models

ICML 2025poster

Recent advances in diffusion models hold significant potential in robotics, enabling the generation of diverse and smooth trajectories directly from raw representations of the environment. Despite this promise, applying diffusion models to motion planning remains challenging due to their difficulty…

2025

Speculative Diffusion Decoding: Accelerating Language Generation through Diffusion

NAACL 2025long

Speculative decoding has emerged as a widely adopted method to accelerate large language model inference without sacrificing the quality of the model outputs. While this technique has facilitated notable speed improvements by enabling parallel sequence verification, its efficiency remains inherently…

Cited by 11SourcePDFScholar
2025

Training-Free Constrained Generation With Stable Diffusion Models

NeurIPS 2025spotlight

Stable diffusion models represent the state-of-the-art in data synthesis across diverse domains and hold transformative potential for applications in science and engineering, e.g., by facilitating the discovery of novel solutions and simulating systems that are computationally intractable to model e…

Cited by 0SourcecodeScholar
2024

Constrained Synthesis with Projected Diffusion Models

NeurIPS 2024poster

This paper introduces an approach to endow generative diffusion processes the ability to satisfy and certify compliance with constraints and physical principles. The proposed method recast the traditional sampling process of generative diffusion models as a constrained optimization problem, steering…

2024

Disparate Impact on Group Accuracy of Linearization for Private Inference

ICML 2024poster

Ensuring privacy-preserving inference on cryptographically secure data is a well-known computational challenge. To alleviate the bottleneck of costly cryptographic computations in non-linear activations, recent methods have suggested linearizing a targeted portion of these activations in neural netw…

2024

End-to-End Learning for Fair Multiobjective Optimization Under Uncertainty

UAI 2024poster

Many decision processes in artificial intelligence and operations research are modeled by parametric optimization problems whose defining parameters are unknown and must be inferred from observable data. The Predict-Then-Optimize (PtO) paradigm in machine learning aims to maximize downstream decisio…

Cited by 1SourcePDFScholar
2024

Finding ε and δ of Traditional Disclosure Control Systems

AAAI 2024technical

This paper analyzes the privacy of traditional Statistical Disclosure Control (SDC) systems under a differential privacy interpretation. SDCs, such as cell suppression and swapping, promise to safeguard the confidentiality of data and are routinely adopted in data analyses with profound societal and…

Cited by 0SourcePDFScholar
2024

On The Fairness Impacts of Hardware Selection in Machine Learning

ICML 2024poster

In the machine learning ecosystem, hardware selection is often regarded as a mere utility, overshadowed by the spotlight on algorithms and data. This is especially relevant in contexts like ML-as-a-service platforms, where users often lack control over the hardware used for model deployment. This pa…

Cited by 2SourcePDFScholar
2024

On the Effects of Fairness to Adversarial Vulnerability

IJCAI 2024poster

Fairness and robustness are two important notions of learning models. Fairness ensures that models do not disproportionately harm (or benefit) some groups over others, while robustness measures the models' resilience against small input perturbations. While equally important properties, this paper i…

Cited by 2SourcePDFScholar
2023

Differentiable Model Selection for Ensemble Learning

IJCAI 2023poster

Model selection is a strategy aimed at creating accurate and robust models by identifying the optimal model for classifying any particular input sample. This paper proposes a novel framework for differentiable selection of groups of models by integrating machine learning and combinatorial optimizati…

2023

SF-PATE: Scalable, Fair, and Private Aggregation of Teacher Ensembles

IJCAI 2023poster

A critical concern in data-driven processes is to build models whose outcomes do not discriminate against some protected groups. In learning tasks, knowledge of the group attributes is essential to ensure non-discrimination, but in practice, these attributes may not be available due to legal and eth…

2022

Differential Privacy and Fairness in Decisions and Learning Tasks: A Survey

IJCAI 2022poster

This paper surveys the recent work in the intersection of differential privacy (DP) and fairness. It focuses on surveying the work observing that DP systems may exacerbate bias and disparate impacts for different groups of individuals. The survey reviews the conditions under which privacy and fairne…

Cited by 79SourcePDFScholar
2022

Fast Approximations for Job Shop Scheduling: A Lagrangian Dual Deep Learning Method

AAAI 2022technical

The Jobs Shop Scheduling problem (JSP) is a canonical combinatorial optimization problem that is routinely solved for a variety of industrial purposes. It models the optimal scheduling of multiple sequences of tasks, each under a fixed order of operations, in which individual tasks require exclusive…

2022

Post-processing of Differentially Private Data: A Fairness Perspective

IJCAI 2022poster

Post-processing immunity is a fundamental property of differential privacy: it enables arbitrary data-independent transformations to differentially private outputs without affecting their privacy guarantees. Post-processing is routinely applied in data-release applications, including census data, wh…

Cited by 20SourcePDFScholar
2022

Pruning has a disparate impact on model accuracy

NeurIPS 2022accept

Network pruning is a widely-used compression technique that is able to significantly scale down overparameterized models with minimal loss of accuracy. This paper shows that pruning may create or exacerbate disparate impacts. The paper sheds light on the factors to cause such disparities, suggesting…

Cited by 45SourcePDFScholar
2021

Bias and Variance of Post-processing in Differential Privacy

AAAI 2021technical

Post-processing immunity is a fundamental property of differential privacy: it enables the application of arbitrary data-independent transformations to the results of differentially private outputs without affecting their privacy guarantees. When query outputs must satisfy domain constraints, pos…

Cited by 60SourcePDFScholar
2021

Decision Making with Differential Privacy under a Fairness Lens

IJCAI 2021poster

Many agencies release datasets and statistics about groups of individuals that are used as input to a number of critical decision processes. To conform with privacy and confidentiality requirements, these agencies are often required to release privacy-preserving versions of the data. This paper stud…

Cited by 45SourcePDFScholar
2021

Differentially Private Empirical Risk Minimization under the Fairness Lens

NeurIPS 2021poster

Differential Privacy (DP) is an important privacy-enhancing technology for private machine learning systems. It allows to measure and bound the risk associated with an individual participation in a computation. However, it was recently observed that DP learning systems may exacerbate bias and unfair…

Cited by 76SourcePDFScholar
2021

Differentially Private and Fair Deep Learning: A Lagrangian Dual Approach

AAAI 2021technical

A critical concern in data-driven decision making is to build models whose outcomes do not discriminate against some demographic groups, including gender, ethnicity, or age. To ensure non-discrimination in learning tasks, knowledge of the sensitive attributes is essential, while, in practice, these…

Cited by 99SourcePDFScholar
2021

End-to-End Constrained Optimization Learning: A Survey

IJCAI 2021poster

This paper surveys the recent attempts at leveraging machine learning to solve constrained optimization problems. It focuses on surveying the work on integrating combinatorial solvers and optimization methods with machine learning architectures. These approaches hold the promise to develop new hyb…

Cited by 258SourcePDFScholar
2021

Learning Hard Optimization Problems: A Data Generation Perspective

NeurIPS 2021poster

Optimization problems are ubiquitous in our societies and are present in almost every segment of the economy. Most of these optimization problems are NP-hard and computationally demanding, often requiring approximate solutions for large-scale instances. Machine learning frameworks that learn to appr…

Cited by 54SourcePDFScholar