Giter Site home page Giter Site logo

wx-b / ifsl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dahyun-kang/ifsl

0.0 0.0 0.0 8.75 MB

[CVPR'22] Official PyTorch implementation of Integrative Few-Shot Learning for Classification and Segmentation

Home Page: https://arxiv.org/abs/2203.15712

License: MIT License

Python 100.00%

ifsl's Introduction

Integrative Few-Shot Learning
for Classification and Segmentation



result

This repo is the official implementation of the CVPR 2022 paper: Integrative Few-Shot Learning for Classification and Segmentation.

📜 BibTex source

If you find our code or paper useful, please consider citing our paper:

@inproceedings{kang2022ifsl,
  author   = {Kang, Dahyun and Cho, Minsu},
  title    = {Integrative Few-Shot Learning for Classification and Segmentation},
  booktitle= {Proceedings of the {IEEE/CVF} Conference on Computer Vision and Pattern Recognition (CVPR)},
  year     = {2022}
}

⚙️ Conda environmnet installation

This project is built upon the following environment:

The package requirements can be installed via environment.yml, which includes

conda env create --name ifsl_pytorch1.7.0 --file environment.yml
conda activate ifsl_pytorch1.7.0

Make sure you need to replace YOURCONDAROOTDIR in the installation path with your own root dir

📚 Datasets

Download the datasets by following the file structure below and set args.datapath=YOUR_DATASET_DIR:

    YOUR_DATASET_DIR/
    ├── VOC2012/
    │   ├── Annotations/
    │   ├── JPEGImages/
    │   ├── ...
    ├── COCO2014/
    │   ├── annotations/
    │   ├── train2014/
    │   ├── val2014/
    │   ├── ...
    ├── ...

We follow the dataset protocol of HSNet and PFENet.

🔍 Related repos

Our project refers to and heavily borrows some the codes from the following repos:

  • [PANet]: Wang et al., Few-shot image semantic segmentation with prototype alignment, ICCV'19.
  • [PFENet]: Tian et al., Prior guided feature enrichment network for few-shot segmentation, TPAMI'20.
  • [HSNet]: Min et al., Hypercorrelation squeeze for few-shot segmentation, ICCV'21.

🙇 Acknowledgements

This work was supported by Samsung Advanced Institute of Technology (SAIT) and also by Center for Applied Research in Artificial Intelligence (CARAI) grant funded by DAPA and ADD (UD190031RD). We also thank Ahyun Seo and Deunsol Jung for their helpful discussion.

ifsl's People

Contributors

dahyun-kang 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.