Skip to main content

Sampling-based Pareto front Refinement via Efficient Adaptive Diffusion

Project description

moospread logo

PyPI version Documentation

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
problem = ZDT2(n_var=30)

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

# Solve the problem
res_x, res_y = solver.solve(
    num_points_sample=200,
    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.


📚 Next steps

For more advanced examples (offline mode, mobo mode, tutorials), see the full documentation.

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.4.tar.gz (91.2 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.4-py3-none-any.whl (109.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: moospread-0.1.4.tar.gz
  • Upload date:
  • Size: 91.2 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.4.tar.gz
Algorithm Hash digest
SHA256 7f0954f1363fb8394ae528038d904a71cba1057ee1aa38da97a1dda64fb9fbb4
MD5 135c71907ca7d69d429326bd4c30433a
BLAKE2b-256 9d48c664bbb078d2369f609ca2cdec1fb201eac1688ee1b7a90da27cee0332d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: moospread-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 109.5 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2cbc55034dafdb26f1987cb94c63203605f785a6b74b9a6cfb7c35e0a345c83f
MD5 5499d61454a7c4bd6227f4bbda4be480
BLAKE2b-256 70841ac58927b424e54368c6abf714be0abeda18ff975d27bd8053e64de85150

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