| Literature DB >> 30042339 |
Ren-Jie Huang1, Chun-Yu Tsao2, Yi-Pin Kuo3, Yi-Chung Lai4, Chi Chung Liu5, Zhe-Wei Tu6, Jung-Hua Wang7, Chung-Cheng Chang8.
Abstract
Recently, an upsurge of deep learning has provided a new direction for the field of computer vision and visual tracking. However, expensive offline training time and the large number of images required by deep learning have greatly hindered progress. This paper aims to further improve the computational performance of CNT which is reported to deliver 5 fps performance in visual tracking, we propose a method called Fast-CNT which differs from CNT in three aspects: firstly, an adaptive k value (rather than a constant 100) is determined for an input video; secondly, background filters used in CNT are omitted in this work to save computation time without affecting performance; thirdly, SURF feature points are used in conjunction with the particle filter to address the drift problem in CNT. Extensive experimental results on land and undersea video sequences show that Fast-CNT outperforms CNT by 2~10 times in terms of computational efficiency.Entities:
Keywords: IoT; clustering; convolutional networks; object detection; visual tracking
Year: 2018 PMID: 30042339 PMCID: PMC6111798 DOI: 10.3390/s18082405
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1Flowchart of the proposed Fast-CNT.
Figure 2(a) Target image; (b) Using the Elbow method to check the validity of clusters; (c) Three clusters are also determined by HKC, consistent with the result in (b).
Figure 3Overview of the SURF-based screening process.
Figure 4As the size of a target object (white car on the left) shrinks, the target could be erroneously tracked; (a) target object; (b) the target object is shrinking; (c) the red bounding box indicates the erroneous tracking location.
Figure 5Red line (marked as o) represents the similarity between candidate template and target template when background filters are not used, blue line represents (marked as x) the similarity between candidate template and target template when the background filters are used.
Figure 6The success and precision plots of OPE for the top 6 experimental trackers.
Figure 7A practical Smart Cage Aquaculture Management System (SCAMS).
Figure 8Undersea fish tracking results of Fast-CNT and CNT.
Experimental parameters of Fast-CNT and CNT used in Figure 8.
| Fast-CNT | CNT | |
|---|---|---|
| CPU | Intel i7 7700K 4.20 GHz | |
| Video resolution | 1280 × 960 Downsized to 320 × 240 | |
| Number of Particles | 200 | 600 |
| 8 | 100 | |
| SURF Screening | Disabled | Disabled |
| Background Filters | Disabled | Enabled |