├── CONTRIBUTING.md
├── README.md
└── src
├── README.md
├── asset
└── header.jpg
└── pwc.csv
/CONTRIBUTING.md:
--------------------------------------------------------------------------------
1 | If you don't see your paper in the list, please make a pull request or open an issue so that we can do it for you;
2 | If you find a mistake (such as wrong repository for a paper), please make a pull request or open an issue;
3 | For comments and suggestions for improving this repository, please do it [here](https://github.com/zziz/pwc/issues/1).
4 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | | [2018](#2018) | [2017](#2017) | [2016](#2016) | [2015](#2015) | [2014](#2014) | [2013](#2013) | 2012 | 2011 | 2010 | 2009 | 2008 | [](https://twitter.com/intent/tweet?text=Papers%20with%20code.%20Sorted%20by%20stars.%20Updated%20weekly.%20&url=https://github.com/zziz/pwc&via=fvzaur&hashtags=machinelearning,paper,code,github) | [Suggestions](https://github.com/zziz/pwc/issues/1) |
7 | |:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|
8 |
9 | This work is in continuous progress and update. We are adding new PWC everyday! Tweet me [@fvzaur](https://twitter.com/fvzaur)
10 | Use [this](https://github.com/zziz/pwc/issues/11) thread to request us your favorite conference to be added to our watchlist and to PWC list.
11 | #### Latest update: NIPS 2018 added!
12 |
13 |
14 | # 感谢支持
15 |
16 | 
17 |
18 |
19 | ## 2018
20 | | Title | Conf | Code | Stars |
21 | |:--------|:--------:|:--------:|:--------:|
22 | | [Video-to-Video Synthesis](https://arxiv.org/abs/1808.06601) | NIPS | [code](https://github.com/NVIDIA/vid2vid) | 4749 |
23 | | [Deep Image Prior](http://openaccess.thecvf.com/content_cvpr_2018/papers/Ulyanov_Deep_Image_Prior_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/DmitryUlyanov/deep-image-prior) | 3451 |
24 | | [StarGAN: Unified Generative Adversarial Networks for Multi-Domain Image-to-Image Translation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Choi_StarGAN_Unified_Generative_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yunjey/StarGAN) | 3104 |
25 | | [Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network](http://openaccess.thecvf.com/content_ECCV_2018/html/Yao_Feng_Joint_3D_Face_ECCV_2018_paper.html) | ECCV | [code](https://github.com/YadiraF/PRNet) | 2109 |
26 | | [Learning to See in the Dark](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Learning_to_See_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/cchen156/Learning-to-See-in-the-Dark) | 2033 |
27 | | [Glow: Generative Flow with Invertible 1x1 Convolutions](http://arxiv.org/abs/1807.03039v2) | NIPS | [code](https://github.com/openai/glow) | 1862 |
28 | | [Squeeze-and-Excitation Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Hu_Squeeze-and-Excitation_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/hujie-frank/SENet) | 1263 |
29 | | [Efficient Neural Architecture Search via Parameters Sharing](http://proceedings.mlr.press/v80/pham18a.html) | ICML | [code](https://github.com/carpedm20/ENAS-pytorch) | 1189 |
30 | | [Multimodal Unsupervised Image-to-image Translation](http://openaccess.thecvf.com/content_ECCV_2018/html/Xun_Huang_Multimodal_Unsupervised_Image-to-image_ECCV_2018_paper.html) | ECCV | [code](https://github.com/NVlabs/MUNIT) | 1183 |
31 | | [Non-Local Neural Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_Non-Local_Neural_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/facebookresearch/video-nonlocal-net) | 859 |
32 | | [Image Generation From Scene Graphs](http://openaccess.thecvf.com/content_cvpr_2018/papers/Johnson_Image_Generation_From_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/google/sg2im) | 772 |
33 | | [Can Spatiotemporal 3D CNNs Retrace the History of 2D CNNs and ImageNet?](http://openaccess.thecvf.com/content_cvpr_2018/papers/Hara_Can_Spatiotemporal_3D_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/kenshohara/3D-ResNets-PyTorch) | 690 |
34 | | [Single-Shot Refinement Neural Network for Object Detection](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Single-Shot_Refinement_Neural_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/sfzhang15/RefineDet) | 668 |
35 | | [GANimation: Anatomically-aware Facial Animation from a Single Image](http://openaccess.thecvf.com/content_ECCV_2018/html/Albert_Pumarola_Anatomically_Coherent_Facial_ECCV_2018_paper.html) | ECCV | [code](https://github.com/albertpumarola/GANimation) | 628 |
36 | | [Detect-and-Track: Efficient Pose Estimation in Videos](http://openaccess.thecvf.com/content_cvpr_2018/papers/Girdhar_Detect-and-Track_Efficient_Pose_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/facebookresearch/DetectAndTrack) | 549 |
37 | | [Relation Networks for Object Detection](http://openaccess.thecvf.com/content_cvpr_2018/papers/Hu_Relation_Networks_for_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/msracver/Relation-Networks-for-Object-Detection) | 532 |
38 | | [PointCNN](http://arxiv.org/abs/1801.07791v3) | NIPS | [code](https://github.com/yangyanli/PointCNN) | 506 |
39 | | [Obfuscated Gradients Give a False Sense of Security: Circumventing Defenses to Adversarial Examples](http://proceedings.mlr.press/v80/athalye18a.html) | ICML | [code](https://github.com/anishathalye/obfuscated-gradients) | 491 |
40 | | [Simple Baselines for Human Pose Estimation and Tracking](http://openaccess.thecvf.com/content_ECCV_2018/html/Bin_Xiao_Simple_Baselines_for_ECCV_2018_paper.html) | ECCV | [code](https://github.com/Microsoft/human-pose-estimation.pytorch) | 488 |
41 | | [Taskonomy: Disentangling Task Transfer Learning](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zamir_Taskonomy_Disentangling_Task_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/StanfordVL/taskonomy) | 453 |
42 | | [Which Training Methods for GANs do actually Converge?](http://proceedings.mlr.press/v80/mescheder18a.html) | ICML | [code](https://github.com/LMescheder/GAN_stability) | 453 |
43 | | [Cascaded Pyramid Network for Multi-Person Pose Estimation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Cascaded_Pyramid_Network_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/chenyilun95/tf-cpn) | 447 |
44 | | [Pelee: A Real-Time Object Detection System on Mobile Devices](https://arxiv.org/pdf/1804.06882.pdf) | NIPS | [code](https://github.com/Robert-JunWang/Pelee) | 441 |
45 | | [Generative Image Inpainting With Contextual Attention](http://openaccess.thecvf.com/content_cvpr_2018/papers/Yu_Generative_Image_Inpainting_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/JiahuiYu/generative_inpainting) | 441 |
46 | | [Neural 3D Mesh Renderer](http://openaccess.thecvf.com/content_cvpr_2018/papers/Kato_Neural_3D_Mesh_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/hiroharu-kato/neural_renderer) | 436 |
47 | | [Look at Boundary: A Boundary-Aware Face Alignment Algorithm](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wu_Look_at_Boundary_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/wywu/LAB) | 416 |
48 | | [Zero-Shot Recognition via Semantic Embeddings and Knowledge Graphs](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_Zero-Shot_Recognition_via_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/JudyYe/zero-shot-gcn) | 412 |
49 | | [End-to-End Recovery of Human Shape and Pose](http://openaccess.thecvf.com/content_cvpr_2018/papers/Kanazawa_End-to-End_Recovery_of_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/akanazawa/hmr) | 388 |
50 | | [In-Place Activated BatchNorm for Memory-Optimized Training of DNNs](http://openaccess.thecvf.com/content_cvpr_2018/papers/Bulo_In-Place_Activated_BatchNorm_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/mapillary/inplace_abn) | 388 |
51 | | [ICNet for Real-Time Semantic Segmentation on High-Resolution Images](http://openaccess.thecvf.com/content_ECCV_2018/html/Hengshuang_Zhao_ICNet_for_Real-Time_ECCV_2018_paper.html) | ECCV | [code](https://github.com/hszhao/ICNet) | 372 |
52 | | [The Unreasonable Effectiveness of Deep Features as a Perceptual Metric](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_The_Unreasonable_Effectiveness_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/richzhang/PerceptualSimilarity) | 360 |
53 | | [Distractor-aware Siamese Networks for Visual Object Tracking](http://openaccess.thecvf.com/content_ECCV_2018/html/Zheng_Zhu_Distractor-aware_Siamese_Networks_ECCV_2018_paper.html) | ECCV | [code](https://github.com/foolwood/DaSiamRPN) | 350 |
54 | | [Frustum PointNets for 3D Object Detection From RGB-D Data](http://openaccess.thecvf.com/content_cvpr_2018/papers/Qi_Frustum_PointNets_for_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/charlesq34/frustum-pointnets) | 346 |
55 | | [Efficient Interactive Annotation of Segmentation Datasets With Polygon-RNN++](http://openaccess.thecvf.com/content_cvpr_2018/papers/Acuna_Efficient_Interactive_Annotation_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/fidler-lab/polyrnn-pp-pytorch) | 339 |
56 | | [Gibson Env: Real-World Perception for Embodied Agents](http://openaccess.thecvf.com/content_cvpr_2018/papers/Xia_Gibson_Env_Real-World_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/StanfordVL/GibsonEnv) | 332 |
57 | | [Transparency by Design: Closing the Gap Between Performance and Interpretability in Visual Reasoning](http://openaccess.thecvf.com/content_cvpr_2018/papers/Mascharka_Transparency_by_Design_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/davidmascharka/tbd-nets) | 309 |
58 | | [Soccer on Your Tabletop](http://openaccess.thecvf.com/content_cvpr_2018/papers/Rematas_Soccer_on_Your_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/krematas/soccerontable) | 308 |
59 | | [Noise2Noise: Learning Image Restoration without Clean Data](http://proceedings.mlr.press/v80/lehtinen18a.html) | ICML | [code](https://github.com/yu4u/noise2noise) | 304 |
60 | | [GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose](http://openaccess.thecvf.com/content_cvpr_2018/papers/Yin_GeoNet_Unsupervised_Learning_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yzcjtr/GeoNet) | 301 |
61 | | [GeoNet: Geometric Neural Network for Joint Depth and Surface Normal Estimation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Qi_GeoNet_Geometric_Neural_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yzcjtr/GeoNet) | 301 |
62 | | [Neural Baby Talk](http://openaccess.thecvf.com/content_cvpr_2018/papers/Lu_Neural_Baby_Talk_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/jiasenlu/NeuralBabyTalk) | 292 |
63 | | [Acquisition of Localization Confidence for Accurate Object Detection](http://openaccess.thecvf.com/content_ECCV_2018/html/Borui_Jiang_Acquisition_of_Localization_ECCV_2018_paper.html) | ECCV | [code](https://github.com/vacancy/PreciseRoIPooling) | 285 |
64 | | [The Lovász-Softmax Loss: A Tractable Surrogate for the Optimization of the Intersection-Over-Union Measure in Neural Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Berman_The_LovaSz-Softmax_Loss_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/bermanmaxim/LovaszSoftmax) | 283 |
65 | | [PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume](http://openaccess.thecvf.com/content_cvpr_2018/papers/Sun_PWC-Net_CNNs_for_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/NVlabs/PWC-Net) | 283 |
66 | | [Fast End-to-End Trainable Guided Filter](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wu_Fast_End-to-End_Trainable_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/wuhuikai/DeepGuidedFilter) | 274 |
67 | | [Adversarially Regularized Autoencoders](http://proceedings.mlr.press/v80/zhao18b.html) | ICML | [code](https://github.com/jakezhaojb/ARAE) | 261 |
68 | | [License Plate Detection and Recognition in Unconstrained Scenarios](http://openaccess.thecvf.com/content_ECCV_2018/html/Sergio_Silva_License_Plate_Detection_ECCV_2018_paper.html) | ECCV | [code](https://github.com/sergiomsilva/alpr-unconstrained) | 258 |
69 | | [Supervision-by-Registration: An Unsupervised Approach to Improve the Precision of Facial Landmark Detectors](http://openaccess.thecvf.com/content_cvpr_2018/papers/Dong_Supervision-by-Registration_An_Unsupervised_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/facebookresearch/supervision-by-registration) | 257 |
70 | | [Supervising Unsupervised Learning](http://arxiv.org/abs/1709.05262v2) | NIPS | [code](https://github.com/quinnliu/machineLearning) | 255 |
71 | | [Pyramid Stereo Matching Network](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chang_Pyramid_Stereo_Matching_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/JiaRenChang/PSMNet) | 250 |
72 | | [Convolutional Neural Networks With Alternately Updated Clique](http://openaccess.thecvf.com/content_cvpr_2018/papers/Yang_Convolutional_Neural_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/iboing/CliqueNet) | 250 |
73 | | [Deep Photo Enhancer: Unpaired Learning for Image Enhancement From Photographs With GANs](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Deep_Photo_Enhancer_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/nothinglo/Deep-Photo-Enhancer) | 241 |
74 | | [Neural Relational Inference for Interacting Systems](http://proceedings.mlr.press/v80/kipf18a.html) | ICML | [code](https://github.com/ethanfetaya/NRI) | 240 |
75 | | [Learning to Adapt Structured Output Space for Semantic Segmentation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tsai_Learning_to_Adapt_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/wasidennis/AdaptSegNet) | 239 |
76 | | [An intriguing failing of convolutional neural networks and the CoordConv solution](https://arxiv.org/abs/1807.03247) | NIPS | [code](https://github.com/mkocabas/CoordConv-pytorch) | 230 |
77 | | [Learning to Segment Every Thing](http://openaccess.thecvf.com/content_cvpr_2018/papers/Hu_Learning_to_Segment_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/ronghanghu/seg_every_thing) | 227 |
78 | | [LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Hui_LiteFlowNet_A_Lightweight_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/twhui/LiteFlowNet) | 223 |
79 | | [End-to-End Learning of Motion Representation for Video Understanding](http://openaccess.thecvf.com/content_cvpr_2018/papers/Fan_End-to-End_Learning_of_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/LijieFan/tvnet) | 222 |
80 | | [Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images](http://openaccess.thecvf.com/content_ECCV_2018/html/Nanyang_Wang_Pixel2Mesh_Generating_3D_ECCV_2018_paper.html) | ECCV | [code](https://github.com/nywang16/Pixel2Mesh) | 219 |
81 | | [Bilinear Attention Networks](http://arxiv.org/abs/1805.07932v1) | NIPS | [code](https://github.com/jnhwkim/ban-vqa) | 216 |
82 | | [Iterative Visual Reasoning Beyond Convolutions](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Iterative_Visual_Reasoning_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/endernewton/iter-reason) | 213 |
83 | | [Semi-Parametric Image Synthesis](http://openaccess.thecvf.com/content_cvpr_2018/papers/Qi_Semi-Parametric_Image_Synthesis_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/xjqicuhk/SIMS) | 213 |
84 | | [A Style-Aware Content Loss for Real-time HD Style Transfer](http://openaccess.thecvf.com/content_ECCV_2018/html/Artsiom_Sanakoyeu_A_Style-aware_Content_ECCV_2018_paper.html) | ECCV | [code](https://github.com/CompVis/adaptive-style-transfer) | 201 |
85 | | [Style Aggregated Network for Facial Landmark Detection](http://openaccess.thecvf.com/content_cvpr_2018/papers/Dong_Style_Aggregated_Network_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/D-X-Y/SAN) | 192 |
86 | | [Pose-Robust Face Recognition via Deep Residual Equivariant Mapping](http://openaccess.thecvf.com/content_cvpr_2018/papers/Cao_Pose-Robust_Face_Recognition_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/penincillin/DREAM) | 189 |
87 | | [GraphRNN: Generating Realistic Graphs with Deep Auto-regressive Models](http://proceedings.mlr.press/v80/you18a.html) | ICML | [code](https://github.com/JiaxuanYou/graph-generation) | 186 |
88 | | [Referring Relationships](http://openaccess.thecvf.com/content_cvpr_2018/papers/Krishna_Referring_Relationships_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/StanfordVL/ReferringRelationships) | 185 |
89 | | [MoCoGAN: Decomposing Motion and Content for Video Generation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tulyakov_MoCoGAN_Decomposing_Motion_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/sergeytulyakov/mocogan) | 184 |
90 | | [Compressed Video Action Recognition](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wu_Compressed_Video_Action_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/chaoyuaw/pytorch-coviar) | 180 |
91 | | [LayoutNet: Reconstructing the 3D Room Layout From a Single RGB Image](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zou_LayoutNet_Reconstructing_the_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/zouchuhang/LayoutNet) | 178 |
92 | | [ESPNet: Efficient Spatial Pyramid of Dilated Convolutions for Semantic Segmentation](http://openaccess.thecvf.com/content_ECCV_2018/html/Sachin_Mehta_ESPNet_Efficient_Spatial_ECCV_2018_paper.html) | ECCV | [code](https://github.com/sacmehta/ESPNet) | 176 |
93 | | [Latent Alignment and Variational Attention](http://arxiv.org/abs/1807.03756v1) | NIPS | [code](https://github.com/harvardnlp/var-attn) | 172 |
94 | | [Multi-Content GAN for Few-Shot Font Style Transfer](http://openaccess.thecvf.com/content_cvpr_2018/papers/Azadi_Multi-Content_GAN_for_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/azadis/MC-GAN) | 170 |
95 | | [SPLATNet: Sparse Lattice Networks for Point Cloud Processing](http://openaccess.thecvf.com/content_cvpr_2018/papers/Su_SPLATNet_Sparse_Lattice_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/NVlabs/splatnet) | 166 |
96 | | [Attentive Generative Adversarial Network for Raindrop Removal From a Single Image](http://openaccess.thecvf.com/content_cvpr_2018/papers/Qian_Attentive_Generative_Adversarial_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/rui1996/DeRaindrop) | 158 |
97 | | [Single View Stereo Matching](http://openaccess.thecvf.com/content_cvpr_2018/papers/Luo_Single_View_Stereo_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/lawy623/SVS) | 158 |
98 | | [Unsupervised Feature Learning via Non-Parametric Instance Discrimination](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wu_Unsupervised_Feature_Learning_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/zhirongw/lemniscate.pytorch) | 156 |
99 | | [An End-to-End TextSpotter With Explicit Alignment and Attention](http://openaccess.thecvf.com/content_cvpr_2018/papers/He_An_End-to-End_TextSpotter_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/tonghe90/textspotter) | 156 |
100 | | [Social GAN: Socially Acceptable Trajectories With Generative Adversarial Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Gupta_Social_GAN_Socially_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/agrimgupta92/sgan) | 154 |
101 | | [ST-GAN: Spatial Transformer Generative Adversarial Networks for Image Compositing](http://openaccess.thecvf.com/content_cvpr_2018/papers/Lin_ST-GAN_Spatial_Transformer_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/chenhsuanlin/spatial-transformer-GAN) | 153 |
102 | | [Evolved Policy Gradients](http://arxiv.org/abs/1802.04821v2) | NIPS | [code](https://github.com/openai/EPG) | 151 |
103 | | [Optimizing Video Object Detection via a Scale-Time Lattice](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Optimizing_Video_Object_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/hellock/scale-time-lattice) | 150 |
104 | | [Large-Scale Point Cloud Semantic Segmentation With Superpoint Graphs](http://openaccess.thecvf.com/content_cvpr_2018/papers/Landrieu_Large-Scale_Point_Cloud_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/loicland/superpoint_graph) | 150 |
105 | | [Learning Category-Specific Mesh Reconstruction from Image Collections](http://openaccess.thecvf.com/content_ECCV_2018/html/Angjoo_Kanazawa_Learning_Category-Specific_Mesh_ECCV_2018_paper.html) | ECCV | [code](https://github.com/akanazawa/cmr) | 146 |
106 | | [Group Normalization](http://openaccess.thecvf.com/content_ECCV_2018/html/Yuxin_Wu_Group_Normalization_ECCV_2018_paper.html) | ECCV | [code](https://github.com/shaohua0116/Group-Normalization-Tensorflow) | 145 |
107 | | [DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Kupyn_DeblurGAN_Blind_Motion_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/RaphaelMeudec/deblur-gan) | 142 |
108 | | [MegaDepth: Learning Single-View Depth Prediction From Internet Photos](http://openaccess.thecvf.com/content_cvpr_2018/papers/Li_MegaDepth_Learning_Single-View_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/lixx2938/MegaDepth) | 142 |
109 | | [ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_ShuffleNet_An_Extremely_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/camel007/Caffe-ShuffleNet) | 142 |
110 | | [Deep Clustering for Unsupervised Learning of Visual Features](http://openaccess.thecvf.com/content_ECCV_2018/html/Mathilde_Caron_Deep_Clustering_for_ECCV_2018_paper.html) | ECCV | [code](https://github.com/facebookresearch/deepcluster) | 139 |
111 | | [BSN: Boundary Sensitive Network for Temporal Action Proposal Generation](http://openaccess.thecvf.com/content_ECCV_2018/html/Tianwei_Lin_BSN_Boundary_Sensitive_ECCV_2018_paper.html) | ECCV | [code](https://github.com/wzmsltw/BSN-boundary-sensitive-network) | 139 |
112 | | [Learning a Single Convolutional Super-Resolution Network for Multiple Degradations](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Learning_a_Single_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/cszn/SRMD) | 139 |
113 | | [Facelet-Bank for Fast Portrait Manipulation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Facelet-Bank_for_Fast_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yingcong/Facelet_Bank) | 138 |
114 | | [Image Super-Resolution Using Very Deep Residual Channel Attention Networks](http://openaccess.thecvf.com/content_ECCV_2018/html/Yulun_Zhang_Image_Super-Resolution_Using_ECCV_2018_paper.html) | ECCV | [code](https://github.com/yulunzhang/RCAN) | 137 |
115 | | [ECO: Efficient Convolutional Network for Online Video Understanding](http://openaccess.thecvf.com/content_ECCV_2018/html/Mohammadreza_Zolfaghari_ECO_Efficient_Convolutional_ECCV_2018_paper.html) | ECCV | [code](https://github.com/mzolfaghari/ECO-efficient-video-understanding) | 137 |
116 | | [PlaneNet: Piece-Wise Planar Reconstruction From a Single RGB Image](http://openaccess.thecvf.com/content_cvpr_2018/papers/Liu_PlaneNet_Piece-Wise_Planar_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/art-programmer/PlaneNet) | 137 |
117 | | [Self-Imitation Learning](http://proceedings.mlr.press/v80/oh18b.html) | ICML | [code](https://github.com/junhyukoh/self-imitation-learning) | 136 |
118 | | [Residual Dense Network for Image Super-Resolution](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Residual_Dense_Network_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yulunzhang/RDN) | 134 |
119 | | [Embodied Question Answering](http://openaccess.thecvf.com/content_cvpr_2018/papers/Das_Embodied_Question_Answering_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/facebookresearch/EmbodiedQA) | 132 |
120 | | [Unsupervised Cross-Dataset Person Re-Identification by Transfer Learning of Spatial-Temporal Patterns](http://openaccess.thecvf.com/content_cvpr_2018/papers/Lv_Unsupervised_Cross-Dataset_Person_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/ahangchen/TFusion) | 131 |
121 | | [Two-Stream Convolutional Networks for Dynamic Texture Synthesis](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tesfaldet_Two-Stream_Convolutional_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/ryersonvisionlab/two-stream-dyntex-synth) | 131 |
122 | | [Densely Connected Pyramid Dehazing Network](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Densely_Connected_Pyramid_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/hezhangsprinter/DCPDN) | 130 |
123 | | [Camera Style Adaptation for Person Re-Identification](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhong_Camera_Style_Adaptation_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/zhunzhong07/CamStyle) | 128 |
124 | | [Neural Motifs: Scene Graph Parsing With Global Context](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zellers_Neural_Motifs_Scene_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/rowanz/neural-motifs) | 127 |
125 | | [Weakly and Semi Supervised Human Body Part Parsing via Pose-Guided Knowledge Transfer](http://openaccess.thecvf.com/content_cvpr_2018/papers/Fang_Weakly_and_Semi_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/MVIG-SJTU/WSHP) | 125 |
126 | | [Relational recurrent neural networks](https://arxiv.org/abs/1806.01822) | NIPS | [code](https://github.com/L0SG/relational-rnn-pytorch) | 124 |
127 | | [LSTM Pose Machines](http://openaccess.thecvf.com/content_cvpr_2018/papers/Luo_LSTM_Pose_Machines_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/lawy623/LSTM_Pose_Machines) | 124 |
128 | | [SO-Net: Self-Organizing Network for Point Cloud Analysis](http://openaccess.thecvf.com/content_cvpr_2018/papers/Li_SO-Net_Self-Organizing_Network_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/lijx10/SO-Net) | 123 |
129 | | [Image-Image Domain Adaptation With Preserved Self-Similarity and Domain-Dissimilarity for Person Re-Identification](http://openaccess.thecvf.com/content_cvpr_2018/papers/Deng_Image-Image_Domain_Adaptation_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/Simon4Yan/Learning-via-Translation) | 121 |
130 | | [Context Embedding Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Kim_Context_Embedding_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/thunlp/CANE) | 120 |
131 | | [Fast and Accurate Online Video Object Segmentation via Tracking Parts](http://openaccess.thecvf.com/content_cvpr_2018/papers/Cheng_Fast_and_Accurate_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/JingchunCheng/FAVOS) | 119 |
132 | | [Cross-Domain Weakly-Supervised Object Detection Through Progressive Domain Adaptation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Inoue_Cross-Domain_Weakly-Supervised_Object_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/naoto0804/cross-domain-detection) | 119 |
133 | | [Learning to Compare: Relation Network for Few-Shot Learning](http://openaccess.thecvf.com/content_cvpr_2018/papers/Sung_Learning_to_Compare_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/lzrobots/LearningToCompare_ZSL) | 118 |
134 | | [Recurrent Squeeze-and-Excitation Context Aggregation Net for Single Image Deraining](http://openaccess.thecvf.com/content_ECCV_2018/html/Xia_Li_Recurrent_Squeeze-and-Excitation_Context_ECCV_2018_paper.html) | ECCV | [code](https://github.com/XiaLiPKU/RESCAN) | 116 |
135 | | [Structure Inference Net: Object Detection Using Scene-Level Context and Instance-Level Relationships](http://openaccess.thecvf.com/content_cvpr_2018/papers/Liu_Structure_Inference_Net_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/choasup/SIN) | 116 |
136 | | [MVSNet: Depth Inference for Unstructured Multi-view Stereo](http://openaccess.thecvf.com/content_ECCV_2018/html/Yao_Yao_MVSNet_Depth_Inference_ECCV_2018_paper.html) | ECCV | [code](https://github.com/YoYo000/MVSNet) | 116 |
137 | | [Weakly Supervised Instance Segmentation Using Class Peak Response](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhou_Weakly_Supervised_Instance_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/ZhouYanzhao/PRM) | 116 |
138 | | [L4: Practical loss-based stepsize adaptation for deep learning](http://arxiv.org/abs/1802.05074v4) | NIPS | [code](https://github.com/martius-lab/l4-optimizer) | 116 |
139 | | [A Closer Look at Spatiotemporal Convolutions for Action Recognition](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tran_A_Closer_Look_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/irhumshafkat/R2Plus1D-PyTorch) | 115 |
140 | | [Unsupervised Learning of Monocular Depth Estimation and Visual Odometry With Deep Feature Reconstruction](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhan_Unsupervised_Learning_of_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/Huangying-Zhan/Depth-VO-Feat) | 114 |
141 | | [Pix3D: Dataset and Methods for Single-Image 3D Shape Modeling](http://openaccess.thecvf.com/content_cvpr_2018/papers/Sun_Pix3D_Dataset_and_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/xingyuansun/pix3d) | 114 |
142 | | [MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network](http://openaccess.thecvf.com/content_ECCV_2018/html/Muhammed_Kocabas_MultiPoseNet_Fast_Multi-Person_ECCV_2018_paper.html) | ECCV | [code](https://github.com/salihkaragoz/pose-residual-network-pytorch) | 113 |
143 | | [Gated Path Planning Networks](http://proceedings.mlr.press/v80/lee18c.html) | ICML | [code](https://github.com/lileee/gated-path-planning-networks) | 113 |
144 | | [PackNet: Adding Multiple Tasks to a Single Network by Iterative Pruning](http://openaccess.thecvf.com/content_cvpr_2018/papers/Mallya_PackNet_Adding_Multiple_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/arunmallya/packnet) | 110 |
145 | | [Decoupled Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Liu_Decoupled_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/wy1iu/DCNets) | 109 |
146 | | [Video Based Reconstruction of 3D People Models](http://openaccess.thecvf.com/content_cvpr_2018/papers/Alldieck_Video_Based_Reconstruction_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/thmoa/videoavatars) | 109 |
147 | | [CosFace: Large Margin Cosine Loss for Deep Face Recognition](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_CosFace_Large_Margin_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yule-li/CosFace) | 109 |
148 | | [DeepMVS: Learning Multi-View Stereopsis](http://openaccess.thecvf.com/content_cvpr_2018/papers/Huang_DeepMVS_Learning_Multi-View_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/phuang17/DeepMVS) | 108 |
149 | | [Hierarchical Imitation and Reinforcement Learning](http://proceedings.mlr.press/v80/le18a.html) | ICML | [code](https://github.com/hoangminhle/hierarchical_IL_RL) | 107 |
150 | | [Real-Time Seamless Single Shot 6D Object Pose Prediction](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tekin_Real-Time_Seamless_Single_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/Microsoft/singleshotpose) | 107 |
151 | | [Adaptive Affinity Fields for Semantic Segmentation](http://openaccess.thecvf.com/content_ECCV_2018/html/Jyh-Jing_Hwang_Adaptive_Affinity_Field_ECCV_2018_paper.html) | ECCV | [code](https://github.com/twke18/Adaptive_Affinity_Fields) | 107 |
152 | | [Long-term Tracking in the Wild: a Benchmark](http://openaccess.thecvf.com/content_ECCV_2018/html/Efstratios_Gavves_Long-term_Tracking_in_ECCV_2018_paper.html) | ECCV | [code](https://github.com/oxuva/long-term-tracking-benchmark) | 106 |
153 | | [Realistic Evaluation of Deep Semi-Supervised Learning Algorithms](http://arxiv.org/abs/1804.09170v2) | NIPS | [code](https://github.com/brain-research/realistic-ssl-evaluation) | 106 |
154 | | [Multi-Task Learning Using Uncertainty to Weigh Losses for Scene Geometry and Semantics](http://openaccess.thecvf.com/content_cvpr_2018/papers/Kendall_Multi-Task_Learning_Using_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/alexgkendall/multitaskvision) | 104 |
155 | | [Deep Back-Projection Networks for Super-Resolution](http://openaccess.thecvf.com/content_cvpr_2018/papers/Haris_Deep_Back-Projection_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/alterzero/DBPN-Pytorch) | 104 |
156 | | [3D-CODED: 3D Correspondences by Deep Deformation](http://openaccess.thecvf.com/content_ECCV_2018/html/Thibault_Groueix_Shape_correspondences_from_ECCV_2018_paper.html) | ECCV | [code](https://github.com/ThibaultGROUEIX/3D-CODED) | 102 |
157 | | [Recovering Realistic Texture in Image Super-Resolution by Deep Spatial Feature Transform](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_Recovering_Realistic_Texture_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/xinntao/CVPR18-SFTGAN) | 102 |
158 | | [Scale-Recurrent Network for Deep Image Deblurring](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tao_Scale-Recurrent_Network_for_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/jiangsutx/SRN-Deblur) | 101 |
159 | | [PU-Net: Point Cloud Upsampling Network](http://openaccess.thecvf.com/content_cvpr_2018/papers/Yu_PU-Net_Point_Cloud_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yulequan/PU-Net) | 101 |
160 | | [Noisy Natural Gradient as Variational Inference](http://proceedings.mlr.press/v80/zhang18l.html) | ICML | [code](https://github.com/wlwkgus/NoisyNaturalGradient) | 100 |
161 | | [Domain Adaptive Faster R-CNN for Object Detection in the Wild](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Domain_Adaptive_Faster_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yuhuayc/da-faster-rcnn) | 99 |
162 | | [Rethinking Feature Distribution for Loss Functions in Image Classification](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wan_Rethinking_Feature_Distribution_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/WeitaoVan/L-GM-loss) | 97 |
163 | | [DenseASPP for Semantic Segmentation in Street Scenes](http://openaccess.thecvf.com/content_cvpr_2018/papers/Yang_DenseASPP_for_Semantic_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/DeepMotionAIResearch/DenseASPP) | 97 |
164 | | [Quantized Densely Connected U-Nets for Efficient Landmark Localization](http://openaccess.thecvf.com/content_ECCV_2018/html/Zhiqiang_Tang_Quantized_Densely_Connected_ECCV_2018_paper.html) | ECCV | [code](https://github.com/zhiqiangdon/CU-Net) | 97 |
165 | | [Graph R-CNN for Scene Graph Generation](http://openaccess.thecvf.com/content_ECCV_2018/html/Jianwei_Yang_Graph_R-CNN_for_ECCV_2018_paper.html) | ECCV | [code](https://github.com/jwyang/graph-rcnn.pytorch) | 96 |
166 | | [Factoring Shape, Pose, and Layout From the 2D Image of a 3D Scene](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tulsiani_Factoring_Shape_Pose_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/shubhtuls/factored3d) | 94 |
167 | | [Density-Aware Single Image De-Raining Using a Multi-Stream Dense Network](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Density-Aware_Single_Image_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/hezhangsprinter/DID-MDN) | 93 |
168 | | [Deep Depth Completion of a Single RGB-D Image](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Deep_Depth_Completion_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yindaz/DeepCompletionRelease) | 93 |
169 | | [MAttNet: Modular Attention Network for Referring Expression Comprehension](http://openaccess.thecvf.com/content_cvpr_2018/papers/Yu_MAttNet_Modular_Attention_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/lichengunc/MAttNet) | 92 |
170 | | [Style Tokens: Unsupervised Style Modeling, Control and Transfer in End-to-End Speech Synthesis](http://proceedings.mlr.press/v80/wang18h.html) | ICML | [code](https://github.com/syang1993/gst-tacotron) | 91 |
171 | | [ELEGANT: Exchanging Latent Encodings with GAN for Transferring Multiple Face Attributes](http://openaccess.thecvf.com/content_ECCV_2018/html/Taihong_Xiao_ELEGANT_Exchanging_Latent_ECCV_2018_paper.html) | ECCV | [code](https://github.com/Prinsphield/ELEGANT) | 89 |
172 | | [Neural Arithmetic Logic Units](http://arxiv.org/abs/1808.00508v1) | NIPS | [code](https://github.com/llSourcell/Neural_Arithmetic_Logic_Units) | 87 |
173 | | [Perturbative Neural Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Juefei-Xu_Perturbative_Neural_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/juefeix/pnn.pytorch) | 86 |
174 | | [Knowledge Aided Consistency for Weakly Supervised Phrase Grounding](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Knowledge_Aided_Consistency_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/kanchen-usc/KAC-Net) | 86 |
175 | | [Repulsion Loss: Detecting Pedestrians in a Crowd](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_Repulsion_Loss_Detecting_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/bailvwangzi/repulsion_loss_ssd) | 86 |
176 | | [End-to-End Weakly-Supervised Semantic Alignment](http://openaccess.thecvf.com/content_cvpr_2018/papers/Rocco_End-to-End_Weakly-Supervised_Semantic_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/ignacio-rocco/weakalign) | 86 |
177 | | [Learning Blind Video Temporal Consistency](http://openaccess.thecvf.com/content_ECCV_2018/html/Wei-Sheng_Lai_Real-Time_Blind_Video_ECCV_2018_paper.html) | ECCV | [code](https://github.com/phoenix104104/fast_blind_video_consistency) | 84 |
178 | | [PSANet: Point-wise Spatial Attention Network for Scene Parsing](http://openaccess.thecvf.com/content_ECCV_2018/html/Hengshuang_Zhao_PSANet_Point-wise_Spatial_ECCV_2018_paper.html) | ECCV | [code](https://github.com/hszhao/PSANet) | 84 |
179 | | [Piggyback: Adapting a Single Network to Multiple Tasks by Learning to Mask Weights](http://openaccess.thecvf.com/content_ECCV_2018/html/Arun_Mallya_Piggyback_Adapting_a_ECCV_2018_paper.html) | ECCV | [code](https://github.com/arunmallya/piggyback) | 83 |
180 | | [Nonlinear 3D Face Morphable Model](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tran_Nonlinear_3D_Face_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/tranluan/Nonlinear_Face_3DMM) | 81 |
181 | | [Deep Mutual Learning](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Deep_Mutual_Learning_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/YingZhangDUT/Deep-Mutual-Learning) | 80 |
182 | | [Image Inpainting for Irregular Holes Using Partial Convolutions](http://openaccess.thecvf.com/content_ECCV_2018/html/Guilin_Liu_Image_Inpainting_for_ECCV_2018_paper.html) | ECCV | [code](https://github.com/naoto0804/pytorch-inpainting-with-partial-conv) | 79 |
183 | | [BodyNet: Volumetric Inference of 3D Human Body Shapes](http://openaccess.thecvf.com/content_ECCV_2018/html/Gul_Varol_BodyNet_Volumetric_Inference_ECCV_2018_paper.html) | ECCV | [code](https://github.com/gulvarol/bodynet) | 78 |
184 | | [Integral Human Pose Regression](http://openaccess.thecvf.com/content_ECCV_2018/html/Xiao_Sun_Integral_Human_Pose_ECCV_2018_paper.html) | ECCV | [code](https://github.com/JimmySuen/integral-human-pose) | 77 |
185 | | [FSRNet: End-to-End Learning Face Super-Resolution With Facial Priors](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_FSRNet_End-to-End_Learning_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/tyshiwo/FSRNet) | 77 |
186 | | [Attention-based Deep Multiple Instance Learning](http://proceedings.mlr.press/v80/ilse18a.html) | ICML | [code](https://github.com/AMLab-Amsterdam/AttentionDeepMIL) | 77 |
187 | | [LiDAR-Video Driving Dataset: Learning Driving Policies Effectively](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_LiDAR-Video_Driving_Dataset_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/driving-behavior/DBNet) | 77 |
188 | | [Multi-View Consistency as Supervisory Signal for Learning Shape and Pose Prediction](http://openaccess.thecvf.com/content_cvpr_2018/papers/Tulsiani_Multi-View_Consistency_as_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/shubhtuls/mvcSnP) | 76 |
189 | | [Macro-Micro Adversarial Network for Human Parsing](http://openaccess.thecvf.com/content_ECCV_2018/html/Yawei_Luo_Macro-Micro_Adversarial_Network_ECCV_2018_paper.html) | ECCV | [code](https://github.com/RoyalVane/MMAN) | 76 |
190 | | [Multi-view to Novel view: Synthesizing novel views with Self-Learned Confidence](http://openaccess.thecvf.com/content_ECCV_2018/html/Shao-Hua_Sun_Multi-view_to_Novel_ECCV_2018_paper.html) | ECCV | [code](https://github.com/shaohua0116/Multiview2Novelview) | 75 |
191 | | [LQ-Nets: Learned Quantization for Highly Accurate and Compact Deep Neural Networks](http://openaccess.thecvf.com/content_ECCV_2018/html/Dongqing_Zhang_Optimized_Quantization_for_ECCV_2018_paper.html) | ECCV | [code](https://github.com/Microsoft/LQ-Nets) | 75 |
192 | | [Neural Kinematic Networks for Unsupervised Motion Retargetting](http://openaccess.thecvf.com/content_cvpr_2018/papers/Villegas_Neural_Kinematic_Networks_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/rubenvillegas/cvpr2018nkn) | 75 |
193 | | [Learning Spatial-Temporal Regularized Correlation Filters for Visual Tracking](http://openaccess.thecvf.com/content_cvpr_2018/papers/Li_Learning_Spatial-Temporal_Regularized_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/lifeng9472/STRCF) | 75 |
194 | | [Synthesizing Images of Humans in Unseen Poses](http://openaccess.thecvf.com/content_cvpr_2018/papers/Balakrishnan_Synthesizing_Images_of_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/balakg/posewarp-cvpr2018) | 74 |
195 | | [A PID Controller Approach for Stochastic Optimization of Deep Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/An_A_PID_Controller_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/tensorboy/PIDOptimizer) | 74 |
196 | | [Tell Me Where to Look: Guided Attention Inference Network](http://openaccess.thecvf.com/content_cvpr_2018/papers/Li_Tell_Me_Where_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/alokwhitewolf/Guided-Attention-Inference-Network) | 74 |
197 | | [Multi-Scale Location-Aware Kernel Representation for Object Detection](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_Multi-Scale_Location-Aware_Kernel_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/Hwang64/MLKP) | 73 |
198 | | [Recurrent Relational Networks](http://arxiv.org/abs/1711.08028v2) | NIPS | [code](https://github.com/rasmusbergpalm/recurrent-relational-networks) | 73 |
199 | | [VITON: An Image-Based Virtual Try-On Network](http://openaccess.thecvf.com/content_cvpr_2018/papers/Han_VITON_An_Image-Based_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/xthan/VITON) | 73 |
200 | | [VITAL: VIsual Tracking via Adversarial Learning](http://openaccess.thecvf.com/content_cvpr_2018/papers/Song_VITAL_VIsual_Tracking_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/ybsong00/Vital_release) | 73 |
201 | | [Future Frame Prediction for Anomaly Detection – A New Baseline](http://openaccess.thecvf.com/content_cvpr_2018/papers/Liu_Future_Frame_Prediction_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/StevenLiuWen/ano_pred_cvpr2018) | 72 |
202 | | [Recurrent Pixel Embedding for Instance Grouping](http://openaccess.thecvf.com/content_cvpr_2018/papers/Kong_Recurrent_Pixel_Embedding_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/aimerykong/Recurrent-Pixel-Embedding-for-Instance-Grouping) | 71 |
203 | | [Learning Human-Object Interactions by Graph Parsing Neural Networks](http://openaccess.thecvf.com/content_ECCV_2018/html/Siyuan_Qi_Learning_Human-Object_Interactions_ECCV_2018_paper.html) | ECCV | [code](https://github.com/SiyuanQi/gpnn) | 69 |
204 | | [Repeatability Is Not Enough: Learning Affine Regions via Discriminability](http://openaccess.thecvf.com/content_ECCV_2018/html/Dmytro_Mishkin_Repeatability_Is_Not_ECCV_2018_paper.html) | ECCV | [code](https://github.com/ducha-aiki/affnet) | 67 |
205 | | [Visual Feature Attribution Using Wasserstein GANs](http://openaccess.thecvf.com/content_cvpr_2018/papers/Baumgartner_Visual_Feature_Attribution_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/orobix/Visual-Feature-Attribution-Using-Wasserstein-GANs-Pytorch) | 67 |
206 | | [Avatar-Net: Multi-Scale Zero-Shot Style Transfer by Feature Decoration](http://openaccess.thecvf.com/content_cvpr_2018/papers/Sheng_Avatar-Net_Multi-Scale_Zero-Shot_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/LucasSheng/avatar-net) | 66 |
207 | | [Learning SO(3) Equivariant Representations with Spherical CNNs](http://openaccess.thecvf.com/content_ECCV_2018/html/Carlos_Esteves_Learning_SO3_Equivariant_ECCV_2018_paper.html) | ECCV | [code](https://github.com/daniilidis-group/spherical-cnn) | 64 |
208 | | [Factorizable Net: An Efficient Subgraph-based Framework for Scene Graph Generation](http://openaccess.thecvf.com/content_ECCV_2018/html/Yikang_LI_Factorizable_Net_An_ECCV_2018_paper.html) | ECCV | [code](https://github.com/yikang-li/FactorizableNet) | 64 |
209 | | [SGPN: Similarity Group Proposal Network for 3D Point Cloud Instance Segmentation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_SGPN_Similarity_Group_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/laughtervv/SGPN) | 64 |
210 | | [ScanComplete: Large-Scale Scene Completion and Semantic Segmentation for 3D Scans](http://openaccess.thecvf.com/content_cvpr_2018/papers/Dai_ScanComplete_Large-Scale_Scene_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/angeladai/ScanComplete) | 64 |
211 | | [One-Shot Unsupervised Cross Domain Translation](http://arxiv.org/abs/1806.06029v1) | NIPS | [code](https://github.com/sagiebenaim/OneShotTranslation) | 62 |
212 | | [Pairwise Confusion for Fine-Grained Visual Classification](http://openaccess.thecvf.com/content_ECCV_2018/html/Abhimanyu_Dubey_Improving_Fine-Grained_Visual_ECCV_2018_paper.html) | ECCV | [code](https://github.com/abhimanyudubey/confusion) | 62 |
213 | | [Multi-Shot Pedestrian Re-Identification via Sequential Decision Making](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Multi-Shot_Pedestrian_Re-Identification_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/TuSimple/rl-multishot-reid) | 62 |
214 | | [Generalizing A Person Retrieval Model Hetero- and Homogeneously](http://openaccess.thecvf.com/content_ECCV_2018/html/Zhun_Zhong_Generalizing_A_Person_ECCV_2018_paper.html) | ECCV | [code](https://github.com/zhunzhong07/HHL) | 61 |
215 | | [Learning Depth From Monocular Videos Using Direct Methods](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_Learning_Depth_From_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/MightyChaos/LKVOLearner) | 61 |
216 | | [Optimizing the Latent Space of Generative Networks](http://proceedings.mlr.press/v80/bojanowski18a.html) | ICML | [code](https://github.com/tneumann/minimal_glo) | 60 |
217 | | [CSRNet: Dilated Convolutional Neural Networks for Understanding the Highly Congested Scenes](http://openaccess.thecvf.com/content_cvpr_2018/papers/Li_CSRNet_Dilated_Convolutional_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/leeyeehoo/CSRNet-pytorch) | 59 |
218 | | [“Zero-Shot” Super-Resolution Using Deep Internal Learning](http://openaccess.thecvf.com/content_cvpr_2018/papers/Shocher_Zero-Shot_Super-Resolution_Using_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/assafshocher/ZSSR) | 59 |
219 | | [Learning Attentions: Residual Attentional Siamese Network for High Performance Online Visual Tracking](http://openaccess.thecvf.com/content_cvpr_2018/papers/Wang_Learning_Attentions_Residual_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/foolwood/RASNet) | 59 |
220 | | [PointNetVLAD: Deep Point Cloud Based Retrieval for Large-Scale Place Recognition](http://openaccess.thecvf.com/content_cvpr_2018/papers/Uy_PointNetVLAD_Deep_Point_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/mikacuy/pointnetvlad) | 58 |
221 | | [Progressive Neural Architecture Search](http://openaccess.thecvf.com/content_ECCV_2018/html/Chenxi_Liu_Progressive_Neural_Architecture_ECCV_2018_paper.html) | ECCV | [code](https://github.com/titu1994/progressive-neural-architecture-search) | 58 |
222 | | [Generative Neural Machine Translation](http://arxiv.org/abs/1806.05138v1) | NIPS | [code](https://github.com/ZhenYangIACAS/NMT_GAN) | 58 |
223 | | [Learning to Reweight Examples for Robust Deep Learning](http://proceedings.mlr.press/v80/ren18a.html) | ICML | [code](https://github.com/danieltan07/learning-to-reweight-examples) | 58 |
224 | | [Object Level Visual Reasoning in Videos](http://openaccess.thecvf.com/content_ECCV_2018/html/Fabien_Baradel_Object_Level_Visual_ECCV_2018_paper.html) | ECCV | [code](https://github.com/fabienbaradel/object_level_visual_reasoning) | 57 |
225 | | [Generate to Adapt: Aligning Domains Using Generative Adversarial Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Sankaranarayanan_Generate_to_Adapt_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yogeshbalaji/Generate_To_Adapt) | 57 |
226 | | [Improving Generalization via Scalable Neighborhood Component Analysis](http://openaccess.thecvf.com/content_ECCV_2018/html/Zhirong_Wu_Improving_Embedding_Generalization_ECCV_2018_paper.html) | ECCV | [code](https://github.com/Microsoft/snca.pytorch) | 57 |
227 | | [Geometry-Aware Learning of Maps for Camera Localization](http://openaccess.thecvf.com/content_cvpr_2018/papers/Brahmbhatt_Geometry-Aware_Learning_of_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/samarth-robo/MapNet) | 57 |
228 | | [Path-Level Network Transformation for Efficient Architecture Search](http://proceedings.mlr.press/v80/cai18a.html) | ICML | [code](https://github.com/han-cai/PathLevel-EAS) | 57 |
229 | | [Decorrelated Batch Normalization](http://openaccess.thecvf.com/content_cvpr_2018/papers/Huang_Decorrelated_Batch_Normalization_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/umich-vl/DecorrelatedBN) | 57 |
230 | | [Ordinal Depth Supervision for 3D Human Pose Estimation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Pavlakos_Ordinal_Depth_Supervision_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/geopavlakos/ordinal-pose3d) | 57 |
231 | | [Disentangled Person Image Generation](http://openaccess.thecvf.com/content_cvpr_2018/papers/Ma_Disentangled_Person_Image_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/charliememory/Disentangled-Person-Image-Generation) | 57 |
232 | | [Regularizing RNNs for Caption Generation by Reconstructing the Past With the Present](http://openaccess.thecvf.com/content_cvpr_2018/papers/Chen_Regularizing_RNNs_for_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/chenxinpeng/ARNet) | 57 |
233 | | [Diverse Image-to-Image Translation via Disentangled Representations](http://openaccess.thecvf.com/content_ECCV_2018/html/Hsin-Ying_Lee_Diverse_Image-to-Image_Translation_ECCV_2018_paper.html) | ECCV | [code](https://github.com/taki0112/DRIT-Tensorflow) | 56 |
234 | | [Pointwise Convolutional Neural Networks](http://openaccess.thecvf.com/content_cvpr_2018/papers/Hua_Pointwise_Convolutional_Neural_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/scenenn/pointwise) | 56 |
235 | | [Neural Program Synthesis from Diverse Demonstration Videos](http://proceedings.mlr.press/v80/sun18a.html) | ICML | [code](https://github.com/shaohua0116/demo2program) | 56 |
236 | | [Learning Less Is More - 6D Camera Localization via 3D Surface Regression](http://openaccess.thecvf.com/content_cvpr_2018/papers/Brachmann_Learning_Less_Is_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/vislearn/LessMore) | 55 |
237 | | [Unsupervised Domain Adaptation for 3D Keypoint Estimation via View Consistency](http://openaccess.thecvf.com/content_ECCV_2018/html/Xingyi_Zhou_Unsupervised_Domain_Adaptation_ECCV_2018_paper.html) | ECCV | [code](https://github.com/xingyizhou/3DKeypoints-DA) | 55 |
238 | | [Learning Latent Super-Events to Detect Multiple Activities in Videos](http://openaccess.thecvf.com/content_cvpr_2018/papers/Piergiovanni_Learning_Latent_Super-Events_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/piergiaj/super-events-cvpr18) | 55 |
239 | | [Depth-aware CNN for RGB-D Segmentation](http://openaccess.thecvf.com/content_ECCV_2018/html/Weiyue_Wang_Depth-aware_CNN_for_ECCV_2018_paper.html) | ECCV | [code](https://github.com/laughtervv/DepthAwareCNN) | 55 |
240 | | [Crafting a Toolchain for Image Restoration by Deep Reinforcement Learning](http://openaccess.thecvf.com/content_cvpr_2018/papers/Yu_Crafting_a_Toolchain_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/yuke93/RL-Restore) | 54 |
241 | | [Unsupervised Discovery of Object Landmarks as Structural Representations](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Unsupervised_Discovery_of_CVPR_2018_paper.pdf) | CVPR | [code](https://github.com/YutingZhang/lmdis-rep) | 54 |
242 | | [
243 |
--------------------------------------------------------------------------------
/src/README.md:
--------------------------------------------------------------------------------
1 | This folder contains all the raw data and code that is used to maintain this repository.
2 |
3 | As this is a work in progress, implementation is not complete yet. I will upload everything here as soon as version 1.0 of PWC project is complete. Currently I plan to do so by the end of this year (2018).
4 |
5 | [pwc.csv](pwc.csv) is the raw form of Papers With Code in main README page. It includes all papers and their metadata. This dataset is reqularly updated.
6 |
--------------------------------------------------------------------------------
/src/asset/header.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ewenwan/pwc/f136f58997d45b9b6ef8e366f0c33c057c75ab31/src/asset/header.jpg
--------------------------------------------------------------------------------