Skip to content

Pravin74/temporal_video_segmentation_code

Repository files navigation

Concept Drift Detection for Multivariate Data Streams and Temporal Segmentation of Daylong Egocentric Videos

This is the implementation of our paper titled "Concept Drift Detection for Multivariate Data Streams and Temporal Segmentation of Daylong Egocentric Videos" in ACMMM2020. We present a novel unsupervised temporal segmentation technique especially suited for day-long egocentric videos.

Requirements

The code has been tested on:

Get started

To reproduce the results:

  • Download the features from project page in './Demo/Features/CNNfeatures' folder.
  • Change the parameters '\delta' ('confidence' variable in 'process_single_sequence_v2.m' file) and '\rho_c' ('corr_coef_th' in 'runAdwin_p_norm_normalized_adapt_jump.m' file) as mentioned in supplementary material.
  • Now run './Demo/demo.m'
  • Find the output file in the './Demo/Results' folder.

To run on a new video sequence:

  • Extract the images and give the folder path in 'demo.m'.
  • Adjust '\delta' and '\rho_c' and execute the 'demo.m'.
  • Find the output file in the './Demo/Results' folder.

Citation

@inproceedings{nagar2020concept,
  title={Concept Drift Detection for Multivariate Data Streams and Temporal Segmentation of Daylong Egocentric Videos},
  author={Nagar, Pravin and Khemka, Mansi and Arora, Chetan},
  booktitle={Proceedings of the 28th ACM International Conference on Multimedia},
  pages={1065--1074},
  year={2020}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published