We lifted 2 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| gmum/vegas | canonical | 2 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| modify_func | Ran | gmum/vegas/render.py pointer only (licence: NOASSERTION) · get_code("26794b80e95f0f39") |
| norm_gauss | Ran | gmum/vegas/save_pseudomesh.py pointer only (licence: NOASSERTION) · get_code("d0bb93114baf1ec2") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Implicit Neural Representations (INRs) employ neural networks to approximate discrete data as continuous functions. In the context of video data, such models can be utilized to transform the coordinates of pixel locations along with frame occurrence times (or indices) into RGB color values. Although INRs facilitate effective compression, they are unsuitable for editing purposes. One potential solution is to use a 3D Gaussian Splatting (3DGS) based model, such as the Video Gaussian Representation (VGR), which is capable of encoding video as a multitude of 3D Gaussians and is applicable for numerous video processing operations, including editing. Nevertheless, in this case, the capacity for modification is constrained to a limited set of basic transformations. To address this issue, we introduce the Video Gaussian Splatting (VeGaS) model, which enables realistic modifications of video data. To construct VeGaS, we propose a novel family of Folded-Gaussian distributions designed to capture nonlinear dynamics in a video stream and model consecutive frames by 2D Gaussians obtained as respective conditional distributions. Our experiments demonstrate that VeGaS outperforms state-of-the-art solutions in frame reconstruction tasks and allows realistic modifications of video data. The code is available at: https://github.com/gmum/VeGaS.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2411.11024")
get_code_for_paper("2411.11024")
have("2411.11024")
Connect an agent — have() is free.