darklord25 commited on
Commit
16eadc3
1 Parent(s): c10198c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -1,7 +1,17 @@
1
- # FSL_Subspace
2
 
3
- Codes for work on few-shot learning on chest x-ray images ([paper](https://openreview.net/pdf?id=AF97JZpgPe)).
 
4
 
5
- Check our [website](https://few-shot-learning-on-chest-x-ray.github.io/Project-Page/) for a brief summary of the paper.
6
 
7
- tl;dr : We propose a computationally efficient few-shot learning method for diagnosing chest X-rays, which uses an ensemble of random subspaces and a novel loss function to create well-separated clusters of training data in discriminative subspaces. Our method is almost 1.8 times faster than the popular t-SVD method for subspace decomposition and yields promising results on large-scale CXR datasets.
 
 
 
 
 
 
 
 
 
 
1
+ # Few-shot Learning Using Random Subspace
2
 
3
+ ## Overview
4
+ This repository contains the code for our work on few-shot learning for chest X-ray images. Our approach is detailed in our paper, which can be accessed [here](https://openreview.net/pdf?id=AF97JZpgPe).
5
 
6
+ For a quick overview of our project, visit our [website](https://few-shot-learning-on-chest-x-ray.github.io/Project-Page/).
7
 
8
+ ## Project Summary
9
+ Our project presents a novel method for few-shot learning, specifically tailored for the analysis of chest X-ray (CXR) images. The key features of our method include:
10
+
11
+ - **Efficiency**: Our approach is nearly 1.8 times faster than the traditional t-SVD method for subspace decomposition.
12
+ - **Effective Clustering**: The method ensures the creation of well-separated clusters of training data in discriminative subspaces.
13
+ - **Promising Results**: We have tested our method on large-scale CXR datasets, yielding encouraging outcomes.
14
+
15
+
16
+ ## Contact
17
+ Reach out to the authors [details provided in the project page]