Next Article in Journal
Knowledge Representation and Reasoning with an Extended Dynamic Uncertain Causality Graph under the Pythagorean Uncertain Linguistic Environment
Previous Article in Journal
Synthetical Modal Parameters Identification Method of Damped Oscillation Signals in Power System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Framework for Short Video Recognition Based on Motion Estimation and Feature Curves on SPD Manifolds

1
School of Electronics and Information Technology, Sun Yat-Sen University, Guangzhou 510006, China
2
Public Experimental Teaching Center, Sun Yat-Sen University, Guangzhou 510006, China
*
Authors to whom correspondence should be addressed.
Appl. Sci. 2022, 12(9), 4669; https://doi.org/10.3390/app12094669
Submission received: 24 March 2022 / Revised: 29 April 2022 / Accepted: 29 April 2022 / Published: 6 May 2022
(This article belongs to the Topic Applied Computer Vision and Pattern Recognition)

Abstract

:
Given the prosperity of video media such as TikTok and YouTube, the requirement of short video recognition is becoming more and more urgent. A significant feature of short video is that there are few switches of scenes in short video, and the target (e.g., the face of the key person in the short video) often runs through the short video. This paper presents a new short video recognition algorithm framework that transforms a short video into a family of feature curves on symmetric positive definite (SPD) manifold as the basis of recognition. Thus far, no similar algorithm has been reported. The results of experiments suggest that our method performs better on three changeling databases than seven other related algorithms published in the top issues.

1. Introduction

Video, especially short video, has become the mainstream information medium on the Internet. Facing the huge daily output and segmented production of short videos, however, review and recommendation of short video still highly dependent on tag-based and manual recognition. In order to achieve more intelligent and efficient content audit, short video recognition algorithms are in great demand. Since the first step of recognition is feature extraction, many feature extraction methods based on static image have been established. However, their application to video data still faces great challenges. Meanwhile, Riemannian manifolds have been proven to be robust in extracting video features under different imaging conditions and therefore have been successfully employed in many branches of video recognition, including face recognition and action recognition.
In particular, symmetric positive definite (SPD) matrices are widely used in video representation because of second-order statistical information provided. Moreover, the space of all SPD matrices possessing the Riemannian metric is called SPD manifold [1,2]. In general, existing SPD-based methods for video recognition construct an SPD matrix to represent each video and then take the resulting SPD manifold into account for recognition; for example, modeling video as covariance matrix [3], kernel matrix [4,5], and Gaussian model [6,7].
Moreover, dimensionality reduction (DR) techniques can effectively extract valid information from the original SPD matrix and reduce the calculation cost drastically with regard to the dimension of SPD matrix. One of the DR approaches directly extracts feature vector, which is in the Euclidean space, from the original SPD matrix, taking the notions of Riemannian geometry [8]. Or, to maintain SPD geometry, the bilinear DR [9,10] aims to learn a mapping that transforms the original manifold into a new manifold. This new manifold possesses a lower dimension and a more discriminative metric. Metric learning on SPD manifolds learns a more discriminative function that narrows the similarity between SPD matrices from different categories while expanding the similarity between SPD matrices from the same category. Metric learning on SPD manifold usually projects the original SPD manifolds to their tangent space [11,12], or embeds the SPD manifolds to a subspace of reproducing the kernel Hilbert space (RKHS) [13,14,15]. The tangent space and subspace of RKHS are isomorphic with Euclidean spaces that possess the same dimension.
It is obvious that the SPD-based methods introduced above regard the whole video as an image-set-based SPD matrix but without considering temporal correlation between frame images. Moreover, the experiments of these methods are based on databases composed of segmented video clips. These video clips are actually short videos. Through the benefit of the few transitions in short videos, tracing the trajectories of regions of interest (ROIs) through video is available. Moreover, in order to extract both spatial and temporal features from video, the authors of [16,17] adopted space-time geometric representations of human landmark configurations. Inspired by the work in [16,17], we propose a framework for short video recognition that models the spatiotemporal trajectories of ROIs as a family of feature curves on SPD manifold in this paper. The main steps of our short video recognition framework are as follows:
(1)
According to the practical application, a key frame is extracted from the short video to determine the spatial feature blocks (i.e., ROIs) of the target.
(2)
Using motion estimation [18] in video encoding, each ROI in the key frame is traced forward, backward, or two-way to string time series of ROIs through the short video. The resulting family of time series of ROIs represent the temporal and spatial feature of short video.
(3)
Each ROI is transformed into an SPD matrix by regional covariance descriptor (RCD). Hence, the family of time series of ROIs is transformed into a family of time series of SPD matrices. Each obtained time series of SPD matrices is a curve on the SPD manifold. The family of curves is the feature curves of the short video, which is the basis of short video recognition.
(4)
Using the dynamic time warping (DTW) [19] with Riemannian metrics [1,2,20] and divergences [21,22] on the SPD manifold, the similarity measure between curve families on the SPD manifold is established, so as to realize the recognition of short video.
Taking face recognition as an example, the overview of our framework is shown in Figure 1. Thus far, no similar algorithm has been reported. The experiments on three databases show that our framework is superior to seven other related algorithms published in the top issue in recent years. The main contributions of this paper are as follows:
(1)
Proposing a short video recognition framework feasible for different applications, as well as providing optional strategies for stringing time series of ROIs, constructing RCDs, and providing recognition between families of feature curves.
(2)
Different from viewing a video as an image set-based SPD matrix, which ignores the temporal correlation of features across image frames, our framework models each video as a family of feature curves on the SPD manifold, considering both temporal and spatial features of video.
(3)
ROI and motion estimation in video encoding are applied in our framework to reduce computational burden due to redundancy across image frames. Compared with using global frame images, ROIs convey more accurate spatial features. Moreover, tracing ROI with motion estimation can effectively reduce the computation of feature detection.
(4)
Encoding major spatial features by ROI-based covariance descriptors helps to build SPD geometry and provides a discriminant Riemannian metric for recognition.
Figure 1. Overview of the proposed framework. Taking face video as example, the four boxes of red, yellow, blue, and green in (a) show the regions of interest (ROIs) on human face and time series of ROIs stringed through motion estimation. The regional covariance descriptors (RCDs) are computed for each region in (b). Hence, a family of feature curves on symmetric positive definite (SPD) manifold are built in (c).
Figure 1. Overview of the proposed framework. Taking face video as example, the four boxes of red, yellow, blue, and green in (a) show the regions of interest (ROIs) on human face and time series of ROIs stringed through motion estimation. The regional covariance descriptors (RCDs) are computed for each region in (b). Hence, a family of feature curves on symmetric positive definite (SPD) manifold are built in (c).
Applsci 12 04669 g001
The programming of this paper is as follows. In Section 2, we present notations and preliminaries. In Section 3, several related works are introduced. Section 4 provides the details of our proposed framework. Section 5 introduces the application of our proposed framework in face recognition from video. Section 6 introduces seven SPD-based video/image set recognition algorithms in recent years as comparison algorithms. Section 7 shows the experimental results on three datasets with seven comparison algorithms. Conclusions are given in Section 8.

2. Preliminaries

In this section, we first provide a notation throughout this paper and then introduce geometry of SPD manifold, including the Riemannian metrics on SPD manifold and divergence of SPD matrices. In addition, we provide an introduction about motion estimation in video compression coding.

2.1. Notation

In this paper, vectors are denoted by lower case letters, e.g., x ; matrices are represented by upper case letters, e.g., X ; and the set of matrices are represented by X = { X 1 , , X N } . R D is the Euclidean space. S y m + + D is the SPD manifold, which will be formally defined later. T X ( S y m + + D ) is the tangent space to the SPD manifold at X S y m + + D . G r ( d , D ) is the Grassmannian manifold, i.e., the set of d-dimensional subspaces of R D . G L ( D ) is the general linear group, i.e., the set of all invertible D × D matrices. S y m + D is a positive semidefinite cone, i.e., the set of all D × D positive semidefinite matrices. is the reproducing kernel Hilbert space.

2.2. The Geometry of SPD Manifold

