The Multimodal Risk Behavior Detection Model is designed to detect risky health behaviors in TikTok videos.
By leveraging both visual and textual features from TikTok video content, the model can classify whether a video portrays risky health behaviors, such as smoking, alcohol consumption, or unhealthy eating habits.
The model integrates two pre-trained architectures: BERT for text feature extraction and ResNet50 for video frame analysis, combining their outputs to make predictions.
The model was trained on the "Detecting Risky Health Behaviors in TikTok Videos" dataset:
https://huggingface.co/datasets/Souha-BH/DetectingRiskyHealthBehaviorsInTikTokVideos.
This dataset includes video metadata, captions, and video clips, which are labeled as either risky or non-risky. The data was collected using the Apify TikTok Hashtag Scraper and annotated for risky health behaviors.
The model uses the text column (captions) and the corresponding video files from the dataset to extract text and visual features.
The Multimodal Risk Behavior Detection Model follows a multimodal approach that integrates both textual and visual modalities.
After training for 5 epochs, the model's performance on the test set was as follows: