Pith. sign in

REVIEW 3 major objections 5 minor 33 references

SEPose: A Synthetic Event-based Human Pose Estimation Dataset for Pedestrian Monitoring

T0 review · 3 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read The paper introduces SEPose, a synthetic event-based pedestrian pose dataset, and argues that models trained on it generalize to real event-camera data well enough to support traffic-safety monitoring.

desk verdict The dataset fills a real gap, but the paper's pose-generalization evidence is box-level detection and the abstract's pedestrian count is ~16x too high. read the letter →

arxiv 2507.11910 v1 pith:HPHKFI4K submitted 2025-07-16 cs.CV

classification cs.CV
keywords eventcamerahumanposeestimationsyntheticdatasetpedestrianmonitoringsim-to-realtransferCARLAsimulatordynamicvisionsensorintelligenttransportation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces SEPose, a synthetic event-based human pose estimation dataset built for fixed traffic-camera pedestrian monitoring, generated in the CARLA simulator with a dynamic vision sensor. It claims that the dataset's roughly 73K event frames and 350K annotated pedestrians, spanning diverse weather, lighting, and crowd densities across urban, suburban, and rural intersections, provide enough structure for models to generalize to real event-camera data. To test this, the authors train RVT and YOLOv8 on SEPose and evaluate on the real PEDRo and DHP19 datasets. They report substantial absolute performance and argue that the transfer shows synthetic training produces meaningful pose features for real data. If correct, this gives the event-vision community a low-cost, diverse source of pedestrian pose data for safety-critical monitoring.

What carries the argument

The central object is the dataset itself, generated by a pipeline that pairs CARLA's RGB cameras with a simulated dynamic vision sensor operating synchronously at 33ms steps. Weather parameters are incremented every 100 frames to cover rain, fog, and day-night cycles, and pedestrian spawn counts are sampled from a Gaussian with mean 50 and standard deviation 15 to vary crowd density. A ray-cast occlusion filter drops pedestrians whose keypoints are more than half hidden, and a 300-pixel bounding-box minimum removes distant figures. For evaluation, pose annotations from SEPose, PEDRo, and DHP19 are converted to bounding boxes and scored with mAP and mAP50 over IoU thresholds; this box-level protocol is the bridge between the synthetic training set and real test sets.

What would settle it

Recompute the same transfer experiment using keypoint-level metrics such as OKS or PCK on PEDRo and DHP19 rather than bounding boxes derived from keypoints. If the models' bounding-box mAP is high but per-keypoint localization error is close to chance, or clearly worse than a model trained on real event data, the paper's claim of meaningful pose-feature transfer is unsupported.

Watch

Extended reading notes

Core claim

The paper's central claim is that a large synthetic event-based dataset can supply the missing training data for pedestrian pose estimation from fixed traffic cameras. SEPose contains about 73K event frames with 350K annotated pedestrians, captured by a simulated dynamic vision sensor with 800x600 resolution and 90-degree field of view, across six CARLA maps and systematically varied weather and lighting. Annotations follow the COCO keypoint format with 16 joints, and each annotation entry is filtered to remove pedestrians with more than 50% occluded keypoints or bounding boxes smaller than 300 pixels in area. Training RVT and YOLOv8 on SEPose and evaluating on the real PEDRo and DHP19 datasets gives, respectively, mAP/AP50 of 69.9/98.1 and 63.2/94.7 on SEPose, dropping to 44.4/53.9 and 39.4/55.1 on PEDRo, and 51.1/61.3 and 53.7/58.9 on DHP19. The paper interprets these nonzero transfer numbers as evidence that models trained on synthetic data learn meaningful pose features for real event data.

Load-bearing premise

The evaluation assumes that bounding boxes generated from pose keypoints are a valid measure of pose estimation performance, so the reported sim-to-real evidence depends on box-level detection reflecting keypoint localization quality.

Editorial extensions

