ChaoGong commited on
Commit
17869e8
·
verified ·
1 Parent(s): 8282d35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -10,14 +10,15 @@ These checkpoints can be directly loaded into your UNet if you are using diffuse
10
  The checkpoints are named with the suffix "_ep*" indicating the epoch selected based on validation performance.
11
 
12
  #### Erasure Details
13
- For all concepts, the UCE parameters used are: $\lambda_1=0.1$ and $\lambda_2=0.1$.
 
14
 
15
- The regularization coefficients $\lambda$ are:
16
- * Nudity and unsafe concepts(I2P concepts), $\lambda=1e-1$.
17
- * Artistic styles, $\lambda=1e-3$.
18
- * Difficult objects (e.g., church and garbage truck), $\lambda=1e-3$.
19
- * Easy objects (e.g., English Springer, golf ball and parachute), $\lambda=1e-1$.
20
- * For other objects where erasing accuracies reach 0 using UCE, RECE's further erasure is not applied.
21
 
22
  ---
23
  license: apache-2.0
 
10
  The checkpoints are named with the suffix "_ep*" indicating the epoch selected based on validation performance.
11
 
12
  #### Erasure Details
13
+ Configuration Updates. Some settings have been updated from the current Arxiv version. For all concepts, the coefficients of Eq.3 are: $\lambda_1=0.1$ and $\lambda_2=0.1$.
14
+ The regularization coefficients $\lambda$ and epochs are set as follows:
15
 
16
+ 1. Nudity and unsafe concepts(I2P concepts), $\lambda=1e-1$, with nudity for 3 epochs and unsafe concepts for 2 epochs.
17
+ 2. Artistic styles, $\lambda=1e-3$, 1 epoch.
18
+ 3. Difficult objects for UCE(e.g., church and garbage truck), $\lambda=1e-3$, 1 epoch.
19
+ 4. Easy objects for UCE(e.g., English Springer, golf ball and parachute), $\lambda=1e-1$, 1 epoch.
20
+ 5. For other objects where erasing accuracies reach 0 using UCE, RECE's further erasure is not applied.
21
+ The files' suffixes suggest the epochs we selected.
22
 
23
  ---
24
  license: apache-2.0