paper-with-me

Papers

Gabriella: An Online System for Real-Time Activity Detection in Untrimmed Security Videos

2020-04-23 · Mamshad Nayeem Rizve, Ugur Demir, Praveen Tirupattur, Aayush Jung Rana, Kevin Duarte, Ishan Dave, Yogesh Singh Rawat, Mubarak Shah

Activity detection in security videos is a difficult problem due to multiple factors such as large field of view, presence of multiple activities, varying scales and viewpoints, and its untrimmed nature. The existing research in activity detection is mainly focused on datasets, such as UCF-101, JHMDB, THUMOS, and AVA, which partially address these issues. The requirement of processing the security videos in real-time makes this even more challenging. In this work we propose Gabriella, a real-time online system to perform activity detection on untrimmed security videos. The proposed method consists of three stages: tubelet extraction, activity classification, and online tubelet merging. For tubelet extraction, we propose a localization network which takes a video clip as input and spatio-temporally detects potential foreground regions at multiple scales to generate action tubelets. We propose a novel Patch-Dice loss to handle large variations in actor size. Our online processing of videos at a clip level drastically reduces the computation time in detecting activities. The detected tubelets are assigned activity class scores by the classification network and merged together using our proposed Tubelet-Merge Action-Split (TMAS) algorithm to form the final action detections. The TMAS algorithm efficiently connects the tubelets in an online fashion to generate action detections which are robust against varying length activities. We perform our experiments on the VIRAT and MEVA (Multiview Extended Video with Activities) datasets and demonstrate the effectiveness of the proposed approach in terms of speed (~100 fps) and performance with state-of-the-art results. The code and models will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2004.11475

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionActivity Detection

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Extracting the multi-timescale activity patterns of online financial markets

2018-04-24

Online financial markets can be represented as complex systems where trading dynamics can be captured and characterized at different resolutions and time scales. In this work, we develop a methodology based on non-negati…

OnACID: Online Analysis of Calcium Imaging Data in Real Time

2017-12-01 · NeurIPS 2017 12 · Andrea Giovannucci, Johannes Friedrich, Matt Kaufman, Anne Churchland 외

Optical imaging methods using calcium indicators are critical for monitoring the activity of large neuronal populations in vivo. Imaging experiments typically generate a large amount of data that needs to be processed to…

DenoisingDictionary Learning

Dynamical modeling of nonlinear latent factors in multiscale neural activity with real-time inference

2025-12-13 · Eray Erturk, Maryam M. Shanechi arxiv

Real-time decoding of target variables from multiple simultaneously recorded neural time-series modalities, such as discrete spiking activity and continuous field potentials, is important across various neuroscience appl…

Online Transition-Based Feature Generation for Anomaly Detection in Concurrent Data Streams

2023-08-17 · Yinzheng Zhong, Alexei Lisitsa

In this paper, we introduce the transition-based feature generator (TFGen) technique, which reads general activity data with attributes and generates step-by-step generated data. The activity data may consist of network …

Anomaly DetectionComputational EfficiencyTime Series

Efficient Real Time Recurrent Learning through combined activity and parameter sparsity

2023-03-10 · Anand Subramoney

Backpropagation through time (BPTT) is the standard algorithm for training recurrent neural networks (RNNs), which requires separate simulation phases for the forward and backward passes for inference and learning, respe…