turns-00025.parquet:48298
ee4f5c7f9ae8d0f7fbac19f8degenerate_repetitionAbsentFinal dense release
Select one behavior. Every returned turn has one binary label: Present or Absent. Source: final dense boolean release.
ee4f5c7f9ae8d0f7fbac19f8statistically which businesses have the highest success rates
According to statistics, the industries with the highest success rates for new businesses are typically in the healthcare and social assistance sector, followed by finance and insurance, professional, scientific, and technical services, and education and training. These industries tend to have lower failure rates due to factors such as stable demand, high barriers to entry, and a proven track record of success. Additionally, businesses in these sectors often provide essential services that are in high demand regardless of economic conditions.
b40ea358e9e17ec16fd17318please list 10 examples of each
Sure! Here are 10 examples of industries with high success rates for new businesses: Healthcare and Social Assistance: 1. Medical and dental practices 2. Home healthcare services 3. Assisted living facilities 4. Mental health counseling services 5. Physical therapy clinics 6. Substance abuse treatment centers 7. Elderly care services 8. Medical equipment and supplies manufacturing 9. Health and wellness coaching 10. Health insurance providers Finance and Insurance: 1. Commercial banks 2. Credit unions 3. Insurance agencies 4. Investment firms 5. Financial planning services 6. Tax preparation services 7. Risk management consulting 8. Wealth management services 9. Mortgage brokerage 10. Real estate investment trusts Professional, Scientific, and Technical Services: 1. Legal services 2. Accounting and bookkeeping services 3. Architectural and engineering firms 4. Marketing and advertising agencies 5. Management consulting firms 6. IT consulting services 7. Research and development firms 8. Environmental consulting services 9. Graphic design and web development companies 10. Event planning and management services Education and Training: 1. Private schools 2. Tutoring and test preparation services 3. Online education platforms 4. Vocational training centers 5. Language schools 6. Corporate training services 7. Educational software development 8. Coaching and mentoring programs 9. Professional development workshops 10. Education technology companies
2541d8949083181ec7cfc4bfwhere can i find a whole bunch of statistics about a whole bunch of stuff
You can find statistics on a wide range of topics from various sources such as government agencies, research institutes, and non-profit organizations. Some popular sources for statistics include: 1. The United Nations Statistics Division (UNSD): Provides access to a wide range of international statistics on topics such as population, economic indicators, environment, and health. 2. The World Bank: Offers a vast array of statistics on global development indicators, including poverty, education, health, and gender equality. 3. The United States Census Bureau: Provides demographic, economic, and social statistics for the United States, including population estimates, housing data, and business information. 4. Statista: An online statistics portal that provides access to over one million statistics on a wide range of topics, including industries, markets, and demographics. 5. Your local library or academic institution: Many libraries and academic institutions have subscriptions to databases that contain a wealth of statistical information. Additionally, you can use search engines such as Google Scholar or specialized databases like JSTOR to find research papers and studies that include statistical data. Remember to always check the credibility and reliability of the sources you use to ensure the accuracy of the statistics you find.
d2b654aaa69b99cd15fc916f分析:Introduction Visual tracking aims to uniquely identify and track an object within a video sequence by using arbitrary target queries. In the visual world, objects rarely exist in isolation but rather within a larger and dynamic context. Therefore, visual perception is a complex process that involves interpreting and understanding the surrounding environment of an object. In such a situation, equipping a model with the ability to perform online contextual reasoning and establish associations presents a challenge in the field of visual tracking. Despite this challenge, a significant number of current tracking methods overlook this problem and instead rely on the offline image-pair matching to localize instances in the current frame. As shown in Fig.1(a), these offline methods(Bertinetto et al. 2016; Li et al. 2019; Chen et al. 2021; Yan et al. 2021a; Ye et al. 2022; Cui et al. 2022) typically follow a three-phase process: (i) extracting features by sampling two video frames (i.e., reference and search frames); (ii) propagating the initial target information from the reference to the search frame through a matching/fusion module; and (iii) utilizing a bounding box prediction head to output the localization results. Most trackers have performed well under this paradigm, but still exhibit the following drawbacks: (1) The sampling frames are sparse (i.e., using only one reference frame and one search frame). Although visual tracking inherently contains rich temporal data, this simple sampling strategy falls short in accurately representing the motion state of an object, posing a significant challenge for trackers to comprehend dynamic video content, and (2) The target information is matched offline and limited to image-pair level, preventing the association of the targets across video frames. Traditional feature matching/- fusion methods(Chen et al. 2020; Zhang et al. 2020; Guo et al. 2021; Xie et al. 2022) focus on the appearance similar ity of object, without considering the property that tracking instance rely on continuous cross-frame associations. To incorporate temporal information into the model, some approaches commonly design online updating techniques, such as updating templates(Yan et al. 2021a; Cui et al. 2022) and updating model parameters(Bhat et al. 2019). Despite being successful, these methods still rely on sparse sampling frames (i.e., reference, search, and update frames) and do not effectively explore how information is propagated online across search frames. This inspired us to think: can our visual tracking algorithm densely associate and perceive an object in a video streaming context? The answer is affirmative. Unlike conventional approaches that rely on offline image-pair matching with sparse sampling frames, this paper proposes ODTrack, a novel video-level framework for visual tracking that capitalizes on video stream modeling. Specifically, we reformulate object tracking as a token sequence propagation task that densely associates the contextual relationships of across video frames in an auto-regressive manner, as shown in Fig.1(b). To overcome the limitations of traditional imagepair sampling strategy and explore the rich temporal dependencies, we extend the model’s input from image-pair to the level of a video stream. Under this new input paradigm, we design two simple yet effective temporal token propagation attention mechanism that captures the spatio-temporal trajectory relationships of the target instance using an online token propagation manner, thus allowing the processing of video-level inputs of arbitrary length. Notably, we treat each video sequence as a continuous sentence, enabling us to employ language modeling for a comprehensive contextual understanding of the video content. This novel approach significantly distinguishes our tracker from traditional methods (Yan et al. 2021a; Ye et al. 2022; Cui et al. 2022) and greatly strengthens its ability to understand the spatio-temporal trajectory of target instance. The main contributions of this work are as follows. • We propose a novel video-level tracking pipeline, called ODTrack. In contrast to existing tracking approaches based on sparse temporal modeling, we employ a token sequence propagation paradigm to densely associate contextual relationships across video frames. • We introduce two temporal token propagation attention mechanisms that compress the discriminative features of the target into a token sequence. This token sequence serves as a prompt to guide the inference of future frames, thus avoiding complex online update strategies. • Our approach achieves a new state-of-the-art tracking results on seven visual tracking benchmarks, including LaSOT, TrackingNet, GOT10K, LaSOText, VOT2020, TNL2K, and OTB100. 和 Related Work Traditional Tracking Framework. The current popular trackers(Bertinetto et al. 2016; Li et al. 2019; Chen et al. 2021; Ye et al. 2022) are dominated by the Siamese tracking paradigm, which achieves tracking by image-pair matching. To improve the accuracy and robustness of trackers, several different approaches are proposed, such as prediction head networks (Li et al. 2018; Chen et al. 2020; Zhang et al. 2020), cross-correlation modules (Han et al. 2021; Liao et al. 2020; Chen et al. 2021), powerful backbone (Chen et al. 2022; Cui et al. 2022) and attention mechanisms (Guo et al. 2021; Yu et al. 2020). In recent years, the introduction of the transformer (Vaswani et al. 2017) enables trackers (Yan et al. 2021a; Xie et al. 2022; Cui et al. 2022; Ye et al. 2022) to explore more powerful and deeper feature interactions, resulting in significant advances in tracking algorithm development. However, most of these methods are designed based on offline mode and sparse image-pair strategy. With this design paradigm, the tracker struggles to accurately comprehend the object’s motion state in the temporal dimension and can only resort to traditional Siamese similarity for appearance modeling. In contrast to these approaches, we reformulate object tracking as a token sequence propagation task and aim to extend Siamese tracker to efficiently exploit target temporal information in an auto-regressive manner. Temporal Modelling in Visual Tracking. Multi-object tracking algorithms(Meinhardt et al. 2022; Zeng et al. 2022) typically involve the recognition and association of individual objects in a video, making the study of trajectory information a common practice. However, there exists a relatively limited amount of research exploring the utilization of spatio-temporal trajectory information in single-object tracking algorithms. To explore temporal cues within the Siamese framework, several online update methods are carefully designed. UpdateNet(Zhang et al. 2019) introduces an adaptive updating strategy, which utilizes a custom network to fuse accumulated templates and generate a weighted updated template feature for visual tracking. DCF-based trackers(Danelljan et al. 2019; Bhat et al. 2019; Danelljan, Gool, and Timofte 2020) excel at updating model parameters online using sophisticated optimization techniques, thereby improving the robustness of the tracker. STMTrack(Fu et al. 2021) and TrDiMP(Wang et al. 2021a) employ attention mechanism to effectively extract contextual information along the temporal dimension. STARK(Yan et al. 2021a) and Mixformer(Cui et al. 2022) specifically design target quality branch for updating template frame, which aids in improving the tracking results. Recently, there has been a gradual surge in research attention towards modeling temporal context from various perspectives. TCTrack (Cao et al. 2022) introduces an online temporal adaptive convolution and an adaptive temporal transformer that aggregates temporal contexts at two levels containing feature extraction and similarity map refinement. VideoTrack (Xie et al. 2023) designs a new tracker based on video transformer and uses a simple feedforward network to encode temporal dependencies. ARTrack (Xing et al. 2023) presents a new time-autoregressive tracker that estimates the coordinate sequence of an object progressively. Nevertheless, the above tracking algorithms still suffer from the following limitations: (1) The optimization process is complex, involving the design of specialized loss functions(Bhat et al. 2019), multi-stage training strategies(Yan et al. 2021a), and manual update rules(Yan et al. 2021a), and (2) Although they explore temporal information to some extent, they fail to investigate how temporal cues propagate across search frames. In this work, we introduce a new dense context propagation mechanism from a token propagation perspective, which offers a solution to circumvent intricate optimization processes and training strategies. Further, we propose a new baseline approach, called ODTrack, focused on unlocking the potential of temporal modeling through the propagation of target motion/trajectory information. 在内容和和含义上有何不同?回答完问题之后,将讲述内容翻译为中文。
这段文字首先介绍了当前视觉跟踪领域的挑战和不足。作者提到,尽管视觉跟踪的主要任务是通过任意目标查询在视频序列中唯一地识别和跟踪一个物体,但当前很多方法依赖于离线的图像对匹配,忽略了包含上下文信息的动态环境这一实际问题。这些方法存在几个缺点,比如采样帧稀疏和目标信息仅限于图像对水平,影响了对动态视频内容的理解和跨帧目标关联的能力。 为了克服这些问题,作者提出了一种名为ODTrack的新方法,它是一个视频级别的视觉跟踪框架,强调视频流建模。ODTrack将物体跟踪重新定义为一个token序列传递任务,通过自回归方式实现视频帧之间上下文关系的密集关联。这个方法不仅有效地捕捉了目标实例的时空轨迹关系,而且避免了复杂的在线更新策略。 该方法在多个视觉跟踪基准测试上取得了新的最佳性能,包括LaSOT, TrackingNet, GOT10K, LaSOText, VOT2020, TNL2K 和 OTB100。 接下来,作者讨论了传统的跟踪框架,指出现有的方法普遍基于稀疏的时间建模,难以准确理解物体在时间维度上的运动状态。与之对比,ODTrack通过token序列传递任务扩展了Siamese网络跟踪方法,非常适合挖掘目标的时间信息。 最后,作者总结了一些现有的时空建模方法,并指出这些方法在优化过程复杂且未能充分探讨时空线索在搜索帧中的传播。ODTrack通过引入一种新的密集上下文传递机制解决了这一问题,并提出了一种新的基线方法,着重解锁时空建模的潜力。 **翻译:** 视觉跟踪旨在通过任意目标查询在视频序列中唯一地识别和跟踪一个物体。在视觉世界中,物体很少孤立存在,而是位于一个更大且动态的环境中。因此,视觉感知是一个复杂的过程,涉及到对物体周围环境的解释和理解。在这种情况下,为模型配备在线上下文推理和建立关联的能力,在视觉跟踪领域提出了一个挑战。 尽管存在这样的挑战,但当前相当一部分跟踪方法忽略了这个问题,而是依赖于离线图像对匹配来定位当前帧中的实例。如图1(a)所示,这些离线方法(Bertinetto et al. 2016; Li et al. 2019; Chen et al. 2021; Yan et al. 2021a; Ye et al. 2022; Cui et al. 2022)通常遵循三阶段过程:(i) 通过采样两个视频帧(即参考帧和搜索帧)提取特征;(ii) 通过匹配/融合模块将初始目标信息从参考帧传播到搜索帧;(iii) 使用一个边界框预测头输出定位结果。大多数跟踪器在这个范式下表现良好,但仍然存在以下缺点:(1) 采样帧稀疏(即仅使用一个参考帧和一个搜索帧)。尽管视觉跟踪本质上包含丰富的时间数据,但这种简单的采样策略无法准确表示物体的运动状态,对跟踪器理解动态视频内容提出了显著挑战,(2) 目标信息是离线匹配的并且仅限于图像对水平,阻止了跨视频帧目标的关联。传统的特征匹配/融合方法(Chen et al. 2020; Zhang et al. 2020; Guo et al. 2021; Xie et al. 2022)关注物体的外观相似性,而未考虑跟踪实例依赖于连续的跨帧关联这一性质。 为了将时间信息纳入模型,一些方法通常设计在线更新技术,如更新模板(Yan et al. 2021a; Cui et al. 2022)和更新模型参数(Bhat et al. 2019)。尽管取得了一定成功,这些方法仍依赖于稀疏采样帧(即参考、搜索和更新帧),并未有效探索信息在搜索帧间的在线传播。这个问题启发我们思考:我们的视觉跟踪算法能否在视频流上下文中密集关联和感知一个物体? 答案是肯定的。与依赖稀疏采样帧的离线图像对匹配的常规方法不同,本文提出了一种新颖的视频级别框架ODTrack,旨在利用视频流建模。具体来说,我们将物体跟踪重新定义为一个token序列传递任务,通过自回归方式密集关联视频帧之间的上下文关系,如图1(b)所示。为克服传统图像对采样策略的限制并探索丰富的时域依赖关系,我们将模型的输入从图像对扩展到视频流级别。在这个新的输入范式下,我们设计了两种简单而有效的时间token传递注意力机制,使用在线token传递方式捕捉目标实例的时空轨迹关系,从而允许处理任意长度的视频级输入。值得注意的是,我们将每个视频序列视为一个连续的句子,使我们能够采用语言建模来全面理解视频内容。这个新颖的方法显著区分了我们的跟踪器与传统方法(Yan et al. 2021a; Ye et al. 2022; Cui et al. 2022),极大地增强了它理解目标实例时空轨迹的能力。 我们工作的主要贡献如下: * 我们提出了一种新颖的视频级别跟踪流程,称为 ODTrack。与基于稀疏时间建模的现有跟踪方法相比,我们采用token序列传递范式密集关联视频帧之间的上下文关系。 * 我们引入了两种时间token传递注意力机制,将目标的判别特征压缩成token序列。这个token序列作为未来帧推理的提示,避免了复杂的在线更新策略。 * 我们的方法在七个视觉跟踪基准测试中取得了新的最先进跟踪结果,包括LaSOT、TrackingNet、GOT10K、LaSOText、VOT2020、TNL2K和OTB100。 传统跟踪框架。当前流行的跟踪器(Bertinetto et al. 2016; Li et al. 2019; Chen et al. 2021; Ye et al. 2022)主要由Siamese跟踪范例主导,通过图像对匹配实现跟踪。为了提高跟踪器的精度和鲁棒性,提出了几种不同的方法,如预测头网络(Li et al. 2018; Chen et al. 2020; Zhang et al. 2020),交叉相关模块(Han et al. 2021; Liao et al. 2020; Chen et al. 2021),强大的骨干网络(Chen et al. 2022; Cui et al. 2022)和注意力机制(Guo et al. 2021; Yu et al. 2020)。近年来,变压器(Vaswani et al. 2017)的引入使得跟踪器(Yan et al. 2021a; Xie et al. 2022; Cui et al. 2022; Ye et al. 2022)能够探索更强大的、更深入的特征交互,从而在跟踪算法开发上取得了显著进展。然而,大多数这些方法是基于离线模式和稀疏图像对策略设计的。在这种设计范式下,跟踪器难以在时间维度上准确理解物体的运动状态,只能诉诸于传统的Siamese相似度用于外观建模。与这些方法相比,我们将物体跟踪重新定义为一个token序列传递任务,并旨在扩展Siamese跟踪器以自回归方式有效利用目标时间信息。 视觉跟踪中的时间建模。多目标跟踪算法(Meinhardt et al. 2022; Zeng et al. 2022)通常涉及到识别和关联视频中的个体物体,使得轨迹信息的研究成为常见实践。然而,在单目标跟踪算法中,利用时空轨迹信息的研究相对较少。 为了在Siamese框架中探索时间线索,精心设计了几种在线更新方法。UpdateNet(Zhang et al. 2019)引入了一种自适应更新策略,利用自定义网络融合累积模板并生成一个加权更新模板特征用于视觉跟踪。基于DCF的跟踪器(Danelljan et al. 2019; Bhat et al. 2019; Danelljan, Gool 和 Timofte 2020)擅长使用复杂的优化技术在线更新模型参数,从而提高了跟踪器的鲁棒性。STMTrack(Fu et al. 2021)和TrDiMP(Wang et al. 2021a)采用注意力机制有效提取时间维度上的上下文信息。STARK(Yan et al. 2021a)和Mixformer(Cui et al. 2022)专门设计了目标质量分支用于更新模板帧,有助于提高跟踪结果。最近,逐步增加了从不同角度对时间上下文建模的研究关注。TCTrack(Cao et al. 2022)引入了一种在线时间自适应卷积和自适应时间变压器,在包含特征提取和相似图优化的两个层次上聚合时间上下文。VideoTrack(Xie et al. 2023)设计了一种基于视频变压器的新跟踪器,并使用一个简单的前馈网络编码时间依赖关系。ARTrack(Xing et al. 2023)提出了一种新的时间自回归跟踪器,逐步估计物体的坐标序列。 尽管如此,上述跟踪算法仍然存在以下局限:(1) 优化过程复杂,涉及设计专门的损失函数(Bhat et al. 2019),多阶段训练策略(Yan et al. 2021a)和手动更新规则(Yan et al. 2021a),以及 (2) 虽然它们在某种程度上探索了时间信息,但未能研究时间线索如何在搜索帧中传播。在这项工作中,我们从token传递的视角引入了一种新的密集上下文传递机制,提供了一种解决复杂优化过程和训练策略的方法。此外,我们提出了一种新的基线方法,称为ODTrack,着重解锁通过目标运动/轨迹信息传递对时间建模的潜力。
783233da9f0cc343b97f22d9再翻译:1 Introduction Visual object tracking targets locating the initialized target object using a series of bounding boxes in the color videos. It is one of the most important tasks in computer vision and provides a good basis for other vision tasks, such as activity recognition, person re-identiffcation, and trajectory analysis. Many representative trackers are proposed like MDNet [1], SiamFC [2], SiamRPN [3], DiMP [4], TransT [5]. Although these Color-based trackers exhibit satisfactory outcomes in straightforward scenarios, their efffcacy notably falters under intricate challenging scenarios like low illumination, over-exposure, fast motion, heavy occlusion, and background clutter. In these situations, the RGB camera will generate low-quality visible color videos while event camera can promote tracking performance with its bio-inspired sensor and motion-sensitive character. To address the limitations arising from singlemodal defects, some researchers resort to fusing color and event cameras for reliable object tracking. As the event camera is a bio-inspired sensor, which records binary events (i.e., the ON and OFF event) in each pixel when the variation of light intensity exceeds the given threshold. It shows signiffcant advantages over RGB cameras in the high dynamic range (HDR), low energy consumption, and low latency. The dense temporal resolution makes it almost free from the interference of motion blur, and HDR ensures its imaging performance in low-illumination and overexposure scenarios. Simultaneously, RGB cameras provide color and texture information that hold significant relevance for tracking. The integration of color and event cameras provides a new avenue for practical tracking. Despite their scarcity, a handful of studies have delved into the fusion scheme for color-event-based tracking [6–10]. To be speciffc, Zhang et al. [7] design the cross-domain feature integrator to fuse the color and event data. Huang et al. [8] reconstruct grey frames from event streams to enhance the feature learning for their SVM-based tracker. These algorithms divide the tracking into multiple stages, including backbone network, feature fusion, interactive head, and tracking head, as shown in Fig. 1 (a)- (b). Note that, Siamese matching based color-event trackers [6, 7] involve the template and search feature extraction and matching, which further complicates the tracking framework. Further, their models achieve about 20 and 14 FPS only, which makes it hard to achieve real-time tracking in practical applications. This inspired us to think about designing a uniffed and simple multi-modal tracking framework to achieve efffcient and accurate tracking. The recently proposed Transformer [11] has shown its natural advantages and effects in simplifying network structure, such as object detection [12], segmentation [13], and tracking [14, 15]. However, there is still no work to design a uniffed tracking framework for color-event object tracking task. In this paper, we propose a uniffed single-stage tracking framework to accomplish color-event tracking, termed CEUTrack. As shown in Fig. 1 (c), it contains three main modules, including the projection embedding layer, uniffed adaptive backbone, and tracking head. With the event stream sampled from DVS, we ffrst reconstruct the event points into voxel sets for efffcient representation. Accompanied by the template and search branch inputs, CEUTrack crops the color frames and event voxel sets to get four regularized pending tensors. After projection, these inputs are embedded into multi-modal tokens and fed into the uniffed vision transformer backbone. To facilitate information ffow between different Transformer blocks, we propose the use of adapters to connect various Transformer layers. Speciffcally, we utilize cross-attention to aggregate the input and output of the Transformers, allowing for better capture of richer multi-level feature representations. The tracking head projects the output tokens to predict the trajectory of the target object. Compared with the popular Siamese frameworks (dual-branch for unimodal, four-branch for bimodal data), our proposed CEUTrack involves multi-modal tracking into single-branch architecture that concatenates all of the tokens as one entry. Therefore, it simpliffes the multi-modal (color-event) tracking signiffcantly and achieves a very high running efffciency (75 FPS). Extensive experiments demonstrate that our model achieves new SOTA (StateOf-The-Art) performance on previous and proposed color-event tracking datasets. To better validate the effectiveness of our model and facilitate the community, we also propose a large-scale benchmark dataset for Color-Event multimodality Single Object Tracking, termed COESOT. It contains 1354 aligned video sequences captured by the DVS346 event camera, in which the training and testing subsets have 827 and 527 videos respectively. The target object of COESOT covers a more comprehensive range of categories than existing color-event tracking datasets [6, 7], like vehicles, pedestrian, card, toy, bird, monkey, tiger, elephant, zebra, crocodile, etc. To fully reffect the vital challenging factors in visual and event tracking, 17 attributes are annotated to help detailly evaluate the performance of the trackers. More detailed introductions and comparisons can be found in Section 4 and Table 1. In addition, we also propose a new evaluation metric named BreakOut Capability score (BOC) for visual object tracking. Different from existing metrics that treat each video equally to get a precision score, such as PR (Precision Rate), NPR (Normalized Precision Rate), and SR (Success Rate), BOC score focuses more on the prominence of the evaluated tracking algorithm compared with existing ones. In other words, a higher weight proportion will be given for a challenging video, while an ordinary proportion will be assigned for a simple video. Note that the difffculty of each video is comprehensively measured by the accuracy of existing trackers. To sum up, the main contributions of this paper can be summarized as the following four aspects: • We propose an adaptive uniffed tracking framework based on a transformer network, termed CEUTrack, which is the ffrst simpliffed one-stage backbone for color-event tracking that achieves feature extraction, fusion, and interactive learning simultaneously. • We propose a large-scale and general benchmark dataset for color-event tracking, termed COESOT. It consists of the most signiffcantly abundant categories of target objects and video sequences in color-event tracking community to date. We extend multiple modern baseline methods on the COESOT for future works’ benchmark comparison. • We propose a new evaluation metric for the tracking task, termed BOC score. It can better reffect the outstanding ability of the tracking algorithm compared with the existing baseline methods on difffcult videos. • Extensive experiments on multiple benchmarks (COESOT, VisEvent, FE108) assess the effectiveness and efffciency of the algorithm. The proposed tracker CEUTrack sets new SOTA performance on existing datasets meanwhile running at a remarkable speed (75 FPS). 和 2 Related Work In this section, we will brieffy review the related works on event-based tracking and RGB-Event based tracking. More works can be found in the paper list. Event-based Tracking. Event-based tracking has attracted more and more attention in recent years. To be speciffc, based on the DVS camera, ATSLTD [16] proposes an event-frame combined algorithm to construct the event to frames and warp the spatio-temporal information of asynchronous retinal events. Chen et al. [17] further feed the sequence of TSLTD frames to a retinal motion regression network to perform an endto-end 5-degree-of-freedom (5-DoF) object motion regression. Ramesh et al. [18] use the discriminative representation for the object with online learning for long-term event-based tracking. Chamorro et al. [19] present an ultra-fast tracking algorithm able to estimate 6-DoF motion and a robust mechanism for the matching of events with projected line segments with very fast outlier rejection. Ignacio et al. [20] propose an asynchronous patch-feature tracker that relies solely on events and processes each event individually as soon as it gets generated. To solve the HDR situation, Jiang et al. [21] combined the offfine-trained detector with an online-trained tracker in a speciffc Kalman fusion scheme. SiamEvent [22] correlates the embedded events at two timestamps to compute the target edge similarity and use the Siamese network via edge-aware similarity learning. Zhu et al. [23] proposes an event-based tracker based on key-event embedding and motion-aware target likelihood prediction. STNet [24] employs the Transformer network and spiking neural network (SNN) to extract temporal and global spatial information. However, with the above development, event-based tracking still has low tracking ability because of the limited event-modality representation and lack of color information. Color-Event based Tracking. Tracking by combining color frames and event streams is an interesting and reliable way to achieve high-performance target object localization. For instance, Daniel et al. [9, 25] ffrstly leverage the complementarity of event and visible cameras to realize low latency feature tracking. DashNet [26] jointly processes the synchronous activation from artiffcial neural networks and SNN spikes signal resources based on the complementary fflter and attention module. ESVM [8] is a color-event tracker proposed by Huang et al., which targets tracking objects by adaptive search region mining and online SVM (Support Vector Machine) updating. Liu et al. [27] propose a three-step tracking algorithm by fusing color frames and event streams simultaneously. Zhang et al. [7, 28] propose self- and cross-domain attention with an adaptive weighting scheme to fuse visual and event images. Wang et al. [6] build the CMT which is a cross-modality transformer module that performs well for color-event tracking. Zhang et al. propose the AFNet [29] which is a dual-branch network with modality-alignment modules to export the information fusion of color and event frames to realize high-frame rate tracking. Although good performance can be achieved in some scenarios, these trackers involve multiple components and branches, such as fusion strategies, multi-step structures, augmentation modules, and dual-branch (Siamese) frameworks to locate the target object. Therefore, these algorithms suffer from heavily limited tracking efffciency with superffuous module design. In this paper, we propose a simple and uniffed color-event tracking framework that can realize more efffcient and accurate tracking. 并分一下intruduction和related work之间的不同。
### 1. 引言 视觉物体跟踪旨在使用一系列边界框在彩色视频中定位初始化的目标物体。这是计算机视觉中最重要的任务之一,为其他视觉任务(如活动识别、人员再识别和轨迹分析)提供了良好的基础。许多代表性的跟踪器被提出,例如MDNet、SiamFC、SiamRPN、DiMP和TransT。尽管这些基于颜色的跟踪器在简单场景中表现出令人满意的结果,但在复杂的挑战性场景下如低照度、过度曝光、快速运动、严重遮挡和背景混乱中,其效果显著下降。在这些情况下,RGB摄像机会生成低质量的可见光视频,而事件摄像机能够凭借其仿生传感器和运动敏感特性提升跟踪性能。 为了应对单模缺陷带来的局限性,一些研究人员采用融合颜色和事件摄像机的方法进行可靠的物体跟踪。事件摄像机是一种仿生传感器,当光强变化超过设定阈值时,以每个像素记录二进制事件(即ON和OFF事件)。它在高动态范围(HDR)、低能耗和低延迟方面显示出显著优于RGB摄像机的优势。密集的时间分辨率使其几乎不受运动模糊的干扰,而HDR则确保其在低照度和过度曝光场景中的成像性能。同时,RGB摄像机提供了对跟踪至关重要的颜色和纹理信息。颜色和事件摄像机的结合为实际跟踪提供了一条新途径。 尽管相关研究稀缺,但仍有一些研究深入探讨了基于颜色-事件融合的跟踪方案。例如,Zhang等设计了跨域特征融合器来融合颜色和事件数据;Huang等从事件流中重建灰度帧以增强基于SVM的跟踪器的特征学习。这些算法将跟踪分为多个阶段,包括骨干网络、特征融合、互联系统和跟踪头,如图1(a)-(b)所示。值得注意的是,基于Siamese匹配的颜色-事件跟踪器涉及模板和搜索特征的提取和匹配,进一步复杂化了跟踪框架。此外,这些模型仅能达到约20和14 FPS的速度,难以在实际应用中实现实时跟踪。这激发了我们设计一个统一且简化的多模态跟踪框架,以实现高效准确的跟踪。最近提出的Transformer在简化网络结构方面表现出天然的优势和效果,例如目标检测、分割和跟踪。然而,目前仍没有针对颜色-事件物体跟踪任务的统一跟踪框架设计工作。 在本文中,我们提出了一个统一的单阶段跟踪框架,用于实现颜色-事件跟踪,称为CEUTrack。如图1(c)所示,它包含三个主要模块:投影嵌入层、统一自适应骨干网和跟踪头。通过从DVS采样的事件流,我们首先将事件点重建成体素集合以实现高效表示。配合模板和搜索分支输入,CEUTrack裁剪彩色帧和事件体素集以获得四个标准化的待处理张量。通过投影,这些输入被嵌入到多模态token中并输入到统一的视觉Transformer骨干中。为了促进不同Transformer块之间的信息流动,我们提出使用适配器连接各种Transformer层。具体来说,我们利用交叉注意力聚合Transformer的输入和输出,以更好地捕捉更丰富的多级特征表示。跟踪头将输出token投影以预测目标物体的轨迹。与流行的Siamese框架(单模态的双分支,双模态的数据为四分支)相比,我们提出的CEUTrack将多模态跟踪纳入单分支架构,将所有token连接为一个入口。因此,它显著简化了多模态(颜色-事件)跟踪,并实现了非常高的运行效率(75 FPS)。广泛的实验表明,我们的模型在现有和提出的颜色-事件跟踪数据集上取得了新的SOTA(最先进)性能。 为了更好地验证我们模型的有效性并促进社区发展,我们还提出了一个大规模的颜色-事件多模态单目标跟踪基准数据集,称为COESOT。它包含1354个由DVS346事件摄像机捕获的对齐视频序列,其中训练和测试子集分别有827和527个视频。COESOT的目标对象涵盖了比现有颜色-事件跟踪数据集更广泛的类别,如车辆、行人、卡片、玩具、鸟类、猴子、老虎、大象、斑马、鳄鱼等。为了充分反映视觉和事件跟踪中的重要挑战因素,标注了17个属性,以帮助详细评估跟踪器的性能。更多详细的介绍和比较可以在第4节和表1中找到。 此外,我们还提出了一个新的视觉物体跟踪评估指标,称为BreakOut Capability分数(BOC)。与现有的评估指标不同,如PR(精度率)、NPR(归一化精度率)和SR(成功率),它们对每个视频进行平均计算以获得一个精度分数,BOC分数更关注于被评估跟踪算法相比现有算法的突出能力。换句话说,对于具有挑战性的视频,将赋予较高的权重比例,而对于简单视频,将分配普通比例。需要注意的是,每个视频的困难度是通过现有跟踪器的精度综合测量的。 总的来说,本文的主要贡献可以总结为以下四个方面: * 我们提出了一个基于Transformer网络的自适应统一跟踪框架,称为CEUTrack,这是第一个简化的单阶段用于颜色-事件跟踪的骨干网络,在特征提取、融合和交互学习方面实现了同时进行。 * 我们提出了一个大规模且通用的颜色-事件跟踪基准数据集,称为COESOT。它包含了当前颜色-事件跟踪社区中最丰富的目标物体和视频序列类别。我们在COESOT上扩展了多个现代基线方法供未来工作的基准比较。 * 我们提出了一种新的跟踪任务评估指标,称为BOC评分。它可以更好地反映跟踪算法相比现有基线方法在困难视频上的卓越能力。 * 多个基准上的广泛实验(COESOT、VisEvent、FE108)评估了算法的有效性和效率。所提出的跟踪器CEUTrack在现有数据集上设定了新的SOTA性能,同时以惊人的速度运行(75 FPS)。 ### 2. 相关工作 在本节中,我们将简要回顾基于事件的跟踪和基于RGB-事件的跟踪相关工作。更多相关工作可以在文献列表中找到。 **基于事件的跟踪:** 近年来,基于事件的跟踪吸引了越来越多的关注。以DVS摄像机为基础,ATSLTD提出了一种事件-帧结合算法,将事件构建为帧并扭曲异步视网膜事件的时空信息。Chen等进一步将TSLTD帧序列输入一个视网膜运动回归网络,以执行端到端的5自由度(5-DoF)物体运动回归。Ramesh等利用判别表示进行物体的在线学习以实现长期基于事件的跟踪。Chamorro等提出了一种超快速跟踪算法,能够估计6自由度运动,并具备快速异常值排除的事件匹配机制。Ignacio等提出了一种仅依赖于事件的异步补丁特征跟踪器,并在事件生成后立即处理每个事件。为了解决HDR情况,Jiang等在一种特定的Kalman融合方案中结合离线训练的检测器和在线训练的跟踪器。SiamEvent通过相关嵌入事件以计算目标边缘相似度,并通过边缘感知相似度学习使用Siamese网络。Zhu等提出了一种基于关键事件嵌入和运动感知目标可能性预测的事件跟踪器。STNet采用Transformer网络和尖峰神经网络(SNN)提取时间和全局空间信息。然而,尽管上述发展,基于事件的跟踪依然因事件模态表示有限和缺乏颜色信息而跟踪能力较低。 **基于颜色-事件的跟踪:** 通过结合彩色帧和事件流进行跟踪是一种实现高性能目标物体定位的有趣且可靠的方法。例如,Daniel等首次利用事件和可见光摄像机的互补性实现低延迟特征跟踪。DashNet联合处理来自人工神经网络和SNN尖峰信号源的同步激活,基于互补滤波器和注意力模块。Huang等提出了一个称为ESVM的颜色-事件跟踪器,旨在通过自适应搜索区域挖掘和在线SVM(支持向量机)更新来跟踪物体。Liu等提出了一种三步跟踪算法,通过同时融合彩色帧和事件流。Zhang等提出了自我和跨域注意力结合自适应加权方案来融合视觉和事件图像。Wang等构建了一个CMT,这是一个跨模态变压器模块,表现良好的颜色-事件跟踪。Zhang等提出了AFNet,这是一个具有模态对齐模块的双分支网络,出口为颜色和事件帧的信息融合,达到高帧率跟踪。尽管在某些场景中取得了良好的性能,这些跟踪器涉及多个组件和分支,如融合策略、多步结构、增强模块和双分支(Siamese)框架,以定位目标物体。因此,这些算法由于繁重的模块设计而严重限制了跟踪效率。在本文中,我们提出了一个简单且统一的颜色-事件跟踪框架,可以实现更高效且更准确的跟踪。 ### 引言和相关工作之间的不同点 **引言:** 引言部分主要介绍了文章研究的背景和动机,强调了当前基于RGB的跟踪方法在复杂场景下的不足,并提出了将颜色和事件融合以改善跟踪效果的方案。引言描述了新方法CEUTrack及其在统一多模态跟踪中的优势,同时还概述了本文在提出新数据集COESOT和评估指标BOC方面的贡献。 **相关工作:** 相关工作部分回顾了现有的研究,重点介绍了在事件相机基础上发展的不同跟踪方法,以及颜色和事件结合的跟踪方法。这个部分提供了对现有技术和方法的详细概述,以帮助理解本文提出的新方法在当前研究语境中的位置和贡献。 总结来说,引言部分侧重于介绍研究背景、提出方法和成果,而相关工作部分则是提供对现有研究的全面回顾和背景知识。
82458e8ec26ce6de11e8fa4b再翻译一下:1. Introduction Visual object tracking aims to detect and locate the target, speciffed in the initial frame of a video, in the subsequent video frames. It supports a wide range of applications, such as automatic driving, surveillance, UAV navigation [1]. The existing technology based on RGB images is impressive in good imaging conditions. However, RGB images can be degraded by, for instance, limited illumination, or over-exposure. To address these issues, the current tracking community has been investigating the merits of event data [2, 3, 4], that can heighten the awareness of the changing light intensity, in the context of robust visual tracking. Although event data offers great advantages in perceiving motion, it is unable to capture the visual appearance of the target object, such as colour and texture information. Therefore, visual object tracking, combining RGB and event data has been gaining increasing attention. Unfortunately, the inherent disparities between the RGB and event data modalitites pose notable challenges in devising effective strategies for the complementary use of the two modalities. The two primary challenges are: (1) The effective extraction of robust event features. The discrepancies between RGB and event sensors pull their distributions to different domains. However, existing trackers process the sparse event data using the tools borrowed from the RGB data analysis, yielding a sub-optimal solution. (2) How to harness the advantages of both modalities. Notably, an advanced tracker, ViPT [5] introduces a strategy in which a pre-trained RGB model is ffne-tuned [6] to learn event-related prompts [7, 8], resulting in commendable performance. However, it still employs a simple addition operator to aggregate the features from both modalities, failing to achieve effective fusion of the information from the two modalities. To address the aforementioned challenges, a novel end-to-end RGB-E tracking network is proposed. By taking into account the sparsity of event data, we can extract high-quality event features through a dedicated design of an event feature extraction backbone. The complementary information conveyed by the two modalities can effectively be fused by each modality focusing on the data it is competent to extract. Speciffcally, (1) we introduce a novel Pooling-based Event backbone that prioritises the position and shape of the moving object. The sparsity characteristic of event images causes some regions to have high pixel values, compared to others, while other regions assume zero pixel values. The pooling operation is conceived to concentrate on these sparse pixel values as a way to retain the crucial information. As shown in Figure 1(d), when the input is just the event modality, our Pooler outperforms the conventional CNN and Transformer solututions, which are typically employed in the current practices. In contrast, on the data captured by the RGB modality, the performance of our Pooler falls short, compared to the two established solutions. These experiments conclusively support the basic premise of our approach to handling event data. Our Event-speciffc Pooler excels in effectively extracting and capturing highquality event features, setting it apart from traditional RGB backbones. (2) To enable effective information fusion of both modalities, we introduce a MutuallyGuided Fusion module (MGF). Our MGF allows each modality to inject the relevant information from the other source using a cross-attention mechanism, thereby improving their feature representation. The results of extensive experiments conducted on various RGB-E datasets validate our proposed TENet by signiffcantly outperforming existing state-of-the-art RGB-E tracking methods. In conclusion, our contributions can be summarised as follows: • A novel, lightweight Pooling-based event feature extraction backbone that incorporates a multi-scale pooling operation to extract informative event features. The dedicated Pooler is instrumental in preserving motion clues and target contour, while ignoring the target appearance. • A cross-attention based Mutually-Guided Fusion module, which enables both modalities to concentrate on features that are prominent in their respective sensing domains, and fuses them effectively. • An extensive experimental validation demonstrates that our proposed TENet surpasses the performance of state-of-the-art trackers on the VisEvent and COESOT datasets, conffrming the merit of the proposed fusion of the appearance and motion information.
### 1. 引言 视觉物体跟踪旨在检测和定位视频初始帧中指定的目标,在之后的视频帧中进行相应跟踪。它支持广泛的应用,如自动驾驶、监控和无人机导航[1]。在良好的成像条件下,基于RGB图像的现有技术表现出色。然而,RGB图像在光照不足或过度曝光等情况下质量会下降。为了应对这些问题,当前的跟踪社区一直在研究事件数据[2, 3, 4]的优点,以增强鲁棒的视觉跟踪中的光强变化感知能力。尽管事件数据在感知运动方面有很大的优势,但它无法捕捉目标物体的视觉外观信息,如颜色和纹理。因此,结合RGB和事件数据的视觉物体跟踪引起了越来越多的关注。 但是,RGB和事件数据模态之间的固有差异为制定有效的互补使用这两种模态的策略带来了显著挑战。主要有两个挑战:(1) 有效提取鲁棒的事件特征。RGB和事件传感器之间的差异导致它们的分布位于不同的域。然而,现有的跟踪器使用从RGB数据分析中借用的工具来处理稀疏的事件数据,导致次优解决方案。(2) 如何利用两种模态的优势。值得注意的是,一个先进的跟踪器ViPT [5]引入了一种策略,即在预训练的RGB模型上进行微调以学习事件相关的提示,从而取得了令人赞赏的性能。然而,它仍然使用一个简单的加法操作来聚合两种模态的特征,未能实现两种模态信息的有效融合。 为了应对上述挑战,我们提出了一种新颖的端到端RGB-E跟踪网络。通过考虑事件数据的稀疏性,我们可以通过专门设计的事件特征提取骨干网来提取高质量的事件特征。两种模态传递的互补信息可以通过各自专注于其擅长提取的数据来有效融合。具体来说,(1) 我们引入了一种新颖的基于池化的事件骨干网络,优先考虑移动物体的位置和形状。事件图像的稀疏特性导致某些区域的像素值较高,而其他区域则为零像素值。池化操作旨在集中于这些稀疏的像素值,从而保留关键信息。如图1(d)所示,当输入仅为事件模态时,我们的池化器表现优于当前实践中常用的传统CNN和Transformer解决方案。相比之下,在RGB模态捕获的数据上,我们的池化器性能不及这两种已建立的解决方案。这些实验明确支持了我们处理事件数据方法的基本前提。我们的专用事件池化器在有效提取和捕捉高质量事件特征方面表现出色,与传统的RGB骨干网截然不同。(2) 为了实现两种模态的有效信息融合,我们引入了一个相互引导的融合模块(MGF)。我们的MGF允许每种模态通过交叉注意力机制注入来自另一源的相关信息,从而改进它们的特征表示。对各种RGB-E数据集进行的广泛实验验证了我们提出的TENet,通过显著超越现有的RGB-E跟踪方法,证明了我们提出的外观和运动信息融合的优点。 总之,我们的贡献可以总结如下: * 一个新颖、轻量的基于池化的事件特征提取骨干网络,包含一个多尺度池化操作以提取信息丰富的事件特征。专用池化器在保留运动线索和目标轮廓的同时,忽略目标外观。 * 一个基于交叉注意力的相互引导的融合模块,使两种模态都能专注于各自感知领域内突出的特征,并有效融合这些特征。 * 广泛的实验验证表明,我们提出的TENet在VisEvent和COESOT数据集上超越了最先进的跟踪器性能,确认了所提出的外观和运动信息融合的优点。
32e386d4c6ca45e6f9276c09翻译:Recognizing the category of a given object is a fundamental problem in computer vision. Most of the previous classiffcation models are developed for frame-based cameras, in other words, these recognition models focus on encoding and learning the representation of RGB frames. With the rapid development of deep learning, framebased classiffcation achieves signiffcant improvement in recent years. Representative deep models (e.g., the AlexNet [1], ResNet [2], and Transformer [3]) and datasets (e.g., ImageNet [4]) are proposed one after another. However, the recognition performance in challenging scenarios is still far from unsatisfactory, including heavy occlusion, fast motion, and low illumination. To improve object recognition in challenging scenarios, some researchers have started leveraging other sensors to obtain more effective signal inputs, thus enhancing recognition performance [5]. Among them, one of the most representative sensors is the event camera, also known as DVS (Dynamic Vision Sensor), which has been widely exploited in computer vision [6–8]. This paper focuses on using event cameras for object recognition. As shown in Fig. 1, different from the frame-based camera which records the light intensity for each pixel simultaneously, the event camera captures pulse signals asynchronously based on changes in light intensity, recording binary digital values of either zero or one. Typically, an increase in brightness is denoted as an ON event, while a decrease corresponds to an OFF event. An event pulse signal can be represented as a quadruple (x, y,t, p), where x, y represents the spatial position information, t represents the timestamp, and p represents the polarity, i.e., ON/OFF event. Many works demonstrate that the event camera performs better in High Dynamic Range (HDR), high temporal resolution, low latency response, and strong robustness. Therefore, utilizing event cameras for object recognition is a research direction that holds great research value and practical potential. Recently, researchers have already conducted studies on object recognition using event cameras and have proposed various approaches to address this task, including CNN (Convolutional Neural Network) [9], GNN (Graph Neural Network) [10], Transformer [3], etc. Although these methods have achieved good accuracy by representing and learning events from different perspectives, they are still limited by the following aspects: Firstly, they rely on a single event representation form, such as images, point clouds, or voxels, which may limit the expressiveness and versatility of the learned features. Different event representation forms may capture different aspects of the data, and using only one representation may lead to the loss of valuable information. Secondly, the current methods are constrained to using only one of the deep learning architectures, such as CNNs, GNNs, or Transformers, for feature learning. Each architecture has its strengths and limitations in capturing different types of patterns and dependencies in data. By restricting the choice to a single architecture, the methods may not fully exploit the potential beneffts and complementary strengths of different architectures. To address these limitations, future research should explore approaches that can integrate multiple event representation forms and leverage the combined power of different deep learning architectures. This could involve developing novel fusion techniques or hybrid architectures that can effectively capture and leverage diverse features and dependencies present in event data. By doing so, we can potentially enhance the performance and ffexibility of event-based object recognition methods. To address the aforementioned issues, in this work, we propose an effective dualstream event information processing framework, referred to as EFV, as shown in Fig. 2. Speciffcally, we ffrst transform the dense event point cloud signals into event images and event voxel representations. For the input of image frames, we utilize advanced spatiotemporal Transformer networks to learn spatiotemporal features. For voxel input, considering the sparsity of events, we employ a top-k selection method to sample meaningful signals for constructing a structured graph, and then use GNN (Graph Neural Network) to learn these volumetric structured features. Importantly, we introduce the Bottleneck Transformer to integrate these two types of feature representations, which are ultimately input to the dense layer for classiffcation. It is easy to ffnd that our proposed EFV possesses the characteristics of efffcient event information processing, integration of multiple feature representations, spatiotemporal modeling capability, consideration of event sparsity, and accurate classiffcation capability. To sum up, the main contributions of this work can be concluded as the following two aspects: • We propose an effective framework for recognition in event-based cameras, utilizing Event Image-Voxel feature representation and fusion. • The introduction of the Bottleneck Transformer enables the interaction and fusion of dual-stream information, leading to improved recognition results.
识别给定物体的类别是计算机视觉中的基本问题。大多数之前的分类模型都是为基于帧的摄像头开发的,换句话说,这些识别模型专注于编码和学习RGB帧的表示。随着深度学习的快速发展,基于帧的分类在近年来取得了显著进展。一个又一个代表性的深度模型(例如AlexNet [1]、ResNet [2]和Transformer [3])和数据集(例如ImageNet [4])被提出。然而,在诸如严重遮挡、快速运动和低照明等挑战性场景中,识别性能仍然远远不能令人满意。 为了在挑战性场景中提高物体识别能力,一些研究人员开始利用其他传感器来获取更有效的信号输入,从而增强识别性能[5]。其中,最具代表性的传感器之一是事件摄像机,也称为DVS(动态视觉传感器),已在计算机视觉中广泛应用[6-8]。本文重点关注使用事件摄像机进行物体识别。如图1所示,不同于记录每个像素光强的基于帧的摄像头,事件摄像机基于光强的变化异步捕捉脉冲信号,记录二进制数字值(零或一)。通常,亮度增加表示为ON事件,而亮度减少则对应OFF事件。一个事件脉冲信号可以表示为(x, y, t, p)四元组,其中x, y表示空间位置信息,t表示时间戳,p表示极性,即ON/OFF事件。许多工作表明,事件摄像机在高动态范围(HDR)、高时间分辨率、低延迟响应和强鲁棒性方面表现更好。因此,利用事件摄像机进行物体识别是一个具有重要研究价值和实际潜力的研究方向。 最近,研究人员已经在使用事件摄像机进行物体识别方面进行了一些研究,并提出了各种方法来解决这一任务,包括CNN(卷积神经网络)[9]、GNN(图神经网络)[10]、Transformer [3]等。尽管这些方法通过从不同角度表示和学习事件取得了较好的准确性,它们仍然受到以下方面的限制:首先,它们依赖于单一的事件表示形式,如图像、点云或体素,可能限制了所学习特征的表达力和多功能性。不同的事件表示形式可能捕捉数据的不同方面,而仅使用一种表示形式可能导致有价值信息的丢失。其次,当前的方法局限于仅使用一种深度学习架构,如CNN、GNN或Transformers进行特征学习。每种架构在捕捉数据中不同类型的模式和依赖关系时都有其优势和限制。通过限制选择单一架构,这些方法可能无法充分利用不同架构的潜在优势和互补优势。为了应对这些限制,未来的研究应探索可以整合多种事件表示形式并利用不同深度学习架构综合力量的方法。这可能涉及开发新颖的融合技术或混合架构,以有效捕捉和利用事件数据中存在的多样化特征和依赖关系。通过这样做,我们有可能增强基于事件的物体识别方法的性能和灵活性。 为了应对上述问题,在这项工作中,我们提出了一种有效的双流事件信息处理框架,称为EFV,如图2所示。具体来说,我们首先将密集的事件点云信号转换为事件图像和事件体素表示。对于图像帧的输入,我们利用先进的空间时间Transformer网络来学习空间时间特征。对于体素输入,考虑到事件的稀疏性,我们采用top-k选择方法来采样有意义的信号以构建结构化图,然后使用GNN(图神经网络)来学习这些体积结构特征。重要的是,我们引入了Bottleneck Transformer来整合这两种类型的特征表示,最终输入到密集层进行分类。可以发现,我们提出的EFV具有效率高的事件信息处理、多特征表示的整合、空间时间建模能力、考虑事件稀疏性和精确分类能力的特点。 总结起来,这项工作的主要贡献可以归纳为以下两个方面: * 我们提出了一种有效的基于事件摄像机的识别框架,利用事件图像-体素特征表示和融合。 * 引入Bottleneck Transformer实现双流信息的交互和融合,提升了识别效果。
d176b32c6c6dc1653d7bbc5d翻译:1. Introduction Visual Object Tracking (VOT) targets predicting the locations of target object initialized in the ffrst frame. Existing trackers are usually developed based on RGB cameras and deployed for autonomous driving, drone photography, intelligent video surveillance and other ffelds. Due to the inffuence of challenging factors like fast motion, illumination, background distractor, and out-of-view, the tracking performance in complex scenarios is still unsatisfactory. The video frames with these challenges are unevenly distributed in the tracking video, making it difffcult to improve the overall tracking results by investing more labelled data. To address these challenges, some researchers have started to improve the effectiveness of input data by introducing new sensors. As a new type of bio-inspired sensor, event cameras are different from traditional video frame sensors in that they can output event pulses asynchronously and capture motion information through the detection of events (e.g., changes in light intensity). Event camera performs better than traditional RGB cameras in capturing fastmoving objects due to dense temporal resolution. It also works well on high dynamic range, low energy consumption, and low latency [13]. Event cameras can be used for a wide range of applications, including surveillance, robotics, medical imaging, and sports analysis. Although few, there have been some studies that exploit event cameras for visual object tracking. For example, Zhang et al. propose AFNet [37] and CDFI [38] to combine the frame and event data via multi-modality alignment and fusion modules. STNet [36] is proposed to connect the Transformer and spiking neural networks for event-based tracking. Zhu et al. [44] attempt to mine the key events and employ a graph-based network to embed the irregular spatio-temporal information of key events into a highdimensional feature space for tracking. These works attempt to obtain stronger tracking algorithms through multi modal fusion or pure event training and tracking methods. Although good performance can be achieved, however, these algorithms are still easily inffuenced by the following issues: Firstly, the spatial signal of event cameras is very sparse in slow-moving scenes, and the contours of target objects are not clear enough, which may lead to tracking failures. Tracking using RGB-Event data can better compensate for this deffciency, but additional modalities will increase the cost of model inference. Secondly, existing event-based tracking datasets are collected using the DVS346 camera, which has an output resolution of 346 × 260. It has not been explored or validated whether the event representation and feature extraction methods designed for low-resolution event stream are still effective on high-resolution event data. Therefore, it is natural to raise the following open question: Can we transfer knowledge from multi-modal or multi-view data during the training phase and achieve robust tracking by only using the event data during the testing phase? In this work, we propose a novel event-based visual tracking framework by designing a new cross-modality hierarchical knowledge distillation scheme. As shown in Fig. 2, we ffrst train a teacher Transformer network by feeding the RGB frame and event stream. It crops the template patch and search region of dual-modality from the initialized and subsequent frames respectively and adopts a projection layer to transform them into token representations. Then, a couple of Transformer blocks are used to fuse the tokens as a uniffed backbone. Finally, the tracking head is adopted to predict the response maps for target localization. Once we obtain the teacher Transformer network, the hierarchical knowledge distillation strategy is conducted to guide the learning of the student Transformer network which only the event data are fed. To be speciffc, the similarity matrix, feature representation, and response maps based knowledge distillation are simultaneously considered for cross-modality knowledge transfer. Note that, since only the event data are fed in the student network, it can achieve not only accurate but also low-latency and highspeed object tracking in the testing stage. Moreover, in addition to evaluating our tracker on existing event-based tracking datasets, we also propose a new high-resolution event-based tracking dataset, termed EventVOT, to fully validate the effectiveness of our method and other related works. Different from existing datasets with limited resolution (e.g., FE240hz, VisEvent, COESOT are 346 × 260) as shown in Fig. 1 (a), our videos are collected using the Prophesee camera EVK4–HD which outputs event stream in 1280 × 720. It contains 1141 videos and covers a wide range of target objects, including pedestrians, vehicles, UAVs, ping pongs, etc. To build a comprehensive benchmark dataset, we provide the tracking results of multiple baseline trackers for future work to compare. We hope our newly proposed EventVOT dataset can open up new possibilities for event tracking. To sum up, our contributions can be concluded as the following three aspects: • We propose a novel hierarchical cross-modality knowledge distillation strategy for event-based tracking. It is the ffrst work to exploit the knowledge transfer from multi-modal (RGB-Event) / multiview (Event Image-Voxel) to an unimodal event-based tracker, termed HDETrack. • We propose the ffrst high-resolution benchmark dataset for event-based tracking, termed EventVOT. We also provide experimental evaluations of recent strong trackers to build a comprehensive event-based tracking benchmark. • Extensive experiments on four large-scale benchmark datasets, i.e., FE240hz, VisEvent, COESOT, and EventVOT, fully validate the effectiveness of our proposed tracker.
### 1. 引言 视觉物体跟踪 (VOT) 旨在预测目标物体在视频第一帧初始化后的位置。现有的跟踪器通常基于RGB摄像机开发,并用于自动驾驶、无人机摄影、智能视频监控等领域。由于快速运动、光照、背景干扰和视野外等挑战因素的影响,跟踪性能在复杂场景中仍然不理想。这些挑战性的视频帧在跟踪视频中不均匀分布,使得通过增加有标签数据来改善整体跟踪结果变得困难。 为了应对这些挑战,一些研究人员开始通过引入新的传感器来提高输入数据的有效性。作为一种新型的仿生传感器,事件摄像机不同于传统的视频帧传感器,可以异步输出事件脉冲,并通过检测事件(如光强变化)捕捉运动信息。由于具有密集的时间分辨率,事件摄像机在捕捉快速移动物体方面优于传统的RGB摄像机。此外,它在高动态范围、低能耗和低延迟方面表现优异[13]。事件摄像机可用于监控、机器人、医学成像和体育分析等广泛应用。 尽管较少,但已有一些研究利用事件摄像机进行视觉物体跟踪。例如,Zhang等提出了AFNet [37] 和CDFI [38],通过多模态对齐和融合模块结合帧和事件数据。STNet [36] 被提出用于连接Transformer和尖峰神经网络进行基于事件的跟踪。Zhu等[44] 试图挖掘关键事件,并采用基于图的网络将关键事件的不规则时空信息嵌入高维特征空间进行跟踪。这些工作试图通过多模态融合或纯事件训练和跟踪方法来获得更强大的跟踪算法。尽管可以取得良好的性能,但这些算法仍然容易受到以下问题的影响:首先,事件摄像机在慢速移动场景中的空间信号非常稀疏,目标物体的轮廓不够清晰,这可能导致跟踪失败。使用RGB-事件数据进行跟踪可以更好地补偿这一不足,但额外的模态会增加模型推理的成本。其次,现有的基于事件的跟踪数据集使用DVS346摄像机收集,输出分辨率为346 × 260。尚未探讨或验证为低分辨率事件流设计的事件表示和特征提取方法在高分辨率事件数据上是否仍然有效。因此,自然而然地提出以下开放性问题:我们能否在训练阶段从多模态或多视图数据中转移知识,并在测试阶段仅使用事件数据实现鲁棒的跟踪? 在这项工作中,我们通过设计一种新的跨模态分层知识蒸馏方案,提出了一种新颖的基于事件的视觉跟踪框架。如图2所示,我们首先通过输入RGB帧和事件流训练一个教师Transformer网络。它分别从初始化和后续帧中裁剪双模态的模板块和搜索区域,并采用投影层将其转化为token表示。然后,使用一对Transformer模块将这些token融合为统一的骨干网络。最后,采用跟踪头预测目标定位的响应图。一旦我们获得教师Transformer网络,便采用分层知识蒸馏策略来指导学生Transformer网络的学习,该网络仅输入事件数据。具体来说,考虑跨模态知识转移时,同时采用了相似矩阵、特征表示和响应图的知识蒸馏方法。注意,由于学生网络中仅输入事件数据,它在测试阶段不仅能实现精确,还能实现低延迟和高速的物体跟踪。 此外,除了评价我们跟踪器在现有基于事件的跟踪数据集上的表现外,我们还提出了一个新的高分辨率基于事件的跟踪数据集,称为EventVOT,以全面验证我们的方法和其他相关工作的有效性。与现有的有限分辨率数据集(例如,FE240hz、VisEvent、COESOT的分辨率为346 × 260)不同,如图1(a)所示,我们的视频是使用Prophesee摄像机EVK4–HD收集的,输出事件流的分辨率为1280 × 720。该数据集包含1141个视频,涵盖广泛的目标物体,包括行人、车辆、无人机、乒乓球等。为了构建一个全面的基准数据集,我们提供了多个基线跟踪器的跟踪结果,供未来工作进行比较。我们希望我们新提出的EventVOT数据集能够为事件跟踪开辟新可能性。 总结起来,我们的贡献可归纳为以下三个方面: * 我们提出了一种新颖的分层跨模态知识蒸馏策略用于基于事件的跟踪。这是首个利用多模态(RGB-事件)/多视图(事件图像-体素)知识转移到单模态事件跟踪器的工作,称为HDETrack。 * 我们提出了首个高分辨率的基于事件的跟踪基准数据集,称为EventVOT。我们还提供了最新强跟踪器的实验评估,以构建全面的基于事件的跟踪基准。 * 在四个大规模基准数据集(即FE240hz、VisEvent、COESOT和EventVOT)上的广泛实验充分验证了我们提出的跟踪器的有效性。
2db2e95bc9597f2e463d9c05翻译:1. Introduction Event cameras asynchronously capture pixel intensity ffuctuations with an ultra-high temporal resolution, low latency, and high dynamic range, making it gain increasing attention recently [38, 42, 15]. Owing to such admirable advantages, event cameras have been widely adopted in various applications, such as object detection [38, 30, 39, 42, 11] and depth/optical ffow estimation [16, 62]. Particularly, the distinctive sensing mechanism makes event cameras to be a promising choice for object tracking [45, 26, 60, 63, 18, 19]. Despite many advantages of event-based object tracking under special environments, e.g., low-light, high-speed motion, and over-exposed, event data lack sufffcient visual cues, such as color, texture, and complete contextual appearance that can be easily captured by RGB data, resulting in only event-based vision still suffering from relatively inferior performance in practice. Thus, a more promising direction is to investigate cross-modal object tracking from both RGB and event data, where the merits of the two modalities can be well leveraged for pursuing higher performance. However, the vast distribution gap between RGB and event data poses signiffcant challenges in designing algorithms for modeling cross-modal information. Most existing pioneering cross-modal trackers heavily engage in robust cross-modal fusion modules, which is cumbersome to use advanced embedding backbones for boosting performance. In view of the success of Transformer-based tracking algorithms [31, 59, 54, 7, 61], where the multi-head attention naturally models the indispensable correlation relationship between template and search regions, we plan to investigate the potential of pre-trained powerful vision Transformers (ViTs) in cross-modal object tracking from both RGB and event data. However, those pre-trained Transformers with RGB data may not be able to fully model the essential feature interaction across RGB and event data, due to the distribution gap between the two modalities. To this end, we study plug-and-play training techniques for augmenting the pre-trained Transformer used as the embedding backbone of our RGB-event object tracking framework. To be speciffc, to promote the learning of the attention layer across two modalities, we propose a cross-modal mask modeling strategy, which randomly masks/pops out the multi-modal tokens. We anticipate that, in reaction to the absence of a particular modality at certain locations, the network would proactively enhance interactions on the remaining cross-modal tokens. Nevertheless, randomly masking tokens will inevitably alter data distributions and introduce disruptions, impeding network training. To mitigate the induced negative effect, we further propose a regularization term to guide the training of each attention layer. Based on the observation that the values of internal attention matrices of a Transformer indicate the degree of cross-modal feature interaction, we propose to orthogonalize the attention matrix to promote its rank obligatorily. Beyond, we anticipate that such regularization could encourage the cross-modal correlation to be evenly and concisely established using the multi-domain signatures, rather than unduly reliant on a speciffc domain. Finally, we apply the proposed techniques to state-of-the-art one-stream and two-stream Transformerbased tracking frameworks and experimentally demonstrate that their tracking performance is further boosted signiffcantly. In summary, the contributions of this paper are: • a mask modeling strategy for encouraging the interaction between the cross-modal tokens in a proactive manner; • theoretical orthogonal high-rank regularization for suppressing network ffuctuations induced by crossmodal masking while amplifying its positive effect; and • new state-of-the-art baselines for RGB-event object tracking. Last but not least, our novel perspectives will potentially bring insights to the ffeld of leveraging pre-trained powerful ViTs to process and analyze cross-modal data.
### 1. 引言 事件摄像机能以极高的时间分辨率、低延迟和高动态范围异步捕捉像素强度变化,近年来因此备受关注[38, 42, 15]。由于这些显著的优点,事件摄像机广泛应用于各种应用中,如目标检测[38, 30, 39, 42, 11]和深度/光流估计[16, 62]。尤其是,其独特的感知机制使得事件摄像机成为目标跟踪的有力选择[45, 26, 60, 63, 18, 19]。 尽管基于事件的物体跟踪在特殊环境(如低光、高速运动和过度曝光)下有许多优势,事件数据缺少足够的视觉线索,如颜色、纹理和RGB数据易于捕捉的完整上下文外观,从而导致仅基于事件的视觉在实践中表现相对较差。因此,一个更有前景的方向是研究基于RGB和事件数据的跨模态物体跟踪,充分利用这两种模态的优点以追求更高的性能。然而,RGB和事件数据之间巨大的分布差异在设计跨模态信息建模算法时带来了显著的挑战。大多数现有的开创性跨模态跟踪器大量依赖于强大的跨模态融合模块,在使用先进的嵌入骨干网络提升性能时显得笨重。 鉴于Transformer-based跟踪算法的成功[31, 59, 54, 7, 61],其中多头注意力自然地建模了模板和搜索区域之间不可或缺的相关关系,计划研究预训练的强大视觉Transformer(ViTs)在基于RGB和事件数据的跨模态物体跟踪中的潜力。然而,由于RGB和事件数据之间的分布差异,那些使用RGB数据预训练的Transformer可能无法完全建模必要的RGB和事件数据的特征交互。为此,我们研究了用于增强预训练Transformer作为我们RGB-事件物体跟踪框架的嵌入骨干网络的即插即用训练技术。 具体来说,为了促进跨模态注意力层的学习,我们提出了一种跨模态掩码建模策略,该策略随机掩码或弹出多模态token。我们预计,网络会在缺少特定模态的位置主动增强剩余的跨模态token的交互。然而,随机掩码token不可避免地会改变数据分布并引入干扰,从而阻碍网络训练。为了减轻引入的负面影响,我们进一步提出了一个正则化项来指导每个注意力层的训练。基于观察到Transformers的内部注意力矩阵值表示跨模态特征交互的程度,我们提出对注意力矩阵进行正交化以强制提升其秩。除此之外,我们预期这种正则化可以促进跨模态关联在多域签名之间均匀且简洁地建立,而不仅仅依赖于特定域。最后,我们将提出的技术应用于最先进的单流和双流基于Transformer的跟踪框架,并通过实验表明其跟踪性能得到了显著提升。 总结起来,本文的贡献如下: * 提出了一种掩码建模策略,以积极方式促进跨模态token之间的交互; * 提出了一种理论上的高秩正则化方法,以在抑制跨模态掩码引起的网络波动的同时放大其正面效应; * 提出了基于RGB-事件物体跟踪的新最先进基线。 最后但同样重要的是,我们的新颖视角有望为利用预训练ViTs处理和分析跨模态数据的领域带来启示。
939aaaf8f64e54ded06dcd4dHi
Hello! How can I assist you today?