paper-with-me

홈 › Papers

Temporally smooth online action detection using cycle-consistent future anticipation

2021-04-16 · Young Hwi Kim, Seonghyeon Nam, Seon Joo Kim

Many video understanding tasks work in the offline setting by assuming that the input video is given from the start to the end. However, many real-world problems require the online setting, making a decision immediately using only the current and the past frames of videos such as in autonomous driving and surveillance systems. In this paper, we present a novel solution for online action detection by using a simple yet effective RNN-based networks called the Future Anticipation and Temporally Smoothing network (FATSnet). The proposed network consists of a module for anticipating the future that can be trained in an unsupervised manner with the cycle-consistency loss, and another component for aggregating the past and the future for temporally smooth frame-by-frame predictions. We also propose a solution to relieve the performance loss when running RNN-based models on very long sequences. Evaluations on TVSeries, THUMOS14, and BBDB show that our method achieve the state-of-the-art performances compared to the previous works on online action detection.

📄 PDF Abstract BibTeX arXiv:2104.08030

Code (1)

YHKimGithub/FATSnet pytorch

Tasks

Action DetectionAutonomous DrivingOnline Action DetectionVideo Understanding

Similar Papers 제목 키워드 기반

Using generalized additive models to decompose time series and waveforms, and dissect heart-lung interaction physiology

2022-06-13 · Journal of Clinical Monitoring and Computing 2022 6 · Johannes Enevoldsen, Gavin L Simpson, Simon T Vistisen

Common physiological time series and waveforms are composed of repeating cardiac and respiratory cycles. Often, the cardiac effect is the primary interest, but for, e.g., fluid responsiveness prediction, the respiratory …

Additive modelsMedical waveform analysisTime SeriesTime Series Analysis

Learning Online Smooth Predictors for Realtime Camera Planning Using Recurrent Decision Trees

2016-06-01 · CVPR 2016 6 · Jianhui Chen, Hoang M. Le, Peter Carr, Yisong Yue 외

We study the problem of online prediction for realtime camera planning, where the goal is to predict smooth trajectories that correctly track and frame objects of interest (e.g., players in a basketball game). The conven…

Mining Automatically Estimated Poses from Video Recordings of Top Athletes

2018-04-24 · Rainer Lienhart, Moritz Einfalt, Dan Zecha

Human pose detection systems based on state-of-the-art DNNs are on the go to be extended, adapted and re-trained to fit the application domain of specific sports. Therefore, plenty of noisy pose data will soon be availab…

Spatial-Temporal Multi-Cuts for Online Multiple-Camera Vehicle Tracking

2024-10-03 · Fabian Herzog, Johannes Gilg, Philipp Wolters, Torben Teepe 외

Accurate online multiple-camera vehicle tracking is essential for intelligent transportation systems, autonomous driving, and smart city applications. Like single-camera multiple-object tracking, it is commonly formulate…

Autonomous DrivingMulti-Object TrackingMultiple Object TrackingObject Tracking

A Novel Online Action Detection Framework from Untrimmed Video Streams

2020-03-17 · Da-Hye Yoon, Nam-Gyu Cho, Seong-Whan Lee

Online temporal action localization from an untrimmed video stream is a challenging problem in computer vision. It is challenging because of i) in an untrimmed video stream, more than one action instance may appear, incl…

Action DetectionAction LocalizationOnline Action DetectionTemporal Action Localization