The D × D dimensional matrix X is symmetric and positively definite if X T = X and the scalar v T X v > 0 for any non-zero column vector v R D . The space of all D × D dimensional SPD matrixes is expressed as S y m + + D . If S y m + + D is given a Riemannian metric, the space of the SPD matrix becomes a Riemannian manifold. Namely, the SPD manifold is defined as
S y m + + D = { X R D × D | X T = X , v T X v > 0   for   v R D } .
For all X S y m + + D , its tangent space of symmetric D × D matrices with logarithm mapping L o g X : S y m + + D T X ( S y m + + D ) :
T X ( S y m + + D ) = { Φ | Φ R D × D , Φ T = Φ } .
The geometry of SPD manifolds is usually learned through Riemannian metrics ω . The Riemannian metric defines the inner product on tangent space. For any X S y m + + D and Φ , Θ T x ( S y m + + D ) ,
ω ( Φ , Θ ) = Φ , Θ X .
And the inner product reflects the length of the curve between corresponding points on SPD manifold S y m + + D . The curve with the shortest distance is the geodesic between two elements on S y m + + D . The length of the geodesic is called the geodesic distance.
The affine invariant Riemannian metric (AIRM) [1] is the most frequently used Riemannian metric. For all Φ , Θ T x ( S y m + + D ) , the AIRM is defined as
Φ , Θ X = X 1 / 2 Φ X 1 / 2 , X 1 / 2 Θ X 1 / 2 F ,
where A , B F = t r ( A B T ) and X S y m + + D . , X are an inner product and its smoothing over S y m + + D , respectively. The logarithm mapping projecting X 2 S y m + + D to tangent space T X 1 ( S y m + + D ) is defined as
L og X 1 ( X 2 ) = X 1 1 2 log ( X 1 1 2 X 2 X 1 1 2 ) X 1 1 2 .
For any given pair X 1 , X 2 S y m + + D , the unique geodesic [23] induced from AIRM connecting Γ X 1 X 2 ( 0 ) = X 1 with Γ X 1 X 2 ( 1 ) = X 2 is given by
Γ X 1 X 2 ( t ) = X 1 1 2 exp ( t   log X 1 1 2 X 2 X 1 1 2 ) X 1 1 2 , t > 0 .
The geodesic distance between X 1 , X 2 S y m + + D induced from AIRM is as follows:
δ A I R M 2 ( X 1 , X 2 ) = log ( X 1 1 / 2 X 2 X 1 1 / 2 ) F 2 ,
where A F 2 = A , A F is the Frobenius norm of a matrix. The AIRM possesses a property of invariance to affine transformations, i.e., δ A I R M 2 ( X 1 , X 2 ) = δ A I R M 2 ( A X 1 A T , A X 2 A T ) for A G L ( D ) .
For all Φ , Θ T x ( S y m + + D ) , the log-Euclidean metric (LEM) [2,20] is defined as
Φ , Θ X = D X log ( Φ ) , D X log ( Θ ) ,
where X S y m + + D and D X log ( Φ ) denote the directional derivative of log ( Θ ) at X . The logarithm mapping projecting X 2 S y m + + D to tangent space T X 1 ( S y m + + D ) is defined as
L o g X 1 ( X 2 ) = D 1 log ( X 1 ) [ log ( X 2 ) log ( X 1 ) ] .
Hence, the distance between X 1 , X 2 S y m + + D induced from LEM is as follows:
δ L E M 2 ( X 1 , X 2 ) = log ( X 1 ) log ( X 2 ) F 2 .

2.3. Bregman Divergences

In addition to the distance generated by the Riemannian metric, the divergence of the SPD matrix based on Bregman divergence can also be used as the distance metric of the SPD matrix. For all X 1 , X 2 S y m + + D , the Bregman matrix divergence [24] is defined as
δ ϕ ( X 1 , X 2 ) = ϕ ( X 1 ) ϕ ( X 2 ) ϕ ( X 2 ) , X 1 X 2 F ,
where ϕ : S y m + + D R is a strictly convex function, and ϕ ( X 2 ) is the gradient of ϕ at point X 2 . Bregman divergence is similar to distance measure, which does not satisfy trigonometric inequality and symmetry. To symmetrize Bregman divergences, different seed functions ϕ are used. Among them, the Stein divergence [21] and Jeffrey divergence [22] play an important role in computer vision.
For any given pair X 1 , X 2 S y m + + D , the Stein divergence adopting ϕ ( X ) = log det ( X ) and Jensen–Shannon symmetrization is defined as
δ S 2 ( X 1 , X 2 ) = log det ( X 1 + X 2 2 ) 1 2 log det ( X 1 X 2 ) .
For any given pair X 1 , X 2 S y m + + D , the Jeffrey divergence adopting ϕ ( X ) = log det ( X ) and direct symmetrization is defined as
δ J 2 ( X 1 , X 2 ) = 1 2 t r ( X 1 1 X 2 ) + 1 2 t r ( X 2 1 X 1 ) D ,
where D is the dimension of manifold. In the same way as the AIRM, the Stein divergence and Jeffrey divergence are affine invariant.

2.4. Motion Estimation

The similarity between adjacent frames brings inter-frame redundancy. Using motion estimation [18], only the changing parts of adjacent video frames would be encoded to reduce the amount of data and reduce the inter frame redundancy. In motion estimation, a frame image is segmented into M × N or more commonly used N × N pixel block. At the matching window of ( N + 2 p ) × ( M + 2 p ) size, the current block is compared with the corresponding block in the previous frame. This ‘ p ’ referring to pixels adjacent to the ROI is called the search parameter. On the basis of the matching criteria, the best match is found, and the alternative position of the current block is obtained.
There are various matching criteria, including the mean absolute difference (MAD):
M A D = 1 M N i = 1 M j = 1 N | f k ( i , j ) f k 1 ( i , j ) | ,
mean squared error (MSE):
M S E = 1 M N i = 1 M j = 1 N [ f k ( i , j ) f k 1 ( i , j ) ] 2 ,
and normalized cross correlation (NCC):
N C C = 1 M N i = 1 M j = 1 N ( f k ( i , j ) f k ( i , j ) ¯ ) ( f k 1 ( i , j ) f k 1 ( i , j ) ¯ ) 1 M N i = 1 M j = 1 N ( f k ( i , j ) f k ( i , j ) ¯ ) 2 1 M N i = 1 M j = 1 N ( f k 1 ( i , j ) f k 1 ( i , j ) ¯ ) 2 ,
where f k ( i , j ) are the pixels in the current M × N block and f k 1 ( i , j ) are the pixels in the matching block in the frame k 1 . When MSE or MAD is the smallest, it means that the matching between the two blocks is the best. The difference is that NCC measures the similarity between the two blocks in the range of [ 1 , 1 ] . The closer the NCC is to 1, the closer the two blocks are to have a linear relationship.

3. Related Works

In this section, we introduce relevant literature that have modeled the temporal evolution of video as curves on the Riemannian manifold. In addition, we also introduce classification and alignment methods of time series.

3.1. Modeling of Video as Curve on Riemannian Manifold

The key point here is to account for the temporal features and spatial features of video simultaneously. Profiting from explicit landmark configurations, several recent works modeled each sequence of facial expressions in video as a curve or a trajectory on Riemannian manifolds. Taheri et al. [25] represented a sequence of faces as a sequence of facial landmarks. Since landmark configuration on each face is a full rank D × d matrix encoding d dimensional coordinates of D landmarks, a sequence of facial expression can be considered as a curve on the Grassmannian manifold G r ( d , D ) with the neutral face as the starting point. To classify the curves modeled, the linear discriminant analysis (LDA) and multi-class SVM are applied. Taking texture information into consideration, Otberdout et al. [16] encoded deep convolutional neural network features extracted from human faces by covariance descriptors so as to model the temporal revolution of facial expression as trajectory on SPD manifolds.
Besides its role in the field of facial expression recognition, temporal modeling based on landmarks on Riemannian manifolds can extend to action recognition [17,26,27,28,29]. Kacem et al. [17] represents each D × d landmark matrix of skeleton by a D × D positive semidefinite Gram matrix. By doing so, the temporal evolution of skeletons is represented by a time series of their corresponding Gram matrices, which can be considered as a trajectory connected by pseudo-geodesics [23] on positive semidefinite cone S y m + D . Devanne et al. [26] used square-root velocity function to construct trajectories in a n-dimensional space representing skeleton sequences. Tanfous et al. [27] represented the landmark configuration sequence as the trajectory in Kendall shape space and encoded the trajectory through the dictionary learned in the sample set to generate Euclidean sparse time series.
However, all these works rely on geometric information from landmarks. These methods not only consume too much to detect landmarks in each frame, but also are not friendly to video without clear landmarks. Moreover, features extracted from pixel-level landmarks are limited. Distinct from works introduced above, in this paper, we focused on modeling curves of ROIs. By determining the pattern of ROIs, different applications of video recognition can be realized, but not only facial expression recognition and action recognition.

3.2. Dynamic Time Warping

The classification methods of time series can be roughly divided into four categories, namely, deep learning (e.g., fully convolutional networks [30]), feature learning method (e.g., time series forest [31]), ensemble methods (e.g., elastic ensemble [32]), and distance learning methods [19,33,34,35,36] with dynamic time warping (DTW) as a development basis.
DTW [19] was originally used in the field of speech recognition, elongating or shortening (compresses) the unknown speech until it is consistent with the length of the reference template. In this process, the time axis of the unknown speech will be distorted or bent so that it can correspond to the standard pattern. This is given two time series T 1 = { a 1 , , a L 1 } and T 2 = { b 1 , , b L 2 } with lengths of L 1 and L 2 , respectively. A pair of warping paths β = ( β 1 , β 2 ) between T 1 and T 2 need to meet the following constraints:
1 = β 1 ( 1 ) β 1 ( q ) = L 1 ,
1 = β 2 ( 1 ) β 2 ( q ) = L 2 ,
q max ( L 1 , L 2 ) L 1 + L 2 1 .
The optimal path between T 1 and T 2 is given by
β * = arg   min β Γ i = 1 | β | δ ( T 1 β 1 ( i ) , T 2 β 2 ( i ) )   ,
where Γ is the set of all possible paths and δ ( , ) is a distance metric. The DTW distance is given by
δ D T W ( T 1 , T 2 ) = i = 1 | β * | δ ( T 1 β 1 * ( i ) , T 2 β 2 * ( i ) ) .
To sum up, searching for an optimal DTW path β * is equivalent to finding the optimal solution from all possible warping paths according to minimizing the cumulative distance cost. The recurrence of cumulative distance matrix Π with Π ( 0 , 0 ) = 0 in DTW can be written as
Π ( i , j ) = δ ( a i , b j ) + min { Π ( i 1 , j 1 ) , Π ( i 1 , j ) , Π ( i , j 1 ) } .
Developed from DTW, the 1NN-DTW model [19,33], which is the combination of 1NN classifier and DTW, variant DDDTW [34], which is based on derivative distance, and constructing kernel function using DTW distance [35,36] are widely used in time series classification. Utilizing DTW distance instead of Euclidean distance for calculating Gaussian RBF kernel, Bahlmann et al. proposed the Gaussian DTW (GDTW) kernel [35]. However, since DTW distance is not symmetric, the GDTW kernel is also not a symmetric kernel. To overcome this limitation, global alignment kernels (GAK) [36] used in [16] need to calculate all the alignments, despite the huge computational cost.

