Topic outline

    • Compute Ontario Colloquium (17 May 2023)

      This week's colloquium: "Contrastive learning" by Weiguang Guan (SHARCNET).  The Compute Ontario Colloquia are weekly Zoom presentations on Advanced Research Computing, High Performance Computing, Research Data Management, and Research Software topics, delivered by staff from three Compute Ontario consortia (CAC, SciNet, SHARCNET) and guest speakers. The colloquia are one hour long and include time for questions. No registration is required. 

      Date: Wed., 17 May 2023 - 12:00 pm
    • Abstract

      Contrastive learning is a machine learning technique used to learn a representation of the input data that maximizes the difference between samples of different classes and minimizes the difference between samples of the same class. The learned representation (or features) will then be used to solve a classification problem. In this tutorial, we show this effective learning technique from head to toe through an image classification example. As you can see, contrastive learning plays a role of feature extractor which helps subsequent classification training to achieve higher accuracy.