paper-with-me

Papers

Towards predicting Pedestrian Evacuation Time and Density from Floorplans using a Vision Transformer

2023-06-27 · Patrick Berggold, Stavros Nousias, Rohit K. Dubey, André Borrmann

Conventional pedestrian simulators are inevitable tools in the design process of a building, as they enable project engineers to prevent overcrowding situations and plan escape routes for evacuation. However, simulation runtime and the multiple cumbersome steps in generating simulation results are potential bottlenecks during the building design process. Data-driven approaches have demonstrated their capability to outperform conventional methods in speed while delivering similar or even better results across many disciplines. In this work, we present a deep learning-based approach based on a Vision Transformer to predict density heatmaps over time and total evacuation time from a given floorplan. Specifically, due to limited availability of public datasets, we implement a parametric data generation pipeline including a conventional simulator. This enables us to build a large synthetic dataset that we use to train our architecture. Furthermore, we seamlessly integrate our model into a BIM-authoring tool to generate simulation results instantly and automatically.

📄 PDF Abstract BibTeX arXiv:2306.15318

Code (1)

patrickberggold/pedsimautomation 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

A Simulation Model for Pedestrian Crowd Evacuation Based on Various AI Techniques

2019-12-03 · Danial A. Muhammed, Soran A. M. Saeed, Tarik A. Rashid

This paper attempts to design an intelligent simulation model for pedestrian crowd evacuation. For this purpose, the cellular automata(CA) was fully integrated with fuzzy logic, the kth nearest neighbors (KNN), and some …

An Improved Simulation Model for Pedestrian Crowd Evacuation

2020-12-04 · Danial A. Muhammed, Tarik A. Rashid, Abeer Alsadoon, Nebojsa Bacanin 외

This paper works on one of the most recent pedestrian crowd evacuation models, i.e., "a simulation model for pedestrian crowd evacuation based on various AI techniques", developed in late 2019. This study adds a new feat…

Simulating multi-exit evacuation using deep reinforcement learning

2020-07-11 · Dong Xu, Xiao Huang, Joseph Mango, Xiang Li 외

Conventional simulations on multi-exit indoor evacuation focus primarily on how to determine a reasonable exit based on numerous factors in a changing environment. Results commonly include some congested and other under-…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Deep Learning Approach for Network-wide Dynamic Traffic Prediction during Hurricane Evacuation

2022-02-25 · Rezaur Rahman, Samiul Hasan

Proactive evacuation traffic management largely depends on real-time monitoring and prediction of traffic flow at a high spatiotemporal resolution. However, evacuation traffic prediction is challenging due to the uncerta…

ManagementTraffic PredictionTransfer Learning

RESCUE: Crowd Evacuation Simulation via Controlling SDM-United Characters

2025-07-27 · Xiaolin Liu, Tianyi Zhou, Hongbo Kang, Jian Ma 외 arxiv

Crowd evacuation simulation is critical for enhancing public safety, and demanded for realistic virtual environments. Current mainstream evacuation models overlook the complex human behaviors that occur during evacuation…

Trajectory Planning