Skip to main content

Sampling-based Pareto front Refinement via Efficient Adaptive Diffusion

Project description

moospread logo

SPREAD: Sampling-based Pareto front Refinement via Efficient Adaptive Diffusion

SPREAD is a novel sampling-based approach for multi-objective optimization that leverages diffusion models to efficiently refine and generate well-spread Pareto front approximations. It combines the expressiveness of diffusion models with multi-objective optimization principles to achieve both high convergence to the Pareto front and excellent diversity across the objective space. SPREAD demonstrates competitive performance against state-of-the-art methods while providing a flexible framework for different optimization contexts.

🚀 Getting Started

Installation

conda create -n moospread python=3.11
conda activate moospread
pip install moospread

Or, to install the latest code from GitHub:

conda create -n moospread python=3.11
conda activate moospread
git clone https://github.com/safe-autonomous-systems/moo-spread.git
cd moo-spread
pip install -e .

Basic usage

This example shows how to solve a standard multi-objective optimization benchmark (ZDT2) using the SPREAD solver.

import numpy as np
import torch

# Import the SPREAD solver
from moospread import SPREAD

# Import a test problem
from moospread.tasks import ZDT2

# Define the problem
n_var = 30
problem = ZDT2(n_var=n_var)

# Initialize the SPREAD solver
solver = SPREAD(
    problem,
    data_size=10000,
    timesteps=5000,
    num_epochs=1000,
    train_tol=100,
    num_blocks=3,
    validation_split=0.1,
    mode="online",
    seed=2026,
    verbose=True
)

# Solve the problem
results = solver.solve(
    num_points_sample=200,
    strict_guidance=False,
    rho_scale_gamma=0.9,
    nu_t=10.0,
    eta_init=0.9,
    num_inner_steps=10,
    lr_inner=0.9,
    free_initial_h=True,
    use_sigma_rep=False,
    kernel_sigma_rep=0.01,
    iterative_plot=True,
    plot_period=10,
    max_backtracks=25,
    save_results=True,
    samples_store_path="./samples_dir/",
    images_store_path="./images_dir/"
)

This will train a diffusion-based multi-objective solver, approximate the Pareto front of the ZDT2 problem, and store generated samples and plots in the specified directories.


Citation

If you find moospread useful in your research, please consider citing:

@inproceedings{
  hotegni2026spread,
  title={{SPREAD}: Sampling-based Pareto front Refinement via Efficient Adaptive Diffusion},
  author={Hotegni, Sedjro Salomon and Peitz, Sebastian},
  booktitle={The Fourteenth International Conference on Learning Representations},
  year={2026},
  url={https://openreview.net/forum?id=4731mIqv89}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moospread-0.1.2.tar.gz (86.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

moospread-0.1.2-py3-none-any.whl (104.1 kB view details)

Uploaded Python 3

File details

Details for the file moospread-0.1.2.tar.gz.

File metadata

  • Download URL: moospread-0.1.2.tar.gz
  • Upload date:
  • Size: 86.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for moospread-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5a67e03a1504c93953fa04f0a02f509f630eca8e19f2c8cc42288b6285578840
MD5 49ce6a4cf902254df5da9f5e23a89d16
BLAKE2b-256 6230fe615a5efa60fba87e6ebc629439dafd0fb76b216cc62817192d21906b95

See more details on using hashes here.

File details

Details for the file moospread-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: moospread-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 104.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.2

File hashes

Hashes for moospread-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c234b52998de2e8762269ba1a3192301d7139b42a3b3dd9f8e07c6b0a0fc4e75
MD5 71d5791454c4eb370b823af53f8886a0
BLAKE2b-256 61cf0f4c164806495c29d18a1fc995ced2149128bb7dab0cdc261f0a969406a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page