REVIEW 3 major objections 6 minor 38 references
IoT Performance for Maritime Passenger Evacuation
T0 review · 3 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Delayed IoT guidance can raise cruise-ship evacuation time by 50 percent.
desk verdict A plausible sensitivity study showing stale guidance hurts evacuation, but the headline 50% penalty is not tied to any real-world delay duration. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is the pair of parameters 'information lag' (IL) and 'probability of delay' (PoD). IL=1 means a node's displayed directions are computed from evacuee positions one navigation step in the past, an idealization of any communication or computation delay in the guidance loop; PoD is the per-node probability that the node is in that stale state. The rest of the framework—the ANT path planner, the AnyLogic pedestrian simulator, and the Yangtze Gold 7 graph with 346 nodes, 600 passageway segments, and 5 staircases—is the vehicle that turns this parameter into a quantitative reading of evacuation time.
What would settle it
Re-run the same ANT/AnyLogic simulation with the one-step per-node delay replaced by delays drawn from a measured congested shipboard network (or a queueing model with the same mean delay), and compare the full-delay average evacuation time to the PoD=0 baseline; reproducing the 50% penalty is required for the claim, and a materially different ratio would show the one-step model is the source of the number.
Extended reading notes
Core claim
The paper's central claim is that a one-step information lag in the delivery of evacuee guidance is enough to measurably worsen evacuation, and that the degradation grows with the probability of delay. In the simulator, each node is marked as having information lag IL=1 with a probability PoD, meaning the directions it displays are computed from evacuee positions one time step earlier; otherwise IL=0, meaning directions are based on current positions. Averaging over 100 independent runs and all 346 nodes, the authors find a quasi-linear increase in mean evacuation time as PoD rises to 0.5, then a more gradual increase, reaching a 50% penalty at PoD=1. Passengers starting in cabins see a stronger effect, passengers in the restaurant a milder one, and the penalty persists whatever the number of evacuees.
Load-bearing premise
The numbers rest on treating every communication delay as exactly one navigation step, independent from node to node, with the same probability everywhere; if real delays are longer, correlated, or sometimes lost messages rather than late ones, the 50% penalty will not transfer.
Editorial extensions
If this is right
- If the one-step lag is representative, then evacuation-time computations that assume instant instructions are systematically optimistic, and the 50% penalty is a worst-case bound of that optimism.
- The result gives network designers a concrete target: cutting the probability of delay has a large effect in the low-to-mid range, so even partial network improvements yield meaningful evacuation-time reductions.
- Because the penalty is largest for cabin-originating passengers, the communication system should be provisioned to keep the most remote or interior compartments from falling into a stale state.
- The persistence of the penalty across all passenger counts means congestion in the corridor and congestion in the network both matter, so the two must be co-designed.
Reading between the lines
- If the one-step, independent per-node delay model is replaced by correlated congestion—for example, a failed switch that freezes many signs at once—the average penalty could be larger than 50% because stale answers would cluster instead of being isolated.
- The nearly linear region at low PoD suggests the largest return on investment comes from improving already-fast parts of the network before congestion becomes widespread, a prioritization the paper does not explicitly draw.
- The same 50% benchmark could be used as a rough planning number for any centrally guided pedestrian evacuation in a building with a comparable guidance loop, though its exact value would need recalibration.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper simulates passenger evacuation on a graph model of the Yangtze Gold 7 cruise ship using the ANT navigation algorithm embedded in AnyLogic. It introduces a per-node 'probability of delay' (PoD) that determines whether each node's guidance is based on current evacuee locations (IL=0) or on locations one simulation step older (IL=1). The central quantitative result, reported in Section III-A, is that the average evacuation time from all 346 nodes increases with PoD, and at PoD=1 the average evacuation time is 50% higher than at PoD=0. The paper also reports separate results for cabin passengers, restaurant passengers, and different total passenger counts, all showing that larger PoD increases evacuation time, and concludes that IoT/ICT delays can significantly hinder ship evacuation.
Significance. If the central quantitative claim is properly anchored, the paper makes a useful contribution: it applies an existing deadline-aware navigation algorithm to a real cruise-ship layout, runs 100 independent simulations per setting, reports standard deviations and confidence intervals, and does not fit any parameters to produce the main result. The direction of the effect—stale guidance increases evacuation time—is intuitive and robust, and the paper is one of the few attempts to quantify IoT/ICT-induced information staleness in maritime evacuation. The main limitation is that the 'one-step' information lag is never mapped to a wall-clock duration, so the headline 50% penalty cannot currently be compared with concrete communication delay budgets or used as a system design target.
major comments (3)
- [Section III, Section III-A] The definitions of IL and PoD in Section III do not state the wall-clock duration of the 'one step' that constitutes an information lag. Evacuation times are reported in seconds, but the lag is only defined as 'one step' in the simulation. Thus the headline result in Section III-A that PoD=1 raises average evacuation time by 50% is not anchored to any concrete IoT/ICT delay such as a sensor sampling interval, server computation time, or packet delay. The ratio may change if the step duration is redefined, and no comparison with a communication delay budget is possible. Please define the step duration in seconds, justify it from the system parameters in Section II-B, or report results for a range of step durations.
- [Section II-C and Section III] Section II-C states that 'the initial locations of the evacuees are randomized in each round,' whereas Section III says the 100 simulations are 'under the same initial conditions.' These statements are contradictory. If the first is true, the averages and confidence intervals in Figures 2-5 include variability from initial placement; if the second is true, the randomness is only in the PoD realizations. Please clarify which experimental design was used and report the statistics accordingly.
- [Section III and Section II-B] The model represents all IoT/ICT imperfections by a single per-node independent Bernoulli event that makes the advice one step stale. It does not include packet loss, correlated congestion, variable delay durations, or partial message content, although Section I mentions 'lost or delayed messages' and Section II-B mentions 'packet losses.' The resulting 50% figure is therefore a property of a stylized staleness model, not a system-level estimate. Please add a sensitivity/robustness discussion (for example, varying the step duration, the delay distribution, and the traversal-speed assumptions) and explicitly state which impairments are outside the model.
minor comments (6)
- [Abstract] There is a grammatical error: 'This paper presents explores the impact' should be 'This paper explores the impact.'
- [Section I] The text contains 'trANTportation' in the paragraph on maritime transportation; this appears to be an unintended typo.
- [Section II-A] The simulator is referred to as 'AnLogic' in one place and 'AnyLogic' in others; please make the spelling consistent.
- [Section III-A] The paper would benefit from a small table with the numerical values behind the 50% claim, including means and confidence intervals for PoD=0 and PoD=1, since the figure alone makes verification difficult.
- [Section III] The description that the curves show 'a quasi-linear increase ... and a more gradual increase' is not supported by any quantitative fit; please provide the slope or another summary statistic if this characterization is meant to be precise.
- [Figure 5 caption] The caption ends with 'as compared to the ideal case w P oD= 0'; the word 'with' is missing, and the formatting of P oD should be normalized throughout the paper.
Circularity Check
No significant circularity: the 50% evacuation-time penalty is an emergent simulation result, not a fitted or self-referential derivation.
full rationale
The paper's central claim – that IoT/ICT-induced information lag raises average evacuation time, up to 50% at PoD=1 – is obtained from an event-driven simulation on a real cruise-ship layout, with ANT providing routing decisions. No model parameter is fitted to reproduce the headline number; PoD is an input swept from 0 to 1, and the evacuation-time curves are measured outputs with confidence intervals. The definition of IL=1 as advice based on one-step-old evacuee locations does make the delayed case 'stale' by construction, but the qualitative and quantitative effect of that staleness on evacuation time is not derived from the definition; it emerges from the simulation dynamics and could in principle have been small, negligible, or even beneficial in other layouts. The citations to prior work, including the authors' own ANT paper [30], supply the navigation algorithm used as a component; they do not assert or contain the paper's delay-impact conclusion, and none is invoked as a uniqueness theorem or as a substitute for the simulations. The missing wall-clock duration of one simulation step is a modeling/anchoring limitation (correctness risk), not circularity, because the penalty ratio is computed within the same step convention. Thus there is no load-bearing self-citation, no fitted input renamed as prediction, and no step where an equation reduces to its own input.
Assumptions & free parameters
free parameters (4)
- Probability of delay (PoD) =
0 to 1, swept
- Worst-case and typical traversal speeds =
0.067 m/s and 0.67 m/s
- Evacuation deadline TD =
30 minutes
- Ship layout graph =
346 nodes, 600 passageway segments, 5 staircases
assumptions (4)
- domain assumption AnyLogic pedestrian library with social force model accurately represents passenger movement in a ship evacuation.
- domain assumption ANT algorithm assumes known hazard propagation (velocity and direction) and known typical/worst-case edge delays.
- ad hoc to paper Per-node information delay is independent and identically distributed with probability PoD of being one step stale.
- domain assumption IMO/MSC circular MSC.1/Circ.1238 provides correct values for survival time, alarm delay, and embarkation time.
Cite this review
Pith. "Pith review of IoT Performance for Maritime Passenger Evacuation." pith.science (2026). https://pith.science/paper/GIEJ3KZ7
@misc{pith2026250113508,
author = {Pith},
title = {Pith review of: IoT Performance for Maritime Passenger Evacuation},
year = {2026},
howpublished = {\url{https://pith.science/paper/GIEJ3KZ7}},
note = {Machine review of arXiv:2501.13508}
}
read the original abstract
The safe and swift evacuation of passengers from Maritime Vessels, requires an effective Internet of Things(IoT) as well as an information and communication technology(ICT) infrastructure. However, during emergencies, delays in IoT and ICT systems that guide evacuees, can impair the evacuation process. This paper presents explores the impact of the key IoT and ICT elements. The methodology builds upon the deadline-aware adaptive navigation strategy (ANT), which offers the path segment that minimizes the evacuation time for each evacuee at each decision instant. The simulations on a real cruise ship configuration, show that delays in the delivery of correct instructions to evacuees can significantly hinder the effectiveness of the evacuation. Our findings stress the need to design robust and computationally fast IoT and ICT systems to support the evacuation of passengers in ships, and underscores the key role played by the IoT in the success of passenger evacuation and safety.
Figures
Reference graph
Works this paper leans on
-
[1]
Future research on cyber-physical emer- gency management systems,
E. Gelenbe and F.-J. Wu, “Future research on cyber-physical emer- gency management systems,” Future Internet, vol. 5, no. 3, pp. 336– 354, 2013
work page 2013
-
[2]
Emergency evacua- tion simulation and management optimization in urban residential communities,
H. Chu, J. Yu, J. Wen, M. Yi, and Y . Chen, “Emergency evacua- tion simulation and management optimization in urban residential communities,” Sustainability, vol. 11, no. 3, p. 795, 2019. 226 246 266 286 306 326 346 366 386 406 426 446 Number of evacuees 400 425 450 475 500 525 550 575 600Average evacuation time PoD=0.0 PoD=0.2 PoD=0.4 PoD=0.6 PoD=0.8 PoD...
work page 2019
-
[3]
Why they escape: Mining prioritized fuzzy decision rule in crowd evacuation,
L. Luo, B. Zhang, B. Guo, J. Zhong, and W. Cai, “Why they escape: Mining prioritized fuzzy decision rule in crowd evacuation,” IEEE Transactions on Intelligent Transportation Systems , vol. 23, no. 10, pp. 19 456–19 470, 2022
work page 2022
-
[4]
Development in building fire detection and evacuation system-a comprehensive review,
G. S. Birajdar, R. Singh, A. Gehlot, and A. K. Thakur, “Development in building fire detection and evacuation system-a comprehensive review,”Int. J. Electr . Comput. Eng.(IJECE), vol. 10, pp. 6644–6654, 2020
work page 2020
-
[5]
Crowd monitoring: State-of-the-art and future directions,
U. Singh, J.-F. Determe, F. Horlin, and P. De Doncker, “Crowd monitoring: State-of-the-art and future directions,” IETE Technical Review, vol. 38, no. 6, pp. 578–594, 2021
work page 2021
-
[6]
Optimal route selection model for fire evacuations based on hazard prediction data,
M. Choi and S. Chi, “Optimal route selection model for fire evacuations based on hazard prediction data,” Simulation Modelling Practice and Theory , vol. 94, pp. 321–333, 2019
work page 2019
-
[7]
A survey of algorithms and systems for evacuating people in confined spaces,
H. Bi and E. Gelenbe, “A survey of algorithms and systems for evacuating people in confined spaces,” Electronics, vol. 8, no. 6,
-
[8]
Intelligent evacuation management systems: A review,
A. M. Ibrahim, I. Venkat, K. Subramanian, A. T. Khader, and P. D. Wilde, “Intelligent evacuation management systems: A review,”ACM Transactions on Intelligent Systems and Technology (TIST) , vol. 7, no. 3, pp. 1–27, 2016
work page 2016
Show all 38 references
-
[9]
Emergency navigation without an infrastructure,
E. Gelenbe and H. Bi, “Emergency navigation without an infrastructure,” Sensors, vol. 14, no. 8, pp. 15 142–15 162, 2014. [Online]. Available: https://www.mdpi.com/1424-8220/14/8/15142
2014
-
[10]
Bim-gis integration and crowd simulation for fire emergency management in a large diffused university,
S. Meschini, D. Accardo, M. Locatelli, L. Pellegrini, L. C. Tagliabue, G. M. Di Giuda et al. , “Bim-gis integration and crowd simulation for fire emergency management in a large diffused university,” PROCEEDINGS OF THE... ISARC , pp. 357–364, 2023
2023
-
[11]
Evacuation simulation and emergency management optimization in urban residential communi- ties,
H. Chu, J. Yu, J. Wen, and Y . Huang, “Evacuation simulation and emergency management optimization in urban residential communi- ties,” in IOP Conference Series: Earth and Environmental Science , vol. 234, no. 1. IOP Publishing, 2019, p. 012040
2019
-
[12]
Evacuation simulation of an ro-ro passenger ship considering the effects of inclination and crew’s guidance,
S. Fang, Z. Liu, S. Zhang, X. Wang, Y . Wang, and S. Ni, “Evacuation simulation of an ro-ro passenger ship considering the effects of inclination and crew’s guidance,” Proceedings of the institution of mechanical engineers, part M: journal of engineering for the maritime envir...
2023
-
[13]
A survey of crowd evacuation on passenger ships: Recent advances and future challenges,
K. Liu, Y . Ma, M. Chen, K. Wang, and K. Zheng, “A survey of crowd evacuation on passenger ships: Recent advances and future challenges,” Ocean Engineering , vol. 263, p. 112403, 2022
2022
-
[14]
Studies on emergency evacuation management for maritime transportation,
P. A. Sarvari, E. Cevikcan, A. Ustundag, and M. Celik, “Studies on emergency evacuation management for maritime transportation,” Maritime Policy & Management , vol. 45, no. 5, pp. 622–648, 2018
2018
-
[15]
Data-driven bayesian network for risk analysis of global maritime accidents,
H. Li, X. Ren, and Z. Yang, “Data-driven bayesian network for risk analysis of global maritime accidents,” Reliability Engineering & System Safety , vol. 230, p. 108938, 2023
2023
-
[16]
Simpli- fied and advanced approaches for evacuation analysis of passenger ships in the early stage of design,
C. Nasso, S. Bertagna, F. Mauro, A. Marin `o, and V . Bucci, “Simpli- fied and advanced approaches for evacuation analysis of passenger ships in the early stage of design,” Brodogradnja: Teorija i praksa brodogradnje i pomorske tehnike , vol. 70, no. 3, pp. 43–59, 2019
2019
-
[17]
Numerical analysis and staircase layout optimisation for a ro-ro passenger ship during emergency evacuation,
X. Wang, Z. Liu, S. Loughney, Z. Yang, Y . Wang, and J. Wang, “Numerical analysis and staircase layout optimisation for a ro-ro passenger ship during emergency evacuation,” Reliability Engineer- ing & System Safety , vol. 217, p. 108056, 2022
2022
-
[18]
Determinants, methods, and solutions of evacuation models for passenger ships: A systematic literature review,
H. Arshad, J. Emblemsv ˚ag, G. Li, and R. Ostnes, “Determinants, methods, and solutions of evacuation models for passenger ships: A systematic literature review,” Ocean Engineering , vol. 263, p. 112371, 2022
2022
-
[19]
Guidelines for evacuation analysis for new and existing passenger ships,
I. M. Organization, “Guidelines for evacuation analysis for new and existing passenger ships,” MSC. 1/Circ. 1238 , 2016
2016
-
[20]
An integrated method for assessing passenger evacuation performance in ship fires,
Q. Xie, S. Guo, Y . Zhang, C. Wang, C. Ma, and Q. Li, “An integrated method for assessing passenger evacuation performance in ship fires,” Ocean Engineering , vol. 262, p. 112256, 2022
2022
-
[21]
Simulation of evacuation in an inclined passenger vessel based on an improved social force model,
S. Fang, Z. Liu, X. Wang, J. Wang, and Z. Yang, “Simulation of evacuation in an inclined passenger vessel based on an improved social force model,” Safety science , vol. 148, p. 105675, 2022
2022
-
[22]
A novel method for the risk assessment of human evacuation from cruise ships in maritime transportation,
X. Wang, G. Xia, J. Zhao, J. Wang, Z. Yang, S. Loughney, S. Fang, S. Zhang, Y . Xing, and Z. Liu, “A novel method for the risk assessment of human evacuation from cruise ships in maritime transportation,” Reliability Engineering & System Safety , vol. 230, p. 108887, 2023
2023
-
[23]
Emergency evacuation simulation study based on improved yolov5s and anylogic,
C. Niu, W. Wang, H. Guo, and K. Li, “Emergency evacuation simulation study based on improved yolov5s and anylogic,” Applied Sciences, vol. 13, no. 9, p. 5812, 2023
2023
-
[24]
A modelling approach to human navigation in con- strained spaces,
A. Desmet, “A modelling approach to human navigation in con- strained spaces,” PhD Dissertation, Dept. of Electrical & Electronic Engineering, Imperial College London , 2014
2014
-
[25]
Application of collective move- ment in real life scenarios: Overview of current flocking solutions,
B. Wiandt, A. Kokuti, and V . Simon, “Application of collective move- ment in real life scenarios: Overview of current flocking solutions,” Scalable Comput. Pract. Exp. , vol. 16, no. 3, pp. 233–248, 2015
2015
-
[26]
On oscillation-free emergency navigation via wireless sensor networks,
L. Wang, Y . He, W. Liu, N. Jing, J. Wang, and Y . Liu, “On oscillation-free emergency navigation via wireless sensor networks,” IEEE Transactions on Mobile Computing , vol. 14, no. 10, pp. 2086– 2100, 2014
2014
-
[27]
Emergency response simulation using wireless sensor networks,
A. Filippoupolitis et al., “Emergency response simulation using wireless sensor networks,” in Proceedings of the 1st International Conference on Ambient Media and Systems , ser. Ambi-Sys ’08. Brussels, BEL: ICST (Institute for Computer Sciences, Social- Informatics and Telecom...
2008
-
[28]
Wireless sensor networks for emergency navigation,
Y .-C. Tseng, M.-S. Pan, and Y .-Y . Tsai, “Wireless sensor networks for emergency navigation,” Computer, vol. 39, no. 7, pp. 55–62, 2006
2006
-
[29]
Directional navigation improves opportunistic communication for emergencies,
A. Kokuti and E. Gelenbe, “Directional navigation improves opportunistic communication for emergencies,” Sensors, vol. 14, no. 8, pp. 15 387–15 399, 2014. [Online]. Available: https: //www.mdpi.com/1424-8220/14/8/15387
2014
-
[30]
Ant: Deadline-aware adaptive emergency navigation strategy for dynamic hazardous ship evacuation with wireless sensor networks,
Y . Ma, K. Liu, M. Chen, J. Ma, X. Zeng, K. Wang, and C. Liu, “Ant: Deadline-aware adaptive emergency navigation strategy for dynamic hazardous ship evacuation with wireless sensor networks,” IEEE Access , vol. 8, pp. 135 758–135 769, 2020
2020
-
[31]
Rapid routing with guaranteed delay bounds,
S. Baruah, “Rapid routing with guaranteed delay bounds,” in 2018 IEEE Real-Time Systems Symposium (RTSS) . IEEE, 2018, pp. 13– 22
2018
-
[32]
Wireless energy transfer in ris-aided cell-free massive mimo systems: Opportunities and challenges,
E. Shi, J. Zhang, S. Chen, J. Zheng, Y . Zhang, D. W. K. Ng, and B. Ai, “Wireless energy transfer in ris-aided cell-free massive mimo systems: Opportunities and challenges,” IEEE Communications Mag- azine, vol. 60, no. 3, pp. 26–32, 2022
2022
-
[33]
Faster activity and data detection in massive random access: A multiarmed bandit approach,
J. Dong, J. Zhang, Y . Shi, and J. H. Wang, “Faster activity and data detection in massive random access: A multiarmed bandit approach,” IEEE Internet of Things Journal , vol. 9, no. 15, pp. 13 664–13 678, 2022
2022
-
[34]
Send: A situation- aware emergency navigation algorithm with sensor networks,
C. Wang, H. Lin, R. Zhang, and H. Jiang, “Send: A situation- aware emergency navigation algorithm with sensor networks,” IEEE Transactions on Mobile Computing , vol. 16, no. 4, pp. 1149–1162, 2016
2016
-
[35]
Emergency evacuation simulation and management optimization in urban residential communities,
H. Chu, J. Yu, J. Wen, M. Yi, and Y . Chen, “Emergency evacuation simulation and management optimization in urban residential communities,” Sustainability, vol. 11, no. 3, 2019. [Online]. Available: https://www.mdpi.com/2071-1050/11/3/795
2019
-
[36]
Emergency guiding and monitoring applications in indoor 3d environments by wireless sensor networks,
M.-S. Pan, C.-H. Tsai, and Y .-C. Tseng, “Emergency guiding and monitoring applications in indoor 3d environments by wireless sensor networks,” International Journal of Sensor Networks , vol. 1, no. 1-2, pp. 2–10, 2006
2006
-
[37]
Ern: Emergence rescue navigation with wireless sensor networks,
S. Li, A. Zhan, X. Wu, and G. Chen, “Ern: Emergence rescue navigation with wireless sensor networks,” in2009 15th International Conference on Parallel and Distributed Systems . IEEE, 2009, pp. 361–368
2009
-
[2019]
Available: https://www.mdpi.com/2079-9292/8/6/711
[Online]. Available: https://www.mdpi.com/2079-9292/8/6/711
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.