GithubHelp home page GithubHelp logo

pfa_ssl's Introduction

Progressive Feature Adjustment for Semi-supervised Learning from Pretrained Models

This project contains the implementation of our work for semi-supervised learning from pretrained models:

Progressive Feature Adjustment for Semi-supervised Learning from Pretrained Models,
Hai-Ming Xu, Lingqiao Liu, Hao Chen, Ehsan Abbasnejad and Rafael Felix,
Accepted to ICCV workshop 2023

Abstract

As an effective way to alleviate the burden of data annotation, semi-supervised learning (SSL) provides an attractive solution due to its ability to leverage both labeled and unlabeled data to build a predictive model. While significant progress has been made recently, SSL algorithms are often evaluated and developed under the assumption that the network is randomly initialized. This is in sharp contrast to most vision recognition systems that are built from finetuning a pretrained network for better performance. While the marriage of SSL and a pretrained model seems to be straightforward, recent literature suggests that naively applying state-of-the-art SSL with a pretrained model fails to unleash the full potential of training data. In this paper, we postulate the underlying reason is that the pretrained feature representation could bring a bias inherited from the source data, and the bias tends to be magnified through the self-training process in a typical SSL algorithm. To overcome this issue, we propose to use pseudo-labels from the unlabelled data to update the feature extractor that is less sensitive to incorrect labels and only allow the classifier to be trained from the labeled data. More specifically, we progressively adjust the feature extractor to ensure its induced feature distribution maintains a good class separability even under strong input perturbation. Through extensive experimental studies, we show that the proposed approach achieves superior performance over existing solutions.

Installation and Datasets

The running environment and datasets are identical to the Self-Tuning codebase

Training

bash runs/run_cars.sh
bash runs/run_aircraft.sh
bash runs/run_cub.sh

Acknowledgement

We thank Self-Tuning codebase for their impressive work and open-sourced projects.

Citation

@inproceedings{xu2023progressive,
  title={Progressive Feature Adjustment for Semi-supervised Learning from Pretrained Models},
  author={Xu, Hai-Ming and Liu, Lingqiao and Chen, Hao and Abbasnejad, Ehsan and Felix, Rafael},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision Workshop},
  pages={3292--3302},
  year={2023}
}

pfa_ssl's People

Contributors

heimingx avatar

Stargazers

Research-PHD avatar

Watchers

 avatar Kostas Georgiou 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.