4. A Framework for Feature Curves on SPD Manifold

In this section, we provide the formulation of short video recognition firstly, then present our framework, which represents short video as a family of feature curves on the SPD manifold. Specifically, our framework involves three parts: stringing time series of ROIs based on motion estimation, feature curve modeling with RCDs, and the classification methods of feature curves.

4.1. Formulation of Short Video Recognition

Video recognition is to identify the corresponding label of a query video V q u e r y based on a number of sample videos { V 1 , , V n } labeled with { l 1 V , , l n V } , which covers face recognition, scene classification, action recognition, and other different application directions. For example, the recognition of surveillance video in the field of the public is to match a query video V q u e r y against the video library obtained by the monitoring system. The target to be recognized in the video can be the person, car, or even license plate involved in the case.
This paper focuses on short video recognition. Short videos are now popular in social media with their high-frequency output and strong participation. Hence, video media have high requirements for content audit, information screening, and content recommendation. It is necessary to promote the research of short video recognition. To extract features for recognition, static images are normally described in terms of feature vectors, and videos are regarded as image sets. However, image set ignores the temporal feature of video. Spatial features in video dynamically change in the time dimension, and adjacent frames share similar spatial features. Different from long video, such as movies, the transition or conversion in short video between paragraphs and scenes are minor, which means the significant spatial features, i.e., ROI, may run through the whole short video. To extract spatial-temporal features from short videos, we proposed a framework focusing on the short video recognition model spatiotemporal trajectory of ROI in video as a family of feature curves on the SPD manifold.

4.2. Stringing Time Series of ROIs Based on Motion Estimation

Given a k-frames video F = { F 1 , , F k } , where F i is the image matrix, the spatial features of video are reflected within the frame image of a video. Our proposed framework takes the ROIs of the frame image as the major spatial feature of video. ROI is originally a concept in video encoding. In video encoding, the image quality of non-concerned regions can be sacrificed, and only high-resolution coding can be carried out for key regions, i.e., ROI, to meet the requirements of users’ high-definition video monitoring, while saving network bandwidth, processing time, and video storage space. ROI can be square, round, irregular shape, and so on. In our framework, we first extract a key frame from video, then determine a group of ROIs as a pattern. The ROI possesses semantic features and varies according to specific applications. As an algorithm framework, the solution of ROI selection and ROI detection are open. Meanwhile, the weight and number of ROIs can be adjusted to optimize the algorithm.
The temporal features of video are reflected in the temporal correlation between video frames. Given a pattern of m ROIs { R O I i } i = 1 m , our proposed framework takes the m corresponding time series of ROIs as the spatiotemporal feature of video. Moreover, we use the motion estimation method in video compression coding to trace ROIs. Tracing can be forward, backward, or bidirectional, depending on the position of key frames in the frame sequence. Taking backward tracing as an example, we introduced a specific strategy for stringing time series of ROIs in the following, including the continuous frame extraction strategy and inter-frame extraction strategy.
Let R O I i , 1 represent the i-th ROI in the key frame F s ( 1 s k ) . For the continuous frame extraction strategy, we take F s as starting frame for motion estimation and trace the region closest to R O I i , 1 in the next frame F s + 1 ( s s + 1 k ) as R O I i , 2 . The difference between regions can be calculated by Equations (14)–(16). Then, frame F s + 1 becomes the new starting frame for next motion estimation, and so on. Each ROI traced is preserved in a time series of ROIs.
However, the ROIs between adjacent frames may be too similar in some smoothly changing videos and preserving ROIs per frame will cause data redundancy. To tackle this problem, we employed an inter-frame extraction strategy. This strategy still traces ROIs per frame, but if the differences between the traced ROI and R O I i , 1 in F s is below a certain lower limit τ , the traced ROI is not preserved and the starting frame is kept at F s . Only when the differences between the traced ROI in F s + η and R O I i , 1 exceed τ can the traced ROI be strung into the time series as R O I i , 2 ; then, the starting frame is replaced by F s + η for next motion estimation.
Since both strategies will face the distortion of the prediction result due to the accumulation of error caused by each estimation, our proposed framework stops motion estimation in the ending frame F e where the error accumulates to an upper limit μ . Thus far, we call it a cycle of motion estimation. After a cycle, we go back to the space domain to detect the ROIs in { F e + 1 , , F k } and redefine the starting frame to repeat a new cycle of motion estimation. By looping the cycle until the end of the video to find all the i-th ROIs on the video timeline, we can construct a time series of the i-th ROIs O I i = { R O I i , 1 , , R O I i , L i } ( 1 i m ) , where L i is the length of the i-th time series. Therefore, the whole video can be represented by a family of time series of ROIs { O I i } i = 1 m = { R O I i , 1 , , R O I i , L i } i = 1 m , where m represents the number of ROIs in the pattern.
It should be noted that the length L i , upper limits μ , lower limit τ , starting frame F s and ending frame F e of each time series can be different. Moreover, the most important factor is by stringing time series of ROIs, our proposed framework combines spatial-temporal features of short videos and transforms task of short video recognition to the recognition between families of time series of ROIs.

4.3. Features Curves on SPD Manifold

Although ROI is a semantic feature region in a frame image, such a feature region is directly composed of image pixels. From the perspective of image recognition, such features are original and rough. Our proposed framework uses a regional covariance descriptor to extract the SPD feature matrix from ROI, so as to transform a family of time series of ROIs into a family of feature curves on the Riemannian manifold. The specific methods are as follows:
For a square ROI R O I = [ r 1 , r 2 , , r d ] R D × d , we can simply compute the corresponding RCD by
C = 1 d i = 1 d ( r i μ ) ( r i μ ) T ,
where C R D × D , μ = 1 d i = 1 d r i .
When the ROI is no longer square, or the size is not uniform and the shape is irregular, we use each pixel of the ROI to generate a feature vector to calculate the covariance matrix. For a ROI with λ pixels, each pixel generates a D-dimensional vector. The ROI can be represented as { v 1 , , v λ } R D × λ , and the corresponding RCD is given by
C = 1 λ i = 1 λ ( v i μ v ) ( v i μ v ) T ,
where C R D × D , μ v = 1 λ i = 1 λ v i . The method of generating feature vectors is open and can vary with different applications. For example, each pixel can generate a nine-dimensional feature vector, which is composed of RGB values and the first order gradients of RGB values in X and Y directions, respectively. By doing so, no matter how different the shape and size of ROI are, the size of the SPD feature matrix generated by RCD is certainly 9 × 9 . In this way, all the resulting curves are on the SPD manifold shared the same dimension, avoiding the influence of sizes of original ROIs.
Following [3], to avoid the singularity, we adjusted the original RCD as C = C + ξ I , where I is an identity matrix and ξ is 10 3 × t r ( C ) . Then, we followed the information geometry theory [37] to transform the Gaussian model N ( μ , C * ) into a ( D + 1 ) × ( D + 1 ) dimensional SPD matrix as the final RCD:
N ( μ , C * ) X = [ C * + μ μ T μ μ T 1 ] ,
which means the space of D -dimensional Gaussian models has been embedded into the SPD manifold S y m + + D + 1 . By doing so, one R O I i , j becomes an SPD matrix X i , j , and a family of time series of ROIs { O I i } i = 1 m = { R O I i , 1 , , R O I i , L i } i = 1 m are transformed as a family of time series of their embedding SPD matrices { X R i } i = 1 m = { X R i , 1 , , X R i , L i | X i , j Sym + + D + 1 } i = 1 m .
Consider that the geometry of RCD generated from ROI is a point on SPD manifold. A time series of SPD matrices X = { X 1 , , X N } can be defined as a feature curve γ ( t ) 0 t N 1 on the SPD manifold that passes through all SPD matrices belonging to X in sequence from γ ( 0 ) = X 1 to γ ( N 1 ) = X N . Among them, two adjacent SPD matrices are connected by geodesics:
C γ ( t ) γ ( t + 1 ) Γ X t + 1 X t + 2 ,   t = 0 , , N - 2 ,
where Γ X t + 1 X t + 2 ( T ) = X t + 1 1 2 exp ( T   log X t + 1 1 2 X t + 2 X t + 1 1 2 ) X t + 1 1 2 , 0 < T 1 . In other words, the feature curve representing a time series of ROIs is spliced by multiple geodesics one by one.
Using this strategy, each time series of ROI can be modeled as a curve on the SPD manifold:
O I i = { R O I i , 1 , , R O I i , L i } X R i = { X R i , 1 , , X R i , L i } γ R i ( t ) .
Thus, a short video can be modeled as a family of curves on the SPD manifold:
{ O I i } i = 1 m = { R O I i , 1 , , R O I i , L i } i = 1 m { X R i } i = 1 m = { X R i , 1 , , X R i , L i } i = 1 m { γ R i } i = 1 m ,
where the SPD manifold is proven to be a Riemannian manifold and this family of curves is the family of spatial-temporal feature curves of the video. Algorithm 1 summarizes the steps of computing the family of feature curves.
Algorithm 1 Computing a Family of Feature Curves { γ R i ( t ) } i = 1 m on Sym + + D + 1
Input: A family of time series of ROIs { O I i } i = 1 m = { R O I i , 1 , , R O I i , L i } i = 1 m from video
Output: A family of feature Curves { γ R i ( t ) } i = 1 m
/* Compute the SPD matrices of ROIs */
for i 1 to m
   for j 1   to   L i do
      X R i , j [ C i , j * + μ i , j μ i , j T μ i , j μ i , j μ i , j T 1 ]
   end
   /* Compute the geodesic between SPD matrices */
    γ R i ( 0 ) X R i , 1
   for t 0   to   L i 2 do
      C γ ( t ) γ ( t + 1 ) Γ X t + 1 X t + 2 as Equation (26)
   end
