Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Bui Thi Mai PHUONG
ard_poster
Commits
3d5fb1b6
Commit
3d5fb1b6
authored
Sep 30, 2018
by
Amelie Royer
🐼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
08edfd05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
fine-tuning/summary.txt
fine-tuning/summary.txt
+11
-0
No files found.
fine-tuning/summary.txt
0 → 100644
View file @
3d5fb1b6
- Data examples: colorized ILSVRC and spatial ILSVRC. Different visual domains but same target task
- setting = only have a pretrained model on data X, and limited amound of annotated samples from data Y
- baseline = fine-tuning later layers, keeping the early one frozen
- proposed: "projecting" data Y to data X at the feature level
- fine-tuning
require a layer criterion selection = analyze accuracy when replacing early layers by ones finetuned on the other dataset
select the "turning-point layer" as the one with the highest drop in accurcy
~ similar to criterion in How "transferable are features in deep neural networks?", Yosinski et al.
- projection module: image-to-image module. Mainly useful for parametriwed transformations
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment