Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRRD-81 FixMatch Visualization between Chestnut & Casuarina #68

Merged
merged 3 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions notebooks/frrd-80/README.md

This file was deleted.

File renamed without changes.
20 changes: 20 additions & 0 deletions notebooks/frrd-81/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Jupyter Notebooks

The notebook may not render Plotly on GitHub.
View it on: https://nbviewer.org/

## FRRD-80/81: Visualization of FixMatch

This simply shows the embeddings of the FixMatch model.
The embeddings are generated by the model and then visualized using LDA.

We found that the model transfer doesn't necessarily equate to a well separated
embedding space. This is likely due to the fact that the model is trained on
too small of a dataset.

We attribute much of performance degradation to our contextual shift when
we chose our backbone model. We chose a model that was trained on ImageNet,
which in retrospect, has a large contextual shift from our dataset.

However, it's not all bad, we reinforced the idea that this shift is a real
problem and that we need to address it in our future work.
Loading
Loading