end
Return A Family of feature Curves { γ R i ( t ) } i = 1 m

4.4. Rcognition between Famlies of Features Curves

In our proposed method, time series of ROIs are extracted from short video. The comparison of similarity between short videos is transformed into the comparison between families of time series. The length of two time series may not be equal. Moreover, different frame rate, variable durations, and arbitrary starting/ending intensities of video also bring about obstacles. To tackle this problem, we adopted dynamic time warping (DTW) to find an alignment between the two videos.
DTW needs to define appropriate metrics for recognition. As we introduced in Section 4.3, the time series of ROIs are transformed as feature curves in SPD manifolds, which introduces discriminative Riemannian metrics and divergence. Given two feature curves γ 1 ( t ) and γ 2 ( t ) concatenated by L 1 and L 2 SPD matrices, respectively, and a pair of warping paths β = ( β 1 , β 2 ) between γ 1 ( t ) and γ 2 ( t ) , similar to the optimal path between time series introduced in Section 3.2, the optimal path in the set of all possible paths Γ between two feature curves γ 1 ( t ) and γ 2 ( t ) is
β * = arg   min β Γ i = 1 q δ ( γ 1 ( β 1 ( i ) ) , γ 2 ( β 2 ( i ) ) )   ,
where δ ( , )  can be defined as Riemannian metrics/divergence in SPD manifold. Similarity measure between two feature curves γ 1 ( t ) and γ 2 ( t ) under the optimal path can be defines as
δ D T W ( γ 1 , γ 2 ) = 1 q i = 1 q δ ( γ 1 ( β 1 ( i ) ) , γ 2 ( β 2 ( i ) ) )   .
Then, the similarity measure between two video needs to fuse information provided by each curve of its curve family. The classification strategy can also be divided into two types. One is an overall classification strategy that is suitable for situations where the number of ROIs m  in a pattern is smaller. Given a family of feature curves  { γ R i q u e r y ( t ) } i = 1 m extracted from query video V q u e r y and sample families of feature curves { { γ R i j ( t ) } i = 1 m } j = 1 n from sample videos { V 1 , , V n } , the i-th feature curve γ R i q u e r y ( t ) ( 1 i m )  in V q u e r y  is independently compared with all the i-th feature curves { { γ R i j ( t ) } } j = 1 n ( 1 i m ) in sample videos. This approach extends to each feature curve of V q u e r y  to obtain the m × n  similarity measure matrix Ψ  using DTW distance. The average similarity measure 1 m i = 1 m Ψ i , j ( 1 j n )  of all feature curves from V q u e r y represents the similarity measure between query video and sample videos. Taking the KNN classifier as an example, the steps of overall classification method are shown in Algorithm 2.
Algorithm 2 Classification of a Family of Feature Curves { { γ R i j ( t ) } i = 1 m } j = 1 n on SPD Manifold with Overall Classification Strategy.
Input: n sample families of feature curves  { { γ R i j ( t ) } i = 1 m , l j V } j = 1 n with their corresponding labels of each family, a family of feature curves { γ R i q u e r y ( t ) } i = 1 m of query video V q u e r y .
Output: Predicted label l q u e r y of V q u e r y
/* Compute DTW distances among sample and query feature curves */
for i 1 to m
   for j 1 to n do
      Ψ ( i , j ) = δ D T W ( γ R i q u e r y ( t ) , γ R i j ( t ) )
    end
end
/* Compute average DTW distance matrix ψ */
for k 1 to m do
    ψ ( 1 , k ) = 1 m i = 1 m Ψ i , k
end
/* Testing phase */
l q u e r y KNN classifier using average DTW distance matrix ψ
Return Predicted label l q u e r y of V q u e r y
The other is the pre-classification strategy suitable for the number of ROIs m in the pattern being larger. Each feature curve of query video V q u e r y is pre-classified independently according to each row of similarity measure matrix Ψ . On the basis of the law of large numbers [38], the label with the highest frequency among { l 1 q u e r y , , l m q u e r y } is regarded as the label of the query video V q u e r y . Taking the KNN classifier as an example, the steps of the pre-classification method are shown in Algorithm 3.
Algorithm 3 Classification of a Family of Feature Curves { { γ R i j ( t ) } i = 1 m } j = 1 n on SPD Manifold with Pre-classification Strategy
Input: n sample families of feature curves  { { γ R i j ( t ) } i = 1 m , l j V } j = 1 n with their corresponding labels of each family, a family of feature curves { γ R i q u e r y ( t ) } i = 1 m of query video V q u e r y .
Output: Predicted label l q u e r y of query video V q u e r y
/* Compute distances among sample and query feature curves */
for i 1 to m
   for j 1 to n do
      Ψ ( i , j ) = δ D T W ( γ R i q u e r y ( t ) , γ R i j ( t ) )
    end
end
/* Testing phase */
for k 1 to m do
    l k q u e r y KNN classifier using the k-th row of distance matrix Ψ
end
Return Mode of { l 1 q u e r y , , l m q u e r y } as predicted label l q u e r y of V q u e r y
In summary, our proposed framework focuses on short video recognition. The few transitions of short videos help to trace the coherent trajectory of ROI with motion estimation. Moreover, stringing time series of ROIs extracts both spatial and temporal features from short video. Furthermore, modeling time series of ROIs as feature curves on the SPD manifold via RCDs introduces the Riemannian geometry. Finally, our framework provides different strategies for stringing time series of ROIs, constructing RCDs, and classifying between families of curves, improving the universality and stability of our framework.

5. Application to Face Recognition

