Skip to content

Generated video quality degrades progressively(omnidreams) #339

Description

@RookieHuang

Description

When running the omnidreams-sv-2steps-chunk2-loc6-lightvae-lighttae-perf recipe,
the first frame (conditioned on first_frame.png) is visually sharp, but the
generated video becomes progressively blurrier with each autoregressive step.
By the later AR steps the output is noticeably degraded across the full frame,
not localized to edges or fast-moving regions.

Steps to Reproduce

Run the demo script with any single-view example:

torchrun --nproc_per_node=1 --no-python \
    flashdreams-run \
    omnidreams-sv-2steps-chunk2-loc6-lightvae-lighttae-perf \
    --hdmap-video-paths <uuid>_hdmap.mp4 \
    --first-frame-paths first_frame.png \
    --camera-names camera_front_wide_120fov \
    --total-blocks 20 \
    --output-dir ./outputs

Tested with two clips:

  • 23599139-948f-4681-b7f4-74794113086d
  • 2375ecb8-c232-11ee-8685-00044baf694d

Observed Behavior

  • AR step 0 (first_frame-conditioned): output quality looks correct.
  • AR steps 1–19: quality degrades monotonically; by step ~10 the video is clearly
    blurry end-to-end.
  • The degradation appears global (not limited to motion or occluded areas).

Expected Behavior

Consistent visual sharpness across all 20 AR steps.

Environment

  • Recipe: omnidreams-sv-2steps-chunk2-loc6-lightvae-lighttae-perf
    (compile + CUDA graphs on image encoder, encoder, decoder)
  • Output resolution: 704 × 1280, 157 frames
  • GPU memory: ~33 GiB alloc / ~39 GiB reserved
  • CUDA 13.2.1
Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions