Skip to content

ahujatejas06/adanet_ipr_changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proposed Changes in Semi-Supervised Learning by Augmented Distribution Alignment

This repository contains updates to ADA-Net incorporating semi-supervised learning techniques aimed at improving model performance. Key changes involve an adaptive sample selection strategy and CNN optimization for improved efficiency and accuracy. To explore the summary of changes performed and results achieved, open the POC_and_results.pdf file in the repo.

Updates Overview

  1. Adaptive Sample Selection:

    • Implemented an adaptive selection strategy to improve distribution alignment by focusing on low-confidence, pseudo-labeled samples near decision boundaries.
    • To review the details and code of this update, please navigate to the adaptive_sample_selection folder.
  2. CNN Network Optimization:

    • Replaced standard convolutions with depthwise separable convolutions, reduced initial channel sizes, removed dropout in convolutional layers, and added global average pooling for efficiency.
    • This change can be explored in the changed_CNN_Model folder.

Results

  • Adaptive Sample Selection: Increased accuracy on CIFAR-10 across test seeds, with a reduction in negative log-likelihood.
  • CNN Optimization: Training time was reduced by over 40% per epoch.

Pre-trained model weights and further instructions are provided in each folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published