Skip to content

Adversarial-Panda/vision_des

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

VisionDES: Deep Dynamic Ensemble Selection for Trustworthy Image Classification

My Skills

Alt text

Hyperparameters of VisionDES

Parameter Description Default
pool_classifiers List of classifiers None
k Number of neighbors in RoC 7
return_logits Whether to return raw logits instead of just prediction False
explain Enable explanation mechanism False
top Select only top n classifiers False
n Number of top classifiers to select 3
FIRE Use FIRE-based filtering mechanism False
Per-class minimum Min number of classifiers per class in selection (FIRE) 1
similarity Enable similarity-based weighting in aggregation True
similarity_threshold Minimum similarity for including a selected ensemble 0
alpha Weighting factor for combining competence and similarity 0.6
knorae Use KNORA-E instead of default KNORA-U for selection False

Requirements

  • Python >= 3.9
  • PyTorch == 2.8.0
  • Torchvision == 0.19.0

Example for VisionDES XAI

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published