You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Update 1: There is now <a href="https://untitled-ai.github.io/understanding-self
12
12
13
13
Update 2: A <ahref="https://arxiv.org/abs/2010.10241">new paper</a> has successfully replaced batch norm with group norm + weight standardization, refuting that batch statistics are needed for BYOL to work
14
14
15
+
Update 3: It <ahref="https://arxiv.org/abs/2011.10566">turns out</a> even the momentum encoder is not necessary. You can have fully functioning self-supervised learning without negative pairs nor the exponential moving average of the target encoder. I'll update BYOL later with a flag that will allow you to turn off the EMA and break feature parity with 'SimSiam'.
0 commit comments