Skip to content

Support Frequency Aware Dropout #2385

Open
gesen2egee wants to merge 1 commit into
kohya-ss:mainfrom
gesen2egee:feat/frequency-aware-dropout
Open

Support Frequency Aware Dropout #2385
gesen2egee wants to merge 1 commit into
kohya-ss:mainfrom
gesen2egee:feat/frequency-aware-dropout

Conversation

@gesen2egee

@gesen2egee gesen2egee commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

https://arxiv.org/abs/2603.27199

The previous branch added FAD options to the dataset config dataclasses, but the concrete DreamBooth, fine-tuning, and ControlNet dataset constructors did not accept those dataset-level parameters. As a result, normal dataset creation could fail before training started. The sFAD flag also defaulted to enabled through argparse, which made it difficult to opt out, and the step schedule used 0.1 to 0.8 instead of the paper's 0 to 1 scaling.

Wildcard frequency statistics were also estimated by random sampling, which made the per-subset token frequencies non-deterministic. Finally, FAD captions were still considered text-encoder-output cacheable, which could freeze a dynamic caption path.

@gesen2egee gesen2egee changed the title [codex] 修正 FAD 與 sFAD 排程實作 Support Frequency Aware Dropout Jun 15, 2026
@gesen2egee
gesen2egee marked this pull request as ready for review June 15, 2026 10:27
@gesen2egee
gesen2egee marked this pull request as draft June 15, 2026 14:39
@gesen2egee
gesen2egee marked this pull request as ready for review June 16, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant