AAOBA commited on
Commit
baa1359
β€’
1 Parent(s): 039d62f

Updated RM.md

Browse files
Files changed (2) hide show
  1. README.md +14 -0
  2. assests/result.png +0 -0
README.md CHANGED
@@ -3,3 +3,17 @@ license: mit
3
  ---
4
 
5
  # ConvNeXtV2-IllustrationScorer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # ConvNeXtV2-IllustrationScorer
6
+
7
+ **Q0: What does this model do?**
8
+
9
+ A: 😎 This model scores your anime-style illustrations based on 4 metrics. 😎
10
+
11
+ **Q1: What does the 4 metrics means?**
12
+
13
+ A: 🎈 The 4 metrics measures the "Liking Rate", "Collection Rate", "AI-generated Probability", and "View Number / Uploaded Interval (i.e. Popularity)". 🎈
14
+
15
+ **Q2: Why the "Rate" seems not being a rate?**
16
+
17
+ A: ✨ This is because the author did not train this model by regressing these "Rates". Instead, these values are obtained in a contrastive learning manner (i.e., ranking the top-k images for each "Rate"). This is because the author has observed that almost no gradient can be significantly observed by backwarding on these "Rates" if the model is trained by regressing these values. And simply, the author assumed that the model tried to minimize the Absolute Error Loss by "remembering the average value", which is not an expected result. ✨
18
+
19
+ ![result](./assests/result.png)
assests/result.png ADDED