PyTorch implementation of DeepSocialForce.
Project description
Executable Book documentation.
Deep Social Force (arXiv:2109.12081).
Deep Social Force
Deep Social Force
Sven Kreiss, 2021.The Social Force model introduced by Helbing and Molnar in 1995 is a cornerstone of pedestrian simulation. This paper introduces a differentiable simulation of the Social Force model where the assumptions on the shapes of interaction potentials are relaxed with the use of universal function approximators in the form of neural networks. Classical force-based pedestrian simulations suffer from unnatural locking behavior on head-on collision paths. In addition, they cannot model the bias of pedestrians to avoid each other on the right or left depending on the geographic region. My experiments with more general interaction potentials show that potentials with a sharp tip in the front avoid locking. In addition, asymmetric interaction potentials lead to a left or right bias when pedestrians avoid each other.
Install and Run
# install from PyPI
pip install 'socialforce[dev,plot]'
# or install from source
pip install -e '.[dev,plot]'
# run linting and tests
pylint socialforce
pycodestyle socialforce
pytest tests/*.py
Ped-Ped-Space Scenarios
Emergent lane forming behavior with 30 and 60 pedestrians:
Download TrajNet++ Data
The Executable Book requires some real-world data for the TrajNet++ section. This is how to download and unzip it to the right folder:
wget -q https://github.com/vita-epfl/trajnetplusplusdata/releases/download/v4.0/train.zip
mkdir data-trajnet
unzip train.zip -d data-trajnet
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
File details
Details for the file
socialforce-0.2.3.tar.gz
.File metadata
File hashes
f7735af43b19c0a04b25dcdb73404082b4f36e6f3754fc8e7cde46a1cb36eb3d
1256168dfe5db475c91a6344201d199c
2004cbd370164b4a9cc5b9e34ab3e780977407e0f1bec34536441be9717fa8ad
See more details on using hashes here.