• Title/Summary/Keyword: Trackers

Search Result 99, Processing Time 0.02 seconds

An Explorative Study on the Features of Activity Trackers as IoT based Wearable Devices (사물인터넷 기반 웨어러블 디바이스인 활동량측정기의 특성에 대한 탐색연구)

  • Hong, Suk-Ki
    • Journal of Internet Computing and Services
    • /
    • v.16 no.5
    • /
    • pp.93-98
    • /
    • 2015
  • IoT (Internet of Things) is recently burgeoning as business applications as well as ICT itself. Among the business applications of IoT, wearable devices are recognized as a leading area of customer devices. This research first identifies customer needs of activity trackers (fitness trackers), as one of representative wearable devices, and mapping the identified needs with the well-known marketing model of marketing mix (4 P's: Product, Price, Promotion, and Place). Survey was applied to university students for identifying current and potential needs for activity trackers. The needs were classified by 4 P's, and according to the results, different from other IT devices, activity trackers has more potential needs. Moreover, reliable distribution channels, offline and company owned shops were preferred, rather than online shopping mall by third parties. The results would provide some valuable implications to not only designers of activity trackers but also business management.

Improvement of Earth Gravity Field Maps after Pre-processing Upgrade of the GRACE Satellite's Star Trackers

  • Ko, Ung-Dai;Wang, Furun;Eanes, Richard J.
    • Korean Journal of Remote Sensing
    • /
    • v.31 no.4
    • /
    • pp.353-360
    • /
    • 2015
  • Earth's gravity field recovery was improved after the pre-processing upgrade of the Gravity Recovery And Climate Experiments (GRACE) satellite's star trackers. The star tracker measurements were filtered with a tighter low-pass filtering of 0.025Hz cutoff frequency, instead of a nominal filtering of 0.1Hz cutoff frequency. In addition, a jump removal algorithm was applied to remove discontinuities, due to direct Sun and/or Moon interventions, in the star tracker measurements. During the K-Band Ranging (KBR) calibration maneuvers, large attitude variations could be detected concurrently by both of the star trackers and the accelerometer. The misalignment angles of star trackers between the true frame and the normal frame could be determined by comparing measurements from these sensors. In this paper, new Earth' gravity field maps were obtained using above improvement. Based on comparisons to nominal Earth's gravity field maps, the new Earth's gravity field maps were found better than the nominal ones. Among the applied methods, the misalignment calibration of the star trackers had a major impact on the improvement of the new Earth's gravity field maps.

Efficient Parallel TLD on CPU-GPU Platform for Real-Time Tracking

  • Chen, Zhaoyun;Huang, Dafei;Luo, Lei;Wen, Mei;Zhang, Chunyuan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.14 no.1
    • /
    • pp.201-220
    • /
    • 2020
  • Trackers, especially long-term (LT) trackers, now have a more complex structure and more intensive computation for nowadays' endless pursuit of high accuracy and robustness. However, computing efficiency of LT trackers cannot meet the real-time requirement in various real application scenarios. Considering heterogeneous CPU-GPU platforms have been more popular than ever, it is a challenge to exploit the computing capacity of heterogeneous platform to improve the efficiency of LT trackers for real-time requirement. This paper focuses on TLD, which is the first LT tracking framework, and proposes an efficient parallel implementation based on OpenCL. In this paper, we firstly make an analysis of the TLD tracker and then optimize the computing intensive kernels, including Fern Feature Extraction, Fern Classification, NCC Calculation, Overlaps Calculation, Positive and Negative Samples Extraction. Experimental results demonstrate that our efficient parallel TLD tracker outperforms the original TLD, achieving the 3.92 speedup on CPU and GPU. Moreover, the parallel TLD tracker can run 52.9 frames per second and meet the real-time requirement.

Analysis of Initial Activation and Checkout Results of Attitude Sensor Star Trackers for a LEO Satellite (저궤도 위성의 자세센서 별 추적기 초기 운용 분석)

  • Yim, Jo Ryeong;Choi, Hong-Taek
    • Aerospace Engineering and Technology
    • /
    • v.11 no.2
    • /
    • pp.87-95
    • /
    • 2012
  • This technical paper describes the analysis results of telemetry data for the initial activation of star trackers for an agile high accuracy low earth orbit satellite. The satellite was recently launched and is in the Launch and Early Operation Phases. It uses two SED36 star trackers manufactured by SODERN. The star tracker is separated by three parts, an optical head, an electronics box, and a baffle with maintaining optical head base plate temperature 20 degC in order to achieve the better performance in low frequency error. This paper presents the initial activation status, requirements and performance, anomaly occurrence, and noise equivalent angle performance analysis during the mission mode by processing the telemetry data.

Multi-level Cross-attention Siamese Network For Visual Object Tracking

  • Zhang, Jianwei;Wang, Jingchao;Zhang, Huanlong;Miao, Mengen;Cai, Zengyu;Chen, Fuguo
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.16 no.12
    • /
    • pp.3976-3990
    • /
    • 2022
  • Currently, cross-attention is widely used in Siamese trackers to replace traditional correlation operations for feature fusion between template and search region. The former can establish a similar relationship between the target and the search region better than the latter for robust visual object tracking. But existing trackers using cross-attention only focus on rich semantic information of high-level features, while ignoring the appearance information contained in low-level features, which makes trackers vulnerable to interference from similar objects. In this paper, we propose a Multi-level Cross-attention Siamese network(MCSiam) to aggregate the semantic information and appearance information at the same time. Specifically, a multi-level cross-attention module is designed to fuse the multi-layer features extracted from the backbone, which integrate different levels of the template and search region features, so that the rich appearance information and semantic information can be used to carry out the tracking task simultaneously. In addition, before cross-attention, a target-aware module is introduced to enhance the target feature and alleviate interference, which makes the multi-level cross-attention module more efficient to fuse the information of the target and the search region. We test the MCSiam on four tracking benchmarks and the result show that the proposed tracker achieves comparable performance to the state-of-the-art trackers.

Dynamic swarm particle for fast motion vehicle tracking

  • Jati, Grafika;Gunawan, Alexander Agung Santoso;Jatmiko, Wisnu
    • ETRI Journal
    • /
    • v.42 no.1
    • /
    • pp.54-66
    • /
    • 2020
  • Nowadays, the broad availability of cameras and embedded systems makes the application of computer vision very promising as a supporting technology for intelligent transportation systems, particularly in the field of vehicle tracking. Although there are several existing trackers, the limitation of using low-cost cameras, besides the relatively low processing power in embedded systems, makes most of these trackers useless. For the tracker to work under those conditions, the video frame rate must be reduced to decrease the burden on computation. However, doing this will make the vehicle seem to move faster on the observer's side. This phenomenon is called the fast motion challenge. This paper proposes a tracker called dynamic swarm particle (DSP), which solves the challenge. The term particle refers to the particle filter, while the term swarm refers to particle swarm optimization (PSO). The fundamental concept of our method is to exploit the continuity of vehicle dynamic motions by creating dynamic models based on PSO. Based on the experiments, DSP achieves a precision of 0.896 and success rate of 0.755. These results are better than those obtained by several other benchmark trackers.

Star Visibility Analysis for a Low Earth Orbit Satellite

  • Yim, Jo-Ryeong;Lee, Seon-Ho;Yong, Ki-Lyuk
    • Bulletin of the Korean Space Science Society
    • /
    • 2008.10a
    • /
    • pp.28.2-28.2
    • /
    • 2008
  • Recently, star sensors have been successfully used as main attitude sensors for attitude control in many satellites. This research presents the star visibility analysis for star trackers and the goal of this analysis is to make sure that the star tracker implementation is suitable to the mission profile and scenario and satisfies the requirement of attitude orbit control system. As a main optical attitude sensor imaging stars, accomodations of a star tracker should be optimized in order to improve the probability of the usage by avoiding the blinding (the unavailability) by the Sun and the Earth. For the analysis, a statistical approach and a time simulation approach are used. The statistical approach is based on the generation of numerous cases, to derive relevant statistics about Earth and Sun proximity probabilites for different lines of sight. The time simulation approach is performed for one orbit to check the statistical result and to refine the statistical result and accomodations of star trackers. In order to perform simulations first of all, an orbit and specific mission profiles of a satellite are set, next the earth proximity probability and the sun proximity probability are calculated by considering the attitude maneuvers and the geometry of the orbit, and then finally the unavailability positions are estimated. As a result, the optimized accomodations of two star trackers are suggested for the low earth orbit satellite.

  • PDF

Visual Object Tracking Fusing CNN and Color Histogram based Tracker and Depth Estimation for Automatic Immersive Audio Mixing

  • Park, Sung-Jun;Islam, Md. Mahbubul;Baek, Joong-Hwan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.14 no.3
    • /
    • pp.1121-1141
    • /
    • 2020
  • We propose a robust visual object tracking algorithm fusing a convolutional neural network tracker trained offline from a large number of video repositories and a color histogram based tracker to track objects for mixing immersive audio. Our algorithm addresses the problem of occlusion and large movements of the CNN based GOTURN generic object tracker. The key idea is the offline training of a binary classifier with the color histogram similarity values estimated via both trackers used in this method to opt appropriate tracker for target tracking and update both trackers with the predicted bounding box position of the target to continue tracking. Furthermore, a histogram similarity constraint is applied before updating the trackers to maximize the tracking accuracy. Finally, we compute the depth(z) of the target object by one of the prominent unsupervised monocular depth estimation algorithms to ensure the necessary 3D position of the tracked object to mix the immersive audio into that object. Our proposed algorithm demonstrates about 2% improved accuracy over the outperforming GOTURN algorithm in the existing VOT2014 tracking benchmark. Additionally, our tracker also works well to track multiple objects utilizing the concept of single object tracker but no demonstrations on any MOT benchmark.

Size Aware Correlation Filter Tracking with Adaptive Aspect Ratio Estimation

  • Zhu, Xiaozhou;Song, Xin;Chen, Xiaoqian;Bai, Yuzhu;Lu, Huimin
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.11 no.2
    • /
    • pp.805-825
    • /
    • 2017
  • Correlation Filter-based Trackers (CFTs) gained popularity recently for their effectiveness and efficiency. To deal with the size changes of the target which may degenerate the tracking performance, scale estimation has been introduced in existing CFTs. However, the variations of the aspect ratio were usually neglected, which also influence the size of the target. In this paper, Size Aware Correlation Filter Trackers (SACFTs) are proposed to deal with this problem. The SACFTs not only determine the translation and scale variations, but also take the aspect ratio changes into consideration, thus a better estimation of the size of the target can be realized, which improves the overall tracking performance. And competing results can be achieved compared with state-of-the-art methods according to the experiments conducted on two large scale datasets.

A robust Correlation Filter based tracker with rich representation and a relocation component

  • Jin, Menglei;Liu, Weibin;Xing, Weiwei
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.13 no.10
    • /
    • pp.5161-5178
    • /
    • 2019
  • Correlation Filter was recently demonstrated to have good characteristics in the field of video object tracking. The advantages of Correlation Filter based trackers are reflected in the high accuracy and robustness it provides while maintaining a high speed. However, there are still some necessary improvements that should be made. First, most trackers cannot handle multi-scale problems. To solve this problem, our algorithm combines position estimation with scale estimation. The difference from the traditional method in regard to the scale estimation is that, the proposed method can track the scale of the object more quickly and effective. Additionally, in the feature extraction module, the feature representation of traditional algorithms is relatively simple, and furthermore, the tracking performance is easily affected in complex scenarios. In this paper, we design a novel and powerful feature that can significantly improve the tracking performance. Finally, traditional trackers often suffer from model drift, which is caused by occlusion and other complex scenarios. We introduce a relocation component to detect object at other locations such as the secondary peak of the response map. It partly alleviates the model drift problem.