Skip to content

Some issues when fine-tuning LoRA #31

@xubeining

Description

@xubeining

First of all, thank you very much for open-sourcing such an impressive video generation model and training framework. Your work has had a significant positive impact on the community, and it has enabled researchers like us to explore and experiment much more efficiently.“”

I am currently using the pretrained model cdit_xl_100000.pth.tar and conducting LoRA fine-tuning on our own dataset, which lies outside the distribution of the original training data. Although the fine-tuned model has successfully learned the motion patterns in our videos, the generated frames remain quite blurry and lack visual clarity. I would like to ask whether you have experimented with applying LoRA fine-tuning on out-of-distribution datasets using this pretrained model. In your experience, does LoRA tend to limit the model’s representational capacity and lead to blurry outputs, especially when the data distribution differs significantly from the pretraining distribution? Or is this a common issue when using LoRA under large distribution shifts?

Additionally, our dataset is completely unlabeled. Currently, I am using sparse optical flow to sample trajectories from the videos for training. However, I saw in another issue that you suggested mixing labeled and unlabeled data when training on unlabeled datasets. Since I do not have access to labeled data, I would like to ask whether my current approach is acceptable. If mixing labeled data is indeed required, would it be valid to combine my unlabeled dataset with a labeled dataset such as recon or one of the annotated datasets mentioned in your paper?

Thank you very much for your time, and I sincerely appreciate any guidance or suggestions you can provide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions