paper-with-me

Papers

Space-Time Tree Ensemble for Action Recognition

2015-06-01 · CVPR 2015 6 · Shugao Ma, Leonid Sigal, Stan Sclaroff

Human actions are, inherently, structured patterns of body movements. We explore ensembles of hierarchical spatio-temporal trees, discovered directly from training data, to model these structures for action recognition. The hierarchical spatio-temporal trees provide a robust mid-level representation for actions. However, discovery of frequent and discriminative tree structures is challenging due to the exponential search space, particularly if one allows partial matching. We address this by first building a concise action vocabulary via discriminative clustering. Using the action vocabulary we then utilize tree mining with subsequent tree clustering and ranking to select a compact set of highly discriminative tree patterns. We show that these tree patterns, alone, or in combination with shorter patterns (action words and pair-wise patterns) achieve state-of-the-art performance on two challenging datasets: UCF Sports and HighFive. Moreover, trees learned on HighFive are used in recognizing two action classes in a different dataset, Hollywood3D, demonstrating the potential for cross-dataset generality of the trees our approach discovers.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionClusteringTemporal Action Localization

Similar Papers 제목 키워드 기반

Convolutional Tables Ensemble: classification in microseconds

2016-02-14 · Aharon Bar-Hillel, Eyal Krupka, Noam Bloom

We study classifiers operating under severe classification time constraints, corresponding to 1-1000 CPU microseconds, using Convolutional Tables Ensemble (CTE), an inherently fast architecture for object category recogn…

ClassificationCPUGeneral ClassificationObject+1

Synheart Emotion: Privacy-Preserving On-Device Emotion Recognition from Biosignals

2025-11-09 · Henok Ademtew, Israel Goytom arxiv

Human-computer interaction increasingly demands systems that recognize not only explicit user inputs but also implicit emotional states. While substantial progress has been made in affective computing, most emotion recog…

Emotion Recognition

Factor-augmented tree ensembles

2021-11-27 · Filippo Pellegrino

This manuscript proposes to extend the information set of time-series regression trees with latent stationary factors extracted via state-space methods. In doing so, this approach generalises time-series regression trees…

Ensemble LearningregressionTime SeriesTime Series Analysis+1

A Unified Approach to Extract Interpretable Rules from Tree Ensembles via Integer Programming

2024-06-30 · Lorenzo Bonasera, Emilio Carrizosa

Tree ensembles are very popular machine learning models, known for their effectiveness in supervised classification and regression tasks. Their performance derives from aggregating predictions of multiple decision trees,…

regressionTime Series

Transition Forests: Learning Discriminative Temporal Transitions for Action Recognition and Detection

2016-07-10 · CVPR 2017 7 · Guillermo Garcia-Hernando, Tae-Kyun Kim

A human action can be seen as transitions between one's body poses over time, where the transition depicts a temporal relation between two poses. Recognizing actions thus involves learning a classifier sensitive to these…

Action DetectionAction RecognitionSpatio-Temporal Action LocalizationTemporal Action Localization