期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
Anti-occlusion pedestrian tracking algorithm based on location prediction and deep feature rematch
1
作者 Hu Zhentao Mao Yihao +1 位作者 Fu Chunling Liu Xianxing 《High Technology Letters》 EI CAS 2020年第4期402-410,共9页
Aiming to the problem of pedestrian tracking with frequent or long-term occlusion in complex scenes,an anti-occlusion pedestrian tracking algorithm based on location prediction and deep feature rematch is proposed.Fir... Aiming to the problem of pedestrian tracking with frequent or long-term occlusion in complex scenes,an anti-occlusion pedestrian tracking algorithm based on location prediction and deep feature rematch is proposed.Firstly,the occlusion judgment is realized by extracting and utilizing deep feature of pedestrian’s appearance,and then the scale adaptive kernelized correlation filter is introduced to implement pedestrian tracking without occlusion.Secondly,Karman filter is introduced to predict the location of occluded pedestrian position.Finally,the deep feature is used to the rematch of pedestrian in the reappearance process.Simulation experiment and analysis show that the proposed algorithm can effectively detect and rematch pedestrian under the condition of frequent or long-term occlusion. 展开更多
关键词 pedestrian tracking correlation filter Kalman filter deep feature
下载PDF
Bounding box based on probability density for the pedestrian tracking
2
作者 Jaehyun So Hernsoo Hahn Youngjun Han 《Journal of Measurement Science and Instrumentation》 CAS 2012年第4期333-335,共3页
This paper proposes a pedestrian tracking approach using bounding box based on probability densities.It is generally a difficult task to track features like corner points in outdoor images due to complex environment.T... This paper proposes a pedestrian tracking approach using bounding box based on probability densities.It is generally a difficult task to track features like corner points in outdoor images due to complex environment.To solve this problem,the feature points are projected along X and Y direction separately,and a histogram is constructed for each projection,with horizontal axis as positions and vertical axis as the number of feature points that lie on each position.Finally,the vertical axis is normalized for expression as probability.After histogram is constructed,the probability of each feature point is checked with a threshold.A feature point will be ignored if its probability is lower than a threshold,while the remaining feature points are grouped,based on which a bounding box is made.Kanade-Lucas Tomasi(KLT)algorithm is adopted as the tracking algorithm because it is able to track local features in images robustly.The efficiency of the tracking results using this method is verified in real environment test. 展开更多
关键词 pedestrian tracking probability density bounding box Kanade-Lucas Tomasi(KLT) feature tracker
下载PDF
Indoor Pedestrian Tracking with Sparse RSS Fingerprints 被引量:4
3
作者 Qiuxia Chen Dongdong Ding Yue Zheng 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2018年第1期95-103,共9页
Indoor pedestrian localization is of great importance for diverse mobile applications. Many indoor localization approaches have been proposed; among them, Radio Signal Strength (RSS)-based approaches have the advant... Indoor pedestrian localization is of great importance for diverse mobile applications. Many indoor localization approaches have been proposed; among them, Radio Signal Strength (RSS)-based approaches have the advantage of existing infrastructures and avoid the cost of infrastructure deployment. However, the RSS-based localization approaches suffer from poor localization accuracy when the RSS fingerprints are sparse, as illustrated by actual experiments in this study. Here, we propose a novel indoor pedestrian tracking approach for smartphone users; this approach provides a high localization accuracy when the RSS fingerprints are sparse. Besides using the RSS fingerprints, this approach also utilizes the inertial sensor readings on smartphones. This approach has two components: (i) dead-reckoning subsystem that counts the number of walking steps with off-the-shelf inertial sensor readings on smartphones and (ii) particle filtering that computes the locations with only sparse RSS readings. The proposed approach is implemented on Android-based smartphones. Extensive experiments are carried out in both srnafl and large testbeds, The evaluation results show that the tracking approach can achieve a high accuracy of 5 m (up to 95%) in indoor environments with only sparse RSS fingerprints. 展开更多
关键词 LOCALIZATION pedestrian tracking SPARSE RSS fingerprints
原文传递
A novel method for tracking pedestrians from real-time video
4
作者 黄建强 陈祥献 汪乐宇 《Journal of Zhejiang University Science》 CSCD 2004年第1期99-105,共7页
This novel method of Pedestrian Tracking using Support Vector (PTSV) proposed for a video surveillance instrument combines the Support Vector Machine (SVM) classifier into an optic-flow based tracker. The traditional ... This novel method of Pedestrian Tracking using Support Vector (PTSV) proposed for a video surveillance instrument combines the Support Vector Machine (SVM) classifier into an optic-flow based tracker. The traditional method using optical flow tracks objects by minimizing an intensity difference function between successive frames, while PTSV tracks objects by maximizing the SVM classification score. As the SVM classifier for object and non-object is pre-trained, there is need only to classify an image block as object or non-ob-ject without having to compare the pixel region of the tracked object in the previous frame. To account for large motions between successive frames we build pyramids from the support vectors and use a coarse-to-fine scan in the classification stage. To accelerate the training of SVM, a Sequential Minimal Optimization Method (SMO) is adopted. The results of using a kernel-PTSV for pedestrian tracking from real time video are shown at the end. Comparative experimental results showed that PTSV improves the reliability of tracking compared to that of traditional tracking method using optical flow. 展开更多
关键词 pedestrian tracking Machine learning Pyramid implementation Virtual instrument
下载PDF
A robust system for real-time pedestrian detection and tracking 被引量:2
5
作者 李琦 邵春福 赵熠 《Journal of Central South University》 SCIE EI CAS 2014年第4期1643-1653,共11页
A real-time pedestrian detection and tracking system using a single video camera was developed to monitor pedestrians. This system contained six modules: video flow capture, pre-processing, movement detection, shadow ... A real-time pedestrian detection and tracking system using a single video camera was developed to monitor pedestrians. This system contained six modules: video flow capture, pre-processing, movement detection, shadow removal, tracking, and object classification. The Gaussian mixture model was utilized to extract the moving object from an image sequence segmented by the mean-shift technique in the pre-processing module. Shadow removal was used to alleviate the negative impact of the shadow to the detected objects. A model-free method was adopted to identify pedestrians. The maximum and minimum integration methods were developed to integrate multiple cues into the mean-shift algorithm and the initial tracking iteration with the competent integrated probability distribution map for object tracking. A simple but effective algorithm was proposed to handle full occlusion cases. The system was tested using real traffic videos from different sites. The results of the test confirm that the system is reliable and has an overall accuracy of over 85%. 展开更多
关键词 image processing technique pedestrian detection tracking video camera
下载PDF
CGTracker:Center Graph Network for One-Stage Multi-Pedestrian-Object Detection and Tracking
6
作者 Xin Feng Hao-Ming Wu +1 位作者 Yi-Hao Yin Li-Bin Lan 《Journal of Computer Science & Technology》 SCIE EI CSCD 2022年第3期626-640,共15页
Most current online multi-object tracking(MOT)methods include two steps:object detection and data association,where the data association step relies on both object feature extraction and affinity computation.This ofte... Most current online multi-object tracking(MOT)methods include two steps:object detection and data association,where the data association step relies on both object feature extraction and affinity computation.This often leads to additional computation cost,and degrades the efficiency of MOT methods.In this paper,we combine the object detection and data association module in a unified framework,while getting rid of the extra feature extraction process,to achieve a better speed-accuracy trade-off for MOT.Considering that a pedestrian is the most common object category in real-world scenes and has particularity characteristics in objects relationship and motion pattern,we present a novel yet efficient one-stage pedestrian detection and tracking method,named CGTracker.In particular,CGTracker detects the pedestrian target as the center point of the object,and directly extracts the object features from the feature representation of the object center point,which is used to predict the axis-aligned bounding box.Meanwhile,the detected pedestrians are constructed as an object graph to facilitate the multi-object association process,where the semantic features,displacement information and relative position relationship of the targets between two adjacent frames are used to perform the reliable online tracking.CGTracker achieves the multiple object tracking accuracy(MOTA)of 69.3%and 65.3%at 9 FPS on MOT17 and MOT20,respectively.Extensive experimental results under widely-used evaluation metrics demonstrate that our method is one of the best techniques on the leader board for the MOT17 and MOT20 challenges at the time of submission of this work. 展开更多
关键词 pedestrian detection and tracking object center object graph
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部