paper-with-me

Papers

INV: Towards Streaming Incremental Neural Videos

2023-02-03 · Shengze Wang, Alexey Supikov, Joshua Ratcliff, Henry Fuchs, Ronald Azuma

Recent works in spatiotemporal radiance fields can produce photorealistic free-viewpoint videos. However, they are inherently unsuitable for interactive streaming scenarios (e.g. video conferencing, telepresence) because have an inevitable lag even if the training is instantaneous. This is because these approaches consume videos and thus have to buffer chunks of frames (often seconds) before processing. In this work, we take a step towards interactive streaming via a frame-by-frame approach naturally free of lag. Conventional wisdom believes that per-frame NeRFs are impractical due to prohibitive training costs and storage. We break this belief by introducing Incremental Neural Videos (INV), a per-frame NeRF that is efficiently trained and streamable. We designed INV based on two insights: (1) Our main finding is that MLPs naturally partition themselves into Structure and Color Layers, which store structural and color/texture information respectively. (2) We leverage this property to retain and improve upon knowledge from previous frames, thus amortizing training across frames and reducing redundant learning. As a result, with negligible changes to NeRF, INV can achieve good qualities (>28.6db) in 8min/frame. It can also outperform prior SOTA in 19% less training time. Additionally, our Temporal Weight Compression reduces the per-frame size to 0.3MB/frame (6.6% of NeRF). More importantly, INV is free from buffer lag and is naturally fit for streaming. While this work does not achieve real-time training, it shows that incremental approaches like INV present new possibilities in interactive 3D streaming. Moreover, our discovery of natural information partition leads to a better understanding and manipulation of MLPs. Code and dataset will be released soon.

📄 PDF Abstract BibTeX arXiv:2302.01532

Code (0)

등록된 구현이 없습니다.

Tasks

NeRF

Similar Papers 제목 키워드 기반

Active Learning for Online Recognition of Human Activities from Streaming Videos

2016-04-11 · Rocco De Rosa, Ilaria Gori, Fabio Cuzzolin, Barbara Caputo 외

Recognising human activities from streaming videos poses unique challenges to learning algorithms: predictive models need to be scalable, incrementally trainable, and must remain bounded in size even when the data stream…

Active Learning

Incremental Activity Modeling and Recognition in Streaming Videos

2014-06-01 · CVPR 2014 6 · Mahmudul Hasan, Amit K. Roy-Chowdhury

Most of the state-of-the-art approaches to human activity recognition in video need an intensive training stage and assume that all of the training examples are labeled and available beforehand. But these assumptions are…

Active LearningActivity RecognitionHuman Activity Recognition

GraphBolt: Dependency-Driven Synchronous Processing of Streaming Graphs

2020-04-01 · Mugilan Mariappan, Keval Vora

Efficient streaming graph processing systems leverage incremental processing by updating computed results to reflect the change in graph structure for the latest graph snapshot. Although certain monotonic path-based algo…

From Simultaneous to Streaming Machine Translation by Leveraging Streaming History

2022-03-04 · ACL 2022 5 · Javier Iranzo-Sánchez, Jorge Civera, Alfons Juan

Simultaneous Machine Translation is the task of incrementally translating an input sentence before it is fully available. Currently, simultaneous translation is carried out by translating each sentence independently of t…

Machine TranslationSentenceTranslation

Stream-51: Streaming Classification and Novelty Detection from Videos

2020-06-14 · Ryne Roady, Tyler L. Hayes, Hitesh Vaidya, Christopher Kanan

Deep neural networks are popular for visual perception tasks such as image classification and object detection. Once trained and deployed in a real-time environment, these models struggle to identify novel inputs not ini…

ClassificationGeneral Classificationimage-classificationImage Classification+3