Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. https://youtu.be/Mljfam5zNJo?t=66 - Theme: Architecture
  2. Densely Connected Convolutional Networks
  3. https://arxiv.org/abs/1608.06993
  4. Best paper award (Facebook)
  5. tl;dr; Connect the conv layer not only with the next layer but also with some layers after it.
  6.  
  7.  
  8. https://youtu.be/Mljfam5zNJo?t=484
  9. Annotating Object Instances with a Polygon-RNN
  10. https://arxiv.org/abs/1704.05548
  11. tl;dr; conv LSTM that predicts a sequence of points (possibly starting with a user provided point)
  12.  
  13. https://youtu.be/Mljfam5zNJo?t=1036 - Theme: Vision tasks
  14. PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
  15. https://arxiv.org/abs/1612.00593
  16. tl;dr; [classify/segment point cloud, need to be able to rearange or rotate points]
  17. use operations that either ignore permutations in input or permute out in a same way
  18.  
  19. https://youtu.be/Mljfam5zNJo?t=1494
  20. FCSS: Fully Convolutional Self-Similarity for Dense Semantic Correspondence
  21. https://arxiv.org/abs/1702.00926
  22. tl;dr; [deep learned sift replacement] no arch review
  23.  
  24. https://youtu.be/Mljfam5zNJo?t=1762
  25. Full Resolution Image Compression with Recurrent Neural Networks
  26. https://arxiv.org/abs/1608.05148
  27. no arch review
  28.  
  29. https://youtu.be/Mljfam5zNJo?t=1852
  30. Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
  31. https://arxiv.org/abs/1609.04802
  32. (Twitter)
  33. no arch review
  34.  
  35. https://youtu.be/Mljfam5zNJo?t=1997
  36. One-to-Many Network for Visually Pleasing Compression Artifacts Reduction
  37. https://arxiv.org/abs/1611.04994
  38. tl;dr; [recover image after JPEG compression] add an aditional loss that recovered image should match input when compressed via JPEG
  39.  
  40. https://youtu.be/Mljfam5zNJo?t=2307
  41. Network Dissection: Quantifying Interpretability of Deep Visual Representations
  42. https://arxiv.org/abs/1704.05796
  43. tl;dr; [interpret how the network sees]
  44. a) build a heatmap of pixels that activate some neuron in the middle of the network
  45. b) compare this heatmap with the ground truth for the segmentation task.
  46. c) if the heatmap and the GT match for a specific class then mark this neuron as the one that activates for this class
  47. Apparently there are quite a lot of neurons like this
  48.  
  49. https://youtu.be/Mljfam5zNJo?t=2584
  50. Training Sparse Neural Networks
  51. https://arxiv.org/abs/1611.06694
  52. Local Binary Convolutional Neural Networks
  53. https://arxiv.org/abs/1608.06049
  54.  
  55. https://youtu.be/Mljfam5zNJo?t=2655
  56. Universal Adversarial Perturbations
  57. https://arxiv.org/abs/1610.08401
  58. tl;dr; [find a universal image (~noise) that you can add to any image and it will lead to misclassification]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement