Library for the construction of instance segmentation model soups.
Project description
SegSoup
Model soups were originally introduced in the paper Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time. As the title suggests, they can be created by averaging the weights of multiple models fine-tuned with different hyperparameter configurations. This technique has been shown to often improve accuracy and robustness for classification models without incurring any additional inference or memory costs.
SegSoup is a library that aims to facilitate the creation of model soups for semantic segmentation independently of the underlying architecture of the segmentation model. In this way, users can try to improve the performance of traditional CNN-based models or vision transformer models using this library.
Furthermore, three "recipes" can be used for model souping:
- Uniform soup: The model soup is created by simply averaging the weights of all models.
- Weighted soup: Different weights can be assigned to each model. For example, when creating a soup from sequential checkpoints of the same training run, higher weights can be given to later and more fully trained checkpoints.
- Greedy soup: Models are sequentially added to the soup and kept only if the validation performance of the resulting soup improves.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file segsoup-0.1.0.tar.gz.
File metadata
- Download URL: segsoup-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
247f03af07eceb259bff5fddc93c80f817ac662f96ce57f9e8038bfa7d8cd03b
|
|
| MD5 |
7414bb48ae12ebb3a02fe1c53624501a
|
|
| BLAKE2b-256 |
02a53b9715664240d52f0bbcd1c111181dfb729b502368494e014fe655d54515
|