Pith. sign in

REVIEW 2 major objections 5 minor 148 references

From Camera-Based Sensing to Reasoning: A Comprehensive Review Toward Proactive Vulnerable Road User Safety

T0 review · 2 major / 5 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read Camera-based AI keeps pedestrians and cyclists safe only when four vision tasks—detection, tracking, trajectory prediction, and intent recognition—operate as one pipeline.

desk verdict A solid, clearly organized survey of four VRU vision tasks, but the advertised LLM coverage is absent from the body—a real overclaim, not a fatal flaw. read the letter →

arxiv 2510.03314 v2 pith:B4RKQX7W submitted 2025-09-30 cs.CV cs.AI

classification cs.CVcs.AI
keywords vulnerableroaduserscamera-basedsensingpedestriansafetyobjectdetectionmulti-objecttrackingtrajectorypredictionintentrecognitiondeeplearning
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

This review argues that camera-based artificial intelligence for protecting pedestrians, cyclists, and other vulnerable road users has outgrown the detection-only view that dominates earlier surveys. It organizes the last five years of research into four connected tasks: detect and classify, track and re-identify, predict trajectories, and recognize intent, claiming that together these form the backbone of proactive, collision-avoiding safety systems. It also names four obstacles that block real-world deployment: scarce and biased data, poor generalization to new environments, edge-computing limits, and hardware and weather degradation. If the framing holds, future research and system design should be structured around this integrated pipeline rather than isolated tasks, and emerging AI paradigms such as vision transformers, large language models, and diffusion models should be adopted for uncertainty modeling and semantic reasoning.

What carries the argument

The organizing device is the four-task pipeline: detection and classification, tracking and re-identification, trajectory prediction, and intent recognition and prediction. Each task feeds the next, from localizing a VRU to inferring its intention within the traffic context. The paper also relies on a VRU taxonomy—pedestrians, cyclists, non-motorized device users, wheelchair users, and scooter or skateboard users—to ground the sensing challenges that each task must address.

What would settle it

A controlled study comparing a four-task pipeline against a single end-to-end vision model on the same camera streams, measuring near-miss prediction accuracy and false-alarm rates, would settle the matter: if the end-to-end model matches or beats the explicit pipeline without the task hierarchy, the paper's central organizing claim is undercut.

Watch

Extended reading notes

Core claim

The paper's central claim is that proactive VRU safety through cameras is best understood as a hierarchical pipeline: visual perception (detection and classification), motion modeling (tracking and re-identification, then trajectory prediction), and behavior understanding (intent recognition and reasoning). The authors review recent methods in each stage and assert that these stages, when integrated, enable early risk anticipation and timely intervention. They further claim that four major challenges—data scarcity and bias, limited generalization, edge-aware model optimization, and hardware and environmental constraints—currently prevent reliable, equitable, and scalable deployment. The surv

Load-bearing premise

The load-bearing premise is that the four-task decomposition—detection, tracking, trajectory prediction, and intent recognition—is the correct and sufficient organizing structure for proactive VRU safety, but the survey offers no empirical comparison showing this pipeline outperforms end-to-end or task-agnostic alternatives.

Editorial extensions

If this is right

  • Future VRU safety systems will be expected to integrate all four tasks rather than optimize detection alone.
  • Benchmarks should measure multi-task performance—tracking consistency, forecast accuracy, and intent correctness—not just detection metrics.
  • Vision transformers, large language models, and diffusion models will be adopted for representation learning, uncertainty modeling, and semantic reasoning in safety pipelines.
  • Data collection and augmentation efforts should target underrepresented VRU classes and mitigate demographic and geographic bias.
  • Deployment-ready systems will require model compression and edge optimization alongside robustness to adverse weather and sensor degradation.

Reading between the lines

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

  • If the four-task pipeline is the right decomposition, then joint multi-task training across the stages could yield efficiency and accuracy gains over independently trained modules; a testable extension is whether joint training outperforms staged pipelines on real-world near-miss prediction.
  • The review suggests intent recognition is the least mature stage; an editor's inference is that closing the intent gap will matter more than further detection improvements for proactive safety.
  • The four challenges are not independent: synthetic data generation and simulation could simultaneously alleviate data scarcity, class imbalance, and generalization limitations, so research should treat them as one coupled problem.
  • The framing invites a system-level benchmark that evaluates end-to-end safety outcomes—such as reductions in predicted collisions or false alarms—rather than per-task accuracy, which would provide a stronger test of the pipeline's value.
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

2 major / 5 minor

Summary. The paper is a survey of camera-based AI methods for vulnerable road user (VRU) safety. It proposes a four-task pipeline — detection and classification, tracking and re-identification, trajectory prediction, and intent recognition and prediction — as the backbone of proactive VRU protection, and reviews representative deep-learning methods for each task across Sections III-A through III-D. It then identifies four practical challenges (data scarcity/bias, generalization, edge deployment, hardware/environmental limits) and outlines future directions in Section IV. The paper contains no experimental validation; its contribution is the taxonomy, the structured literature organization, and the synthesis of methods and challenges. The central claim is that this unified four-task view, together with coverage of emerging AI paradigms (ViTs, LLMs, diffusion models), provides a comprehensive and up-to-date foundation for camera-based VRU safety systems.

Significance. If taken as a reference survey, the paper is useful: the four-task organization is clear and sensible, the accompanying tables (Tables III–V) give a compact map of recent methods, and the challenge taxonomy in Section IV is practice-oriented. The review also explicitly covers less-common VRU classes (e-scooters, wheelchairs, mobility aids) in Section III-A, which is a genuine gap in many prior surveys. However, the significance is diminished by a mismatch between the advertised scope and the actual content. The abstract and conclusion promise systematic incorporation of large language models as one of three emerging AI paradigms, but no LLM-based method is reviewed anywhere in the body. Since the paper explicitly distinguishes itself from earlier surveys by filling this gap, the overstated claim affects the central contribution of comprehensiveness.

major comments (2)
  1. [Abstract and Section III (all subsections)] The abstract and the conclusion state that the survey 'systematically incorporates emerging AI paradigms, including Vision Transformers (ViTs), Large Language Models (LLMs), and diffusion models' and that these 'cutting-edge approaches' are a differentiator from prior surveys. Yet Section III contains no review, table entry, or cited method that uses an LLM for any of the four tasks. The only vision-language entries in Table III are Grounding DINO [44] and YOLO-World [45], which are open-vocabulary detectors, not LLM-based reasoning systems, and the text does not describe them as such. The conclusion repeats the claim ('ViTs, LLMs, and diffusion models'), but the body does not support it. This is load-bearing because the paper's stated novelty and the 'comprehensive' foundation it claims to provide depend in part on this coverage. The fix is either to add a substantive treatment of LLM-b
  2. [Section I, introductory positioning; Table I] The paper motivates itself by saying existing surveys 'primarily emphasize detection' and that key areas such as trajectory and intent prediction are 'often overlooked.' However, several cited reviews in Table I already cover trajectory prediction (e.g., [13]) and the broader VRU pipeline (e.g., [12]). The differentiation is weaker than claimed. The survey is still valuable as a unified treatment, but the contrast with prior work should be softened or made more precise; otherwise the contribution statement overstates the gap.
minor comments (5)
  1. [Title and header] The arXiv title is 'From Camera-Based Sensing to Reasoning: A Comprehensive Review Toward Proactive Vulnerable Road User Safety' but the full-text title is 'A Comprehensive Review on Artificial Intelligence Empowered Solutions for Enhancing Pedestrian and Cyclist Safety.' These should be aligned, especially since the final version may be indexed under one title.
  2. [References [128]-[131]] Entries such as 'Lorenzo et al.', 'Zhang et al.', and 'Sharma et al.' in the intent-recognition section are incomplete; they should be replaced with full author lists and stable bibliographic data.
  3. [Section III-C, GNN paragraph] The GNN paragraph says 'several Transformer-based models mentioned in the previous section such as HiVT [102] and AI-TP [95] integrate attention with graph structures.' AI-TP was earlier described under RNN-based models, not Transformer-based models, and the reference [95] is 'AI-TP: Attention-based interaction-aware trajectory prediction for autonomous driving.' The description is confusing and should be corrected.
  4. [Figure 1] The publication-trend figure is based on Google Scholar keyword searches but does not report the exact query, date of search, or filtering criteria. This makes the trend plot hard to reproduce and should be documented in the caption or text.
  5. [Section III-D, PCPA [119]] Reference [119] is cited as proposing 'a hybrid attention-based framework' for pedestrian action prediction, but the cited title indicates a benchmark paper ('Benchmark for evaluating pedestrian action prediction'). Please verify whether the attribution is to the benchmark or to a specific method, and cite accordingly.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: the survey's four-task taxonomy is a framing choice, not a derived result, and no prediction or parameter is fit from its own inputs.

full rationale

This is a literature survey, not a derivation with fitted parameters or benchmark predictions. The central contribution—organizing camera-based VRU safety into detection/classification, tracking/re-ID, trajectory prediction, and intent recognition/prediction—is a proposed taxonomy; the paper does not claim to prove this decomposition from first principles, nor does it run experiments to validate it. Statements such as 'these four tasks enable AI-based systems to sustain situational awareness' (Section II-B) are interpretive summaries of the surveyed literature, not reductions of outputs to inputs. No equations, fitted parameters, or benchmark numbers are used, so the main circularity patterns (self-definitional, fitted-input-called-prediction, ansatz-smuggling) do not apply. The paper cites several works by its own authors (e.g., [9], [52], [111]-[113]), but these are specific, peer-reviewed and benchmarked methods or background support, not a load-bearing 'uniqueness theorem' and not used to forbid alternative taxonomies or methods. Their inclusion is ordinary survey citation, not circularity. The most notable issue is internal consistency rather than circularity: the abstract says the survey 'systematically incorporates emerging AI paradigms, including ... LLMs,' but Section III's reviews of detection, tracking, trajectory prediction, and intent prediction contain no LLM-based method; only open-vocabulary detectors (Grounding DINO [44], YOLO-World [45]) appear. This undermines the advertised comprehensiveness and the introduction's framing that LLMs are 'largely unexamined in the current literature' and will be covered here, but an omitted body of work is an accuracy/completeness concern, not a derivation that equates the paper's conclusion to its own assumptions. Similarly, selecting papers that fit the four-task narrative is a survey-bias issue, not circularity. Because the paper makes no numerical prediction derived from its own inputs and its central claims are framing choices supported by external literature, the circularity score is 0.

Assumptions & free parameters 0 free parameters · 2 assumptions · 0 invented entities

A survey has no free parameters or invented entities. Its load-bearing assumptions are the organizing taxonomy and the representativeness of the literature selection.

assumptions (2)
  • domain assumption The proposed four-task pipeline (detection and classification, tracking and re-identification, trajectory prediction, intent recognition) is the correct decomposition for proactive VRU safety systems.
    Section III organizes the whole survey around this taxonomy without empirical or comparative evidence that it is the best structure.
  • domain assumption The selected cited papers are representative of the state of the art in each category.
    Tables III-V present representative methods, but no systematic search or inclusion criteria are described.

how reviews work

0 comments
Cite this review

Pith. "Pith review of From Camera-Based Sensing to Reasoning: A Comprehensive Review Toward Proactive Vulnerable Road User Safety." pith.science (2026). https://pith.science/paper/B4RKQX7W

@misc{pith2026251003314,
  author       = {Pith},
  title        = {Pith review of: From Camera-Based Sensing to Reasoning: A Comprehensive Review Toward Proactive Vulnerable Road User Safety},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/B4RKQX7W}},
  note         = {Machine review of arXiv:2510.03314}
}
read the original abstract

Ensuring the safety of vulnerable road users (VRUs), such as pedestrians and cyclists, remains a critical challenge, as conventional infrastructure-based measures are often insufficient in dynamic urban environments. Recent advances in learning-based visual sensing systems have created new opportunities for more adaptive and context-aware VRU protection. This paper presents a comprehensive review of camera-based methods for proactive VRU safety, with a focus on developments over the past five years. Unlike prior surveys that primarily emphasize detection, we organize the literature into three interconnected components: visual perception (detection and classification), motion modeling (tracking and trajectory prediction), and behavior understanding (intent recognition and reasoning). These components form a unified hierarchical pipeline that enables early risk anticipation and timely intervention. Furthermore, this survey systematically incorporates emerging AI paradigms, including Vision Transformers (ViTs), Large Language Models (LLMs), and diffusion models, highlighting their roles in representation learning, uncertainty modeling, and semantic reasoning. Finally, we identify four key challenges specific to VRU safety, including data scarcity, behavioral uncertainty, edge deployment efficiency, and real-world sensing constraints, and discuss corresponding research directions. This work provides a unified foundation for the development of reliable, scalable, and deployable VRU safety systems.

Figures

Figures reproduced from arXiv: 2510.03314 by the authors.

Figure 1
Figure 1. Publication Trends in AI Research for VRU and Pedestrian Safety [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Overview of Our Survey TABLE II DETAILED CLASSIFICATION OF VRUS AND ASSOCIATED SENSING CHALLENGES Class Subclasses Primary Sensing Challenges Pedestrian • Child • Adult • Elder • High variability in appearance and motion • Frequent occlusion in urban scenes • Different movement and reaction patterns Cyclist • Manual Bicycle • Motorized Bicycle • Fast and often non-linear motion • Occlusion by frames or helmets • Vis… view at source ↗
Figure 3
Figure 3. Integrated Camera-Based Perception and Downstream Tasks for VRU Safety Enhancement [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Open Challenges and Future Directions for AI-Empowered VRU Sensing and Reasoning [PITH_FULL_IMAGE:figures/full_fig_p012_4.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

148 extracted references · 16 linked inside Pith

  1. [44]

    Grounding dino: Marrying dino with grounded pre-training for open-set object detection,

    S. Liu, Z. Zeng, T. Ren, F. Li, H. Zhang, J. Yang, Q. Jiang, C. Li, J. Yang, H. Suet al., “Grounding dino: Marrying dino with grounded pre-training for open-set object detection,” inEuropean Conference on Computer Vision. Springer, 2024, pp. 38–55

  2. [45]

    Yolo-world: Real-time open-vocabulary ob- ject detection,

    T. Cheng, L. Song, Y . Ge, W. Liu, X. Wang, and Y . Shan, “Yolo-world: Real-time open-vocabulary ob- ject detection,” inProceedings of the IEEE/CVF Con- JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 16 ference on Computer Vision and Pattern Recognition, 2024, pp. 16 901–16 911

  3. [13]

    Advancing vulnerable road users safety: Interdisci- plinary review on v2x communication and trajectory prediction,

    B. Abdi, S. Mirzaei, M. Adl, S. Hidajat, and A. Emadi, “Advancing vulnerable road users safety: Interdisci- plinary review on v2x communication and trajectory prediction,”IEEE Transactions on Intelligent Trans- portation Systems, 2024

  4. [12]

    Vulnerable road user detection and safety enhancement: A comprehensive survey,

    R. M. Silva, G. F. Azevedo, M. V . Berto, J. R. Rocha, E. C. Fidelis, M. V . Nogueira, P. H. Lisboa, and T. A. Almeida, “Vulnerable road user detection and safety enhancement: A comprehensive survey,”arXiv preprint arXiv:2405.19202, 2024

  5. [1]

    Advancing traffic safety through the safe system approach: A systematic review,

    M. N. Khan and S. Das, “Advancing traffic safety through the safe system approach: A systematic review,” Accident Analysis & Prevention, vol. 199, p. 107518, 2024

  6. [2]

    Road traffic injuries,

    World Health Organization, “Road traffic injuries,” Dec. 2023, accessed on April 11, 2025. [Online]. Available: https://www.who.int/news-room/fact-sheets/ detail/road-traffic-injuries

  7. [3]

    U.s. department of transportation announces new guidance to improve safety for vulnerable road users under president’s bipartisan infrastructure law,

    U.S. Department of Transportation, “U.s. department of transportation announces new guidance to improve safety for vulnerable road users under president’s bipartisan infrastructure law,” Oct. 2022, accessed on April 11, 2025. [Online]. Available: https://www. transportation.gov/briefing-room

  8. [4]

    Nj named worst us state for pedestrian crashes — drugs and alcohol may be to blame,

    M. Sedacca, “Nj named worst us state for pedestrian crashes — drugs and alcohol may be to blame,” Mar. 2025, accessed on April 11, 2025. [Online]. Available: https://nypost.com/2025/03/08/ us-news/nj-most-dangerous-state-for-pedestrians-data/

Show all 148 references
  1. [5]

    Vulnerable road user safety assessment,

    Washington State Department of Transportation, “Vulnerable road user safety assessment,” Washington State Department of Transportation, Tech. Rep., 2023, accessed on April 11, 2025. [Online]. Available: https://targetzero.com/wp-content/uploads/ 2023/11/VRU-Safety-Assessment-2023.pdf

  2. [6]

    Cooperative collision avoidance at in- tersections: Algorithms and experiments,

    M. R. Hafner, D. Cunningham, L. Caminiti, and D. Del Vecchio, “Cooperative collision avoidance at in- tersections: Algorithms and experiments,”IEEE Trans- actions on Intelligent Transportation Systems, vol. 14, no. 3, pp. 1162–1175, 2013

  3. [7]

    Vulner- able road user detection for roadside-assisted safety protection: A comprehensive survey,

    Z. Zhang, C. Wei, G. Wu, and M. J. Barth, “Vulner- able road user detection for roadside-assisted safety protection: A comprehensive survey,”Applied Sciences, vol. 15, no. 7, p. 3797, 2025

  4. [8]

    Vehicle-to- everything (v2x) in the autonomous vehicles domain–a technical review of communication, sensor, and ai tech- nologies for road user safety,

    S. A. Yusuf, A. Khan, and R. Souissi, “Vehicle-to- everything (v2x) in the autonomous vehicles domain–a technical review of communication, sensor, and ai tech- nologies for road user safety,”Transportation Research Interdisciplinary Perspectives, vol. 23, p. 100980, 2024

  5. [9]

    Cooperative traffic signal assistance system for non- motorized users and disabilities empowered by com- puter vision and edge artificial intelligence,

    H. F. Yang, Y . Ling, C. Kopca, S. Ricord, and Y . Wang, “Cooperative traffic signal assistance system for non- motorized users and disabilities empowered by com- puter vision and edge artificial intelligence,”Trans- portation research part C: emerging technologies, vol. 145, ...

  6. [10]

    Implementation and evaluation of a cooperative vehicle-to-pedestrian safety application,

    A. Tahmasbi-Sarvestani, H. N. Mahjoub, Y . P. Fallah, E. Moradi-Pari, and O. Abuchaar, “Implementation and evaluation of a cooperative vehicle-to-pedestrian safety application,”IEEE Intelligent Transportation Systems Magazine, vol. 9, no. 4, pp. 62–75, 2017

  7. [11]

    Roadside sensor systems for vulnerable road user protection: A review of methods and applications,

    T. Zhang, L. Cheng, T. Bang, L. Guo, M. Hajij, S. Cao, A. Harris, and M. Sartipi, “Roadside sensor systems for vulnerable road user protection: A review of methods and applications,”IEEE Access, 2025

  8. [14]

    Occlusion handling and multi-scale pedestrian detection based on deep learning: A review,

    F. Li, X. Li, Q. Liu, and Z. Li, “Occlusion handling and multi-scale pedestrian detection based on deep learning: A review,”IEEE Access, vol. 10, pp. 19 937–19 957, 2022

  9. [15]

    From handcrafted to deep features for pedestrian detection: A survey,

    J. Cao, Y . Pang, J. Xie, F. S. Khan, and L. Shao, “From handcrafted to deep features for pedestrian detection: A survey,”IEEE transactions on pattern analysis and machine intelligence, vol. 44, no. 9, pp. 4913–4934, 2021

  10. [16]

    Vulnerable road users,

    National Safety Council, “Vulnerable road users,” 2018, accessed on April 11, 2025. [Online]. Available: https://www.nsc.org/getattachment/ d5babee6-582d-4e66-804f-8d06f9b021a4/ t-vulnerable-road-users-147

  11. [17]

    Intersection safety challenge,

    U.S. Department of Transportation, “Intersection safety challenge,” 2024, accessed on April 11, 2025. [Online]. Available: https://its.dot.gov/isc/ JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 15

  12. [18]

    Detecting carried objects from sequences of walking pedestrians,

    D. Damen and D. Hogg, “Detecting carried objects from sequences of walking pedestrians,”IEEE transactions on pattern analysis and machine intelligence, vol. 34, no. 6, pp. 1056–1067, 2011

  13. [19]

    Histograms of oriented gra- dients for human detection,

    N. Dalal and B. Triggs, “Histograms of oriented gra- dients for human detection,” in2005 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR’05), vol. 1, 2005, pp. 886–893 vol. 1

  14. [20]

    Robust real-time face detec- tion,

    P. Viola and M. J. Jones, “Robust real-time face detec- tion,”International Journal of Computer Vision, vol. 57, no. 2, pp. 137–154, 5 2004

  15. [21]

    Microsoft coco: Common objects in context,

    T.-Y . Lin, M. Maire, S. Belongie, J. Hays, P. Perona, D. Ramanan, P. Doll ´ar, and C. L. Zitnick, “Microsoft coco: Common objects in context,” inComputer vision– ECCV 2014: 13th European conference, zurich, Switzer- land, September 6-12, 2014, proceedings, part v 13. Springer...

  16. [22]

    Imagenet: A large-scale hierarchical im- age database,

    J. Deng, W. Dong, R. Socher, L.-J. Li, K. Li, and L. Fei-Fei, “Imagenet: A large-scale hierarchical im- age database,” in2009 IEEE Conference on Computer Vision and Pattern Recognition, 2009, pp. 248–255

  17. [23]

    Ssd: Single shot multibox de- tector,

    W. Liu, D. Anguelov, D. Erhan, C. Szegedy, S. Reed, C.-Y . Fu, and A. C. Berg, “Ssd: Single shot multibox de- tector,” inLecture Notes in Computer Science. Springer International Publishing, 2016, pp. 21–37

  18. [24]

    Faster r-cnn: Towards real-time object detection with region proposal networks,

    S. Ren, K. He, R. Girshick, and J. Sun, “Faster r-cnn: Towards real-time object detection with region proposal networks,”IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 39, no. 6, pp. 1137–1149, 2017

  19. [25]

    Efficientdet: Scalable and efficient object detection,

    M. Tan, R. Pang, and Q. V . Le, “Efficientdet: Scalable and efficient object detection,” 2020

  20. [26]

    Sparse r-cnn: End-to-end object detection with learnable pro- posals,

    P. Sun, R. Zhang, Y . Jiang, T. Kong, C. Xu, W. Zhan, M. Tomizuka, L. Li, Z. Yuan, C. Wanget al., “Sparse r-cnn: End-to-end object detection with learnable pro- posals,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2021, pp. 14 454–14 463

  21. [27]

    Pp-yoloe: An evolved version of yolo,

    S. Xu, X. Wang, W. Lv, Q. Chang, C. Cui, K. Deng, G. Wang, Q. Dang, S. Wei, Y . Duet al., “Pp-yoloe: An evolved version of yolo,” 2022

  22. [28]

    Convnext v2: Co-designing and scaling convnets with masked autoencoders,

    S. Woo, S. Debnath, R. Hu, X. Chen, Z. Liu, I. S. Kweon, and S. Xie, “Convnext v2: Co-designing and scaling convnets with masked autoencoders,” inPro- ceedings of the IEEE/CVF conference on computer vi- sion and pattern recognition, 2023, pp. 16 133–16 142

  23. [29]

    Internim- age: Exploring large-scale vision foundation models with deformable convolutions,

    W. Wang, J. Dai, Z. Chen, Z. Huang, Z. Li, X. Zhu, X. Hu, T. Lu, L. Lu, H. Liet al., “Internim- age: Exploring large-scale vision foundation models with deformable convolutions,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 14 ...

  24. [30]

    Deformable detr: Deformable transformers for end-to- end object detection,

    X. Zhu, W. Su, L. Lu, B. Li, X. Wang, and J. Dai, “Deformable detr: Deformable transformers for end-to- end object detection,”arXiv preprint arXiv:2010.04159, 2020

  25. [31]

    Swin transformer v2: Scaling up capacity and resolution,

    Z. Liu, H. Hu, Y . Lin, Z. Yao, Z. Xie, Y . Wei, J. Ning, Y . Cao, Z. Zhang, L. Donget al., “Swin transformer v2: Scaling up capacity and resolution,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 12 009–12 019

  26. [32]

    Yolov11: An overview of the key architectural enhancements,

    R. Khanam and M. Hussain, “Yolov11: An overview of the key architectural enhancements,”arXiv preprint arXiv:2410.17725, 2024

  27. [33]

    Yolov12: Attention- centric real-time object detectors,

    Y . Tian, Q. Ye, and D. Doermann, “Yolov12: Attention- centric real-time object detectors,”arXiv preprint arXiv:2502.12524, 2025

  28. [34]

    Detrs beat yolos on real-time object detection,

    Y . Zhao, W. Lv, S. Xu, J. Wei, G. Wang, Q. Dang, Y . Liu, and J. Chen, “Detrs beat yolos on real-time object detection,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2024, pp. 16 965–16 974

  29. [35]

    Fastervit: Fast vision transformers with hierarchical attention,

    A. Hatamizadeh, G. Heinrich, H. Yin, A. Tao, J. M. Alvarez, J. Kautz, and P. Molchanov, “Fastervit: Fast vision transformers with hierarchical attention,”arXiv preprint arXiv:2306.06189, 2023

  30. [36]

    Edgevit: Efficient visual modeling for edge comput- ing,

    Z. Chen, F. Zhong, Q. Luo, X. Zhang, and Y . Zheng, “Edgevit: Efficient visual modeling for edge comput- ing,” inInternational conference on wireless algorithms, systems, and applications. Springer, 2022, pp. 393– 405

  31. [37]

    Maxvit: Multi-axis vision trans- former,

    Z. Tu, H. Talebi, H. Zhang, F. Yang, P. Milanfar, A. Bovik, and Y . Li, “Maxvit: Multi-axis vision trans- former,” inEuropean conference on computer vision. Springer, 2022, pp. 459–479

  32. [38]

    Diffusiondet: Diffusion model for object detection,

    S. Chen, P. Sun, Y . Song, and P. Luo, “Diffusiondet: Diffusion model for object detection,” inProceedings of the IEEE/CVF international conference on computer vision, 2023, pp. 19 830–19 843

  33. [39]

    An improved yolov5 algorithm for vulnerable road user detection,

    W. Yang, X. Tang, K. Jiang, Y . Fu, and X. Zhang, “An improved yolov5 algorithm for vulnerable road user detection,”Sensors, vol. 23, no. 18, p. 7761, 2023

  34. [40]

    E-scooter rider detection and classification in dense urban environments,

    S. Gilroy, D. Mullins, E. Jones, A. Parsi, and M. Glavin, “E-scooter rider detection and classification in dense urban environments,”Results in Engineering, vol. 16, p. 100677, Dec. 2022

  35. [41]

    Deep learning architectures for skateboarder– pedestrian surrogate safety measures,

    C. E. Shourov, M. Sarkar, A. Jahangiri, and C. Paolini, “Deep learning architectures for skateboarder– pedestrian surrogate safety measures,”Future transportation, vol. 1, no. 2, pp. 387–413, 2021

  36. [42]

    Detection of e- scooter riders in naturalistic scenes,

    K. Apurv, R. Tian, and R. Sherony, “Detection of e- scooter riders in naturalistic scenes,”arXiv preprint arXiv:2111.14060, 2021

  37. [43]

    Deep detection of people and their mobility aids for a hospital robot,

    A. Vasquez, M. Kollmitz, A. Eitel, and W. Burgard, “Deep detection of people and their mobility aids for a hospital robot,” in2017 European conference on mobile robots (ECMR). IEEE, 2017, pp. 1–7

  38. [46]

    Pedestrian detection in low-light conditions: A comprehensive survey,

    B. Ghari, A. Tourani, A. Shahbahrami, and G. Gaydad- jiev, “Pedestrian detection in low-light conditions: A comprehensive survey,”Image and Vision Computing, p. 105106, 2024

  39. [47]

    Ms-detr: Multispectral pedes- trian detection transformer with loosely coupled fusion and modality-balanced optimization,

    Y . Xing, S. Yang, S. Wang, S. Zhang, G. Liang, X. Zhang, and Y . Zhang, “Ms-detr: Multispectral pedes- trian detection transformer with loosely coupled fusion and modality-balanced optimization,”IEEE Transac- tions on Intelligent Transportation Systems, 2024

  40. [48]

    Cross- modality fusion transformer for multispectral object detection,

    F. Qingyun, H. Dapeng, and W. Zhaokui, “Cross- modality fusion transformer for multispectral object detection,”arXiv preprint arXiv:2111.00273, 2021

  41. [49]

    Guided attentive feature fusion for multispectral pedes- trian detection,

    H. Zhang, E. Fromont, S. Lef `evre, and B. Avignon, “Guided attentive feature fusion for multispectral pedes- trian detection,” inProceedings of the IEEE/CVF winter conference on applications of computer vision, 2021, pp. 72–80

  42. [50]

    Multispectral fusion for object detection with cyclic fuse-and-refine blocks,

    H. Zhang, E. Fromont, S. Lefevre, and B. Avignon, “Multispectral fusion for object detection with cyclic fuse-and-refine blocks,” in2020 IEEE International conference on image processing (ICIP). IEEE, 2020, pp. 276–280

  43. [51]

    Improving multi- spectral pedestrian detection by addressing modality imbalance problems,

    K. Zhou, L. Chen, and X. Cao, “Improving multi- spectral pedestrian detection by addressing modality imbalance problems,” inComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, August 23– 28, 2020, Proceedings, Part XVIII 16. Springer, 2020, pp. 787–803

  44. [52]

    Illumination and temperature-aware multispectral networks for edge- computing-enabled pedestrian detection,

    Y . Zhuang, Z. Pu, J. Hu, and Y . Wang, “Illumination and temperature-aware multispectral networks for edge- computing-enabled pedestrian detection,”IEEE Trans- actions on Network Science and Engineering, vol. 9, no. 3, pp. 1282–1295, 2021

  45. [53]

    All-weather pedestrian detection based on double-stream multispec- tral network,

    C.-H. Hsia, H.-C. Peng, and H.-T. Chan, “All-weather pedestrian detection based on double-stream multispec- tral network,”Electronics, vol. 12, no. 10, p. 2312, 2023

  46. [54]

    Illumination- aware faster r-cnn for robust multispectral pedestrian detection,

    C. Li, D. Song, R. Tong, and M. Tang, “Illumination- aware faster r-cnn for robust multispectral pedestrian detection,”Pattern Recognition, vol. 85, pp. 161–171, 2019

  47. [55]

    Pedestrian detection based on light perception fusion of visible and thermal im- ages,

    G. Li, W. Lai, and X. Qu, “Pedestrian detection based on light perception fusion of visible and thermal im- ages,”Optics & Laser Technology, vol. 156, p. 108466, 2022

  48. [56]

    Mask-guided attention network for occluded pedestrian detection,

    Y . Pang, J. Xie, M. H. Khan, R. M. Anwer, F. S. Khan, and L. Shao, “Mask-guided attention network for occluded pedestrian detection,” 2019

  49. [57]

    Nms by repre- sentative region: Towards crowded pedestrian detection by proposal pairing,

    X. Huang, Z. Ge, Z. Jie, and O. Yoshie, “Nms by repre- sentative region: Towards crowded pedestrian detection by proposal pairing,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020, pp. 10 750–10 759

  50. [58]

    Imagine the unseen: Occluded pedestrian detection via adversarial feature completion,

    S. Zhang, M. Ji, Y . Li, and J. Yang, “Imagine the unseen: Occluded pedestrian detection via adversarial feature completion,”arXiv preprint arXiv:2405.01311, 2024

  51. [59]

    Mapd: An improved multi-attribute pedestrian detection in a crowd,

    Y . Wang, C. Han, G. Yao, and W. Zhou, “Mapd: An improved multi-attribute pedestrian detection in a crowd,”Neurocomputing, vol. 432, pp. 101–110, 2021

  52. [60]

    Beta r-cnn: Look- ing into pedestrian detection from another perspective,

    Z. Xu, B. Li, Y . Yuan, and A. Dang, “Beta r-cnn: Look- ing into pedestrian detection from another perspective,” Advances in Neural Information Processing Systems, vol. 33, pp. 19 953–19 963, 2020

  53. [61]

    Detection in crowded scenes: One proposal, multiple predictions,

    X. Chu, A. Zheng, X. Zhang, and J. Sun, “Detection in crowded scenes: One proposal, multiple predictions,” 2020

  54. [62]

    Pedhunter: Occlusion robust pedestrian detector in crowded scenes,

    C. Chi, S. Zhang, J. Xing, Z. Lei, S. Z. Li, and X. Zou, “Pedhunter: Occlusion robust pedestrian detector in crowded scenes,” inProceedings of the AAAI conference on artificial intelligence, vol. 34, no. 07, 2020, pp. 10 639–10 646

  55. [63]

    Adaptive pattern-parameter matching for robust pedestrian de- tection,

    M. Liu, C. Zhu, J. Wang, and X.-C. Yin, “Adaptive pattern-parameter matching for robust pedestrian de- tection,” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 35, no. 3, 2021, pp. 2154– 2162

  56. [64]

    Oaf-net: An occlusion-aware anchor-free network for pedestrian detection in a crowd,

    Q. Li, Y . Su, Y . Gao, F. Xie, and J. Li, “Oaf-net: An occlusion-aware anchor-free network for pedestrian detection in a crowd,”IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 11, pp. 21 291– 21 300, 2022

  57. [65]

    Autopedestrian: An automatic data aug- mentation and loss function search scheme for pedes- trian detection,

    Y . Tang, B. Li, M. Liu, B. Chen, Y . Wang, and W. Ouyang, “Autopedestrian: An automatic data aug- mentation and loss function search scheme for pedes- trian detection,”IEEE transactions on image process- ing, vol. 30, pp. 8483–8496, 2021

  58. [66]

    Tracking pedestrian heads in dense crowd,

    R. Sundararaman, C. De Almeida Braga, E. Marchand, and J. Pettre, “Tracking pedestrian heads in dense crowd,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2021, pp. 3865–3875

  59. [67]

    Detr for crowd pedestrian detection,

    M. Lin, C. Li, X. Bu, M. Sun, C. Lin, J. Yan, W. Ouyang, and Z. Deng, “Detr for crowd pedestrian detection,” 2021

  60. [68]

    Optimal proposal learning for deployable end-to-end pedestrian detection,

    X. Song, B. Chen, P. Li, J.-Y . He, B. Wang, Y . Geng, X. Xie, and H. Zhang, “Optimal proposal learning for deployable end-to-end pedestrian detection,” inPro- ceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 3250–3260

  61. [69]

    Uncertainty-guided cross-modal learning for robust multispectral pedestrian detection,

    J. U. Kim, S. Park, and Y . M. Ro, “Uncertainty-guided cross-modal learning for robust multispectral pedestrian detection,”IEEE Transactions on Circuits and Systems for Video Technology, vol. 32, no. 3, pp. 1510–1523, 2021

  62. [70]

    Causal mode multiplexer: A novel framework for unbi- ased multispectral pedestrian detection,

    T. Kim, S. Shin, Y . Yu, H. G. Kim, and Y . M. Ro, “Causal mode multiplexer: A novel framework for unbi- ased multispectral pedestrian detection,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024, pp. 26 784–26 793

  63. [71]

    Simple online and realtime tracking,

    A. Bewley, Z. Ge, L. Ott, F. Ramos, and B. Upcroft, “Simple online and realtime tracking,” in2016 IEEE International Conference on Image Processing (ICIP). IEEE, 2016, pp. 3464–3468. JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 17

  64. [72]

    Simple online and realtime tracking with a deep association metric,

    N. Wojke, A. Bewley, and D. Paulus, “Simple online and realtime tracking with a deep association metric,” in2017 IEEE International Conference on Image Pro- cessing (ICIP). IEEE, 2017, pp. 3645–3649

  65. [73]

    Tracking ob- jects as points,

    X. Zhou, D. Wang, and P. Kr ¨ahenb¨uhl, “Tracking ob- jects as points,” inEuropean Conference on Computer Vision (ECCV). Springer, 2020, pp. 474–490

  66. [74]

    Fairmot: On the fairness of detection and re- identification in multiple object tracking,

    Y . Zhang, C. Wang, X. Wang, W. Zeng, and W. Liu, “Fairmot: On the fairness of detection and re- identification in multiple object tracking,”International Journal of Computer Vision, vol. 129, no. 11, pp. 3069– 3087, 2021

  67. [75]

    Towards real-time multi-object tracking,

    Z. Wang, L. Zheng, Y . Liu, Y . Li, and S. Wang, “Towards real-time multi-object tracking,” inEuropean Conference on Computer Vision (ECCV). Springer, 2020, pp. 107–122

  68. [76]

    Quasi- dense similarity learning for multiple object tracking,

    J. Pang, K. Li, Y . Zhang, Y . Li, and C. Lu, “Quasi- dense similarity learning for multiple object tracking,” IEEE Transactions on Pattern Analysis and Machine Intelligence, 2023

  69. [77]

    Rethinking the competition between detection and reid in multi-object tracking,

    C. Liang, Z. Zhang, X. Zhou, B. Li, S. Zhu, and W. Hu, “Rethinking the competition between detection and reid in multi-object tracking,” 2022

  70. [78]

    Bytetrack: Multi-object tracking by associating every detection box,

    Y . Zhang, P. Sun, Y . Jiang, D. Yu, C. Weng, Z. Yuan, and P. Luo, “Bytetrack: Multi-object tracking by associating every detection box,” inProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), 2021, pp. 9839–9848

  71. [79]

    Observation-centric sort: Rethinking sort for robust multi-object tracking,

    J. Cao, J. Pang, X. Weng, R. Khirodkar, and K. Kitani, “Observation-centric sort: Rethinking sort for robust multi-object tracking,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recogni- tion (CVPR), 2023, pp. 973–983

  72. [80]

    Bot- sort: Robust associations multi-pedestrian tracking,

    N. Aharoni, B.-Z. Bobrovsky, and Y . Ben-Shabat, “Bot- sort: Robust associations multi-pedestrian tracking,” arXiv preprint arXiv:2206.14651, 2022

  73. [81]

    Trackformer: Multi-object tracking with trans- formers,

    T. Meinhardt, A. Kirillov, L. Leal-Taix ´e, and C. Feicht- enhofer, “Trackformer: Multi-object tracking with trans- formers,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2021, pp. 8844–8854

  74. [82]

    Transtrack: Multiple- object tracking with transformer,

    P. Sun, J. Cao, Y . Jiang, R. Zhang, E. Xie, Z. Yuan, C. Wang, and P. Luo, “Transtrack: Multiple- object tracking with transformer,”arXiv preprint arXiv:2012.15460, 2020

  75. [83]

    Motr: End-to-end multiple-object tracking with transformer,

    F. Zeng, B. Li, H. Wang, W. Zhang, W. Liu, and T. Tan, “Motr: End-to-end multiple-object tracking with transformer,” inEuropean Conference on Computer Vision (ECCV). Springer, 2022, pp. 659–675

  76. [84]

    Beyond part models: Person retrieval with refined part pooling (and a strong convolutional baseline),

    Y . Sun, L. Zheng, Y . Yang, Q. Tian, and S. Wang, “Beyond part models: Person retrieval with refined part pooling (and a strong convolutional baseline),” in Proceedings of the European Conference on Computer Vision (ECCV), 2018, pp. 480–496

  77. [85]

    Learn- ing discriminative features with multiple granularities for person re-identification,

    G. Wang, Y . Yuan, X. Chen, J. Li, and X. Zhou, “Learn- ing discriminative features with multiple granularities for person re-identification,” inProceedings of the 26th ACM International Conference on Multimedia, 2018, pp. 274–282

  78. [86]

    Bag of tricks and a strong baseline for deep person re- identification,

    H. Luo, Y . Gu, X. Liao, S. Lai, and W. Jiang, “Bag of tricks and a strong baseline for deep person re- identification,” inProceedings of the IEEE/CVF Con- ference on Computer Vision and Pattern Recognition Workshops, 2019, pp. 0–0

  79. [87]

    Transreid: Transformer-based object re-identification,

    S. He, H. Luo, Y . Wang, F. Wang, H. Li, and W. Jiang, “Transreid: Transformer-based object re-identification,” inProceedings of the IEEE/CVF International Confer- ence on Computer Vision, 2021, pp. 15 013–15 022

  80. [88]

    Di- verse part discovery: Occluded person re-identification with part-aware transformer,

    Y . Li, Z. Wang, S. Zhang, S. Zhang, and S. Zhang, “Di- verse part discovery: Occluded person re-identification with part-aware transformer,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2021, pp. 2898–2907

  81. [89]

    The 7th ai city challenge,

    M. Naphade, S. Wang, D. C. Anastasiu, Z. Tang, M.- C. Chang, Y . Yao, L. Zheng, M. S. Rahman, M. S. Arya, A. Sharma, Q. Feng, V . Ablavsky, S. Sclaroff, P. Chakraborty, S. Prajapati, A. Li, S. Li, K. Kunad- haraju, S. Jiang, and R. Chellappa, “The 7th ai city challenge,” inPro...

  82. [90]

    Enhancing multi-camera people tracking with anchor-guided clustering and spatio-temporal consistency id re-assignment,

    H.-W. Huang, C.-Y . Yang, Z. Jiang, P.-K. Kim, K. Lee, K. Kim, S. Ramkumar, C. Mullapudi, I.-S. Jang, C.- I. Huang, and J.-N. Hwang, “Enhancing multi-camera people tracking with anchor-guided clustering and spatio-temporal consistency id re-assignment,” 2023

  83. [91]

    Part-aware transformer for generalizable person re- identification,

    H. Ni, Y . Li, L. Gao, H. T. Shen, and J. Song, “Part-aware transformer for generalizable person re- identification,” inProceedings of the IEEE/CVF in- ternational conference on computer vision, 2023, pp. 11 280–11 289

  84. [92]

    Pedestrian trajectory prediction in pedestrian-vehicle mixed environments: A systematic review,

    M. Golchoubian, M. Ghafurian, K. Dautenhahn, and N. L. Azad, “Pedestrian trajectory prediction in pedestrian-vehicle mixed environments: A systematic review,”IEEE Transactions on Intelligent Transporta- tion Systems, vol. 24, no. 11, pp. 11 544–11 567, 2023

  85. [93]

    A survey on trajectory-prediction methods for autonomous driving,

    Y . Huang, J. Du, Z. Yang, Z. Zhou, L. Zhang, and H. Chen, “A survey on trajectory-prediction methods for autonomous driving,”IEEE Transactions on Intelligent Vehicles, vol. 7, no. 3, pp. 652–674, 2022

  86. [94]

    A recurrent attention and interaction model for pedestrian trajectory prediction,

    X. Li, Y . Liu, K. Wang, and F.-Y . Wang, “A recurrent attention and interaction model for pedestrian trajectory prediction,”IEEE/CAA Journal of Automatica Sinica, vol. 7, no. 5, pp. 1361–1370, 2020

  87. [95]

    Ai-tp: Attention-based interaction-aware trajectory pre- diction for autonomous driving,

    K. Zhang, L. Zhao, C. Dong, L. Wu, and L. Zheng, “Ai-tp: Attention-based interaction-aware trajectory pre- diction for autonomous driving,”IEEE Transactions on Intelligent Vehicles, vol. 8, no. 1, pp. 73–83, 2022

  88. [96]

    Trajectory prediction for autonomous driving based on multiscale spatial-temporal graph,

    L. Tang, F. Yan, B. Zou, W. Li, C. Lv, and K. Wang, “Trajectory prediction for autonomous driving based on multiscale spatial-temporal graph,”IET Intelligent Transport Systems, vol. 17, no. 2, pp. 386–399, 2023

  89. [97]

    Multi-agent trajectory prediction with heterogeneous edge-enhanced graph attention network,

    X. Mo, Z. Huang, Y . Xing, and C. Lv, “Multi-agent trajectory prediction with heterogeneous edge-enhanced graph attention network,”IEEE Transactions on Intelli- gent Transportation Systems, vol. 23, no. 7, pp. 9554– JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 18 ...

  90. [98]

    Pedestrian trajectory prediction with convolutional neural networks,

    S. Zamboni, Z. T. Kefato, S. Girdzijauskas, C. Nor ´en, and L. Dal Col, “Pedestrian trajectory prediction with convolutional neural networks,”Pattern Recognition, vol. 121, p. 108252, 2022

  91. [99]

    From goals, waypoints & paths to long term human trajectory forecasting,

    K. Mangalam, Y . An, H. Girase, and J. Malik, “From goals, waypoints & paths to long term human trajectory forecasting,” inProceedings of the IEEE/CVF Inter- national Conference on Computer Vision, 2021, pp. 15 233–15 242

  92. [100]

    Be-sti: Spatial-temporal integrated net- work for class-agnostic motion prediction with bidirec- tional enhancement,

    Y . Wang, H. Pan, J. Zhu, Y .-H. Wu, X. Zhan, K. Jiang, and D. Yang, “Be-sti: Spatial-temporal integrated net- work for class-agnostic motion prediction with bidirec- tional enhancement,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recogni- tion, 20...

  93. [101]

    Scene transformer: A unified architecture for predicting multiple agent trajectories,

    J. Ngiam, B. Caine, V . Vasudevan, Z. Zhang, H.- T. L. Chiang, J. Ling, R. Roelofs, A. Bewley, C. Liu, A. Venugopalet al., “Scene transformer: A unified architecture for predicting multiple agent trajectories,” arXiv preprint arXiv:2106.08417, 2021

  94. [102]

    Hivt: Hierarchical vector transformer for multi-agent motion prediction,

    Z. Zhou, L. Ye, J. Wang, K. Wu, and K. Lu, “Hivt: Hierarchical vector transformer for multi-agent motion prediction,” inProceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition, 2022, pp. 8823–8833

  95. [103]

    Mtr-a: 1st place solution for 2022 waymo open dataset challenge– motion prediction,

    S. Shi, L. Jiang, D. Dai, and B. Schiele, “Mtr-a: 1st place solution for 2022 waymo open dataset challenge– motion prediction,”arXiv preprint arXiv:2209.10033, 2022

  96. [104]

    Obstacle- transformer: A trajectory prediction network based on surrounding trajectories,

    W. Zhang, Q. Chai, Q. Zhang, and C. Wu, “Obstacle- transformer: A trajectory prediction network based on surrounding trajectories,”IET Cyber-Systems and Robotics, vol. 5, no. 1, p. e12066, 2023

  97. [105]

    Vehicle trajectory prediction based on intention-aware non-autoregressive transformer with multi-attention learning for internet of vehicles,

    X. Chen, H. Zhang, F. Zhao, Y . Cai, H. Wang, and Q. Ye, “Vehicle trajectory prediction based on intention-aware non-autoregressive transformer with multi-attention learning for internet of vehicles,”IEEE Transactions on Instrumentation and Measurement, vol. 71, pp. 1–12, 2022

  98. [106]

    Graph-based spatial-temporal convolutional network for vehicle tra- jectory prediction in autonomous driving,

    Z. Sheng, Y . Xu, S. Xue, and D. Li, “Graph-based spatial-temporal convolutional network for vehicle tra- jectory prediction in autonomous driving,”IEEE Trans- actions on Intelligent Transportation Systems, vol. 23, no. 10, pp. 17 654–17 665, 2022

  99. [107]

    Fjmp: Factorized joint multi-agent motion prediction over learned directed acyclic interaction graphs,

    L. Rowe, M. Ethier, E.-H. Dykhne, and K. Czarnecki, “Fjmp: Factorized joint multi-agent motion prediction over learned directed acyclic interaction graphs,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 13 745– 13 755

  100. [108]

    Groupnet: Multiscale hypergraph neural networks for trajectory prediction with relational reasoning,

    C. Xu, M. Li, Z. Ni, Y . Zhang, and S. Chen, “Groupnet: Multiscale hypergraph neural networks for trajectory prediction with relational reasoning,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2022, pp. 6498–6507

  101. [109]

    Stochastic trajectory prediction via motion inde- terminacy diffusion,

    T. Gu, G. Chen, J. Li, C. Lin, Y . Rao, J. Zhou, and J. Lu, “Stochastic trajectory prediction via motion inde- terminacy diffusion,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022, pp. 17 113–17 122

  102. [110]

    Leapfrog diffusion model for stochastic trajectory pre- diction,

    W. Mao, C. Xu, Q. Zhu, S. Chen, and Y . Wang, “Leapfrog diffusion model for stochastic trajectory pre- diction,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023, pp. 5517–5526

  103. [111]

    Equidiff: A conditional equivariant diffusion model for trajectory prediction,

    K. Chen, X. Chen, Z. Yu, M. Zhu, and H. Yang, “Equidiff: A conditional equivariant diffusion model for trajectory prediction,” in2023 IEEE 26th Interna- tional Conference on Intelligent Transportation Systems (ITSC). IEEE, 2023, pp. 746–751

  104. [112]

    Granp: A graph recurrent attentive neural process model for vehicle trajectory prediction,

    Y . Luo, K. Chen, and M. Zhu, “Granp: A graph recurrent attentive neural process model for vehicle trajectory prediction,” in2024 IEEE Intelligent Vehicles Symposium (IV). IEEE, 2024, pp. 370–375

  105. [113]

    Human-like in- teractive lane-change modeling based on reward-guided diffusive predictor and planner,

    K. Chen, Y . Luo, M. Zhu, and H. Yang, “Human-like in- teractive lane-change modeling based on reward-guided diffusive predictor and planner,”IEEE Transactions on Intelligent Transportation Systems, 2024

  106. [114]

    Pedestrian behavior prediction using deep learning methods for urban scenarios: A re- view,

    C. Zhang and C. Berger, “Pedestrian behavior prediction using deep learning methods for urban scenarios: A re- view,”IEEE Transactions on Intelligent Transportation Systems, vol. 24, no. 10, pp. 10 279–10 301, 2023

  107. [115]

    Intentions of vulnerable road users—detection and forecasting by means of machine learning,

    M. Goldhammer, S. K ¨ohler, S. Zernetsch, K. Doll, B. Sick, and K. Dietmayer, “Intentions of vulnerable road users—detection and forecasting by means of machine learning,”IEEE transactions on intelligent transportation systems, vol. 21, no. 7, pp. 3035–3045, 2019

  108. [116]

    Vrunet: Multi-task learning model for intent prediction of vulnerable road users,

    A. Ranga, F. Giruzzi, J. Bhanushali, E. Wirbel, P. P ´erez, T.-H. Vu, and X. Perrotton, “Vrunet: Multi-task learning model for intent prediction of vulnerable road users,” arXiv preprint arXiv:2007.05397, 2020

  109. [117]

    Coupling intent and action for pedes- trian crossing behavior prediction,

    Y . Yao, E. Atkins, M. J. Roberson, R. Vasudevan, and X. Du, “Coupling intent and action for pedes- trian crossing behavior prediction,”arXiv preprint arXiv:2105.04133, 2021

  110. [118]

    Pip- net: Pedestrian intention prediction in the wild,

    M. Azarmi, M. Rezaei, H. Wang, and S. Glaser, “Pip- net: Pedestrian intention prediction in the wild,”arXiv preprint arXiv:2402.12810, 2024

  111. [119]

    Benchmark for evaluating pedestrian action prediction,

    I. Kotseruba, A. Rasouli, and J. K. Tsotsos, “Benchmark for evaluating pedestrian action prediction,” inProceed- ings of the IEEE/CVF winter conference on applications of computer vision, 2021, pp. 1258–1268

  112. [120]

    Mcip: Multi-stream network for pedestrian crossing intention prediction,

    J.-S. Ham, K. Bae, and J. Moon, “Mcip: Multi-stream network for pedestrian crossing intention prediction,” in European Conference on Computer Vision. Springer, 2022, pp. 663–679

  113. [121]

    Cipf: Crossing intention prediction network based on feature fusion modules for improving pedestrian safety,

    J.-S. Ham, D. H. Kim, N. Jung, and J. Moon, “Cipf: Crossing intention prediction network based on feature fusion modules for improving pedestrian safety,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 3666–3675

  114. [122]

    Pedestrian graph: Pedestrian crossing prediction based on 2d pose estimation and graph convolutional net- JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 19 works,

    P. R. G. Cadena, M. Yang, Y . Qian, and C. Wang, “Pedestrian graph: Pedestrian crossing prediction based on 2d pose estimation and graph convolutional net- JOURNAL OF LATEX CLASS FILES, VOL. 14, NO. 8, AUGUST 2021 19 works,” in2019 IEEE Intelligent Transportation Sys- tems Con...

  115. [123]

    Spatiotemporal relation- ship reasoning for pedestrian intent prediction,

    B. Liu, E. Adeli, Z. Cao, K.-H. Lee, A. Shenoi, A. Gaidon, and J. C. Niebles, “Spatiotemporal relation- ship reasoning for pedestrian intent prediction,”IEEE Robotics and Automation Letters, vol. 5, no. 2, pp. 3485–3492, 2020

  116. [124]

    Social-stgcnn: A social spatio-temporal graph convolu- tional neural network for human trajectory prediction,

    A. Mohamed, K. Qian, M. Elhoseiny, and C. Claudel, “Social-stgcnn: A social spatio-temporal graph convolu- tional neural network for human trajectory prediction,” 2020

  117. [125]

    St crossing- pose: A spatial-temporal graph convolutional network for skeleton-based pedestrian crossing intention predic- tion,

    X. Zhang, P. Angeloudis, and Y . Demiris, “St crossing- pose: A spatial-temporal graph convolutional network for skeleton-based pedestrian crossing intention predic- tion,”IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 11, pp. 20 773–20 782, 2022

  118. [126]

    Predicting pedestrian crossing intention with feature fusion and spatio-temporal attention,

    D. Yang, H. Zhang, E. Yurtsever, K. A. Redmill, and ¨U. ¨Ozg¨uner, “Predicting pedestrian crossing intention with feature fusion and spatio-temporal attention,”IEEE Transactions on Intelligent Vehicles, vol. 7, no. 2, pp. 221–230, 2022

  119. [127]

    Visual reasoning using graph convolutional networks for predicting pedestrian crossing intention,

    T. Chen, R. Tian, and Z. Ding, “Visual reasoning using graph convolutional networks for predicting pedestrian crossing intention,” inProceedings of the IEEE/CVF international conference on computer vision, 2021, pp. 3103–3109

  120. [128]

    Capformer: Pedestrian crossing action prediction using transformers,

    L. Lorenzoet al., “Capformer: Pedestrian crossing action prediction using transformers,” inIEEE Interna- tional Conference on Robotics and Automation (ICRA), 2021

  121. [129]

    Action-vit: Vision transformer for pedestrian action and intention prediction,

    Z. Zhanget al., “Action-vit: Vision transformer for pedestrian action and intention prediction,” inInter- national Conference on Computer Vision Workshops (ICCVW), 2021

  122. [130]

    Trep: Transformer- based evidential pedestrian intention prediction,

    Z. Zhang, Y . Wang, and H. Hu, “Trep: Transformer- based evidential pedestrian intention prediction,” in Proceedings of the IEEE International Conference on Intelligent Transportation Systems (ITSC), 2023

  123. [131]

    Intentformer: Multimodal transformer for pedestrian intention prediction,

    V . Sharmaet al., “Intentformer: Multimodal transformer for pedestrian intention prediction,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024

  124. [132]

    Gesture recognition and showing a cyclist’s intent,

    T. Bridgeman, H. Gibson, and K. Meehan, “Gesture recognition and showing a cyclist’s intent,” in2023 IEEE World AI IoT Congress (AIIoT). IEEE, 2023, pp. 0656–0661

  125. [133]

    Analyzing and mitigating bias for vulnerable classes: Towards balanced represen- tation in dataset,

    D. Katare, D. S. Noguero, S. Park, N. Kourtellis, M. Janssen, and A. Y . Ding, “Analyzing and mitigating bias for vulnerable classes: Towards balanced represen- tation in dataset,” 2024

  126. [134]

    Scenario dif- fusion: Controllable driving scenario generation with diffusion,

    E. Pronovost, M. R. Ganesina, N. Hendy, Z. Wang, A. Morales, K. Wang, and N. Roy, “Scenario dif- fusion: Controllable driving scenario generation with diffusion,”Advances in Neural Information Processing Systems, vol. 36, pp. 68 873–68 894, 2023

  127. [135]

    Attribute annotation and bias evaluation in visual datasets for autonomous driving,

    D. Fern ´andez Llorca, P. Frau, I. Parra, R. Izquierdo, and E. G ´omez, “Attribute annotation and bias evaluation in visual datasets for autonomous driving,”Journal of Big Data, vol. 11, no. 1, p. 137, 2024

  128. [136]

    Predictive inequity in object detection,

    B. Wilson, J. Hoffman, and J. Morgenstern, “Predictive inequity in object detection,” 2019

  129. [137]

    nuscenes: A multimodal dataset for autonomous driv- ing,

    H. Caesar, V . Bankiti, A. H. Lang, S. V ora, V . E. Liong, Q. Xu, A. Krishnan, Y . Pan, G. Baldan, and O. Beijbom, “nuscenes: A multimodal dataset for autonomous driv- ing,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2020

  130. [138]

    Domain generalization: A survey,

    K. Zhou, Z. Liu, Y . Qiao, T. Xiang, and C. C. Loy, “Domain generalization: A survey,”IEEE transactions on pattern analysis and machine intelligence, vol. 45, no. 4, pp. 4396–4415, 2022

  131. [139]

    A survey of unsupervised domain adaptation for visual recognition,

    Y . Zhang, “A survey of unsupervised domain adaptation for visual recognition,”arXiv preprint arXiv:2112.06745, 2021

  132. [140]

    Meta-uda: Unsupervised domain adaptive thermal ob- ject detection using meta-learning,

    V . VS, D. Poster, S. You, S. Hu, and V . M. Patel, “Meta-uda: Unsupervised domain adaptive thermal ob- ject detection using meta-learning,” inProceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), 2022, pp. 1412–1423

  133. [141]

    Object detection with self- supervised scene adaptation,

    Z. Zhang and M. Hoai, “Object detection with self- supervised scene adaptation,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023, pp. 21 589–21 599

  134. [142]

    Near-edge computing aware object detection: A review,

    A. Setyanto, T. B. Sasongko, M. A. Fikri, and I. K. Kim, “Near-edge computing aware object detection: A review,”IEEE Access, vol. 12, pp. 2989–3011, 2024

  135. [143]

    Pelee: A real-time object detection system on mobile devices,

    R. J. Wang, X. Li, and C. X. Ling, “Pelee: A real-time object detection system on mobile devices,”Advances in neural information processing systems, vol. 31, 2018

  136. [144]

    Yolobile: Real-time object detection on mobile devices via compression-compilation co- design,

    Y . Cai, H. Li, G. Yuan, W. Niu, Y . Li, X. Tang, B. Ren, and Y . Wang, “Yolobile: Real-time object detection on mobile devices via compression-compilation co- design,” inProceedings of the AAAI conference on artificial intelligence, vol. 35, no. 2, 2021, pp. 955–963

  137. [145]

    An overview of autonomous vehicles sensors and their vulnerability to weather conditions,

    J. Vargas, S. Alsweiss, O. Toker, R. Razdan, and J. Santos, “An overview of autonomous vehicles sensors and their vulnerability to weather conditions,”Sensors, vol. 21, no. 16, p. 5397, 2021

  138. [146]

    Seeing through fog without seeing fog: Deep multimodal sensor fusion in unseen adverse weather,

    M. Bijelic, T. Gruber, F. Mannan, F. Kraus, W. Rit- ter, K. Dietmayer, and F. Heide, “Seeing through fog without seeing fog: Deep multimodal sensor fusion in unseen adverse weather,” inThe IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), June 2020

  139. [147]

    All-in-one image restoration for unknown corruption,

    B. Li, X. Liu, P. Hu, Z. Wu, J. Lv, and X. Peng, “All-in-one image restoration for unknown corruption,” inProceedings of the IEEE/CVF conference on com- puter vision and pattern recognition, 2022, pp. 17 452– 17 462

  140. [148]

    Selective hourglass mapping for universal image restoration based on diffusion model,

    D. Zheng, X.-M. Wu, S. Yang, J. Zhang, J.-F. Hu, and W.-S. Zheng, “Selective hourglass mapping for universal image restoration based on diffusion model,” inProceedings of the IEEE/CVF Conference on Com- puter Vision and Pattern Recognition, 2024, pp. 25 445– 25 455. JOURNAL OF...

Pith tools

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