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

Learning to Resize Images for Computer Vision Tasks #166

Open
yiskw713 opened this issue Jun 9, 2021 · 0 comments
Open

Learning to Resize Images for Computer Vision Tasks #166

yiskw713 opened this issue Jun 9, 2021 · 0 comments
Labels

Comments

@yiskw713
Copy link
Owner

yiskw713 commented Jun 9, 2021

概要

image

Resizeの仕方を学習させる研究.
従来のCNNの学習では,入力画像をBilinearなどでリサイズするのが通例だったが,その部分もモデルに学習させる.
計算量が上がってしまうが,精度があかるとの報告.

提案手法

image

実験

image

image

Comment

  • 当たり前に使っているものを改良しようというアイデアは非常に面白い
  • Resizer NetworkではBilinearを採用している関係上,形状の変換の仕方を学んでいるわけではなさそう.(テクスチャ表現のみ学習している感じ)
  • そもそもResizing Networkに入力する際はバッチ化ができない可能性がある(というかResizing Networkへの入力はリサイズしてる)

Reference

link

@yiskw713 yiskw713 added the cnn label Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant