├── LICENSE
└── README.md
/LICENSE:
--------------------------------------------------------------------------------
1 | Apache License
2 | Version 2.0, January 2004
3 | http://www.apache.org/licenses/
4 |
5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6 |
7 | 1. Definitions.
8 |
9 | "License" shall mean the terms and conditions for use, reproduction,
10 | and distribution as defined by Sections 1 through 9 of this document.
11 |
12 | "Licensor" shall mean the copyright owner or entity authorized by
13 | the copyright owner that is granting the License.
14 |
15 | "Legal Entity" shall mean the union of the acting entity and all
16 | other entities that control, are controlled by, or are under common
17 | control with that entity. For the purposes of this definition,
18 | "control" means (i) the power, direct or indirect, to cause the
19 | direction or management of such entity, whether by contract or
20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
21 | outstanding shares, or (iii) beneficial ownership of such entity.
22 |
23 | "You" (or "Your") shall mean an individual or Legal Entity
24 | exercising permissions granted by this License.
25 |
26 | "Source" form shall mean the preferred form for making modifications,
27 | including but not limited to software source code, documentation
28 | source, and configuration files.
29 |
30 | "Object" form shall mean any form resulting from mechanical
31 | transformation or translation of a Source form, including but
32 | not limited to compiled object code, generated documentation,
33 | and conversions to other media types.
34 |
35 | "Work" shall mean the work of authorship, whether in Source or
36 | Object form, made available under the License, as indicated by a
37 | copyright notice that is included in or attached to the work
38 | (an example is provided in the Appendix below).
39 |
40 | "Derivative Works" shall mean any work, whether in Source or Object
41 | form, that is based on (or derived from) the Work and for which the
42 | editorial revisions, annotations, elaborations, or other modifications
43 | represent, as a whole, an original work of authorship. For the purposes
44 | of this License, Derivative Works shall not include works that remain
45 | separable from, or merely link (or bind by name) to the interfaces of,
46 | the Work and Derivative Works thereof.
47 |
48 | "Contribution" shall mean any work of authorship, including
49 | the original version of the Work and any modifications or additions
50 | to that Work or Derivative Works thereof, that is intentionally
51 | submitted to Licensor for inclusion in the Work by the copyright owner
52 | or by an individual or Legal Entity authorized to submit on behalf of
53 | the copyright owner. For the purposes of this definition, "submitted"
54 | means any form of electronic, verbal, or written communication sent
55 | to the Licensor or its representatives, including but not limited to
56 | communication on electronic mailing lists, source code control systems,
57 | and issue tracking systems that are managed by, or on behalf of, the
58 | Licensor for the purpose of discussing and improving the Work, but
59 | excluding communication that is conspicuously marked or otherwise
60 | designated in writing by the copyright owner as "Not a Contribution."
61 |
62 | "Contributor" shall mean Licensor and any individual or Legal Entity
63 | on behalf of whom a Contribution has been received by Licensor and
64 | subsequently incorporated within the Work.
65 |
66 | 2. Grant of Copyright License. Subject to the terms and conditions of
67 | this License, each Contributor hereby grants to You a perpetual,
68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69 | copyright license to reproduce, prepare Derivative Works of,
70 | publicly display, publicly perform, sublicense, and distribute the
71 | Work and such Derivative Works in Source or Object form.
72 |
73 | 3. Grant of Patent License. Subject to the terms and conditions of
74 | this License, each Contributor hereby grants to You a perpetual,
75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 | (except as stated in this section) patent license to make, have made,
77 | use, offer to sell, sell, import, and otherwise transfer the Work,
78 | where such license applies only to those patent claims licensable
79 | by such Contributor that are necessarily infringed by their
80 | Contribution(s) alone or by combination of their Contribution(s)
81 | with the Work to which such Contribution(s) was submitted. If You
82 | institute patent litigation against any entity (including a
83 | cross-claim or counterclaim in a lawsuit) alleging that the Work
84 | or a Contribution incorporated within the Work constitutes direct
85 | or contributory patent infringement, then any patent licenses
86 | granted to You under this License for that Work shall terminate
87 | as of the date such litigation is filed.
88 |
89 | 4. Redistribution. You may reproduce and distribute copies of the
90 | Work or Derivative Works thereof in any medium, with or without
91 | modifications, and in Source or Object form, provided that You
92 | meet the following conditions:
93 |
94 | (a) You must give any other recipients of the Work or
95 | Derivative Works a copy of this License; and
96 |
97 | (b) You must cause any modified files to carry prominent notices
98 | stating that You changed the files; and
99 |
100 | (c) You must retain, in the Source form of any Derivative Works
101 | that You distribute, all copyright, patent, trademark, and
102 | attribution notices from the Source form of the Work,
103 | excluding those notices that do not pertain to any part of
104 | the Derivative Works; and
105 |
106 | (d) If the Work includes a "NOTICE" text file as part of its
107 | distribution, then any Derivative Works that You distribute must
108 | include a readable copy of the attribution notices contained
109 | within such NOTICE file, excluding those notices that do not
110 | pertain to any part of the Derivative Works, in at least one
111 | of the following places: within a NOTICE text file distributed
112 | as part of the Derivative Works; within the Source form or
113 | documentation, if provided along with the Derivative Works; or,
114 | within a display generated by the Derivative Works, if and
115 | wherever such third-party notices normally appear. The contents
116 | of the NOTICE file are for informational purposes only and
117 | do not modify the License. You may add Your own attribution
118 | notices within Derivative Works that You distribute, alongside
119 | or as an addendum to the NOTICE text from the Work, provided
120 | that such additional attribution notices cannot be construed
121 | as modifying the License.
122 |
123 | You may add Your own copyright statement to Your modifications and
124 | may provide additional or different license terms and conditions
125 | for use, reproduction, or distribution of Your modifications, or
126 | for any such Derivative Works as a whole, provided Your use,
127 | reproduction, and distribution of the Work otherwise complies with
128 | the conditions stated in this License.
129 |
130 | 5. Submission of Contributions. Unless You explicitly state otherwise,
131 | any Contribution intentionally submitted for inclusion in the Work
132 | by You to the Licensor shall be under the terms and conditions of
133 | this License, without any additional terms or conditions.
134 | Notwithstanding the above, nothing herein shall supersede or modify
135 | the terms of any separate license agreement you may have executed
136 | with Licensor regarding such Contributions.
137 |
138 | 6. Trademarks. This License does not grant permission to use the trade
139 | names, trademarks, service marks, or product names of the Licensor,
140 | except as required for reasonable and customary use in describing the
141 | origin of the Work and reproducing the content of the NOTICE file.
142 |
143 | 7. Disclaimer of Warranty. Unless required by applicable law or
144 | agreed to in writing, Licensor provides the Work (and each
145 | Contributor provides its Contributions) on an "AS IS" BASIS,
146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147 | implied, including, without limitation, any warranties or conditions
148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149 | PARTICULAR PURPOSE. You are solely responsible for determining the
150 | appropriateness of using or redistributing the Work and assume any
151 | risks associated with Your exercise of permissions under this License.
152 |
153 | 8. Limitation of Liability. In no event and under no legal theory,
154 | whether in tort (including negligence), contract, or otherwise,
155 | unless required by applicable law (such as deliberate and grossly
156 | negligent acts) or agreed to in writing, shall any Contributor be
157 | liable to You for damages, including any direct, indirect, special,
158 | incidental, or consequential damages of any character arising as a
159 | result of this License or out of the use or inability to use the
160 | Work (including but not limited to damages for loss of goodwill,
161 | work stoppage, computer failure or malfunction, or any and all
162 | other commercial damages or losses), even if such Contributor
163 | has been advised of the possibility of such damages.
164 |
165 | 9. Accepting Warranty or Additional Liability. While redistributing
166 | the Work or Derivative Works thereof, You may choose to offer,
167 | and charge a fee for, acceptance of support, warranty, indemnity,
168 | or other liability obligations and/or rights consistent with this
169 | License. However, in accepting such obligations, You may act only
170 | on Your own behalf and on Your sole responsibility, not on behalf
171 | of any other Contributor, and only if You agree to indemnify,
172 | defend, and hold each Contributor harmless for any liability
173 | incurred by, or claims asserted against, such Contributor by reason
174 | of your accepting any such warranty or additional liability.
175 |
176 | END OF TERMS AND CONDITIONS
177 |
178 | APPENDIX: How to apply the Apache License to your work.
179 |
180 | To apply the Apache License to your work, attach the following
181 | boilerplate notice, with the fields enclosed by brackets "[]"
182 | replaced with your own identifying information. (Don't include
183 | the brackets!) The text should be enclosed in the appropriate
184 | comment syntax for the file format. We also recommend that a
185 | file or class name and description of purpose be included on the
186 | same "printed page" as the copyright notice for easier
187 | identification within third-party archives.
188 |
189 | Copyright [yyyy] [name of copyright owner]
190 |
191 | Licensed under the Apache License, Version 2.0 (the "License");
192 | you may not use this file except in compliance with the License.
193 | You may obtain a copy of the License at
194 |
195 | http://www.apache.org/licenses/LICENSE-2.0
196 |
197 | Unless required by applicable law or agreed to in writing, software
198 | distributed under the License is distributed on an "AS IS" BASIS,
199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200 | See the License for the specific language governing permissions and
201 | limitations under the License.
202 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | ## RGBT-Tracking-Results-Datasets-and-Methods
2 |
3 | **An investigation for RGBT tracking.
4 | Hopefully, it can help other researchers become familiar with multi-modal tracking as soon as possible.
5 | This repository is started on 02/07/2023, and will keep on updating.**
6 |
7 | -----
8 | >This repository will give a detail investigation of the RGBT tracking community, including the Datasets, Results, and the Methods.
9 | >
10 | > - [x] Datasets
11 | > - [x] Results
12 | > - [x] Methods
13 | > - [x] Competitions
14 | > - ...
15 | -----
16 |
17 | 🫵Find our survey work at another [repo](https://github.com/Zhangyong-Tang/Survey-for-MultiModal-Visual-Object-Tracking)
18 |
19 | ## 🏃: Find Results Here
20 | * [RGBT-Tracking-Results-Datasets-and-Methods](https://github.com/Zhangyong-Tang/RGBT-Tracking-Results-Datasets-and-Methods)
21 | * [RGBD-Tracking-Results-Datasets-and-Methods](https://github.com/Zhangyong-Tang/RGBD-Tracking-Results-Datasets-and-Methods)
22 | * [RGBE-Tracking-Results-Datasets-and-Methods](https://github.com/Zhangyong-Tang/RGBE-Tracking-Results-Datasets-and-Methods)
23 | * [RGBL-Tracking-Results-Datasets-and-Methods](https://github.com/Zhangyong-Tang/RGBL-Tracking-Results-Datasets-and-Methods)
24 | * [RGBNIR/S-Tracking-Results-Datasets-and-Methods](https://github.com/Zhangyong-Tang/MultiModal-Visual-Object-tracking)
25 | *
26 | ## Survey Papers
27 | * Multi-modal visual tracking: Review and experimental comparison. Zhang, Pengyu, Dong Wang*, and Huchuan Lu. Computational Visual Media 2024. [[Paper](https://link.springer.com/article/10.1007/s41095-023-0345-5)]
28 | * RGBT tracking: A comprehensive review. Mingzheng Feng, Jianbo Su*. Information Fusion 2024. [[Paper](https://www.sciencedirect.com/science/article/pii/S1566253524002707)]
29 | * Review and Analysis of RGBT Single Object Tracking Methods: A Fusion Perspective. Zhihao Zhang, Jun Wang, Zhuli Zang, Lei Jin, Shengjie Li, Hao Wu*,Jian Zhao, Zhang Bo. ACM TOMM 2024. [[Paper](https://dl.acm.org/doi/10.1145/3651308)]
30 | * Object fusion tracking based on visible and infrared images: A comprehensive review. Xingchen Zhang, Ping Ye, Henry Leung, Ke Gong, Gang Xiao*. Information Fusion 2020. [[Paper](https://www.sciencedirect.com/science/article/pii/S1566253520302657)]
31 | * A Survey for Deep RGBT Tracking. Zhangyong Tang, Tianyang Xu, and Xiao-Jun Wu*. Arxiv 2022. [[Paper](https://arxiv.org/abs/2201.09296)]
32 |
33 |
34 | ## Datasets
35 | ***Real Data***
36 |
37 | | Dataset | Publish | GitHub| Introduction|
38 | |--|--|--| --|
39 | | OTCBVS | CVIU'2007 | [OTCBVS](http://vcipl-okstate.org/pbvs/bench/) | 9 videos|
40 | | LITIV | CVIU'2012 | [LITIV](https://www.polymtl.ca/litiv/en/codes-and-datasets) | 6 videos|
41 | | GTOT | TIP'2016 | [GTOT](https://pan.baidu.com/s/1QNidEo-HepRaS6OIZr7-Cw) | 50 Video pairs, about 1.5W frames|
42 | | RGBT210| ACM MM'2017 | [RGBT210](https://drive.google.com/file/d/0B3i2rdXLNbdUTkhsLVRwcTBTMlU/view?resourcekey=0-vytg_w3hqlQfLhoiS2J8Dg) | 210 Video pairs|
43 | | RGBT234| PR'2018 | [RGBT234](https://sites.google.com/view/ahutracking001/)| 234 Video pairs, the extension of RGBT210 |
44 | | VOT-RGBT19| VOT Community:2019 |[VOT-RGBT2019](https://pan.baidu.com/s/1kYnTTWF9LIkrCH4NNsSlFQ) *CODE:TZYD* | 60 Video pairs, about 2W frame pairs, a sub-set of RGBT 234|
45 | | VOT-RGBT20|VOT Community: 2020 | [VOT-RGBT2020](https://pan.baidu.com/s/1fNgAVk4siqP2p-b1M2ZGmg ) *CODE:TZYD*| 60 Video pairs, its data is the same with VOT-RGBT2019, but with different evaluation mechanism|
46 | | LasHeR| TIP'2021 | [LasHeR](https://github.com/BUGPLEASEOUT/LasHeR) | train/test split, imaged in the head-up view, above 70W image pairs in total; 245 videos in the test set|
47 | | VTUAV| CVPR'2022 |[VTUAV](https://zhang-pengyu.github.io/DUT-VTUAV/) | imaged in the top-down view by uav, long-term;176 videos in the test-st, which has around 3300 frames in average|
48 | | MV-RGBT| Arxiv'2024 |[MV-RGBT](https://github.com/Zhangyong-Tang/MVRGBT) |122 video pairs. The data in this benchmark mainly focus on the modality validity.|
49 |
50 | ***Generated Data***
51 | | Dataset | Publish | GitHub| Introduction|
52 | |--|--|--| --|
53 | | LSS-Dataset(from RGB) | TCSVT'2021 | [LSS-Dataset](https://pan.baidu.com/s/1x2hiqb2lSo54_4CI_L9YeQhttps://pan.baidu.com/s/1x2hiqb2lSo54_4CI_L9YeQ) ,code(Ye5Q)| Generated from VID|
54 | | LSS-Dataset(from TIR) | TCSVT'2021 | [LSS-Dataset](https://pan.baidu.com/s/1xD3Ox-9VbZnyRQSWOxQRNw),code(IHws) | Generated from TIR|
55 |
56 | ## Results
57 |
58 |
59 | |
60 | |
61 | |
62 | GTOT |
63 | RGBT210 |
64 | RGBT234 |
65 | LasHeR |
66 |
67 |
68 | Methods |
69 | Venue |
70 | Speed |
71 | PR |
72 | SR |
73 | PR |
74 | SR |
75 | PR |
76 | SR |
77 | PR |
78 | NPR |
79 | SR |
80 |
81 |
82 | APTrack |
83 | TAI'2025 |
84 | 50.5/4090 |
85 | |
86 | |
87 | |
88 | |
89 | 90.6 |
90 | 67.2 |
91 | 74.1 |
92 | |
93 | 58.9 |
94 |
95 |
96 | LightFC-X |
97 | Arxiv'2025 |
98 | 81/A6000 |
99 | 88.7 |
100 | 71.4 |
101 | |
102 | |
103 | 83.4 |
104 | 60.3 |
105 | 64.7 |
106 | 60.8 |
107 | 50.7 |
108 |
109 |
110 | TPF |
111 | Arxiv'2025 |
112 | 59.4/4090 |
113 | 94.3 |
114 | 76.3 |
115 | 88.0 |
116 | 63.8 |
117 | 89.7 |
118 | 67.1 |
119 | 75.1 |
120 | 71.3 |
121 | 59.5 |
122 |
123 |
124 | TVTracker |
125 | KBS'2025 |
126 | 9.58/A100 |
127 | |
128 | |
129 | 87.6 |
130 | 63.7 |
131 | 88.6 |
132 | 64.8 |
133 | 72.6 |
134 | 68.4 |
135 | 57.5 |
136 |
137 |
138 | TUFNet |
139 | KBS'2025 |
140 | 27/ |
141 | 93.8 |
142 | 76.4 |
143 | 86.7 |
144 | 61.9 |
145 | 88.2 |
146 | 64.1 |
147 | 70.8 |
148 | 67.4 |
149 | 55.7 |
150 |
151 |
152 | MKFTracker |
153 | KBS'2025 |
154 | 14/V100 |
155 | 91.3 |
156 | 74.7 |
157 | 80.7 |
158 | 58.2 |
159 | 82.3 |
160 | 60.1 |
161 | 51.4 |
162 | |
163 | 45.2 |
164 |
165 |
166 | SHT |
167 | TIM'2025 |
168 | 28/4080 |
169 | |
170 | |
171 | 86.4 |
172 | 63.7 |
173 | 88.1 |
174 | 65.6 |
175 | 70.1 |
176 | 66.1 |
177 | 55.7 |
178 |
179 |
180 | IAMTrack |
181 | Applied Intelligence'2025 |
182 | 15.1/TeslaT4 |
183 | |
184 | |
185 | |
186 | |
187 | 86.7 |
188 | 64.0 |
189 | 69.5 |
190 | 65.2 |
191 | 56.1 |
192 |
193 |
194 | BTMTrack |
195 | Arxiv'2025 |
196 | 40.65/2080ti |
197 | |
198 | |
199 | 87.5 |
200 | 63.7 |
201 | 88.3 |
202 | 65.4 |
203 | 72.3 |
204 | 68.5 |
205 | 58.0 |
206 |
207 |
208 | CMDTrack |
209 | TPAMI'2025 |
210 | 67/2080Ti |
211 | |
212 | |
213 | |
214 | |
215 | 85.9 |
216 | 61.8 |
217 | 68.8 |
218 | |
219 | 56.6 |
220 |
221 |
222 | STTrack |
223 | AAAI'2025 |
224 | |
225 | |
226 | |
227 | |
228 | |
229 | 89.8 |
230 | 66.7 |
231 | 76.0 |
232 | |
233 | 60.3 |
234 |
235 |
236 | SUTrack |
237 | AAAI'2025 |
238 | |
239 | |
240 | |
241 | |
242 | |
243 | 93.7 |
244 | 70.3 |
245 | 76.9 |
246 | |
247 | 61.9 |
248 |
249 |
250 | FcFNet |
251 | JSTARS'2025 |
252 | |
253 | 97.4 |
254 | 70.5 |
255 | |
256 | |
257 | 79.6 |
258 | 55.9 |
259 | |
260 | |
261 | |
262 |
263 |
264 | FADSiamNet |
265 | IJMLC'2024 |
266 | 32/3090 |
267 | 90.6 |
268 | 72.8 |
269 | 76.7 |
270 | 53.6 |
271 | 78.7 |
272 | 56.8 |
273 | |
274 | |
275 | |
276 |
277 |
278 | SiamTFA |
279 | TITS'2024 |
280 | 37/3090Ti |
281 | 90.5 |
282 | 72.8 |
283 | 79.7 |
284 | 56.3 |
285 | 82.2 |
286 | 59.2 |
287 | 62.5 |
288 | |
289 | 48.1 |
290 |
291 |
292 | FADSiamNet |
293 | IJMLC'2024 |
294 | 32/3090 |
295 | 90.5 |
296 | 72.8 |
297 | 76.7 |
298 | 53.6 |
299 | 78.7 |
300 | 56.8 |
301 | 71.1 |
302 | 66.6 |
303 | 55.9 |
304 |
305 |
306 | DDFNet |
307 | Arxiv'2024 |
308 | 16/ |
309 | 91.6 |
310 | 76.3 |
311 | 87.7 |
312 | 63.4 |
313 | 90.0 |
314 | 66.9 |
315 | 71.1 |
316 | 66.6 |
317 | 55.9 |
318 |
319 |
320 | MCSSFANet |
321 | Optics Communications'2024 |
322 | 37/3090GPU |
323 | |
324 | |
325 | 92.3 |
326 | 71.8 |
327 | 94.3 |
328 | 73.2 |
329 | 70.5 |
330 | 66.5 |
331 | 55.4 |
332 |
333 |
334 | FDTrack |
335 | IEEE Sensor Journal'2024 |
336 | |
337 | |
338 | |
339 | 86.2 |
340 | 62.5 |
341 | 88.4 |
342 | 65.7 |
343 | 73.5 |
344 | 68.0 |
345 | 58.2 |
346 |
347 |
348 | JFAKF |
349 | InfFus'2024 |
350 | 25/Nvidia Jetson Xavier NX |
351 | 86.2 |
352 | 70.8 |
353 | |
354 | |
355 | 76.2 |
356 | 55.9 |
357 | |
358 | |
359 | |
360 |
361 |
362 | DuSiamIE |
363 | Electronic'2024 |
364 | 40.3/NVIDIA Jetson Nano |
365 | 83.4 |
366 | 66.8 |
367 | |
368 | |
369 | 75.3 |
370 | 56.2 |
371 | |
372 | |
373 | |
374 |
375 |
376 | TMTB |
377 | PRICAI'2024 |
378 | 49.1/3090 |
379 | |
380 | |
381 | 87.1 |
382 | 63.9 |
383 | 87.6 |
384 | 64.6 |
385 | 70.7 |
386 | |
387 | 56.6 |
388 |
389 |
390 | FFEUMA |
391 | NeuroComputing'2024 |
392 | 61.0/3090 |
393 | 92.4 |
394 | 77.0 |
395 | |
396 | |
397 | 85.1 |
398 | 62.8 |
399 | 70.0 |
400 | 66.4 |
401 | 56.0 |
402 |
403 |
404 | EMTrack |
405 | TSCVT'2024 |
406 | 29.1/CPU |
407 | |
408 | |
409 | |
410 | |
411 | 81.8 |
412 | 60.1 |
413 | 65.9 |
414 | |
415 | 53.3 |
416 |
417 |
418 | FHAT |
419 | IVC'2024 |
420 | 44.8/4090 |
421 | |
422 | |
423 | |
424 | |
425 | 88.2 |
426 | 65.4 |
427 | 71.5 |
428 | 67.4 |
429 | 57.1 |
430 |
431 |
432 | TBSI-E |
433 | TPAMI'2024 |
434 | 58.3/3080Ti |
435 | |
436 | |
437 | |
438 | |
439 | 91.0 |
440 | 67.0 |
441 | 75.5 |
442 | 71.5 |
443 | 59.6 |
444 |
445 |
446 | S2OTformer |
447 | ACMTOMM'2024 |
448 | 40/3090Ti |
449 | 83.1 |
450 | 70.2 |
451 | |
452 | |
453 | 68.4 |
454 | 47.7 |
455 | 39.8 |
456 | |
457 | 29.5 |
458 |
459 |
460 | STMT |
461 | Arxiv'2024 |
462 | 39.1/3090Ti |
463 | |
464 | |
465 | 83.0 |
466 | 59.5 |
467 | 86.5 |
468 | 63.8 |
469 | 67.4 |
470 | 63.4 |
471 | 53.7 |
472 |
473 |
474 | MFATrack |
475 | PR'2024 |
476 | 25/3090 |
477 | |
478 | |
479 | |
480 | |
481 | 81.7 |
482 | 57.5 |
483 | 63.3 |
484 | |
485 | 49.8 |
486 |
487 |
488 | CFBT |
489 | Arxiv'2024 |
490 | |
491 | |
492 | |
493 | 87.7 |
494 | 63.0 |
495 | 89.9 |
496 | 65.9 |
497 | 73.2 |
498 | 69.5 |
499 | 58.4 |
500 |
501 |
502 | SiamSCR |
503 | IEEE Sensor Journal'2024 |
504 | 37.2 |
505 | 91.7 |
506 | 73.7 |
507 | |
508 | |
509 | 79.1 |
510 | 57.5 |
511 | 52.2 |
512 | |
513 | 40.1 |
514 |
515 |
516 | SiamMGT |
517 | The Journal of Supercomputing'2024 |
518 | |
519 | 90.9 |
520 | 73.9 |
521 | |
522 | |
523 | 81.1 |
524 | 60.4 |
525 | 54.8 |
526 | |
527 | 41.6 |
528 |
529 |
530 | AINet |
531 | arxiv'2024 |
532 | 37.5/4090 |
533 | |
534 | |
535 | 87.5 |
536 | 64.8 |
537 | 89.2 |
538 | 67.3 |
539 | 74.2 |
540 | 70.1 |
541 | 59.1 |
542 |
543 |
544 | MambaVT |
545 | ARxiv'2024 |
546 | 31.1/A100 |
547 | 95.2 |
548 | 78.6 |
549 | 88.5 |
550 | 64.4 |
551 | 90.7 |
552 | 67.5 |
553 | 72.7 |
554 | 69.0 |
555 | 57.5 |
556 |
557 |
558 | AMAtrack |
559 | TIM'2024 |
560 | 68.3/RTX3070 |
561 | |
562 | |
563 | |
564 | |
565 | 82.6 |
566 | 61.2 |
567 | |
568 | |
569 | |
570 |
571 |
572 | CAFormer |
573 | ARxiv'2024 |
574 | 83.6/RTX3080Ti |
575 | 91.8 |
576 | 76.9 |
577 | 85.6 |
578 | 63.2 |
579 | 88.3 |
580 | 66.4 |
581 | 70.0 |
582 | 66.1 |
583 | 55.6 |
584 |
585 |
586 | VLCTrack |
587 | NeuroComputing'2024 |
588 | 90.9/RTX4090 |
589 | 90.1 |
590 | 76.8 |
591 | |
592 | |
593 | 81.1 |
594 | 59.1 |
595 | 56.4 |
596 | 51.8 |
597 | 43.7 |
598 |
599 |
600 | MixRGBX |
601 | NeuroComputing'2024 |
602 | |
603 | |
604 | |
605 | |
606 | |
607 | 85.3 |
608 | 63.2 |
609 | 67.2 |
610 | |
611 | 53.2 |
612 |
613 |
614 | TGTrack |
615 | TCSVT'2024 |
616 | |
617 | |
618 | |
619 | 87.2 |
620 | 64.1 |
621 | 89.3 |
622 | 67.0 |
623 | 73.2 |
624 | 69.1 |
625 | 57.9 |
626 |
627 |
628 | CKD |
629 | ACMMM'2024 |
630 | 96.4/4090 |
631 | 92.5 |
632 | 75.1 |
633 | 88.4 |
634 | 65.2 |
635 | 90.0 |
636 | 67.4 |
637 | 73.2 |
638 | 69.4 |
639 | 58.1 |
640 |
641 |
642 | IIMF |
643 | ACMMM'2024 |
644 | |
645 | |
646 | |
647 | 85.6 |
648 | 62.4 |
649 | 86.8 |
650 | 64.4 |
651 | 72.4 |
652 | 68.4 |
653 | 58.1 |
654 |
655 |
656 | MMSTC |
657 | TIP'2024 |
658 | |
659 | 94.1 |
660 | 77.9 |
661 | 88.6 |
662 | 65.7 |
663 | 89.8 |
664 | 67.3 |
665 | 72.3 |
666 | 68.6 |
667 | 57.4 |
668 |
669 |
670 | MELT |
671 | ACMTOMM'2024 |
672 | 20 |
673 | |
674 | |
675 | |
676 | |
677 | 75.3 |
678 | 54.6 |
679 | 57.3 |
680 | 52.7 |
681 | 45.0 |
682 |
683 |
684 | TIH |
685 | PR'2024 |
686 | 72 |
687 | 93.5 |
688 | 77.0 |
689 | |
690 | |
691 | 89.4 |
692 | 66.4 |
693 | 72.0 |
694 | 67.7 |
695 | 57.2 |
696 |
697 |
698 | AMRT |
699 | electronics'2024 |
700 | 32.31 |
701 | 90.0 |
702 | 73.0 |
703 | |
704 | |
705 | 84.4 |
706 | 60.2 |
707 | 46.8 |
708 | |
709 | 32.4 |
710 |
711 |
712 | XTrack |
713 | Arxiv'2024 |
714 | - |
715 | - |
716 | - |
717 | |
718 | |
719 | 84.8 |
720 | 62.2 |
721 | 65.5 |
722 | |
723 | 52.5 |
724 |
725 |
726 | SeqTrackv2 |
727 | Arxiv'2024 |
728 | - |
729 | |
730 | |
731 | |
732 | |
733 | 68.5 |
734 | 92.3 |
735 | 76.7 |
736 | |
737 | 61.0 |
738 |
739 |
740 | KSTrack |
741 | TCSVT'2024 |
742 | - |
743 | 95.5 |
744 | 74.1 |
745 | |
746 | |
747 | 85.0 |
748 | 58.7 |
749 | |
750 | |
751 | |
752 |
753 |
754 | MINet |
755 | IVC'2024 |
756 | - |
757 | |
758 | |
759 | |
760 | |
761 | 84.3 |
762 | 62.9 |
763 | 65.9 |
764 | |
765 | 52.9 |
766 |
767 |
768 | BAT |
769 | AAAI'2024 |
770 | - |
771 | - |
772 | - |
773 | |
774 | |
775 | 86.8 |
776 | 64.1 |
777 | 70.2 |
778 | |
779 | 56.3 |
780 |
781 |
782 | TATrack |
783 | AAAI'2024 |
784 | 26.1/RTX3090 |
785 | - |
786 | - |
787 | 85.3 |
788 | 61.8 |
789 | 87.2 |
790 | 64.4 |
791 | 70.2 |
792 | 66.7 |
793 | 56.1 |
794 |
795 |
796 | GMMT |
797 | AAAI'2024 |
798 | 18/RTX3090Ti |
799 | 93.6 |
800 | 78.5 |
801 | - |
802 | - |
803 | 87.9 |
804 | 64.7 |
805 | 70.7 |
806 | 67.0 |
807 | 56.6 |
808 |
809 |
810 | LMINet |
811 | IEEE Sensors Journal'2024 |
812 | 5.6/V100 |
813 | 91.4 |
814 | 73.6 |
815 | - |
816 | - |
817 | 83.8 |
818 | 59.2 |
819 | 49.0 |
820 | 43.3 |
821 | 34.8 |
822 |
823 |
824 | CAT++ |
825 | TIP'2024 |
826 | 14/2080Ti |
827 | 91.5 |
828 | 73.3 |
829 | 82.2 |
830 | 56.1 |
831 | 84.0 |
832 | 59.2 |
833 | 50.9 |
834 | 44.4 |
835 | 34.8 |
836 |
837 |
838 | AMNet |
839 | TCSVT'2024 |
840 | 14/2080Ti |
841 | 92.9 |
842 | 77.4 |
843 | - |
844 | - |
845 | 87.7 |
846 | 65.5 |
847 | 70.2 |
848 | 66.0 |
849 | 55.9 |
850 |
851 |
852 | MPLKD |
853 | Arxiv'2024 |
854 | 81.8/RTX3090 |
855 | 92.4 |
856 | 77.3 |
857 | - |
858 | - |
859 | 87.3 |
860 | 65.1 |
861 | 71.4 |
862 | - |
863 | 56.7 |
864 |
865 |
866 | QueryTrack< |
867 | TIP'2024 |
868 | 27/RTX A6000 |
869 | 92.3 |
870 | 75.9 |
871 | - |
872 | - |
873 | 84.1 |
874 | 60.0 |
875 | 66.0 |
876 | - |
877 | 52.0 |
878 |
879 |
880 | MCTrack |
881 | TCSVT'2024 |
882 | - |
883 | 94.1 |
884 | 77.6 |
885 | 86.4 |
886 | 63.7 |
887 | 87.5 |
888 | 65.6 |
889 | 71.6 |
890 | 67.6 |
891 | 57.1 |
892 |
893 |
894 | SDSTrack |
895 | CVPR'2024 |
896 | 21/RTX3090Ti |
897 | - |
898 | - |
899 | - |
900 | - |
901 | 84.8 |
902 | 62.5 |
903 | - |
904 | 66.5 |
905 | 53.1 |
906 |
907 |
908 | OneTracker |
909 | CVPR'2024 |
910 | - |
911 | - |
912 | - |
913 | - |
914 | - |
915 | 85.7 |
916 | 64.2 |
917 | - |
918 | 67.2 |
919 | 53.8 |
920 |
921 |
922 | UnTrack |
923 | CVPR'2024 |
924 | - |
925 | - |
926 | - |
927 | - |
928 | - |
929 | 84.2 |
930 | 62.5 |
931 | 66.7 |
932 | - |
933 | 53.6 |
934 |
935 |
936 | UStrack |
937 | IJCAI'2024 |
938 | 84.2 |
939 | 93.4 |
940 | 78.3 |
941 | |
942 | |
943 | 87.4 |
944 | 65.8 |
945 | |
946 | |
947 | |
948 |
949 |
950 | AFter |
951 | Arxiv'2024 |
952 | 23/RTX 4090 |
953 | 91.6 |
954 | 78.5 |
955 | 87.6 |
956 | 63.5 |
957 | 90.1 |
958 | 66.7 |
959 | 70.3 |
960 | 65.8 |
961 | 55.1 |
962 |
963 |
964 | CSTNet |
965 | Arxiv'2024 |
966 | - |
967 | - |
968 | - |
969 | 86.0 |
970 | 63.5 |
971 | 88.4 |
972 | 65.2 |
973 | 71.5 |
974 | 67.9 |
975 | 57.2 |
976 |
977 |
978 | CAFF |
979 | JSEE'2024 |
980 | - |
981 | 85.2 |
982 | 72.6 |
983 | 71.5 |
984 | 49.2 |
985 | 74.0 |
986 | 50.6 |
987 | - |
988 | - |
989 | - |
990 |
991 |
992 | ASFNet |
993 | 2024 |
994 | - |
995 | 91.7 |
996 | 73.9 |
997 | - |
998 | * |
999 | 84.1 |
1000 | 57.3 |
1001 | 51.1 |
1002 | - |
1003 | 35.9 |
1004 |
1005 |
1006 | IPL |
1007 | Arxiv'2024 |
1008 | - |
1009 | |
1010 | |
1011 | - |
1012 | - |
1013 | 88.3 |
1014 | 65.7 |
1015 | 69.4 |
1016 | 65.6 |
1017 | 55.3 |
1018 |
1019 |
1020 | MPT |
1021 | TCSVT'2024 |
1022 | - |
1023 | - |
1024 | - |
1025 | - |
1026 | - |
1027 | 76.9 |
1028 | 55.0 |
1029 | 35.5 |
1030 | - |
1031 | 31.3 |
1032 |
1033 |
1034 | MIGTD |
1035 | PR'2024 |
1036 | - |
1037 | - |
1038 | - |
1039 | - |
1040 | - |
1041 | 87.6 |
1042 | 65.8 |
1043 | 72.0 |
1044 | 68.1 |
1045 | 57.2 |
1046 |
1047 |
1048 | Proformer |
1049 | TCSVT'2024 |
1050 | 22 |
1051 | - |
1052 | - |
1053 | 86.8 |
1054 | 62.2 |
1055 | 89.9 |
1056 | 65.7 |
1057 | 67.4 |
1058 | 63.0 |
1059 | 53.3 |
1060 |
1061 |
1062 | AWCM |
1063 | TOMM'2024 |
1064 | 5/1080Ti |
1065 | 89.6 |
1066 | 73.8 |
1067 | - |
1068 | - |
1069 | 79.6 |
1070 | 56.9 |
1071 | |
1072 | |
1073 | |
1074 |
1075 |
1076 | JTPMA |
1077 | INFFUS'2023 |
1078 | 15 |
1079 | 90.7 |
1080 | 75.1 |
1081 | |
1082 | |
1083 | 80.3 |
1084 | 56.2 |
1085 | 53.8 |
1086 | 48.2 |
1087 | 37.3 |
1088 |
1089 |
1090 | FDAFT |
1091 | PRCV'2023 |
1092 | |
1093 | |
1094 | |
1095 | |
1096 | |
1097 | 88.2 |
1098 | 66.4 |
1099 | 68.9 |
1100 | - |
1101 | 55.3 |
1102 |
1103 |
1104 | DFAT |
1105 | INFFUS'2023 |
1106 | 22/RTX2080Ti |
1107 | 89.3 |
1108 | 72.3 |
1109 | - |
1110 | - |
1111 | 75.8 |
1112 | 55.2 |
1113 | - |
1114 | - |
1115 | 33.6 |
1116 |
1117 |
1118 | ViPT |
1119 | CVPR'2023 |
1120 | - |
1121 | - |
1122 | - |
1123 | - |
1124 | - |
1125 | 83.5 |
1126 | 61.7 |
1127 | 65.1 |
1128 | - |
1129 | 52.5 |
1130 |
1131 |
1132 | CMD |
1133 | CVPR'2023 |
1134 | 30/RTX1080Ti |
1135 | 89.2 |
1136 | 73.4 |
1137 | - |
1138 | - |
1139 | 82.4 |
1140 | 58.4 |
1141 | 59.0 |
1142 | 54.6 |
1143 | 46.4 |
1144 |
1145 |
1146 | TBSI |
1147 | CVPR'2023 |
1148 | 36/RTX3080Ti |
1149 | - |
1150 | - |
1151 | 85.3 |
1152 | 62.5 |
1153 | 87.1 |
1154 | 63.7 |
1155 | 69.2 |
1156 | 65.7 |
1157 | 55.6 |
1158 |
1159 |
1160 | BD2Track |
1161 | SPL'2023 |
1162 | - |
1163 | - |
1164 | - |
1165 | - |
1166 | - |
1167 | - |
1168 | - |
1169 | 56.0 |
1170 | - |
1171 | 43.2 |
1172 |
1173 |
1174 | EANet |
1175 | ICMV'2023 |
1176 | |
1177 | |
1178 | |
1179 | - |
1180 | - |
1181 | 83.5 |
1182 | 58.4 |
1183 | 50.6 |
1184 | - |
1185 | 36.7 |
1186 |
1187 |
1188 | SiamTDR |
1189 | TICPS'2023 |
1190 | 127/RTX3090 |
1191 | 88.5 |
1192 | 71.4 |
1193 | - |
1194 | - |
1195 | - |
1196 | - |
1197 | - |
1198 | - |
1199 | - |
1200 |
1201 |
1202 | SiamAFTS |
1203 | ScienticReport'2023 |
1204 | - |
1205 | 84.9 |
1206 | 77.7 |
1207 | 87.3 |
1208 | 56.4 |
1209 | 89.0 |
1210 | 60.2 |
1211 | - |
1212 | - |
1213 | - |
1214 |
1215 |
1216 | UMT |
1217 | AIEA'2023 |
1218 | 3/GTX1080Ti |
1219 | 89.2 |
1220 | 73.0 |
1221 | |
1222 | |
1223 | 84.2 |
1224 | 60.3 |
1225 | 49.3 |
1226 | 43.0 |
1227 | 36.9 |
1228 |
1229 |
1230 | MPDMT |
1231 | ICPR'2023 |
1232 | 40/RTX3080 |
1233 | 90.6 |
1234 | 75.7 |
1235 | |
1236 | |
1237 | 80.6 |
1238 | 58.3 |
1239 | |
1240 | |
1241 | |
1242 |
1243 |
1244 | RSFNet |
1245 | SPL'2023 |
1246 | 83/RTX3090 |
1247 | 92.1 |
1248 | 75.3 |
1249 | - |
1250 | - |
1251 | 86.3 |
1252 | 62.2 |
1253 | 65.9 |
1254 | - |
1255 | 52.6 |
1256 |
1257 |
1258 | QAT |
1259 | ACMMM'2023 |
1260 | 22/ |
1261 | 91.5 |
1262 | 75.5 |
1263 | 86.8 |
1264 | 61.9 |
1265 | 88.4 |
1266 | 64.3 |
1267 | 64.2 |
1268 | 59.6 |
1269 | 50.1 |
1270 |
1271 |
1272 | PRO |
1273 | CCDC'2023 |
1274 | |
1275 | - |
1276 | - |
1277 | 68.0 |
1278 | 47.8 |
1279 | - |
1280 | - |
1281 | - |
1282 | - |
1283 | - |
1284 |
1285 |
1286 | DFNet |
1287 | TIST'2023 |
1288 | |
1289 | 88.1 |
1290 | 71.9 |
1291 | - |
1292 | - |
1293 | 77.2 |
1294 | 51.3 |
1295 | - |
1296 | - |
1297 | - |
1298 |
1299 |
1300 | DTAN |
1301 | Cognitive Computation'2023 |
1302 | 0.5 |
1303 | 88. |
1304 | 71.5 |
1305 | - |
1306 | - |
1307 | 78.2 |
1308 | 55.1 |
1309 | 57.5 |
1310 | 51.6 |
1311 | 41.0 |
1312 |
1313 |
1314 | DECFNet |
1315 | ICMA'2023 |
1316 | 27.6 |
1317 | 90.4 |
1318 | 70.8 |
1319 | - |
1320 | - |
1321 | - |
1322 | - |
1323 | 49.6 |
1324 | - |
1325 | 35.0 |
1326 |
1327 |
1328 | DMSTM |
1329 | TIM'2023 |
1330 | |
1331 | 92.9 |
1332 | 75.9 |
1333 | - |
1334 | - |
1335 | 78.6 |
1336 | 56.2 |
1337 | 54.1 |
1338 | 49.4 |
1339 | 40.0 |
1340 |
1341 |
1342 | SiamFEA |
1343 | JVCIR'2023 |
1344 | |
1345 | 92.0 |
1346 | 76.6 |
1347 | - |
1348 | - |
1349 | 83.7 |
1350 | 61.7 |
1351 | 64.5 |
1352 | - |
1353 | 50.9 |
1354 |
1355 |
1356 | HATFNet |
1357 | Applied Intelligence'2023 |
1358 | 9.8 |
1359 | 91.8/td>
1360 | | 77.3 |
1361 | - |
1362 | - |
1363 | 80.7 |
1364 | 59.5 |
1365 | - |
1366 | - |
1367 | - |
1368 |
1369 |
1370 | MACFT |
1371 | Sensors'2023 |
1372 | 31 |
1373 | - |
1374 | - |
1375 | - |
1376 | - |
1377 | 85.7 |
1378 | 62.2 |
1379 | 65.3 |
1380 | - |
1381 | 51.4 |
1382 |
1383 |
1384 | LCMIT |
1385 | SCIENCE CHINA Information Sciences'2023 |
1386 | |
1387 | 93.9 |
1388 | 74.1 |
1389 | - |
1390 | - |
1391 | 83.1 |
1392 | 57.8 |
1393 | - |
1394 | - |
1395 | - |
1396 |
1397 |
1398 | MMMPT |
1399 | IPT'2023 |
1400 | |
1401 | 90.3 |
1402 | 73.6 |
1403 | - |
1404 | - |
1405 | 79.8 |
1406 | 54.6 |
1407 | 53.0 |
1408 | - |
1409 | 40.0 |
1410 |
1411 |
1412 | MPDMT |
1413 | ICPR'2023 |
1414 | 42 |
1415 | 90.6 |
1416 | 75.7 |
1417 | - |
1418 | - |
1419 | 80.7 |
1420 | 58.3 |
1421 | 53.0 |
1422 | - |
1423 | 40.0 |
1424 |
1425 |
1426 | FSBNet |
1427 | Neural Computing and Applications'2023 |
1428 | 27 |
1429 | 91.3 |
1430 | 72.1 |
1431 | - |
1432 | - |
1433 | 82.4 |
1434 | 56.2 |
1435 | 53.7 |
1436 | - |
1437 | 42.5 |
1438 |
1439 |
1440 | MTNet |
1441 | ICME'2023 |
1442 | - |
1443 | 93.5 |
1444 | 76.0 |
1445 | - |
1446 | - |
1447 | 85.0 |
1448 | 61.9 |
1449 | 60.8 |
1450 | - |
1451 | 47.4 |
1452 |
1453 |
1454 | SiamMFF |
1455 | CACML'2023 |
1456 | - |
1457 | 90.5 |
1458 | 73.6 |
1459 | - |
1460 | - |
1461 | 81.2 |
1462 | 57.3 |
1463 | 60.8 |
1464 | - |
1465 | 47.4 |
1466 |
1467 |
1468 | LSAR |
1469 | TCSVT'2023 |
1470 | - |
1471 | 85.5 |
1472 | 70.3 |
1473 | 77.5 |
1474 | 54.9 |
1475 | 78.4 |
1476 | 55.9 |
1477 | 46.0 |
1478 | - |
1479 | 38.5 |
1480 |
1481 |
1482 | CSMMA |
1483 | Sensors Journal'2023 |
1484 | 20 |
1485 | 89.5 |
1486 | 73.0 |
1487 | - |
1488 | - |
1489 | 77.8 |
1490 | 53.2 |
1491 | - |
1492 | - |
1493 | - |
1494 |
1495 |
1496 | MPLT |
1497 | Arxiv'2023 |
1498 | |
1499 | - |
1500 | - |
1501 | 86.2 |
1502 | 63.0 |
1503 | 88.4 |
1504 | 65.7 |
1505 | 72.0 |
1506 | - |
1507 | 57.1 |
1508 |
1509 |
1510 | CRSP |
1511 | ICIP'2023 |
1512 | - |
1513 | 90.4 |
1514 | 77.2 |
1515 | 74.0 |
1516 | 63.2 |
1517 | - |
1518 | - |
1519 | - |
1520 | - |
1521 | - |
1522 |
1523 |
1524 | GABBP |
1525 | TNNLS'2023 |
1526 | - |
1527 | 90.3 |
1528 | 77.2 |
1529 | 68.6 |
1530 | 68.5 |
1531 | - |
1532 | 59.7 |
1533 | - |
1534 | - |
1535 | - |
1536 |
1537 |
1538 | PLASSO-ADSPF |
1539 | KBS'2023 |
1540 | 63 |
1541 | - |
1542 | - |
1543 | - |
1544 | - |
1545 | 82.7 |
1546 | 59.2 |
1547 | 54.7 |
1548 | - |
1549 | 47.4 |
1550 |
1551 |
1552 | SRCDCF |
1553 | IPT'2023 |
1554 | 53 |
1555 | 83.0 |
1556 | 65.3 |
1557 | 66.3 |
1558 | 47.5 |
1559 | 66.9 |
1560 | 47.8 |
1561 | - |
1562 | - |
1563 | - |
1564 |
1565 |
1566 | MFENet |
1567 | Multimedia Tools and Applications'2023 |
1568 | 1.43 |
1569 | 89.8 |
1570 | 71.9 |
1571 | - |
1572 | - |
1573 | 83.2 |
1574 | 57.1 |
1575 | 51.7 |
1576 | - |
1577 | 37.4 |
1578 |
1579 |
1580 | RMFNet |
1581 | Applied Sciences'2023 |
1582 | 10 |
1583 | 91.1 |
1584 | 76.9 |
1585 | - |
1586 | - |
1587 | 79.4 |
1588 | 58.5 |
1589 | - |
1590 | - |
1591 | - |
1592 |
1593 |
1594 | M2GCI |
1595 | NPL'2023 |
1596 | |
1597 | 90.9 |
1598 | 73.7 |
1599 | - |
1600 | - |
1601 | 79.3 |
1602 | 56.9 |
1603 | - |
1604 | - |
1605 | - |
1606 |
1607 |
1608 | SiamIVFN |
1609 | JMLC'2023 |
1610 | 147 |
1611 | 91.5 |
1612 | 79.3 |
1613 | - |
1614 | - |
1615 | 81.1 |
1616 | 63.2 |
1617 | - |
1618 | - |
1619 | - |
1620 |
1621 |
1622 | STRT |
1623 | Applied Intelligence'2023 |
1624 | 15 |
1625 | 91.3 |
1626 | 74.4 |
1627 | 80.2 |
1628 | 56.8 |
1629 | 83.6 |
1630 | 60.4 |
1631 | 63.6 |
1632 | 59.4 |
1633 | 50.0 |
1634 |
1635 |
1636 | SGF_MDNet+RGBT |
1637 | IET Image Processinge'2023 |
1638 | |
1639 | |
1640 | |
1641 | |
1642 | |
1643 | 73.8 |
1644 | 56.3 |
1645 | |
1646 | |
1647 | |
1648 |
1649 |
1650 | SiamCAF |
1651 | Remote Sensing'2023 |
1652 | |
1653 | 90.6 |
1654 | 73.0 |
1655 | |
1656 | |
1657 | 77.1 |
1658 | 53.7 |
1659 | |
1660 | |
1661 | |
1662 |
1663 |
1664 | TEFNet |
1665 | PRCV'2023 |
1666 | 25.5 |
1667 | |
1668 | |
1669 | |
1670 | |
1671 | |
1672 | |
1673 | 63.1 |
1674 | 59.1 |
1675 | 50.1 |
1676 |
1677 |
1678 | DAPF |
1679 | Multimedia Tools and Applications'2023 |
1680 | 1.16 |
1681 | - |
1682 | |
1683 | - |
1684 | |
1685 | 86.0 |
1686 | 62.0 |
1687 | 71.1 |
1688 | |
1689 | 51.6 |
1690 |
1691 |
1692 | UDT-FF |
1693 | Multimedia Tools and Applications'2023 |
1694 | 71.9 |
1695 | 79.3 |
1696 | 65.1 |
1697 | - |
1698 | |
1699 | 56.1 |
1700 | 41.4 |
1701 | |
1702 | |
1703 | |
1704 |
1705 |
1706 | UMT |
1707 | AIEA'2023 |
1708 | |
1709 | 89.2 |
1710 | 73.0 |
1711 | - |
1712 | |
1713 | 84.2 |
1714 | 60.3 |
1715 | 49.3 |
1716 | 43.0 |
1717 | 36.9 |
1718 |
1719 |
1720 | CSRDCF_RGBT |
1721 | IEEE SENSORS JOURNAL'2023 |
1722 | |
1723 | |
1724 | |
1725 | - |
1726 | |
1727 | 70.7 |
1728 | 51.4 |
1729 | |
1730 | |
1731 | |
1732 |
1733 |
1734 | APFNet |
1735 | AAAI'2022 |
1736 | - |
1737 | 90.5 |
1738 | 73.9 |
1739 | - |
1740 | - |
1741 | 82.7 |
1742 | 57.9 |
1743 | 50.0 |
1744 | - |
1745 | 36.2 |
1746 |
1747 |
1748 | TAAT |
1749 | arxiv'2022 |
1750 | 39/RTX2080Ti |
1751 | 85.8 |
1752 | 69.6 |
1753 | 71.0 |
1754 | 48.6 |
1755 | - |
1756 | - |
1757 | - |
1758 | - |
1759 | - |
1760 |
1761 |
1762 | DMCNet |
1763 | TNNLS'2022 |
1764 | 2.38/RTX2080Ti |
1765 | 90.9 |
1766 | 73.3 |
1767 | 79.7 |
1768 | 55.5 |
1769 | 83.9 |
1770 | 59.3 |
1771 | 49.0 |
1772 | 43.1 |
1773 | 35.5 |
1774 |
1775 |
1776 |
1777 | MFGNet |
1778 | TMM'2022 |
1779 | 3.37/Tesla P100 |
1780 | 88.9 |
1781 | 70.7 |
1782 | 74.9 |
1783 | 49.4 |
1784 | 78.3 |
1785 | 53.5 |
1786 | |
1787 | |
1788 | |
1789 |
1790 |
1791 | HMFT |
1792 | CVPR'2022 |
1793 | 30/GTXTitan |
1794 | 91.2 |
1795 | 74.9 |
1796 | 78.6 |
1797 | 53.5 |
1798 | 78.8 |
1799 | 56.8 |
1800 | 46.0 |
1801 | 41.3 |
1802 | 32.6 |
1803 |
1804 |
1805 | ProTrack |
1806 | ACMMM'2022 |
1807 | - |
1808 | - |
1809 | - |
1810 | - |
1811 | |
1812 | 78.6 |
1813 | 58.7 |
1814 | 50.9 |
1815 | |
1816 | 42.1 |
1817 |
1818 |
1819 | AGMINet |
1820 | TIM'2022 |
1821 | 8.8 |
1822 | 91.7 |
1823 | 73.4 |
1824 | - |
1825 | - |
1826 | 84.0 |
1827 | 59.2 |
1828 | 48.8 |
1829 | 42.9 |
1830 | 34.3 |
1831 |
1832 |
1833 | CMC2R |
1834 | IET Image Processing'2022 |
1835 | |
1836 | |
1837 | |
1838 | - |
1839 | - |
1840 | 73.2 |
1841 | 52.6 |
1842 | |
1843 | |
1844 | |
1845 |
1846 |
1847 | DuSiamRT |
1848 | The Visual Computer'2022 |
1849 | 116 |
1850 | 76.6 |
1851 | 62.8 |
1852 | - |
1853 | - |
1854 | 56.7 |
1855 | 38.4 |
1856 | |
1857 | |
1858 | |
1859 |
1860 |
1861 | SiamCSR |
1862 | IGARSS'2022 |
1863 | 140 |
1864 | 88.2 |
1865 | 70.9 |
1866 | - |
1867 | - |
1868 | 75.4 |
1869 | 53.2 |
1870 | |
1871 | |
1872 | |
1873 |
1874 |
1875 | LRMWT |
1876 | KBS'2022 |
1877 | 24.6 |
1878 | 91.1 |
1879 | 75.3 |
1880 | 80.6 |
1881 | 59.2 |
1882 | 82.5 |
1883 | 61.6 |
1884 | |
1885 | |
1886 | |
1887 |
1888 |
1889 | MIRNet |
1890 | ICME'2022 |
1891 | |
1892 | 90.9 |
1893 | 74.4 |
1894 | |
1895 | |
1896 | 81.6 |
1897 | 58.9 |
1898 | |
1899 | |
1900 | |
1901 |
1902 |
1903 | MBAFNet |
1904 | IEEE Sensors Journal'2022 |
1905 | 15.2 |
1906 | 91.6 |
1907 | 76.7 |
1908 | |
1909 | |
1910 | 80.1 |
1911 | 58.5 |
1912 | |
1913 | |
1914 | |
1915 |
1916 |
1917 | RSF |
1918 | Science China Information Sciences'2022 |
1919 | |
1920 | 86.4 |
1921 | 70.7 |
1922 | |
1923 | |
1924 | 66.6 |
1925 | 48.4 |
1926 | |
1927 | |
1928 | |
1929 |
1930 |
1931 | CF-LG |
1932 | IVC'2022 |
1933 | 32.29 |
1934 | 94.7 |
1935 | 65.5 |
1936 | 71.5 |
1937 | 49.0 |
1938 | 71.7 |
1939 | 49.3 |
1940 | |
1941 | |
1942 | |
1943 |
1944 |
1945 | MFNet |
1946 | IVC'2022 |
1947 | 19 |
1948 | 90.7 |
1949 | 73.5 |
1950 | 71.5 |
1951 | 49.0 |
1952 | 84.4 |
1953 | 60.1 |
1954 | 59.7 |
1955 | 55.4 |
1956 | 46.7 |
1957 |
1958 |
1959 | RLTN |
1960 | JEI'2022 |
1961 | 1.06 |
1962 | 89.3 |
1963 | 73.8 |
1964 | |
1965 | |
1966 | 77.1 |
1967 | 55.5 |
1968 | |
1969 | |
1970 | |
1971 |
1972 |
1973 | TFNet |
1974 | TCSVT'2022 |
1975 | 20 |
1976 | 88.6 |
1977 | 72.9 |
1978 | 77.7 |
1979 | 52.9 |
1980 | 80.6 |
1981 | 56.0 |
1982 | |
1983 | |
1984 | |
1985 |
1986 |
1987 | SCA_MMA |
1988 | ELECTRONICS'2022 |
1989 | 1.3 |
1990 | 90.5 |
1991 | 73.2 |
1992 | |
1993 | |
1994 | 80.2 |
1995 | 56.9 |
1996 | |
1997 | |
1998 | |
1999 |
2000 |
2001 | SiamMFF |
2002 | Machine Vision and Applications'2022 |
2003 | |
2004 | 85.8 |
2005 | 71.1 |
2006 | |
2007 | |
2008 | |
2009 | |
2010 | |
2011 | |
2012 | |
2013 |
2014 |
2015 | JMMAC |
2016 | TIP'2021 |
2017 | 4/RTX2080Ti |
2018 | 90.2 |
2019 | 73.2 |
2020 | - |
2021 | - |
2022 | 79.0 |
2023 | 57.3 |
2024 | - |
2025 | - |
2026 | - |
2027 |
2028 |
2029 | MANet++ |
2030 | TIP'2021 |
2031 | - |
2032 | 90.1 |
2033 | 72.3 |
2034 | - |
2035 | - |
2036 | 80.0 |
2037 | 55.4 |
2038 | 46.7 |
2039 | 40.4 |
2040 | 31.4 |
2041 |
2042 |
2043 | CBPNet |
2044 | TMM'2021 |
2045 | - |
2046 | 88.5 |
2047 | 71.6 |
2048 | - |
2049 | - |
2050 | 79.4 |
2051 | 54.1 |
2052 | - |
2053 | - |
2054 | - |
2055 |
2056 |
2057 | CEDiMP |
2058 | Sensors'2021 |
2059 | - |
2060 | 88.6 |
2061 | 73.1 |
2062 | - |
2063 | - |
2064 | 80.8 |
2065 | 56.1 |
2066 | - |
2067 | - |
2068 | - |
2069 |
2070 |
2071 | FANet |
2072 | TIV'2021 |
2073 | 19/RTX2080Ti |
2074 | 89.1 |
2075 | 72.8 |
2076 | - |
2077 | - |
2078 | 78.7 |
2079 | 55.3 |
2080 | 44.1 |
2081 | 38.4 |
2082 | 30.9 |
2083 |
2084 |
2085 | ADRNet |
2086 | IJCV'2021 |
2087 | 25/RTX2080Ti |
2088 | 90.4 |
2089 | 73.9 |
2090 | - |
2091 | - |
2092 | 80.9 |
2093 | 57.1 |
2094 | - |
2095 | - |
2096 | - |
2097 |
2098 |
2099 | M^5L |
2100 | TIP'2021 |
2101 | - |
2102 | 89.6 |
2103 | 71.0 |
2104 | - |
2105 | - |
2106 | 79.5 |
2107 | 54.2 |
2108 | - |
2109 | - |
2110 | - |
2111 |
2112 |
2113 | SiamCDA |
2114 | TCSVT'2021 |
2115 | - |
2116 | 87.7 |
2117 | 73.2 |
2118 | - |
2119 | - |
2120 | 76.0 |
2121 | 56.9 |
2122 | - |
2123 | - |
2124 | - |
2125 |
2126 |
2127 | EStaple |
2128 | JCSC'2021 |
2129 | 44/AMD3950 |
2130 | - |
2131 | |
2132 | - |
2133 | - |
2134 | 64.8 |
2135 | 47.0 |
2136 | - |
2137 | - |
2138 | - |
2139 |
2140 |
2141 | AFCF |
2142 | TITS'2021 |
2143 | |
2144 | 93.1 |
2145 | 64.0 |
2146 | 65.7 |
2147 | 46.9 |
2148 | 66.4 |
2149 | 47.2 |
2150 | - |
2151 | - |
2152 | - |
2153 |
2154 |
2155 | HDINet |
2156 | IEEE Sensors Journal'2021 |
2157 | |
2158 | 88.8 |
2159 | 71.8 |
2160 | |
2161 | |
2162 | 78.3 |
2163 | 55.9 |
2164 | - |
2165 | - |
2166 | - |
2167 |
2168 |
2169 | NRCMR |
2170 | TNNLS'2021 |
2171 | 7.0 |
2172 | 83.7 |
2173 | 66.4 |
2174 | |
2175 | |
2176 | 72.9 |
2177 | 50.2 |
2178 | - |
2179 | - |
2180 | - |
2181 |
2182 |
2183 | CMMP |
2184 | Neurocomputing'2021 |
2185 | 35.0 |
2186 | 86.9 |
2187 | 71.1 |
2188 | |
2189 | |
2190 | 75.1 |
2191 | 49.1 |
2192 | - |
2193 | - |
2194 | - |
2195 |
2196 |
2197 | MaCNet |
2198 | Sensors'2020 |
2199 | - |
2200 | 88.0 |
2201 | 71.4 |
2202 | - |
2203 | - |
2204 | 79.0 |
2205 | 55.4 |
2206 | 48.2 |
2207 | 42.0 |
2208 | 35.0 |
2209 |
2210 |
2211 | CMPP |
2212 | CVPR'2020 |
2213 | 1.3/RTX2080Ti |
2214 | 92.6 |
2215 | 73.8 |
2216 | - |
2217 | - |
2218 | 82.3 |
2219 | 57.5 |
2220 | - |
2221 | - |
2222 | - |
2223 |
2224 |
2225 | CAT |
2226 | ECCV'2020 |
2227 | - |
2228 | 88.9 |
2229 | 71.7 |
2230 | 79.2 |
2231 | 53.3 |
2232 | 80.4 |
2233 | 56.1 |
2234 | 45.0 |
2235 | 39.5 |
2236 | 31.4 |
2237 |
2238 |
2239 | DSiamMFT |
2240 | 2020 |
2241 | 14.7/RTX1080Ti |
2242 | - |
2243 | - |
2244 | 64.2 |
2245 | 43.2 |
2246 | - |
2247 | - |
2248 | - |
2249 | - |
2250 | - |
2251 |
2252 |
2253 | LDUA-STRCF |
2254 | JVCIR'2020 |
2255 | 12.65 |
2256 | - |
2257 | - |
2258 | 76.0 |
2259 | 54.6 |
2260 | 78.3 |
2261 | 58.1 |
2262 | - |
2263 | - |
2264 | - |
2265 |
2266 |
2267 | MECF |
2268 | ICMCCE'2020 |
2269 | 11 |
2270 | - |
2271 | - |
2272 | 69.0 |
2273 | 50.2 |
2274 | |
2275 | |
2276 | - |
2277 | - |
2278 | - |
2279 |
2280 |
2281 | mfDiMP |
2282 | ICCVW'2019 |
2283 | 28/GTXTitan |
2284 | - |
2285 | - |
2286 | 78.6 |
2287 | 55.5 |
2288 | 78.5 |
2289 | 55.9 |
2290 | 44.8 |
2291 | 39.5 |
2292 | 34.3 |
2293 |
2294 |
2295 | MANet |
2296 | ICCVW'2019 |
2297 | - |
2298 | 89.4 |
2299 | 72.4 |
2300 | - |
2301 | - |
2302 | 77.7 |
2303 | 53.9 |
2304 | 45.7 |
2305 | - |
2306 | 33.0 |
2307 |
2308 |
2309 | DAPNet |
2310 | ACM MM'2019 |
2311 | - |
2312 | 88.2 |
2313 | 70.7 |
2314 | - |
2315 | - |
2316 | 76.6 |
2317 | 53.7 |
2318 | 43.1 |
2319 | - |
2320 | 31.4 |
2321 |
2322 |
2323 | DAFNet |
2324 | ICCVW'2019 |
2325 | - |
2326 | 89.1 |
2327 | 71.2 |
2328 | - |
2329 | - |
2330 | 79.6 |
2331 | 54.4 |
2332 | 44.8 |
2333 | 39.0 |
2334 | 31.1 |
2335 |
2336 |
2337 | SiamFT |
2338 | IEEE Access'2019 |
2339 | 30/RTX1080Ti |
2340 | 82.6 |
2341 | 70.0 |
2342 | - |
2343 | - |
2344 | 68.8 |
2345 | 48.6 |
2346 | - |
2347 | - |
2348 | - |
2349 |
2350 |
2351 | CMCFT |
2352 | Neurocomputing'2019 |
2353 | |
2354 | 77.0 |
2355 | 63.2 |
2356 | 52.9 |
2357 | 36.6 |
2358 | |
2359 | |
2360 | - |
2361 | - |
2362 | - |
2363 |
2364 |
2365 | LGMG |
2366 | TCSVT'2019 |
2367 | 7 |
2368 | 82.9 |
2369 | 65.5 |
2370 | 71.1 |
2371 | 46.8 |
2372 | 68.8 |
2373 | 48.6 |
2374 | - |
2375 | - |
2376 | - |
2377 |
2378 |
2379 | LTODA |
2380 | Arxiv'2019 |
2381 | |
2382 | 84.3 |
2383 | 67.7 |
2384 | |
2385 | |
2386 | 76.7 |
2387 | 54.5 |
2388 | - |
2389 | - |
2390 | - |
2391 |
2392 |
2393 | fusionnet |
2394 | | NeuroComputing'2018 |
2395 | - |
2396 | 85.2 |
2397 | 62.6 |
2398 | - |
2399 | - |
2400 | - |
2401 | - |
2402 | - |
2403 | - |
2404 | - |
2405 |
2406 |
2407 | CMR |
2408 | | ECCV'2018 |
2409 | - |
2410 | 82.7 |
2411 | 64.3 |
2412 | 69.4 |
2413 | 46.3 |
2414 | - |
2415 | - |
2416 | - |
2417 | - |
2418 | - |
2419 |
2420 |
2421 | SCCF |
2422 | | PRCV'2018 |
2423 | - |
2424 | 85.0 |
2425 | 68.1 |
2426 | |
2427 | |
2428 | - |
2429 | - |
2430 | - |
2431 | - |
2432 | - |
2433 |
2434 |
2435 | LMDCN |
2436 | | CISP'2018 |
2437 | - |
2438 | |
2439 | |
2440 | |
2441 | |
2442 | 61.7 |
2443 | 38.7 |
2444 | - |
2445 | - |
2446 | - |
2447 |
2448 |
2449 | TMGRMR |
2450 | | Signal Processing: Image Communication'2018 |
2451 | 7 |
2452 | 84.2 |
2453 | 62.2 |
2454 | |
2455 | |
2456 | |
2457 | |
2458 | - |
2459 | - |
2460 | - |
2461 |
2462 |
2463 |
2464 | ### VTUAV/VOT-RGBT2019/2020
2465 |
2466 |
2467 |
2468 | |
2469 | |
2470 | |
2471 | VTUAV |
2472 | VOT-RGBT2019 |
2473 | VOT-RGBT2020 |
2474 |
2475 |
2476 | Methods |
2477 | Venue |
2478 | Speed |
2479 | PR |
2480 | NPR |
2481 | SR |
2482 | R |
2483 | A |
2484 | EAO |
2485 | R |
2486 | A |
2487 | EAO |
2488 |
2489 |
2490 | TVTracker |
2491 | KBS'2025 |
2492 | 9.58/A100 |
2493 | 85.1 |
2494 | |
2495 | 72.8 |
2496 | |
2497 | |
2498 | |
2499 | |
2500 | |
2501 | |
2502 |
2503 |
2504 | IAMTrack |
2505 | Applied Intelligence'2025 |
2506 | 15.1/TeslaT4 |
2507 | 83.3 |
2508 | |
2509 | 71.8 |
2510 | |
2511 | |
2512 | |
2513 | |
2514 | |
2515 | |
2516 |
2517 |
2518 | SiamTFA |
2519 | TITS'2024 |
2520 | 37/3090Ti |
2521 | 82.1 |
2522 | |
2523 | 67.9 |
2524 | |
2525 | |
2526 | |
2527 | |
2528 | |
2529 | |
2530 |
2531 |
2532 | MCSSFANet |
2533 | MCSSAFNet'2024 |
2534 | 37/3090GPU |
2535 | 83.6 |
2536 | |
2537 | 75.3 |
2538 | |
2539 | |
2540 | |
2541 | |
2542 | |
2543 | |
2544 |
2545 |
2546 | EMTrack |
2547 | TSCVT'2024 |
2548 | 29.1/CPU |
2549 | 71.3 |
2550 | |
2551 | 49.5 |
2552 | |
2553 | |
2554 | |
2555 | |
2556 | |
2557 | |
2558 |
2559 |
2560 | TBSI-E |
2561 | TPAMI'2024 |
2562 | 58.3/3080Ti |
2563 | 88.1 |
2564 | |
2565 | 73.2 |
2566 | |
2567 | |
2568 | |
2569 | |
2570 | |
2571 | |
2572 |
2573 |
2574 | S2OTFormer |
2575 | ACMTOMM'2024 |
2576 | 40/3090Ti |
2577 | 56.7 |
2578 | |
2579 | 44.5 |
2580 | |
2581 | |
2582 | |
2583 | |
2584 | |
2585 | |
2586 |
2587 |
2588 | AINet |
2589 | arxiv'2024 |
2590 | 37.5/4090 |
2591 | 88.0 |
2592 | |
2593 | 75.3 |
2594 | |
2595 | |
2596 | |
2597 | |
2598 | |
2599 | |
2600 |
2601 |
2602 | CAFormer |
2603 | Arxiv'2024 |
2604 | 83.6/RTX3080Ti |
2605 | 88.6 |
2606 | |
2607 | 76.2 |
2608 | |
2609 | |
2610 | |
2611 | |
2612 | |
2613 | |
2614 |
2615 |
2616 | CKD |
2617 | ACMMM'2024 |
2618 | 96.4/4090 |
2619 | 90.2 |
2620 | |
2621 | 77.8 |
2622 | |
2623 | |
2624 | |
2625 | |
2626 | |
2627 | |
2628 |
2629 |
2630 | MMSTC |
2631 | TIP'2024 |
2632 | |
2633 | 83.9 |
2634 | |
2635 | 67.7 |
2636 | |
2637 | |
2638 | |
2639 | |
2640 | |
2641 | |
2642 |
2643 |
2644 | MELT |
2645 | ACMTOMM'2024 |
2646 | 20 |
2647 | 68.3 |
2648 | |
2649 | 55.6 |
2650 | 83.2 |
2651 | 65.2 |
2652 | 50.8 |
2653 | |
2654 | |
2655 | |
2656 |
2657 |
2658 | MIGTD |
2659 | PR'2024 |
2660 | 26.9 |
2661 | 88.3 |
2662 | - |
2663 | 75.5 |
2664 | - |
2665 | - |
2666 | - |
2667 | - |
2668 | - |
2669 | - |
2670 |
2671 |
2672 | Proformer |
2673 | TCSVT'2024 |
2674 | 22 |
2675 | 84.6 |
2676 | - |
2677 | 71.0 |
2678 | - |
2679 | - |
2680 | - |
2681 | - |
2682 | - |
2683 | - |
2684 |
2685 |
2686 | IPL |
2687 | Arxiv'2024 |
2688 | - |
2689 | 87.5 |
2690 | - |
2691 | 75.6 |
2692 | - |
2693 | - |
2694 | - |
2695 | - |
2696 | - |
2697 | - |
2698 |
2699 |
2700 | MPT |
2701 | TCSVT'2024 |
2702 | - |
2703 | 66.1 |
2704 | - |
2705 | 54.1 |
2706 | 57.2 |
2707 | 79.1 |
2708 | 35.6 |
2709 | - |
2710 | - |
2711 | - |
2712 |
2713 |
2714 | MPLKD |
2715 | Arxiv'2024 |
2716 | 81.8/RTX3090 |
2717 | 80.2 |
2718 | - |
2719 | 67.4 |
2720 | - |
2721 | - |
2722 | - |
2723 | - |
2724 | - |
2725 | - |
2726 |
2727 | QueryTrack |
2728 | TIP'2024 |
2729 | 27/RTX A6000 |
2730 | 75.5 |
2731 | - |
2732 | 63.3 |
2733 | - |
2734 | - |
2735 | - |
2736 | - |
2737 | - |
2738 | - |
2739 |
2740 |
2741 | UStrack |
2742 | IJCAI'2024 |
2743 | 84.2 |
2744 | 86.9 |
2745 | |
2746 | 74.4 |
2747 | |
2748 | |
2749 | |
2750 | |
2751 | |
2752 | |
2753 |
2754 |
2755 | AFter |
2756 | Arxiv'2024 |
2757 | RTX 4090/23 |
2758 | 84.9 |
2759 | - |
2760 | 72.5 |
2761 | - |
2762 | - |
2763 | - |
2764 | - |
2765 | - |
2766 | - |
2767 |
2768 |
2769 | CAFF |
2770 | JSEE'2024 |
2771 | - |
2772 | - |
2773 | - |
2774 | - |
2775 | 56.9 |
2776 | 52.9 |
2777 | 30.0 |
2778 | - |
2779 | - |
2780 | - |
2781 |
2782 |
2783 | DBDFAN |
2784 | Drones'2023 |
2785 | 31.2 |
2786 | 64.2 |
2787 | - |
2788 | 51.6 |
2789 | - |
2790 | - |
2791 | - |
2792 | - |
2793 | - |
2794 | - |
2795 |
2796 |
2797 | DFAT |
2798 | INFFUS'2023 |
2799 | 22/RTX2080Ti |
2800 | - |
2801 | - |
2802 | - |
2803 | 67.0 |
2804 | 75.6 |
2805 | 41.3 |
2806 | 67.2 |
2807 | 77.9 |
2808 | 39.0 |
2809 |
2810 |
2811 | DTAT |
2812 | JIPS'2023 |
2813 | |
2814 | 61.3 |
2815 | - |
2816 | 51.2. |
2817 | - |
2818 | - |
2819 | - |
2820 | - |
2821 | - |
2822 | - |
2823 |
2824 |
2825 | MACFT |
2826 | Sensors'2023 |
2827 | 31 |
2828 | 80.1/td>
2829 | | - |
2830 | 66.8 |
2831 | - |
2832 | - |
2833 | - |
2834 | - |
2835 | - |
2836 | - |
2837 |
2838 |
2839 | LSAR |
2840 | TCSVT'2023 |
2841 | 8 |
2842 | 42.7/td>
2843 | | - |
2844 | 36.3 |
2845 | 81.1 |
2846 | 61.6 |
2847 | 40.0 |
2848 | - |
2849 | - |
2850 | - |
2851 |
2852 |
2853 | CSMMA |
2854 | Sensors Journal'2023 |
2855 | 20 |
2856 | - |
2857 | - |
2858 | - |
2859 | 66.1 |
2860 | 60.5 |
2861 | 38.7 |
2862 | - |
2863 | - |
2864 | - |
2865 |
2866 |
2867 | STRT |
2868 | Applied Intelligence'2023 |
2869 | 15/GTX1080Ti |
2870 | 69.2 |
2871 | - |
2872 | 57.2 |
2873 | - |
2874 | - |
2875 | - |
2876 | - |
2877 | - |
2878 | - |
2879 |
2880 |
2881 | LCMIT |
2882 | SCIENCE CHINA Information Sciences'2023 |
2883 | |
2884 | -/td>
2885 | | - |
2886 | - |
2887 | 71.6 |
2888 | 62.5 |
2889 | 38.1 |
2890 | - |
2891 | - |
2892 | - |
2893 |
2894 |
2895 | MMMPT |
2896 | IPT'2023 |
2897 | |
2898 | 73.1/td>
2899 | | - |
2900 | 60.2 |
2901 | - |
2902 | - |
2903 | - |
2904 | - |
2905 | - |
2906 | - |
2907 |
2908 |
2909 | PLASSO-ADSPF |
2910 | KBS'2023 |
2911 | 63 |
2912 | - |
2913 | - |
2914 | - |
2915 | - |
2916 | - |
2917 | - |
2918 | 81.2 |
2919 | 67.0 |
2920 | 49.9 |
2921 |
2922 |
2923 | SRCDCF |
2924 | IPT'2023 |
2925 | 53 |
2926 | - |
2927 | - |
2928 | - |
2929 | - |
2930 | - |
2931 | - |
2932 | 72.0 |
2933 | 61.7 |
2934 | 37.0 |
2935 |
2936 |
2937 | SiamCAF |
2938 | Remote Sensing'2023 |
2939 | |
2940 | 67.0 |
2941 | |
2942 | 54.1 |
2943 | |
2944 | |
2945 | |
2946 | |
2947 | |
2948 | |
2949 |
2950 |
2951 | QAT |
2952 | ACMMM'2023 |
2953 | 22/ |
2954 | 80.1 |
2955 | - |
2956 | 66.7 |
2957 | - |
2958 | - |
2959 | - |
2960 | - |
2961 | - |
2962 | - |
2963 |
2964 |
2965 | TEFNet |
2966 | PRCV'2023 |
2967 | 25.5 |
2968 | 75.8 |
2969 | |
2970 | 64.9 |
2971 | |
2972 | |
2973 | |
2974 | |
2975 | |
2976 | |
2977 |
2978 |
2979 | CSRDCF_RGBT |
2980 | IEEE SENSORS JOURNAL'2023 |
2981 | |
2982 | 65.3 |
2983 | |
2984 | 56.1 |
2985 | |
2986 | |
2987 | |
2988 | |
2989 | |
2990 | |
2991 |
2992 |
2993 | TAAT |
2994 | arxiv'2022 |
2995 | 39/RTX2080Ti |
2996 | 69.6 |
2997 | - |
2998 | 56.0 |
2999 | 64.3 |
3000 | 73.5 |
3001 | 41.6 |
3002 | - |
3003 | - |
3004 | - |
3005 |
3006 |
3007 | HMFT |
3008 | CVPR'2022 |
3009 | 30/GTXTitan |
3010 | 75.8 |
3011 | - |
3012 | 62.7 |
3013 | 55.3 |
3014 | 76.0 |
3015 | 34.7 |
3016 | - |
3017 | - |
3018 | - |
3019 |
3020 |
3021 | TFNet |
3022 | TCSVT'2022 |
3023 | 20 |
3024 | |
3025 | |
3026 | |
3027 | 59.4 |
3028 | 46.2 |
3029 | 28.8 |
3030 | |
3031 | |
3032 | |
3033 |
3034 |
3035 | JMMAC |
3036 | TIP'2021 |
3037 | 4/RTX2080Ti |
3038 | - |
3039 | - |
3040 | - |
3041 | 66.5 |
3042 | 82.1 |
3043 | 48.3 |
3044 | 66.2 |
3045 | 81.8 |
3046 | 42.0 |
3047 |
3048 |
3049 | MANet++ |
3050 | TIP'2021 |
3051 | - |
3052 | - |
3053 | - |
3054 | - |
3055 | 50.9 |
3056 | 53.8 |
3057 | 27.2 |
3058 | - |
3059 | - |
3060 | - |
3061 |
3062 |
3063 | FANet |
3064 | TIV'2021 |
3065 | 19/RTX2080Ti |
3066 | - |
3067 | - |
3068 | - |
3069 | 47.2 |
3070 | 50.8 |
3071 | 24.7 |
3072 | - |
3073 | - |
3074 | - |
3075 |
3076 |
3077 | ADRNet |
3078 | IJCV'2021 |
3079 | 25/RTX2080Ti |
3080 | 62.2 |
3081 | - |
3082 | 46.6 |
3083 | 62.2 |
3084 | 76.6 |
3085 | 39.6 |
3086 | - |
3087 | - |
3088 | - |
3089 |
3090 |
3091 | SiamCDA |
3092 | TCSVT'2021 |
3093 | - |
3094 | - |
3095 | - |
3096 | - |
3097 | 68.2 |
3098 | 75.7 |
3099 | 42.4 |
3100 | - |
3101 | - |
3102 | - |
3103 |
3104 |
3105 | MaCNet |
3106 | Sensors'2020 |
3107 | - |
3108 | - |
3109 | - |
3110 | - |
3111 | 54.5 |
3112 | 59.1 |
3113 | 30.5 |
3114 | - |
3115 | - |
3116 | - |
3117 |
3118 |
3119 | mfDiMP |
3120 | ICCVW'2019 |
3121 | 28/GTXTitan |
3122 | 67.3 |
3123 | - |
3124 | 55.4 |
3125 | 60.2 |
3126 | 80.4 |
3127 | 38.8 |
3128 | 63.8 |
3129 | 79.3 |
3130 | 38.0 |
3131 |
3132 |
3133 | MANet |
3134 | ICCVW'2019 |
3135 | - |
3136 | 45.5 |
3137 | 38.3 |
3138 | 32.6 |
3139 | 58.2 |
3140 | 70.1 |
3141 | 34.6 |
3142 | - |
3143 | - |
3144 | - |
3145 |
3146 |
3147 | DAPNet |
3148 | ACM MM'2019 |
3149 | - |
3150 | 43.1 |
3151 | 38.3 |
3152 | 31.4 |
3153 | - |
3154 | - |
3155 | - |
3156 | - |
3157 | - |
3158 | - |
3159 |
3160 |
3161 | DAFNet |
3162 | ICCVW'2019 |
3163 | - |
3164 | 62.0 |
3165 | - |
3166 | 45.8 |
3167 | - |
3168 | - |
3169 | - |
3170 | - |
3171 | - |
3172 | - |
3173 |
3174 |
3175 | FSRPN |
3176 | 2019 |
3177 | - |
3178 | 65.3 |
3179 | - |
3180 | 54.4 |
3181 | - |
3182 | - |
3183 | 35.5 |
3184 | - |
3185 | - |
3186 | - |
3187 |
3188 |
3189 | SiamFT |
3190 | IEEE Access'2019 |
3191 | 30/RTX1080Ti |
3192 | - |
3193 | - |
3194 | - |
3195 | 63.0 |
3196 | 63.9 |
3197 | 31.0 |
3198 | - |
3199 | - |
3200 | - |
3201 |
3202 |
3203 |
3204 | -----
3205 | ## Methods
3206 |
3207 | -----
3208 | ## Competitions
3209 |
3210 | 1. [AntiUAV 1st](https://anti-uav.github.io/)
3211 | The first AntiUAV challenge is a multi-modal challenge. It was held in 2020. The website for the 1st AntiUAV is covered by the newest one. The winner is team *xiaobaibai*. One of its member is [Tianyang Xu](https://xu-tianyang.github.io/)
3212 | 2. [VOT-RGBT2019](https://votchallenge.net/vot2019/)
3213 | The first competition in the RGBT tracking community. It was held in 2019. The winner is *SiamDW*.
3214 | 3. [VOT-RGBT2020]
3215 | A competition in the RGBT tracking community. It was held in 2020. The winner is *DFAT*. One of its member is [Zhangyong Tang](https://github.com/Zhangyong-Tang/)
3216 |
3217 | -----
3218 | ## Contributors
3219 | - [Zhangyong Tang](https://github.com/Zhangyong_Tang)
3220 | - [PRCI-Lab](https://github.com/PRCI-Lab)
3221 |
3222 | **Questions**
3223 |
3224 | If you have any questions, please contact zhangyong_tang_jnu@163.com, and wechat: Tzy18861871359 is also welcomed.
3225 |
3226 |
3227 |
3228 |
3229 |
--------------------------------------------------------------------------------