For face recognition in short video, where video F = { F 1 , , F k } can be considered as a sequence of face images, we take the first frame with clear facial features as the key frame and define four square ROIs { R O I i } i = 1 4 located in the four regions around the two eyes, nose, and mouth as a pattern (see Figure 1a). Using the continuous frame extraction strategy to trace ROI backward, we can string four time series of ROIs { O I i } i = 1 4 , where O I i = { R O I i , 1 , , R O I i , r i } ( 1 i 4 ) , with embedding SPD matrices { X R i } i = 1 4 employing Equations (23) and (25). At the same time, in order to combine the global spatial features, we also take the global face G 1 in the key frame as the starting point, and link the next two nearest face images in time. For the time series of global spatial features { G 1 , G 2 , G 3 } , we have time series of their embedding SPD matrices X G = { X G 1 , X G 2 , X G 3 } . Then, we extend time series of ROIs and global faces extracted from one short video to a family of feature curves { γ G , { γ R i } i = 1 4 } on the SPD manifold.
We basically set the weight of the four ROIs and the whole face as equal and we adopted a pre-classification strategy with KNN-DTW to classify feature curves in the SPD manifold. Given that a query video consists of a family of five feature curves { γ G q u e r y , { γ R i q u e r y } i = 1 4 } and training curves { { γ G j , { γ R i j } i = 1 4 } , l j V } j = 1 n from sample videos { V 1 , , V n } with their associated labels, taking δ D T W   as a similarity measure in KNN classifier, each feature curves in { γ G q u e r y , { γ R i q u e r y } i = 1 4 } is pre-classified independently. For one query curve γ q u e r y , we found out the K training curves closest to the query curve and defined the set of K training curves as N K ( γ ) . Solving the label of query curve γ q u e r y ,
l q u e r y = max l   γ N K ( γ ) I ( l , l i V )   i = 1 , , K ,
where I ( l , l i ) = { 1 ,   if   l = l i V 0 ,   if   l l i V , l i V is the label of K closest curves γ N K ( γ ) . Then, the final decision is based on { l G q u e r y , { l R i q u e r y } i = 1 4 } with the law of large number.

6. Comparison Algorithms

To prove the availability of our framework, we utilized seven related SPD-based image set/video classification methods for comparison, including two covariance descriptor learning methods: Riemannian covariance descriptors (RieCovDs) [39] and approximate infinite-dimensional covariance descriptors (AidCovDs) [40]; metric learning methods: cross Euclidean-to-Riemannian metric learning (CERML) [41]; and four dimensionality reduction methods: log-Euclidean metric learning (LEML) [42], SPD manifold learning (SPDML) [43], SPD similarity learning (SPDSL) [44], and discriminative analysis for SPD matrices on lie groups (DALG) [45].

6.1. RieCovDs

Given an image set includes n images, RieCovDs divides each image into m partially overlapping regions, that is, the image set is divided into m region sets, and each region set contains n regions. RieCovDs modelling each region belong to the image set with a Gaussian model. For a region set, the Gaussian model set is mapped to a SPD matrix set X = { X 1 , , X n | X i = [ C i + μ i μ i T μ i μ i T 1 ] } S y m + + D , where μ i is mean vector and C i is covariance matrix. Finally, for each SPD matrix belonging to the image set, RieCovDs calculates a Riemannian local difference vector (RieLDV) [46]:
ζ ( X p , E ( X ) ) = δ ( X p , E ( X ) ) E ( X ) δ 2 ( X p , E ( X ) ) E ( X ) δ 2 ( X p , E ( X ) ) , p = 1 , , n .
Moreover, the generate Riemannian covariance descriptor
C o v i j = 1 n 1 p = 1 n ζ ( X i , p , E ( X i ) ) T ζ ( X j , p , E ( X j ) ) T i , j = 1 , , m
between m region sets represents this image set for recognition.

6.2. AidCovDs

AidCovDs proposes a framework representing image sets with approximate infinite-dimensional covariance descriptors (CovDs) based on Riemannian kernel and the Nyström method [47,48]. Given an image set includes n images, AidCovDs first calculates a covariance matrix of SIFT or Gabor features of each image as X = { X 1 , , X n } S y m + + D . The infinite-dimensional CovDs in RKHS for X is given by
C = φ ( X ) J n J n T φ ( X ) T .
where J n = n 3 2 ( n I n 1 n 1 n T ) , 1 n is a column vector of n ones, φ ( X ) = φ [ φ ( X 1 ) , , φ ( X n ) ] , and φ : S y m + + D is a Riemannian kernel mapping.
Considering a training set Y = { Y 1 , , Y m } S y m + + D , the approximation of Riemannian kernel matrix K Y = [ k Y ( Y i , Y j ) ] m × m R m × m of the training set can be written as K Y Z T Z = V E 1 / 2 E 1 / 2 V T , where   Z = E 1 / 2 V T R d × m , with E being the diagonal matrix of top d eigenvalues of K Y and V being the matrix of corresponding eigenvectors. On the basis of the Nyström method, the approximation of φ ( X ) in RKHS is Z ( X ) = [ Z ( X 1 ) , , Z ( X n ) ] R d × n , where Z ( X i ) = E 1 2 V T ( k Y ( X i , Y 1 ) , , k Y ( X i , Y m ) ) R d . The approximate infinite-dimensional CovDs in RKHS for an image set can be written as
C Z = Z ( X ) J n J n T Z ( X ) T .

6.3. CERML

Given n videos, CERML fuses both Euclidean data (i.e., feature means) X = { x 1 , , x n } R D  and the Riemannian representations (i.e., SPD matrices)  Y = { Y 1 , , Y n } S y m + + D from videos. Data are transformed from the original Euclidean space and Riemannian space into RKHS via two transformation matrices W x R n × d , W y R n × d . Transformed data in RKHS can be defined as X R = { x 1 R , , x n R | x i R = W x T K i C o l x } R d and Y R = { y 1 R , , y n R | y i R = W y T K i C o l y } R d , where K i C o l x R n × n and K i C o l y R n × n are the i-th column of RBF kernel of X = { x 1 , , x n } R D and Y = { Y 1 , , Y n } S y m + + D , respectively.
The first constraint is to minimize the distances between data with the same label, and maximize distances between data with different labels:
D 1 ( W x , W y ) = j = 1 n i = 1 n a i j x i R y j R 2 ,   a i j = { 1 l i x = l j y 1 o t h e r s .
The second constraint aims to keep Euclidean and Riemannian geometric relations in RKHS:
D 21 ( W x ) = i = 1 n j = 1 n b i j x i R x j R 2 ,   b i j = { w i j x l i x = l j x & Λ 1 ( x i , x j ) w i j x l i x l j x & Λ 2 ( x i , x j ) 0 o t h e r s ,
D 22 ( W y ) = i = 1 n j = 1 n c i j y i R y j R 2 ,   c i j = { w i j y l i y = l j y & Λ 1 ( y i , y j ) w i j y l i y l j y & Λ 2 ( y i , y j ) 0 o t h e r s ,
where Λ 1 , Λ 2 are neighborhood number. Then, the objective function with balancing parameters λ 1 > 0 , λ 2 > 0 can be written as
min W x , W y λ 1 D 1 ( W x , W y ) + λ 2 ( D 21 ( W x ) + D 22 ( W y ) ) D 21 ( W x ) ( W y ) + λ 3 W x K x 2 + λ 3 W y K y 2 S u b j e c t   to   W x T K x W x = I d ;   W y T K y W y = I d

6.4. LEML

Given n videos and their corresponding SPD matrices X = { X 1 , , X n } S ym + + D , let F : S y m + D S y m + d ( d D ) be a mapping between manifolds, X S y m + D be the high-dimensional SPD matrix, and F ( X ) S y m + d be the lower-dimensional matrix. LEML aims to learn a tangent mapping D F ( X ) : T X ( S y m + + D ) T F ( X ) ( S y m + + d ) , where T X ( S y m + + D ) is the tangent space of S y m + D and T F ( X ) ( S y m + + d ) is the tangent space of S y m + d . LEML uses a transformation matrix W R D × d to define tangent mapping as D F ( log ( X ) ) = W T log ( X ) W . The geodesic distance D l e Q ( T i , T j ) = t r ( Q ( T i T j ) ( T i T j ) )   on the new SPD manifold S y m + d is obtained by substituting W into the logarithmic Euclidean distance on S y m + D , where Q = W W T W W T , T i = log ( X i ) . LEML defines how points are similar if D l e ( T i , T j ) u and dissimilar if D l e ( T i , T j ) l , where D l e ( , ) is geodesic distance, u is the upper limit, and l is the lower limit.
Finally, the objective function is given by
min Q , V   D LogDet ( Q , Q 0 ) + η D LogDet ( d i a g ( V ) , d i a g ( V 0 ) ) s u b j e c t   to   δ i j D l e Q ( Q i , Q j ) ξ i j
where D l d is the LogDet divergence, Q 0 is an initialization of Q , D l d ( Q , Q 0 ) = t r ( Q Q 0 1 ) log det ( Q Q 0 1 ) d is a vector of slack variables, and D L o g D e t ( Q , Q 0 ) = t r ( Q Q 0 1 ) log det ( Q Q 0 1 ) D . If the pair of samples come from the same class, δ i j = 1 ; otherwise, δ i j = 1 , where ξ is a vector of slack variables.

6.5. SPDML

Given n videos and their corresponding SPD matrices, X = { X 1 , , X n } S ym + + D with labels { l 1 , , l n } . SPDSL aims to learn a DR mapping F : S y m + + D S y m + + d ( d < D ) between manifolds with full rank matrix W R D × d .
On the new manifold, the data points belonging to the same class should be as close as possible, and the points belonging to different classes should be as far away as possible. SPDML make use of notions of within-class similarity g w ( , ) and between-class similarity g b ( , ) :
g w ( X i , X j ) = { 1 , 0 , X i N w ( X j ) o r   X j N w ( X i ) e l s e ,
g b ( X i , X j ) = { 1 , 0 , X i N b ( X j ) o r   X j N b ( X i ) e l s e ,
where N ( X i ) is the collection of neighbors of X i , N w ( X i ) is the collection of neighbors belonging to the same class with X i , and N b ( X i ) is the collection of neighbors belonging to the different classes with X i . The affinity function is defined as α ( X i , X j ) = g w ( X i , X j ) g b ( X i , X j ) . Moreover, the loss function is L ( W ) = i , j = 1   i j n α ( X i , X j ) δ ( W T X i W , W T X j W ) , where δ is a distance metric on SPD manifold. To perform dimensionality reduction, the objective function is given by
min W R D × d   L ( W ) s . t . W T W = I d

6.6. SPDSL

Given n videos and their corresponding SPD matrices X = { X 1 , , X n } S ym + + D with labels { l 1 , , l n } , where l i = [ 0 , , 1 , , 0 ] R c , and where the k-th element is 1, indicating that X i belongs to the k-th class of c total classes, inspired by SPDML, SPDSL adopts the same full rank matrix W R D × d to define the dimensionality reduction mapping, within-class similarity g w ( , ) , and between-class similarity g b ( , ) as SPDML.
Utilizing the supervised criterion of centered kernel target alignment [49,50], the objective function of SPDSL is given by
min W R D × d   J ( W ) = U G k ( W ) U , G ( L L T ) F U G k ( W ) U F s . t . W T W = I d
where denotes the Hadamard product, G = g w + g b , U = I n 1 n 1 n T n , L = [ l 1 , , l n ] T , k i j ( W ) = exp ( α δ 2 ( F ( X i ) , F ( X j ) ) ) , α = 1 σ 2 , and σ is set to the mean distance of pairs in the training set.

6.7. DALG

DALG aims to learn a mapping that transforms a high-dimensional Lie group (LG) into a more discriminative, low-dimensional one. X = { X 1 , , X n } S ym + + D and Y = { Y 1 , , Y n } S ym + + d   ( d < D ) are points on two LGs. X ¯ = { X ¯ 1 , , X ¯ n } T I D ( S ym + + D ) and Y ¯ = { Y ¯ 1 , , Y ¯ n } T I d ( S ym + + d   ) are their corresponding Lie algebras in the unit tangent space mapped by logarithmic mapping. Then, DALG defines the transformation D F ( X ) : T I D ( S y m + + D ) T I d ( S y m + + d ) between unit tangent spaces as D F ( X ) : Y ¯ i = W T X ¯ i W ,   i = 1 , , n with matrix W R D × d . On the basis of the exponential and logarithmic mappings between the LGs and their unit tangent space, transformation F : S y m + + D S y m + + d is given by
F : Y i = exp ( W T log ( X i ) W ) .
To maximize the similarity between points belonging to the same class and minimizing similarity between points from different classes in low-dimensional LG, optimized W is as follows:
min W R D × d   d 1 = i , j δ L E M 2 ( Y i , Y j ) g w ( Y i , Y j ) ,
max W R D × d   d 2 = i , j δ L E M 2 ( Y i , Y j ) g b ( Y i , Y j ) ,
where g w ( , ) and g b ( , ) are shown in Equations (41) and (42). Combining both constraints, the overall objective function is
min W R D × d   ( d 1 d 2 ) .

6.8. Summary

In all the comparison algorithms introduced above, each video is regarded as an image set, and then the whole is represented by one SPD matrix without considering frame-to-frame correlation. Geometrically, a video is represented as a point on the SPD manifold. However, our proposed framework is proposed for short video. In our framework, each short video is represented as a family of feature curves on the SPD manifold connected by geodesic.

7. Experimental Studies

7.1. Database

The YouTube Celebrities (YTC) database [51] contains a large series of videos on YouTube of 47 celebrities. Each individual has three different long videos, and each long video is segmented into several video clips. In all, there are 1910 clips in the YTC database. Some examples are shown in Figure 2. Since all videos are encoded in MPEG4 at a 25 fps rate with low resolution, the noise and poor imaging leads to the much more challenging recognition task.
We extracted gray-scale features (pixel values) of the face detected in each frame and resized it to 48 × 48. Then, histogram equalization was used for each face image. We conducted 10 cross-validation experiments and selected 20 individuals each time. Each person had six stochastically selected videos in the gallery/training set and three in the probes/testing set in an experiment.
ICT-BBT [52] contains large-scale video collections parsed from the whole first season of the TV Big Bang Theory (BBT). The BBT is a situation comedy, in which most scenes are shot in bright rooms (see Figure 3 for example).
Moreover, the ICT-PB [52] is parsed from the TV show Prison Break (PB). Differently, the shooting scenes of the ICT-PB (see Figure 4 for example) are changeable, which results in large changes in lighting conditions and more facial obstructions such as shadows and railings. The frame sequence in each video clip is cut and resized into an image set with a size of 150 × 150 for each image. The same as the YTC database, the size of each face is unified into 48 × 48 and a histogram equalization is utilized for each face image. For each character, both the gallery/training set and the probes/testing set are composed of 10 randomly selected videos. We repeated the experiment 10 times and finally averaged the accuracy.

7.2. Method Setting

In our experiments, the sizes of ROIs were unified as a square of 16 × 16 , and the search parameter was set to 7 pixels. Since MAD does not require multiplication, we took it as the matching criteria. With a full search algorithm, all the 16 × 16  size regions in the searching window were compared to find the best matching one. The difference value needed to be calculated 15 × 15  times. Then, we needed to control the cumulative error
1 256 i = 1 16 j = 1 16 | f s + η ( i , j ) f s ( i , j ) | μ .
Once the cumulative error exceeds the upper limit μ , motion estimation will not continue. Moreover, the setting standard of upper limit μ is based on making sure the number of ROIs in most cycles is less than 15. We only ran one cycle of motion estimation for each video.
To be fair, the parameters in comparison algorithms were set according to the original literature. For RieCovDs, CovDs was calculated by IE-RieLDV-G. The sliding window was 16 × 16 , and the step size was 8 in the horizontal direction and vertical direction, α = 1 and β = 0.5 . For AidCovDs, the features were extracted using SIFT, and target dimensionality D = 40. For CERML, λ 1 was set to 0.01, λ 2 was set to 0.1, k 1 was set to 1, k 2 was set to 20, σ s  was the mean distance of training data, and the iteration number was set to 20. For LEML, the parameters η  and ζ were set as 10 and 0.1, respectively. For SPDML and SPDSL, the upper limit of the number of iterations was set to 50, v w  was the minimum number of samples in one class, and v b  was set by cross-validation. In DALG, v w and v b were set as 5 and 20, respectively. For the DR methods, the reduced dimensionality was searched in {20, 30, 40, 50, 60, 70, 80, 90}, and only the best results are shown. Except for the fact that CERML, DALG, and LEML are based on the LEM according to the original works, other comparison algorithms adopted two best performing metrics/divergences.

7.3. Result and Analysis

In this section, we show the experimental comparison between different metrics/divergences within our proposed methods, as well as a comparison of our proposed methods and seven SPD-based comparison algorithms.
Since the feature curves we proposed were based on SPD geometry, the choice of metric/divergence in the SPD manifold, which derived the distance matric in DTW, was especially important. Hence, the AIRM, the LEM introduced in Section 2.2, and the Stein and Jeffrey divergences introduced in Section 2.3 combined with the KNN classifier were applied for the comparative experiments. Table 1 shows the average accuracies using these four metrics/divergences on the SPD manifold. It is obvious that our method with AIRM achieved the highest recognition accuracies on two databases. It should be noted that the AIRM defines a true geodesic distance. Although the LEM was confirmed to be much more efficient than the AIRM in [21], the LEM did not perform well in our proposed method. This might have been the case because the LEM is not an affine invariant. In addition, the LEM does not really reflect the geometric relationship between two points on an SPD manifold.
Moreover, as we introduced in Section 5, we utilized global spatial features (global faces) as the companion to regional spatial features (ROIs). To prove the improvement made by the global spatial features, we compared three situations in our method, namely, regional spatial features (ROIs) only, global spatial features (global faces) only, and the combination of both. As shown in Table 2, extracting regional spatial features only and global spatial features only from short videos underperformed in most cases. However, the combination of ROIs and global faces provided more plentiful information and achieved better accuracy than the first two.
The face recognition tests compared with seven SPD-based algorithms on three internet video face databases are summarized in Table 3. As can be seen from Table 3, our framework with AIRM performed best on both ICT-BBT and ICT-PB databases and highly approached CREML on the YTC database. The DR methods LEML, SPDML and SPDSL showed similar performance, maybe because set-based SPD matrix representations encode approximate information of global variations of videos. In contrast, the DALG, the CERML, and our proposed method were generally outperformed by the other SPD-based video recognition methods on the both databases. This may have been because the DALG utilized the geometry of LGs, which provides high-order information, and the CERML fuses the Euclidean representation and Riemannian representation from videos while our proposed method fuses both major spatial features and temporal features of video.
However, the accuracy sharply decreased in the ICT-PB database, which may have been due to complex imaging conditions and facial occlusion. Only the CERML, the AidCovDs, and our proposed method performed most consistently. This further demonstrates the effectiveness and robustness of fusing temporal and spatial features by temporal modeling of ROIs in our proposed method. Moreover, focusing more on ROIs but not global information helps in reducing interference from facial obstructions. By controlling the cumulative error of motion estimation, ROIs will be skipped in time when encountering facial obstructions. Although RieCovDs also extract features from image regions, the position and numbers of regions is unchangeable, ignoring the dynamic change of the recognition target in the video. Moreover, although RieCovDs is based on image regions, it actually still extracts global information from frame images with regions covering the whole picture.

8. Conclusions and Future Work

In this paper, we propose a short video recognition framework that models temporal evolution of ROIs in short video as a family of feature curves on the SPD manifold, which fuses spatial and temporal features of video. In this framework, the time series of ROIs are traced by motion estimation, which effectively saves vast computing cost compared with feature detection per frame and provides a degree of information filtering. Moreover, by characterizing each ROI with the RCD, an effective transformation from original video recognition to family of feature curves on SPD manifold recognition is established. Finally, the Riemannian metrics and divergences on the resulting SPD manifold can derive appropriate distance in DTW to define similarity measures between feature curves. Our extensive comparative experiments show that the proposed framework achieves advanced and effective results on three challenging video-based face databases.
For future work, combined with feature detection methods, the study of how to expand the proposed framework to different short video recognition tasks would be interesting. Moreover, on the basis of the geometry of the Riemannian manifold, it is necessary to explore the novel time series recognition method.

Author Contributions

Writing—original draft preparation, X.L.; writing—review and editing, X.L., S.L. and Z.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China, grant number 61773022, and the Science and Technology Program of Guangzhou, grant number 68000-42050001.

Data Availability Statement

The data presented in this study are available on request from the corresponding author.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

SPDSymmetric positive definite;
ROIRegion of interest;
RCDRegional covariance descriptor;
DTWDynamic time warping;
DRDimensionality reduction;
AIRMAffine invariant Riemannian metric;
LEMLog-Euclidean metric;
RKHSReproducing kernel Hilbert space;
RieCovDsRiemannian covariance descriptors;
AidCovDsApproximate infinite-dimensional covariance descriptors;
CERMLMetric learning methods: cross Euclidean-to-Riemannian metric learning;
LEMLLog-Euclidean metric learning;
SPDMLSPD manifold learning;
SPDSLSPD similarity learning;
DALGDiscriminative analysis for SPD matrices on Lie groups;
LGLie group.

References

  1. Pennec, X.; Fillard, P.; Ayache, N. A Riemannian Framework for Tensor Computing. Int. J. Comput. Vis. 2006, 66, 41–66. [Google Scholar] [CrossRef] [Green Version]
  2. Arsigny, V.; Fillard, P.; Pennec, X.; Ayache, N. Log-Euclidean metrics for fast and simple calculus on diffusion tensors. Magn. Reason. Med. 2006, 56, 411–421. [Google Scholar] [CrossRef] [PubMed]
  3. Wang, R.; Guo, H.; Davis, L.S.; Dai, Q. Covariance discriminative learning: A natural and efficient approach to image set classification. In Proceedings of the 2012 IEEE Conference on Computer Vision and Pattern Recognition, Providence, RI, USA, 16–21 June 2012. [Google Scholar] [CrossRef]
  4. Vemulapalli, R.; Pillai, J.; Chellappa, R. Kernel Learning for Extrinsic Classification of Manifold Features. In Proceedings of the 2013 IEEE Conference on Computer Vision and Pattern Recognition, Portland, OR, USA, 23–28 June 2013. [Google Scholar]
  5. Harandi, M.T.; Salzmann, M. Riemannian coding and dictionary learning: Kernels to the rescue. In Proceedings of the 2015 IEEE Conference on Computer Vision and Pattern Recognition, Boston, MA, USA, 7–12 June 2015. [Google Scholar]
  6. Huang, Z.; Wang, R.; Shan, S.; Chen, X. Face recognition on large-scale video in the wild with hybrid Euclidean-and-Riemannian metric learning. Pattern. Recognit. 2015, 48, 3113–3124. [Google Scholar] [CrossRef]
  7. Wang, W.; Wang, R.; Huang, Z.; Shan, S.; Chen, X. Discriminant Analysis on Riemannian Manifold of Gaussian Distributions for Face Recognition with Image Sets. IEEE Trans. Image Process. 2018, 27, 151–163. [Google Scholar] [CrossRef]
  8. Goh, A.; Vidal, R. Clustering and dimensionality reduction on Riemannian manifolds. In Proceedings of the 2012 IEEE Conference on Computer Vision and Pattern Recognition, Anchorage, AK, USA, 23–28 June 2008. [Google Scholar] [CrossRef]
  9. Horev, I.; Yger, F.; Sugiyama, M. Geometry-aware principal component analysis for symmetric positive definite matrices. Mach. Learn. 2017, 106, 493–522. [Google Scholar] [CrossRef] [Green Version]
  10. Xie, X.; Yu, Z.L.; Gu, Z.; Li, Y. Classification of symmetric positive definite matrices based on bilinear isometric Riemannian embedding. Pattern. Recognit. 2019, 87, 94–105. [Google Scholar] [CrossRef]
  11. Tuzel, O.; Porikli, F.; Meer, P. Pedestrian detection via classification on Riemannian manifolds. IEEE Trans. Pattern. Anal. Mach. 2008, 30, 1713–1727. [Google Scholar] [CrossRef]
  12. Tosato, D.; Farenzena, M.; Cristani, M.; Spera, M.; Murino, V. Multi-class classification on Riemannian manifolds for video surveillance. In Proceedings of the 2010 European Conference on Computer Vision, Crete, Greece, 5–11 September 2010. [Google Scholar] [CrossRef]
  13. Li, P.; Wang, Q.; Zuo, W.; Zhang, L. Log-Euclidean Kernels for Sparse Representation and Dictionary Learning. In Proceedings of the 2013 IEEE International Conference on Computer Vision, Sydney, Australia, 1–8 December 2013. [Google Scholar] [CrossRef] [Green Version]
  14. Minh, H.Q. Infinite-dimensional Log-Determinant divergences between positive definite Hilbert–Schmidt operators. Positivity 2020, 24, 631–662. [Google Scholar] [CrossRef] [Green Version]
  15. Jayasumana, S.; Hartley, R.; Salzmann, M.; Li, H.; Harandi, M. Kernel methods on Riemannian manifolds with Gaussian RBF kernels. IEEE Trans. Pattern. Anal. Mach. Intell. 2015, 37, 2464–2477. [Google Scholar] [CrossRef] [Green Version]
  16. Otberdout, N.; Kacem, A.; Daoudi, M.; Ballihi, L.; Berretti, S. Automatic Analysis of Facial Expressions Based on Deep Covariance Trajectories. IEEE Trans. Neural Netw. Learn. Syst. 2020, 31, 3892–3905. [Google Scholar] [CrossRef] [Green Version]
  17. Kacem, A.; Daoudi, M.; Amor, B.; Berretti, S.; Alvarez-Paiva, J.C. A Novel Geometric Framework on Gram Matrix Trajectories for Human Behavior Understanding. IEEE Trans. Pattern. Anal. Mach. Intell. 2020, 42, 1–14. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  18. Kundo, A. Modified block matching algorithm for fast block motion estimation. In Proceedings of the 2010 International Conference on Signal and Image Processing, Chennai, India, 15–17 December 2010. [Google Scholar] [CrossRef]
  19. Berndt, D.J. Using dynamic time warping to find patterns in time series. AAAI Workshop Knowl. Discov. Databases 1994, 10, 359–370. [Google Scholar]
  20. Arsigny, V.; Fillard, P.; Pennec, X.; Ayache, N. Geometric Means in a Novel Vector Space Structure on Symmetric Positive-Definite Matrices. SIAM J. Matrix Anal. Appl. 2007, 29, 328–347. [Google Scholar] [CrossRef] [Green Version]
  21. Cherian, A.; Sra, S.; Banerjee, A.; Papanikolopoulos, N. Jensen-Bregman logdet divergence with application to efficient similarity search for covariance matrices. IEEE Trans. Pattern. Anal. Mach. Intell. 2013, 35, 2161–2174. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  22. Wang, Z.; Vemuri, B.C. An affine invariant tensor dissimilarity measure and its applications to tensor-valued image segmentation. In Proceedings of the 2004 IEEE Conference on Computer Vision and Pattern Recognition, Washington, DC, USA, 27 June–2 July 2004. [Google Scholar] [CrossRef]
  23. Bonnabel, S.; Sepulchre, R. Riemannian Metric and Geometric Mean for Positive Semidefinite Matrices of Fixed Rank. SIAM J. Matrix Anal. Appl. 2009, 31, 1055–1070. [Google Scholar] [CrossRef] [Green Version]
  24. Kulis, B.; Sustik, M.A.; Dhillon, I.S. Low-rank kernel learning with Bregman matrix divergences. J. Mach. Learn. Res. 2009, 10, 341–376. [Google Scholar]
  25. Taheri, S.; Turaga, P.; Chellapa, R. Towards view-invariant expression analysis using analytic shape manifolds. In Proceedings of the 2011 IEEE International Conference on Automatic Face and Gesture Recognition (FG), Santa Barbara, CA, USA, 21–25 March 2011. [Google Scholar] [CrossRef] [Green Version]
  26. Devanne, M.; Wannous, H.; Berretti, S.; Pala, P.; Daoudi, M.; Bimbo, A. 3-D human action recognition by shape analysis of motion trajectories on Riemannian manifold. IEEE Trans. Cybern. 2015, 45, 1340–1352. [Google Scholar] [CrossRef] [Green Version]
  27. Tanfous, A.B.; Drira, H.; Amor, B.B. Sparse Coding of Shape Trajectories for Facial Expression and Action Recognition. IEEE Trans. Pattern. Anal. Mach. Intell. 2020, 42, 2594–2607. [Google Scholar] [CrossRef] [Green Version]
  28. Chakraborty, R.; Singh, V. A geometric framework for statistical analysis of trajectories with distinct temporal spans. In Proceedings of the 2017 IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017. [Google Scholar] [CrossRef]
  29. Sanin, A.; Sanderson, C.; Harandi, M.; Lovell, B.C. Spatiotemporal covariance descriptors for action and gesture recognition. In Proceedings of the 2013 IEEE Workshop on Applications of Computer Vision, Clearwater Beach, FL, USA, 15–17 January 2013. [Google Scholar] [CrossRef] [Green Version]
  30. Wang, Z.; Yan, W.; Oates, T. Time series classification from scratch with deep neural networks: A strong baseline. In Proceedings of the 2017 International Joint Conference on Neural Networks, Anchorage, AK, USA, 14–19 May 2017. [Google Scholar] [CrossRef] [Green Version]
  31. Deng, H.; Runger, G.; Tuv, E.; Vladimir, M. A time series forest for classification and feature extraction. Inf. Sci. 2013, 239, 142–153. [Google Scholar] [CrossRef] [Green Version]
  32. Lines, J.; Bagnall, A. Time series classification with ensembles of elastic distance measures. Data Min. Knowl. Discov. 2014, 29, 565–592. [Google Scholar] [CrossRef]
  33. Ding, H.; Trajcevski, G.; Scheuermann, P.; Wang, X.; Keogh, E. Querying and mining of time series data: Experimental comparison of representations and distance measures. VLDB Endow. 2008, 1, 1542–1552. [Google Scholar] [CrossRef] [Green Version]
  34. Górecki, T.; Łuczak, M. Using derivatives in time series classification. Data Min. Knowl. Discov. 2012, 26, 310–331. [Google Scholar] [CrossRef] [Green Version]
  35. Bahlmann, C.; Haasdonk, B.; Burkhardt, H. Online handwriting recognition with support vector machines a kernel approach. In Proceedings of the Eighth International Workshop on Frontiers in Handwriting Recognition, Niagra-on-the-Lake, ON, Canada, 6–8 August 2002. [Google Scholar] [CrossRef]
  36. Cuturi, M. Fast global alignment kernels. In Proceedings of the 28th International Conference on Machine Learning, Bellevue, WA, USA, 28 June–2 July 2011. [Google Scholar]
  37. Amari, S.; Nagaoka, H. Methods of Information Geometry; Oxford University Press: New York, NY, USA, 2009. [Google Scholar]
  38. Wasserman, L. All of Statistics: A Concise Course in Statistical Inference; Springer: New York, NY, USA, 2013. [Google Scholar]
  39. Chen, K.; Ren, J.; Wu, X.; Kittler, J. Covariance descriptors on a Gaussian manifold and their application to image set classification. Pattern. Recognit. 2020, 107, 107463. [Google Scholar] [CrossRef]
  40. Chen, K.; Wu, X.; Wang, R.; Kittler, J. Riemannian kernel based Nyström method for approximate infinite-dimensional covariance descriptors with application to image set classification. In Proceedings of the 24th International Conference on Pattern Recognition, Beijing, China, 20–24 August 2018. [Google Scholar] [CrossRef] [Green Version]
  41. Huang, Z.; Wang, R.; Shan, S.; Van Gool, L.; Chen, X. Cross Euclidean-to-Riemannian Metric Learning with Application to Face Recognition from Video. IEEE Trans. Pattern. Anal. Mach. Intell. 2018, 40, 2827–2840. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  42. Huang, Z.; Wang, R.; Shan, S.; Li, X.; Chen, X. Log-Euclidean metric learning on symmetric positive definite manifold with application to image set classification. In Proceedings of the 32nd International Conference on Machine Learning, Lille, France, 6–11 July 2015. [Google Scholar]
  43. Harandi, M.; Salzmann, M.; Hartley, R. Dimensionality Reduction on SPD Manifolds: The Emergence of Geometry-Aware Methods. IEEE Trans. Pattern. Anal. Mach. Intell. 2018, 40, 48–62. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  44. Huang, Z.; Wang, R.; Li, X.; Liu, W.; Shan, S.; Van Gool, L.; Chen, X. Geometry-Aware Similarity Learning on SPD Manifolds for Visual Recognition. IEEE Trans. Circuits Syst. Video Technol. 2018, 28, 2513–2523. [Google Scholar] [CrossRef] [Green Version]
  45. Xu, C.; Lu, C.; Gao, J.; Zheng, W.; Wang, T.; Yan, S. Discriminative Analysis for Symmetric Positive Definite Matrices on Lie Groups. IEEE Trans. Circuits Syst. Video Technol. 2015, 25, 1576–1585. [Google Scholar] [CrossRef]
  46. Faraki, M.; Harandi, M.; Porikli, F. A Comprehensive Look at Coding Techniques on Riemannian Manifolds. IEEE Trans. Neural Netw. Learn. Syst. 2018, 29, 5701–5712. [Google Scholar] [CrossRef]
  47. Faraki, M.; Harandi, M.; Porikli, F. Approximate infinite-dimensional Region Covariance Descriptors for image classification. In Proceedings of the 2015 IEEE International Conference on Acoustics, Speech and Signal Processing, South Brisbane, Australia, 19–24 April 2015. [Google Scholar] [CrossRef]
  48. Zhang, L.; Li, H. Incremental Nyström Low-Rank Decomposition for Dynamic Learning. In Proceedings of the Ninth International Conference on Machine Learning and Applications, Washington, DC, USA, 12–14 December 2010. [Google Scholar] [CrossRef]
  49. Cristianini, N.; Shawe-Taylor, J.; Elisseeff, A.; Kandola, J.S. On kernel target alignment. In Proceedings of the 2001 Conference and Workshop on Neural Information Processing Systems, Vancouver, BC, Canada, 3–8 December 2001. [Google Scholar]
  50. Cortes, C.; Mohri, M.; Rostamizadeh, A. Algorithms for learning kernels based on centered alignment. J. Mach. Learn. Res. 2012, 13, 795–828. [Google Scholar] [CrossRef]
  51. Kim, M.; Kumar, S.; Pavlovic, V.; Rowley, H. Face tracking and recognition with visual constraints in real-world videos. In Proceedings of the 2008 IEEE Conference on Computer Vision and Pattern Recognition, Anchorage, AK, USA, 23–28 June 2008. [Google Scholar] [CrossRef] [Green Version]
  52. Li, Y.; Wang, R.; Shan, S.; Chen, X. Hierarchical hybrid statistic-based video binary code and its application to face retrieval in TV-series. In Proceedings of the 2015 IEEE International Conference and Workshops on Automatic Face and Gesture Recognition, Ljubljana, Slovenia, 4–8 May 2015. [Google Scholar] [CrossRef]
Figure 2. Samples from YCT. (ac) Three unique long videos of one individual in the YTC database [51].
Figure 2. Samples from YCT. (ac) Three unique long videos of one individual in the YTC database [51].
Applsci 12 04669 g002
Figure 3. Samples from ICT-BBT [52].
Figure 3. Samples from ICT-BBT [52].
Applsci 12 04669 g003
Figure 4. Samples from ICT-PB [52].
Figure 4. Samples from ICT-PB [52].
Applsci 12 04669 g004
Table 1. Recognition result on our proposed method with different metrics/divergences.
Table 1. Recognition result on our proposed method with different metrics/divergences.
MethodDatabase
YTC [51]ICT-BBT [52]ICT-PB [52]
Ours—Jeffrey44.50%65.40%36.83%
Ours—LEM62.67%73.20%48.60%
Ours—Stein79.00%86.80%71.17%
Ours—AIRM82.33%87.80%68.20%
Table 2. Recognition results with global spatial features and regional spatial features.
Table 2. Recognition results with global spatial features and regional spatial features.
MethodSpatial Features Database
YTC [51]ICT-BBT [52]ICT-PB [52]
Ours—JeffreyRegional36.33%57.60%37.50%
Global38.33%67.80%22.50%
Combination44.50%65.40%36.83%
Ours—LEMRegional50.33%64.00%40.67%
Global67.33%79.60%47.33%
Combination62.67%73.20%48.60%
Ours—SteinRegional73.00%76.80%61.83%
Global76.00%92.60%65.67%
Combination79.00%86.80%71.17%
Ours—AIRMRegional69.50%75.00%59.83%
Global76.83%82.00%62.50%
Combination82.33%87.80%68.20%
Table 3. Recognition results of comparison algorithms.
Table 3. Recognition results of comparison algorithms.
MethodDatabase
YTC [51]ICT-BBT [52]ICT-PB [52]
RieCovDs—AIRM [39]69.33%66.65%58.33%
RieCovDs—LEM [39]69.63%68.60%56.67%
AidCovDs—AIRM [40]73.94%54.90%61.67%
AidCovDs—LEM [40]77.12%61.10%57.67%
LEML [42]74.00%78.20%49.33%
SPDML—AIRM [43]74.67%78.20%52.00%
SPDML—Jeffery [43]75.00%79.20%52.33%
SPDSL—LEM [44]78.33%75.20%55.31%
SPDSL—AIRM [44]80.50%72.40%57.50%
DALG [45]78.67%86.89%56.83%
CERML [41]82.63%85.00%66.77%
Ours—Stein79.00%86.80%71.17%
Ours—AIRM82.33%87.80%68.20%
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Liu, X.; Liu, S.; Ma, Z. A Framework for Short Video Recognition Based on Motion Estimation and Feature Curves on SPD Manifolds. Appl. Sci. 2022, 12, 4669. https://doi.org/10.3390/app12094669

AMA Style

Liu X, Liu S, Ma Z. A Framework for Short Video Recognition Based on Motion Estimation and Feature Curves on SPD Manifolds. Applied Sciences. 2022; 12(9):4669. https://doi.org/10.3390/app12094669

Chicago/Turabian Style

Liu, Xiaohe, Shuyu Liu, and Zhengming Ma. 2022. "A Framework for Short Video Recognition Based on Motion Estimation and Feature Curves on SPD Manifolds" Applied Sciences 12, no. 9: 4669. https://doi.org/10.3390/app12094669

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop