All Projects → Yagami360 → MachineLearning-Papers_Survey

Yagami360 / MachineLearning-Papers_Survey

Licence: other
機械学習関連の論文Survey用レポジトリ

Projects that are alternatives of or similar to MachineLearning-Papers Survey

Deep Learning Papers
Papers about deep learning ordered by task, date. Current state-of-the-art papers are labelled.
Stars: ✭ 3,054 (+2836.54%)
Mutual labels:  arxiv, papers
paper-survey
Summary of machine learning papers
Stars: ✭ 26 (-75%)
Mutual labels:  arxiv, papers
Awesome Vln
A curated list of research papers in Vision-Language Navigation (VLN)
Stars: ✭ 86 (-17.31%)
Mutual labels:  arxiv, papers
Literaturedl4graph
A comprehensive collection of recent papers on graph deep learning
Stars: ✭ 2,889 (+2677.88%)
Mutual labels:  arxiv, papers
Awesome Vqa
Visual Q&A reading list
Stars: ✭ 403 (+287.5%)
Mutual labels:  arxiv, papers
Papis
Powerful and highly extensible command-line based document and bibliography manager.
Stars: ✭ 636 (+511.54%)
Mutual labels:  arxiv, papers
Awesome Grounding
awesome grounding: A curated list of research papers in visual grounding
Stars: ✭ 247 (+137.5%)
Mutual labels:  arxiv, papers
awesome-end2end-speech-recognition
💬 A list of End-to-End speech recognition, including papers, codes and other materials
Stars: ✭ 49 (-52.88%)
Mutual labels:  papers
userscript
My Userscripts
Stars: ✭ 30 (-71.15%)
Mutual labels:  arxiv
PyPaperBot
PyPaperBot is a Python tool for downloading scientific papers using Google Scholar, Crossref, and SciHub.
Stars: ✭ 184 (+76.92%)
Mutual labels:  papers
COVID-19-Resources
Resources for Covid-19
Stars: ✭ 25 (-75.96%)
Mutual labels:  papers
arXiv-title-fixer
📃 Set the correct (tab) titles for your arXiv papers containing tabs.
Stars: ✭ 41 (-60.58%)
Mutual labels:  arxiv
arXiv-newsletter
A simple configurable bot for sending arXiv article alert by mail
Stars: ✭ 21 (-79.81%)
Mutual labels:  arxiv
awesome-visual-localization-papers
The relocalization task aims to estimate the 6-DoF pose of a novel (unseen) frame in the coordinate system given by the prior model of the world.
Stars: ✭ 60 (-42.31%)
Mutual labels:  papers
cv-arxiv-daily
🎓Automatically Update CV Papers Daily using Github Actions (Update Every 12th hours)
Stars: ✭ 216 (+107.69%)
Mutual labels:  arxiv
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (-64.42%)
Mutual labels:  papers
arxiv2scrap
easy-to-use arXiv clipper for scrapbox
Stars: ✭ 15 (-85.58%)
Mutual labels:  arxiv
arXie-Bot
arXie is a Slack bot that browses and filters the arXiv repository for you
Stars: ✭ 29 (-72.12%)
Mutual labels:  arxiv
parxiv
a simple script to assist in making a clean directory to upload to arxiv
Stars: ✭ 26 (-75%)
Mutual labels:  arxiv
open-heroes
Some people that facilitate science, one way or the other
Stars: ✭ 37 (-64.42%)
Mutual labels:  arxiv

MachineLearning-Papers_Survey

機械学習関連の論文 Survey 用レポジトリです。
論文まとめ記事は、Issues に記載しています。進捗は、Projects ページ で管理しています。

■ 構成

◎ 基礎系(基礎モデル)

CNN
GCN
RNN
Transformer
VAE
GANs
Flow-based generative model
Autoregressive Models
meta-learning, few-shot learning
Neural-ODE
Neural Processes

◎ アプリケーション系(CV)

Image Classification
  • xxx
Semantic Segmentation
Object Detection
Instance Segmentation
Pose Estimation
Image Registration / geometric matching
image-to-image
noize-to-image
Inpainting
Person Image Generation
recommendation
text-to-image
Optical Flow
3D Reconstruction
Others
  • xxx

◎ 理論系

xxx
  • xxx

■ 機械学習系の論文調査や論文の読み方

  • 論文調査

    • その論文の発展版を探すには、Google Scholer でその論文の被引用論文を探すのが手っ取り早い。
    • 基本的には、その論文の被引用数が多いものが注目の論文。但し最新の論文は当然被引用数は少なくなる。
    • 著者の所属組織も優れた論文であるか判断材料になり得る。例えば、GAFA や NVIDIA, Adobe などの論文は、優れた論文である可能性が高い
    • 基本的には、最新の論文ほど優れた実験結果を出しているので、Google Scholer で出来るだけ公開日時の最新のものを探す。
    • 論文の公式実装がないものは、自前実装の再現コストが高いので、公式実装があるものを優先的に探す。
    • 論文の公式実装の有無は、papers with code で確認できる。
    • github 上に論文公式実装がある場合は、スター数も優れた論文であるかの判断材料になり得る。
    • 探している分野の論文が1つ見つかれば、その論文を papers with code で検索する。その論文の "Tasks" が割り振られている場合は、その Tasks の名前からその分野の最新論文を調べることが出来る。
  • 論文の読み方

    • 基本的に、「Abstract」→「Introduction」→「Conclusion」→「何をしたかの詳細」→「Experiments」→「Related Work」項目の順に読むのが効率的。Related Work は最悪飛ばしても良い。
    • Abstract や Introduction 内の "In this paper ...", "In this work ..." という文面や、Introduction の最後にある "the contributions of this paper ... as follows." という文面には注目。
    • その論文の未解決課題や問題点は、論文中の Future work や Conculution に述べられていることが多い。或いは、その論文を引用している論文の Related Work に述べられていることが多い。

■ 論文要約フォーマット(要約バージョン)

layout: post

title:  "論文タイトル"

date:   YYYY-MM-DD

categories: CV NLP Others

## 1. どんなもの?

## 2. 先行研究と比べてどこがすごいの?

## 3. 技術や手法の"キモ"はどこにある?

![Figure 1]({{ site.baseurl }}/assets/img/(cv, nlp, others)/(title)/figure1.png)

## 4. どうやって有効だと検証した?

## 5. 議論はあるか?

## 6. 次に読むべき論文はあるか?

### 論文情報・リンク

* [著者,"タイトル," ジャーナル名,voluem,no.,ページ,年](論文リンク)

■ 参考サイト

◎ 論文サイト

◎ 便利サイト

◎ その他参考サイト

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].