paper-with-me

홈 › Papers

IVS3D: An Open Source Framework for Intelligent Video Sampling and Preprocessing to Facilitate 3D Reconstruction

2021-10-22 · Max Hermann, Thomas Pollok, Daniel Brommer, Dominic Zahn

The creation of detailed 3D models is relevant for a wide range of applications such as navigation in three-dimensional space, construction planning or disaster assessment. However, the complex processing and long execution time for detailed 3D reconstructions require the original database to be reduced in order to obtain a result in reasonable time. In this paper we therefore present our framework iVS3D for intelligent pre-processing of image sequences. Our software is able to down sample entire videos to a specific frame rate, as well as to resize and crop the individual images. Furthermore, thanks to our modular architecture, it is easy to develop and integrate plugins with additional algorithms. We provide three plugins as baseline methods that enable an intelligent selection of suitable images and can enrich them with additional information. To filter out images affected by motion blur, we developed a plugin that detects these frames and also searches the spatial neighbourhood for suitable images as replacements. The second plugin uses optical flow to detect redundant images caused by a temporarily stationary camera. In our experiments, we show how this approach leads to a more balanced image sampling if the camera speed varies, and that excluding such redundant images leads to a time saving of 8.1\percent for our sequences. A third plugin makes it possible to exclude challenging image regions from the 3D reconstruction by performing semantic segmentation. As we think that the community can greatly benefit from such an approach, we will publish our framework and the developed plugins open source using the MIT licence to allow co-development and easy extension.

📄 PDF Abstract BibTeX arXiv:2110.11810

Code (1)

ivs3d/ivs3d 공식 구현

Tasks

3D ReconstructionOptical Flow EstimationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

OpenKinoAI: An Open Source Framework for Intelligent Cinematography and Editing of Live Performances

2020-10-30 · Rémi Ronfard, Rémi Colin de Verdière

OpenKinoAI is an open source framework for post-production of ultra high definition video which makes it possible to emulate professional multiclip editing techniques for the case of single camera recordings. OpenKinoAI …

Video Editing

OmniWeaving: Towards Unified Video Generation with Free-form Composition and Reasoning

2026-03-25 · Kaihang Pan, Qi Tian, Jianwei Zhang, Weijie Kong 외 arxiv

While proprietary systems such as Seedance-2.0 have achieved remarkable success in omni-capable video generation, open-source alternatives significantly lag behind. Most academic models remain heavily fragmented, and the…

Video Generation

TinyLLaVA-Video: A Simple Framework of Small-scale Large Multimodal Models for Video Understanding

2025-01-26 · Xingjian Zhang, Xi Weng, Yihao Yue, Zhaoxin Fan 외

We present the TinyLLaVA-Video, a video understanding model with parameters not exceeding 4B that processes video sequences in a simple manner, without the need for complex architectures, supporting both fps sampling and…

Video Understanding

VideoFlow: A Framework for Building Visual Analysis Pipelines

2021-01-01 · Yue Wu, Jianqiang Huang, Jiangjie Zhen, Guokun Wang 외

The past years have witnessed an explosion of deep learning frameworks like PyTorch and TensorFlow since the success of deep neural networks. These frameworks have significantly facilitated algorithm development in multi…

A Scalable and Robust Framework for Intelligent Real-time Video Surveillance

2016-10-30 · Shreenath Dutt, Ankita Kalra

In this paper, we present an intelligent, reliable and storage-efficient video surveillance system using Apache Storm and OpenCV. As a Storm topology, we have added multiple information extraction modules that only write…