ExistentialRobotics / SSMI

Active Multi-class Mapping using Semantic Shannon Mutual Information (SSMI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Shannon Mutual Information (SSMI)

SSMI is a library for autonomous robot exploration using a stream of depth and semantic segmentation images as the input to build a semantically annotated OctoMap in real-time.

SSMI is implemented as two ROS packages, which can be built on x86-64 and ARM-based processors:

  • Semantic OctoMap implementation for building probabilistic multi-class maps of an environment (SSMI-Mapping)
  • Autonomous exploration using Semantic Shannon Mutual Information (SSMI-Planning)

SSMI

Citation

If you found this work useful, we would appreciate if you could cite our work:

@InProceedings{Asgharivaskasi-ICRA21,
  author={Asgharivaskasi, Arash and Atanasov, Nikolay},
  booktitle={IEEE International Conference on Robotics and Automation (ICRA)}, 
  title={Active Bayesian Multi-class Mapping from Range and Semantic Segmentation Observations}, 
  year={2021},
  pages={1-7}
@article{asgharivaskasi2023semantic,
 title={Semantic octree mapping and {S}hannon mutual information computation for robot exploration},
 author={Asgharivaskasi, Arash and Atanasov, Nikolay},
 journal={IEEE Transactions on Robotics},
 year={2023},
 publisher={IEEE}
}

Acknowledgments

We gratefully acknowledge support from ARL DCIST CRA W911NF-17-2-0181 and NSF FRR CAREER 2045945.

License

BSD License

About

Active Multi-class Mapping using Semantic Shannon Mutual Information (SSMI)

License:Other


Languages

Language:C++ 60.3%Language:Python 36.9%Language:CMake 2.3%Language:C 0.4%