中文
相关论文

相关论文: Learning to Update for Object Tracking with Recurr…

200 篇论文

Most existing Multi-Object Tracking (MOT) approaches follow the Tracking-by-Detection paradigm and the data association framework where objects are firstly detected and then associated. Although deep-learning based method can noticeably…

计算机视觉与模式识别 · 计算机科学 2020-07-14 Xingyu Wan , Jiakai Cao , Sanping Zhou , Jinjun Wang

Imagine trying to track one particular fruitfly in a swarm of hundreds. Higher biological visual systems have evolved to track moving objects by relying on both appearance and motion features. We investigate if state-of-the-art deep neural…

计算机视觉与模式识别 · 计算机科学 2021-06-04 Drew Linsley , Girik Malik , Junkyung Kim , Lakshmi N Govindarajan , Ennio Mingolla , Thomas Serre

The exponential growth of volume, variety and velocity of data is raising the need for investigations of automated or semi-automated ways to extract useful patterns from the data. It requires deep expert knowledge and extensive…

机器学习 · 计算机科学 2020-07-22 Abbas Raza Ali , Marcin Budka , Bogdan Gabrys

We propose a hybrid framework for consistently producing high-quality object tracks by combining an automated object tracker with little human input. The key idea is to tailor a module for each dataset to intelligently decide when an object…

计算机视觉与模式识别 · 计算机科学 2024-05-07 Samreen Anjum , Suyog Jain , Danna Gurari

Although numerous recent tracking approaches have made tremendous advances in the last decade, achieving high-performance visual tracking remains a challenge. In this paper, we propose an end-to-end network model to learn reinforced…

计算机视觉与模式识别 · 计算机科学 2020-01-03 Peng Gao , Qiquan Zhang , Fei Wang , Liyi Xiao , Hamido Fujita , Yan Zhang

Recent advancements in artificial intelligence, particularly deep neural networks, have pushed the boundaries of what is achievable in complex tasks. Traditional methods for training neural networks in classification problems often rely on…

机器学习 · 计算机科学 2024-09-10 Jaouad Dabounou

We present an attention-based modular neural framework for computer vision. The framework uses a soft attention mechanism allowing models to be trained with gradient descent. It consists of three modules: a recurrent attention module…

机器学习 · 计算机科学 2016-04-29 Samira Ebrahimi Kahou , Vincent Michalski , Roland Memisevic

A major goal of unsupervised learning is to discover data representations that are useful for subsequent tasks, without access to supervised labels during training. Typically, this involves minimizing a surrogate objective, such as the…

机器学习 · 计算机科学 2019-02-27 Luke Metz , Niru Maheswaranathan , Brian Cheung , Jascha Sohl-Dickstein

Knowledge tracing---where a machine models the knowledge of a student as they interact with coursework---is a well established problem in computer supported education. Though effectively modeling student knowledge would have high…

Compared with short-term tracking, the long-term tracking task requires determining the tracked object is present or absent, and then estimating the accurate bounding box if present or conducting image-wide re-detection if absent. Until…

计算机视觉与模式识别 · 计算机科学 2018-11-20 Yunhua Zhang , Dong Wang , Lijun Wang , Jinqing Qi , Huchuan Lu

Feature tracking is the building block of many applications such as visual odometry, augmented reality, and target tracking. Unfortunately, the state-of-the-art vision-based tracking algorithms fail in surgical images due to the challenges…

计算机视觉与模式识别 · 计算机科学 2021-08-03 Mostafa Parchami , Saif Iftekar Sayed

Meta-learning seeks to learn a well-generalized model initialization from training tasks to solve unseen tasks. From the "learning to learn" perspective, the quality of the initialization is modeled with one-step gradient decent in the…

机器学习 · 计算机科学 2025-05-07 Jingyao Wang , Wenwen Qiang , Changwen Zheng , Hui Xiong , Gang Hua

Residual connections are pivotal for deep neural networks, enabling greater depth by mitigating vanishing gradients. However, in standard residual updates, the module's output is directly added to the input stream. This can lead to updates…

计算机视觉与模式识别 · 计算机科学 2026-01-13 Giyeong Oh , Woohyun Cho , Siyeol Kim , Suhwan Choi , Youngjae Yu

The transformer neural network architecture allows for autoregressive sequence-to-sequence modeling through the use of attention layers. It was originally created with the application of machine translation but has revolutionized natural…

计算机视觉与模式识别 · 计算机科学 2024-06-25 Abhi Kamboj

Existing deep trackers mainly use convolutional neural networks pre-trained for generic object recognition task for representations. Despite demonstrated successes for numerous vision tasks, the contributions of using pre-trained deep…

计算机视觉与模式识别 · 计算机科学 2019-04-04 Xin Li , Chao Ma , Baoyuan Wu , Zhenyu He , Ming-Hsuan Yang

A continual learning agent should be able to build on top of existing knowledge to learn on new data quickly while minimizing forgetting. Current intelligent systems based on neural network function approximators arguably do the…

机器学习 · 计算机科学 2019-11-01 Khurram Javed , Martha White

In this paper, we propose an approach to learn hierarchical features for visual object tracking. First, we offline learn features robust to diverse motion patterns from auxiliary video sequences. The hierarchical features are learned via a…

计算机视觉与模式识别 · 计算机科学 2015-11-26 Li Wang , Ting Liu , Gang Wang , Kap Luk Chan , Qingxiong Yang

Learning object detectors requires massive amounts of labeled training samples from the specific data source of interest. This is impractical when dealing with many different sources (e.g., in camera networks), or constantly changing ones…

计算机视觉与模式识别 · 计算机科学 2014-06-19 Adrien Gaidon , Gloria Zen , Jose A. Rodriguez-Serrano

In multi-object tracking, the tracker maintains in its memory the appearance and motion information for each object in the scene. This memory is utilized for finding matches between tracks and detections and is updated based on the matching…

计算机视觉与模式识别 · 计算机科学 2021-01-29 Chanho Kim , Li Fuxin , Mazen Alotaibi , James M. Rehg

Large Language Models (LLMs) are regularly updated to enhance performance, typically through changes in data or architecture. Within the update process, developers often prioritize improving overall performance metrics, paying less…