2023

ConvNeXt V2: Co-designing and Scaling ConvNets with Masked Autoencoders

Woo, Sanghyun, Debnath, Shoubhik, Hu, Ronghang et al.

Understand

Driven by improved architectures and better representation learning frameworks, the field of visual recognition has enjoyed rapid modernization and performance boost in the early 2020s.

  • For example, modern ConvNets, represented by ConvNeXt, have demonstrated strong performance in various scenarios.
  • While these models were originally designed for supervised learning with ImageNet labels, they can also potentially benefit from self-supervised learning techniques such as masked autoencoders (MAE).
  • However, we found that simply combining these two approaches leads to subpar performance.

Reading the bibliography…