If this is right

  • Event-based pose models can be pre-trained on synthetic traffic scenes, reducing the need for expensive manual annotation of real event-camera pedestrian data.
  • The variety of side and three-quarter pedestrian views, unlike centered indoor datasets, gives models exposure to viewpoints typical of fixed traffic cameras.
  • Because annotations include 16 body keypoints, downstream tasks such as gait-direction prediction and collision-risk estimation become trainable from the same data.
  • The measured sim-to-real gap on PEDRo and DHP19 provides a baseline for future work on event-camera noise simulation and domain adaptation.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A stricter test would evaluate keypoint-level agreement (for example, OKS or PCK) directly on PEDRo and DHP19, since the paper's bounding-box mAP converts poses to boxes and may not isolate keypoint localization quality.
  • If the sim-to-real gap is mostly due to event-camera noise and background statistics, then adding synthetic noise models or small amounts of real unlabeled event data during training could substantially close the reported drop.
  • Combining SEPose with the existing real datasets in mixed training could yield a model that keeps SEPose's viewpoint diversity while anchoring to real event statistics, a setup the paper does not test.
  • A direct real-to-synthetic evaluation (training on PEDRo/DHP19 and testing on SEPose) would clarify which aspects of the gap come from the synthetic sensor model versus the domain shift in scenes.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper introduces SEPose, a synthetic event-based multi-person human pose estimation dataset for fixed traffic-camera pedestrian monitoring, generated with the CARLA simulator. The dataset comprises about 73K event frames, corresponding RGB frames and raw event streams, and 16 COCO-style 2D body keypoints per annotated pedestrian, with diversity across six CARLA maps, weather conditions, time-of-day, crowd densities, and camera elevations. The authors describe the generation and cleaning pipeline, including weather parameter sweeps, collision-triggered resets, ray-cast occlusion filtering, and a minimum bounding-box area filter. They then train RVT with a YOLO detection head and YOLOX on SEPose and evaluate on the real event-based datasets PEDRo and DHP19, reporting mAP and AP50. The central claim is that training on SEPose demonstrates sim-to-real generalization for event-based human pose estimation. My assessment is that the dataset creation is described in valuable detail, but the experimental evidence does not currently support the pose-estimation generalization claim because only box-level detection metrics are reported.

Significance. If the pose-generalization claim were supported, SEPose would fill a clear gap: a publicly described, large-scale synthetic event-based dataset with pedestrian pose keypoints for ITS-oriented, fixed-camera monitoring, together with a detailed generation recipe that others could replicate in CARLA. The paper's strengths are its concrete pipeline description (sensor configuration, weather sweeps, occlusion filtering via ray casting, bounding-box filtering, Gaussian crowd-density sampling) and the choice of diverse maps and camera placements. The dataset contribution is potentially useful regardless of the transfer results. However, the claimed sim-to-real generalization for human pose estimation is not supported by the reported experiments, which evaluate only person/box detection and do not report any keypoint-level metric on synthetic or real data. The paper also contains a numerical inconsistency between the abstract and Section III-D concerning the dataset size, which must be resolved.

major comments (3)
  1. [Abstract and Section IV] The central claim of sim-to-real generalization for human pose estimation is not supported by the reported experiments. Section IV states: 'we generate bounding boxes from all pose annotations and compute the mean average precision and mAP50 scores for the corresponding IoU scores.' The two models evaluated, RVT with a YOLO detection head and YOLOX, are object detectors that output bounding boxes, not keypoints. No keypoint-level metric (OKS, PCK, or keypoint AP) is reported on any split, and no held-out synthetic SEPose evaluation is presented. Because PEDRo only has bounding-box annotations, and DHP19's projected 2D keypoints are used only to form boxes, the reported 69.9 mAP on PEDRo and 51.1 mAP on DHP19 demonstrate detection transfer, not pose transfer. The authors must either add a proper keypoint evaluation on DHP19, add an in-domain held-out pose evaluation on SEPose, or explicitly revise the claims in the abstract and conclusion to describe detection-level transfer.
  2. [Section III-D and Abstract] There is a factor-of-16 discrepancy in dataset size reporting. The abstract says 'nearly 350K annotated pedestrians,' while Section III-D says the dataset contains 'over 350K human pose keypoints.' Since each pedestrian is annotated with 16 keypoints, 350K keypoints corresponds to roughly 22K pedestrian instances, not 350K pedestrians. The authors should correct the abstract, Section III-D, and any other occurrences, and state clearly whether the intended quantity is the number of pedestrian instances or the total number of keypoints.
  3. [Section IV] The absence of any in-domain evaluation on SEPose itself weakens the empirical claims. The only numerical results are on PEDRo and DHP19, so the reader cannot distinguish a sim-to-real domain gap from a model's failure to learn pose structure from SEPose. At minimum, the paper should report keypoint-level performance on a held-out synthetic split (e.g., keypoint AP or PCK), which would establish that models trained on SEPose actually learn the annotated pose task before the transfer question is addressed.
minor comments (5)
  1. [Section IV] The text says YOLO8X is trained on event frames generated 'with a time delta of 0.33 ms,' which appears to be a typographical error: the event accumulation time and simulation step described in Section III-A are 33 ms. Please correct the unit or value.
  2. [Abstract and Section IV] The model naming is inconsistent: the abstract refers to YOLOv8, while Table III and the text use 'YOLO8X' and 'Yolo8X,' and Reference [34] is actually YOLOX. Please standardize the model name and ensure the cited paper matches the evaluated architecture.
  3. [Section IV] The discussion says PEDRo 'includes more diverse indoor as well as outdoor scenarios,' but Section II describes PEDRo as an outdoor event-based dataset recorded with a handheld camera. These descriptions are inconsistent and should be reconciled.
  4. [Section III-C] Reference [25] is cited for the COCO keypoint annotation format, but that reference is a pose-estimation paper, not the COCO dataset or keypoint challenge definition. Please cite the original COCO keypoint annotation source.
  5. [General] The paper would benefit from a short statistics table stating the total number of annotated pedestrian instances, the average number of keypoints per instance, the number of frames, and the split into maps and weather conditions; this would also resolve the quantity mismatch noted above.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the sim-to-real evaluation is an external benchmark transfer, and self-citations are not load-bearing.

full rationale

The paper contains no derivation in which a predicted quantity is defined in terms of the same quantity it is meant to predict. The central sim-to-real experiment trains RVT and YOLOX on SEPose and evaluates them on the real event-based datasets PEDRo and DHP19, which are external benchmarks not generated or fitted by this work. The evaluation converts pose annotations into bounding boxes to compute mAP scores; this may weaken the pose-specific interpretation of the results, but it is a choice of external benchmark protocol, not a self-referential loop. The self-citations in the reference list (e.g., the authors' earlier surveys and synthetic traffic datasets) appear as related work and contextual support only; none of them is invoked to justify the dataset's generalization claim. There is no fitted parameter later relabeled as a prediction, no uniqueness theorem imported from the authors' prior work, and no ansatz smuggled in via citation. The skeptical concern that box-level detection does not demonstrate keypoint-level pose generalization is a validity or correctness issue, not circularity. Accordingly, the paper is self-contained against external benchmarks and receives a score of 0.

Assumptions & free parameters 6 free parameters · 4 assumptions · 0 invented entities

The paper makes no analytic derivation; its central claim rests on the fidelity of CARLA's event and pose simulation and on the validity of cross-dataset evaluation. The hand-chosen thresholds and distributions listed above determine what the dataset contains.

free parameters (6)
  • DVS contrast threshold C = 0.3
    Set for both event polarities in the CARLA DVS sensor (Section III-A). Controls event density; chosen by hand rather than calibrated to a real sensor.
  • Event accumulation time and simulation step = 33ms
    Used to generate event frames and run the simulation in synchronous mode (Section III-A). A design choice that determines temporal resolution.
  • Pedestrian spawn distribution = Gaussian mean 50, std 15
    Number of pedestrians to spawn is sampled from this distribution to vary crowd density (Section III-C).
  • Weather parameter increment = 20% every 100 frames
    Weather parameters are sequentially incremented to cover diverse conditions (Section III-B).
  • Minimum pedestrian bounding box area = 300 px^2
    Pedestrians with bounding boxes smaller than this area are excluded from annotations (Section III-B).
  • Occlusion removal threshold = 50% of keypoints
    Pedestrians with more than half of keypoints occluded are removed from ground truth (Section III-B).
assumptions (4)
  • domain assumption CARLA's DVS event camera simulation is faithful enough to real event cameras that models trained on synthetic events transfer to real data.
    The sim-to-real experiment is the only check; results show a 27 to 45 percent drop, so this assumption holds only partly, if at all.
  • domain assumption Bounding boxes derived from 2D keypoints are a sufficient proxy for pose estimation performance across datasets with different joint definitions.
    Used to compute mAP and AP50 in Section IV; no keypoint similarity or localization error is measured.
  • domain assumption CARLA's exported pedestrian skeletons correspond to real anatomical keypoints and project correctly into camera coordinates.
    Ground-truth keypoints come from the CARLA skeleton API (Section III-C).
  • domain assumption The weather and lighting parameter grid yields a distribution representative of real traffic-monitoring conditions.
    Weather parameters are incremented by 20 percent every 100 frames (Section III-B); no comparison to real weather statistics is given.

how reviews work

0 comments
Cite this review

Pith. "Pith review of SEPose: A Synthetic Event-based Human Pose Estimation Dataset for Pedestrian Monitoring." pith.science (2026). https://pith.science/paper/HPHKFI4K

@misc{pith2026250711910,
  author       = {Pith},
  title        = {Pith review of: SEPose: A Synthetic Event-based Human Pose Estimation Dataset for Pedestrian Monitoring},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/HPHKFI4K}},
  note         = {Machine review of arXiv:2507.11910}
}
read the original abstract

Event-based sensors have emerged as a promising solution for addressing challenging conditions in pedestrian and traffic monitoring systems. Their low-latency and high dynamic range allow for improved response time in safety-critical situations caused by distracted walking or other unusual movements. However, the availability of data covering such scenarios remains limited. To address this gap, we present SEPose -- a comprehensive synthetic event-based human pose estimation dataset for fixed pedestrian perception generated using dynamic vision sensors in the CARLA simulator. With nearly 350K annotated pedestrians with body pose keypoints from the perspective of fixed traffic cameras, SEPose is a comprehensive synthetic multi-person pose estimation dataset that spans busy and light crowds and traffic across diverse lighting and weather conditions in 4-way intersections in urban, suburban, and rural environments. We train existing state-of-the-art models such as RVT and YOLOv8 on our dataset and evaluate them on real event-based data to demonstrate the sim-to-real generalization capabilities of the proposed dataset.

Figures

Figures reproduced from arXiv: 2507.11910 by the authors.

Figure 1
Figure 1. Visualization of SEPose data samples. (top row) RGB images captured by CARLA’s virtual sensor and (bottom row) [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Schematic representation of the camera positions in rural (left – Town7), suburban (middle – Town5), and urban [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Dataset samples of images from the RGB sensor (top) and DVS event camera (bottom) with overlaid human pose [PITH_FULL_IMAGE:figures/full_fig_p004_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: (left) RGB image and (right) joint keypoints overlaid [PITH_FULL_IMAGE:figures/full_fig_p005_4.png]
Figure 6
Figure 6. Figure 6: (left) Histogram of bounding box diagonal size, (right) [PITH_FULL_IMAGE:figures/full_fig_p005_6.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

33 extracted references · 32 canonical work pages

  1. [1]

    A 128 × 128 120 db 15 µs latency asynchronous temporal contrast vision sensor,

    P. Lichtsteiner, C. Posch, and T. Delbruck, “A 128 × 128 120 db 15 µs latency asynchronous temporal contrast vision sensor,” IEEE Journal of Solid-State Circuits , vol. 43, no. 2, pp. 566–576, 2008

  2. [2]

    Recent event camera innovations: A survey,

    B. Chakravarthi, A. A. Verma, K. Daniilidis, C. Fermuller, and Y . Yang, “Recent event camera innovations: A survey,” in European Conference on Computer Vision , pp. 342–376, Springer, 2024

  3. [3]

    Event-based sensing for improved traffic detection and tracking in intelligent trans- port systems toward sustainable mobility,

    B. Chakravarthi, M. Manoj Kumar, and B. Pavan Kumar, “Event-based sensing for improved traffic detection and tracking in intelligent trans- port systems toward sustainable mobility,” in International Conference on Interdisciplinary Approaches in Civil Engineering for Sustainable Development, pp. 83–95, Springer, 2023

  4. [4]

    Ddd17: End-to-end davis driving dataset,

    J. Binas, D. Neil, S.-C. Liu, and T. Delbruck, “Ddd17: End-to-end davis driving dataset,” 2017

  5. [5]

    Dsec: A stereo event camera dataset for driving scenarios,

    M. Gehrig, W. Aarents, D. Gehrig, and D. Scaramuzza, “Dsec: A stereo event camera dataset for driving scenarios,” 2021

  6. [6]

    The multivehicle stereo event camera dataset: An event camera dataset for 3d perception,

    A. Z. Zhu, D. Thakur, T. Ozaslan, B. Pfrommer, V . Kumar, and K. Daniilidis, “The multivehicle stereo event camera dataset: An event camera dataset for 3d perception,” IEEE Robotics and Automation Letters, vol. 3, p. 2032–2039, July 2018

  7. [7]

    Pedro: an event-based dataset for person detection in robotics,

    C. Boretti, P. Bich, F. Pareschi, L. Prono, R. Rovatti, and G. Setti, “Pedro: an event-based dataset for person detection in robotics,” in 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), pp. 4065–4070, 2023

  8. [8]

    Dhp19: Dynamic vision sensor 3d human pose dataset,

    E. Calabrese, G. Taverni, C. A. Easthope, S. Skriabine, F. Corradi, L. Longinotti, K. Eng, and T. Delbruck, “Dhp19: Dynamic vision sensor 3d human pose dataset,” in 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW) , pp. 1695–1704, 2019

Show all 33 references
  1. [9]

    Large scale interactive motion forecasting for autonomous driving: The waymo open motion dataset,

    S. Ettinger, S. Cheng, B. Caine, C. Liu, H. Zhao, S. Pradhan, Y . Chai, B. Sapp, C. R. Qi, Y . Zhou, Z. Yang, A. Chouard, P. Sun, J. Ngiam, V . Vasudevan, A. McCauley, J. Shlens, and D. Anguelov, “Large scale interactive motion forecasting for autonomous driving: The waymo ope...

  2. [10]

    Carla: An open urban driving simulator,

    A. Dosovitskiy, G. Ros, F. Codevilla, A. Lopez, and V . Koltun, “Carla: An open urban driving simulator,” 2017

  3. [11]

    D 2-city: A large-scale dashcam video dataset of diverse traffic scenarios,

    Z. Che, G. Li, T. Li, B. Jiang, X. Shi, X. Zhang, Y . Lu, G. Wu, Y . Liu, and J. Ye, “D 2-city: A large-scale dashcam video dataset of diverse traffic scenarios,” 2019

  4. [12]

    Vision meets robotics: the kitti dataset,

    A. Geiger, P. Lenz, C. Stiller, and R. Urtasun, “Vision meets robotics: the kitti dataset,” The International Journal of Robotics Research , vol. 32, pp. 1231–1237, 09 2013

  5. [13]

    Monocular pedestrian detection: survey and experiments.,

    M. Enzweiler and D. Gavrila, “Monocular pedestrian detection: survey and experiments.,” IEEE transactions on pattern analysis and machine intelligence, vol. 31, pp. 2179–2195, 01 2009

  6. [14]

    Rapid object detection using a boosted cascade of simple features,

    P. Viola and M. Jones, “Rapid object detection using a boosted cascade of simple features,” inProceedings of the 2001 IEEE Computer Society Conference on Computer Vision and Pattern Recognition. CVPR 2001, vol. 1, pp. I–I, 2001

  7. [15]

    The cityscapes dataset for semantic urban scene understanding,

    M. Cordts, M. Omran, S. Ramos, T. Rehfeld, M. Enzweiler, R. Be- nenson, U. Franke, S. Roth, and B. Schiele, “The cityscapes dataset for semantic urban scene understanding,” 2016

  8. [16]

    The apolloscape open dataset for autonomous driving and its application,

    X. Huang, P. Wang, X. Cheng, D. Zhou, Q. Geng, and R. Yang, “The apolloscape open dataset for autonomous driving and its application,” IEEE Transactions on Pattern Analysis and Machine Intelligence , vol. 42, p. 2702–2719, Oct. 2020

  9. [17]

    A2d2: Audi autonomous driving dataset,

    J. Geyer, Y . Kassahun, M. Mahmudi, X. Ricou, R. Durgesh, A. S. Chung, L. Hauswald, V . H. Pham, M. M ¨uhlegg, S. Dorn, T. Fer- nandez, M. J ¨anicke, S. Mirashi, C. Savani, M. Sturm, O. V orobiov, M. Oelker, S. Garreis, and P. Schuberth, “A2d2: Audi autonomous driving dataset,” 2020

  10. [18]

    Real- time human motion tracking and reconstruction using imu sensors,

    B. Chakravarthi, B. P. Prasad, B. Chethana, and B. P. Kumar, “Real- time human motion tracking and reconstruction using imu sensors,” in 2022 International Conference on Electrical, Computer and Energy Technologies (ICECET), pp. 1–5, IEEE, 2022

  11. [19]

    Angular features-based human action recognition system for a real application with subtle unit actions,

    J. Ryu, A. K. Patil, B. Chakravarthi, A. Balasubramanyam, S. Park, and Y . Chai, “Angular features-based human action recognition system for a real application with subtle unit actions,” IEEE Access, vol. 10, pp. 9645–9657, 2022

  12. [20]

    Stcrowd: A multimodal dataset for pedes- trian perception in crowded scenes,

    P. Cong, X. Zhu, F. Qiao, Y . Ren, X. Peng, Y . Hou, L. Xu, R. Yang, D. Manocha, and Y . Ma, “Stcrowd: A multimodal dataset for pedes- trian perception in crowded scenes,” 2022

  13. [21]

    Sevd: Synthetic event-based vision dataset for ego and fixed traffic perception,

    M. R. Aliminati, B. Chakravarthi, A. A. Verma, A. Vaghela, H. Wei, X. Zhou, and Y . Yang, “Sevd: Synthetic event-based vision dataset for ego and fixed traffic perception,” arXiv preprint arXiv:2404.10540, 2024

  14. [22]

    etram: Event-based traffic monitoring dataset,

    A. A. Verma, B. Chakravarthi, A. Vaghela, H. Wei, and Y . Yang, “etram: Event-based traffic monitoring dataset,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pp. 22637–22646, 2024

  15. [23]

    Crowd saliency detection via global similarity structure,

    M. K. Lim, V . J. Kok, C. C. Loy, and C. S. Chan, “Crowd saliency detection via global similarity structure,” 2014

  16. [24]

    Citypersons: A diverse dataset for pedestrian detection,

    S. Zhang, R. Benenson, and B. Schiele, “Citypersons: A diverse dataset for pedestrian detection,” in 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) , pp. 4457–4465, 2017

  17. [25]

    2d human pose estimation with explicit anatomical keypoints structure constraints,

    Z. Ji, Z. Wang, M. Zhang, Y . Chen, and Y . Qian, “2d human pose estimation with explicit anatomical keypoints structure constraints,” 2022

  18. [27]

    Watchped: Pedestrian crossing intention prediction using embedded sensors of smartwatch,

    J. A. Abbasi, N. M. Imran, L. C. Das, and M. Won, “Watchped: Pedestrian crossing intention prediction using embedded sensors of smartwatch,” 2023

  19. [28]

    Diving deeper into pedestrian behavior understanding: Intention estimation, action prediction, and event risk assessment,

    A. Rasouli and I. Kotseruba, “Diving deeper into pedestrian behavior understanding: Intention estimation, action prediction, and event risk assessment,” 2024

  20. [29]

    Cyclecrash: A dataset of bicycle collision videos for collision prediction and analysis,

    N. P. Desai, A. Etemad, and M. Greenspan, “Cyclecrash: A dataset of bicycle collision videos for collision prediction and analysis,” 2024

  21. [30]

    Human3.6m: Large scale datasets and predictive methods for 3d human sensing in natural environments,

    C. Ionescu, D. Papava, V . Olaru, and C. Sminchisescu, “Human3.6m: Large scale datasets and predictive methods for 3d human sensing in natural environments,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 36, no. 7, pp. 1325–1339, 2014

  22. [31]

    Multi-agent long-term 3d human pose forecasting via interaction-aware trajectory conditioning,

    J. Jeong, D. Park, and K.-J. Yoon, “Multi-agent long-term 3d human pose forecasting via interaction-aware trajectory conditioning,” 2024

  23. [32]

    Unreal engine

    Epic Games, “Unreal engine.”

  24. [33]

    Recurrent vision transformers for object detection with event cameras,

    M. Gehrig and D. Scaramuzza, “Recurrent vision transformers for object detection with event cameras,” 2023

  25. [34]

    Yolox: Exceeding yolo series in 2021,

    Z. Ge, S. Liu, F. Wang, Z. Li, and J. Sun, “Yolox: Exceeding yolo series in 2021,” 2021

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.