wantedly / machine-learning-round-table

Gather around the table, and have a discussion to catch up the latest trend of machine learning 🤖
https://www.wantedly.com/projects/391912
297 stars 2 forks source link

[2021/11/25]Machine Learning 輪講 #121

Open hakubishin3 opened 2 years ago

hakubishin3 commented 2 years ago

Why

Machine Learning 輪講は最新の技術や論文を追うことで、エンジニアが「技術で解決できること」のレベルをあげていくことを目的にした会です。

prev. #119

What

話したいことがある人はここにコメントしましょう! 面白いものを見つけた時点でとりあえず話すという宣言だけでもしましょう!

nogawanogawa commented 2 years ago

Masked Autoencoders Are Scalable Vision Learners

論文URL

https://arxiv.org/abs/2111.06377

著者

Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollár, Ross Girshick (Facebook AI Research (FAIR))

会議

背景

NNのモデルは年々複雑かつ大容量になってきており、それに伴って巨大なデータセットで合っても過学習しやすくなっている。そのため、学習のためにこれまで以上に巨大なデータセットが必要になってきている。また、それに伴って学習時間の長時間化も問題になっている。

一般に、巨大なラベル付き画像データを用意・使用するのは簡単ではなく、汎用的な用途で使用できる自己教師あり学習が注目されている。

目的

アプローチ

その他

https://github.com/nogawanogawa/paper_memo/issues/21

zerebom commented 2 years ago

Dropout as a Low-Rank Regularizer for Matrix Factorization

https://arxiv.org/abs/1710.05092

dropoutを導入したMatrix Factorization(MF)の特性を分析した論文。

内容

MFにdropoutを導入している実装を見つけたので、気になって読んでみました。 https://github.com/EthanRosenthal/torchmf