arXivTimes / arXivTimes

repository to research & share the machine learning articles
https://arxivtimes.herokuapp.com/
MIT License
3.88k stars 202 forks source link

CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features #1308

Open icoxfog417 opened 4 years ago

icoxfog417 commented 4 years ago

一言でいうと

画像の一部をDropするCutoutと、画像を合成するMixupを複合させて、Dropさせた箇所に別サンプルの画像をはめ込むCutMixという手法を提案。Cutoutは重要な特徴を落としてしまう可能性がある、Mixupは合成画像が不自然になるという双方の課題を克服し、双方を上回る精度を達成

image

論文リンク

https://arxiv.org/abs/1905.04899

著者/所属機関

Sangdoo Yun, Dongyoon Han, Seong Joon Oh, Sanghyuk Chun, Junsuk Choe, Youngjoon Yoo

投稿日付(yyyy/MM/dd)

2019/5/13

概要

新規性・差分

手法

結果

コメント

wakame1367 commented 4 years ago

Github - Official Pytorch implementation of CutMix