paper-with-me

Papers

A Low-Computational Video Synopsis Framework with a Standard Dataset

2024-09-08 · Ramtin Malekpour, M. Mehrdad Morsali, Hoda Mohammadzade

Video synopsis is an efficient method for condensing surveillance videos. This technique begins with the detection and tracking of objects, followed by the creation of object tubes. These tubes consist of sequences, each containing chronologically ordered bounding boxes of a unique object. To generate a condensed video, the first step involves rearranging the object tubes to maximize the number of non-overlapping objects in each frame. Then, these tubes are stitched to a background image extracted from the source video. The lack of a standard dataset for the video synopsis task hinders the comparison of different video synopsis models. This paper addresses this issue by introducing a standard dataset, called SynoClip, designed specifically for the video synopsis task. SynoClip includes all the necessary features needed to evaluate various models directly and effectively. Additionally, this work introduces a video synopsis model, called FGS, with low computational cost. The model includes an empty-frame object detector to identify frames empty of any objects, facilitating efficient utilization of the deep object detector. Moreover, a tube grouping algorithm is proposed to maintain relationships among tubes in the synthesized video. This is followed by a greedy tube rearrangement algorithm, which efficiently determines the start time of each tube. Finally, the proposed model is evaluated using the proposed dataset. The source code, fine-tuned object detection model, and tutorials are available at https://github.com/Ramtin-ma/VideoSynopsis-FGS.

📄 PDF Abstract BibTeX arXiv:2409.05230

Code (1)

ramtin-ma/videosynopsis-fgs 공식 구현

Tasks

Objectobject-detectionObject DetectionObject TrackingVideo Synopsis

Similar Papers 제목 키워드 기반

Video Synopsis Generation Using Spatio-Temporal Groups

2017-09-15 · A. Ahmed, D. P. Dogra, S. Kar, R. Patnaik 외

Millions of surveillance cameras operate at 24x7 generating huge amount of visual data for processing. However, retrieval of important activities from such a large data can be time consuming. Thus, researchers are workin…

ClusteringRetrievalVideo Synopsis

Moving Object Based Collision-Free Video Synopsis

2023-09-17 · Anton Jeran Ratnarajah, Sahani Goonetilleke, Dumindu Tissera, Kapilan Balagopalan 외

Video synopsis, summarizing a video to generate a shorter video by exploiting the spatial and temporal redundancies, is important for surveillance and archiving. Existing trajectory-based video synopsis algorithms will n…

ObjectVideo Synopsis

A Graph-Based Framework to Bridge Movies and Synopses

2019-10-24 · ICCV 2019 10 · Yu Xiong, Qingqiu Huang, Lingfeng Guo, Hang Zhou 외

Inspired by the remarkable advances in video analytics, research teams are stepping towards a greater ambition -- movie understanding. However, compared to those activity videos in conventional datasets, movies are signi…

TeViS:Translating Text Synopses to Video Storyboards

2022-12-31 · Xu Gu, Yuchong Sun, Feiyue Ni, ShiZhe Chen 외

A video storyboard is a roadmap for video creation which consists of shot-by-shot images to visualize key plots in a text synopsis. Creating video storyboards, however, remains challenging which not only requires cross-m…

Language ModellingQuantization

Manipulating a Tetris-Inspired 3D Video Representation

2024-07-11 · Mihir Godbole

Video Synopsis is a technique that performs video compression in a way that preserves the activity in the video. This technique is particularly useful in surveillance and monitoring applications. Although it is still a n…

Object TrackingVideo CompressionVideo Synopsis