• Title/Summary/Keyword: fast-tracking

Search Result 545, Processing Time 0.025 seconds

Small/Fast Moving Target Tracking base on Correlation Filter in Clutter Environment (클러터 환경에서 correlation filter기반 소형 고속 이동 표적 추적 시스템)

  • Jung, Young-Giu;Sun, Sun-Gu;Lee, Eui-Hyuk;Joo, Yong-Kwan;Kim, Taewan;Lee, Young-Cheol
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.19 no.4
    • /
    • pp.93-98
    • /
    • 2019
  • On today, optical system are the next generation weapon systems being studied in many countries, starting from USA. One of the most important technologies in optical system is a high-speed automatic target tracking system that can continuously track high-speed moving small targets. This paper designs an automatic target tracking system based on a correlated trekker that is robust against rapid shape changes for fast moving targets and small targets at a distance. The proposed system showed about 98% success rate in response to the targets that are under a complex background such as drone, ranger, etc.

STK Feature Tracking Using BMA for Fast Feature Displacement Convergence (빠른 피쳐변위수렴을 위한 BMA을 이용한 STK 피쳐 추적)

  • Jin, Kyung-Chan;Cho, Jin-Ho
    • Journal of the Korean Institute of Telematics and Electronics S
    • /
    • v.36S no.8
    • /
    • pp.81-87
    • /
    • 1999
  • In general, feature detection and tracking algorithms is classified by EBGM using Garbor-jet, NNC-R and STK algorithm using pixel eigenvalue. In those algorithms, EBGM and NCC-R detect features with feature model, but STK algorithm has a characteristics of an automatic feature selection. In this paper, to solve the initial problem of NR tracking in STK algorithm, we detected features using STK algorithm in modelled feature region and tracked features with NR method. In tracking, to improve the tracking accuracy for features by NR method, we proposed BMA-NR method. We evaluated that BMA-NR method was superior to NBMA-NR in that feature tracking accuracy, since BMA-NR method was able to solve the local minimum problem due to search window size of NR.

  • PDF

The Optical Tracking Method of Flight Target using Kalman Filter with DTW (DTW와 Kalman Filter를 결합한 비행표적의 광학추적 방법)

  • Jang, Sukwon
    • Journal of Advanced Navigation Technology
    • /
    • v.25 no.3
    • /
    • pp.217-222
    • /
    • 2021
  • EOTS(Electro-Optical Tracking System) is utilized in acquiring visual information to assess a guided missile's performance. As the missile travels so fast, it is almost impossible for operator to re-capture the lost target. The RADAR or telemetry data are used to re-capture the lost target however facilities to receive real time data is required, which constrains selection of tracking site. Unlike aforementioned data, pre-calculated nominal trajectory can be used without communication facility. This paper proposes a method to predict lost target's state by employing nominal trajectory. Firstly, observed trajectory and nominal trajectory are compared using DTW and current target's state is predicted. The predicted state is used as observation in Kalman filter's correction phase to predict target's next state. The plausibility of the proposed method is verified by applying on actual missile trajectory.

Visual Tracking Technique Based on Projective Modular Active Shape Model (투영적 모듈화 능동 형태 모델에 기반한 영상 추적 기법)

  • Kim, Won
    • Journal of the Korea Society for Simulation
    • /
    • v.18 no.2
    • /
    • pp.77-89
    • /
    • 2009
  • Visual tracking technique is one of the essential things which are very important in the major fields of modern society. While contour tracking is especially necessary technique in the aspect of its fast performance with target's external contour information, it sometimes fails to track target motion because it is affected by the surrounding edges around target and weak egdes on the target boundary. To overcome these weak points, in this research it is suggested that PDMs can be obtained by generating the virtual 6-DOF motions of the mobile robot with a CCD camera and the image tracking system which is robust to the local minima around the target can be configured by constructing Active Shape Model in modular base. To show the effectiveness of the proposed method, the experiment is performed on the image stream obtained by a real mobile robot and the better performance is confirmed by comparing the experimental results with the ones of other major tracking techniques.

Research of Deep Learning-Based Multi Object Classification and Tracking for Intelligent Manager System (지능형 관제시스템을 위한 딥러닝 기반의 다중 객체 분류 및 추적에 관한 연구)

  • June-hwan Lee
    • Smart Media Journal
    • /
    • v.12 no.5
    • /
    • pp.73-80
    • /
    • 2023
  • Recently, intelligent control systems are developing rapidly in various application fields, and methods for utilizing technologies such as deep learning, IoT, and cloud computing for intelligent control systems are being studied. An important technology in an intelligent control system is recognizing and tracking objects in images. However, existing multi-object tracking technology has problems in accuracy and speed. In this paper, a real-time intelligent control system was implemented using YOLO v5 and YOLO v6 based on a one-shot architecture that increases the accuracy of object tracking and enables fast and accurate tracking even when objects overlap each other or when there are many objects belonging to the same class. The experiment was evaluated by comparing YOLO v5 and YOLO v6. As a result of the experiment, the YOLO v6 model shows performance suitable for the intelligent control system.

Video Analysis System for Action and Emotion Detection by Object with Hierarchical Clustering based Re-ID (계층적 군집화 기반 Re-ID를 활용한 객체별 행동 및 표정 검출용 영상 분석 시스템)

  • Lee, Sang-Hyun;Yang, Seong-Hun;Oh, Seung-Jin;Kang, Jinbeom
    • Journal of Intelligence and Information Systems
    • /
    • v.28 no.1
    • /
    • pp.89-106
    • /
    • 2022
  • Recently, the amount of video data collected from smartphones, CCTVs, black boxes, and high-definition cameras has increased rapidly. According to the increasing video data, the requirements for analysis and utilization are increasing. Due to the lack of skilled manpower to analyze videos in many industries, machine learning and artificial intelligence are actively used to assist manpower. In this situation, the demand for various computer vision technologies such as object detection and tracking, action detection, emotion detection, and Re-ID also increased rapidly. However, the object detection and tracking technology has many difficulties that degrade performance, such as re-appearance after the object's departure from the video recording location, and occlusion. Accordingly, action and emotion detection models based on object detection and tracking models also have difficulties in extracting data for each object. In addition, deep learning architectures consist of various models suffer from performance degradation due to bottlenects and lack of optimization. In this study, we propose an video analysis system consists of YOLOv5 based DeepSORT object tracking model, SlowFast based action recognition model, Torchreid based Re-ID model, and AWS Rekognition which is emotion recognition service. Proposed model uses single-linkage hierarchical clustering based Re-ID and some processing method which maximize hardware throughput. It has higher accuracy than the performance of the re-identification model using simple metrics, near real-time processing performance, and prevents tracking failure due to object departure and re-emergence, occlusion, etc. By continuously linking the action and facial emotion detection results of each object to the same object, it is possible to efficiently analyze videos. The re-identification model extracts a feature vector from the bounding box of object image detected by the object tracking model for each frame, and applies the single-linkage hierarchical clustering from the past frame using the extracted feature vectors to identify the same object that failed to track. Through the above process, it is possible to re-track the same object that has failed to tracking in the case of re-appearance or occlusion after leaving the video location. As a result, action and facial emotion detection results of the newly recognized object due to the tracking fails can be linked to those of the object that appeared in the past. On the other hand, as a way to improve processing performance, we introduce Bounding Box Queue by Object and Feature Queue method that can reduce RAM memory requirements while maximizing GPU memory throughput. Also we introduce the IoF(Intersection over Face) algorithm that allows facial emotion recognized through AWS Rekognition to be linked with object tracking information. The academic significance of this study is that the two-stage re-identification model can have real-time performance even in a high-cost environment that performs action and facial emotion detection according to processing techniques without reducing the accuracy by using simple metrics to achieve real-time performance. The practical implication of this study is that in various industrial fields that require action and facial emotion detection but have many difficulties due to the fails in object tracking can analyze videos effectively through proposed model. Proposed model which has high accuracy of retrace and processing performance can be used in various fields such as intelligent monitoring, observation services and behavioral or psychological analysis services where the integration of tracking information and extracted metadata creates greate industrial and business value. In the future, in order to measure the object tracking performance more precisely, there is a need to conduct an experiment using the MOT Challenge dataset, which is data used by many international conferences. We will investigate the problem that the IoF algorithm cannot solve to develop an additional complementary algorithm. In addition, we plan to conduct additional research to apply this model to various fields' dataset related to intelligent video analysis.

Fast-Transient Repetitive Control Strategy for a Three-phase LCL Filter-based Shunt Active Power Filter

  • Zeng, Zheng;Yang, Jia-Qiang;Chen, Shi-Lan;Huang, Jin
    • Journal of Power Electronics
    • /
    • v.14 no.2
    • /
    • pp.392-401
    • /
    • 2014
  • A fast-transient repetitive control strategy for a three-phase shunt active power filter is presented in this study to improve dynamic performance without sacrificing steady-state accuracy. The proposed approach requires one-sixth of the fundamental period required by conventional repetitive control methods as the repetitive control time delay in the synchronous reference frames. Therefore, the proposed method allows the system to achieve a fast dynamic response, and the program occupies minimal storage space. A proportional-integral regulator is also added to the current control loop to eliminate arbitrary-order harmonics and ensure system stability under severe harmonic distortion conditions. The design process of the corrector in the fast-transient repetitive controller is also presented in detail. The LCL filter resonance problem is avoided by the appropriately designed corrector, which increases the margin of system stability and maintains the original compensation current tracking accuracy. Finally, experimental results are presented to verify the feasibility of the proposed strategy.

Analysis of Doppler Spectra in an Airborne Radar (항공기용 레이다에서의 도플러 스펙트럼 분석)

  • Lee, Jong-Gil
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2008.10a
    • /
    • pp.628-631
    • /
    • 2008
  • For the remote sensing purpose, radar systems extract the target information, such as the magnitude of reflectivity and the velocity from the spectrum analysis of return echoes through the Doppler filter bank. This conventional spectrum estimation method, FFT(Fast fourier Transform) is widely used in most radar systems. However, the frequency resolution of return echoes can be seriously degraded in fast moving targets because of the short acquisition time. Since the high Doppler frequency resolution is important in the detection and tracking of fast moving targets, it can cause very unsatisfactory results. Therefore, in this paper, the parameter spectrum estimation method called AR(Autoregressive) spectrum estimation, is investigated to overcome these problems.

  • PDF

Fast Recovery Routing Algorithm for Software Defined Network based Operationally Responsive Space Satellite Networks

  • Jiang, Lei;Feng, Jing;Shen, Ye;Xiong, Xinli
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.10 no.7
    • /
    • pp.2936-2951
    • /
    • 2016
  • An emerging satellite technology, Operationally Responsive Space (ORS) is expected to provide a fast and flexible solution for emergency response, such as target tracking, dense earth observation, communicate relaying and so on. To realize large distance transmission, we propose the use of available relay satellites as relay nodes. Accordingly, we apply software defined network (SDN) technology to ORS networks. We additionally propose a satellite network architecture refered to as the SDN-based ORS-Satellite (Sat) networking scheme (SDOS). To overcome the issures of node failures and dynamic topology changes of satellite networks, we combine centralized and distributed routing mechanisms and propose a fast recovery routing algorithm (FRA) for SDOS. In this routing method, we use centralized routing as the base mode.The distributed opportunistic routing starts when node failures or congestion occur. The performance of the proposed routing method was validated through extensive computer simulations.The results demonstrate that the method is effective in terms of resoving low end-to-end delay, jitter and packet drops.

CORRECTION OF THE TRACKING DATA OF AN ARTIFICIAL SATELLITE CONSIDERING THE EARTH ATMOSPHERE AND LIGHT TIME EFFECTS (지구 대기와 광시간 효과를 고려한 인공위성 추적자료의 보정 S/W 개발)

  • 김경희;김천휘;김성규
    • Journal of Astronomy and Space Sciences
    • /
    • v.12 no.1
    • /
    • pp.123-132
    • /
    • 1995
  • We developed a S/W system to simulate the orbit tracking data as nearly equal as the real data obtained at the tracking antenna by modeling various causes that could have effects on the tracking data (range, range rate, azimuth, elevation) of an artificial satellite. Using the S/W developed we produced delay values of tracking data due to the light-time effect and the terrestrial atmosphere. According to the simulation results due to the Earth atmosphere, the values delayed by the troposhpere were increased as the temperature, relative humidity, and pressure of the troposphere are more larger. However, delay values due to the ionosphere were dependent on both the maximum electron density and the frequencies used. They are more and more increased as the maximum electron density and frequency are more larger. And the delaying values by the light-time effect are more larger by the fast orbital motion as the altitude of an artificial satellite is more lower.

  • PDF