Coder Social home page Coder Social logo

mlcc-dclr's Introduction

Multi-Label Confidence Calibration

Official Implementation of our paper:

Requirements

We run the code with torch version: 1.11.0, python version: 3.9.7

The detailed requirements is in requirements.txt. Please use the

pip install -r requirements.txt

pip install command to install it.

Datasets

Our method works for COCO and VG datasets, please modify your dataset path under config/dataset. If you want to use your own dataset, you can configure it by copying the dataset writeup under the config/dataset. Afterwards, specify your dataset on the command line using the -dataset parameter. See the config and scripts folders for details on how to configure it.

Usage

# SSGRL module on COCO dataset:
bash scripts/SSGRL_COCO_Calibration.sh

# MLGCN module on COCO dataset: 
bash scripts/MLGCN_COCO_Calibration.sh

# CTran module on COCO dataset:
bash scriptsMLGCN_COCO_Calibration.sh

Citation

@article{chen2024dynamic,
  title={Dynamic Correlation Learning and Regularization for Multi-Label Confidence Calibration},
  author={Chen, Tianshui and Wang, Weihang and Pu, Tao and Qin, Jinghui and Yang, Zhijing and Liu, Jie and Lin, Liang},
  journal={IEEE Transactions on Image Processing},
  year={2024}
}

Contact

If you have any questions for our paper or codes, please send an email to [email protected] or [email protected].

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.