人間は、演繹的推論を介して、観測の 2 つの状態間で行われたアクションを直感的に推測することができます。これは、脳が双方向通信モデルで動作するためであり、これにより、以前の経験に関連する特徴に基づく認識と予測の精度が大幅に向上しました。過去 10 年間で、行動認識のディープ ラーニング モデルは大幅に改善されました。ただし、ディープ ニューラル ネットワークは、特定のアクション認識 (AR) タスク用の小さなデータセットでこれらのタスクを処理するのに苦労しています。ほとんどのアクション認識タスクと同様に、時空間データのアクティビティを正確に記述することのあいまいさは、さまざまな認識タスクを分析するための慎重な注釈やビデオ データの前処理など、適切なデータセットをキュレーションすることで克服できる欠点です。この研究では、転送学習技術と Conv2D LSTM レイヤーを組み合わせて新しい軽量フレームワークを提示し、より小さなデータセットを必要とする新しい AR タスク (Smart Baby Care) のために、Kinetics データセットで事前トレーニング済みの I3D モデルから特徴を抽出します。計算リソース。さらに、ベンチマーク データセットと、LSTM 畳み込みと I3D を使用する自動モデル (ConvLSTM-I3D) を開発し、スマート ベビー ルームでの赤ちゃんの活動を認識および予測しました。最後に、ビデオ拡張を実装して、スマート ベビー ケア タスクのモデル パフォーマンスを向上させました。他のベンチマーク モデルと比較して、私たちの実験的フレームワークは、より少ない計算リソースでより優れたパフォーマンスを達成しました。
Humans are able to intuitively deduce actions that took place between two states in observations via deductive reasoning. This is because the brain operates on a bidirectional communication model, which has radically improved the accuracy of recognition and prediction based on features connected to previous experiences. During the past decade, deep learning models for action recognition have significantly improved. However, deep neural networks struggle with these tasks on a smaller dataset for specific Action Recognition (AR) tasks. As with most action recognition tasks, the ambiguity of accurately describing activities in spatial-temporal data is a drawback that can be overcome by curating suitable datasets, including careful annotations and preprocessing of video data for analyzing various recognition tasks. In this study, we present a novel lightweight framework combining transfer learning techniques with a Conv2D LSTM layer to extract features from the pre-trained I3D model on the Kinetics dataset for a new AR task (Smart Baby Care) that requires a smaller dataset and less computational resources. Furthermore, we developed a benchmark dataset and an automated model that uses LSTM convolution with I3D (ConvLSTM-I3D) for recognizing and predicting baby activities in a smart baby room. Finally, we implemented video augmentation to improve model performance on the smart baby care task. Compared to other benchmark models, our experimental framework achieved better performance with less computational resources.