He Wang, Dinesh Manocha, Jiangbei Yue
We lifted 6 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| realcrane/Human-Trajectory-Prediction-via-Neural-Social-Physics | — | 4 of 6 |
| Function | Status | Where it lives |
|---|---|---|
| MLP | Ran | realcrane/Human-Trajectory-Prediction-via-Neural-Social-Physics/model_nsp_wo.py pointer only (licence: NONE) · get_code("f956c7c4a70685d4") |
| f_ab_fun | Ran | realcrane/Human-Trajectory-Prediction-via-Neural-Social-Physics/model_nsp_wo.py pointer only (licence: NONE) · get_code("b2147ff4cfc6b654") |
| stateutils_desired_directions | Ran | realcrane/Human-Trajectory-Prediction-via-Neural-Social-Physics/model_nsp_wo.py pointer only (licence: NONE) · get_code("4a93b8073e4d7857") |
| value_p_p | Ran | realcrane/Human-Trajectory-Prediction-via-Neural-Social-Physics/model_nsp_wo.py pointer only (licence: NONE) · get_code("cc73a3a99d41c4ae") |
| NSP | Not yet run | realcrane/Human-Trajectory-Prediction-via-Neural-Social-Physics/model_nsp_wo.py pointer only (licence: NONE) · get_code("976f5c1775d8069c") |
| environment | Not yet run | realcrane/Human-Trajectory-Prediction-via-Neural-Social-Physics/model_nsp_wo.py pointer only (licence: NONE) · get_code("6167a1bffe5bce40") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Trajectory prediction has been widely pursued in many fields, and many model-based and model-free methods have been explored. The former include rule-based, geometric or optimization-based models, and the latter are mainly comprised of deep learning approaches. In this paper, we propose a new method combining both methodologies based on a new Neural Differential Equation model. Our new model (Neural Social Physics or NSP) is a deep neural network within which we use an explicit physics model with learnable parameters. The explicit physics model serves as a strong inductive bias in modeling pedestrian behaviors, while the rest of the network provides a strong data-fitting capability in terms of system parameter estimation and dynamics stochasticity modeling. We compare NSP with 15 recent deep learning methods on 6 datasets and improve the state-of-the-art performance by 5.56%-70%. Besides, we show that NSP has better generalizability in predicting plausible trajectories in drastically different scenarios where the density is 2-5 times as high as the testing data. Finally, we show that the physics model in NSP can provide plausible explanations for pedestrian behaviors, as opposed to black-box deep learning. Code is available: https://github.com/realcrane/Human-Trajectory-Prediction-via-Neural-Social-Physics.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2207.10435")
get_code_for_paper("2207.10435")
have("2207.10435")
Connect an agent — have() is free.