All Projects → BardOfCodes → DRL_in_CV_Papers

BardOfCodes / DRL_in_CV_Papers

Licence: MIT License
Research publications in Computer Vision Journals and Conferences (and arxiv) using RL.Visit Website:

Projects that are alternatives of or similar to DRL in CV Papers

Pl Compiler Resource
程序语言与编译技术相关资料(持续更新中)
Stars: ✭ 578 (+1764.52%)
Mutual labels:  conference, paper
deep-learning-resources
A curated list of deep learning resources books, courses, papers, libraries, conferences, sample code, and many more.
Stars: ✭ 101 (+225.81%)
Mutual labels:  conference, paper
Papers
Conference Papers and Appendicies (USENIX Security, BlackHat, HITBSecConf, and BeVX)
Stars: ✭ 19 (-38.71%)
Mutual labels:  conference, paper
PaperShell
Nice and flexible template environment for papers written in LaTeX
Stars: ✭ 117 (+277.42%)
Mutual labels:  conference, paper
Machine Learning Resources
A curated list of awesome machine learning frameworks, libraries, courses, books and many more.
Stars: ✭ 226 (+629.03%)
Mutual labels:  conference, paper
Advances-in-Label-Noise-Learning
A curated (most recent) list of resources for Learning with Noisy Labels
Stars: ✭ 360 (+1061.29%)
Mutual labels:  conference, paper
Object-Detection-Confidence-Bias
Code for "The Box Size Confidence Bias Harms Your Object Detector" (https://arxiv.org/abs/2112.01901)
Stars: ✭ 22 (-29.03%)
Mutual labels:  paper
my-bookshelf
Collection of books/papers that I've read/I'm going to read/I would remember that they exist/It is unlikely that I'll read/I'll never read.
Stars: ✭ 49 (+58.06%)
Mutual labels:  paper
Konf
Kotlin Multiplatform conference app template
Stars: ✭ 15 (-51.61%)
Mutual labels:  conference
ZSL-ADA
Code accompanying the paper "A Generative Framework for Zero Shot Learning with Adversarial Domain Adaptation"
Stars: ✭ 18 (-41.94%)
Mutual labels:  paper
DeepBeerInventory-RL
The code for the SRDQN algorithm to train an agent for the beer game problem
Stars: ✭ 27 (-12.9%)
Mutual labels:  paper
cm
Configuration management for all VOC systems
Stars: ✭ 17 (-45.16%)
Mutual labels:  conference
CNN-SoilTextureClassification
1-dimensional convolutional neural networks (CNN) for the classification of soil texture based on hyperspectral data
Stars: ✭ 35 (+12.9%)
Mutual labels:  conference
gemnet pytorch
GemNet model in PyTorch, as proposed in "GemNet: Universal Directional Graph Neural Networks for Molecules" (NeurIPS 2021)
Stars: ✭ 80 (+158.06%)
Mutual labels:  paper
devevents-web
🦄 An awesome Vue.js front-end for dev.events.
Stars: ✭ 35 (+12.9%)
Mutual labels:  conference
TAGCN
Tensorflow Implementation of the paper "Topology Adaptive Graph Convolutional Networks" (Du et al., 2017)
Stars: ✭ 17 (-45.16%)
Mutual labels:  paper
OneStopEnglishCorpus
No description or website provided.
Stars: ✭ 38 (+22.58%)
Mutual labels:  paper
adage
Data and code related to the paper "ADAGE-Based Integration of Publicly Available Pseudomonas aeruginosa..." Jie Tan, et al · mSystems · 2016
Stars: ✭ 61 (+96.77%)
Mutual labels:  paper
appbuilders18app
The App Builders 2018 iOS and Android app built as an experiment in React Native.
Stars: ✭ 29 (-6.45%)
Mutual labels:  conference
sensim
Sentence Similarity Estimator (SenSim)
Stars: ✭ 15 (-51.61%)
Mutual labels:  paper

Deep Reinforcement Learning in Computer Vision Papers

In recent years, while use of Computer Vision techniques/models has burgeoned for solving Reinforcement Learning task(such as games), the opposite flow, of using techinques/models from Reinforcement Learning to solve paradigms in Computer Vision has also been seen.

The goal is to understand this penetration of RL in many of the application of Computer Vision through research publications in leading conferences.

Index of Papers

[A] Object Detection

1). Caicedo, Juan C., and Svetlana Lazebnik. "Active object localization with deep reinforcement learning." Proceedings of the IEEE International Conference on Computer Vision. 2015.
2). Bellver, Miriam, et al. "Hierarchical object detection with deep reinforcement learning." arXiv preprint arXiv:1611.03718 (2016).

[B] Action Detection

1). Huang, Jingjia, et al. "A Self-Adaptive Proposal Model for Temporal Action Detection based on Reinforcement Learning." arXiv preprint arXiv:1706.07251 (2017).
2). Yeung, Serena, et al. "End-to-end learning of action detection from frame glimpses in videos." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2016.

[C] Visual Tracking

1). Yoo, Sangdoo Yun1 Jongwon Choi1 Youngjoon, Kimin Yun, and Jin Young Choi. "Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning".
2). Zhang, Da, Hamid Maei, Xin Wang, and Yuan-Fang Wang. "Deep Reinforcement Learning for Visual Object Tracking in Videos." arXiv preprint arXiv:1701.08936 (2017).
3). Xiang, Yu, Alexandre Alahi, and Silvio Savarese. "Learning to track: Online multi-object tracking by decision making." In Proceedings of the IEEE International Conference on Computer Vision, pp. 4705-4713. 2015.

[D] Pose-Estimation and View-Planning Problem

1). Krull, Alexander, et al. "PoseAgent: Budget-Constrained 6D Object Pose Estimation via Reinforcement Learning." arXiv preprint arXiv:1612.03779 (2016).
2). Kaba, Mustafa Devrim, Mustafa Gokhan Uzunbas, and Ser Nam Lim. "A Reinforcement Learning Approach to the View Planning Problem." arXiv preprint arXiv:1610.06204 (2016).

[E] Natural Language Problems: Dialog Generation

1). Jason D. Williams, Kavosh Asadi, Geoffrey Zweig. Hybrid Code Networks: practical and efficient end-to-end dialog control with supervised and reinforcement learning ACL 2017.
2). Bhuwan Dhingra, Lihong Li, Xiujun Li, Jianfeng Gao, Yun-Nung Chen, Faisal Ahmed, Li Deng. End-to-End Reinforcement Learning of Dialogue Agents for Information Access. arXiv:1609.00777. 
3). Jason D. Williams, Geoffrey Zweig. End-to-end LSTM-based dialog control optimized with supervised and reinforcement learning. arXiv:1606.01269.

[F] Natural Language Problems: Information Extraction

1). Karthik Narasimhan, Adam Yala, Regina Barzilay. Improving Information Extraction by Acquiring External Evidence with Reinforcement Learning. EMNLP 2016. 
2). Karthik Narasimhan, Tejas Kulkarni and Regina Barzilay. Language Understanding for Text-based Games using Deep Reinforcement Learning. EMNLP2015. 
3). S.R.K. Branavan, H. Chen, L. Zettlemoyer and R. Barzilay. Reinforcement Learning for Mapping Instructions to Actions. ACL 2009.

[G] Image Captioning

1).Ren, Zhou, Xiaoyu Wang, Ning Zhang, Xutao Lv, and Li-Jia Li. "Deep Reinforcement Learning-based Image Captioning with Embedding Reward." arXiv preprint arXiv:1704.03899 (2017).
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].