Article(id=1249044017594442132, tenantId=1146029695717560320, journalId=1249024232475115590, issueId=1249044006114628363, articleNumber=null, orderNo=null, doi=10.11834/jig.240750, pmid=null, cstr=null, oa=null, hot=null, price=null, onlineType=0, articleFormat=0, articleType=null, articleTypeStr=null, receivedDate=1734451200000, receivedDateStr=2024-12-18, revisedDate=1746374400000, revisedDateStr=2025-05-05, acceptedDate=null, acceptedDateStr=null, onlineDate=1775724899909, onlineDateStr=2026-04-09, pubDate=1765814400000, pubDateStr=2025-12-16, doiRegisterDate=null, doiRegisterDateStr=null, onlineIssueDate=1775724899909, onlineIssueDateStr=2026-04-09, onlineJustAcceptDate=null, onlineJustAcceptDateStr=null, onlineFirstDate=null, onlineFirstDateStr=null, sourceXml=null, magXml=null, createTime=1775724899909, creator=13041195026, updateTime=1775724899909, updator=13041195026, issue=Issue{id=1249044006114628363, tenantId=1146029695717560320, journalId=1249024232475115590, year='2025', volume='30', issue='12', pageStart='3707', pageEnd='3968', issueExtLink='null', onlineDate='null', pubDate='null', beforeIssueId=null, nextIssueId=null, price=null, status=1, issueComplete=1, articleOrder=1, issueType=1, specialIssue=null, createTime=1775724897161, creator=13041195026, updateTime=1775726353303, updator=13041195026, preIssue=null, nextIssue=null, ext={EN=IssueExt(id=1249050113662984471, tenantId=1146029695717560320, journalId=1249024232475115590, issueId=1249044006114628363, language=EN, specialIssueTitle=, coverIllustrator=null, specialIssueEditor=, specialIssueAbout=), CN=IssueExt(id=1249050113667178776, tenantId=1146029695717560320, journalId=1249024232475115590, issueId=1249044006114628363, language=CN, specialIssueTitle=, coverIllustrator=null, specialIssueEditor=, specialIssueAbout=)}, issueFiles=null}, startPage=3740, endPage=3759, ext={EN=ArticleExt(id=1249044021478367652, articleId=1249044017594442132, tenantId=1146029695717560320, journalId=1249024232475115590, language=EN, title=Single target tracking in satellite videos, columnId=1249044010699002654, journalTitle=Journal of Image and Graphics, columnName=Review, runingTitle=null, highlight=null, articleAbstract=
In recent years, single-object tracking in satellite videos has gained substantial attention and plays a pivotal role in military and civilian domains. This tracking has found applications in urban-scale disaster relief, public security surveillance, and the monitoring of emergency events, among others. However, due to a combination of factors, such as small target size, interference from similar targets, motion blur, and complex backgrounds, single-object tracking in satellite videos presents numerous challenges. Aiming to promote further exploration in this domain by scholars domestically and internationally, this paper comprehensively reviews and critically analyzes the current state of the art in satellite video-based single-object tracking. Considering challenges and advantages, video satellites offer an expansive field of view. Targets such as vehicles typically occupy only a few to a dozen pixels in satellite videos, with limited distinguishing features or textures. Additionally, satellite videos contain many targets, and the distinguishability between the targets of interest and interfering objects is poor, presenting a high degree of similarity. Moreover, target blurring may occur due to their rapid target movement or satellite platform jitter. When the moving target is inconspicuous and background information overshadows target features, tracking failure is likely to occur. However, compared to ground-based or low-altitude videos, satellite video-based object tracking offers certain advantages. For example, external factors related to the target, such as the camera perspective, are relatively stable, aiding tracking algorithms in maintaining a consistent lock on the target. Most objects in satellite videos are rigid and rarely undergo substantial deformation during tracking. Additionally, the aspect ratios of targets remain approximately consistent across video frames, reducing the potential for algorithmic confusion. The motion of targets is typically straightforward, with trajectories generally following straight lines or smooth curves, enabling the prediction of target positions based on historical motion data. Regarding the development of tracking methods, this paper reviews the evolution of single-object tracking methods for satellite videos and highlights typical tracking paradigms, including generative-based approaches, correlation filter-based methods, and deep learning-based techniques. Deep learning-based tracking methods can be further classified into convolutional neural network (CNN)-based and Transformer-based methods. In contrast to the hand-crafted features employed in correlation filter-based methods, CNNs can extract more comprehensive and robust features, thereby enhancing target tracking performance. In recent years, an increasing number of scholars have applied CNNs to satellite video object tracking tasks. However, when processing high-resolution images, long time-series data, and complex backgrounds, which are common in satellite videos, CNNs exhibit certain limitations. Aiming to address these limitations, Transformers have been gradually introduced into satellite video object tracking. Transformers can capture global spatial information and long-term temporal dependencies, offering a promising alternative for improving tracking accuracy in complex scenarios. Regarding datasets and evaluation metrics, this study compiles existing single-object tracking datasets for satellite videos, along with commonly adopted performance evaluation metrics. Prominent datasets in this field include XDU-BDSTU, video satellite objects(VISO), SatSOT, and the oriented object tracking benchmark(OOTB). Among them, the VISO dataset is the largest in scale, comprising training and test subsets. The XDU-BDSTU dataset features images with a large swath width, making it suitable for long-term tracking tasks. The OOTB dataset provides annotations using rotated bounding boxes, which accurately represents the actual target geometry. The main performance evaluation metrics include precision, success rate, and frame rate, which collectively assess tracking methods in terms of tracking accuracy and speed. Aiming to evaluate the applicability of various tracking algorithms across different scenarios, this paper selects 18 algorithms for performance evaluation and analysis on a self-constructed test set. Experimental results highlight the critical roles of motion estimation, temporal information utilization, and background information exploitation in satellite video object tracking. Specifically, the correlation filter with motion estimation(CFME) algorithm leverages historical motion information of the target to enhance tracking performance, while the Trdimp algorithm incorporates temporal and background information, yielding favorable outcomes. When a vehicle makes a turn, the hand-crafted features employed by the correlation filter-based method CFME lack rotational invariance and are poorly equipped to handle changes in the target’s bounding box due to rotation, resulting in suboptimal tracking performance. Conversely, methods such as Trdimp and Trsiam directly estimate the target’s bounding box, while approaches such as siamese region proposal network(SiamRPN) and SiamRPN++ predefine anchor boxes with different aspect ratios, effectively addressing the challenge of in-plane rotation. Finally, in terms of future perspectives, this paper outlines the anticipated trajectory of single-object tracking algorithms for satellite videos across several key dimensions: standardizing evaluation metrics for tracking results, developing large-scale and high-quality satellite video object tracking datasets, devising models specifically tailored to satellite video tracking challenges, and enabling robust long-term tracking capabilities. In the domain of general video target tracking, commonly used evaluation metrics include those from the OTB and VOT benchmarks. For satellite video target tracking, scholars predominantly adopt the precision and success rate metrics defined by the OTB evaluation framework. In the OTB metrics for general videos, the precision threshold is customarily set to 20 pixels, and the success rate is evaluated based on the area under the curve (AUC) of the overlap score. However, in satellite video target tracking, researchers often adopt varying threshold settings, which hinders the objective evaluation of algorithms under a unified standard. Thus, standardizing evaluation metrics for tracking results is essential for the advancement of satellite video single-object tracking. Before the emergence of large-scale test datasets, most studies in satellite video object tracking verified algorithms using only a few targets, which restricted comprehensive algorithm performance assessment. Moreover, the use of different test dataset across studies has further hindered direct comparisons between algorithms. Consequently, the development of large-scale, high-quality satellite video object tracking datasets is urgently needed, not only for effective model training, but also for model testing and performance benchmarking. Future research could benefit from rapidly assimilating the latest advancements in general video object tracking domain and adapting them to the unique characteristics of satellite videos. Given the rich background information and the continuous, linear nature of target motion trajectories between adjacent frames in satellite videos, these priors can be fully leveraged to explore global spatial and temporal information, thereby enhancing tracking accuracy. Furthermore, techniques such as knowledge distillation, network pruning, and neural architecture search hold considerable potential for autonomously constructing streamlined, low-complexity models specifically tailored to satellite video single-object tracking. These approaches can enable high-precision, real-time target tracking under constrained computation resources. In contrast to ground-based surveillance videos, satellite videos offer broad coverage, making it possible to track trajectories across entire urban areas. However, in such large-scale scenarios, multiple challenges, such as occlusion, interference from similar objects, motion blur, illumination variation, and target rotation, often occur simultaneously. Aiming to address the demands of real-world applications, the development of satellite video tracking algorithms capable of simultaneously addressing these challenges is imperative.
, correspAuthors=Yinxin He, authorNote=null, correspAuthorsNote=null, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=null, magXml=null, pdfUrl=null, pdf=null, pdfFileSize=null, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=null, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=null, mapNumber=null, authorCompany=null, fund=null, authors=null, authorsList=Taofeng Gao, Yinxin He, Xueliang Ma, Zilai Lu, Shiyong Peng, Yang Liu), CN=ArticleExt(id=1249044036217152138, articleId=1249044017594442132, tenantId=1146029695717560320, journalId=1249024232475115590, language=CN, title=卫星视频单目标跟踪综述, columnId=1249044010992603937, journalTitle=中国图象图形学报, columnName=综述, runingTitle=null, highlight=null, articleAbstract=
基于卫星视频的单目标跟踪受到广泛关注,在军事和民用领域发挥着重要作用,可用于城市尺度下的灾害救援、治安防范以及突发事件监控等,但受目标尺寸小、相似目标干扰、运动模糊和背景复杂等因素影响,面临诸多挑战。为便于更多学者对该领域进行探索,本文对卫星视频单目标跟踪研究现状进行梳理和分析。首先,阐述该领域的挑战与优势。视频卫星视野范围大,车辆等目标在卫星视频中仅占几个或十几个像素,特征和纹理稀少,此外卫星视频中目标数量较多,目标与干扰物间的可区分性差,相似性较高,存在目标的快速移动或卫星平台的抖动导致目标模糊的情况,以及目标存在于复杂背景中,当运动目标本身不明显、背景信息比目标信息更加突出时,会导致跟踪失败。但相对于地面或低空视频,基于卫星视频的目标跟踪又有一定的优势,比如:目标的外部条件,如摄像机视角等相对稳定、卫星视频中的目标多为刚性目标,在跟踪过程中很少发生严重变形、目标的运动状态简单明了,运动轨迹多为直线或平滑的曲线。其次,总结典型的跟踪方法。包括基于生成式、基于相关滤波和基于深度学习的方法,介绍解决特征稀少、遮挡、相似目标干扰等问题的相关研究。然后,归纳现有卫星视频单目标跟踪数据集和常用性能评价指标。卫星视频目标跟踪数据集主要有XDU-BDSTU、VISO(video satellite objects)、SatSOT 、OOTB(the oriented object tracking benchmark)。其中VISO数据集规模最大,包括训练集和测试集,XDU-BDSTU数据集的影像幅宽大,适用于长时跟踪,OOTB数据集的目标标注为旋转框,更加贴合目标。性能评价指标主要有精确率、成功率和帧率。此外,在自制的测试集上对典型单目标跟踪方法进行性能评测与分析。实验结果表明,运动估计、时序信息以及背景信息的利用对卫星视频目标跟踪任务较为重要。最后,从统一跟踪结果评价指标、更大规模的高质量卫星视频目标跟踪数据集,以及更适合于卫星视频单目标跟踪的模型、长时跟踪几个方面展望了卫星视频单目标跟踪算法的未来发展趋势。
, correspAuthors=何银鑫, authorNote=null, correspAuthorsNote=
, copyrightStatement=null, copyrightOwner=null, extLink=null, articleAbsUrl=null, sourceXml=9gHczYMAhxNtWfaIaqDRjA==, magXml=CC+c1L2UUVN8mYdv3UU3vg==, pdfUrl=null, pdf=gRgW1NQLqsMgi9G2rROhUg==, pdfFileSize=19909169, pdfExtLink=null, richHtmlUrl=null, mobilePdfUrl=null, reviewReport=null, pdfFirstPage=null, abstractGraph=N4A8KWYnuMiYIfGXYif+tA==, abstractGraphContent=null, abstractVideo=null, citation=null, cebUrl=null, magXmlContent=zbS17YRofrSW8bmCVuPF3g==, mapNumber=null, authorCompany=null, fund=null, authors=
, authorsList=高桃峰, 何银鑫, 马学良, 卢自来, 彭世勇, 刘洋)}, authors=[Author(id=1249044037534163654, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, orderNo=0, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=407000225@qq.com, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1249044037739684560, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044037534163654, language=EN, stringName=Taofeng Gao, firstName=Taofeng, middleName=null, lastName=Gao, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044037987148503, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044037534163654, language=CN, stringName=高桃峰, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1四川省交通勘察设计研究院有限公司,成都610017, bio={"content":"
高桃峰,男,高级工程师,主要研究方向为空—天—地多源协同交通工程勘测与应用。E-mail: 407000225@qq.com
"}, bioImg=null, bioContent=
高桃峰,男,高级工程师,主要研究方向为空—天—地多源协同交通工程勘测与应用。E-mail: 407000225@qq.com
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044036905018025, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=1, ext=[AuthorCompanyExt(id=1249044036938572460, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China), AuthorCompanyExt(id=1249044036984709806, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1四川省交通勘察设计研究院有限公司,成都610017)])]), Author(id=1249044038150726365, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, orderNo=1, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=heyinxin@my.swjtu.edu.cn, emailSecond=null, emailThird=null, correspondingAuthor=1, authorType=1, ext={EN=AuthorExt(id=1249044038360441577, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044038150726365, language=EN, stringName=Yinxin He, firstName=Yinxin, middleName=null, lastName=He, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, 2, *, address=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China
2Faculty of Geosciences and Engineering, Southwest Jiaotong University, Chengdu611756, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044038570156783, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044038150726365, language=CN, stringName=何银鑫, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, 2, *, address=
1四川省交通勘察设计研究院有限公司,成都610017
2西南交通大学地球科学与工程学院,成都611756, bio={"content":"
何银鑫,通信作者,男,工程师,主要研究方向为深度学习、目标跟踪、遥感信息智能处理与应用。E-mail: heyinxin@my.swjtu.edu.cn
"}, bioImg=null, bioContent=
何银鑫,通信作者,男,工程师,主要研究方向为深度学习、目标跟踪、遥感信息智能处理与应用。E-mail: heyinxin@my.swjtu.edu.cn
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044036905018025, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=1, ext=[AuthorCompanyExt(id=1249044036938572460, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China), AuthorCompanyExt(id=1249044036984709806, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1四川省交通勘察设计研究院有限公司,成都610017)]), AuthorCompany(id=1249044037223785145, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=2, ext=[AuthorCompanyExt(id=1249044037261533884, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044037223785145, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2Faculty of Geosciences and Engineering, Southwest Jiaotong University, Chengdu611756, China), AuthorCompanyExt(id=1249044037303476926, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044037223785145, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2西南交通大学地球科学与工程学院,成都611756)])]), Author(id=1249044040101077753, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, orderNo=2, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=70494669@qq.com, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1249044040457593605, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044040101077753, language=EN, stringName=Xueliang Ma, firstName=Xueliang, middleName=null, lastName=Ma, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044040558256906, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044040101077753, language=CN, stringName=马学良, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1四川省交通勘察设计研究院有限公司,成都610017, bio={"content":"
马学良,男,高级工程师,主要研究方向为摄影测量与遥感。E-mail: 70494669@qq.com
"}, bioImg=null, bioContent=
马学良,男,高级工程师,主要研究方向为摄影测量与遥感。E-mail: 70494669@qq.com
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044036905018025, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=1, ext=[AuthorCompanyExt(id=1249044036938572460, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China), AuthorCompanyExt(id=1249044036984709806, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1四川省交通勘察设计研究院有限公司,成都610017)])]), Author(id=1249044040696668945, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, orderNo=3, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=454653012@qq.com, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1249044040851858203, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044040696668945, language=EN, stringName=Zilai Lu, firstName=Zilai, middleName=null, lastName=Lu, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044040998658850, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044040696668945, language=CN, stringName=卢自来, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, address=
1四川省交通勘察设计研究院有限公司,成都610017, bio={"content":"
卢自来,男,正高级工程师,主要研究方向为内河航道及公路工程测量。E-mail: 454653012@qq.com
"}, bioImg=null, bioContent=
卢自来,男,正高级工程师,主要研究方向为内河航道及公路工程测量。E-mail: 454653012@qq.com
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044036905018025, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=1, ext=[AuthorCompanyExt(id=1249044036938572460, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China), AuthorCompanyExt(id=1249044036984709806, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1四川省交通勘察设计研究院有限公司,成都610017)])]), Author(id=1249044041090933544, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, orderNo=4, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=pengshiyong@my.swjtu.edu.cn, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1249044041199985457, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044041090933544, language=EN, stringName=Shiyong Peng, firstName=Shiyong, middleName=null, lastName=Peng, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, address=
2Faculty of Geosciences and Engineering, Southwest Jiaotong University, Chengdu611756, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044041330008887, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044041090933544, language=CN, stringName=彭世勇, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
2, address=
2西南交通大学地球科学与工程学院,成都611756, bio={"content":"
彭世勇,男,助理工程师,主要研究方向为计算机视觉、图像处理和信息融合。E-mail: pengshiyong@my.swjtu.edu.cn
"}, bioImg=null, bioContent=
彭世勇,男,助理工程师,主要研究方向为计算机视觉、图像处理和信息融合。E-mail: pengshiyong@my.swjtu.edu.cn
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044037223785145, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=2, ext=[AuthorCompanyExt(id=1249044037261533884, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044037223785145, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2Faculty of Geosciences and Engineering, Southwest Jiaotong University, Chengdu611756, China), AuthorCompanyExt(id=1249044037303476926, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044037223785145, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2西南交通大学地球科学与工程学院,成都611756)])]), Author(id=1249044041405506361, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, orderNo=5, firstName=null, middleName=null, lastName=null, nameCn=null, orcid=null, stid=null, country=null, authorPic=null, dead=0, email=ly895488739@my.swjtu.edu.cn, emailSecond=null, emailThird=null, correspondingAuthor=0, authorType=1, ext={EN=AuthorExt(id=1249044041527141182, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044041405506361, language=EN, stringName=Yang Liu, firstName=Yang, middleName=null, lastName=Liu, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, 2, address=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China
2Faculty of Geosciences and Engineering, Southwest Jiaotong University, Chengdu611756, China, bio=null, bioImg=null, bioContent=null, aboutCorrespAuthor=null), CN=AuthorExt(id=1249044041665553216, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, authorId=1249044041405506361, language=CN, stringName=刘洋, firstName=null, middleName=null, lastName=null, prefix=null, suffix=null, authorComment=null, nameInitials=null, affiliation=null, department=null, xref=
1, 2, address=
1四川省交通勘察设计研究院有限公司,成都610017
2西南交通大学地球科学与工程学院,成都611756, bio={"content":"
刘洋,男,助理工程师,主要研究方向为图像匹配与配准、遥感信息智能分析与应用。E-mail:ly895488739@my.swjtu.edu.cn
"}, bioImg=null, bioContent=
刘洋,男,助理工程师,主要研究方向为图像匹配与配准、遥感信息智能分析与应用。E-mail:ly895488739@my.swjtu.edu.cn
, aboutCorrespAuthor=null)}, companyList=[AuthorCompany(id=1249044036905018025, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=1, ext=[AuthorCompanyExt(id=1249044036938572460, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China), AuthorCompanyExt(id=1249044036984709806, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1四川省交通勘察设计研究院有限公司,成都610017)]), AuthorCompany(id=1249044037223785145, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=2, ext=[AuthorCompanyExt(id=1249044037261533884, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044037223785145, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2Faculty of Geosciences and Engineering, Southwest Jiaotong University, Chengdu611756, China), AuthorCompanyExt(id=1249044037303476926, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044037223785145, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2西南交通大学地球科学与工程学院,成都611756)])])], keywords=[Keyword(id=1249044041787188037, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, orderNo=1, keyword=satellite video), Keyword(id=1249044041925600073, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, orderNo=2, keyword=single object tracking), Keyword(id=1249044042164675408, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, orderNo=3, keyword=correlation filtering), Keyword(id=1249044042265338709, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, orderNo=4, keyword=deep learning), Keyword(id=1249044042378584923, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, orderNo=5, keyword=Jilin-1 satellite), Keyword(id=1249044042466665312, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, orderNo=1, keyword=卫星视频), Keyword(id=1249044042558940004, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, orderNo=2, keyword=单目标跟踪), Keyword(id=1249044042726712170, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, orderNo=3, keyword=相关滤波), Keyword(id=1249044042949010292, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, orderNo=4, keyword=深度学习), Keyword(id=1249044044534457213, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, orderNo=5, keyword=吉林1号卫星)], refs=[Reference(id=1249044050100297804, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2024a, volume=null, issue=null, pageStart=786, pageEnd=792, url=null, language=null, rfNumber=null, rfOrder=0, authorNames=Bai L, Li Y W, Liu Y, Jiang Z Z, journalName=null, refType=null, unstructuredReference=
Bai L,
Li Y W,
Liu Y and
Jiang Z Z.
2024a. SiamSTO: a novel method for object tracking with satellite videos//Proceedings of IET International Radar Conference (IRC 2023). Chongqing, China: IEEE:786-792 [DOI:
10.1049/icp.2024.1186], articleTitle=SiamSTO: a novel method for object tracking with satellite videos, refAbstract=null), Reference(id=1249044050179989587, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2024b, volume=null, issue=null, pageStart=19048, pageEnd=19057, url=null, language=null, rfNumber=null, rfOrder=1, authorNames=Bai Y F, Zhao Z Y, Gong Y H, Wei X, journalName=null, refType=null, unstructuredReference=
Bai Y F,
Zhao Z Y,
Gong Y H and
Wei X.
2024b. ARTrackV2: prompting autoregressive tracker where to look and how to describe//Proceedings of 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Seattle, USA: IEEE:19048-19057 [DOI:
10.1109/CVPR52733.2024.01802], articleTitle=ARTrackV2: prompting autoregressive tracker where to look and how to describe, refAbstract=null), Reference(id=1249044050259681366, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2016, volume=null, issue=null, pageStart=850, pageEnd=865, url=null, language=null, rfNumber=null, rfOrder=2, authorNames=Bertinetto L, Valmadre J, Henriques J F, Vedaldi A, Torr P H S, journalName=null, refType=null, unstructuredReference=
Bertinetto L,
Valmadre J,
Henriques J F,
Vedaldi A and
Torr P H S.
2016. Fully-convolutional Siamese networks for object tracking//Proceedings of 2016 European Conference on Computer Vision. Amsterdam, the Netherlands: Springer:850-865 [DOI:
10.1007/978-3-319-48881-3_56], articleTitle=Fully-convolutional Siamese networks for object tracking, refAbstract=null), Reference(id=1249044050389704800, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=15, issue=9, pageStart=1987, pageEnd=1997, url=null, language=null, rfNumber=null, rfOrder=3, authorNames=Bi F K, Sun J Y, Han J H, Wang Y P, Bian M M, journalName=IET Image Processing, refType=null, unstructuredReference=
Bi F K,
Sun J Y,
Han J H,
Wang Y P and
Bian M M.
2021. Remote sensing target tracking in satellite videos based on a variable-angle-adaptive Siamese network.
IET Image Processing,
15(9): 1987-1997 [DOI:
10.1049/ipr2.12170], articleTitle=Remote sensing target tracking in satellite videos based on a variable-angle-adaptive Siamese network, refAbstract=null), Reference(id=1249044050465202277, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2010, volume=null, issue=null, pageStart=2544, pageEnd=2550, url=null, language=null, rfNumber=null, rfOrder=4, authorNames=Bolme D S, Beveridge J R, Draper B A, Lui Y M, journalName=null, refType=null, unstructuredReference=
Bolme D S,
Beveridge J R,
Draper B A and
Lui Y M.
2010. Visual object tracking using adaptive correlation filters//Proceedings of 2010 IEEE Computer Society Conference on Computer Vision and Pattern Recognition. San Francisco, USA: IEEE:2544-2550 [DOI:
10.1109/CVPR.2010.5539960], articleTitle=Visual object tracking using adaptive correlation filters, refAbstract=null), Reference(id=1249044050549088363, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=1998, volume=null, issue=null, pageStart=214, pageEnd=98, url=null, language=null, rfNumber=null, rfOrder=5, authorNames=Bradski G R, journalName=Proceedings of the 4th IEEE Workshop on Applications of Computer Vision, refType=null, unstructuredReference=
Bradski G R.
1998. Real time face and object tracking as a component of a perceptual user interface//
Proceedings of the 4th IEEE Workshop on Applications of Computer Vision. WACV’98 (Cat. No.98EX201), Princeton, USA: 214-219 [DOI:
10.1109/ACV.1998.732882], articleTitle=Real time face and object tracking as a component of a perceptual user interface, refAbstract=null), Reference(id=1249044050616197233, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=15437, pageEnd=15446, url=null, language=null, rfNumber=null, rfOrder=6, authorNames=Cao Z A, Fu C H, Ye J J, Li B W, Li Y M, journalName=null, refType=null, unstructuredReference=
Cao Z A,
Fu C H,
Ye J J,
Li B W and
Li Y M.
2021. HiFT: hierarchical feature transformer for aerial tracking//Proceedings of 2021 IEEE/CVF International Conference on Computer Vision (ICCV). Montreal, Canada: IEEE:15437-15446 [DOI:
10.1109/ICCV48922.2021.01517], articleTitle=HiFT: hierarchical feature transformer for aerial tracking, refAbstract=null), Reference(id=1249044050704277627, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=12, issue=null, pageStart=23, pageEnd=29, url=null, language=null, rfNumber=null, rfOrder=7, authorNames=Chen X, Sui H, journalName=The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, XLII-2-W, refType=null, unstructuredReference=
Chen X and
Sui H.
2019. Real-time tracking in satellite videos via joint discrimination and pose estimation.
The International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, XLII-2-W12: 23-29 [DOI:
10.5194/isprs-archives-XLII-2-W12-23-2019], articleTitle=Real-time tracking in satellite videos via joint discrimination and pose estimation, refAbstract=null), Reference(id=1249044050804940929, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=14572, pageEnd=14581, url=null, language=null, rfNumber=null, rfOrder=8, authorNames=Chen X, Peng H W, Wang D, Lu H C, Hu H, journalName=null, refType=null, unstructuredReference=
Chen X,
Peng H W,
Wang D,
Lu H C and
Hu H.
2023. Seqtrack: sequence to sequence learning for visual object tracking//Proceedings of 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition. [s.l.]:IEEE:14572-14581 [DOI:
10.1109/CVPR52729.2023.01400], articleTitle=Seqtrack: sequence to sequence learning for visual object tracking, refAbstract=null), Reference(id=1249044050943352973, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=8122, pageEnd=8131, url=null, language=null, rfNumber=null, rfOrder=9, authorNames=Chen X, Yan B, Zhu J W, Wang D, Yang X Y, Lu H C, journalName=null, refType=null, unstructuredReference=
Chen X,
Yan B,
Zhu J W,
Wang D,
Yang X Y and
Lu H C.
2021. Transformer tracking//Proceedings of 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Nashville, USA: IEEE:8122-8131 [DOI:
10.1109/CVPR46437.2021.00803], articleTitle=Transformer tracking, refAbstract=null), Reference(id=1249044051064987796, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=14, issue=13, pageStart=null, pageEnd=3108, url=null, language=null, rfNumber=null, rfOrder=10, authorNames=Chen Y Z, Tang Y Q, Han T, Zhang Y W, Zou B, Feng H H, journalName=Remote Sensing, refType=null, unstructuredReference=
Chen Y Z,
Tang Y Q,
Han T,
Zhang Y W,
Zou B and
Feng H H.
2022. RAMC: a rotation adaptive tracker with motion constraint for satellite video single-object tracking.
Remote Sensing,
14(13): #3108 [DOI:
10.3390/rs14133108], articleTitle=RAMC: a rotation adaptive tracker with motion constraint for satellite video single-object tracking, refAbstract=null), Reference(id=1249044051174039706, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2024, volume=210, issue=null, pageStart=212, pageEnd=240, url=null, language=null, rfNumber=null, rfOrder=11, authorNames=Chen Y Z, Tang Y Q, Xiao Y, Yuan Q Q, Zhang Y W, Liu F Q, He J, Zhang L P, journalName=ISPRS Journal of Photogrammetry and Remote Sensing, refType=null, unstructuredReference=
Chen Y Z,
Tang Y Q,
Xiao Y,
Yuan Q Q,
Zhang Y W,
Liu F Q,
He J and
Zhang L P.
2024. Satellite video single object tracking: a systematic review and an oriented object tracking benchmark.
ISPRS Journal of Photogrammetry and Remote Sensing,
210: 212-240 [DOI:
10.1016/j.isprsjprs.2024.03.013], articleTitle=Satellite video single object tracking: a systematic review and an oriented object tracking benchmark, refAbstract=null), Reference(id=1249044051287285922, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2000, volume=null, issue=null, pageStart=142, pageEnd=149, url=null, language=null, rfNumber=null, rfOrder=12, authorNames=Comaniciu D, Ramesh V, Meer P, journalName=null, refType=null, unstructuredReference=
Comaniciu D,
Ramesh V and
Meer P.
2000. Real-time tracking of non-rigid objects using mean shift//Proceedings of 2000 IEEE Conference on Computer Vision and Pattern Recognition. Hilton Head, USA: IEEE:142-149 [DOI:
10.1109/CVPR.2000.854761], articleTitle=Real-time tracking of non-rigid objects using mean shift, refAbstract=null), Reference(id=1249044051354394793, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=60, issue=null, pageStart=null, pageEnd=5605213, url=null, language=null, rfNumber=null, rfOrder=13, authorNames=Cui Y Y, Hou B, Wu Q, Ren B, Wang S, Jiao L C, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Cui Y Y,
Hou B,
Wu Q,
Ren B,
Wang S and
Jiao L C.
2022. Remote sensing object tracking with deep reinforcement learning under occlusion.
IEEE Transactions on Geoscience and Remote Sensing,
60: #5605213 [DOI:
10.1109/TGRS.2021.3096809], articleTitle=Remote sensing object tracking with deep reinforcement learning under occlusion, refAbstract=null), Reference(id=1249044051459252399, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2014, volume=null, issue=null, pageStart=1090, pageEnd=1097, url=null, language=null, rfNumber=null, rfOrder=14, authorNames=Danelljan M, Khan F S, Felsberg M, Van De Weijer J, journalName=null, refType=null, unstructuredReference=
Danelljan M,
Khan F S,
Felsberg M and
Van De Weijer J.
2014. Adaptive color attributes for real-time visual tracking//Proceedings of 2014 IEEE Conference on Computer Vision and Pattern Recognition. Columbus, USA: IEEE:1090-1097 [DOI:
10.1109/CVPR.2014.143], articleTitle=Adaptive color attributes for real-time visual tracking, refAbstract=null), Reference(id=1249044051543138485, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=42, issue=4, pageStart=46, pageEnd=56, url=null, language=null, rfNumber=null, rfOrder=15, authorNames=Ding Y F, He H Y, Cao S X, Wang Y, journalName=Spacecraft Recovery and Remote Sensing, refType=null, unstructuredReference=
Ding Y F,
He H Y,
Cao S X and
Wang Y.
2021. A long-term tracking algorithm of space-based targets based on multi-feature integration.
Spacecraft Recovery and Remote Sensing,
42(4): 46-56, articleTitle=A long-term tracking algorithm of space-based targets based on multi-feature integration, refAbstract=null), Reference(id=1249044051668967614, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=42, issue=4, pageStart=46, pageEnd=56, url=null, language=null, rfNumber=null, rfOrder=16, authorNames=丁与非, 何红艳, 曹世翔, 王钰, journalName=航天返回与遥感, refType=null, unstructuredReference=丁与非, 何红艳, 曹世翔, 王钰.
2021. 基于多特征融合的天基面目标长时跟踪算法.
航天返回与遥感,
42(4): 46-56 [DOI:
10.3969/j.issn.1009-8518.2021.04.006], articleTitle=基于多特征融合的天基面目标长时跟踪算法, refAbstract=null), Reference(id=1249044051782213830, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=472, pageEnd=488, url=null, language=null, rfNumber=null, rfOrder=17, authorNames=Dong X P, Shen J B, journalName=null, refType=null, unstructuredReference=
Dong X P and
Shen J B.
2018. Triplet loss in Siamese network for object tracking//Proceedings of the 15th European Conference on Computer Vision (ECCV). Munich, Germany: Springer:472-488 [DOI:
10.1007/978-3-030-01261-8_28], articleTitle=Triplet loss in Siamese network for object tracking, refAbstract=null), Reference(id=1249044051899654348, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=12, issue=8, pageStart=3043, pageEnd=3055, url=null, language=null, rfNumber=null, rfOrder=18, authorNames=Du B, Cai S H, Wu C, journalName=IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, refType=null, unstructuredReference=
Du B,
Cai S H and
Wu C.
2019. Object tracking in satellite videos based on a multiframe optical flow tracker.
IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing,
12(8): 3043-3055 [DOI:
10.1109/JSTARS.2019.2917703], articleTitle=Object tracking in satellite videos based on a multiframe optical flow tracker, refAbstract=null), Reference(id=1249044053443158227, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2018, volume=15, issue=2, pageStart=168, pageEnd=172, url=null, language=null, rfNumber=null, rfOrder=19, authorNames=Du B, Sun Y J, Cai S H, Wu C, Du Q, journalName=IEEE Geoscience and Remote Sensing Letters, refType=null, unstructuredReference=
Du B,
Sun Y J,
Cai S H,
Wu C and
Du Q.
2018. Object tracking in satellite videos by fusing the kernel correlation filter and the three-frame-difference algorithm.
IEEE Geoscience and Remote Sensing Letters,
15(2): 168-172 [DOI:
10.1109/LGRS.2017.2776899], articleTitle=Object tracking in satellite videos by fusing the kernel correlation filter and the three-frame-difference algorithm, refAbstract=null), Reference(id=1249044053527044313, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=177, issue=null, pageStart=116, pageEnd=130, url=null, language=null, rfNumber=null, rfOrder=20, authorNames=Feng J, Zeng D N, Jia X P, Zhang X R, Li J, Liang Y P, Jiao L C, journalName=ISPRS Journal of Photogrammetry and Remote Sensing, refType=null, unstructuredReference=
Feng J,
Zeng D N,
Jia X P,
Zhang X R,
Li J,
Liang Y P and
Jiao L C.
2021. Cross-frame keypoint-based and spatial motion information-guided networks for moving vehicle detection and tracking in satellite videos.
ISPRS Journal of Photogrammetry and Remote Sensing,
177: 116-130 [DOI:
10.1016/J.ISPRSJPRS.2021.05.005], articleTitle=Cross-frame keypoint-based and spatial motion information-guided networks for moving vehicle detection and tracking in satellite videos, refAbstract=null), Reference(id=1249044053627707614, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=12, issue=9, pageStart=3538, pageEnd=3551, url=null, language=null, rfNumber=null, rfOrder=21, authorNames=Guo Y J, Yang D Q, Chen Z Z, journalName=IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, refType=null, unstructuredReference=
Guo Y J,
Yang D Q and
Chen Z Z.
2019. Object tracking on satellite videos: a correlation filter-based tracking method with trajectory correction by Kalman filter.
IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing,
12(9): 3538-3551 [DOI:
10.1109/JSTARS.2019.2933488], articleTitle=Object tracking on satellite videos: a correlation filter-based tracking method with trajectory correction by Kalman filter, refAbstract=null), Reference(id=1249044053711593700, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=26, issue=11, pageStart=2741, pageEnd=2750, url=null, language=null, rfNumber=null, rfOrder=22, authorNames=Han M F, Li S Y, Wan X, Xuan S Y, Zhao Z F, Tan H, Zhang W F, journalName=Journal of Image and Graphics, refType=null, unstructuredReference=
Han M F,
Li S Y,
Wan X,
Xuan S Y,
Zhao Z F,
Tan H and
Zhang W F.
2021. Integrating multiple features for tracking vehicles in satellite videos.
Journal of Image and Graphics,
26(11): 2741-2750, articleTitle=Integrating multiple features for tracking vehicles in satellite videos, refAbstract=null), Reference(id=1249044053820645610, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=26, issue=11, pageStart=2741, pageEnd=2750, url=null, language=null, rfNumber=null, rfOrder=23, authorNames=韩鸣飞, 李盛阳, 万雪, 轩诗宇, 赵子飞, 谭洪, 张万峰, journalName=中国图象图形学报, refType=null, unstructuredReference=韩鸣飞, 李盛阳, 万雪, 轩诗宇, 赵子飞, 谭洪, 张万峰.
2021. 融合特征的卫星视频车辆单目标跟踪.
中国图象图形学报,
26(11): 2741-2750 [DOI:
10.11834/jig.200094], articleTitle=融合特征的卫星视频车辆单目标跟踪, refAbstract=null), Reference(id=1249044053883560175, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2012, volume=null, issue=null, pageStart=702, pageEnd=715, url=null, language=null, rfNumber=null, rfOrder=24, authorNames=Henriques J F, Caseiro R, Martins P, Batista J, journalName=null, refType=null, unstructuredReference=
Henriques J F,
Caseiro R,
Martins P and
Batista J.
2012. Exploiting the circulant structure of tracking-by-detection with kernels//Proceedings of the 12th European Conference on Computer Vision. Florence, Italy: Springer:702-715 [DOI:
10.1007/978-3-642-33765-9_50], articleTitle=Exploiting the circulant structure of tracking-by-detection with kernels, refAbstract=null), Reference(id=1249044053950669047, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2015, volume=37, issue=3, pageStart=583, pageEnd=596, url=null, language=null, rfNumber=null, rfOrder=25, authorNames=Henriques J F, Caseiro R, Martins P, Batista J, journalName=IEEE Transactions on Pattern Analysis and Machine Intelligence, refType=null, unstructuredReference=
Henriques J F,
Caseiro R,
Martins P and
Batista J.
2015. High-speed tracking with kernelized correlation filters.
IEEE Transactions on Pattern Analysis and Machine Intelligence,
37(3): 583-596 [DOI:
10.1109/TPAMI.2014.2345390], articleTitle=High-speed tracking with kernelized correlation filters, refAbstract=null), Reference(id=1249044054047138046, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2023, volume=15, issue=17, pageStart=null, pageEnd=4359, url=null, language=null, rfNumber=null, rfOrder=26, authorNames=Hou B, Cui Y Y, Ren Z L, Li Z H, Wang S, Jiao L C, journalName=Remote Sensing, refType=null, unstructuredReference=
Hou B,
Cui Y Y,
Ren Z L,
Li Z H,
Wang S and
Jiao L C.
2023. Siamese multi-scale adaptive search network for remote sensing single-object tracking.
Remote Sensing,
15(17): #4359 [DOI:
10.3390/rs15174359], articleTitle=Siamese multi-scale adaptive search network for remote sensing single-object tracking, refAbstract=null), Reference(id=1249044054126829824, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2020, volume=13, issue=null, pageStart=783, pageEnd=793, url=null, language=null, rfNumber=null, rfOrder=27, authorNames=Hu Z P, Yang D Q, Zhang K, Chen Z Z, journalName=IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, refType=null, unstructuredReference=
Hu Z P,
Yang D Q,
Zhang K and
Chen Z Z.
2020. Object tracking in satellite videos based on convolutional regression network with appearance and motion features.
IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing,
13: 783-793 [DOI:
10.1109/JSTARS.2020.2971657], articleTitle=Object tracking in satellite videos based on convolutional regression network with appearance and motion features, refAbstract=null), Reference(id=1249044054198132997, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2024, volume=34, issue=12, pageStart=12907, pageEnd=12922, url=null, language=null, rfNumber=null, rfOrder=28, authorNames=Huang Z J, Jiao L C, Zhang J Y, Liu X, Liu F, Zhang X R, Li L L, Chen P H, journalName=IEEE Transactions on Circuits and Systems for Video Technology, refType=null, unstructuredReference=
Huang Z J,
Jiao L C,
Zhang J Y,
Liu X,
Liu F,
Zhang X R,
Li L L and
Chen P H.
2024. A graph association motion-aware tracker for tiny object in satellite videos.
IEEE Transactions on Circuits and Systems for Video Technology,
34(12): 12907-12922 [DOI:
10.1109/TCSVT.2024.3439371], articleTitle=A graph association motion-aware tracker for tiny object in satellite videos, refAbstract=null), Reference(id=1249044054282019083, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=1998, volume=29, issue=1, pageStart=5, pageEnd=28, url=null, language=null, rfNumber=null, rfOrder=29, authorNames=Isard M, Blake A, journalName=International Journal of Computer Vision, refType=null, unstructuredReference=
Isard M and
Blake A.
1998. Condensation—conditional density propagation for visual tracking.
International Journal of Computer Vision,
29(1): 5-28 [DOI:
10.1023/A:1008078328650], articleTitle=Condensation—conditional density propagation for visual tracking, refAbstract=null), Reference(id=1249044054512705810, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=4277, pageEnd=4286, url=null, language=null, rfNumber=null, rfOrder=30, authorNames=Li B, Wu W, Wang Q, Zhang F Y, Xing J L, Yan J J, journalName=null, refType=null, unstructuredReference=
Li B,
Wu W,
Wang Q,
Zhang F Y,
Xing J L and
Yan J J.
2019. SiamRPN++: evolution of Siamese visual tracking with very deep networks//Proceedings of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Long Beach, USA: IEEE:4277-4286 [DOI:
10.1109/CVPR.2019.00441], articleTitle=SiamRPN++: evolution of Siamese visual tracking with very deep networks, refAbstract=null), Reference(id=1249044054596591892, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2018a, volume=null, issue=null, pageStart=8971, pageEnd=8980, url=null, language=null, rfNumber=null, rfOrder=31, authorNames=Li B, Yan J J, Wu W, Zhu Z, Hu X L, journalName=null, refType=null, unstructuredReference=
Li B,
Yan J J,
Wu W,
Zhu Z and
Hu X L.
2018a. High performance visual tracking with Siamese region proposal network//Proceedings of 2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition. Salt Lake City, USA: IEEE:8971-8980 [DOI:
10.1109/CVPR.2018.00935], articleTitle=High performance visual tracking with Siamese region proposal network, refAbstract=null), Reference(id=1249044054726615321, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2018b, volume=76, issue=null, pageStart=323, pageEnd=338, url=null, language=null, rfNumber=null, rfOrder=32, authorNames=Li P X, Wang D, Wang L J, Lu H C, journalName=Pattern Recognition, refType=null, unstructuredReference=
Li P X,
Wang D,
Wang L J and
Lu H C.
2018b. Deep visual tracking: review and experimental comparison.
Pattern Recognition,
76: 323-338 [DOI:
10.1016/j.patcog.2017.11.007], articleTitle=Deep visual tracking: review and experimental comparison, refAbstract=null), Reference(id=1249044054814695711, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=10, issue=4, pageStart=181, pageEnd=212, url=null, language=null, rfNumber=null, rfOrder=33, authorNames=Li Y X, Jiao L C, Huang Z J, Zhang X, Zhang R H, Song X, Tian C X, Zhang Z X, Liu F, Yang S Y, Hou B, Ma W P, Liu X, Li L L, journalName=IEEE Geoscience and Remote Sensing Magazine, refType=null, unstructuredReference=
Li Y X,
Jiao L C,
Huang Z J,
Zhang X,
Zhang R H,
Song X,
Tian C X,
Zhang Z X,
Liu F,
Yang S Y,
Hou B,
Ma W P,
Liu X and
Li L L.
2022. Deep learning-based object tracking in satellite videos: a comprehensive survey with a new dataset.
IEEE Geoscience and Remote Sensing Magazine,
10(4): 181-212 [DOI:
10.1109/MGRS.2022.3198643], articleTitle=Deep learning-based object tracking in satellite videos: a comprehensive survey with a new dataset, refAbstract=null), Reference(id=1249044054873415972, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2023, volume=4, issue=2, pageStart=100, pageEnd=104, url=null, language=null, rfNumber=null, rfOrder=34, authorNames=Liang J H, Sun J Y, Zhang X M, Bian M M, Bi F K, journalName=IEEE Journal on Miniaturization for Air and Space Systems, refType=null, unstructuredReference=
Liang J H,
Sun J Y,
Zhang X M,
Bian M M and
Bi F K.
2023. Lightweight tracking of satellite video object based on saliency enhancement mechanism.
IEEE Journal on Miniaturization for Air and Space Systems,
4(2): 100-104 [DOI:
10.1109/JMASS.2023.3234099], articleTitle=Lightweight tracking of satellite video object based on saliency enhancement mechanism, refAbstract=null), Reference(id=1249044054953107754, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=35, authorNames=Lin L T, Fan H, Zhang Z P, Xu Y, Ling H B, journalName=null, refType=null, unstructuredReference=
Lin L T,
Fan H,
Zhang Z P,
Xu Y and
Ling H B.
2022. SwinTrack: a simple and strong baseline for transformer tracking [EB/OL]. [2025-01-01].
https://arxiv.org/pdf/2112.00995.pdf, articleTitle=SwinTrack: a simple and strong baseline for transformer tracking, refAbstract=null), Reference(id=1249044055032799535, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2014, volume=null, issue=null, pageStart=740, pageEnd=755, url=null, language=null, rfNumber=null, rfOrder=36, authorNames=Lin T Y, Maire M, Belongie S, Hays J, Perona P, Ramanan D, Dollár P and Zitnick C L, journalName=null, refType=null, unstructuredReference=
Lin T Y,
Maire M,
Belongie S,
Hays J,
Perona P,
Ramanan D,
Dollár P and Zitnick C L.
2014. Microsoft COCO: common objects in context//Proceedings of the 13th European Conference on Computer Vision. Zurich, Switzerland: Springer:740-755 [DOI:
10.1007/978-3-319-10602-1_48], articleTitle=Microsoft COCO: common objects in context, refAbstract=null), Reference(id=1249044055099908402, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=323, pageEnd=331, url=null, language=null, rfNumber=null, rfOrder=37, authorNames=Liu Y S, Liao Y R, Lin C B, Li Z M, Yang X Y, Zhang A D, journalName=null, refType=null, unstructuredReference=
Liu Y S,
Liao Y R,
Lin C B,
Li Z M,
Yang X Y and
Zhang A D.
2021. Object tracking in satellite videos based on improved correlation filters//Proceedings of the 13th International Conference on Communication Software and Networks. Chongqing, China: IEEE:323-331 [DOI:
10.1109/ICCSN52437.2021.9463667], articleTitle=Object tracking in satellite videos based on improved correlation filters, refAbstract=null), Reference(id=1249044055187988792, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2025, volume=63, issue=null, pageStart=null, pageEnd=5608213, url=null, language=null, rfNumber=null, rfOrder=38, authorNames=Lyu P Y, Gao X Y, Zhong Y F, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Lyu P Y,
Gao X Y and
Zhong Y F.
2025. SiamS²F: satellite video single-object tracking based on a Siamese spectral-spatial-frame correlation network.
IEEE Transactions on Geoscience and Remote Sensing,
63: #5608213 [DOI:
10.1109/TGRS.2025.3535831], articleTitle=SiamS²F: satellite video single-object tracking based on a Siamese spectral-spatial-frame correlation network, refAbstract=null), Reference(id=1249044055255097659, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=2022, issue=null, pageStart=null, pageEnd=9735887, url=null, language=null, rfNumber=null, rfOrder=39, authorNames=Pei W J, Lu X H, journalName=Wireless Communications and Mobile Computing, refType=null, unstructuredReference=
Pei W J and
Lu X H.
2022. Moving object tracking in satellite videos by kernelized correlation filter based on color-name features and Kalman prediction.
Wireless Communications and Mobile Computing,
2022: #9735887 [DOI:
10.1155/2022/9735887], articleTitle=Moving object tracking in satellite videos by kernelized correlation filter based on color-name features and Kalman prediction, refAbstract=null), Reference(id=1249044055359955264, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2017, volume=null, issue=null, pageStart=7464, pageEnd=7473, url=null, language=null, rfNumber=null, rfOrder=40, authorNames=Real E, Shlens J, Mazzocchi S, Pan X, Vanhoucke V, journalName=null, refType=null, unstructuredReference=
Real E,
Shlens J,
Mazzocchi S,
Pan X and
Vanhoucke V.
2017. Youtube-BoundingBoxes: a large high-precision human-annotated data set for object detection in video//Proceedings of 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR). Honolulu, USA: IEEE:7464-7473 [DOI:
10.1109/CVPR.2017.789], articleTitle=Youtube-BoundingBoxes: a large high-precision human-annotated data set for object detection in video, refAbstract=null), Reference(id=1249044055427064131, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2015, volume=115, issue=3, pageStart=211, pageEnd=252, url=null, language=null, rfNumber=null, rfOrder=41, authorNames=Russakovsky O, Deng J, Su H, Krause J, Satheesh S, Ma S A, Huang Z H, Karpathy A, Khosla A, Bernstein M, Berg A C, Li F F, journalName=International Journal of Computer Vision, refType=null, unstructuredReference=
Russakovsky O,
Deng J,
Su H,
Krause J,
Satheesh S,
Ma S A,
Huang Z H,
Karpathy A,
Khosla A,
Bernstein M,
Berg A C and
Li F F.
2015. ImageNet large scale visual recognition challenge.
International Journal of Computer Vision,
115(3): 211-252 [DOI:
10.1007/s11263-015-0816-y], articleTitle=ImageNet large scale visual recognition challenge, refAbstract=null), Reference(id=1249044055494172998, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=30, issue=null, pageStart=3056, pageEnd=3068, url=null, language=null, rfNumber=null, rfOrder=42, authorNames=Shao J, Du B, Chen W, Gong M M, Liu T L, journalName=IEEE Transactions on Image Processing, refType=null, unstructuredReference=
Shao J,
Du B,
Chen W,
Gong M M and
Liu T L.
2021. HRSiam: high-resolution Siamese network, towards space-borne satellite video tracking.
IEEE Transactions on Image Processing,
30: 3056-3068 [DOI:
10.1109/TIP.2020.3045634], articleTitle=HRSiam: high-resolution Siamese network, towards space-borne satellite video tracking, refAbstract=null), Reference(id=1249044055582253386, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019a, volume=null, issue=null, pageStart=1504, pageEnd=1509, url=null, language=null, rfNumber=null, rfOrder=43, authorNames=Shao J, Du B, Wu C, Yan P K, journalName=null, refType=null, unstructuredReference=
Shao J,
Du B,
Wu C and
Yan P K.
2019a. PASiam: predicting attention inspired Siamese network, for space-borne satellite video tracking//Proceedings of 2019 IEEE International Conference on Multimedia and Expo (ICME). Shanghai, China: IEEE:1504-1509 [DOI:
10.1109/ICME.2019.00260], articleTitle=PASiam: predicting attention inspired Siamese network, for space-borne satellite video tracking, refAbstract=null), Reference(id=1249044055645167950, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019b, volume=57, issue=11, pageStart=8719, pageEnd=8731, url=null, language=null, rfNumber=null, rfOrder=44, authorNames=Shao J, Du B, Wu C, Zhang L F, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Shao J,
Du B,
Wu C and
Zhang L F.
2019b. Can we track targets from space? A hybrid kernel correlation filter tracker for satellite video.
IEEE Transactions on Geoscience and Remote Sensing,
57(11): 8719-8731 [DOI:
10.1109/TGRS.2019.2922648], articleTitle=Can we track targets from space? A hybrid kernel correlation filter tracker for satellite video, refAbstract=null), Reference(id=1249044055720665426, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019c, volume=57, issue=10, pageStart=7860, pageEnd=7871, url=null, language=null, rfNumber=null, rfOrder=45, authorNames=Shao J, Du B, Wu C, Zhang L F, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Shao J,
Du B,
Wu C and
Zhang L F.
2019c. Tracking objects from satellite videos: a velocity feature based correlation filter.
IEEE Transactions on Geoscience and Remote Sensing,
57(10): 7860-7871 [DOI:
10.1109/TGRS.2019.2916953], articleTitle=Tracking objects from satellite videos: a velocity feature based correlation filter, refAbstract=null), Reference(id=1249044055812940119, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2020, volume=12, issue=21, pageStart=null, pageEnd=3589, url=null, language=null, rfNumber=null, rfOrder=46, authorNames=Shi F, Qiu F, Li X, Zhong R F, Yang C K, Tang Y W, journalName=Remote Sensing, refType=null, unstructuredReference=
Shi F,
Qiu F,
Li X,
Zhong R F,
Yang C K and
Tang Y W.
2020. Detecting and tracking moving airplanes from space based on normalized frame difference labeling and improved similarity measures.
Remote Sensing,
12(21): #3589 [DOI:
10.3390/rs12213589], articleTitle=Detecting and tracking moving airplanes from space based on normalized frame difference labeling and improved similarity measures, refAbstract=null), Reference(id=1249044055884243291, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2014, volume=36, issue=7, pageStart=1442, pageEnd=1468, url=null, language=null, rfNumber=null, rfOrder=47, authorNames=Smeulders A W M, Chu D M, Cucchiara R, Calderara S, Dehghan A, Shah M, journalName=IEEE Transactions on Pattern Analysis and Machine Intelligence, refType=null, unstructuredReference=
Smeulders A W M,
Chu D M,
Cucchiara R,
Calderara S,
Dehghan A and
Shah M.
2014. Visual tracking: an experimental survey.
IEEE Transactions on Pattern Analysis and Machine Intelligence,
36(7): 1442-1468 [DOI:
10.1109/TPAMI.2013.230], articleTitle=Visual tracking: an experimental survey, refAbstract=null), Reference(id=1249044055955546461, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=60, issue=null, pageStart=null, pageEnd=5625617, url=null, language=null, rfNumber=null, rfOrder=48, authorNames=Song W, Jiao L C, Liu F, Liu X, Li L L, Yang S Y, Hou B, Zhang W H, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Song W,
Jiao L C,
Liu F,
Liu X,
Li L L,
Yang S Y,
Hou B and
Zhang W H.
2022. A joint Siamese attention-aware network for vehicle object tracking in satellite videos.
IEEE Transactions on Geoscience and Remote Sensing,
60: #5625617 [DOI:
10.1109/TGRS.2022.3184755], articleTitle=A joint Siamese attention-aware network for vehicle object tracking in satellite videos, refAbstract=null), Reference(id=1249044056056209761, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=30, issue=6, pageStart=null, pageEnd=2150099, url=null, language=null, rfNumber=null, rfOrder=49, authorNames=Sui B, Xu M, Li D D, journalName=Journal of Circuits, Systems and Computers, refType=null, unstructuredReference=
Sui B,
Xu M and
Li D D.
2021. Object tracking in satellite videos based on a lightweight network.
Journal of Circuits, Systems and Computers,
30(6): #2150099 [DOI:
10.1142/S0218126621500997], articleTitle=Object tracking in satellite videos based on a lightweight network, refAbstract=null), Reference(id=1249044056148484455, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=5686, pageEnd=5696, url=null, language=null, rfNumber=null, rfOrder=50, authorNames=Sun K, Xiao B, Liu D, Wang J D, journalName=null, refType=null, unstructuredReference=
Sun K,
Xiao B,
Liu D and
Wang J D.
2019. Deep high-resolution representation learning for human pose estimation//Proceedings of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition. Long Beach, USA: IEEE:5686-5696 [DOI:
10.1109/CVPR.2019.00584], articleTitle=Deep high-resolution representation learning for human pose estimation, refAbstract=null), Reference(id=1249044056236564842, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2024, volume=34, issue=7, pageStart=6253, pageEnd=6264, url=null, language=null, rfNumber=null, rfOrder=51, authorNames=Wang J H, Liu F, Jiao L C, Gao Y J, Wang H, Li L L, Chen P H, Liu X, Li S, journalName=IEEE Transactions on Circuits and Systems for Video Technology, refType=null, unstructuredReference=
Wang J H,
Liu F,
Jiao L C,
Gao Y J,
Wang H,
Li L L,
Chen P H,
Liu X and
Li S.
2024. Satellite video object tracking based on location prompts.
IEEE Transactions on Circuits and Systems for Video Technology,
34(7): 6253-6264 [DOI:
10.1109/TCSVT.2024.3358549], articleTitle=Satellite video object tracking based on location prompts, refAbstract=null), Reference(id=1249044056307868013, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=1571, pageEnd=1580, url=null, language=null, rfNumber=null, rfOrder=52, authorNames=Wang N, Zhou W G, Wang J, Li H Q, journalName=null, refType=null, unstructuredReference=
Wang N,
Zhou W G,
Wang J and
Li H Q.
2021. Transformer meets tracker: exploiting temporal context for robust visual tracking//Proceedings of 2021 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Nashville, USA: IEEE:1571-1580 [DOI:
10.1109/CVPR46437.2021.00162], articleTitle=Transformer meets tracker: exploiting temporal context for robust visual tracking, refAbstract=null), Reference(id=1249044056391754098, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=1328, pageEnd=1338, url=null, language=null, rfNumber=null, rfOrder=53, authorNames=Wang Q, Zhang L, Bertinetto L, Hu W M, Torr P H S, journalName=null, refType=null, unstructuredReference=
Wang Q,
Zhang L,
Bertinetto L,
Hu W M and
Torr P H S.
2019. Fast online object tracking and segmentation: a unifying approach//Proceedings of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Long Beach, USA: IEEE:1328-1338 [DOI:
10.1109/CVPR.2019.00142], articleTitle=Fast online object tracking and segmentation: a unifying approach, refAbstract=null), Reference(id=1249044057973006709, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2016, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=54, authorNames=Wang W L, journalName=Research on Target Tracking Method Based on Satellite Video, refType=null, unstructuredReference=
Wang W L.
2016.
Research on Target Tracking Method Based on Satellite Video. Fuxin: Liaoning Technical University, articleTitle=null, refAbstract=null), Reference(id=1249044058061087096, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2016, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=55, authorNames=王万里, journalName=基于卫星视频的目标跟踪方法研究, refType=null, unstructuredReference=王万里.
2016.
基于卫星视频的目标跟踪方法研究. 阜新: 辽宁工程技术大学, articleTitle=null, refAbstract=null), Reference(id=1249044058170139005, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2020, volume=58, issue=10, pageStart=7010, pageEnd=7021, url=null, language=null, rfNumber=null, rfOrder=56, authorNames=Wang Y M, Wang T Y, Zhang G, Cheng Q, Wu J Q, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Wang Y M,
Wang T Y,
Zhang G,
Cheng Q and
Wu J Q.
2020. Small target tracking in satellite videos using background compensation.
IEEE Transactions on Geoscience and Remote Sensing,
58(10): 7010-7021 [DOI:
10.1109/TGRS.2020.2978512], articleTitle=Small target tracking in satellite videos using background compensation, refAbstract=null), Reference(id=1249044058241442175, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2023, volume=null, issue=null, pageStart=9697, pageEnd=9706, url=null, language=null, rfNumber=null, rfOrder=57, authorNames=Wei X, Bai Y F, Zheng Y C, Shi D H, Gong Y H, journalName=null, refType=null, unstructuredReference=
Wei X,
Bai Y F,
Zheng Y C,
Shi D H and
Gong Y H.
2023. Autoregressive visual tracking//Proceedings of 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition. [s.l.]:IEEE:9697-9706 [DOI:
10.1109/CVPR52729.2023.00935], articleTitle=Autoregressive visual tracking, refAbstract=null), Reference(id=1249044058358882692, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=14, issue=17, pageStart=null, pageEnd=4215, url=null, language=null, rfNumber=null, rfOrder=58, authorNames=Wu D, Song H B, Fan C Z, journalName=Remote Sensing, refType=null, unstructuredReference=
Wu D,
Song H B and
Fan C Z.
2022. Object tracking in satellite videos based on improved kernel correlation filter assisted by road information.
Remote Sensing,
14(17): #4215 [DOI:
10.3390/rs14174215], articleTitle=Object tracking in satellite videos based on improved kernel correlation filter assisted by road information, refAbstract=null), Reference(id=1249044058430185861, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=39, issue=3, pageStart=55, pageEnd=63, url=null, language=null, rfNumber=null, rfOrder=59, authorNames=Wu J Q, Wang T Y, Yan J, Zhang G, Jiang X H, Wang Y M, Bai Q, Yuan C, journalName=null, refType=null, unstructuredReference=
Wu J Q,
Wang T Y,
Yan J,
Zhang G,
Jiang X H,
Wang Y M,
Bai Q and
Yuan C.
2019. Satellite video point-target tracking based on Hu correlation filter. Chinese Space Science and Technology,
39(3): 55-63, articleTitle=Satellite video point-target tracking based on Hu correlation filter, refAbstract=null), Reference(id=1249044058514071944, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=39, issue=3, pageStart=55, pageEnd=63, url=null, language=null, rfNumber=null, rfOrder=60, authorNames=吴佳奇, 汪韬阳, 颜军, 张过, 蒋晓华, 王韵鸣, 白倩, 袁冲, journalName=中国空间科学技术, refType=null, unstructuredReference=吴佳奇, 汪韬阳, 颜军, 张过, 蒋晓华, 王韵鸣, 白倩, 袁冲.
2019. 基于Hu相关滤波的光学卫星视频点目标跟踪.
中国空间科学技术,
39(3): 55-63 [DOI:
10.16708/j.cnki.1000-758X.2018.0059], articleTitle=基于Hu相关滤波的光学卫星视频点目标跟踪, refAbstract=null), Reference(id=1249044058606346635, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2017, volume=46, issue=9, pageStart=1135, pageEnd=1146, url=null, language=null, rfNumber=null, rfOrder=61, authorNames=Wu J Q, Zhang G, Wang T Y, Jiang Y H, journalName=Acta Geodaetica et Cartographica Sinica, refType=null, unstructuredReference=
Wu J Q,
Zhang G,
Wang T Y and
Jiang Y H.
2017. Satellite video point-target tracking in combination with motion smoothness constraint and grayscale feature.
Acta Geodaetica et Cartographica Sinica,
46(9): 1135-1146, articleTitle=Satellite video point-target tracking in combination with motion smoothness constraint and grayscale feature, refAbstract=null), Reference(id=1249044058669261199, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2017, volume=46, issue=9, pageStart=1135, pageEnd=1146, url=null, language=null, rfNumber=null, rfOrder=62, authorNames=吴佳奇, 张过, 汪韬阳, 蒋永华, journalName=测绘学报, refType=null, unstructuredReference=吴佳奇, 张过, 汪韬阳, 蒋永华.
2017. 结合运动平滑约束与灰度特征的卫星视频点目标跟踪.
测绘学报,
46(9): 1135-1146 [DOI:
10.11947/j.AGCS.2017.20160599], articleTitle=结合运动平滑约束与灰度特征的卫星视频点目标跟踪, refAbstract=null), Reference(id=1249044058740564370, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2013, volume=null, issue=null, pageStart=2411, pageEnd=2418, url=null, language=null, rfNumber=null, rfOrder=63, authorNames=Wu Y, Lim J, Yang M H, journalName=null, refType=null, unstructuredReference=
Wu Y,
Lim J and
Yang M H.
2013. Online object tracking: a benchmark//Proceedings of 2013 IEEE Conference on Computer Vision and Pattern Recognition. Portland, USA: IEEE:2411-2418 [DOI:
10.1109/CVPR.2013.312], articleTitle=Online object tracking: a benchmark, refAbstract=null), Reference(id=1249044058824450453, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=null, issue=null, pageStart=1898, pageEnd=1907, url=null, language=null, rfNumber=null, rfOrder=64, authorNames=Xing D T, Evangeliou N, Tsoukalas A, Tzes A, journalName=null, refType=null, unstructuredReference=
Xing D T,
Evangeliou N,
Tsoukalas A and
Tzes A.
2022. Siamese transformer pyramid networks for real-time UAV tracking//Proceedings of 2022 IEEE/CVF Winter Conference on Applications of Computer Vision. Waikoloa, USA: IEEE:1898-1907 [DOI:
10.1109/WACV51458.2022.00196], articleTitle=Siamese transformer pyramid networks for real-time UAV tracking, refAbstract=null), Reference(id=1249044058912530842, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=15, pageEnd=44, url=null, language=null, rfNumber=null, rfOrder=65, authorNames=Xing W W, Liu W B, Wang J, Zhang S L, Wang L H, Yang Y X, Song B W, journalName=Visual Object Tracking from Correlation Filter to Deep Learning, refType=null, unstructuredReference=
Xing W W,
Liu W B,
Wang J,
Zhang S L,
Wang L H,
Yang Y X and
Song B W.
2021.
Visual Object Tracking from Correlation Filter to Deep Learning. Singapore: Springer: 15-44 [DOI:
10.1007/978-981-16-6242-3], articleTitle=null, refAbstract=null), Reference(id=1249044058983834012, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2020, volume=58, issue=2, pageStart=1074, pageEnd=1086, url=null, language=null, rfNumber=null, rfOrder=66, authorNames=Xuan S Y, Li S Y, Han M F, Wan X, Xia G S, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Xuan S Y,
Li S Y,
Han M F,
Wan X and
Xia G S.
2020. Object tracking in satellite videos by improved correlation filters with motion estimations.
IEEE Transactions on Geoscience and Remote Sensing,
58(2): 1074-1086 [DOI:
10.1109/TGRS.2019.2943366], articleTitle=Object tracking in satellite videos by improved correlation filters with motion estimations, refAbstract=null), Reference(id=1249044059067720095, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=438, issue=null, pageStart=94, pageEnd=106, url=null, language=null, rfNumber=null, rfOrder=67, authorNames=Xuan S Y, Li S Y, Zhao Z F, Zhou Z, Zhang W F, Tan H, Xia G S, Gu Y F, journalName=Neurocomputing, refType=null, unstructuredReference=
Xuan S Y,
Li S Y,
Zhao Z F,
Zhou Z,
Zhang W F,
Tan H,
Xia G S and
Gu Y F.
2021. Rotation adaptive correlation filter for moving object tracking in satellite videos.
Neurocomputing,
438: 94-106 [DOI:
10.1016/j.neucom.2021.01.058], articleTitle=Rotation adaptive correlation filter for moving object tracking in satellite videos, refAbstract=null), Reference(id=1249044059143217569, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=null, issue=null, pageStart=10428, pageEnd=10437, url=null, language=null, rfNumber=null, rfOrder=68, authorNames=Yan B, Peng H W, Fu J L, Wang D, Lu H C, journalName=null, refType=null, unstructuredReference=
Yan B,
Peng H W,
Fu J L,
Wang D and
Lu H C.
2021. Learning spatio-temporal transformer for visual tracking//Proceedings of 2021 IEEE/CVF International Conference on Computer Vision (ICCV). Montreal, Canada: IEEE:10428-10437 [DOI:
10.1109/ICCV48922.2021.01028], articleTitle=Learning spatio-temporal transformer for visual tracking, refAbstract=null), Reference(id=1249044059218715043, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2023a, volume=15, issue=17, pageStart=null, pageEnd=4351, url=null, language=null, rfNumber=null, rfOrder=69, authorNames=Yang J W, Pan Z X, Liu Y H, Niu B, Lei B, journalName=Remote Sensing, refType=null, unstructuredReference=
Yang J W,
Pan Z X,
Liu Y H,
Niu B and
Lei B.
2023a. Single object tracking in satellite videos based on feature enhancement and multi-level matching strategy.
Remote Sensing,
15(17): #4351 [DOI:
10.3390/rs15174351], articleTitle=Single object tracking in satellite videos based on feature enhancement and multi-level matching strategy, refAbstract=null), Reference(id=1249044059290018213, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2023b, volume=61, issue=null, pageStart=null, pageEnd=5608619, url=null, language=null, rfNumber=null, rfOrder=70, authorNames=Yang J W, Pan Z X, Wang Z M, Lei B, Hu Y X, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Yang J W,
Pan Z X,
Wang Z M,
Lei B and
Hu Y X.
2023b. SiamMDM: an adaptive fusion network with dynamic template for real-time satellite video single object tracking.
IEEE Transactions on Geoscience and Remote Sensing,
61: #5608619 [DOI:
10.1109/TGRS.2023.3271645], articleTitle=SiamMDM: an adaptive fusion network with dynamic template for real-time satellite video single object tracking, refAbstract=null), Reference(id=1249044059373904295, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2024, volume=62, issue=null, pageStart=null, pageEnd=5637415, url=null, language=null, rfNumber=null, rfOrder=71, authorNames=Yang X Y, Jiao L C, Li Y Y, Liu X, Li L L, Chen P H, Liu F, Yang S Y, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Yang X Y,
Jiao L C,
Li Y Y,
Liu X,
Li L L,
Chen P H,
Liu F and
Yang S Y.
2024. High-order relation learning transformer for satellite video object tracking.
IEEE Transactions on Geoscience and Remote Sensing,
62: #5637415 [DOI:
10.1109/TGRS.2024.3444820], articleTitle=High-order relation learning transformer for satellite video object tracking, refAbstract=null), Reference(id=1249044059436818857, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=60, issue=null, pageStart=null, pageEnd=5612518, url=null, language=null, rfNumber=null, rfOrder=72, authorNames=Yin Q, Hu Q Y, Liu H, Zhang F, Wang Y Q, Lin Z P, An W, Guo Y L, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Yin Q,
Hu Q Y,
Liu H,
Zhang F,
Wang Y Q,
Lin Z P,
An W and
Guo Y L.
2022. Detecting and tracking small and dense moving objects in satellite videos: a benchmark.
IEEE Transactions on Geoscience and Remote Sensing,
60: #5612518 [DOI:
10.1109/TGRS.2021.3130436], articleTitle=Detecting and tracking small and dense moving objects in satellite videos: a benchmark, refAbstract=null), Reference(id=1249044059508122027, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2016, volume=34, issue=4, pageStart=361, pageEnd=370, url=null, language=null, rfNumber=null, rfOrder=73, authorNames=Zhang G, journalName=Journal of Applied Sciences, refType=null, unstructuredReference=
Zhang G.
2016. Satellite video processing and applications.
Journal of Applied Sciences,
34(4): 361-370, articleTitle=Satellite video processing and applications, refAbstract=null), Reference(id=1249044059596202413, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2016, volume=34, issue=4, pageStart=361, pageEnd=370, url=null, language=null, rfNumber=null, rfOrder=74, authorNames=张过, journalName=应用科学学报, refType=null, unstructuredReference=张过.
2016. 卫星视频处理与应用进展.
应用科学学报,
34(4): 361-370 [DOI:
10.3969/j.issn.0255-8297.2016.04.001], articleTitle=卫星视频处理与应用进展, refAbstract=null), Reference(id=1249044059663311278, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022a, volume=60, issue=null, pageStart=null, pageEnd=4703315, url=null, language=null, rfNumber=null, rfOrder=75, authorNames=Zhang W H, Jiao L C, Liu F, Li L L, Liu X, Liu J, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Zhang W H,
Jiao L C,
Liu F,
Li L L,
Liu X and
Liu J.
2022a. MBLT: learning motion and background for vehicle tracking in satellite videos.
IEEE Transactions on Geoscience and Remote Sensing,
60: #4703315 [DOI:
10.1109/TGRS.2021.3109028], articleTitle=MBLT: learning motion and background for vehicle tracking in satellite videos, refAbstract=null), Reference(id=1249044059747197359, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2023, volume=60, issue=1, pageStart=null, pageEnd=2163063, url=null, language=null, rfNumber=null, rfOrder=76, authorNames=Zhang X D, Zhu K, Chen G Z, Liao P Y, Tan X L, Wang T, Li X W, journalName=GIScience and Remote Sensing, refType=null, unstructuredReference=
Zhang X D,
Zhu K,
Chen G Z,
Liao P Y,
Tan X L,
Wang T and
Li X W.
2023. High-resolution satellite video single object tracking based on thicksiam framework.
GIScience and Remote Sensing,
60(1): #2163063 [DOI:
10.1080/15481603.2022.2163063], articleTitle=High-resolution satellite video single object tracking based on thicksiam framework, refAbstract=null), Reference(id=1249044059822694833, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022b, volume=14, issue=11, pageStart=null, pageEnd=2691, url=null, language=null, rfNumber=null, rfOrder=77, authorNames=Zhang Y, Chen D, Zheng Y H, journalName=Remote Sensing, refType=null, unstructuredReference=
Zhang Y,
Chen D and
Zheng Y H.
2022b. Satellite video tracking by multi-feature correlation filters with motion estimation.
Remote Sensing,
14(11): #2691 [DOI:
10.3390/rs14112691], articleTitle=Satellite video tracking by multi-feature correlation filters with motion estimation, refAbstract=null), Reference(id=1249044059898192307, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=null, issue=null, pageStart=4586, pageEnd=4595, url=null, language=null, rfNumber=null, rfOrder=78, authorNames=Zhang Z P, Peng H W, journalName=null, refType=null, unstructuredReference=
Zhang Z P and
Peng H W.
2019. Deeper and wider Siamese networks for real-time visual tracking//Proceedings of 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). Long Beach, USA: IEEE:4586-4595 [DOI:
10.1109/CVPR.2019.00472], articleTitle=Deeper and wider Siamese networks for real-time visual tracking, refAbstract=null), Reference(id=1249044059965301173, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=44, issue=12, pageStart=45, pageEnd=50, url=null, language=null, rfNumber=null, rfOrder=79, authorNames=Zhang Z X, Zhu R F, Zhong X, Gao F, journalName=Fire Control and Command Control, refType=null, unstructuredReference=
Zhang Z X,
Zhu R F,
Zhong X and
Gao F.
2019. Improved real-time spatio-temporal context target tracking algorithm for high-resolution video satellites.
Fire Control and Command Control,
44(12): 45-50, articleTitle=Improved real-time spatio-temporal context target tracking algorithm for high-resolution video satellites, refAbstract=null), Reference(id=1249044060032410039, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=44, issue=12, pageStart=45, pageEnd=50, url=null, language=null, rfNumber=null, rfOrder=80, authorNames=张作省, 朱瑞飞, 钟兴, 高放, journalName=火力与指挥控制, refType=null, unstructuredReference=张作省, 朱瑞飞, 钟兴, 高放.
2019. 视频卫星单目标实时跟踪算法.
火力与指挥控制,
44(12): 45-50 [DOI:
10.3969/j.issn.1002-0640.2019.12.010], articleTitle=视频卫星单目标实时跟踪算法, refAbstract=null), Reference(id=1249044060095324601, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=31, issue=4, pageStart=284, pageEnd=290, url=null, language=null, rfNumber=null, rfOrder=81, authorNames=Zhao C H, Liu H Y, journalName=Journal of Shenyang University(Natural Science), refType=null, unstructuredReference=
Zhao C H and
Liu H Y.
2019. Aircraft object tracking algorithm based on remote sensing satellite bright visual video.
Journal of Shenyang University(Natural Science),
31(4): 284-290, articleTitle=Aircraft object tracking algorithm based on remote sensing satellite bright visual video, refAbstract=null), Reference(id=1249044060158239163, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2019, volume=31, issue=4, pageStart=284, pageEnd=290, url=null, language=null, rfNumber=null, rfOrder=82, authorNames=赵春晖, 刘海燕, journalName=沈阳大学学报(自然科学版), refType=null, unstructuredReference=赵春晖, 刘海燕.
2019. 遥感卫星明视视频中飞机目标的跟踪算法.
沈阳大学学报(自然科学版),
31(4): 284-290 [DOI:
10.16103/j.cnki.21-1583/n.2019.04.005], articleTitle=遥感卫星明视视频中飞机目标的跟踪算法, refAbstract=null), Reference(id=1249044060229542333, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2022, volume=60, issue=null, pageStart=null, pageEnd=5617611, url=null, language=null, rfNumber=null, rfOrder=83, authorNames=Zhao M Q, Li S Y, Xuan S Y, Kou L X, Gong S, Zhou Z, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Zhao M Q,
Li S Y,
Xuan S Y,
Kou L X,
Gong S and
Zhou Z.
2022. SatSOT: a benchmark dataset for satellite video single object tracking.
IEEE Transactions on Geoscience and Remote Sensing,
60: #5617611 [DOI:
10.1109/TGRS.2022.3140809], articleTitle=SatSOT: a benchmark dataset for satellite video single object tracking, refAbstract=null), Reference(id=1249044060292456895, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=84, authorNames=Zhao X L, journalName=Research on Target Tracking in Remote Sensing Videos Based on Deep Convolutional Network, refType=null, unstructuredReference=
Zhao X L.
2018.
Research on Target Tracking in Remote Sensing Videos Based on Deep Convolutional Network. Changsha: National University of Defense Technology, articleTitle=null, refAbstract=null), Reference(id=1249044060359565761, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=null, pageEnd=null, url=null, language=null, rfNumber=null, rfOrder=85, authorNames=赵晓莉, journalName=基于深度卷积网络的遥感视频目标跟踪方法研究, refType=null, unstructuredReference=赵晓莉.
2018.
基于深度卷积网络的遥感视频目标跟踪方法研究. 长沙: 国防科技大学 [DOI:
10.27052/d.cnki.gzjgu.2018.000969], articleTitle=null, refAbstract=null), Reference(id=1249044060426674627, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2024, volume=62, issue=null, pageStart=null, pageEnd=5605815, url=null, language=null, rfNumber=null, rfOrder=86, authorNames=Zhong Y F, Fang X T, Shu M, journalName=IEEE Transactions on Geoscience and Remote Sensing, refType=null, unstructuredReference=
Zhong Y F,
Fang X T and
Shu M.
2024. Online background discriminative learning for satellite video object tracking.
IEEE Transactions on Geoscience and Remote Sensing,
62: #5605815 [DOI:
10.1109/TGRS.2024.3353179], articleTitle=Online background discriminative learning for satellite video object tracking, refAbstract=null), Reference(id=1249044060481200581, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=13, issue=7, pageStart=null, pageEnd=1298, url=null, language=null, rfNumber=null, rfOrder=87, authorNames=Zhu K, Zhang X D, Chen G Z, Tan X L, Liao P Y, Wu H Y, Cui X J, Zuo Y N, Lyu Z Y, journalName=Remote Sensing, refType=null, unstructuredReference=
Zhu K,
Zhang X D,
Chen G Z,
Tan X L,
Liao P Y,
Wu H Y,
Cui X J,
Zuo Y N and
Lyu Z Y.
2021. Single object tracking in satellite videos: deep Siamese network incorporating an interframe difference centroid inertia motion model.
Remote Sensing,
13(7): #1298 [DOI:
10.3390/rs13071298], articleTitle=Single object tracking in satellite videos: deep Siamese network incorporating an interframe difference centroid inertia motion model, refAbstract=null), Reference(id=1249044060544115143, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2018, volume=null, issue=null, pageStart=103, pageEnd=119, url=null, language=null, rfNumber=null, rfOrder=88, authorNames=Zhu Z, Wang Q, Li B, Wu W, Yan J J, Hu W M, journalName=null, refType=null, unstructuredReference=
Zhu Z,
Wang Q,
Li B,
Wu W,
Yan J J and
Hu W M.
2018. Distractor-aware Siamese networks for visual object tracking//Proceedings of the 15th European Conference on Computer Vision. Munich, Germany: Springer:103-119 [DOI:
10.1007/978-3-030-01240-3_7], articleTitle=Distractor-aware Siamese networks for visual object tracking, refAbstract=null), Reference(id=1249044060598641097, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=45, issue=4, pageStart=655, pageEnd=660, url=null, language=null, rfNumber=null, rfOrder=89, authorNames=Zhu Z Y, Hu Q W, Wang Y, Ai M Y, journalName=Journal of Wuhan University of Technology (Transportation Science Engineering), refType=null, unstructuredReference=
Zhu Z Y,
Hu Q W,
Wang Y and
Ai M Y.
2021. Research on real-time vehicle tracking method based on Jilin-1 video satellite imagery.
Journal of Wuhan University of Technology (Transportation Science Engineering),
45(4): 655-660, articleTitle=Research on real-time vehicle tracking method based on Jilin-1 video satellite imagery, refAbstract=null), Reference(id=1249044060657361355, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, doi=null, pmid=null, pmcid=null, year=2021, volume=45, issue=4, pageStart=655, pageEnd=660, url=null, language=null, rfNumber=null, rfOrder=90, authorNames=朱泽尧, 胡庆武, 王玥, 艾明耀, journalName=武汉理工大学学报(交通科学与工程版), refType=null, unstructuredReference=朱泽尧, 胡庆武, 王玥, 艾明耀.
2021. 基于吉林一号视频卫星影像的实时车辆跟踪方法研究.
武汉理工大学学报(交通科学与工程版),
45(4): 655-660 [DOI:
10.3963/i.issn.2095-3844.2021.04.008], articleTitle=基于吉林一号视频卫星影像的实时车辆跟踪方法研究, refAbstract=null)], funds=null, companyList=[AuthorCompany(id=1249044036905018025, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=1, ext=[AuthorCompanyExt(id=1249044036938572460, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1Sichuan Communication Surveying and Design Institute Co., Ltd., Chengdu610017, China), AuthorCompanyExt(id=1249044036984709806, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044036905018025, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
1四川省交通勘察设计研究院有限公司,成都610017)]), AuthorCompany(id=1249044037223785145, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, xref=2, ext=[AuthorCompanyExt(id=1249044037261533884, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044037223785145, language=EN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2Faculty of Geosciences and Engineering, Southwest Jiaotong University, Chengdu611756, China), AuthorCompanyExt(id=1249044037303476926, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, companyId=1249044037223785145, language=CN, country=null, province=null, city=null, postcode=null, companyName=null, departmentName=null, remark=
2西南交通大学地球科学与工程学院,成都611756)])], figs=[ArticleFig(id=1249044044991636366, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Fig.1, caption=
Characteristics and challenges of object tracking in satellite videos ((a) large swath width; (b) small target; (c) clutter from similar objects; (d) motion blur; (e) complex background), figureFileSmall=xuMSaa+nspjXIS6ssi1R0A==, figureFileBig=N4A8KWYnuMiYIfGXYif+tA==, tableContent=null), ArticleFig(id=1249044045234906010, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=图1, caption=
卫星视频目标跟踪的特点与挑战, figureFileSmall=xuMSaa+nspjXIS6ssi1R0A==, figureFileBig=N4A8KWYnuMiYIfGXYif+tA==, tableContent=null), ArticleFig(id=1249044045536895912, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Fig.2, caption=
Advantages of object tracking in satellite videos, figureFileSmall=1JTV68ge4KlUO+jPqxqyvA==, figureFileBig=0Dd3vRAWwi6yMSkXdFR15w==, tableContent=null), ArticleFig(id=1249044045629170608, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=图2, caption=
卫星视频目标跟踪的优势((a) viewpoint comparison; (b) rigid/non-ridid deform;
, figureFileSmall=1JTV68ge4KlUO+jPqxqyvA==, figureFileBig=0Dd3vRAWwi6yMSkXdFR15w==, tableContent=null), ArticleFig(id=1249044045750805431, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Fig.3, caption=
Development history of single object tracking methods in satellite video, figureFileSmall=/ywrb2V+28peMUdL7zipQw==, figureFileBig=Mt+xUzUEefc45yHXvdNhpQ==, tableContent=null), ArticleFig(id=1249044045872440251, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=图3, caption=
卫星视频单目标跟踪方法发展历程, figureFileSmall=/ywrb2V+28peMUdL7zipQw==, figureFileBig=Mt+xUzUEefc45yHXvdNhpQ==, tableContent=null), ArticleFig(id=1249044046031823811, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Fig.4, caption=
Examples of open source satellite video object tracking datasets, figureFileSmall=oTxI9DyBIedSMsS78VajnA==, figureFileBig=vUSf4TsSAdfpiTRDAYQqLg==, tableContent=null), ArticleFig(id=1249044046249927629, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=图4, caption=
开源卫星视频目标跟踪数据集示例, figureFileSmall=oTxI9DyBIedSMsS78VajnA==, figureFileBig=vUSf4TsSAdfpiTRDAYQqLg==, tableContent=null), ArticleFig(id=1249044046463837140, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Fig.5, caption=
Precision and success plots of 18 object tracking algorithms on 50 satellite video sequences((a)precision plot;(b)success plot), figureFileSmall=tc/gmTXsvXXmhH9snDFVTw==, figureFileBig=3HgcB4w4ObCV+Q5ktPyehA==, tableContent=null), ArticleFig(id=1249044046593860572, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=图5, caption=
18种目标跟踪算法在50个卫星视频序列上的精度图和成功率图, figureFileSmall=tc/gmTXsvXXmhH9snDFVTw==, figureFileBig=3HgcB4w4ObCV+Q5ktPyehA==, tableContent=null), ArticleFig(id=1249044046811964386, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Fig.6, caption=
Precision plots of 18 object tracking algorithms in different scenario((a) precision plot for non-challenging sequences;, figureFileSmall=KdqWx2fHb4hsumaaV8JNAw==, figureFileBig=r4eKboRj0r934nAO5BzWow==, tableContent=null), ArticleFig(id=1249044047122342891, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=图6, caption=
18种目标跟踪算法在不同场景的精度图(b) precision plot for similar distractor challenge sequences; (c) precision plot for in-plane rotation challenge sequences;
, figureFileSmall=KdqWx2fHb4hsumaaV8JNAw==, figureFileBig=r4eKboRj0r934nAO5BzWow==, tableContent=null), ArticleFig(id=1249044047252366320, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Fig.7, caption=
Success plots of 18 object tracking algorithms in different scenario, figureFileSmall=8NLDB5JyEYYQ2cAp4uM3/Q==, figureFileBig=OfHy0z/J0OySd46f1kV++g==, tableContent=null), ArticleFig(id=1249044047470470137, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=图7, caption=
18种目标跟踪算法在不同场景的成功率图((a) success plot for non-challenging sequences; (b) success plot for similar distractor challenge sequences;
, figureFileSmall=8NLDB5JyEYYQ2cAp4uM3/Q==, figureFileBig=OfHy0z/J0OySd46f1kV++g==, tableContent=null), ArticleFig(id=1249044049068498945, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Fig.8, caption=
Visualization of the tracking results of the top 6 tracking algorithms with precision in different scenarios, figureFileSmall=M155ImQ+W3rxWR4z7CdT9w==, figureFileBig=vSogDPGkazwr6WLBw4tqcA==, tableContent=null), ArticleFig(id=1249044049219493901, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=图8, caption=
精确率前6名跟踪算法在不同场景下的跟踪结果可视化, figureFileSmall=M155ImQ+W3rxWR4z7CdT9w==, figureFileBig=vSogDPGkazwr6WLBw4tqcA==, tableContent=null), ArticleFig(id=1249044049336934422, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Tab.1, caption=
Public datasets of object tracking in satellite videos
, figureFileSmall=null, figureFileBig=null, tableContent=
| 数据集 | 数据类型 | 目标类型及数量 | 总帧数 | 主要挑战属性 | 发表年份 | 获取地址 |
|---|
| XDU-BDSTU | 吉林1号 | 车辆(20) | 10 000+ | LR、LF、BC、SO、 IPR、IV、OCC | 2021 | https://github.com/liusiqinqinqin/XDU-BDSTU |
| VISO | 吉林1号 | 汽车、火车、轮船、 飞机(共3 711) | 1 000 000+ | LR、CC、OV、 OCC、SO、MB | 2021 | https://github.com/QingyongHu/VISO |
| SatSOT | 吉林1号、 Skybox、 Carbonite-2 | 汽车(65)、 火车(26)、 轮船(5)、飞机(9) | 20 000+ | BC、IV、LR、IPR、 POC、FOC、 LR、SO、BJT、 ARC、DEF | 2022 | http://www.csu.cas.cn/gb/jggk/kybm/sjlyzx/gcxx_sjj/sjj_wxxl/SV248S |
| SV248S | 吉林1号 | 轮船、车辆, 飞机(共248) | - | OCC、IPR、 IV、SO等 | 2022 | https://github.com/xdai-dlgvv/SV248S |
| OOTB | 吉林1号、 SkySat-1等 | 汽车(45)、 轮船(30)、 飞机(25)、火车(10) | | IPR、POC、 FOC、IV、 MB、BC、SO等 | 2024 | https://github.com/YZCU/OOTB |
), ArticleFig(id=1249044049458569247, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=表1, caption=
卫星视频目标跟踪公开数据集统计
, figureFileSmall=null, figureFileBig=null, tableContent=
| 数据集 | 数据类型 | 目标类型及数量 | 总帧数 | 主要挑战属性 | 发表年份 | 获取地址 |
|---|
| XDU-BDSTU | 吉林1号 | 车辆(20) | 10 000+ | LR、LF、BC、SO、 IPR、IV、OCC | 2021 | https://github.com/liusiqinqinqin/XDU-BDSTU |
| VISO | 吉林1号 | 汽车、火车、轮船、 飞机(共3 711) | 1 000 000+ | LR、CC、OV、 OCC、SO、MB | 2021 | https://github.com/QingyongHu/VISO |
| SatSOT | 吉林1号、 Skybox、 Carbonite-2 | 汽车(65)、 火车(26)、 轮船(5)、飞机(9) | 20 000+ | BC、IV、LR、IPR、 POC、FOC、 LR、SO、BJT、 ARC、DEF | 2022 | http://www.csu.cas.cn/gb/jggk/kybm/sjlyzx/gcxx_sjj/sjj_wxxl/SV248S |
| SV248S | 吉林1号 | 轮船、车辆, 飞机(共248) | - | OCC、IPR、 IV、SO等 | 2022 | https://github.com/xdai-dlgvv/SV248S |
| OOTB | 吉林1号、 SkySat-1等 | 汽车(45)、 轮船(30)、 飞机(25)、火车(10) | | IPR、POC、 FOC、IV、 MB、BC、SO等 | 2024 | https://github.com/YZCU/OOTB |
), ArticleFig(id=1249044049546649635, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Tab.2, caption=
Self-made satellite video object tracking dataset
, figureFileSmall=null, figureFileBig=null, tableContent=
| 数据集 | 数据 类型 | 目标与数量 | 总帧数 | 属性 |
|---|
| 测试集 | 吉林 1号 | 车辆(50) | 8 491 | 常规序列(不具备挑战属性,20); 相似干扰物挑战(10); 平面内旋转(10); 运动模糊(10) |
), ArticleFig(id=1249044049634730027, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=表2, caption=
自制卫星视频目标跟踪数据集
, figureFileSmall=null, figureFileBig=null, tableContent=
| 数据集 | 数据 类型 | 目标与数量 | 总帧数 | 属性 |
|---|
| 测试集 | 吉林 1号 | 车辆(50) | 8 491 | 常规序列(不具备挑战属性,20); 相似干扰物挑战(10); 平面内旋转(10); 运动模糊(10) |
), ArticleFig(id=1249044049731199026, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Tab.3, caption=
Comparison of the results of 18 object tracking algorithms on 50 satellite video sequences
, figureFileSmall=null, figureFileBig=null, tableContent=
| 跟踪算法 | 精确率 (3像素)/% | 成功率(AUC)/% | 帧率/(帧/s) |
|---|
| GPU | CPU |
|---|
| SiamRPN++ | 89.88 | 56.82 | 56.42 | - |
| CFME | 88.94 | 70.30 | - | 349.86 |
| Trdimp | 87.64 | 62.07 | 20.83 | - |
| ARTrackV2 | 86.53 | 55.02 | - | - |
| SiamFC | 84.69 | 62.02 | 81.75 | - |
| Trsiam | 81.51 | 58.62 | 17.61 | - |
| ARTrack | 80.00 | 51.75 | - | - |
| SiamRPN | 79.15 | 52.35 | 358.27 | - |
| SwinTrack | 77.57 | 52.64 | 36.03 | - |
| KCF | 74.48 | 53.85 | - | 305.49 |
| SeqTrack | 70.76 | 46.61 | - | - |
| HiFT | 64.56 | 42.24 | 148.19 | - |
| TransT | 64.27 | 42.78 | 47.33 | - |
| CN | 59.25 | 48.76 | - | 130.43 |
| Stark | 59.05 | 39.66 | 24.50 | - |
| MOSSE | 42.53 | 34.71 | - | 351.03 |
| SiamTPN | 38.98 | 26.57 | 16.58 | - |
| CSK | 32.81 | 29.66 | - | 436.57 |
), ArticleFig(id=1249044049823473719, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=表3, caption=
18种目标跟踪算法在50个卫星视频序列的结果对比
, figureFileSmall=null, figureFileBig=null, tableContent=
| 跟踪算法 | 精确率 (3像素)/% | 成功率(AUC)/% | 帧率/(帧/s) |
|---|
| GPU | CPU |
|---|
| SiamRPN++ | 89.88 | 56.82 | 56.42 | - |
| CFME | 88.94 | 70.30 | - | 349.86 |
| Trdimp | 87.64 | 62.07 | 20.83 | - |
| ARTrackV2 | 86.53 | 55.02 | - | - |
| SiamFC | 84.69 | 62.02 | 81.75 | - |
| Trsiam | 81.51 | 58.62 | 17.61 | - |
| ARTrack | 80.00 | 51.75 | - | - |
| SiamRPN | 79.15 | 52.35 | 358.27 | - |
| SwinTrack | 77.57 | 52.64 | 36.03 | - |
| KCF | 74.48 | 53.85 | - | 305.49 |
| SeqTrack | 70.76 | 46.61 | - | - |
| HiFT | 64.56 | 42.24 | 148.19 | - |
| TransT | 64.27 | 42.78 | 47.33 | - |
| CN | 59.25 | 48.76 | - | 130.43 |
| Stark | 59.05 | 39.66 | 24.50 | - |
| MOSSE | 42.53 | 34.71 | - | 351.03 |
| SiamTPN | 38.98 | 26.57 | 16.58 | - |
| CSK | 32.81 | 29.66 | - | 436.57 |
), ArticleFig(id=1249044049911554109, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=EN, label=Tab.4, caption=
Comparison of the results of 18 object tracking algorithms in various scenarios
, figureFileSmall=null, figureFileBig=null, tableContent=
| 跟踪算法 | 常规 | 相似干扰物 | 平面内旋转 | 运动模糊 |
|---|
| 精确率 | 成功率 | 精确率 | 成功率 | 精确率 | 成功率 | 精确率 | 成功率 |
|---|
| SiamRPN++ | 95.16 | 67.44 | 80.47 | 40.23 | 97.55 | 72.88 | 81.04 | 36.12 |
| CFME | 99.53 | 81.37 | 93.67 | 70.94 | 61.10 | 50.98 | 90.86 | 68.84 |
| Trdimp | 91.18 | 66.98 | 75.50 | 53.76 | 89.66 | 65.56 | 90.68 | 57.08 |
| ARTrackV2 | 95.76 | 68.92 | 76.79 | 38.84 | 79.73 | 60.00 | 84.59 | 38.41 |
| SiamFC | 90.13 | 70.16 | 71.05 | 51.74 | 81.05 | 59.83 | 91.08 | 58.24 |
| Trsiam | 88.94 | 65.92 | 63.50 | 45.58 | 81.94 | 62.02 | 84.25 | 53.65 |
| ARTrack | 92.32 | 65.55 | 59.40 | 31.64 | 76.30 | 58.72 | 79.65 | 37.26 |
| SiamRPN | 87.38 | 64.43 | 56.32 | 31.37 | 96.58 | 71.93 | 68.10 | 29.57 |
| SwinTrack | 90.68 | 64.28 | 57.86 | 37.49 | 75.51 | 51.83 | 73.11 | 45.32 |
| KCF | 88.17 | 65.52 | 72.30 | 47.28 | 79.25 | 59.47 | 44.54 | 31.47 |
| SeqTrack | 89.99 | 64.14 | 49.63 | 27.57 | 62.58 | 45.93 | 61.59 | 31.27 |
| HiFT | 85.95 | 61.71 | 35.12 | 18.73 | 61.22 | 47.38 | 54.58 | 21.67 |
| TransT | 84.68 | 62.15 | 39.55 | 21.24 | 59.93 | 44.56 | 52.49 | 23.79 |
| CN | 74.66 | 63.72 | 59.18 | 40.56 | 61.03 | 57.14 | 26.70 | 18.66 |
| Stark | 81.19 | 59.20 | 36.77 | 20.08 | 44.56 | 34.51 | 51.55 | 25.30 |
| MOSSE | 22.70 | 27.04 | 74.72 | 48.59 | 14.45 | 21.58 | 78.08 | 49.28 |
| SiamTPN | 59.59 | 42.93 | 23.42 | 12.62 | 36.26 | 27.07 | 16.06 | 7.29 |
| CSK | 45.43 | 40.71 | 25.05 | 19.22 | 35.30 | 37.78 | 12.83 | 9.88 |
), ArticleFig(id=1249044049982857283, tenantId=1146029695717560320, journalId=1249024232475115590, articleId=1249044017594442132, language=CN, label=表4, caption=
18种目标跟踪算法在不同场景的结果对比
, figureFileSmall=null, figureFileBig=null, tableContent=
| 跟踪算法 | 常规 | 相似干扰物 | 平面内旋转 | 运动模糊 |
|---|
| 精确率 | 成功率 | 精确率 | 成功率 | 精确率 | 成功率 | 精确率 | 成功率 |
|---|
| SiamRPN++ | 95.16 | 67.44 | 80.47 | 40.23 | 97.55 | 72.88 | 81.04 | 36.12 |
| CFME | 99.53 | 81.37 | 93.67 | 70.94 | 61.10 | 50.98 | 90.86 | 68.84 |
| Trdimp | 91.18 | 66.98 | 75.50 | 53.76 | 89.66 | 65.56 | 90.68 | 57.08 |
| ARTrackV2 | 95.76 | 68.92 | 76.79 | 38.84 | 79.73 | 60.00 | 84.59 | 38.41 |
| SiamFC | 90.13 | 70.16 | 71.05 | 51.74 | 81.05 | 59.83 | 91.08 | 58.24 |
| Trsiam | 88.94 | 65.92 | 63.50 | 45.58 | 81.94 | 62.02 | 84.25 | 53.65 |
| ARTrack | 92.32 | 65.55 | 59.40 | 31.64 | 76.30 | 58.72 | 79.65 | 37.26 |
| SiamRPN | 87.38 | 64.43 | 56.32 | 31.37 | 96.58 | 71.93 | 68.10 | 29.57 |
| SwinTrack | 90.68 | 64.28 | 57.86 | 37.49 | 75.51 | 51.83 | 73.11 | 45.32 |
| KCF | 88.17 | 65.52 | 72.30 | 47.28 | 79.25 | 59.47 | 44.54 | 31.47 |
| SeqTrack | 89.99 | 64.14 | 49.63 | 27.57 | 62.58 | 45.93 | 61.59 | 31.27 |
| HiFT | 85.95 | 61.71 | 35.12 | 18.73 | 61.22 | 47.38 | 54.58 | 21.67 |
| TransT | 84.68 | 62.15 | 39.55 | 21.24 | 59.93 | 44.56 | 52.49 | 23.79 |
| CN | 74.66 | 63.72 | 59.18 | 40.56 | 61.03 | 57.14 | 26.70 | 18.66 |
| Stark | 81.19 | 59.20 | 36.77 | 20.08 | 44.56 | 34.51 | 51.55 | 25.30 |
| MOSSE | 22.70 | 27.04 | 74.72 | 48.59 | 14.45 | 21.58 | 78.08 | 49.28 |
| SiamTPN | 59.59 | 42.93 | 23.42 | 12.62 | 36.26 | 27.07 | 16.06 | 7.29 |
| CSK | 45.43 | 40.71 | 25.05 | 19.22 | 35.30 | 37.78 | 12.83 | 9.88 |
)], attaches=null, journal=Journal(id=1249023527618129992, delFlag=0, nameCn=中国图象图形学报, nameEn=Journal of Image and Graphics, nameHistory1=null, nameHistory2=null, issn=1006-8961, eissn=null, cn=11-3758, coden=CODEN ZTTXFZ, periodic=0, language=CN, oaType=null, ccby=null, superviseOffice=null, ownerOffice=null, pubOffice=null, editorOffice=null, officeType=null, aims=null, clcCode=null, officeProv=null, officeCity=null, officeAddr=null, officeZip=null, officeEmail=null, officePhone=null, editDirector=null, officeDirector=null, officeDirectorPhone=null, officeStaffNum=null, officeEmpNum=null, coverPicUrl=uirXtX858YS3zEpFXZttJA==, journalPrice=null, startedYear=null, abbrevIsoEn=Journal of Image and Graphics, journalRemark=null, publicationField=null, createdTime=1775720014721, updatedTime=1775720337198, createdBy=18614031015, updatedBy=13701087609, firstLetterCn=J, firstLetterEn=J, subjectCode=Engineering, subjectName=null, subjectCodeEn=Engineering, subjectNameEn=null, picCn=uirXtX858YS3zEpFXZttJA==, picEn=bud7qaxfvWHeFsbyBTAiKQ==, jcr=null, cjcr=null, exts=[JournalExt(id=1249024880377786590, language=CN, name=中国图象图形学报, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=, createdTime=1775720337242, updatedTime=1775720337242, createdBy=13701087609, updatedBy=13701087609, submissionGuidelinesUrl=, submissionAuthorUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-author&redirect_uri=https%3A%2F%2Fcjig.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=e6369def-2842-41d8, submissionEditorUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-editor&redirect_uri=https%3A%2F%2Fcjigeditor.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=9ccec05b-6bd, submissionReviewUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-author&redirect_uri=https%3A%2F%2Fcjig.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=1e8a31c8-5434-4f78, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""}), JournalExt(id=1249024880449089759, language=EN, name=Journal of Image and Graphics, nameHistory1=null, nameHistory2=null, managedBy=, sponsoredBy=, publishedBy=, editorOffice=, officeProv=null, officeCity=null, officeAddr=, officeZip=, editDirector=, officeDirector=null, officePhone=null, coverPicUrl=null, journalRemark=, submitArticleUrl=null, websiteUrl=, createdTime=1775720337259, updatedTime=1775720337259, createdBy=13701087609, updatedBy=13701087609, submissionGuidelinesUrl=, submissionAuthorUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-author&redirect_uri=https%3A%2F%2Fcjig.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=e6369def-2842-41d8, submissionEditorUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-editor&redirect_uri=https%3A%2F%2Fcjigeditor.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=9ccec05b-6bd, submissionReviewUrl=https://journal.ids.fzyun.cn/auth/realms/journal/protocol/openid-connect/auth?client_id=journal-cjig-author&redirect_uri=https%3A%2F%2Fcjig.portal.founderss.cn%2Foauth%2Fcallback&response_type=code&scope=phone+openid+email+profile&state=1e8a31c8-5434-4f78, submissionCeEditorUrl=, submissionAeEditorUrl=, option={"copyright":""})], databaseList=null, tenantJournalId=1249024232475115590, websiteList=[Website(id=1249025782459334881, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1249024232475115590, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN, language=CN, createTime=1775720552315, createBy=18614031015, updateTime=1775720586268, updateBy=18614031015, name=中国图象图形学报-中文, tplId=1146099689490845704, title=中国图象图形学报, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1249026166254928133, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=articleTextType, value=kx, createTime=1775720643819, updateTime=1775720643819, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166221373698, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=banner, value=null, createTime=1775720643811, updateTime=1775720643811, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166271705352, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=grayFlag, value=0, createTime=1775720643823, updateTime=1775720643823, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166212985089, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=logo, value=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN/file/pic?fileId=TDRjKTHfgAnvFKZaDA70wA==, createTime=1775720643809, updateTime=1775720643809, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166288482570, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=minRunFlag, value=0, createTime=1775720643827, updateTime=1775720643827, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166246539524, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN/file/pic, createTime=1775720643817, updateTime=1775720643817, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166280093961, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=silenceFlag, value=0, createTime=1775720643825, updateTime=1775720643825, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166233956611, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_cn_619/, createTime=1775720643814, updateTime=1775720643814, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166259122438, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=themeColor, value=null, createTime=1775720643820, updateTime=1775720643820, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026166267511047, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782459334881, code=themeStyle, value=null, createTime=1775720643822, updateTime=1775720643822, creator=18614031015, updator=18614031015)]), Website(id=1249025782681633001, webName=null, webTitle=null, webDomain=null, webCopyrigh=null, webIpcNo=null, seoTitle=null, seoKeywords=null, seoDescription=null, tenantJournalId=null, journalId=1249024232475115590, journalNameCn=null, journalNameEn=null, grayFlag=null, tenantId=1146029695717560320, platformId=null, journalGroupId=null, journalGroupNameCn=null, journalGroupNameEn=null, type=1, domain=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN, language=EN, createTime=1775720552368, createBy=18614031015, updateTime=1775720607118, updateBy=18614031015, name=中国图象图形学报-英文, tplId=1146101810881728533, title=Journal of Image and Graphics, delFlag=0, indexPage=/home, props=[WebsiteProps(id=1249026195371786511, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=articleTextType, value=kx, createTime=1775720650761, updateTime=1775720650761, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195355009292, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=banner, value=null, createTime=1775720650757, updateTime=1775720650757, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195392758034, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=grayFlag, value=0, createTime=1775720650766, updateTime=1775720650766, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195342426379, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=logo, value=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN/file/pic?fileId=TDRjKTHfgAnvFKZaDA70wA==, createTime=1775720650754, updateTime=1775720650754, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195409535252, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=minRunFlag, value=0, createTime=1775720650770, updateTime=1775720650770, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195367592206, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=picServerUrl, value=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN/file/pic, createTime=1775720650760, updateTime=1775720650760, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195401146643, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=silenceFlag, value=0, createTime=1775720650768, updateTime=1775720650768, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195359203597, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=staticResourcePath, value=https://castjournals.cast.org.cn/joweb/cast_kjdb_en_623/, createTime=1775720650758, updateTime=1775720650758, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195380175120, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=themeColor, value=null, createTime=1775720650763, updateTime=1775720650763, creator=18614031015, updator=18614031015), WebsiteProps(id=1249026195388563729, tenantId=1146029695717560320, journalId=null, journalGroupId=null, siteId=1249025782681633001, code=themeStyle, value=null, createTime=1775720650765, updateTime=1775720650765, creator=18614031015, updator=18614031015)])], journalTitle=中国图象图形学报, weixinUrl=null, journalUrl=https://www.cjig.cn/, iacademicId=null, status=1, seqNo=null, journalTitleEn=Journal of Image and Graphics, journalPhotoCn=uirXtX858YS3zEpFXZttJA==, journalPhotoEn=bud7qaxfvWHeFsbyBTAiKQ==, journalFirstLetter=J, journalRecommend=null, journalNew=null, journalCollection=null, jcrJf=null, cjcrJf=null, jcrJfStr=null, cjcrJfStr=null, submissionFirstDecision=null, sciSubjectClassification=null, casSubjectClassification=null, citeScore=null, totalCitationFrequency=null, icpCode=null, psCode=null, advertisingLicenseCode=null, copyrightInformation=null, country=null, option=, provinceCode=null, provinceName=null, collectFlag=false), detailUrlCn=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN/10.11834/jig.240750, detailUrlEn=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN/10.11834/jig.240750, pdfUrlCn=https://castjournals.cast.org.cn/joweb/zgtxtxxb/CN/PDF/10.11834/jig.240750, pdfUrlEn=https://castjournals.cast.org.cn/joweb/zgtxtxxb/EN/PDF/10.11834/jig.240750, aliStartDate=null, aliEndDate=null, collectionFlag=false, citedCount=null, citedUrl=null, reference=null)