|
@@ -41,7 +41,9 @@
|
|
|
<h2>
|
|
|
<a id="contributing" class="anchor" href="#contributing" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contributing</h2>
|
|
|
|
|
|
-<p>Please feel free to <a href="https://github.com/kjw0612/awesome-deep-vision/pulls">pull requests</a> or email <a href="mailto:jiwon@alum.mit.edu">jiwon@alum.mit.edu</a> to add links.</p>
|
|
|
+<p>Please feel free to <a href="https://github.com/kjw0612/awesome-deep-vision/pulls">pull requests</a>, email <a href="mailto:jiwon@alum.mit.edu">jiwon@alum.mit.edu</a> or join our chats to add links. </p>
|
|
|
+
|
|
|
+<p><a href="https://gitter.im/kjw0612/awesome-deep-vision?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/kjw0612/awesome-deep-vision"></a></p>
|
|
|
|
|
|
<h2>
|
|
|
<a id="sharing" class="anchor" href="#sharing" aria-hidden="true"><span class="octicon octicon-link"></span></a>Sharing</h2>
|
|
@@ -63,6 +65,7 @@
|
|
|
<ul>
|
|
|
<li><a href="#imagenet-classification">ImageNet Classification</a></li>
|
|
|
<li><a href="#object-detection">Object Detection</a></li>
|
|
|
+<li><a href="#object-tracking">Object Tracking</a></li>
|
|
|
<li><a href="#low-level-vision">Low-Level Vision</a></li>
|
|
|
<li><a href="#edge-detection">Edge Detection</a></li>
|
|
|
<li><a href="#semantic-segmentation">Semantic Segmentation</a></li>
|
|
@@ -178,6 +181,18 @@
|
|
|
</ul>
|
|
|
|
|
|
<h3>
|
|
|
+<a id="object-tracking" class="anchor" href="#object-tracking" aria-hidden="true"><span class="octicon octicon-link"></span></a>Object Tracking</h3>
|
|
|
+
|
|
|
+<ul>
|
|
|
+<li>Seunghoon Hong, Tackgeun You, Suha Kwak, Bohyung Han, Online Tracking by Learning Discriminative Saliency Map with Convolutional Neural Network, arXiv:1502.06796. <a href="http://arxiv.org/pdf/1502.06796">[Paper]</a>
|
|
|
+</li>
|
|
|
+<li>Hanxi Li, Yi Li and Fatih Porikli, DeepTrack: Learning Discriminative Feature Representations by Convolutional Neural Networks for Visual Tracking, BMVC, 2014. <a href="http://www.bmva.org/bmvc/2014/files/paper028.pdf">[Paper]</a>
|
|
|
+</li>
|
|
|
+<li>N Wang, DY Yeung, Learning a Deep Compact Image Representation for Visual Tracking, NIPS, 2013. <a href="winsty.net/papers/dlt.pdf">[Paper]</a>
|
|
|
+</li>
|
|
|
+</ul>
|
|
|
+
|
|
|
+<h3>
|
|
|
<a id="low-level-vision" class="anchor" href="#low-level-vision" aria-hidden="true"><span class="octicon octicon-link"></span></a>Low-Level Vision</h3>
|
|
|
|
|
|
<ul>
|
|
@@ -286,6 +301,22 @@
|
|
|
<li>Clement Farabet, Camille Couprie, Laurent Najman, Yann LeCun, Learning Hierarchical Features for Scene Labeling, PAMI, 2013.</li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
+<li>DeepLab
|
|
|
+
|
|
|
+<ul>
|
|
|
+<li> G Papandreou, LC Chen, K Murphy, AL Yuille, Weakly-and semi-supervised learning of a DCNN for semantic image segmentation, arXiv:1502.02734. <a href="http://arxiv.org/pdf/1502.02734">[Paper]</a>
|
|
|
+</li>
|
|
|
+</ul>
|
|
|
+</li>
|
|
|
+<li>POSTECH
|
|
|
+
|
|
|
+<ul>
|
|
|
+<li>Hyeonwoo Noh, Seunghoon Hong, Bohyung Han, Learning Deconvolution Network for Semantic Segmentation, arXiv:1505.04366. <a href="http://arxiv.org/pdf/1505.04366">[Paper]</a>
|
|
|
+</li>
|
|
|
+<li>Seunghoon Hong, Hyeonwoo Noh, Bohyung Han, Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation, arXiv:1506.04924. <a href="http://arxiv.org/pdf/1506.04924">[Paper]</a>
|
|
|
+</li>
|
|
|
+</ul>
|
|
|
+</li>
|
|
|
</ul>
|
|
|
|
|
|
<h3>
|