Skip to content
/ ad-ess Public

Implementation of Generalized Enumerative Sphere Shaping in Rust called Arbitrary Distribution Enumerative Sphere Shaping (AD-ESS)

Notifications You must be signed in to change notification settings

kit-cel/ad-ess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbitrary-Distribution Enumerative Sphere Shaping (AD-ESS)

This repository contains the arbitrary-distribution enumerative sphere shaping (AD-ESS) algorithm published in1. The algorithm is implemented in Rust, but this repository also contains Python bindings.

A second algorithm named reverse trellis shaping (RTS) is also located in this repository. Unlike AD-ESS it uses energy based ordering of the sequences and thus always has minimal rate loss. Its complexity is the same as Laroias 1st algorithm2.

Installation / Building

Install the Rust or Python library from crates.io or pypi.org, respectively.

Please refer to the Rust or Python README for details.

Citing this work

If you use this library in your research you can reference the following publication.

@inproceedings{extension_rrl2026,
  title={An Extension of Enumerative Sphere Shaping for Arbitrary Channel Input Distributions},
  author={Ritter, Frederik and Rode, Andrej and Schmalen, Laurent},
  booktitle={Proceedings of the International Zurich Seminar on Information and Communication (IZS 2026)},
  year={2026}
}

Acknowledgments

This work has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No. 101001899) and the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) – Grant 555885380.

Footnotes

  1. https://arxiv.org/pdf/2512.16808.

  2. R. Laroia, N. Farvardin and S. A. Tretter, "On optimal shaping of multidimensional constellations," in IEEE Transactions on Information Theory, vol. 40, no. 4, pp. 1044-1056, July 1994, doi: 10.1109/18.335969.

About

Implementation of Generalized Enumerative Sphere Shaping in Rust called Arbitrary Distribution Enumerative Sphere Shaping (AD-ESS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published