Code Monkey home page Code Monkey logo

cavl_mindspore's Introduction

CAVL(ICLR2022)

This is the MindSpore implementation of CAVL in the following paper.

ICLR 2022: Exploiting Class Activation Value for Partial-Label Learning

CAVL (Class Activation Value Learning) is a novel PLL method that selects the true label by the class with the maximum CAV for model training:

  1. The class activation map(CAM) , a simple teachnique for discriminating the learning patterns of each class in images , could be utilized to make accurate predictions on selecting the true label from candidate labels.

  2. Propose the class activation value(CAV), which owns similar properties of CAM, while CAV is versatile in various types of inputs and models.

Our experiments are conducted on four popular benchmark datasets to test the performance of our CAVL, which are MNIST, Fashion-MNIST, KuzushijiMNIST and CIFAR-10.

Note: This experiment is a demo on MNIST.

Framework

For more information, please check the resources below:

After installing MindSpore via the official website, you can start training and evaluation as follows:

python main.py

cavl_mindspore's People

Stargazers

Lê Ngọc Đức avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.