paper-with-me

Papers

Multiple Object Detection and Tracking in Panoramic Videos for Cycling Safety Analysis

2024-07-21 · Jingwei Guo, MeiHui Wang, Ilya Ilyankou, Natchapon Jongwiriyanurak, Xiaowei Gao, Nicola Christie, James Haworth

Panoramic cycling videos can record 360{\deg} views around the cyclists. Thus, it is essential to conduct automatic road user analysis on them using computer vision models to provide data for studies on cycling safety. However, the features of panoramic data such as severe distortions, large number of small objects and boundary continuity have brought great challenges to the existing CV models, including poor performance and evaluation methods that are no longer applicable. In addition, due to the lack of data with annotations, it is not easy to re-train the models. In response to these problems, the project proposed and implemented a three-step methodology: (1) improve the prediction performance of the pre-trained object detection models on panoramic data by projecting the original image into 4 perspective sub-images; (2) introduce supports for boundary continuity and category information into DeepSORT, a commonly used multiple object tracking model, and set an improved detection model as its detector; (3) using the tracking results, develop an application for detecting the overtaking behaviour of the surrounding vehicles. Evaluated on the panoramic cycling dataset built by the project, the proposed methodology improves the average precision of YOLO v5m6 and Faster RCNN-FPN under any input resolution setting. In addition, it raises MOTA and IDF1 of DeepSORT by 7.6\% and 9.7\% respectively. When detecting the overtakes in the test videos, it achieves the F-score of 0.88. The code is available on GitHub at github.com/cuppp1998/360_object_tracking to ensure the reproducibility and further improvements of results.

📄 PDF Abstract BibTeX arXiv:2407.15199

Code (1)

cuppp1998/360_object_tracking 공식 구현 pytorch

Tasks

Multiple Object Trackingobject-detectionObject DetectionObject Tracking

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

People Tracking in Panoramic Video for Guiding Robots

2022-06-06 · Alberto Bacchin, Filippo Berno, Emanuele Menegatti, Alberto Pretto

A guiding robot aims to effectively bring people to and from specific places within environments that are possibly unknown to them. During this operation the robot should be able to detect and track the accompanied perso…

CylindTrack: Depth-Aware Cylindrical Motion Modeling for Panoramic Multi-Object Tracking

2026-06-29 · Buyin Deng, Kai Luo, Lingxin Huang, Xinqi Liu 외 arxiv

Multi-Object Tracking (MOT) is a core capability for embodied perception, and panoramic cameras are attractive for embodied systems because their 360° field of view reduces blind spots and keeps surrounding targets obser…

Multi-Object TrackingTrajectory Modeling

PanoVOS: Bridging Non-panoramic and Panoramic Views with Transformer for Video Segmentation

2023-09-21 · Shilin Yan, Xiaohao Xu, Renrui Zhang, Lingyi Hong 외

Panoramic videos contain richer spatial information and have attracted tremendous amounts of attention due to their exceptional experience in some fields such as autonomous driving and virtual reality. However, existing …

Autonomous DrivingSegmentationSemantic SegmentationVideo Object Segmentation+2

Using Panoramic Videos for Multi-person Localization and Tracking in a 3D Panoramic Coordinate

2019-11-24 · Fan Yang, Feiran Li, Yang Wu, Sakriani Sakti 외

3D panoramic multi-person localization and tracking are prominent in many applications, however, conventional methods using LiDAR equipment could be economically expensive and also computationally inefficient due to the …

Multi-Object Tracking

Know Your Surroundings: Panoramic Multi-Object Tracking by Multimodality Collaboration

2021-05-31 · Yuhang He, Wentao Yu, Jie Han, Xing Wei 외

In this paper, we focus on the multi-object tracking (MOT) problem of automatic driving and robot navigation. Most existing MOT methods track multiple objects using a singular RGB camera, which are prone to camera field-…

Multi-Object TrackingObject TrackingRobot Navigation