Video classification for efficient data storage using deep learning: a comparison of sequential and simultaneous feature extraction methods.

Saved in:
Bibliographic Details
Title: Video classification for efficient data storage using deep learning: a comparison of sequential and simultaneous feature extraction methods.
Authors: Dang Thi, Phuc1 (AUTHOR) phucdt@iuh.edu.vn, Nguyen Dang, Hoang Thi1 (AUTHOR) thinguyen280601@gmail.com, Doan Huu, Phuc1 (AUTHOR) phuc1032000@gmail.com, Dau Sy, Hieu2 (AUTHOR) dausyhieu@hcmut.edu.vn
Source: Multimedia Tools & Applications. Feb2025, Vol. 84 Issue 6, p3071-3094. 24p.
Subjects: Transformer models, Camcorders, Artificial intelligence, Cognitive psychology, Sequential learning, Deep learning, Object recognition (Computer vision)
Abstract: Optimizing camera information storage is a critical issue due to the increasing data volume and a large number of daily surveillance videos. In this study, we propose a deep learning-based system for efficient data storage. Videos captured by cameras are classified into four categories: no action, normal action, human action, and dangerous action. Videos without action or with normal action are stored temporarily and then deleted to save storage space. Videos with human action are stored for easy retrieval, while videos with dangerous action are promptly alerted to users. In the paper, we propose two approaches using deep learning models to address the video classification problem. The first approach is a separate approach, where pretrained CNN models extract features from video frame images. These features are then passed through RNN, Transformer models to extract relationships between them. The goal of this approach is to delve into extracting features of objects in the video. The proposed models include VGG16, InceptionV3 combined with LSTM, BiLSTM, Attention, and Vision Transformer. The next approach combines CNN and LSTM layers simultaneously through models like ConvLSTM and LRCN. This approach aims to help the model simultaneously extract object features and their relationships, with the goal of reducing model size, accelerating the training process, and increasing object recognition speed when deployed in the system. In Approach 1, we construct and refine network architectures such as VGG16+LSTM, VGG16+Attention+LSTM, VGG16+BiLSTM, VGG16+ViT, InceptionV3+LSTM, InceptionV3+Attention+LSTM, InceptionV3+BiLSTM. In Approach 2, we build a new network architecture based on the ConvLSTM and LRCN model. The training dataset, collected from real surveillance cameras, comprises 3315 videos labeled into four classes: no action (1018 videos), actions involving people (832 videos), dangerous actions (751 videos), and normal actions (714 videos). Experimental results show that models from Approach 1 exhibit excellent feature extraction capabilities, effectively classifying activities with high accuracy. Notably, InceptionV3+LSTM and VGG16+ViT models achieve accuracy rates exceeding 93%. Conversely, models from Approach 2 show fast training speeds and lightweight model sizes but struggle with activity classification, resulting in lower accuracy. To meet the system's requirements for high accuracy and real-time performance, we select the InceptionV3+LSTM model for deployment. This model is further fine-tuned to achieve better model size and training speed compared to other models in this approach. [ABSTRACT FROM AUTHOR]
Copyright of Multimedia Tools & Applications is the property of Springer Nature and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract. (Copyright applies to all Abstracts.)
Database: Engineering Source
Full text is not displayed to guests.
FullText Links:
  – Type: pdflink
Text:
  Availability: 1
Header DbId: egs
DbLabel: Engineering Source
An: 182975014
AccessLevel: 6
PubType: Academic Journal
PubTypeId: academicJournal
PreciseRelevancyScore: 0
IllustrationInfo
Items – Name: Title
  Label: Title
  Group: Ti
  Data: Video classification for efficient data storage using deep learning: a comparison of sequential and simultaneous feature extraction methods.
– Name: Author
  Label: Authors
  Group: Au
  Data: <searchLink fieldCode="AR" term="%22Dang+Thi%2C+Phuc%22">Dang Thi, Phuc</searchLink><relatesTo>1</relatesTo> (AUTHOR)<i> phucdt@iuh.edu.vn</i><br /><searchLink fieldCode="AR" term="%22Nguyen+Dang%2C+Hoang+Thi%22">Nguyen Dang, Hoang Thi</searchLink><relatesTo>1</relatesTo> (AUTHOR)<i> thinguyen280601@gmail.com</i><br /><searchLink fieldCode="AR" term="%22Doan+Huu%2C+Phuc%22">Doan Huu, Phuc</searchLink><relatesTo>1</relatesTo> (AUTHOR)<i> phuc1032000@gmail.com</i><br /><searchLink fieldCode="AR" term="%22Dau+Sy%2C+Hieu%22">Dau Sy, Hieu</searchLink><relatesTo>2</relatesTo> (AUTHOR)<i> dausyhieu@hcmut.edu.vn</i>
– Name: TitleSource
  Label: Source
  Group: Src
  Data: <searchLink fieldCode="JN" term="%22Multimedia+Tools+%26+Applications%22">Multimedia Tools & Applications</searchLink>. Feb2025, Vol. 84 Issue 6, p3071-3094. 24p.
– Name: Subject
  Label: Subjects
  Group: Su
  Data: <searchLink fieldCode="DE" term="%22Transformer+models%22">Transformer models</searchLink><br /><searchLink fieldCode="DE" term="%22Camcorders%22">Camcorders</searchLink><br /><searchLink fieldCode="DE" term="%22Artificial+intelligence%22">Artificial intelligence</searchLink><br /><searchLink fieldCode="DE" term="%22Cognitive+psychology%22">Cognitive psychology</searchLink><br /><searchLink fieldCode="DE" term="%22Sequential+learning%22">Sequential learning</searchLink><br /><searchLink fieldCode="DE" term="%22Deep+learning%22">Deep learning</searchLink><br /><searchLink fieldCode="DE" term="%22Object+recognition+%28Computer+vision%29%22">Object recognition (Computer vision)</searchLink>
– Name: Abstract
  Label: Abstract
  Group: Ab
  Data: Optimizing camera information storage is a critical issue due to the increasing data volume and a large number of daily surveillance videos. In this study, we propose a deep learning-based system for efficient data storage. Videos captured by cameras are classified into four categories: no action, normal action, human action, and dangerous action. Videos without action or with normal action are stored temporarily and then deleted to save storage space. Videos with human action are stored for easy retrieval, while videos with dangerous action are promptly alerted to users. In the paper, we propose two approaches using deep learning models to address the video classification problem. The first approach is a separate approach, where pretrained CNN models extract features from video frame images. These features are then passed through RNN, Transformer models to extract relationships between them. The goal of this approach is to delve into extracting features of objects in the video. The proposed models include VGG16, InceptionV3 combined with LSTM, BiLSTM, Attention, and Vision Transformer. The next approach combines CNN and LSTM layers simultaneously through models like ConvLSTM and LRCN. This approach aims to help the model simultaneously extract object features and their relationships, with the goal of reducing model size, accelerating the training process, and increasing object recognition speed when deployed in the system. In Approach 1, we construct and refine network architectures such as VGG16+LSTM, VGG16+Attention+LSTM, VGG16+BiLSTM, VGG16+ViT, InceptionV3+LSTM, InceptionV3+Attention+LSTM, InceptionV3+BiLSTM. In Approach 2, we build a new network architecture based on the ConvLSTM and LRCN model. The training dataset, collected from real surveillance cameras, comprises 3315 videos labeled into four classes: no action (1018 videos), actions involving people (832 videos), dangerous actions (751 videos), and normal actions (714 videos). Experimental results show that models from Approach 1 exhibit excellent feature extraction capabilities, effectively classifying activities with high accuracy. Notably, InceptionV3+LSTM and VGG16+ViT models achieve accuracy rates exceeding 93%. Conversely, models from Approach 2 show fast training speeds and lightweight model sizes but struggle with activity classification, resulting in lower accuracy. To meet the system's requirements for high accuracy and real-time performance, we select the InceptionV3+LSTM model for deployment. This model is further fine-tuned to achieve better model size and training speed compared to other models in this approach. [ABSTRACT FROM AUTHOR]
– Name: AbstractSuppliedCopyright
  Label:
  Group: Ab
  Data: <i>Copyright of Multimedia Tools & Applications is the property of Springer Nature and its content may not be copied or emailed to multiple sites without the copyright holder's express written permission. Additionally, content may not be used with any artificial intelligence tools or machine learning technologies. However, users may print, download, or email articles for individual use. This abstract may be abridged. No warranty is given about the accuracy of the copy. Users should refer to the original published version of the material for the full abstract.</i> (Copyright applies to all Abstracts.)
PLink https://search.ebscohost.com/login.aspx?direct=true&site=eds-live&db=egs&AN=182975014
RecordInfo BibRecord:
  BibEntity:
    Identifiers:
      – Type: doi
        Value: 10.1007/s11042-024-20549-5
    Languages:
      – Code: eng
        Text: English
    PhysicalDescription:
      Pagination:
        PageCount: 24
        StartPage: 3071
    Subjects:
      – SubjectFull: Transformer models
        Type: general
      – SubjectFull: Camcorders
        Type: general
      – SubjectFull: Artificial intelligence
        Type: general
      – SubjectFull: Cognitive psychology
        Type: general
      – SubjectFull: Sequential learning
        Type: general
      – SubjectFull: Deep learning
        Type: general
      – SubjectFull: Object recognition (Computer vision)
        Type: general
    Titles:
      – TitleFull: Video classification for efficient data storage using deep learning: a comparison of sequential and simultaneous feature extraction methods.
        Type: main
  BibRelationships:
    HasContributorRelationships:
      – PersonEntity:
          Name:
            NameFull: Dang Thi, Phuc
      – PersonEntity:
          Name:
            NameFull: Nguyen Dang, Hoang Thi
      – PersonEntity:
          Name:
            NameFull: Doan Huu, Phuc
      – PersonEntity:
          Name:
            NameFull: Dau Sy, Hieu
    IsPartOfRelationships:
      – BibEntity:
          Dates:
            – D: 21
              M: 02
              Text: Feb2025
              Type: published
              Y: 2025
          Identifiers:
            – Type: issn-print
              Value: 13807501
          Numbering:
            – Type: volume
              Value: 84
            – Type: issue
              Value: 6
          Titles:
            – TitleFull: Multimedia Tools & Applications
              Type: main
ResultId 1