Skip to content

Instantly share code, notes, and snippets.

@shayanfazeli
Created January 25, 2021 18:39
Show Gist options
  • Save shayanfazeli/4fb0d22bc9782af50fe752260347cade to your computer and use it in GitHub Desktop.
Save shayanfazeli/4fb0d22bc9782af50fe752260347cade to your computer and use it in GitHub Desktop.
Crawling all NeurIPS2020 papers
import re
import os
from tqdm import tqdm
import urllib.request
import ssl
import argparse
_create_unverified_https_context = ssl._create_unverified_context
ssl._create_default_https_context = _create_unverified_https_context
def get(filename):
with open(filename, 'r') as handle:
b = handle.readlines()
paper_ids = []
for i in range(len(b)):
paper_ids += re.findall("/paper/2020/hash/(.*)-Abstract.html(.*)</a>", b[i])
ids = list([(e[0].split('/')[-1], e[1][2:]) for e in paper_ids])
return ids
if __name__ == "__main__":
paper_ids = get('page_containing_ids.html')
os.makedirs('./papers')
for number, paper_id in tqdm(enumerate(paper_ids)):
filedata = urllib.request.urlopen(f'https://papers.nips.cc/paper/2020/file/{paper_id[0]}-Paper.pdf')
datatowrite = filedata.read()
title=f"{1 + number}- " +paper_id[1].replace('/', ' ').replace('-', ' ').replace('\!', '').replace('?', '').replace(',', ' ')
with open(f'./papers/{title}.pdf', 'wb') as f:
f.write(datatowrite)
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Book</title>
<!-- Bootstrap CSS -->
<!-- https://codepen.io/surjithctly/pen/PJqKzQ -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="/static/menus/css/menus.css" rel="stylesheet" id="bootstrap-css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="/static/papers/css/papers.css">
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-MML-AM_CHTML">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"tex2jax": {
"inlineMath": [["$","$"], ["\\(","\\)"]],
"displayMath": [["\\[","\\]"]],
"processEscapes": true
}
}
);
</script>
<style>
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #eee;
}
}
.btn-spacer {
margin: 2px;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #eee;
color: black;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler6" aria-controls="navbarToggler6" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler6">
<a class="navbar-brand" href="/">NeurIPS Proceedings</a>
<ul class="navbar-nav mr-auto mt-2 mt-md-0">
<li class="nav-item">
<a class="nav-link" href="/admin/login/?next=/admin/"><i class="fas fa-sign-in-alt" title="Login"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/admin/logout/?nextp=/admin"><i class="fas fa-sign-out-alt" title="Logout"></i></a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0" method="get" role="search" action="/papers/search">
<input class="form-control mr-sm-2" type="text" name="q" placeholder="Search" aria-label="Search" id="navsearch">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<br>
<div class="container-fluid">
<div class="col">
<h4>Advances in Neural Information Processing Systems 33 pre-proceedings (NeurIPS 2020)</h4>
Edited by: <i>H. Larochelle and M. Ranzato and R. Hadsell and M.F. Balcan and H. Lin</i>
<hr style="background-color:gray;">
<ul>
<li><a href="/paper/2020/hash/0004d0b59e19461ff126e3a08a814c33-Abstract.html">A graph similarity for deep learning</a> <i>Seongmin Ok</i></li>
<li><a href="/paper/2020/hash/00482b9bed15a272730fcb590ffebddd-Abstract.html">An Unsupervised Information-Theoretic Perceptual Quality Metric</a> <i>Sangnie Bhardwaj, Ian Fischer, Johannes Ballé, Troy Chinen</i></li>
<li><a href="/paper/2020/hash/0060ef47b12160b9198302ebdb144dcf-Abstract.html">Self-Supervised MultiModal Versatile Networks</a> <i>Jean-Baptiste Alayrac, Adria Recasens, Rosalia Schneider, Relja Arandjelović, Jason Ramapuram, Jeffrey De Fauw, Lucas Smaira, Sander Dieleman, Andrew Zisserman</i></li>
<li><a href="/paper/2020/hash/007ff380ee5ac49ffc34442f5c2a2b86-Abstract.html">Benchmarking Deep Inverse Models over time, and the Neural-Adjoint method</a> <i>Simiao Ren, Willie Padilla, Jordan Malof</i></li>
<li><a href="/paper/2020/hash/0084ae4bc24c0795d1e6a4f58444d39b-Abstract.html">Off-Policy Evaluation and Learning for External Validity under a Covariate Shift</a> <i>Masatoshi Uehara, Masahiro Kato, Shota Yasui</i></li>
<li><a href="/paper/2020/hash/00a03ec6533ca7f5c644d198d815329c-Abstract.html">Neural Methods for Point-wise Dependency Estimation</a> <i>Yao-Hung Hubert Tsai, Han Zhao, Makoto Yamada, Louis-Philippe Morency, Russ R. Salakhutdinov</i></li>
<li><a href="/paper/2020/hash/00ac8ed3b4327bdd4ebbebcb2ba10a00-Abstract.html">Fast and Flexible Temporal Point Processes with Triangular Maps</a> <i>Oleksandr Shchur, Nicholas Gao, Marin Biloš, Stephan Günnemann</i></li>
<li><a href="/paper/2020/hash/00e26af6ac3b1c1c49d7c3d79c60d000-Abstract.html">Backpropagating Linearly Improves Transferability of Adversarial Examples</a> <i>Yiwen Guo, Qizhang Li, Hao Chen</i></li>
<li><a href="/paper/2020/hash/012a91467f210472fab4e11359bbfef6-Abstract.html">PyGlove: Symbolic Programming for Automated Machine Learning</a> <i>Daiyi Peng, Xuanyi Dong, Esteban Real, Mingxing Tan, Yifeng Lu, Gabriel Bender, Hanxiao Liu, Adam Kraft, Chen Liang, Quoc Le</i></li>
<li><a href="/paper/2020/hash/012d9fe15b2493f21902cd55603382ec-Abstract.html">Fourier Sparse Leverage Scores and Approximate Kernel Learning</a> <i>Tamas Erdelyi, Cameron Musco, Christopher Musco</i></li>
<li><a href="/paper/2020/hash/0163cceb20f5ca7b313419c068abd9dc-Abstract.html">Improved Algorithms for Online Submodular Maximization via First-order Regret Bounds</a> <i>Nicholas Harvey, Christopher Liaw, Tasuku Soma</i></li>
<li><a href="/paper/2020/hash/0169cf885f882efd795951253db5cdfb-Abstract.html">Synbols: Probing Learning Algorithms with Synthetic Datasets</a> <i>Alexandre Lacoste, Pau Rodríguez López, Frederic Branchaud-Charron, Parmida Atighehchian, Massimo Caccia, Issam Hadj Laradji, Alexandre Drouin, Matthew Craddock, Laurent Charlin, David Vázquez</i></li>
<li><a href="/paper/2020/hash/0172d289da48c48de8c5ebf3de9f7ee1-Abstract.html">Adversarially Robust Streaming Algorithms via Differential Privacy</a> <i>Avinatan Hasidim, Haim Kaplan, Yishay Mansour, Yossi Matias, Uri Stemmer</i></li>
<li><a href="/paper/2020/hash/019fa4fdf1c04cf73ba25aa2223769cd-Abstract.html">Trading Personalization for Accuracy: Data Debugging in Collaborative Filtering</a> <i>Long Chen, Yuan Yao, Feng Xu, Miao Xu, Hanghang Tong</i></li>
<li><a href="/paper/2020/hash/01a0683665f38d8e5e567b3b15ca98bf-Abstract.html">Cascaded Text Generation with Markov Transformers</a> <i>Yuntian Deng, Alexander Rush</i></li>
<li><a href="/paper/2020/hash/01c9d2c5b3ff5cbba349ec39a570b5e3-Abstract.html">Improving Local Identifiability in Probabilistic Box Embeddings</a> <i>Shib Dasgupta, Michael Boratko, Dongxu Zhang, Luke Vilnis, Xiang Li, Andrew McCallum</i></li>
<li><a href="/paper/2020/hash/01e00f2f4bfcbb7505cb641066f2859b-Abstract.html">Permute-and-Flip: A new mechanism for differentially private selection</a> <i>Ryan McKenna, Daniel R. Sheldon</i></li>
<li><a href="/paper/2020/hash/021bbc7ee20b71134d53e20206bd6feb-Abstract.html">Deep reconstruction of strange attractors from time series</a> <i>William Gilpin</i></li>
<li><a href="/paper/2020/hash/021f6dd88a11ca489936ae770e4634ad-Abstract.html">Reciprocal Adversarial Learning via Characteristic Functions</a> <i>Shengxi Li, Zeyang Yu, Min Xiang, Danilo Mandic</i></li>
<li><a href="/paper/2020/hash/022e0ee5162c13d9a7bb3bd00fb032ce-Abstract.html">Statistical Guarantees of Distributed Nearest Neighbor Classification</a> <i>Jiexin Duan, Xingye Qiao, Guang Cheng</i></li>
<li><a href="/paper/2020/hash/023d0a5671efd29e80b4deef8262e297-Abstract.html">Stein Self-Repulsive Dynamics: Benefits From Past Samples</a> <i>Mao Ye, Tongzheng Ren, Qiang Liu</i></li>
<li><a href="/paper/2020/hash/024d2d699e6c1a82c9ba986386f4d824-Abstract.html">The Statistical Complexity of Early-Stopped Mirror Descent</a> <i>Tomas Vaskevicius, Varun Kanade, Patrick Rebeschini</i></li>
<li><a href="/paper/2020/hash/02a3c7fb3f489288ae6942498498db20-Abstract.html">Algorithmic recourse under imperfect causal knowledge: a probabilistic approach</a> <i>Amir-Hossein Karimi, Bodo Julius von Kügelgen, Bernhard Schölkopf, Isabel Valera</i></li>
<li><a href="/paper/2020/hash/02e74f10e0327ad868d138f2b4fdd6f0-Abstract.html">Quantitative Propagation of Chaos for SGD in Wide Neural Networks</a> <i>Valentin De Bortoli, Alain Durmus, Xavier Fontaine, Umut Simsekli</i></li>
<li><a href="/paper/2020/hash/02ed812220b0705fabb868ddbf17ea20-Abstract.html">A Causal View on Robustness of Neural Networks</a> <i>Cheng Zhang, Kun Zhang, Yingzhen Li</i></li>
<li><a href="/paper/2020/hash/02f657d55eaf1c4840ce8d66fcdaf90c-Abstract.html">Minimax Classification with 0-1 Loss and Performance Guarantees</a> <i>Santiago Mazuelas, Andrea Zanoni, Aritz Pérez</i></li>
<li><a href="/paper/2020/hash/03255088ed63354a54e0e5ed957e9008-Abstract.html">How to Learn a Useful Critic? Model-based Action-Gradient-Estimator Policy Optimization</a> <i>Pierluca D&#x27;Oro, Wojciech Jaśkowski</i></li>
<li><a href="/paper/2020/hash/03287fcce194dbd958c2ec5b33705912-Abstract.html">Coresets for Regressions with Panel Data</a> <i>Lingxiao Huang, K Sudhir, Nisheeth Vishnoi</i></li>
<li><a href="/paper/2020/hash/0332d694daab22e0e0eaf7a5e88433f9-Abstract.html">Learning Composable Energy Surrogates for PDE Order Reduction</a> <i>Alex Beatson, Jordan Ash, Geoffrey Roeder, Tianju Xue, Ryan P. Adams</i></li>
<li><a href="/paper/2020/hash/033cc385728c51d97360020ed57776f0-Abstract.html">Efficient Contextual Bandits with Continuous Actions</a> <i>Maryam Majzoubi, Chicheng Zhang, Rajan Chari, Akshay Krishnamurthy, John Langford, Aleksandrs Slivkins</i></li>
<li><a href="/paper/2020/hash/03593ce517feac573fdaafa6dcedef61-Abstract.html">Achieving Equalized Odds by Resampling Sensitive Attributes</a> <i>Yaniv Romano, Stephen Bates, Emmanuel Candes</i></li>
<li><a href="/paper/2020/hash/03793ef7d06ffd63d34ade9d091f1ced-Abstract.html">Multi-Robot Collision Avoidance under Uncertainty with Probabilistic Safety Barrier Certificates</a> <i>Wenhao Luo, Wen Sun, Ashish Kapoor</i></li>
<li><a href="/paper/2020/hash/03fa2f7502f5f6b9169e67d17cbf51bb-Abstract.html">Hard Shape-Constrained Kernel Machines</a> <i>Pierre-Cyril Aubin-Frankowski, Zoltan Szabo</i></li>
<li><a href="/paper/2020/hash/0415740eaa4d9decbc8da001d3fd805f-Abstract.html">A Closer Look at the Training Strategy for Modern Meta-Learning</a> <i>JIAXIN CHEN, Xiao-Ming Wu, Yanke Li, Qimai LI, Li-Ming Zhan, Fu-lai Chung</i></li>
<li><a href="/paper/2020/hash/045117b0e0a11a242b9765e79cbf113f-Abstract.html">On the Value of Out-of-Distribution Testing: An Example of Goodhart&#x27;s Law</a> <i>Damien Teney, Ehsan Abbasnejad, Kushal Kafle, Robik Shrestha, Christopher Kanan, Anton van den Hengel</i></li>
<li><a href="/paper/2020/hash/04ecb1fa28506ccb6f72b12c0245ddbc-Abstract.html">Generalised Bayesian Filtering via Sequential Monte Carlo</a> <i>Ayman Boustati, Omer Deniz Akyildiz, Theodoros Damoulas, Adam Johansen</i></li>
<li><a href="/paper/2020/hash/05128e44e27c36bdba71221bfccf735d-Abstract.html">Deterministic Approximation for Submodular Maximization over a Matroid in Nearly Linear Time</a> <i>Kai Han, zongmai Cao, Shuang Cui, Benwei Wu</i></li>
<li><a href="/paper/2020/hash/051928341be67dcba03f0e04104d9047-Abstract.html">Flows for simultaneous manifold learning and density estimation</a> <i>Johann Brehmer, Kyle Cranmer</i></li>
<li><a href="/paper/2020/hash/0561bc7ecba98e39ca7994f93311ba23-Abstract.html">Simultaneous Preference and Metric Learning from Paired Comparisons</a> <i>Austin Xu, Mark Davenport</i></li>
<li><a href="/paper/2020/hash/05a624166c8eb8273b8464e8d9cb5bd9-Abstract.html">Efficient Variational Inference for Sparse Deep Learning with Theoretical Guarantee</a> <i>Jincheng Bai, Qifan Song, Guang Cheng</i></li>
<li><a href="/paper/2020/hash/05e2a0647e260c355dd2b2175edb45b8-Abstract.html">Learning Manifold Implicitly via Explicit Heat-Kernel Learning</a> <i>Yufan Zhou, Changyou Chen, Jinhui Xu</i></li>
<li><a href="/paper/2020/hash/05ee45de8d877c3949760a94fa691533-Abstract.html">Deep Relational Topic Modeling via Graph Poisson Gamma Belief Network</a> <i>Chaojie Wang, Hao Zhang, Bo Chen, Dongsheng Wang, Zhengjue Wang, Mingyuan Zhou</i></li>
<li><a href="/paper/2020/hash/05f971b5ec196b8c65b75d2ef8267331-Abstract.html">One-bit Supervision for Image Classification</a> <i>Hengtong Hu, Lingxi Xie, Zewei Du, Richang Hong, Qi Tian</i></li>
<li><a href="/paper/2020/hash/0607f4c705595b911a4f3e7a127b44e0-Abstract.html">What is being transferred in transfer learning? </a> <i>Behnam Neyshabur, Hanie Sedghi, Chiyuan Zhang</i></li>
<li><a href="/paper/2020/hash/061412e4a03c02f9902576ec55ebbe77-Abstract.html">Submodular Maximization Through Barrier Functions</a> <i>Ashwinkumar Badanidiyuru, Amin Karbasi, Ehsan Kazemi, Jan Vondrak</i></li>
<li><a href="/paper/2020/hash/0660895c22f8a14eb039bfb9beb0778f-Abstract.html">Neural Networks with Recurrent Generative Feedback</a> <i>Yujia Huang, James Gornet, Sihui Dai, Zhiding Yu, Tan Nguyen, Doris Tsao, Anima Anandkumar</i></li>
<li><a href="/paper/2020/hash/0663a4ddceacb40b095eda264a85f15c-Abstract.html">Learning to Extrapolate Knowledge: Transductive Few-shot Out-of-Graph Link Prediction</a> <i>Jinheon Baek, Dong Bok Lee, Sung Ju Hwang</i></li>
<li><a href="/paper/2020/hash/066ca7bf90807fcd8e4f1eaef4e4e8f7-Abstract.html">Exploiting weakly supervised visual patterns to learn from partial annotations</a> <i>Kaustav Kundu, Joseph Tighe</i></li>
<li><a href="/paper/2020/hash/066f182b787111ed4cb65ed437f0855b-Abstract.html">Improving Inference for Neural Image Compression</a> <i>Yibo Yang, Robert Bamler, Stephan Mandt</i></li>
<li><a href="/paper/2020/hash/0678ca2eae02d542cc931e81b74de122-Abstract.html">Neuron Merging: Compensating for Pruned Neurons</a> <i>Woojeong Kim, Suhyun Kim, Mincheol Park, Geunseok Jeon</i></li>
<li><a href="/paper/2020/hash/06964dce9addb1c5cb5d6e3d9838f733-Abstract.html">FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence</a> <i>Kihyuk Sohn, David Berthelot, Nicholas Carlini, Zizhao Zhang, Han Zhang, Colin A. Raffel, Ekin Dogus Cubuk, Alexey Kurakin, Chun-Liang Li</i></li>
<li><a href="/paper/2020/hash/06a9d51e04213572ef0720dd27a84792-Abstract.html">Reinforcement Learning with Combinatorial Actions: An Application to Vehicle Routing</a> <i>Arthur Delarue, Ross Anderson, Christian Tjandraatmadja</i></li>
<li><a href="/paper/2020/hash/06d5ae105ea1bea4d800bc96491876e9-Abstract.html">Towards Playing Full MOBA Games with Deep Reinforcement Learning</a> <i>Deheng Ye, Guibin Chen, Wen Zhang, Sheng Chen, Bo Yuan, Bo Liu, Jia Chen, Zhao Liu, Fuhao Qiu, Hongsheng Yu, Yinyuting Yin, Bei Shi, Liang Wang, Tengfei Shi, Qiang Fu, Wei Yang, Lanxiao Huang, Wei Liu</i></li>
<li><a href="/paper/2020/hash/070dbb6024b5ef93784428afc71f2146-Abstract.html">Rankmax: An Adaptive Projection Alternative to the Softmax Function</a> <i>Weiwei Kong, Walid Krichene, Nicolas Mayoraz, Steffen Rendle, Li Zhang</i></li>
<li><a href="/paper/2020/hash/07168af6cb0ef9f78dae15739dd73255-Abstract.html">Online Agnostic Boosting via Regret Minimization</a> <i>Nataly Brukhim, Xinyi Chen, Elad Hazan, Shay Moran</i></li>
<li><a href="/paper/2020/hash/07211688a0869d995947a8fb11b215d6-Abstract.html">Causal Intervention for Weakly-Supervised Semantic Segmentation</a> <i>Dong Zhang, Hanwang Zhang, Jinhui Tang, Xian-Sheng Hua, Qianru Sun</i></li>
<li><a href="/paper/2020/hash/07217414eb3fbe24d4e5b6cafb91ca18-Abstract.html">Belief Propagation Neural Networks</a> <i>Jonathan Kuck, Shuvam Chakraborty, Hao Tang, Rachel Luo, Jiaming Song, Ashish Sabharwal, Stefano Ermon</i></li>
<li><a href="/paper/2020/hash/0740bb92e583cd2b88ec7c59f985cb41-Abstract.html">Over-parameterized Adversarial Training: An Analysis Overcoming the Curse of Dimensionality</a> <i>Yi Zhang, Orestis Plevrakis, Simon S. Du, Xingguo Li, Zhao Song, Sanjeev Arora</i></li>
<li><a href="/paper/2020/hash/074177d3eb6371e32c16c55a3b8f706b-Abstract.html">Post-training Iterative Hierarchical Data Augmentation for Deep Networks</a> <i>Adil Khan, Khadija Fraz</i></li>
<li><a href="/paper/2020/hash/075b051ec3d22dac7b33f788da631fd4-Abstract.html">Debugging Tests for Model Explanations</a> <i>Julius Adebayo, Michael Muelly, Ilaria Liccardi, Been Kim</i></li>
<li><a href="/paper/2020/hash/07cb5f86508f146774a2fac4373a8e50-Abstract.html"> Robust compressed sensing using generative models </a> <i>Ajil Jalal, Liu Liu, Alexandros G. Dimakis, Constantine Caramanis</i></li>
<li><a href="/paper/2020/hash/07fc15c9d169ee48573edd749d25945d-Abstract.html">Fairness without Demographics through Adversarially Reweighted Learning</a> <i>Preethi Lahoti, Alex Beutel, Jilin Chen, Kang Lee, Flavien Prost, Nithum Thain, Xuezhi Wang, Ed Chi</i></li>
<li><a href="/paper/2020/hash/08058bf500242562c0d031ff830ad094-Abstract.html">Stochastic Latent Actor-Critic: Deep Reinforcement Learning with a Latent Variable Model</a> <i>Alex Lee, Anusha Nagabandi, Pieter Abbeel, Sergey Levine</i></li>
<li><a href="/paper/2020/hash/08425b881bcde94a383cd258cea331be-Abstract.html">Ridge Rider: Finding Diverse Solutions by Following Eigenvectors of the Hessian</a> <i>Jack Parker-Holder, Luke Metz, Cinjon Resnick, Hengyuan Hu, Adam Lerer, Alistair Letcher, Alexander Peysakhovich, Aldo Pacchiano, Jakob Foerster</i></li>
<li><a href="/paper/2020/hash/0887f1a5b9970ad13f46b8c1485f7900-Abstract.html">The route to chaos in routing games: When is price of anarchy too optimistic?</a> <i>Thiparat Chotibut, Fryderyk Falniowski, Michał Misiurewicz, Georgios Piliouras</i></li>
<li><a href="/paper/2020/hash/08e5d8066881eab185d0de9db3b36c7f-Abstract.html">Online Algorithm for Unsupervised Sequential Selection with Contextual Information</a> <i>Arun Verma, Manjesh Kumar Hanawal, Csaba Szepesvari, Venkatesh Saligrama</i></li>
<li><a href="/paper/2020/hash/08f38e0434442128fab5ead6217ca759-Abstract.html">Adapting Neural Architectures Between Domains</a> <i>Yanxi Li, Zhaohui Yang, Yunhe Wang, Chang Xu</i></li>
<li><a href="/paper/2020/hash/08fa43588c2571ade19bc0fa5936e028-Abstract.html">What went wrong and when? Instance-wise feature importance for time-series black-box models</a> <i>Sana Tonekaboni, Shalmali Joshi, Kieran Campbell, David K. Duvenaud, Anna Goldenberg</i></li>
<li><a href="/paper/2020/hash/08fb104b0f2f838f3ce2d2b3741a12c2-Abstract.html">Towards Better Generalization of Adaptive Gradient Methods</a> <i>Yingxue Zhou, Belhal Karimi, Jinxing Yu, Zhiqiang Xu, Ping Li</i></li>
<li><a href="/paper/2020/hash/0912d0f15f1394268c66639e39b26215-Abstract.html">Learning Guidance Rewards with Trajectory-space Smoothing</a> <i>Tanmay Gangwani, Yuan Zhou, Jian Peng</i></li>
<li><a href="/paper/2020/hash/093b60fd0557804c8ba0cbf1453da22f-Abstract.html">Variance Reduction via Accelerated Dual Averaging for Finite-Sum Optimization</a> <i>Chaobing Song, Yong Jiang, Yi Ma</i></li>
<li><a href="/paper/2020/hash/093f65e080a295f8076b1c5722a46aa2-Abstract.html">Tree! I am no Tree! I am a low dimensional Hyperbolic Embedding</a> <i>Rishi Sonthalia, Anna Gilbert</i></li>
<li><a href="/paper/2020/hash/0987b8b338d6c90bbedd8631bc499221-Abstract.html">Deep Structural Causal Models for Tractable Counterfactual Inference</a> <i>Nick Pawlowski, Daniel Coelho de Castro, Ben Glocker</i></li>
<li><a href="/paper/2020/hash/098d86c982354a96556bd861823ebfbd-Abstract.html">Convolutional Generation of Textured 3D Meshes</a> <i>Dario Pavllo, Graham Spinks, Thomas Hofmann, Marie-Francine Moens, Aurelien Lucchi</i></li>
<li><a href="/paper/2020/hash/099fe6b0b444c23836c4a5d07346082b-Abstract.html">A Statistical Framework for Low-bitwidth Training of Deep Neural Networks</a> <i>Jianfei Chen, Yu Gai, Zhewei Yao, Michael W. Mahoney, Joseph E. Gonzalez</i></li>
<li><a href="/paper/2020/hash/09ccf3183d9e90e5ae1f425d5f9b2c00-Abstract.html">Better Set Representations For Relational Reasoning</a> <i>Qian Huang, Horace He, Abhay Singh, Yan Zhang, Ser Nam Lim, Austin R. Benson</i></li>
<li><a href="/paper/2020/hash/0a2298a72858d90d5c4b4fee954b6896-Abstract.html">AutoSync: Learning to Synchronize for Data-Parallel Distributed Deep Learning</a> <i>Hao Zhang, Yuan Li, Zhijie Deng, Xiaodan Liang, Lawrence Carin, Eric Xing</i></li>
<li><a href="/paper/2020/hash/0a3b6f64f0523984e51323fe53b8c504-Abstract.html">A Combinatorial Perspective on Transfer Learning </a> <i>Jianan Wang, Eren Sezener, David Budden, Marcus Hutter, Joel Veness</i></li>
<li><a href="/paper/2020/hash/0a4dc6dae338c9cb08947c07581f77a2-Abstract.html">Hardness of Learning Neural Networks with Natural Weights</a> <i>Amit Daniely, Gal Vardi</i></li>
<li><a href="/paper/2020/hash/0a5052334511e344f15ae0bfafd47a67-Abstract.html">Higher-Order Spectral Clustering of Directed Graphs</a> <i>Steinar Laenen, He Sun</i></li>
<li><a href="/paper/2020/hash/0a656cc19f3f5b41530182a9e03982a4-Abstract.html">Primal-Dual Mesh Convolutional Neural Networks</a> <i>Francesco Milano, Antonio Loquercio, Antoni Rosinol, Davide Scaramuzza, Luca Carlone</i></li>
<li><a href="/paper/2020/hash/0a716fe8c7745e51a3185fc8be6ca23a-Abstract.html">The Advantage of Conditional Meta-Learning for Biased Regularization and Fine Tuning</a> <i>Giulia Denevi, Massimiliano Pontil, Carlo Ciliberto</i></li>
<li><a href="/paper/2020/hash/0a73de68f10e15626eb98701ecf03adb-Abstract.html">Watch out! Motion is Blurring the Vision of Your Deep Neural Networks</a> <i>Qing Guo, Felix Juefei-Xu, Xiaofei Xie, Lei Ma, Jian Wang, Bing Yu, Wei Feng, Yang Liu</i></li>
<li><a href="/paper/2020/hash/0a93091da5efb0d9d5649e7f6b2ad9d7-Abstract.html">Sinkhorn Barycenter via Functional Gradient Descent</a> <i>Zebang Shen, Zhenfu Wang, Alejandro Ribeiro, Hamed Hassani</i></li>
<li><a href="/paper/2020/hash/0afe095e81a6ac76ff3f69975cb3e7ae-Abstract.html">Coresets for Near-Convex Functions</a> <i>Murad Tukan, Alaa Maalouf, Dan Feldman</i></li>
<li><a href="/paper/2020/hash/0b1ec366924b26fc98fa7b71a9c249cf-Abstract.html">Bayesian Deep Ensembles via the Neural Tangent Kernel</a> <i>Bobby He, Balaji Lakshminarayanan, Yee Whye Teh</i></li>
<li><a href="/paper/2020/hash/0b5e29aa1acf8bdc5d8935d7036fa4f5-Abstract.html">Improved Schemes for Episodic Memory-based Lifelong Learning</a> <i>Yunhui Guo, Mingrui Liu, Tianbao Yang, Tajana Rosing</i></li>
<li><a href="/paper/2020/hash/0b6ace9e8971cf36f1782aa982a708db-Abstract.html">Adaptive Sampling for Stochastic Risk-Averse Learning</a> <i>Sebastian Curi, Kfir Y. Levy, Stefanie Jegelka, Andreas Krause</i></li>
<li><a href="/paper/2020/hash/0b8aff0438617c055eb55f0ba5d226fa-Abstract.html">Deep Wiener Deconvolution: Wiener Meets Deep Learning for Image Deblurring</a> <i>Jiangxin Dong, Stefan Roth, Bernt Schiele</i></li>
<li><a href="/paper/2020/hash/0b96d81f0494fde5428c7aea243c9157-Abstract.html">Discovering Reinforcement Learning Algorithms</a> <i>Junhyuk Oh, Matteo Hessel, Wojciech M. Czarnecki, Zhongwen Xu, Hado P. van Hasselt, Satinder Singh, David Silver</i></li>
<li><a href="/paper/2020/hash/0baf163c24ed14b515aaf57a9de5501c-Abstract.html">Taming Discrete Integration via the Boon of Dimensionality</a> <i>Jeffrey Dudek, Dror Fried, Kuldeep S Meel</i></li>
<li><a href="/paper/2020/hash/0c0a7566915f4f24853fc4192689aa7e-Abstract.html">Blind Video Temporal Consistency via Deep Video Prior</a> <i>Chenyang Lei, Yazhou Xing, Qifeng Chen</i></li>
<li><a href="/paper/2020/hash/0c7119e3a6a2209da6a5b90e5b5b75bd-Abstract.html">Simplify and Robustify Negative Sampling for Implicit Collaborative Filtering</a> <i>Jingtao Ding, Yuhan Quan, Quanming Yao, Yong Li, Depeng Jin</i></li>
<li><a href="/paper/2020/hash/0c72cb7ee1512f800abe27823a792d03-Abstract.html">Model Selection for Production System via Automated Online Experiments</a> <i>Zhenwen Dai, Praveen Chandar, Ghazal Fazelnia, Benjamin Carterette, Mounia Lalmas</i></li>
<li><a href="/paper/2020/hash/0cb5ebb1b34ec343dfe135db691e4a85-Abstract.html">On the Almost Sure Convergence of Stochastic Gradient Descent in Non-Convex Problems</a> <i>Panayotis Mertikopoulos, Nadav Hallak, Ali Kavis, Volkan Cevher</i></li>
<li><a href="/paper/2020/hash/0cbc5671ae26f67871cb914d81ef8fc1-Abstract.html">Automatic Perturbation Analysis for Scalable Certified Robustness and Beyond</a> <i>Kaidi Xu, Zhouxing Shi, Huan Zhang, Yihan Wang, Kai-Wei Chang, Minlie Huang, Bhavya Kailkhura, Xue Lin, Cho-Jui Hsieh</i></li>
<li><a href="/paper/2020/hash/0cc24cb7c26586310cc95c8cb1a81cbc-Abstract.html">Adaptation Properties Allow Identification of Optimized Neural Codes</a> <i>Luke Rast, Jan Drugowitsch</i></li>
<li><a href="/paper/2020/hash/0cc6928e741d75e7a92396317522069e-Abstract.html">Global Convergence and Variance Reduction for a Class of Nonconvex-Nonconcave Minimax Problems</a> <i>Junchi Yang, Negar Kiyavash, Niao He</i></li>
<li><a href="/paper/2020/hash/0cc6ee01c82fc49c28706e0918f57e2d-Abstract.html">Model-Based Multi-Agent RL in Zero-Sum Markov Games with Near-Optimal Sample Complexity</a> <i>Kaiqing Zhang, Sham Kakade, Tamer Basar, Lin Yang</i></li>
<li><a href="/paper/2020/hash/0d2b2061826a5df3221116a5085a6052-Abstract.html">Conservative Q-Learning for Offline Reinforcement Learning</a> <i>Aviral Kumar, Aurick Zhou, George Tucker, Sergey Levine</i></li>
<li><a href="/paper/2020/hash/0d352b4d3a317e3eae221199fdb49651-Abstract.html">Online Influence Maximization under Linear Threshold Model</a> <i>Shuai Li, Fang Kong, Kejie Tang, Qizhi Li, Wei Chen</i></li>
<li><a href="/paper/2020/hash/0d5501edb21a59a43435efa67f200828-Abstract.html">Ensembling geophysical models with Bayesian Neural Networks</a> <i>Ushnish Sengupta, Matt Amos, Scott Hosking, Carl Edward Rasmussen, Matthew Juniper, Paul Young</i></li>
<li><a href="/paper/2020/hash/0d5bd023a3ee11c7abca5b42a93c4866-Abstract.html">Delving into the Cyclic Mechanism in Semi-supervised Video Object Segmentation</a> <i>Yuxi Li, Ning Xu, Jinlong Peng, John See, Weiyao Lin</i></li>
<li><a href="/paper/2020/hash/0d770c496aa3da6d2c3f2bd19e7b9d6b-Abstract.html">Asymmetric Shapley values: incorporating causal knowledge into model-agnostic explainability</a> <i>Christopher Frye, Colin Rowat, Ilya Feige</i></li>
<li><a href="/paper/2020/hash/0d82627e10660af39ea7eb69c3568955-Abstract.html">Understanding Deep Architecture with Reasoning Layer</a> <i>Xinshi Chen, Yufei Zhang, Christoph Reisinger, Le Song</i></li>
<li><a href="/paper/2020/hash/0d85eb24e2add96ff1a7021f83c1abc9-Abstract.html">Planning in Markov Decision Processes with Gap-Dependent Sample Complexity</a> <i>Anders Jonsson, Emilie Kaufmann, Pierre Menard, Omar Darwiche Domingues, Edouard Leurent, Michal Valko</i></li>
<li><a href="/paper/2020/hash/0dc23b6a0e4abc39904388dd3ffadcd1-Abstract.html">Provably Good Batch Off-Policy Reinforcement Learning Without Great Exploration</a> <i>Yao Liu, Adith Swaminathan, Alekh Agarwal, Emma Brunskill</i></li>
<li><a href="/paper/2020/hash/0dd1bc593a91620daecf7723d2235624-Abstract.html">Detection as Regression: Certified Object Detection with Median Smoothing</a> <i>Ping-yeh Chiang, Michael Curry, Ahmed Abdelkader, Aounon Kumar, John Dickerson, Tom Goldstein</i></li>
<li><a href="/paper/2020/hash/0e1bacf07b14673fcdb553da51b999a5-Abstract.html">Contextual Reserve Price Optimization in Auctions via Mixed Integer Programming</a> <i>Joey Huchette, Haihao Lu, Hossein Esfandiari, Vahab Mirrokni</i></li>
<li><a href="/paper/2020/hash/0e1ebad68af7f0ae4830b7ac92bc3c6f-Abstract.html">ExpandNets: Linear Over-parameterization to Train Compact Convolutional Networks</a> <i>Shuxuan Guo, Jose M. Alvarez, Mathieu Salzmann</i></li>
<li><a href="/paper/2020/hash/0e230b1a582d76526b7ad7fc62ae937d-Abstract.html">FleXOR: Trainable Fractional Quantization</a> <i>Dongsoo Lee, Se Jung Kwon, Byeongwook Kim, Yongkweon Jeon, Baeseong Park, Jeongin Yun</i></li>
<li><a href="/paper/2020/hash/0e4ceef65add6cf21c0f3f9da53b71c0-Abstract.html">The Implications of Local Correlation on Learning Some Deep Functions</a> <i>Eran Malach, Shai Shalev-Shwartz</i></li>
<li><a href="/paper/2020/hash/0e900ad84f63618452210ab8baae0218-Abstract.html">Learning to search efficiently for causally near-optimal treatments</a> <i>Samuel Håkansson, Viktor Lindblom, Omer Gottesman, Fredrik D. Johansson</i></li>
<li><a href="/paper/2020/hash/0ea6f098a59fcf2462afc50d130ff034-Abstract.html">A Game Theoretic Analysis of Additive Adversarial Attacks and Defenses</a> <i>Ambar Pal, Rene Vidal</i></li>
<li><a href="/paper/2020/hash/0eac690d7059a8de4b48e90f14510391-Abstract.html">Posterior Network: Uncertainty Estimation without OOD Samples via Density-Based Pseudo-Counts</a> <i>Bertrand Charpentier, Daniel Zügner, Stephan Günnemann</i></li>
<li><a href="/paper/2020/hash/0ec96be397dd6d3cf2fecb4a2d627c1c-Abstract.html">Recurrent Quantum Neural Networks</a> <i>Johannes Bausch</i></li>
<li><a href="/paper/2020/hash/0ed9422357395a0d4879191c66f4faa2-Abstract.html">No-Regret Learning and Mixed Nash Equilibria: They Do Not Mix</a> <i>Emmanouil-Vasileios Vlatakis-Gkaragkounis, Lampros Flokas, Thanasis Lianeas, Panayotis Mertikopoulos, Georgios Piliouras</i></li>
<li><a href="/paper/2020/hash/0f0e13216262f4a201bec128044dd30f-Abstract.html">A Unifying View of Optimism in Episodic Reinforcement Learning</a> <i>Gergely Neu, Ciara Pike-Burke</i></li>
<li><a href="/paper/2020/hash/0f34132b15dd02f282a11ea1e322a96d-Abstract.html">Continuous Submodular Maximization: Beyond DR-Submodularity</a> <i>Moran Feldman, Amin Karbasi</i></li>
<li><a href="/paper/2020/hash/0f34314d2dd0c1b9311cb8f40eb4f255-Abstract.html">An Asymptotically Optimal Primal-Dual Incremental Algorithm for Contextual Linear Bandits</a> <i>Andrea Tirinzoni, Matteo Pirotta, Marcello Restelli, Alessandro Lazaric</i></li>
<li><a href="/paper/2020/hash/0ff8033cf9437c213ee13937b1c4c455-Abstract.html">Assessing SATNet&#x27;s Ability to Solve the Symbol Grounding Problem</a> <i>Oscar Chang, Lampros Flokas, Hod Lipson, Michael Spranger</i></li>
<li><a href="/paper/2020/hash/0ffaca95e3e5242ba1097ad8a9a6e95d-Abstract.html">A Bayesian Nonparametrics View into Deep Representations</a> <i>Michał Jamroż, Marcin Kurdziel, Mateusz Opala</i></li>
<li><a href="/paper/2020/hash/1006ff12c465532f8c574aeaa4461b16-Abstract.html">On the Similarity between the Laplace and Neural Tangent Kernels</a> <i>Amnon Geifman, Abhay Yadav, Yoni Kasten, Meirav Galun, David Jacobs, Basri Ronen</i></li>
<li><a href="/paper/2020/hash/1010cedf85f6a7e24b087e63235dc12e-Abstract.html">A causal view of compositional zero-shot recognition</a> <i>Yuval Atzmon, Felix Kreuk, Uri Shalit, Gal Chechik</i></li>
<li><a href="/paper/2020/hash/102f0bb6efb3a6128a3c750dd16729be-Abstract.html">HiPPO: Recurrent Memory with Optimal Polynomial Projections</a> <i>Albert Gu, Tri Dao, Stefano Ermon, Atri Rudra, Christopher Ré</i></li>
<li><a href="/paper/2020/hash/103303dd56a731e377d01f6a37badae3-Abstract.html">Auto Learning Attention</a> <i>Benteng Ma, Jing Zhang, Yong Xia, Dacheng Tao</i></li>
<li><a href="/paper/2020/hash/1068bceb19323fe72b2b344ccf85c254-Abstract.html">CASTLE: Regularization via Auxiliary Causal Graph Discovery</a> <i>Trent Kyono, Yao Zhang, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/1091660f3dff84fd648efe31391c5524-Abstract.html">Long-Tailed Classification by Keeping the Good and Removing the Bad Momentum Causal Effect</a> <i>Kaihua Tang, Jianqiang Huang, Hanwang Zhang</i></li>
<li><a href="/paper/2020/hash/10c72a9d42dd07a028ee910f7854da5d-Abstract.html">Explainable Voting</a> <i>Dominik Peters, Ariel D. Procaccia, Alexandros Psomas, Zixin Zhou</i></li>
<li><a href="/paper/2020/hash/10eb6500bd1e4a3704818012a1593cc3-Abstract.html">Deep Archimedean Copulas</a> <i>Chun Kai Ling, Fei Fang, J. Zico Kolter</i></li>
<li><a href="/paper/2020/hash/10fb6cfa4c990d2bad5ddef4f70e8ba2-Abstract.html">Re-Examining Linear Embeddings for High-Dimensional Bayesian Optimization</a> <i>Ben Letham, Roberto Calandra, Akshara Rai, Eytan Bakshy</i></li>
<li><a href="/paper/2020/hash/1102a326d5f7c9e04fc3c89d0ede88c9-Abstract.html">UnModNet: Learning to Unwrap a Modulo Image for High Dynamic Range Imaging</a> <i>Chu Zhou, Hang Zhao, Jin Han, Chang Xu, Chao Xu, Tiejun Huang, Boxin Shi</i></li>
<li><a href="/paper/2020/hash/11348e03e23b137d55d94464250a67a2-Abstract.html">Thunder: a Fast Coordinate Selection Solver for Sparse Learning</a> <i>Shaogang Ren, Weijie Zhao, Ping Li</i></li>
<li><a href="/paper/2020/hash/1160453108d3e537255e9f7b931f4e90-Abstract.html">Neural Networks Fail to Learn Periodic Functions and How to Fix It</a> <i>Liu Ziyin, Tilman Hartwig, Masahito Ueda</i></li>
<li><a href="/paper/2020/hash/118bd558033a1016fcc82560c65cca5f-Abstract.html">Distribution Matching for Crowd Counting</a> <i>Boyu Wang, Huidong Liu, Dimitris Samaras, Minh Hoai Nguyen</i></li>
<li><a href="/paper/2020/hash/11953163dd7fb12669b41a48f78a29b6-Abstract.html">Correspondence learning via linearly-invariant embedding</a> <i>Riccardo Marin, Marie-Julie Rakotosaona, Simone Melzi, Maks Ovsjanikov</i></li>
<li><a href="/paper/2020/hash/11958dfee29b6709f48a9ba0387a2431-Abstract.html">Learning to Dispatch for Job Shop Scheduling via Deep Reinforcement Learning</a> <i>Cong Zhang, Wen Song, Zhiguang Cao, Jie Zhang, Puay Siew Tan, Xu Chi</i></li>
<li><a href="/paper/2020/hash/11f38f8ecd71867b42433548d1078e38-Abstract.html"> On Adaptive Attacks to Adversarial Example Defenses</a> <i>Florian Tramer, Nicholas Carlini, Wieland Brendel, Aleksander Madry</i></li>
<li><a href="/paper/2020/hash/122e27d57ae8ecb37f3f1da67abb33cb-Abstract.html">Sinkhorn Natural Gradient for Generative Models</a> <i>Zebang Shen, Zhenfu Wang, Alejandro Ribeiro, Hamed Hassani</i></li>
<li><a href="/paper/2020/hash/123650dd0560587918b3d771cf0c0171-Abstract.html">Online Sinkhorn: Optimal Transport distances from sample streams</a> <i>Arthur Mensch, Gabriel Peyré</i></li>
<li><a href="/paper/2020/hash/123b7f02433572a0a560e620311a469c-Abstract.html">Ultrahyperbolic Representation Learning</a> <i>Marc Law, Jos Stam</i></li>
<li><a href="/paper/2020/hash/12780ea688a71dabc284b064add459a4-Abstract.html">Locally-Adaptive Nonparametric Online Learning</a> <i>Ilja Kuzborskij, Nicolò Cesa-Bianchi</i></li>
<li><a href="/paper/2020/hash/12b1e42dc0746f22cf361267de07073f-Abstract.html">Compositional Generalization via Neural-Symbolic Stack Machines</a> <i>Xinyun Chen, Chen Liang, Adams Wei Yu, Dawn Song, Denny Zhou</i></li>
<li><a href="/paper/2020/hash/12bcd658ef0a540cabc36cdf2b1046fd-Abstract.html">Graphon Neural Networks and the Transferability of Graph Neural Networks</a> <i>Luana Ruiz, Luiz Chamon, Alejandro Ribeiro</i></li>
<li><a href="/paper/2020/hash/12d16adf4a9355513f9d574b76087a08-Abstract.html">Unreasonable Effectiveness of Greedy Algorithms in Multi-Armed Bandit with Many Arms</a> <i>Mohsen Bayati, Nima Hamidi, Ramesh Johari, Khashayar Khosravi</i></li>
<li><a href="/paper/2020/hash/12ffb0968f2f56e51a59a6beb37b2859-Abstract.html">Gamma-Models: Generative Temporal Difference Learning for Infinite-Horizon Prediction</a> <i>Michael Janner, Igor Mordatch, Sergey Levine</i></li>
<li><a href="/paper/2020/hash/1325cdae3b6f0f91a1b629307bf2d498-Abstract.html">Deep Transformers with Latent Depth</a> <i>Xian Li, Asa Cooper Stickland, Yuqing Tang, Xiang Kong</i></li>
<li><a href="/paper/2020/hash/1349b36b01e0e804a6c2909a6d0ec72a-Abstract.html">Neural Mesh Flow: 3D Manifold Mesh Generation via Diffeomorphic Flows</a> <i>Kunal Gupta, Manmohan Chandraker</i></li>
<li><a href="/paper/2020/hash/1359aa933b48b754a2f54adb688bfa77-Abstract.html">Statistical control for spatio-temporal MEG/EEG source imaging with desparsified mutli-task Lasso</a> <i>Jerome-Alexis Chevalier, Joseph Salmon, Alexandre Gramfort, Bertrand Thirion</i></li>
<li><a href="/paper/2020/hash/1373b284bc381890049e92d324f56de0-Abstract.html">A Scalable MIP-based Method for Learning Optimal Multivariate Decision Trees</a> <i>Haoran Zhu, Pavankumar Murali, Dzung Phan, Lam Nguyen, Jayant Kalagnanam</i></li>
<li><a href="/paper/2020/hash/1385974ed5904a438616ff7bdb3f7439-Abstract.html">Efficient Exact Verification of Binarized Neural Networks</a> <i>Kai Jia, Martin Rinard</i></li>
<li><a href="/paper/2020/hash/13b919438259814cd5be8cb45877d577-Abstract.html">Ultra-Low Precision 4-bit Training of Deep Neural Networks</a> <i>Xiao Sun, Naigang Wang, Chia-Yu Chen, Jiamin Ni, Ankur Agrawal, Xiaodong Cui, Swagath Venkataramani, Kaoutar El Maghraoui, Vijayalakshmi (Viji) Srinivasan, Kailash Gopalakrishnan</i></li>
<li><a href="/paper/2020/hash/13d4635deccc230c944e4ff6e03404b5-Abstract.html">Bridging the Gap between Sample-based and One-shot Neural Architecture Search with BONAS</a> <i>Han Shi, Renjie Pi, Hang Xu, Zhenguo Li, James Kwok, Tong Zhang</i></li>
<li><a href="/paper/2020/hash/13e36f06c66134ad65f532e90d898545-Abstract.html">On Numerosity of Deep Neural Networks</a> <i>Xi Zhang, Xiaolin Wu</i></li>
<li><a href="/paper/2020/hash/13ec9935e17e00bed6ec8f06230e33a9-Abstract.html">Outlier Robust Mean Estimation with Subgaussian Rates via Stability</a> <i>Ilias Diakonikolas, Daniel M. Kane, Ankit Pensia</i></li>
<li><a href="/paper/2020/hash/13f320e7b5ead1024ac95c3b208610db-Abstract.html">Self-Supervised Relationship Probing</a> <i>Jiuxiang Gu, Jason Kuen, Shafiq Joty, Jianfei Cai, Vlad Morariu, Handong Zhao, Tong Sun</i></li>
<li><a href="/paper/2020/hash/13f3cf8c531952d72e5847c4183e6910-Abstract.html">Information Theoretic Counterfactual Learning from Missing-Not-At-Random Feedback</a> <i>Zifeng Wang, Xi Chen, Rui Wen, Shao-Lun Huang, Ercan Kuruoglu, Yefeng Zheng</i></li>
<li><a href="/paper/2020/hash/13fe9d84310e77f13a6d184dbf1232f3-Abstract.html">Prophet Attention: Predicting Attention with Future Attention</a> <i>Fenglin Liu, Xuancheng Ren, Xian Wu, Shen Ge, Wei Fan, Yuexian Zou, Xu Sun</i></li>
<li><a href="/paper/2020/hash/1457c0d6bfcb4967418bfb8ac142f64a-Abstract.html">Language Models are Few-Shot Learners</a> <i>Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, Sandhini Agarwal, Ariel Herbert-Voss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel Ziegler, Jeffrey Wu, Clemens Winter, Chris Hesse, Mark Chen, Eric Sigler, Mateusz Litwin, Scott Gray, Benjamin Chess, Jack Clark, Christopher Berner, Sam McCandlish, Alec Radford, Ilya Sutskever, Dario Amodei</i></li>
<li><a href="/paper/2020/hash/146f7dd4c91bc9d80cf4458ad6d6cd1b-Abstract.html">Margins are Insufficient for Explaining Gradient Boosting</a> <i>Allan Grønlund, Lior Kamma, Kasper Green Larsen</i></li>
<li><a href="/paper/2020/hash/1487987e862c44b91a0296cf3866387e-Abstract.html">Fourier-transform-based attribution priors improve the interpretability and stability of deep learning models for genomics</a> <i>Alex Tseng, Avanti Shrikumar, Anshul Kundaje</i></li>
<li><a href="/paper/2020/hash/149ef6419512be56a93169cd5e6fa8fd-Abstract.html">MomentumRNN: Integrating Momentum into Recurrent Neural Networks</a> <i>Tan Nguyen, Richard Baraniuk, Andrea Bertozzi, Stanley Osher, Bao Wang</i></li>
<li><a href="/paper/2020/hash/14da15db887a4b50efe5c1bc66537089-Abstract.html">Marginal Utility for Planning in Continuous or Large Discrete Action Spaces</a> <i>Zaheen Ahmad, Levi Lelis, Michael Bowling</i></li>
<li><a href="/paper/2020/hash/14faf969228fc18fcd4fcf59437b0c97-Abstract.html">Projected Stein Variational Gradient Descent</a> <i>Peng Chen, Omar Ghattas</i></li>
<li><a href="/paper/2020/hash/151d21647527d1079781ba6ae6571ffd-Abstract.html">Minimax Lower Bounds for Transfer Learning with Linear and One-hidden Layer Neural Networks</a> <i>Mohammadreza Mousavi Kalan, Zalan Fabian, Salman Avestimehr, Mahdi Soltanolkotabi</i></li>
<li><a href="/paper/2020/hash/15231a7ce4ba789d13b722cc5c955834-Abstract.html">SE(3)-Transformers: 3D Roto-Translation Equivariant Attention Networks</a> <i>Fabian Fuchs, Daniel Worrall, Volker Fischer, Max Welling</i></li>
<li><a href="/paper/2020/hash/1534b76d325a8f591b52d302e7181331-Abstract.html">On the equivalence of molecular graph convolution and molecular wave function with poor basis set</a> <i>Masashi Tsubaki, Teruyasu Mizoguchi</i></li>
<li><a href="/paper/2020/hash/155fa09596c7e18e50b58eb7e0c6ccb4-Abstract.html">The Power of Predictions in Online Control</a> <i>Chenkai Yu, Guanya Shi, Soon-Jo Chung, Yisong Yue, Adam Wierman</i></li>
<li><a href="/paper/2020/hash/15825aee15eb335cc13f9b559f166ee8-Abstract.html">Learning Affordance Landscapes for Interaction Exploration in 3D Environments</a> <i>Tushar Nagarajan, Kristen Grauman</i></li>
<li><a href="/paper/2020/hash/15ae3b9d6286f1b2a489ea4f3f4abaed-Abstract.html">Cooperative Multi-player Bandit Optimization </a> <i>Ilai Bistritz, Nicholas Bambos</i></li>
<li><a href="/paper/2020/hash/15bb63b28926cd083b15e3b97567bbea-Abstract.html">Tight First- and Second-Order Regret Bounds for Adversarial Linear Bandits</a> <i>Shinji Ito, Shuichi Hirahara, Tasuku Soma, Yuichi Yoshida</i></li>
<li><a href="/paper/2020/hash/16002f7a455a94aa4e91cc34ebdb9f2d-Abstract.html">Just Pick a Sign: Optimizing Deep Multitask Models with Gradient Sign Dropout</a> <i>Zhao Chen, Jiquan Ngiam, Yanping Huang, Thang Luong, Henrik Kretzschmar, Yuning Chai, Dragomir Anguelov</i></li>
<li><a href="/paper/2020/hash/165a59f7cf3b5c4396ba65953d679f17-Abstract.html">A Loss Function for Generative Neural Networks Based on Watson’s Perceptual Model</a> <i>Steffen Czolbe, Oswin Krause, Ingemar Cox, Christian Igel</i></li>
<li><a href="/paper/2020/hash/16837163fee34175358a47e0b51485ff-Abstract.html">Dynamic Fusion of Eye Movement Data and Verbal Narrations in Knowledge-rich Domains</a> <i>Ervine Zheng, Qi Yu, Rui Li, Pengcheng Shi, Anne Haake</i></li>
<li><a href="/paper/2020/hash/168efc366c449fab9c2843e9b54e2a18-Abstract.html">Scalable Multi-Agent Reinforcement Learning for Networked Systems with Average Reward</a> <i>Guannan Qu, Yiheng Lin, Adam Wierman, Na Li</i></li>
<li><a href="/paper/2020/hash/169806bb68ccbf5e6f96ddc60c40a044-Abstract.html">Optimizing Neural Networks via Koopman Operator Theory</a> <i>Akshunna S. Dogra, William Redman</i></li>
<li><a href="/paper/2020/hash/16f8e136ee5693823268874e58795216-Abstract.html">SVGD as a kernelized Wasserstein gradient flow of the chi-squared divergence</a> <i>Sinho Chewi, Thibaut Le Gouic, Chen Lu, Tyler Maunu, Philippe Rigollet</i></li>
<li><a href="/paper/2020/hash/170f6aa36530c364b77ddf83a84e7351-Abstract.html">Adversarial Robustness of Supervised Sparse Coding</a> <i>Jeremias Sulam, Ramchandran Muthukumar, Raman Arora</i></li>
<li><a href="/paper/2020/hash/171ae1bbb81475eb96287dd78565b38b-Abstract.html">Differentiable Meta-Learning of Bandit Policies</a> <i>Craig Boutilier, Chih-wei Hsu, Branislav Kveton, Martin Mladenov, Csaba Szepesvari, Manzil Zaheer</i></li>
<li><a href="/paper/2020/hash/17256f049f1e3fede17c7a313f7657f4-Abstract.html">Biologically Inspired Mechanisms for Adversarial Robustness</a> <i>Manish Vuyyuru Reddy, Andrzej Banburski, Nishka Pant, Tomaso Poggio</i></li>
<li><a href="/paper/2020/hash/17257e81a344982579af1ae6415a7b8c-Abstract.html">Statistical-Query Lower Bounds via Functional Gradients</a> <i>Surbhi Goel, Aravind Gollakota, Adam Klivans</i></li>
<li><a href="/paper/2020/hash/172ef5a94b4dd0aa120c6878fc29f70c-Abstract.html">Near-Optimal Reinforcement Learning with Self-Play</a> <i>Yu Bai, Chi Jin, Tiancheng Yu</i></li>
<li><a href="/paper/2020/hash/1730f69e6f66d5f0c741799e82351f81-Abstract.html">Network Diffusions via Neural Mean-Field Dynamics</a> <i>Shushan He, Hongyuan Zha, Xiaojing Ye</i></li>
<li><a href="/paper/2020/hash/1731592aca5fb4d789c4119c65c10b4b-Abstract.html">Self-Distillation as Instance-Specific Label Smoothing</a> <i>Zhilu Zhang, Mert Sabuncu</i></li>
<li><a href="/paper/2020/hash/174f8f613332b27e9e8a5138adb7e920-Abstract.html">Towards Problem-dependent Optimal Learning Rates</a> <i>Yunbei Xu, Assaf Zeevi</i></li>
<li><a href="/paper/2020/hash/1763ea5a7e72dd7ee64073c2dda7a7a8-Abstract.html">Cross-lingual Retrieval for Iterative Self-Supervised Training</a> <i>Chau Tran, Yuqing Tang, Xian Li, Jiatao Gu</i></li>
<li><a href="/paper/2020/hash/1764183ef03fc7324eb58c3842bd9a57-Abstract.html">Rethinking pooling in graph neural networks</a> <i>Diego Mesquita, Amauri Souza, Samuel Kaski</i></li>
<li><a href="/paper/2020/hash/176bf6219855a6eb1f3a30903e34b6fb-Abstract.html">Pointer Graph Networks</a> <i>Petar Veličković, Lars Buesing, Matthew Overlan, Razvan Pascanu, Oriol Vinyals, Charles Blundell</i></li>
<li><a href="/paper/2020/hash/17b3c7061788dbe82de5abe9f6fe22b3-Abstract.html">Gradient Regularized V-Learning for Dynamic Treatment Regimes</a> <i>Yao Zhang, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/17f98ddf040204eda0af36a108cbdea4-Abstract.html">Faster Wasserstein Distance Estimation with the Sinkhorn Divergence</a> <i>Lénaïc Chizat, Pierre Roussillon, Flavien Léger, François-Xavier Vialard, Gabriel Peyré</i></li>
<li><a href="/paper/2020/hash/18064d61b6f93dab8681a460779b8429-Abstract.html">Forethought and Hindsight in Credit Assignment</a> <i>Veronica Chelu, Doina Precup, Hado P. van Hasselt</i></li>
<li><a href="/paper/2020/hash/1819020b02e926785cf3be594d957696-Abstract.html">Robust Recursive Partitioning for Heterogeneous Treatment Effects with Uncertainty Quantification</a> <i>Hyun-Suk Lee, Yao Zhang, William Zame, Cong Shen, Jang-Won Lee, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/186b690e29892f137b4c34cfa40a3a4d-Abstract.html">Rescuing neural spike train models from bad MLE</a> <i>Diego Arribas, Yuan Zhao, Il Memming Park</i></li>
<li><a href="/paper/2020/hash/187acf7982f3c169b3075132380986e4-Abstract.html">Lower Bounds and Optimal Algorithms for Personalized Federated Learning</a> <i>Filip Hanzely, Slavomír Hanzely, Samuel Horváth, Peter Richtarik</i></li>
<li><a href="/paper/2020/hash/1896a3bf730516dd643ba67b4c447d36-Abstract.html">Black-Box Certification with Randomized Smoothing: A Functional Optimization Based Framework</a> <i>Dinghuai Zhang, Mao Ye, Chengyue Gong, Zhanxing Zhu, Qiang Liu</i></li>
<li><a href="/paper/2020/hash/18a010d2a9813e91907ce88cd9143fdf-Abstract.html">Deep Imitation Learning for Bimanual Robotic Manipulation</a> <i>Fan Xie, Alexander Chowdhury, M. Clara De Paolis Kaluza, Linfeng Zhao, Lawson Wong, Rose Yu</i></li>
<li><a href="/paper/2020/hash/18a411989b47ed75a60ac69d9da05aa5-Abstract.html">Stationary Activations for Uncertainty Calibration in Deep Learning</a> <i>Lassi Meronen, Christabella Irwanto, Arno Solin</i></li>
<li><a href="/paper/2020/hash/18df51b97ccd68128e994804f3eccc87-Abstract.html">Ensemble Distillation for Robust Model Fusion in Federated Learning</a> <i>Tao Lin, Lingjing Kong, Sebastian U. Stich, Martin Jaggi</i></li>
<li><a href="/paper/2020/hash/18fc72d8b8aba03a4d84f66efabce82e-Abstract.html">Falcon: Fast Spectral Inference on Encrypted Data</a> <i>Qian Lou, Wen-jie Lu, Cheng Hong, Lei Jiang</i></li>
<li><a href="/paper/2020/hash/191595dc11b4d6e54f01504e3aa92f96-Abstract.html">On Power Laws in Deep Ensembles</a> <i>Ekaterina Lobacheva, Nadezhda Chirkova, Maxim Kodryan, Dmitry P. Vetrov</i></li>
<li><a href="/paper/2020/hash/192fc044e74dffea144f9ac5dc9f3395-Abstract.html">Practical Quasi-Newton Methods for Training Deep Neural Networks</a> <i>Donald Goldfarb, Yi Ren, Achraf Bahamou</i></li>
<li><a href="/paper/2020/hash/193002e668758ea9762904da1a22337c-Abstract.html">Approximation Based Variance Reduction for Reparameterization Gradients</a> <i>Tomas Geffner, Justin Domke</i></li>
<li><a href="/paper/2020/hash/1943102704f8f8f3302c2b730728e023-Abstract.html">Inference Stage Optimization for Cross-scenario 3D Human Pose Estimation</a> <i>Jianfeng Zhang, Xuecheng Nie, Jiashi Feng</i></li>
<li><a href="/paper/2020/hash/1959eb9d5a0f7ebc58ebde81d5df400d-Abstract.html">Consistent feature selection for analytic deep neural networks</a> <i>Vu C. Dinh, Lam S. Ho</i></li>
<li><a href="/paper/2020/hash/1963bd5135521d623f6c29e6b1174975-Abstract.html">Glance and Focus: a Dynamic Approach to Reducing Spatial Redundancy in Image Classification</a> <i>Yulin Wang, Kangchen Lv, Rui Huang, Shiji Song, Le Yang, Gao Huang</i></li>
<li><a href="/paper/2020/hash/196f5641aa9dc87067da4ff90fd81e7b-Abstract.html">Information Maximization for Few-Shot Learning</a> <i>Malik Boudiaf, Imtiaz Ziko, Jérôme Rony, Jose Dolz, Pablo Piantanida, Ismail Ben Ayed</i></li>
<li><a href="/paper/2020/hash/19aa6c6fb4ba9fcf39e893ff1fd5b5bd-Abstract.html">Inverse Reinforcement Learning from a Gradient-based Learner</a> <i>Giorgia Ramponi, Gianluca Drappo, Marcello Restelli</i></li>
<li><a href="/paper/2020/hash/19eca5979ccbb752778e6c5f090dc9b6-Abstract.html">Bayesian Multi-type Mean Field Multi-agent Imitation Learning</a> <i>Fan Yang, Alina Vereshchaka, Changyou Chen, Wen Dong</i></li>
<li><a href="/paper/2020/hash/1a669e81c8093745261889539694be7f-Abstract.html">Bayesian Robust Optimization for Imitation Learning</a> <i>Daniel Brown, Scott Niekum, Marek Petrik</i></li>
<li><a href="/paper/2020/hash/1a77befc3b608d6ed363567685f70e1e-Abstract.html">Multiview Neural Surface Reconstruction by Disentangling Geometry and Appearance</a> <i>Lior Yariv, Yoni Kasten, Dror Moran, Meirav Galun, Matan Atzmon, Basri Ronen, Yaron Lipman</i></li>
<li><a href="/paper/2020/hash/1aa3d9c6ce672447e1e5d0f1b5207e85-Abstract.html">Riemannian Continuous Normalizing Flows</a> <i>Emile Mathieu, Maximilian Nickel</i></li>
<li><a href="/paper/2020/hash/1abb1e1ea5f481b589da52303b091cbb-Abstract.html">Attention-Gated Brain Propagation: How the brain can implement reward-based error backpropagation</a> <i>Isabella Pozzi, Sander Bohte, Pieter Roelfsema</i></li>
<li><a href="/paper/2020/hash/1ac978c8020be6d7212aa71d4f040fc3-Abstract.html">Asymptotic Guarantees for Generative Modeling Based on the Smooth Wasserstein Distance</a> <i>Ziv Goldfeld, Kristjan Greenewald, Kengo Kato</i></li>
<li><a href="/paper/2020/hash/1ae6464c6b5d51b363d7d96f97132c75-Abstract.html">Online Robust Regression via SGD on the l1 loss</a> <i>Scott Pesme, Nicolas Flammarion</i></li>
<li><a href="/paper/2020/hash/1b0251ccb8bd5f9ccf444e4bda7713e3-Abstract.html">PRANK: motion Prediction based on RANKing</a> <i>Yuriy Biktairov, Maxim Stebelev, Irina Rudenko, Oleh Shliazhko, Boris Yangel</i></li>
<li><a href="/paper/2020/hash/1b113258af3968aaf3969ca67e744ff8-Abstract.html">Fighting Copycat Agents in Behavioral Cloning from Observation Histories</a> <i>Chuan Wen, Jierui Lin, Trevor Darrell, Dinesh Jayaraman, Yang Gao</i></li>
<li><a href="/paper/2020/hash/1b33d16fc562464579b7199ca3114982-Abstract.html">Tight Nonparametric Convergence Rates for Stochastic Gradient Descent under the Noiseless Linear Model</a> <i>Raphaël Berthier, Francis Bach, Pierre Gaillard</i></li>
<li><a href="/paper/2020/hash/1b69ebedb522700034547abc5652ffac-Abstract.html">Structured Prediction for Conditional Meta-Learning</a> <i>Ruohan Wang, Yiannis Demiris, Carlo Ciliberto</i></li>
<li><a href="/paper/2020/hash/1b742ae215adf18b75449c6e272fd92d-Abstract.html">Optimal Lottery Tickets via Subset Sum: Logarithmic Over-Parameterization is Sufficient</a> <i>Ankit Pensia, Shashank Rajput, Alliot Nagle, Harit Vishwakarma, Dimitris Papailiopoulos</i></li>
<li><a href="/paper/2020/hash/1b84c4cee2b8b3d823b30e2d604b1878-Abstract.html">The Hateful Memes Challenge: Detecting Hate Speech in Multimodal Memes</a> <i>Douwe Kiela, Hamed Firooz, Aravind Mohan, Vedanuj Goswami, Amanpreet Singh, Pratik Ringshia, Davide Testuggine</i></li>
<li><a href="/paper/2020/hash/1b9a80606d74d3da6db2f1274557e644-Abstract.html">Stochasticity of Deterministic Gradient Descent: Large Learning Rate for Multiscale Objective Function</a> <i>Lingkai Kong, Molei Tao</i></li>
<li><a href="/paper/2020/hash/1ba922ac006a8e5f2b123684c2f4d65f-Abstract.html">Identifying Learning Rules From Neural Network Observables</a> <i>Aran Nayebi, Sanjana Srivastava, Surya Ganguli, Daniel L. Yamins</i></li>
<li><a href="/paper/2020/hash/1bd413de70f32142f4a33a94134c5690-Abstract.html">Optimal Approximation - Smoothness Tradeoffs for Soft-Max Functions</a> <i>Alessandro Epasto, Mohammad Mahdian, Vahab Mirrokni, Emmanouil Zampetakis</i></li>
<li><a href="/paper/2020/hash/1bd69c7df3112fb9a584fbd9edfc6c90-Abstract.html">Weakly-Supervised Reinforcement Learning for Controllable Behavior</a> <i>Lisa Lee, Ben Eysenbach, Russ R. Salakhutdinov, Shixiang (Shane) Gu, Chelsea Finn</i></li>
<li><a href="/paper/2020/hash/1bda4c789c38754f639a376716c5859f-Abstract.html">Improving Policy-Constrained Kidney Exchange via Pre-Screening</a> <i>Duncan McElfresh, Michael Curry, Tuomas Sandholm, John Dickerson</i></li>
<li><a href="/paper/2020/hash/1c104b9c0accfca52ef21728eaf01453-Abstract.html">Learning abstract structure for drawing by efficient motor program induction</a> <i>Lucas Tian, Kevin Ellis, Marta Kryven, Josh Tenenbaum</i></li>
<li><a href="/paper/2020/hash/1c336b8080f82bcc2cd2499b4c57261d-Abstract.html">Why Do Deep Residual Networks Generalize Better than Deep Feedforward Networks? --- A Neural Tangent Kernel Perspective</a> <i>Kaixuan Huang, Yuqing Wang, Molei Tao, Tuo Zhao</i></li>
<li><a href="/paper/2020/hash/1c383cd30b7c298ab50293adfecb7b18-Abstract.html">Dual Instrumental Variable Regression</a> <i>Krikamol Muandet, Arash Mehrjou, Si Kai Lee, Anant Raj</i></li>
<li><a href="/paper/2020/hash/1cb524b5a3f3f82be4a7d954063c07e2-Abstract.html">Stochastic Gradient Descent in Correlated Settings: A Study on Gaussian Processes</a> <i>Hao Chen, Lili Zheng, Raed AL Kontar, Garvesh Raskutti</i></li>
<li><a href="/paper/2020/hash/1cc8a8ea51cd0adddf5dab504a285915-Abstract.html">Interventional Few-Shot Learning</a> <i>Zhongqi Yue, Hanwang Zhang, Qianru Sun, Xian-Sheng Hua</i></li>
<li><a href="/paper/2020/hash/1cd138d0499a68f4bb72bee04bbec2d7-Abstract.html">Minimax Value Interval for Off-Policy Evaluation and Policy Optimization</a> <i>Nan Jiang, Jiawei Huang</i></li>
<li><a href="/paper/2020/hash/1cdf14d1e3699d61d237cf76ce1c2dca-Abstract.html">Biased Stochastic First-Order Methods for Conditional Stochastic Optimization and Applications in Meta Learning</a> <i>Yifan Hu, Siqi Zhang, Xin Chen, Niao He</i></li>
<li><a href="/paper/2020/hash/1cf44d7975e6c86cffa70cae95b5fbb2-Abstract.html">ShiftAddNet: A Hardware-Inspired Deep Network</a> <i>Haoran You, Xiaohan Chen, Yongan Zhang, Chaojian Li, Sicheng Li, Zihao Liu, Zhangyang Wang, Yingyan Lin</i></li>
<li><a href="/paper/2020/hash/1cfa81af29c6f2d8cacb44921722e753-Abstract.html">Network-to-Network Translation with Conditional Invertible Neural Networks</a> <i>Robin Rombach, Patrick Esser, Bjorn Ommer</i></li>
<li><a href="/paper/2020/hash/1d8d70dddf147d2d92a634817f01b239-Abstract.html">Intra-Processing Methods for Debiasing Neural Networks</a> <i>Yash Savani, Colin White, Naveen Sundar Govindarajulu</i></li>
<li><a href="/paper/2020/hash/1da546f25222c1ee710cf7e2f7a3ff0c-Abstract.html">Finding Second-Order Stationary Points Efficiently in Smooth Nonconvex Linearly Constrained Optimization Problems</a> <i>Songtao Lu, Meisam Razaviyayn, Bo Yang, Kejun Huang, Mingyi Hong</i></li>
<li><a href="/paper/2020/hash/1dc3a89d0d440ba31729b0ba74b93a33-Abstract.html">Model-based Policy Optimization with Unsupervised Model Adaptation</a> <i>Jian Shen, Han Zhao, Weinan Zhang, Yong Yu</i></li>
<li><a href="/paper/2020/hash/1de7d2b90d554be9f0db1c338e80197d-Abstract.html">Implicit Regularization and Convergence for Weight Normalization</a> <i>Xiaoxia Wu, Edgar Dobriban, Tongzheng Ren, Shanshan Wu, Zhiyuan Li, Suriya Gunasekar, Rachel Ward, Qiang Liu</i></li>
<li><a href="/paper/2020/hash/1def1713ebf17722cbe300cfc1c88558-Abstract.html">Geometric All-way Boolean Tensor Decomposition</a> <i>Changlin Wan, Wennan Chang, Tong Zhao, Sha Cao, Chi Zhang</i></li>
<li><a href="/paper/2020/hash/1e04b969bf040acd252e1faafb51f829-Abstract.html">Modular Meta-Learning with Shrinkage</a> <i>Yutian Chen, Abram L. Friesen, Feryal Behbahani, Arnaud Doucet, David Budden, Matthew Hoffman, Nando de Freitas</i></li>
<li><a href="/paper/2020/hash/1e0b802d5c0e1e8434a771ba7ff2c301-Abstract.html">A/B Testing in Dense Large-Scale Networks: Design and Inference</a> <i>Preetam Nandy, Kinjal Basu, Shaunak Chatterjee, Ye Tu</i></li>
<li><a href="/paper/2020/hash/1e14bfe2714193e7af5abc64ecbd6b46-Abstract.html">What Neural Networks Memorize and Why: Discovering the Long Tail via Influence Estimation</a> <i>Vitaly Feldman, Chiyuan Zhang</i></li>
<li><a href="/paper/2020/hash/1e591403ff232de0f0f139ac51d99295-Abstract.html">Partially View-aligned Clustering</a> <i>Zhenyu Huang, Peng Hu, Joey Tianyi Zhou, Jiancheng Lv, Xi Peng</i></li>
<li><a href="/paper/2020/hash/1e6e25d952a0d639b676ee20d0519ee2-Abstract.html">Partial Optimal Tranport with applications on Positive-Unlabeled Learning</a> <i>Laetitia Chapel, Mokhtar Z. Alaya / Laboratoire LITIS, Université de Rouen Normandie, Gilles Gasso</i></li>
<li><a href="/paper/2020/hash/1e7875cf32d306989d80c14308f3a099-Abstract.html">Toward the Fundamental Limits of Imitation Learning</a> <i>Nived Rajaraman, Lin Yang, Jiantao Jiao, Kannan Ramchandran</i></li>
<li><a href="/paper/2020/hash/1e9491470749d5b0e361ce4f0b24d037-Abstract.html">Logarithmic Pruning is All You Need</a> <i>Laurent Orseau, Marcus Hutter, Omar Rivasplata</i></li>
<li><a href="/paper/2020/hash/1ea97de85eb634d580161c603422437f-Abstract.html">Hold me tight! Influence of discriminative features on deep network boundaries</a> <i>Guillermo Ortiz-Jimenez, Apostolos Modas, Seyed-Mohsen Moosavi-Dezfooli, Pascal Frossard</i></li>
<li><a href="/paper/2020/hash/1ee942c6b182d0f041a2312947385b23-Abstract.html">Learning from Mixtures of Private and Public Populations</a> <i> Raef Bassily, Shay Moran, Anupama Nandi</i></li>
<li><a href="/paper/2020/hash/1ef91c212e30e14bf125e9374262401f-Abstract.html">Adversarial Weight Perturbation Helps Robust Generalization</a> <i>Dongxian Wu, Shu-Tao Xia, Yisen Wang</i></li>
<li><a href="/paper/2020/hash/1f10c3650a3aa5912dccc5789fd515e8-Abstract.html">Stateful Posted Pricing with Vanishing Regret via Dynamic Deterministic Markov Decision Processes</a> <i>Yuval Emek, Ron Lavi, Rad Niazadeh, Yangguang Shi</i></li>
<li><a href="/paper/2020/hash/1f1baa5b8edac74eb4eaa329f14a0361-Abstract.html">Adversarial Self-Supervised Contrastive Learning</a> <i>Minseon Kim, Jihoon Tack, Sung Ju Hwang</i></li>
<li><a href="/paper/2020/hash/1f47cef5e38c952f94c5d61726027439-Abstract.html">Normalizing Kalman Filters for Multivariate Time Series Analysis</a> <i>Emmanuel de Bézenac, Syama Sundar Rangapuram, Konstantinos Benidis, Michael Bohlke-Schneider, Richard Kurle, Lorenzo Stella, Hilaf Hasson, Patrick Gallinari, Tim Januschowski</i></li>
<li><a href="/paper/2020/hash/1f89885d556929e98d3ef9b86448f951-Abstract.html">Learning to summarize with human feedback</a> <i>Nisan Stiennon, Long Ouyang, Jeffrey Wu, Daniel Ziegler, Ryan Lowe, Chelsea Voss, Alec Radford, Dario Amodei, Paul F. Christiano</i></li>
<li><a href="/paper/2020/hash/1f8d87e1161af68b81bace188a1ec624-Abstract.html">Fourier Spectrum Discrepancies in Deep Network Generated Images</a> <i>Tarik Dzanic, Karan Shah, Freddie Witherden</i></li>
<li><a href="/paper/2020/hash/1fc214004c9481e4c8073e85323bfd4b-Abstract.html">Lamina-specific neuronal properties promote robust, stable signal propagation in feedforward networks</a> <i>Dongqi Han, Erik De Schutter, Sungho Hong</i></li>
<li><a href="/paper/2020/hash/1fc30b9d4319760b04fab735fbfed9a9-Abstract.html">Learning Dynamic Belief Graphs to Generalize on Text-Based Games</a> <i>Ashutosh Adhikari, Xingdi Yuan, Marc-Alexandre Côté, Mikuláš Zelinka, Marc-Antoine Rondeau, Romain Laroche, Pascal Poupart, Jian Tang, Adam Trischler, Will Hamilton</i></li>
<li><a href="/paper/2020/hash/1fd09c5f59a8ff35d499c0ee25a1d47e-Abstract.html">Triple descent and the two kinds of overfitting: where &amp; why do they appear?</a> <i>Stéphane d&#x27;Ascoli, Levent Sagun, Giulio Biroli</i></li>
<li><a href="/paper/2020/hash/1fd6c4e41e2c6a6b092eb13ee72bce95-Abstract.html">Multimodal Graph Networks for Compositional Generalization in Visual Question Answering</a> <i>Raeid Saqur, Karthik Narasimhan</i></li>
<li><a href="/paper/2020/hash/1fdc0ee9d95c71d73df82ac8f0721459-Abstract.html">Learning Graph Structure With A Finite-State Automaton Layer</a> <i>Daniel Johnson, Hugo Larochelle, Daniel Tarlow</i></li>
<li><a href="/paper/2020/hash/2000f6325dfc4fc3201fc45ed01c7a5d-Abstract.html">A Universal Approximation Theorem of Deep Neural Networks for Expressing Probability Distributions</a> <i>Yulong Lu, Jianfeng Lu</i></li>
<li><a href="/paper/2020/hash/20125fd9b2d43e340a35fb0278da235d-Abstract.html">Unsupervised object-centric video generation and decomposition in 3D</a> <i>Paul Henderson, Christoph H. Lampert</i></li>
<li><a href="/paper/2020/hash/201d7288b4c18a679e48b31c72c30ded-Abstract.html">Domain Generalization for Medical Imaging Classification with Linear-Dependency Regularization</a> <i>Haoliang Li, Yufei Wang, Renjie Wan, Shiqi Wang, Tie-Qiang Li, Alex Kot</i></li>
<li><a href="/paper/2020/hash/20479c788fb27378c2c99eadcf207e7f-Abstract.html">Multi-label classification: do Hamming loss and subset accuracy really conflict with each other?</a> <i>Guoqiang Wu, Jun Zhu</i></li>
<li><a href="/paper/2020/hash/2051bd70fc110a2208bdbd4a743e7f79-Abstract.html">A Novel Automated Curriculum Strategy to Solve Hard Sokoban Planning Instances</a> <i>Dieqiao Feng, Carla P. Gomes, Bart Selman</i></li>
<li><a href="/paper/2020/hash/205e73579f21c2ed134dbd6ce7e4a1ea-Abstract.html">Causal analysis of Covid-19 Spread in Germany</a> <i>Atalanti Mastakouri, Bernhard Schölkopf</i></li>
<li><a href="/paper/2020/hash/20b02dc95171540bc52912baf3aa709d-Abstract.html">Locally private non-asymptotic testing of discrete distributions is faster using interactive mechanisms</a> <i>Thomas Berrett, Cristina Butucea</i></li>
<li><a href="/paper/2020/hash/20b5e1cf8694af7a3c1ba4a87f073021-Abstract.html">Adaptive Gradient Quantization for Data-Parallel SGD</a> <i>Fartash Faghri, Iman Tabrizian, Ilia Markov, Dan Alistarh, Daniel M. Roy, Ali Ramezani-Kebrya</i></li>
<li><a href="/paper/2020/hash/20c86a628232a67e7bd46f76fba7ce12-Abstract.html">Finite Continuum-Armed Bandits</a> <i>Solenne Gaucher</i></li>
<li><a href="/paper/2020/hash/20d749bc05f47d2bd3026ce457dcfd8e-Abstract.html">Removing Bias in Multi-modal Classifiers: Regularization by Maximizing Functional Entropies</a> <i>Itai Gat, Idan Schwartz, Alexander Schwing, Tamir Hazan</i></li>
<li><a href="/paper/2020/hash/2109737282d2c2de4fc5534be26c9bb6-Abstract.html">Compact task representations as a normative model for higher-order brain activity</a> <i>Severin Berger, Christian K. Machens</i></li>
<li><a href="/paper/2020/hash/211b39255232ab59ce78f2e28cd0292b-Abstract.html">Robust-Adaptive Control of Linear Systems: beyond Quadratic Costs</a> <i>Edouard Leurent, Odalric-Ambrym Maillard, Denis Efimov</i></li>
<li><a href="/paper/2020/hash/212ab20dbdf4191cbcdcf015511783f4-Abstract.html">Co-exposure Maximization in Online Social Networks</a> <i>Sijing Tu, Cigdem Aslay, Aristides Gionis</i></li>
<li><a href="/paper/2020/hash/21327ba33b3689e713cdff1641128004-Abstract.html">UCLID-Net: Single View Reconstruction in Object Space</a> <i>Benoit Guillard, Edoardo Remelli, Pascal Fua</i></li>
<li><a href="/paper/2020/hash/216f44e2d28d4e175a194492bde9148f-Abstract.html">Reinforcement Learning for Control with Multiple Frequencies</a> <i>Jongmin Lee, ByungJun Lee, Kee-Eung Kim</i></li>
<li><a href="/paper/2020/hash/2172fde49301047270b2897085e4319d-Abstract.html">Complex Dynamics in Simple Neural Networks: Understanding Gradient Flow in Phase Retrieval</a> <i>Stefano Sarao Mannelli, Giulio Biroli, Chiara Cammarota, Florent Krzakala, Pierfrancesco Urbani, Lenka Zdeborová</i></li>
<li><a href="/paper/2020/hash/217eedd1ba8c592db97d0dbe54c7adfc-Abstract.html">Neural Message Passing for Multi-Relational Ordered and Recursive Hypergraphs</a> <i>Naganand Yadati</i></li>
<li><a href="/paper/2020/hash/219e052492f4008818b8adb6366c7ed6-Abstract.html">A Unified View of Label Shift Estimation</a> <i>Saurabh Garg, Yifan Wu, Sivaraman Balakrishnan, Zachary Lipton</i></li>
<li><a href="/paper/2020/hash/21d144c75af2c3a1cb90441bbb7d8b40-Abstract.html">Optimal Private Median Estimation under Minimal Distributional Assumptions</a> <i>Christos Tzamos, Emmanouil-Vasileios Vlatakis-Gkaragkounis, Ilias Zadik</i></li>
<li><a href="/paper/2020/hash/222afbe0d68c61de60374b96f1d86715-Abstract.html">Breaking the Communication-Privacy-Accuracy Trilemma</a> <i>Wei-Ning Chen, Peter Kairouz, Ayfer Ozgur</i></li>
<li><a href="/paper/2020/hash/227f6afd3b7f89b96c4bb91f95d50f6d-Abstract.html">Audeo: Audio Generation for a Silent Performance Video</a> <i>Kun Su, Xiulong Liu, Eli Shlizerman</i></li>
<li><a href="/paper/2020/hash/228669109aa3ab1b4ec06b7722efb105-Abstract.html">Ode to an ODE</a> <i>Krzysztof M. Choromanski, Jared Quincy Davis, Valerii Likhosherstov, Xingyou Song, Jean-Jacques Slotine, Jacob Varley, Honglak Lee, Adrian Weller, Vikas Sindhwani</i></li>
<li><a href="/paper/2020/hash/2288f691b58edecadcc9a8691762b4fd-Abstract.html">Self-Distillation Amplifies Regularization in Hilbert Space</a> <i>Hossein Mobahi, Mehrdad Farajtabar, Peter Bartlett</i></li>
<li><a href="/paper/2020/hash/2290a7385ed77cc5592dc2153229f082-Abstract.html">Coupling-based Invertible Neural Networks Are Universal Diffeomorphism Approximators</a> <i>Takeshi Teshima, Isao Ishikawa, Koichi Tojo, Kenta Oono, Masahiro Ikeda, Masashi Sugiyama</i></li>
<li><a href="/paper/2020/hash/229aeb9e2ae66f2fac1149e5240b2fdd-Abstract.html">Community detection using fast low-cardinality semidefinite programming
</a> <i>Po-Wei Wang, J. Zico Kolter</i></li>
<li><a href="/paper/2020/hash/22bb543b251c39ccdad8063d486987bb-Abstract.html">Modeling Noisy Annotations for Crowd Counting</a> <i>Jia Wan, Antoni Chan</i></li>
<li><a href="/paper/2020/hash/22eda830d1051274a2581d6466c06e6c-Abstract.html">An operator view of policy gradient methods</a> <i>Dibya Ghosh, Marlos C. Machado, Nicolas Le Roux</i></li>
<li><a href="/paper/2020/hash/22f791da07b0d8a2504c2537c560001c-Abstract.html">Demystifying Contrastive Self-Supervised Learning: Invariances, Augmentations and Dataset Biases</a> <i>Senthil Purushwalkam Shiva Prakash, Abhinav Gupta</i></li>
<li><a href="/paper/2020/hash/23378a2d0a25c6ade2c1da1c06c5213f-Abstract.html">Online MAP Inference of Determinantal Point Processes</a> <i>Aditya Bhaskara, Amin Karbasi, Silvio Lattanzi, Morteza Zadimoghaddam</i></li>
<li><a href="/paper/2020/hash/234833147b97bb6aed53a8f4f1c7a7d8-Abstract.html">Video Object Segmentation with Adaptive Feature Bank and Uncertain-Region Refinement</a> <i>Yongqing Liang, Xin Li, Navid Jafari, Jim Chen</i></li>
<li><a href="/paper/2020/hash/234b941e88b755b7a72a1c1dd5022f30-Abstract.html">Inferring learning rules from animal decision-making</a> <i>Zoe Ashwood, Nicholas A. Roy, Ji Hyun Bak, Jonathan W. Pillow</i></li>
<li><a href="/paper/2020/hash/234e691320c0ad5b45ee3c96d0d7b8f8-Abstract.html">Input-Aware Dynamic Backdoor Attack</a> <i>Tuan Anh Nguyen, Anh Tran</i></li>
<li><a href="/paper/2020/hash/23685a2431acad7789c1e3d43ea1522c-Abstract.html">How hard is to distinguish graphs with graph neural networks?</a> <i>Andreas Loukas</i></li>
<li><a href="/paper/2020/hash/236f119f58f5fd102c5a2ca609fdcbd8-Abstract.html">Minimax Regret of Switching-Constrained Online Convex Optimization: No Phase Transition</a> <i>Lin Chen, Qian Yu, Hannah Lawrence, Amin Karbasi</i></li>
<li><a href="/paper/2020/hash/23937b42f9273974570fb5a56a6652ee-Abstract.html">Dual Manifold Adversarial Robustness: Defense against Lp and non-Lp Adversarial Attacks</a> <i>Wei-An Lin, Chun Pong Lau, Alexander Levine, Rama Chellappa, Soheil Feizi</i></li>
<li><a href="/paper/2020/hash/23ad3e314e2a2b43b4c720507cec0723-Abstract.html">Cross-Scale Internal Graph Neural Network for Image Super-Resolution</a> <i>Shangchen Zhou, Jiawei Zhang, Wangmeng Zuo, Chen Change Loy</i></li>
<li><a href="/paper/2020/hash/23af4b45f1e166141a790d1a3126e77a-Abstract.html">Unsupervised Representation Learning by Invariance Propagation</a> <i>Feng Wang, Huaping Liu, Di Guo, Sun Fuchun</i></li>
<li><a href="/paper/2020/hash/240ac9371ec2671ae99847c3ae2e6384-Abstract.html">Restoring Negative Information in Few-Shot Object Detection</a> <i>Yukuan Yang, Fangyun Wei, Miaojing Shi, Guoqi Li</i></li>
<li><a href="/paper/2020/hash/24357dd085d2c4b1a88a7e0692e60294-Abstract.html">Do Adversarially Robust ImageNet Models Transfer Better?</a> <i>Hadi Salman, Andrew Ilyas, Logan Engstrom, Ashish Kapoor, Aleksander Madry</i></li>
<li><a href="/paper/2020/hash/24368c745de15b3d2d6279667debcba3-Abstract.html">Robust Correction of Sampling Bias using Cumulative Distribution Functions</a> <i>Bijan Mazaheri, Siddharth Jain, Jehoshua Bruck</i></li>
<li><a href="/paper/2020/hash/24389bfe4fe2eba8bf9aa9203a44cdad-Abstract.html">Personalized Federated Learning with Theoretical Guarantees: A Model-Agnostic Meta-Learning Approach</a> <i>Alireza Fallah, Aryan Mokhtari, Asuman Ozdaglar</i></li>
<li><a href="/paper/2020/hash/243be2818a23c980ad664f30f48e5d19-Abstract.html">Pixel-Level Cycle Association: A New Perspective for Domain Adaptive Semantic Segmentation</a> <i>Guoliang Kang, Yunchao Wei, Yi Yang, Yueting Zhuang, Alexander Hauptmann</i></li>
<li><a href="/paper/2020/hash/244edd7e85dc81602b7615cd705545f5-Abstract.html">Classification with Valid and Adaptive Coverage</a> <i>Yaniv Romano, Matteo Sesia, Emmanuel Candes</i></li>
<li><a href="/paper/2020/hash/24aef8cb3281a2422a59b51659f1ad2e-Abstract.html">Learning Global Transparent Models consistent with Local Contrastive Explanations</a> <i>Tejaswini Pedapati, Avinash Balakrishnan, Karthikeyan Shanmugam, Amit Dhurandhar</i></li>
<li><a href="/paper/2020/hash/24bcb4d0caa4120575bb45c8a156b651-Abstract.html">Learning to Approximate a Bregman Divergence</a> <i>Ali Siahkamari, XIDE XIA, Venkatesh Saligrama, David Castañón, Brian Kulis</i></li>
<li><a href="/paper/2020/hash/24bea84d52e6a1f8025e313c2ffff50a-Abstract.html">Diverse Image Captioning with Context-Object Split Latent Spaces</a> <i>Shweta Mahajan, Stefan Roth</i></li>
<li><a href="/paper/2020/hash/24f2f931f12a4d9149876a5bef93e96a-Abstract.html">Learning Disentangled Representations of Videos with Missing Data</a> <i>Armand Comas, Chi Zhang, Zlatan Feric, Octavia Camps, Rose Yu</i></li>
<li><a href="/paper/2020/hash/2517756c5a9be6ac007fe9bb7fb92611-Abstract.html">Natural Graph Networks</a> <i>Pim de Haan, Taco S. Cohen, Max Welling</i></li>
<li><a href="/paper/2020/hash/258be18e31c8188555c2ff05b4d542c3-Abstract.html">Continual Learning with Node-Importance based Adaptive Group Sparse Regularization</a> <i>Sangwon Jung, Hongjoon Ahn, Sungmin Cha, Taesup Moon</i></li>
<li><a href="/paper/2020/hash/25ddc0f8c9d3e22e03d3076f98d83cb2-Abstract.html">Towards Crowdsourced Training of Large Neural Networks using Decentralized Mixture-of-Experts</a> <i>Max Ryabinin, Anton Gusev</i></li>
<li><a href="/paper/2020/hash/26178fc759d2b89c45dd31962f81dc61-Abstract.html">Bidirectional Convolutional Poisson Gamma Dynamical Systems</a> <i>wenchao chen, Chaojie Wang, Bo Chen, Yicheng Liu, Hao Zhang, Mingyuan Zhou</i></li>
<li><a href="/paper/2020/hash/26588e932c7ccfa1df309280702fe1b5-Abstract.html">Deep Reinforcement and InfoMax Learning</a> <i>Bogdan Mazoure, Remi Tachet des Combes, Thang Long DOAN, Philip Bachman, R Devon Hjelm</i></li>
<li><a href="/paper/2020/hash/26b58a41da329e0cbde0cbf956640a58-Abstract.html">On ranking via sorting by estimated expected utility</a> <i>Clement Calauzenes, Nicolas Usunier</i></li>
<li><a href="/paper/2020/hash/26d88423fc6da243ffddf161ca712757-Abstract.html">Distribution-free binary classification: prediction sets, confidence intervals and calibration</a> <i>Chirag Gupta, Aleksandr Podkopaev, Aaditya Ramdas</i></li>
<li><a href="/paper/2020/hash/26ed695e9b7b9f6463ef4bc1fd74fc87-Abstract.html">Closing the Dequantization Gap: PixelCNN as a Single-Layer Flow</a> <i>Didrik Nielsen, Ole Winther</i></li>
<li><a href="/paper/2020/hash/27059a11c58ade9b03bde05c2ca7c285-Abstract.html">Sequence to Multi-Sequence Learning via Conditional Chain Mapping for Mixture Signals</a> <i>Jing Shi, Xuankai Chang, Pengcheng Guo, Shinji Watanabe, Yusuke Fujita, Jiaming Xu, Bo Xu, Lei Xie</i></li>
<li><a href="/paper/2020/hash/272e11700558e27be60f7489d2d782e7-Abstract.html">Variance reduction for Random Coordinate Descent-Langevin Monte Carlo</a> <i>ZHIYAN DING, Qin Li</i></li>
<li><a href="/paper/2020/hash/274e6fcf4a583de4a81c6376f17673e7-Abstract.html">Language as a Cognitive Tool to Imagine Goals in Curiosity Driven Exploration</a> <i>Cédric Colas, Tristan Karch, Nicolas Lair, Jean-Michel Dussoux, Clément Moulin-Frier, Peter Dominey, Pierre-Yves Oudeyer</i></li>
<li><a href="/paper/2020/hash/275d7fb2fd45098ad5c3ece2ed4a2824-Abstract.html">All Word Embeddings from One Embedding</a> <i>Sho Takase, Sosuke Kobayashi</i></li>
<li><a href="/paper/2020/hash/2779fda014fbadb761f67dd708c1325e-Abstract.html">Primal Dual Interpretation of the Proximal Stochastic Gradient Langevin Algorithm</a> <i>Adil SALIM, Peter Richtarik</i></li>
<li><a href="/paper/2020/hash/2794f6a20ee0685f4006210f40799acd-Abstract.html">How to Characterize The Landscape of Overparameterized Convolutional Neural Networks</a> <i>Yihong Gu, Weizhong Zhang, Cong Fang, Jason D. Lee, Tong Zhang</i></li>
<li><a href="/paper/2020/hash/27b587bbe83aecf9a98c8fe6ab48cacc-Abstract.html">On the Tightness of Semidefinite Relaxations for Certifying Robustness to Adversarial Examples</a> <i>Richard Zhang</i></li>
<li><a href="/paper/2020/hash/27d8d40b22f812a1ba6c26f8ef7df480-Abstract.html">Submodular Meta-Learning</a> <i>Arman Adibi, Aryan Mokhtari, Hamed Hassani</i></li>
<li><a href="/paper/2020/hash/27e9661e033a73a6ad8cefcde965c54d-Abstract.html">Rethinking Pre-training and Self-training</a> <i>Barret Zoph, Golnaz Ghiasi, Tsung-Yi Lin, Yin Cui, Hanxiao Liu, Ekin Dogus Cubuk, Quoc Le</i></li>
<li><a href="/paper/2020/hash/28538c394c36e4d5ea8ff5ad60562a93-Abstract.html">Unsupervised Sound Separation Using Mixture Invariant Training</a> <i>Scott Wisdom, Efthymios Tzinis, Hakan Erdogan, Ron Weiss, Kevin Wilson, John Hershey</i></li>
<li><a href="/paper/2020/hash/285baacbdf8fda1de94b19282acd23e2-Abstract.html">Adaptive Discretization for Model-Based Reinforcement Learning</a> <i>Sean Sinclair, Tianyu Wang, Gauri Jain, Siddhartha Banerjee, Christina Yu</i></li>
<li><a href="/paper/2020/hash/285f89b802bcb2651801455c86d78f2a-Abstract.html">CodeCMR: Cross-Modal Retrieval For Function-Level Binary Source Code Matching</a> <i>Zeping Yu, Wenxin Zheng, Jiaqi Wang, Qiyi Tang, Sen Nie, Shi Wu</i></li>
<li><a href="/paper/2020/hash/288cd2567953f06e460a33951f55daaf-Abstract.html">On Warm-Starting Neural Network Training</a> <i>Jordan Ash, Ryan P. Adams</i></li>
<li><a href="/paper/2020/hash/28a7602724ba16600d5ccc644c19bf18-Abstract.html">DAGs with No Fears: A Closer Look at Continuous Optimization for Learning Bayesian Networks</a> <i>Dennis Wei, Tian Gao, Yue Yu</i></li>
<li><a href="/paper/2020/hash/28e209b61a52482a0ae1cb9f5959c792-Abstract.html">OOD-MAML: Meta-Learning for Few-Shot Out-of-Distribution Detection and Classification</a> <i>Taewon Jeong, Heeyoung Kim</i></li>
<li><a href="/paper/2020/hash/28f248e9279ac845995c4e9f8af35c2b-Abstract.html">An Imitation from Observation Approach to Transfer Learning with Dynamics Mismatch</a> <i>Siddharth Desai, Ishan Durugkar, Haresh Karnan, Garrett Warnell, Josiah Hanna, Peter Stone</i></li>
<li><a href="/paper/2020/hash/291597a100aadd814d197af4f4bab3a7-Abstract.html">Learning About Objects by Learning to Interact with Them</a> <i>Martin Lohmann, Jordi Salvador, Aniruddha Kembhavi, Roozbeh Mottaghi</i></li>
<li><a href="/paper/2020/hash/291dbc18539ba7e19b8abb7d85aa204e-Abstract.html">Learning discrete distributions with infinite support</a> <i>Doron Cohen, Aryeh Kontorovich, Geoffrey Wolfer</i></li>
<li><a href="/paper/2020/hash/293835c2cc75b585649498ee74b395f5-Abstract.html">Dissecting Neural ODEs</a> <i>Stefano Massaroli, Michael Poli, Jinkyoo Park, Atsushi Yamashita, Hajime Asama</i></li>
<li><a href="/paper/2020/hash/29405e2a4c22866a205f557559c7fa4b-Abstract.html">Teaching a GAN What Not to Learn</a> <i>Siddarth Asokan, Chandra Seelamantula</i></li>
<li><a href="/paper/2020/hash/294e09f267683c7ddc6cc5134a7e68a8-Abstract.html">Counterfactual Data Augmentation using Locally Factored Dynamics</a> <i>Silviu Pitis, Elliot Creager, Animesh Garg</i></li>
<li><a href="/paper/2020/hash/2952351097998ac1240cb2ab7333a3d2-Abstract.html">Rethinking Learnable Tree Filter for Generic Feature Transform</a> <i>Lin Song, Yanwei Li, Zhengkai Jiang, Zeming Li, Xiangyu Zhang, Hongbin Sun, Jian Sun, Nanning Zheng</i></li>
<li><a href="/paper/2020/hash/29539ed932d32f1c56324cded92c07c2-Abstract.html">Self-Supervised Relational Reasoning for Representation Learning</a> <i>Massimiliano Patacchiola, Amos J. Storkey</i></li>
<li><a href="/paper/2020/hash/29586cb449c90e249f1f09a0a4ee245a-Abstract.html">Sufficient dimension reduction for classification using principal optimal transport direction</a> <i>Cheng Meng, Jun Yu, Jingyi Zhang, Ping Ma, Wenxuan Zhong</i></li>
<li><a href="/paper/2020/hash/2974788b53f73e7950e8aa49f3a306db-Abstract.html">Fast Epigraphical Projection-based Incremental Algorithms for Wasserstein Distributionally Robust Support Vector Machine</a> <i>Jiajin Li, Caihua Chen, Anthony Man-Cho So</i></li>
<li><a href="/paper/2020/hash/299dc35e747eb77177d9cea10a802da2-Abstract.html">Differentially Private Clustering: Tight Approximation Ratios</a> <i>Badih Ghazi, Ravi Kumar, Pasin Manurangsi</i></li>
<li><a href="/paper/2020/hash/29a6aa8af3c942a277478a90aa4cae21-Abstract.html">On the Power of Louvain in the Stochastic Block Model</a> <i>Vincent Cohen-Addad, Adrian Kosowski, Frederik Mallmann-Trenn, David Saulpic</i></li>
<li><a href="/paper/2020/hash/29c0605a3bab4229e46723f89cf59d83-Abstract.html">Fairness with Overlapping Groups; a Probabilistic Perspective</a> <i>Forest Yang, Mouhamadou Cisse, Oluwasanmi O. Koyejo</i></li>
<li><a href="/paper/2020/hash/29e48b79ae6fc68e9b6480b677453586-Abstract.html">AttendLight: Universal Attention-Based Reinforcement Learning Model for Traffic Signal Control</a> <i>Afshin Oroojlooy, Mohammadreza Nazari, Davood Hajinezhad, Jorge Silva</i></li>
<li><a href="/paper/2020/hash/2a084e55c87b1ebcdaad1f62fdbbac8e-Abstract.html">Searching for Low-Bit Weights in Quantized Neural Networks</a> <i>Zhaohui Yang, Yunhe Wang, Kai Han, Chunjing XU, Chao Xu, Dacheng Tao, Chang Xu</i></li>
<li><a href="/paper/2020/hash/2a27b8144ac02f67687f76782a3b5d8f-Abstract.html">Adaptive Reduced Rank Regression</a> <i>Qiong Wu, Felix MF Wong, Yanhua Li, Zhenming Liu, Varun Kanade</i></li>
<li><a href="/paper/2020/hash/2adcfc3929e7c03fac3100d3ad51da26-Abstract.html">From Predictions to Decisions: Using Lookahead Regularization</a> <i>Nir Rosenfeld, Anna Hilgard, Sai Srivatsa Ravindranath, David C. Parkes</i></li>
<li><a href="/paper/2020/hash/2adee8815dd939548ee6b2772524b6f2-Abstract.html">Sequential Bayesian Experimental Design with Variable Cost Structure</a> <i>Sue Zheng, David Hayden, Jason Pacheco, John W. Fisher III</i></li>
<li><a href="/paper/2020/hash/2b346a0aa375a07f5a90a344a61416c4-Abstract.html">Predictive inference is free with the jackknife+-after-bootstrap</a> <i>Byol Kim, Chen Xu, Rina Foygel Barber</i></li>
<li><a href="/paper/2020/hash/2b64c2f19d868305aa8bbc2d72902cc5-Abstract.html">Counterfactual Predictions under Runtime Confounding</a> <i>Amanda Coston, Edward Kennedy, Alexandra Chouldechova</i></li>
<li><a href="/paper/2020/hash/2ba596643cbbbc20318224181fa46b28-Abstract.html">Learning Loss for Test-Time Augmentation</a> <i>Ildoo Kim, Younghoon Kim, Sungwoong Kim</i></li>
<li><a href="/paper/2020/hash/2ba61cc3a8f44143e1f2f13b2b729ab3-Abstract.html">Balanced Meta-Softmax for Long-Tailed Visual Recognition</a> <i>Ren Jiawei, Cunjun Yu, shunan sheng, Xiao Ma, Haiyu Zhao, Shuai Yi, hongsheng Li</i></li>
<li><a href="/paper/2020/hash/2bba9f4124283edd644799e0cecd45ca-Abstract.html">Efficient Exploration of Reward Functions in Inverse Reinforcement Learning via Bayesian Optimization</a> <i>Sreejith Balakrishnan, Quoc Phong Nguyen, Bryan Kian Hsiang Low, Harold Soh</i></li>
<li><a href="/paper/2020/hash/2be5f9c2e3620eb73c2972d7552b6cb5-Abstract.html">MDP Homomorphic Networks: Group Symmetries in Reinforcement Learning</a> <i>Elise van der Pol, Daniel Worrall, Herke van Hoof, Frans Oliehoek, Max Welling</i></li>
<li><a href="/paper/2020/hash/2c29d89cc56cdb191c60db2f0bae796b-Abstract.html">How Can I Explain This to You? An Empirical Study of Deep Neural Network Explanation Methods</a> <i>Jeya Vikranth Jeyakumar, Joseph Noor, Yu-Hsi Cheng, Luis Garcia, Mani Srivastava</i></li>
<li><a href="/paper/2020/hash/2c5201a7391fedbc40c3cc6aa057a029-Abstract.html">On the Error Resistance of Hinge-Loss Minimization</a> <i>Kunal Talwar</i></li>
<li><a href="/paper/2020/hash/2c6a0bae0f071cbbf0bb3d5b11d90a82-Abstract.html">Munchausen Reinforcement Learning</a> <i>Nino Vieillard, Olivier Pietquin, Matthieu Geist</i></li>
<li><a href="/paper/2020/hash/2c75cf2681788adaca63aa95ae028b22-Abstract.html">Object Goal Navigation using Goal-Oriented Semantic Exploration</a> <i>Devendra Singh Chaplot, Dhiraj Prakashchand Gandhi, Abhinav Gupta, Russ R. Salakhutdinov</i></li>
<li><a href="/paper/2020/hash/2cb274e6ce940f47beb8011d8ecb1462-Abstract.html">Efficient semidefinite-programming-based inference for binary and multi-class MRFs</a> <i>Chirag Pabbaraju, Po-Wei Wang, J. Zico Kolter</i></li>
<li><a href="/paper/2020/hash/2cd2915e69546904e4e5d4a2ac9e1652-Abstract.html">Funnel-Transformer: Filtering out Sequential Redundancy for Efficient Language Processing</a> <i>Zihang Dai, Guokun Lai, Yiming Yang, Quoc Le</i></li>
<li><a href="/paper/2020/hash/2cd4e8a2ce081c3d7c32c3cde4312ef7-Abstract.html">Semantic Visual Navigation by Watching YouTube Videos</a> <i>Matthew Chang, Arjun Gupta, Saurabh Gupta</i></li>
<li><a href="/paper/2020/hash/2cfa3753d6a524711acb5fce38eeca1a-Abstract.html">Heavy-tailed Representations, Text Polarity Classification &amp; Data Augmentation</a> <i>Hamid Jalalzai, Pierre Colombo, Chloé Clavel, Eric Gaussier, Giovanna Varni, Emmanuel Vignon, Anne Sabourin</i></li>
<li><a href="/paper/2020/hash/2cfa8f9e50e0f510ede9d12338a5f564-Abstract.html">SuperLoss: A Generic Loss for Robust Curriculum Learning</a> <i>Thibault Castells, Philippe Weinzaepfel, Jerome Revaud</i></li>
<li><a href="/paper/2020/hash/2d16ad1968844a4300e9a490588ff9f8-Abstract.html">CogMol: Target-Specific and Selective Drug Design for COVID-19 Using Deep Generative Models</a> <i>Vijil Chenthamarakshan, Payel Das, Samuel Hoffman, Hendrik Strobelt, Inkit Padhi, Kar Wai Lim, Ben Hoover, Matteo Manica, Jannis Born, Teodoro Laino, Aleksandra Mojsilovic</i></li>
<li><a href="/paper/2020/hash/2df45244f09369e16ea3f9117ca45157-Abstract.html">Memory Based Trajectory-conditioned Policies for Learning from Sparse Rewards</a> <i>Yijie Guo, Jongwook Choi, Marcin Moczulski, Shengyu Feng, Samy Bengio, Mohammad Norouzi, Honglak Lee</i></li>
<li><a href="/paper/2020/hash/2dfe1946b3003933b7f8ddd71f24dbb1-Abstract.html">Liberty or Depth: Deep Bayesian Neural Nets Do Not Need Complex Weight Posterior Approximations</a> <i>Sebastian Farquhar, Lewis Smith, Yarin Gal</i></li>
<li><a href="/paper/2020/hash/2e1b24a664f5e9c18f407b2f9c73e821-Abstract.html">Improving Sample Complexity Bounds for (Natural) Actor-Critic Algorithms</a> <i>Tengyu Xu, Zhe Wang, Yingbin Liang</i></li>
<li><a href="/paper/2020/hash/2e255d2d6bf9bb33030246d31f1a79ca-Abstract.html">Learning Differential Equations that are Easy to Solve</a> <i>Jacob Kelly, Jesse Bettencourt, Matthew J. Johnson, David K. Duvenaud</i></li>
<li><a href="/paper/2020/hash/2e2c4bf7ceaa4712a72dd5ee136dc9a8-Abstract.html">Stability of Stochastic Gradient Descent on Nonsmooth Convex Losses</a> <i> Raef Bassily, Vitaly Feldman, Cristóbal Guzmán, Kunal Talwar</i></li>
<li><a href="/paper/2020/hash/2e6d9c6052e99fcdfa61d9b9da273ca2-Abstract.html">Influence-Augmented Online Planning for Complex Environments</a> <i>Jinke He, Miguel Suau de Castro, Frans Oliehoek</i></li>
<li><a href="/paper/2020/hash/2e85d72295b67c5b649290dfbf019285-Abstract.html">PAC-Bayes Learning Bounds for Sample-Dependent Priors</a> <i>Pranjal Awasthi, Satyen Kale, Stefani Karp, Mehryar Mohri</i></li>
<li><a href="/paper/2020/hash/2f10c1578a0706e06b6d7db6f0b4a6af-Abstract.html">Reward-rational (implicit) choice: A unifying formalism for reward learning</a> <i>Hong Jun Jeon, Smitha Milli, Anca Dragan</i></li>
<li><a href="/paper/2020/hash/2f2b265625d76a6704b08093c652fd79-Abstract.html">Probabilistic Time Series Forecasting with Shape and Temporal Diversity</a> <i>Vincent LE GUEN, Nicolas THOME</i></li>
<li><a href="/paper/2020/hash/2f380b99d45812a211da102c04dc1ddb-Abstract.html">Low Distortion Block-Resampling with Spatially Stochastic Networks</a> <i>Sarah Hong, Martin Arjovsky, Darryl Barnhart, Ian Thompson</i></li>
<li><a href="/paper/2020/hash/2f3bbb9730639e9ea48f309d9a79ff01-Abstract.html">Continual Deep Learning by Functional Regularisation of Memorable Past</a> <i>Pingbo Pan, Siddharth Swaroop, Alexander Immer, Runa Eschenhagen, Richard Turner, Mohammad Emtiyaz E. Khan</i></li>
<li><a href="/paper/2020/hash/2f73168bf3656f697507752ec592c437-Abstract.html">Distance Encoding: Design Provably More Powerful Neural Networks for Graph Representation Learning</a> <i>Pan Li, Yanbang Wang, Hongwei Wang, Jure Leskovec</i></li>
<li><a href="/paper/2020/hash/2fd5d41ec6cfab47e32164d5624269b1-Abstract.html">Fast Fourier Convolution</a> <i>Lu Chi, Borui Jiang, Yadong Mu</i></li>
<li><a href="/paper/2020/hash/3000311ca56a1cb93397bc676c0b7fff-Abstract.html">Unsupervised Learning of Dense Visual Representations</a> <i>Pedro O. O. Pinheiro, Amjad Almahairi, Ryan Benmalek, Florian Golemo, Aaron C. Courville</i></li>
<li><a href="/paper/2020/hash/300891a62162b960cf02ce3827bb363c-Abstract.html">Higher-Order Certification For Randomized Smoothing</a> <i>Jeet Mohapatra, Ching-Yun Ko, Tsui-Wei Weng, Pin-Yu Chen, Sijia Liu, Luca Daniel</i></li>
<li><a href="/paper/2020/hash/305ddad049f65a2c241dbb6e6f746c54-Abstract.html">Learning Structured Distributions From Untrusted Batches: Faster and Simpler</a> <i>Sitan Chen, Jerry Li, Ankur Moitra</i></li>
<li><a href="/paper/2020/hash/309fee4e541e51de2e41f21bebb342aa-Abstract.html">Hierarchical Quantized Autoencoders</a> <i>Will Williams, Sam Ringer, Tom Ash, David MacLeod, Jamie Dougherty, John Hughes</i></li>
<li><a href="/paper/2020/hash/30da227c6b5b9e2482b6b221c711edfd-Abstract.html">Diversity can be Transferred: Output Diversification for White- and Black-box Attacks</a> <i>Yusuke Tashiro, Yang Song, Stefano Ermon</i></li>
<li><a href="/paper/2020/hash/30de24287a6d8f07b37c716ad51623a7-Abstract.html">POLY-HOOT: Monte-Carlo Planning in Continuous Space MDPs with Non-Asymptotic Analysis</a> <i>Weichao Mao, Kaiqing Zhang, Qiaomin Xie, Tamer Basar</i></li>
<li><a href="/paper/2020/hash/30de9ece7cf3790c8c39ccff1a044209-Abstract.html">AvE: Assistance via Empowerment</a> <i>Yuqing Du, Stas Tiomkin, Emre Kiciman, Daniel Polani, Pieter Abbeel, Anca Dragan</i></li>
<li><a href="/paper/2020/hash/30ee748d38e21392de740e2f9dc686b6-Abstract.html">Variational Policy Gradient Method for Reinforcement Learning with General Utilities</a> <i>Junyu Zhang, Alec Koppel, Amrit Singh Bedi, Csaba Szepesvari, Mengdi Wang</i></li>
<li><a href="/paper/2020/hash/30f0641c041f03d94e95a76b9d8bd58f-Abstract.html">Reverse-engineering recurrent neural network solutions to a hierarchical inference task for mice</a> <i>Rylan Schaeffer, Mikail Khona, Leenoy Meshulam, Brain Laboratory International, Ila Fiete</i></li>
<li><a href="/paper/2020/hash/310614fca8fb8e5491295336298c340f-Abstract.html">Temporal Positive-unlabeled Learning for Biomedical Hypothesis Generation via Risk Estimation</a> <i>Uchenna Akujuobi, Jun Chen, Mohamed Elhoseiny, Michael Spranger, Xiangliang Zhang</i></li>
<li><a href="/paper/2020/hash/310cc7ca5a76a446f85c1a0d641ba96d-Abstract.html">Efficient Low Rank Gaussian Variational Inference for Neural Networks</a> <i>Marcin Tomczak, Siddharth Swaroop, Richard Turner</i></li>
<li><a href="/paper/2020/hash/313f422ac583444ba6045cd122653b0e-Abstract.html">Privacy Amplification via Random Check-Ins</a> <i>Borja Balle, Peter Kairouz, Brendan McMahan, Om Dipakbhai Thakkar, Abhradeep Thakurta</i></li>
<li><a href="/paper/2020/hash/31784d9fc1fa0d25d04eae50ac9bf787-Abstract.html">Probabilistic Circuits for Variational Inference in Discrete Graphical Models</a> <i>Andy Shih, Stefano Ermon</i></li>
<li><a href="/paper/2020/hash/3181d59d19e76e902666df5c7821259a-Abstract.html">Your Classifier can Secretly Suffice Multi-Source Domain Adaptation</a> <i>Naveen Venkat, Jogendra Nath Kundu, Durgesh Singh, Ambareesh Revanur, Venkatesh Babu R</i></li>
<li><a href="/paper/2020/hash/31fefc0e570cb3860f2a6d4b38c6490d-Abstract.html">Labelling unlabelled videos from scratch with multi-modal self-supervision</a> <i>Yuki Asano, Mandela Patrick, Christian Rupprecht, Andrea Vedaldi</i></li>
<li><a href="/paper/2020/hash/3202111cf90e7c816a472aaceb72b0df-Abstract.html">A Non-Asymptotic Analysis for Stein Variational Gradient Descent</a> <i>Anna Korba, Adil SALIM, Michael Arbel, Giulia Luise, Arthur Gretton</i></li>
<li><a href="/paper/2020/hash/3214a6d842cc69597f9edf26df552e43-Abstract.html">Robust Meta-learning for Mixed Linear Regression with Small Batches</a> <i>Weihao Kong, Raghav Somani, Sham Kakade, Sewoong Oh</i></li>
<li><a href="/paper/2020/hash/322f62469c5e3c7dc3e58f5a4d1ea399-Abstract.html">Bayesian Deep Learning and a Probabilistic Perspective of Generalization</a> <i>Andrew G. Wilson, Pavel Izmailov</i></li>
<li><a href="/paper/2020/hash/32508f53f24c46f685870a075eaaa29c-Abstract.html">Unsupervised Learning of Object Landmarks via Self-Training Correspondence</a> <i>Dimitrios Mallis, Enrique Sanchez, Matthew Bell, Georgios Tzimiropoulos</i></li>
<li><a href="/paper/2020/hash/3261769be720b0fefbfffec05e9d9202-Abstract.html">Randomized tests for high-dimensional regression: A more efficient and powerful solution</a> <i>Yue Li, Ilmun Kim, Yuting Wei</i></li>
<li><a href="/paper/2020/hash/328e5d4c166bb340b314d457a208dc83-Abstract.html">Learning Representations from Audio-Visual Spatial Alignment</a> <i>Pedro Morgado, Yi Li, Nuno Nvasconcelos</i></li>
<li><a href="/paper/2020/hash/3295c76acbf4caaed33c36b1b5fc2cb1-Abstract.html">Generative View Synthesis: From Single-view Semantics to Novel-view Images</a> <i>Tewodros Amberbir Habtegebrial, Varun Jampani, Orazio Gallo, Didier Stricker</i></li>
<li><a href="/paper/2020/hash/32bb90e8976aab5298d5da10fe66f21d-Abstract.html">Towards More Practical Adversarial Attacks on Graph Neural Networks</a> <i>Jiaqi Ma, Shuangrui Ding, Qiaozhu Mei</i></li>
<li><a href="/paper/2020/hash/32cfdce9631d8c7906e8e9d6e68b514b-Abstract.html">Multi-Task Reinforcement Learning with Soft Modularization</a> <i>Ruihan Yang, Huazhe Xu, YI WU, Xiaolong Wang</i></li>
<li><a href="/paper/2020/hash/32e54441e6382a7fbacbbbaf3c450059-Abstract.html">Causal Shapley Values: Exploiting Causal Knowledge to Explain Individual Predictions of Complex Models</a> <i>Tom Heskes, Evi Sijben, Ioan Gabriel Bucur, Tom Claassen</i></li>
<li><a href="/paper/2020/hash/32fcc8cfe1fa4c77b5c58dafd36d1a98-Abstract.html">On the training dynamics of deep networks with $L_2$ regularization</a> <i>Aitor Lewkowycz, Guy Gur-Ari</i></li>
<li><a href="/paper/2020/hash/331316d4efb44682092a006307b9ae3a-Abstract.html">Improved Algorithms for Convex-Concave Minimax Optimization</a> <i>Yuanhao Wang, Jian Li</i></li>
<li><a href="/paper/2020/hash/3341f6f048384ec73a7ba2e77d2db48b-Abstract.html">Deep Variational Instance Segmentation</a> <i>Jialin Yuan, Chao Chen, Fuxin Li</i></li>
<li><a href="/paper/2020/hash/335cd1b90bfa4ee70b39d08a4ae0cf2d-Abstract.html">Learning Implicit Functions for Topology-Varying Dense 3D Shape Correspondence</a> <i>Feng Liu, Xiaoming Liu</i></li>
<li><a href="/paper/2020/hash/339a18def9898dd60a634b2ad8fbbd58-Abstract.html">Deep Multimodal Fusion by Channel Exchanging</a> <i>Yikai Wang, Wenbing Huang, Fuchun Sun, Tingyang Xu, Yu Rong, Junzhou Huang</i></li>
<li><a href="/paper/2020/hash/33a5435d4f945aa6154b31a73bab3b73-Abstract.html">Hierarchically Organized Latent Modules for Exploratory Search in Morphogenetic Systems</a> <i>Mayalen Etcheverry, Clément Moulin-Frier, Pierre-Yves Oudeyer</i></li>
<li><a href="/paper/2020/hash/33a854e247155d590883b93bca53848a-Abstract.html">AI Feynman 2.0: Pareto-optimal symbolic regression exploiting graph modularity</a> <i>Silviu-Marian Udrescu, Andrew Tan, Jiahai Feng, Orisvaldo Neto, Tailin Wu, Max Tegmark</i></li>
<li><a href="/paper/2020/hash/33c5f5bff65aa05a8cd3e5d2597f44ae-Abstract.html">Delay and Cooperation in Nonstochastic Linear Bandits</a> <i>Shinji Ito, Daisuke Hatano, Hanna Sumita, Kei Takemura, Takuro Fukunaga, Naonori Kakimura, Ken-Ichi Kawarabayashi</i></li>
<li><a href="/paper/2020/hash/33cc2b872dfe481abef0f61af181dfcf-Abstract.html">Probabilistic Orientation Estimation with Matrix Fisher Distributions</a> <i>David Mohlin, Josephine Sullivan, Gérald Bianchi</i></li>
<li><a href="/paper/2020/hash/33cf42b38bbcf1dd6ba6b0f0cd005328-Abstract.html">Minimax Dynamics of Optimally Balanced Spiking Networks of Excitatory and Inhibitory Neurons</a> <i>Qianyi Li, Cengiz Pehlevan</i></li>
<li><a href="/paper/2020/hash/33d3b157ddc0896addfb22fa2a519097-Abstract.html">Telescoping Density-Ratio Estimation</a> <i>Benjamin Rhodes, Kai Xu, Michael U. Gutmann</i></li>
<li><a href="/paper/2020/hash/33dd6dba1d56e826aac1cbf23cdcca87-Abstract.html">Towards Deeper Graph Neural Networks with Differentiable Group Normalization</a> <i>Kaixiong Zhou, Xiao Huang, Yuening Li, Daochen Zha, Rui Chen, Xia Hu</i></li>
<li><a href="/paper/2020/hash/33e75ff09dd601bbe69f351039152189-Abstract.html">Stochastic Optimization for Performative Prediction</a> <i>Celestine Mendler-Dünner, Juan Perdomo, Tijana Zrnic, Moritz Hardt</i></li>
<li><a href="/paper/2020/hash/342285bb2a8cadef22f667eeb6a63732-Abstract.html">Learning Differentiable Programs with Admissible Neural Heuristics</a> <i>Ameesh Shah, Eric Zhan, Jennifer Sun, Abhinav Verma, Yisong Yue, Swarat Chaudhuri</i></li>
<li><a href="/paper/2020/hash/342c472b95d00421be10e9512b532866-Abstract.html">Improved guarantees and a multiple-descent curve for Column Subset Selection and the Nystrom method</a> <i>Michal Derezinski, Rajiv Khanna, Michael W. Mahoney</i></li>
<li><a href="/paper/2020/hash/3430095c577593aad3c39c701712bcfe-Abstract.html">Domain Adaptation as a Problem of Inference on Graphical Models</a> <i>Kun Zhang, Mingming Gong, Petar Stojanov, Biwei Huang, QINGSONG LIU, Clark Glymour</i></li>
<li><a href="/paper/2020/hash/34609bdc08a07ace4e1526bbb1777673-Abstract.html">Network size and size of the weights in memorization with two-layers neural networks</a> <i>Sebastien Bubeck, Ronen Eldan, Yin Tat Lee, Dan Mikulincer</i></li>
<li><a href="/paper/2020/hash/3465ab6e0c21086020e382f09a482ced-Abstract.html">Certifying Strategyproof Auction Networks</a> <i>Michael Curry, Ping-yeh Chiang, Tom Goldstein, John Dickerson</i></li>
<li><a href="/paper/2020/hash/3472ab80b6dff70c54758fd6dfc800c2-Abstract.html">Continual Learning of Control Primitives : Skill Discovery via Reset-Games</a> <i>Kelvin Xu, Siddharth Verma, Chelsea Finn, Sergey Levine</i></li>
<li><a href="/paper/2020/hash/3493894fa4ea036cfc6433c3e2ee63b0-Abstract.html">HOI Analysis: Integrating and Decomposing Human-Object Interaction</a> <i>Yong-Lu Li, Xinpeng Liu, Xiaoqian Wu, Yizhuo Li, Cewu Lu</i></li>
<li><a href="/paper/2020/hash/3501672ebc68a5524629080e3ef60aef-Abstract.html">Strongly local p-norm-cut algorithms for semi-supervised learning and local graph clustering</a> <i>Meng Liu, David F. Gleich</i></li>
<li><a href="/paper/2020/hash/350a7f5ee27d22dbe36698b10930ff96-Abstract.html">Deep Direct Likelihood Knockoffs</a> <i>Mukund Sudarshan, Wesley Tansey, Rajesh Ranganath</i></li>
<li><a href="/paper/2020/hash/35464c848f410e55a13bb9d78e7fddd0-Abstract.html">Meta-Neighborhoods</a> <i>Siyuan Shan, Yang Li, Junier B. Oliva</i></li>
<li><a href="/paper/2020/hash/354ac345fd8c6d7ef634d9a8e3d47b83-Abstract.html">Neural Dynamic Policies for End-to-End Sensorimotor Learning</a> <i>Shikhar Bahl, Mustafa Mukadam, Abhinav Gupta, Deepak Pathak</i></li>
<li><a href="/paper/2020/hash/356dc40642abeb3a437e7e06f178701c-Abstract.html">A new inference approach for training shallow and deep generalized linear models of noisy interacting neurons</a> <i>Gabriel Mahuas, Giulio Isacchini, Olivier Marre, Ulisse Ferrari, Thierry Mora</i></li>
<li><a href="/paper/2020/hash/357a6fdf7642bf815a88822c447d9dc4-Abstract.html">Decision-Making with Auto-Encoding Variational Bayes</a> <i>Romain Lopez, Pierre Boyeau, Nir Yosef, Michael Jordan, Jeffrey Regier</i></li>
<li><a href="/paper/2020/hash/35adf1ae7eb5734122c84b7a9ea5cc13-Abstract.html">Attribution Preservation in Network Compression for Reliable Network Interpretation</a> <i>Geondo Park, June Yong Yang, Sung Ju Hwang, Eunho Yang</i></li>
<li><a href="/paper/2020/hash/36ac8e558ac7690b6f44e2cb5ef93322-Abstract.html">Feature Importance Ranking for Deep Learning</a> <i>Maksymilian Wojtas, Ke Chen</i></li>
<li><a href="/paper/2020/hash/36dcd524971019336af02550264b8a08-Abstract.html">Causal Estimation with Functional Confounders</a> <i>Aahlad Puli, Adler Perotte , Rajesh Ranganath</i></li>
<li><a href="/paper/2020/hash/373e4c5d8edfa8b74fd4b6791d0cf6dc-Abstract.html">Model Inversion Networks for Model-Based Optimization</a> <i>Aviral Kumar, Sergey Levine</i></li>
<li><a href="/paper/2020/hash/37693cfc748049e45d87b8c7d8b9aacd-Abstract.html">Hausdorff Dimension, Heavy Tails, and Generalization in Neural Networks</a> <i>Umut Simsekli, Ozan Sener, George Deligiannidis, Murat A. Erdogdu</i></li>
<li><a href="/paper/2020/hash/37740d59bb0eb7b4493725b2e0e5289b-Abstract.html">Exact expressions for double descent and implicit regularization via surrogate random design</a> <i>Michal Derezinski, Feynman T. Liang, Michael W. Mahoney</i></li>
<li><a href="/paper/2020/hash/37aa5dfc44dddd0d19d4311e2c7a0240-Abstract.html">Certifying Confidence via Randomized Smoothing</a> <i>Aounon Kumar, Alexander Levine, Soheil Feizi, Tom Goldstein</i></li>
<li><a href="/paper/2020/hash/37bc5e7fb6931a50b3464ec66179085f-Abstract.html">Learning Physical Constraints with Neural Projections</a> <i>Shuqi Yang, Xingzhe He, Bo Zhu</i></li>
<li><a href="/paper/2020/hash/37d097caf1299d9aa79c2c2b843d2d78-Abstract.html">Robust Optimization for Fairness with Noisy Protected Groups</a> <i>Serena Wang, Wenshuo Guo, Harikrishna Narasimhan, Andrew Cotter, Maya Gupta, Michael Jordan</i></li>
<li><a href="/paper/2020/hash/37e7897f62e8d91b1ce60515829ca282-Abstract.html">Noise-Contrastive Estimation for Multivariate Point Processes</a> <i>Hongyuan Mei, Tom Wan, Jason Eisner</i></li>
<li><a href="/paper/2020/hash/37e79373884f0f0b70b5cb91fb947148-Abstract.html">A Game-Theoretic Analysis of the Empirical Revenue Maximization Algorithm with Endogenous Sampling</a> <i>Xiaotie Deng, Ron Lavi, Tao Lin, Qi Qi, Wenwei WANG, Xiang Yan</i></li>
<li><a href="/paper/2020/hash/37f76c6fe3ab45e0cd7ecb176b5a046d-Abstract.html">Neural Path Features and Neural Path Kernel : Understanding the role of gates in deep learning</a> <i>Chandrashekar Lakshminarayanan, Amit Vikram Singh</i></li>
<li><a href="/paper/2020/hash/3812f9a59b634c2a9c574610eaba5bed-Abstract.html">Multiscale Deep Equilibrium Models</a> <i>Shaojie Bai, Vladlen Koltun, J. Zico Kolter</i></li>
<li><a href="/paper/2020/hash/385822e359afa26d52b5b286226f2cea-Abstract.html">Sparse Graphical Memory for Robust Planning</a> <i>Scott Emmons, Ajay Jain, Misha Laskin, Thanard Kurutach, Pieter Abbeel, Deepak Pathak</i></li>
<li><a href="/paper/2020/hash/386854131f58a556343e056f03626e00-Abstract.html">Second Order PAC-Bayesian Bounds for the Weighted Majority Vote</a> <i>Andres Masegosa, Stephan Lorenzen, Christian Igel, Yevgeny Seldin</i></li>
<li><a href="/paper/2020/hash/38a77aa456fc813af07bb428f2363c8d-Abstract.html">Dirichlet Graph Variational Autoencoder</a> <i>Jia Li, Jianwei Yu, Jiajin Li, Honglei Zhang, Kangfei Zhao, Yu Rong, Hong Cheng, Junzhou Huang</i></li>
<li><a href="/paper/2020/hash/38a8e18d75e95ca619af8df0da1417f2-Abstract.html">Modeling Task Effects on Meaning Representation in the Brain via Zero-Shot MEG Prediction</a> <i>Mariya Toneva, Otilia Stretcu, Barnabas Poczos, Leila Wehbe, Tom M. Mitchell</i></li>
<li><a href="/paper/2020/hash/39016cfe079db1bfb359ca72fcba3fd8-Abstract.html">Counterfactual Vision-and-Language Navigation: Unravelling the Unseen</a> <i>Amin Parvaneh, Ehsan Abbasnejad, Damien Teney, Qinfeng Shi, Anton van den Hengel</i></li>
<li><a href="/paper/2020/hash/3948ead63a9f2944218de038d8934305-Abstract.html">Robust Quantization: One Model to Rule Them All</a> <i>Moran Shkolnik, Brian Chmiel, Ron Banner, Gil Shomron, Yury Nahshan, Alex Bronstein, Uri Weiser</i></li>
<li><a href="/paper/2020/hash/397d6b4c83c91021fe928a8c4220386b-Abstract.html">Enabling certification of verification-agnostic networks via memory-efficient semidefinite programming</a> <i>Sumanth Dathathri, Krishnamurthy Dvijotham, Alexey Kurakin, Aditi Raghunathan, Jonathan Uesato, Rudy R. Bunel, Shreya Shankar, Jacob Steinhardt, Ian Goodfellow, Percy S. Liang, Pushmeet Kohli</i></li>
<li><a href="/paper/2020/hash/39d0a8908fbe6c18039ea8227f827023-Abstract.html">Federated Accelerated Stochastic Gradient Descent</a> <i>Honglin Yuan, Tengyu Ma</i></li>
<li><a href="/paper/2020/hash/39d4b545fb02556829aab1db805021c3-Abstract.html">Robust Density Estimation under Besov IPM Losses</a> <i>Ananya Uppal, Shashank Singh, Barnabas Poczos</i></li>
<li><a href="/paper/2020/hash/3a01fc0853ebeba94fde4d1cc6fb842a-Abstract.html">An analytic theory of shallow networks dynamics for hinge loss classification</a> <i>Franco Pellegrini, Giulio Biroli</i></li>
<li><a href="/paper/2020/hash/3a029f04d76d32e79367c4b3255dda4d-Abstract.html">Fixed-Support Wasserstein Barycenters: Computational Hardness and Fast Algorithm</a> <i>Tianyi Lin, Nhat Ho, Xi Chen, Marco Cuturi, Michael Jordan</i></li>
<li><a href="/paper/2020/hash/3a0772443a0739141292a5429b952fe6-Abstract.html">Learning to Orient Surfaces by Self-supervised Spherical CNNs</a> <i>Riccardo Spezialetti, Federico Stella, Marlon Marcon, Luciano Silva, Samuele Salti, Luigi Di Stefano</i></li>
<li><a href="/paper/2020/hash/3a077e8acfc4a2b463c47f2125fdfac5-Abstract.html">Adam with Bandit Sampling for Deep Learning</a> <i>Rui Liu, Tianyi Wu, Barzan Mozafari</i></li>
<li><a href="/paper/2020/hash/3a30be93eb45566a90f4e95ee72a089a-Abstract.html">Parabolic Approximation Line Search for DNNs</a> <i>Maximus Mutschler, Andreas Zell</i></li>
<li><a href="/paper/2020/hash/3a37abdeefe1dab1b30f7c5c7e581b93-Abstract.html">Agnostic Learning of a Single Neuron with Gradient Descent</a> <i>Spencer Frei, Yuan Cao, Quanquan Gu</i></li>
<li><a href="/paper/2020/hash/3a4496776767aaa99f9804d0905fe584-Abstract.html">Statistical Efficiency of Thompson Sampling for Combinatorial Semi-Bandits</a> <i>Pierre Perrault, Etienne Boursier, Michal Valko, Vianney Perchet</i></li>
<li><a href="/paper/2020/hash/3a61ed715ee66c48bacf237fa7bb5289-Abstract.html">Analytic Characterization of the Hessian in Shallow ReLU Models: A Tale of Symmetry</a> <i>Yossi Arjevani, Michael Field</i></li>
<li><a href="/paper/2020/hash/3a93a609b97ec0ab0ff5539eb79ef33a-Abstract.html">Generative causal explanations of black-box classifiers</a> <i>Matthew O&#x27;Shaughnessy, Gregory Canal, Marissa Connor, Christopher Rozell, Mark Davenport</i></li>
<li><a href="/paper/2020/hash/3ab6be46e1d6b21d59a3c3a0b9d0f6ef-Abstract.html">Sub-sampling for Efficient Non-Parametric Bandit Exploration</a> <i>Dorian Baudry, Emilie Kaufmann, Odalric-Ambrym Maillard</i></li>
<li><a href="/paper/2020/hash/3ac48664b7886cf4e4ab4aba7e6b6bc9-Abstract.html">Learning under Model Misspecification: Applications to Variational and Ensemble methods</a> <i>Andres Masegosa</i></li>
<li><a href="/paper/2020/hash/3acb2a202ae4bea8840224e6fce16fd0-Abstract.html">Language Through a Prism: A Spectral Approach for Multiscale Language Representations</a> <i>Alex Tamkin, Dan Jurafsky, Noah Goodman</i></li>
<li><a href="/paper/2020/hash/3ad7c2ebb96fcba7cda0cf54a2e802f5-Abstract.html">DVERGE: Diversifying Vulnerabilities for Enhanced Robust Generation of Ensembles</a> <i>Huanrui Yang, Jingyang Zhang, Hongliang Dong, Nathan Inkawhich, Andrew Gardner, Andrew Touchet, Wesley Wilkes, Heath Berry, Hai Li</i></li>
<li><a href="/paper/2020/hash/3b13b1eb44b05f57735764786fab9c2c-Abstract.html">Towards practical differentially private causal graph discovery</a> <i>Lun Wang, Qi Pang, Dawn Song</i></li>
<li><a href="/paper/2020/hash/3b2acfe2e38102074656ed938abf4ac3-Abstract.html">Independent Policy Gradient Methods for Competitive Reinforcement Learning</a> <i>Constantinos Daskalakis, Dylan J. Foster, Noah Golowich</i></li>
<li><a href="/paper/2020/hash/3bb585ea00014b0e3ebe4c6dd165a358-Abstract.html">The Value Equivalence Principle for Model-Based Reinforcement Learning</a> <i>Christopher Grimm, Andre Barreto, Satinder Singh, David Silver</i></li>
<li><a href="/paper/2020/hash/3be0214185d6177a9aa6adea5a720b09-Abstract.html">Structured Convolutions for Efficient Neural Network Design</a> <i>Yash Bhalgat, Yizhe Zhang, Jamie Menjay Lin, Fatih Porikli</i></li>
<li><a href="/paper/2020/hash/3c09bb10e2189124fdd8f467cc8b55a7-Abstract.html">Latent World Models For Intrinsically Motivated Exploration</a> <i>Aleksandr Ermolov, Nicu Sebe</i></li>
<li><a href="/paper/2020/hash/3c0de3fec9ab8a3df01109251f137119-Abstract.html">Estimating Rank-One Spikes from Heavy-Tailed Noise via Self-Avoiding Walks</a> <i>Jingqiu Ding, Samuel Hopkins, David Steurer</i></li>
<li><a href="/paper/2020/hash/3c56fe2f24038c4d22b9eb0aca78f590-Abstract.html">Policy Improvement via Imitation of Multiple Oracles</a> <i>Ching-An Cheng, Andrey Kolobov, Alekh Agarwal</i></li>
<li><a href="/paper/2020/hash/3c8f9a173f749710d6377d3150cf90da-Abstract.html">Training Generative Adversarial Networks by Solving Ordinary Differential Equations</a> <i>Chongli Qin, Yan Wu, Jost Tobias Springenberg, Andy Brock, Jeff Donahue, Timothy Lillicrap, Pushmeet Kohli</i></li>
<li><a href="/paper/2020/hash/3cc697419ea18cc98d525999665cb94a-Abstract.html">Learning of Discrete Graphical Models with Neural Networks</a> <i>Abhijith Jayakumar, Andrey Lokhov, Sidhant Misra, Marc Vuffray</i></li>
<li><a href="/paper/2020/hash/3ce3bd7d63a2c9c81983cc8e9bd02ae5-Abstract.html">RepPoints v2: Verification Meets Regression for Object Detection</a> <i>Yihong Chen, Zheng Zhang, Yue Cao, Liwei Wang, Stephen Lin, Han Hu</i></li>
<li><a href="/paper/2020/hash/3d2d8ccb37df977cb6d9da15b76c3f3a-Abstract.html">Unfolding the Alternating Optimization for Blind Super Resolution</a> <i>zhengxiong luo, Yan Huang, Shang Li, Liang Wang, Tieniu Tan</i></li>
<li><a href="/paper/2020/hash/3d8e03e8b133b16f13a586f0c01b6866-Abstract.html">Entrywise convergence of iterative methods for eigenproblems</a> <i>Vasileios Charisopoulos, Austin R. Benson, Anil Damle</i></li>
<li><a href="/paper/2020/hash/3d9dabe52805a1ea21864b09f3397593-Abstract.html">Learning Object-Centric Representations of Multi-Object Scenes from Multiple Views</a> <i>Li Nanbo, Cian Eastwood, Robert Fisher</i></li>
<li><a href="/paper/2020/hash/3db54f5573cd617a0112d35dd1e6b1ef-Abstract.html">A Catalyst Framework for Minimax Optimization</a> <i>Junchi Yang, Siqi Zhang, Negar Kiyavash, Niao He</i></li>
<li><a href="/paper/2020/hash/3def184ad8f4755ff269862ea77393dd-Abstract.html">Self-supervised Co-Training for Video Representation Learning</a> <i>Tengda Han, Weidi Xie, Andrew Zisserman</i></li>
<li><a href="/paper/2020/hash/3df80af53dce8435cf9ad6c3e7a403fd-Abstract.html">Gradient Estimation with Stochastic Softmax Tricks</a> <i>Max Paulus, Dami Choi, Daniel Tarlow, Andreas Krause, Chris J. Maddison</i></li>
<li><a href="/paper/2020/hash/3e5190eeb51ebe6c5bbc54ee8950c548-Abstract.html">Meta-Learning Requires Meta-Augmentation</a> <i>Janarthanan Rajendran, Alexander Irpan, Eric Jang</i></li>
<li><a href="/paper/2020/hash/3e91970f771a2c473ae36b60d1146068-Abstract.html">SLIP: Learning to predict in unknown dynamical systems with long-term memory</a> <i>Paria Rashidinejad, Jiantao Jiao, Stuart Russell</i></li>
<li><a href="/paper/2020/hash/3eb46aa5d93b7a5939616af91addfa88-Abstract.html">Improving GAN Training with Probability Ratio Clipping and Sample Reweighting</a> <i>Yue Wu, Pan Zhou, Andrew G. Wilson, Eric Xing, Zhiting Hu</i></li>
<li><a href="/paper/2020/hash/3f13cf4ddf6fc50c0d39a1d5aeb57dd8-Abstract.html">Bayesian Bits: Unifying Quantization and Pruning</a> <i>Mart van Baalen, Christos Louizos, Markus Nagel, Rana Ali Amjad, Ying Wang, Tijmen Blankevoort, Max Welling</i></li>
<li><a href="/paper/2020/hash/3f1656d9668dffcf8119e3ecff873558-Abstract.html">On Testing of Samplers</a> <i>Kuldeep S Meel, Yash Pralhad Pote, Sourav Chakraborty</i></li>
<li><a href="/paper/2020/hash/3f2dff7862a70f97a59a1fa02c3ec110-Abstract.html">Gaussian Process Bandit Optimization of the Thermodynamic Variational Objective</a> <i>Vu Nguyen, Vaden Masrani, Rob Brekelmans, Michael Osborne, Frank Wood</i></li>
<li><a href="/paper/2020/hash/3f5ee243547dee91fbd053c1c4a845aa-Abstract.html">MiniLM: Deep Self-Attention Distillation for Task-Agnostic Compression of Pre-Trained Transformers</a> <i>Wenhui Wang, Furu Wei, Li Dong, Hangbo Bao, Nan Yang, Ming Zhou</i></li>
<li><a href="/paper/2020/hash/3f8b2a81da929223ae025fcec26dde0d-Abstract.html">Optimal Epoch Stochastic Gradient Descent Ascent Methods for Min-Max Optimization</a> <i>Yan Yan, Yi Xu, Qihang Lin, Wei Liu, Tianbao Yang</i></li>
<li><a href="/paper/2020/hash/3fb04953d95a94367bb133f862402bce-Abstract.html">Woodbury Transformations for Deep Generative Flows</a> <i>You Lu, Bert Huang</i></li>
<li><a href="/paper/2020/hash/3fe230348e9a12c13120749e3f9fa4cd-Abstract.html">Graph Contrastive Learning with Augmentations</a> <i>Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen, Zhangyang Wang, Yang Shen</i></li>
<li><a href="/paper/2020/hash/3fe78a8acf5fda99de95303940a2420c-Abstract.html">Gradient Surgery for Multi-Task Learning</a> <i>Tianhe Yu, Saurabh Kumar, Abhishek Gupta, Sergey Levine, Karol Hausman, Chelsea Finn</i></li>
<li><a href="/paper/2020/hash/3fe94a002317b5f9259f82690aeea4cd-Abstract.html">Bayesian Probabilistic Numerical Integration with Tree-Based Models</a> <i>Harrison Zhu, Xing Liu, Ruya Kang, Zhichao Shen, Seth Flaxman, Francois-Xavier Briol</i></li>
<li><a href="/paper/2020/hash/405075699f065e43581f27d67bb68478-Abstract.html">Deep learning versus kernel learning: an empirical study of loss landscape geometry and the time evolution of the Neural Tangent Kernel</a> <i>Stanislav Fort, Gintare Karolina Dziugaite, Mansheej Paul, Sepideh Kharaghani, Daniel M. Roy, Surya Ganguli</i></li>
<li><a href="/paper/2020/hash/412604be30f701b1b1e3124c252065e6-Abstract.html">Graph Meta Learning via Local Subgraphs</a> <i>Kexin Huang, Marinka Zitnik</i></li>
<li><a href="/paper/2020/hash/415e1af7ea95f89f4e375162b21ae38c-Abstract.html">Stochastic Deep Gaussian Processes over Graphs</a> <i>Naiqi Li, Wenjie Li, Jifeng Sun, Yinghua Gao, Yong Jiang, Shu-Tao Xia</i></li>
<li><a href="/paper/2020/hash/4175a4b46a45813fccf4bd34c779d817-Abstract.html">Bayesian Causal Structural Learning with Zero-Inflated Poisson Bayesian Networks</a> <i>Junsouk Choi, Robert Chapkin, Yang Ni</i></li>
<li><a href="/paper/2020/hash/417fbbf2e9d5a28a855a11894b2e795a-Abstract.html">Evaluating Attribution for Graph Neural Networks</a> <i>Benjamin Sanchez-Lengeling, Jennifer Wei, Brian Lee, Emily Reif, Peter Wang, Wesley Wei Qian, Kevin McCloskey, Lucy Colwell , Alexander Wiltschko</i></li>
<li><a href="/paper/2020/hash/418db2ea5d227a9ea8db8e5357ca2084-Abstract.html">On Second Order Behaviour in Augmented Neural ODEs</a> <i>Alexander Norcliffe, Cristian Bodnar, Ben Day, Nikola Simidjievski, Pietro Lió</i></li>
<li><a href="/paper/2020/hash/41c542dfe6e4fc3deb251d64cf6ed2e4-Abstract.html">Neuron Shapley: Discovering the Responsible Neurons</a> <i>Amirata Ghorbani, James Y. Zou</i></li>
<li><a href="/paper/2020/hash/41d80bfc327ef980528426fc810a6d7a-Abstract.html">Stochastic Normalizing Flows</a> <i>Hao Wu, Jonas Köhler, Frank Noe</i></li>
<li><a href="/paper/2020/hash/41e7637e7b6a9f27a98b84d3a185c7c0-Abstract.html">GPU-Accelerated Primal Learning for Extremely Fast Large-Scale Classification</a> <i>John T. Halloran, David M. Rocke</i></li>
<li><a href="/paper/2020/hash/42299f06ee419aa5d9d07798b56779e2-Abstract.html">Random Reshuffling is Not Always Better</a> <i>Christopher M. De Sa</i></li>
<li><a href="/paper/2020/hash/426f990b332ef8193a61cc90516c1245-Abstract.html">Model Agnostic Multilevel Explanations</a> <i>Karthikeyan Natesan Ramamurthy, Bhanukiran Vinzamuri, Yunfeng Zhang, Amit Dhurandhar</i></li>
<li><a href="/paper/2020/hash/42ae1544956fbe6e09242e6cd752444c-Abstract.html">NeuMiss networks: differentiable programming for supervised learning with missing values.</a> <i>Marine Le Morvan, Julie Josse, Thomas Moreau, Erwan Scornet, Gael Varoquaux</i></li>
<li><a href="/paper/2020/hash/42cd63cb189c30ed03e42ce2c069566c-Abstract.html">Revisiting Parameter Sharing for Automatic Neural Channel Number Search</a> <i>Jiaxing Wang, Haoli Bai, Jiaxiang Wu, Xupeng Shi, Junzhou Huang, Irwin King, Michael Lyu, Jian Cheng</i></li>
<li><a href="/paper/2020/hash/4311359ed4969e8401880e3c1836fbe1-Abstract.html">Differentially-Private Federated Linear Bandits</a> <i>Abhimanyu Dubey, Alex `Sandy&#x27; Pentland</i></li>
<li><a href="/paper/2020/hash/43207fd5e34f87c48d584fc5c11befb8-Abstract.html">Is Plug-in Solver Sample-Efficient for Feature-based Reinforcement Learning?</a> <i>Qiwen Cui, Lin Yang</i></li>
<li><a href="/paper/2020/hash/4324e8d0d37b110ee1a4f1633ac52df5-Abstract.html">Learning Physical Graph Representations from Visual Scenes</a> <i>Daniel Bear, Chaofei Fan, Damian Mrowca, Yunzhu Li, Seth Alter, Aran Nayebi, Jeremy Schwartz, Li F. Fei-Fei, Jiajun Wu, Josh Tenenbaum, Daniel L. Yamins</i></li>
<li><a href="/paper/2020/hash/4379cf00e1a95a97a33dac10ce454ca4-Abstract.html">Deep Graph Pose: a semi-supervised deep graphical model for improved animal pose tracking</a> <i>Anqi Wu, Estefany Kelly Buchanan, Matthew Whiteway, Michael Schartner, Guido Meijer, Jean-Paul Noel, Erica Rodriguez, Claire Everett, Amy Norovich, Evan Schaffer, Neeli Mishra, C. Daniel Salzman, Dora Angelaki, Andrés Bendesky, The International Brain Laboratory The International Brain Laboratory, John P. Cunningham, Liam Paninski</i></li>
<li><a href="/paper/2020/hash/438124b4c06f3a5caffab2c07863b617-Abstract.html">Meta-learning from Tasks with Heterogeneous Attribute Spaces</a> <i>Tomoharu Iwata, Atsutoshi Kumagai</i></li>
<li><a href="/paper/2020/hash/439d8c975f26e5005dcdbf41b0d84161-Abstract.html">Estimating decision tree learnability with polylogarithmic sample complexity</a> <i>Guy Blanc, Neha Gupta, Jane Lange, Li-Yang Tan</i></li>
<li><a href="/paper/2020/hash/439fca360bc99c315c5882c4432ae7a4-Abstract.html">Sparse Symplectically Integrated Neural Networks</a> <i>Daniel DiPietro, Shiying Xiong, Bo Zhu</i></li>
<li><a href="/paper/2020/hash/43a7c24e2d1fe375ce60d84ac901819f-Abstract.html">Continuous Object Representation Networks: Novel View Synthesis without Target View Supervision</a> <i>Nicolai Hani, Selim Engin, Jun-Jee Chao, Volkan Isler</i></li>
<li><a href="/paper/2020/hash/43bb733c1b62a5e374c63cb22fa457b4-Abstract.html">Multimodal Generative Learning Utilizing Jensen-Shannon-Divergence</a> <i>Thomas Sutter, Imant Daunhawer, Julia Vogt</i></li>
<li><a href="/paper/2020/hash/43e4e6a6f341e00671e123714de019a8-Abstract.html">Solver-in-the-Loop: Learning from Differentiable Physics to Interact with Iterative PDE-Solvers</a> <i>Kiwon Um, Robert Brand, Yun (Raymond) Fei, Philipp Holl, Nils Thuerey</i></li>
<li><a href="/paper/2020/hash/440924c5948e05070663f88e69e8242b-Abstract.html">Reinforcement Learning with General Value Function Approximation: Provably Efficient Approach via Bounded Eluder Dimension</a> <i>Ruosong Wang, Russ R. Salakhutdinov, Lin Yang</i></li>
<li><a href="/paper/2020/hash/440e7c3eb9bbcd4c33c3535354a51605-Abstract.html">Predicting Training Time Without Training </a> <i>Luca Zancato, Alessandro Achille, Avinash Ravichandran, Rahul Bhotika, Stefano Soatto</i></li>
<li><a href="/paper/2020/hash/443dec3062d0286986e21dc0631734c9-Abstract.html">How does This Interaction Affect Me? Interpretable Attribution for Feature Interactions</a> <i>Michael Tsang, Sirisha Rambhatla, Yan Liu</i></li>
<li><a href="/paper/2020/hash/445e1050156c6ae8c082a8422bb7dfc0-Abstract.html">Optimal Adaptive Electrode Selection to Maximize Simultaneously Recorded Neuron Yield</a> <i>John Choi, Krishan Kumar, Mohammad Khazali, Katie Wingel, Mahdi Choudhury, Adam S. Charles, Bijan Pesaran</i></li>
<li><a href="/paper/2020/hash/448d5eda79895153938a8431919f4c9f-Abstract.html">Neurosymbolic Reinforcement Learning with Formally Verified Exploration</a> <i>Greg Anderson, Abhinav Verma, Isil Dillig, Swarat Chaudhuri</i></li>
<li><a href="/paper/2020/hash/4491777b1aa8b5b32c2e8666dbe1a495-Abstract.html">Wavelet Flow: Fast Training of High Resolution Normalizing Flows</a> <i>Jason J. Yu, Konstantinos G. Derpanis, Marcus A. Brubaker</i></li>
<li><a href="/paper/2020/hash/4496bf24afe7fab6f046bf4923da8de6-Abstract.html">Multi-task Batch Reinforcement Learning with Metric Learning</a> <i>Jiachen Li, Quan Vuong, Shuang Liu, Minghua Liu, Kamil Ciosek, Henrik Christensen, Hao Su</i></li>
<li><a href="/paper/2020/hash/44bf89b63173d40fb39f9842e308b3f9-Abstract.html">On 1/n neural representation and robustness</a> <i>Josue Nassar, Piotr Sokol, Sueyeon Chung, Kenneth D. Harris, Il Memming Park</i></li>
<li><a href="/paper/2020/hash/44e76e99b5e194377e955b13fb12f630-Abstract.html">Boundary thickness and robustness in learning models</a> <i>Yaoqing Yang, Rajiv Khanna, Yaodong Yu, Amir Gholami, Kurt Keutzer, Joseph E. Gonzalez, Kannan Ramchandran, Michael W. Mahoney</i></li>
<li><a href="/paper/2020/hash/44ece762ae7e41e3a0b1301488907eaa-Abstract.html">Demixed shared component analysis of neural population data from multiple brain areas</a> <i>Yu Takagi, Steven Kennerley, Jun-ichiro Hirayama, Laurence Hunt</i></li>
<li><a href="/paper/2020/hash/44f683a84163b3523afe57c2e008bc8c-Abstract.html">Learning Kernel Tests Without Data Splitting</a> <i>Jonas Kübler, Wittawat Jitkrittum, Bernhard Schölkopf, Krikamol Muandet</i></li>
<li><a href="/paper/2020/hash/44feb0096faa8326192570788b38c1d1-Abstract.html">Unsupervised Data Augmentation for Consistency Training</a> <i>Qizhe Xie, Zihang Dai, Eduard Hovy, Thang Luong, Quoc Le</i></li>
<li><a href="/paper/2020/hash/456048afb7253926e1fbb7486e699180-Abstract.html">Subgroup-based Rank-1 Lattice Quasi-Monte Carlo</a> <i>Yueming LYU, Yuan Yuan, Ivor Tsang</i></li>
<li><a href="/paper/2020/hash/45713f6ff2041d3fdfae927b82488db8-Abstract.html">Minibatch vs Local SGD for Heterogeneous Distributed Learning</a> <i>Blake E. Woodworth, Kumar Kshitij Patel, Nati Srebro</i></li>
<li><a href="/paper/2020/hash/45c166d697d65080d54501403b433256-Abstract.html">Multi-task Causal Learning with Gaussian Processes</a> <i>Virginia Aglietti, Theodoros Damoulas, Mauricio Álvarez, Javier Gonzalez</i></li>
<li><a href="/paper/2020/hash/45f31d16b1058d586fc3be7207b58053-Abstract.html">Proximity Operator of the Matrix Perspective Function and its Applications</a> <i>Joong-Ho Won</i></li>
<li><a href="/paper/2020/hash/45fbc6d3e05ebd93369ce542e8f2322d-Abstract.html">Generative 3D Part Assembly via Dynamic Graph Learning</a> <i>佳磊 黄, Guanqi Zhan, Qingnan Fan, Kaichun Mo, Lin Shao, Baoquan Chen, Leonidas J. Guibas, Hao Dong</i></li>
<li><a href="/paper/2020/hash/460191c72f67e90150a093b4585e7eb4-Abstract.html">Improving Natural Language Processing Tasks with Human Gaze-Guided Neural Attention</a> <i>Ekta Sood, Simon Tannert, Philipp Mueller, Andreas Bulling</i></li>
<li><a href="/paper/2020/hash/4607f7fff0dce694258e1c637512aa9d-Abstract.html">The Power of Comparisons for Actively Learning Linear Classifiers</a> <i>Max Hopkins, Daniel Kane, Shachar Lovett</i></li>
<li><a href="/paper/2020/hash/464074179972cbbd75a39abc6954cd12-Abstract.html">From Boltzmann Machines to Neural Networks and Back Again</a> <i>Surbhi Goel, Adam Klivans, Frederic Koehler</i></li>
<li><a href="/paper/2020/hash/46489c17893dfdcf028883202cefd6d1-Abstract.html">Crush Optimism with Pessimism: Structured Bandits Beyond Asymptotic Optimality</a> <i>Kwang-Sung Jun, Chicheng Zhang</i></li>
<li><a href="/paper/2020/hash/46a4378f835dc8040c8057beb6a2da52-Abstract.html">Pruning neural networks without any data by iteratively conserving synaptic flow</a> <i>Hidenori Tanaka, Daniel Kunin, Daniel L. Yamins, Surya Ganguli</i></li>
<li><a href="/paper/2020/hash/473803f0f2ebd77d83ee60daaa61f381-Abstract.html">Detecting Interactions from Neural Networks via Topological Analysis</a> <i>Zirui Liu, Qingquan Song, Kaixiong Zhou, Ting-Hsiang Wang, Ying Shan, Xia Hu</i></li>
<li><a href="/paper/2020/hash/475d66314dc56a0df8fb8f7c5dbbaf78-Abstract.html">Neural Bridge Sampling for Evaluating Safety-Critical Autonomous Systems</a> <i>Aman Sinha, Matthew O&#x27;Kelly, Russ Tedrake, John C. Duchi</i></li>
<li><a href="/paper/2020/hash/477bdb55b231264bb53a7942fd84254d-Abstract.html">Interpretable and Personalized Apprenticeship Scheduling: Learning Interpretable Scheduling Policies from Heterogeneous User Demonstrations</a> <i>Rohan Paleja, Andrew Silva, Letian Chen, Matthew Gombolay</i></li>
<li><a href="/paper/2020/hash/47951a40efc0d2f7da8ff1ecbfde80f4-Abstract.html">Task-Agnostic Online Reinforcement Learning with an Infinite Mixture of Gaussian Processes</a> <i>Mengdi Xu, Wenhao Ding, Jiacheng Zhu, ZUXIN LIU, Baiming Chen, Ding Zhao</i></li>
<li><a href="/paper/2020/hash/47a3893cc405396a5c30d91320572d6d-Abstract.html">Benchmarking Deep Learning Interpretability in Time Series Predictions</a> <i>Aya Abdelsalam Ismail, Mohamed Gunady, Hector Corrada Bravo, Soheil Feizi</i></li>
<li><a href="/paper/2020/hash/47a658229eb2368a99f1d032c8848542-Abstract.html">Federated Principal Component Analysis</a> <i>Andreas Grammenos, Rodrigo Mendoza Smith, Jon Crowcroft, Cecilia Mascolo</i></li>
<li><a href="/paper/2020/hash/47ce0875420b2dbacfc5535f94e68433-Abstract.html">(De)Randomized Smoothing for Certifiable Defense against Patch Attacks</a> <i>Alexander Levine, Soheil Feizi</i></li>
<li><a href="/paper/2020/hash/47d40767c7e9df50249ebfd9c7cfff77-Abstract.html">SMYRF - Efficient Attention using Asymmetric Clustering</a> <i>Giannis Daras, Nikita Kitaev, Augustus Odena, Alexandros G. Dimakis</i></li>
<li><a href="/paper/2020/hash/47fd3c87f42f55d4b233417d49c34783-Abstract.html">Introducing Routing Uncertainty in Capsule Networks</a> <i>Fabio De Sousa Ribeiro, Georgios Leontidis, Stefanos Kollias</i></li>
<li><a href="/paper/2020/hash/481d462e46c2ab976294271a175b8929-Abstract.html">A Simple and Efficient Smoothing Method for Faster Optimization and Local Exploration</a> <i>Kevin Scaman, Ludovic DOS SANTOS, Merwan Barlier, Igor Colin</i></li>
<li><a href="/paper/2020/hash/481fbfa59da2581098e841b7afc122f1-Abstract.html">Hyperparameter Ensembles for Robustness and Uncertainty Quantification</a> <i>Florian Wenzel, Jasper Snoek, Dustin Tran, Rodolphe Jenatton</i></li>
<li><a href="/paper/2020/hash/48237d9f2dea8c74c2a72126cf63d933-Abstract.html">Neutralizing Self-Selection Bias in Sampling for Sortition</a> <i>Bailey Flanigan, Paul Goelz, Anupam Gupta, Ariel D. Procaccia</i></li>
<li><a href="/paper/2020/hash/483101a6bc4e6c46a86222eb65fbcb6a-Abstract.html">On the Convergence of Smooth Regularized Approximate Value Iteration Schemes</a> <i>Elena Smirnova, Elvis Dohmatob</i></li>
<li><a href="/paper/2020/hash/488e4104520c6aab692863cc1dba45af-Abstract.html">Off-Policy Evaluation via the Regularized Lagrangian</a> <i>Mengjiao Yang, Ofir Nachum, Bo Dai, Lihong Li, Dale Schuurmans</i></li>
<li><a href="/paper/2020/hash/48db71587df6c7c442e5b76cc723169a-Abstract.html">The LoCA Regret: A Consistent Metric to Evaluate Model-Based Behavior in Reinforcement Learning</a> <i>Harm Van Seijen, Hadi Nekoei, Evan Racah, Sarath Chandar</i></li>
<li><a href="/paper/2020/hash/48e59000d7dfcf6c1d96ce4a603ed738-Abstract.html">Neural Power Units</a> <i>Niklas Maximilian Heim, Tomas Pevny, Vasek Smidl</i></li>
<li><a href="/paper/2020/hash/48f7d3043bc03e6c48a6f0ebc0f258a8-Abstract.html">Towards Scalable Bayesian Learning of Causal DAGs</a> <i>Jussi Viinikka, Antti Hyttinen, Johan Pensar, Mikko Koivisto</i></li>
<li><a href="/paper/2020/hash/490640b43519c77281cb2f8471e61a71-Abstract.html">A Dictionary Approach to Domain-Invariant Learning in Deep Networks</a> <i>Ze Wang, Xiuyuan Cheng, Guillermo Sapiro, Qiang Qiu</i></li>
<li><a href="/paper/2020/hash/492114f6915a69aa3dd005aa4233ef51-Abstract.html">Bootstrapping neural processes</a> <i>Juho Lee, Yoonho Lee, Jungtaek Kim, Eunho Yang, Sung Ju Hwang, Yee Whye Teh</i></li>
<li><a href="/paper/2020/hash/49562478de4c54fafd4ec46fdb297de5-Abstract.html">Large-Scale Adversarial Training for Vision-and-Language Representation Learning</a> <i>Zhe Gan, Yen-Chun Chen, Linjie Li, Chen Zhu, Yu Cheng, Jingjing Liu</i></li>
<li><a href="/paper/2020/hash/497476fe61816251905e8baafdf54c23-Abstract.html">Most ReLU Networks Suffer from $\ell^2$ Adversarial Perturbations</a> <i>Amit Daniely, Hadas Shacham</i></li>
<li><a href="/paper/2020/hash/49856ed476ad01fcff881d57e161d73f-Abstract.html">Compositional Visual Generation with Energy Based Models</a> <i>Yilun Du, Shuang Li, Igor Mordatch</i></li>
<li><a href="/paper/2020/hash/49ca03822497d26a3943d5084ed59130-Abstract.html">Factor Graph Grammars</a> <i>David Chiang, Darcey Riley</i></li>
<li><a href="/paper/2020/hash/49f85a9ed090b20c8bed85a5923c669f-Abstract.html">Erdos Goes Neural: an Unsupervised Learning Framework for Combinatorial Optimization on Graphs</a> <i>Nikolaos Karalias, Andreas Loukas</i></li>
<li><a href="/paper/2020/hash/4a4526b1ec301744aba9526d78fcb2a6-Abstract.html">Autoregressive Score Matching</a> <i>Chenlin Meng, Lantao Yu, Yang Song, Jiaming Song, Stefano Ermon</i></li>
<li><a href="/paper/2020/hash/4a46fbfca3f1465a27b210f4bdfe6ab3-Abstract.html">Debiasing Distributed Second Order Optimization with Surrogate Sketching and Scaled Regularization</a> <i>Michal Derezinski, Burak Bartan, Mert Pilanci, Michael W. Mahoney</i></li>
<li><a href="/paper/2020/hash/4a5876b450b45371f6cfe5047ac8cd45-Abstract.html">Neural Controlled Differential Equations for Irregular Time Series</a> <i>Patrick Kidger, James Morrill, James Foster, Terry Lyons</i></li>
<li><a href="/paper/2020/hash/4a5cfa9281924139db466a8a19291aff-Abstract.html">On Efficiency in Hierarchical Reinforcement Learning</a> <i>Zheng Wen, Doina Precup, Morteza Ibrahimi, Andre Barreto, Benjamin Van Roy, Satinder Singh</i></li>
<li><a href="/paper/2020/hash/4aaa76178f8567e05c8e8295c96171d8-Abstract.html">On Correctness of Automatic Differentiation for Non-Differentiable Functions</a> <i>Wonyeol Lee, Hangyeol Yu, Xavier Rival, Hongseok Yang</i></li>
<li><a href="/paper/2020/hash/4afd521d77158e02aed37e2274b90c9c-Abstract.html">Probabilistic Linear Solvers for Machine Learning</a> <i>Jonathan Wenger, Philipp Hennig</i></li>
<li><a href="/paper/2020/hash/4b0091f82f50ff7095647fe893580d60-Abstract.html">Dynamic Regret of Policy Optimization in Non-Stationary Environments</a> <i>Yingjie Fei, Zhuoran Yang, Zhaoran Wang, Qiaomin Xie</i></li>
<li><a href="/paper/2020/hash/4b21cf96d4cf612f239a6c322b10c8fe-Abstract.html">Multipole Graph Neural Operator for Parametric Partial Differential Equations</a> <i>Zongyi Li, Nikola Kovachki, Kamyar Azizzadenesheli, Burigede Liu, Andrew Stuart, Kaushik Bhattacharya, Anima Anandkumar</i></li>
<li><a href="/paper/2020/hash/4b29fa4efe4fb7bc667c7b301b74d52d-Abstract.html">BlockGAN: Learning 3D Object-aware Scene Representations from Unlabelled Images</a> <i>Thu H. Nguyen-Phuoc, Christian Richardt, Long Mai, Yongliang Yang, Niloy Mitra</i></li>
<li><a href="/paper/2020/hash/4b86ca48d90bd5f0978afa3a012503a4-Abstract.html">Online Structured Meta-learning</a> <i>Huaxiu Yao, Yingbo Zhou, Mehrdad Mahdavi, Zhenhui (Jessie) Li, Richard Socher, Caiming Xiong</i></li>
<li><a href="/paper/2020/hash/4bb236de7787ceedafdff83bb8ea4710-Abstract.html">Learning Strategic Network Emergence Games</a> <i>Rakshit Trivedi, Hongyuan Zha</i></li>
<li><a href="/paper/2020/hash/4be2c8f27b8a420492f2d44463933eb6-Abstract.html">Towards Interpretable Natural Language Understanding with Explanations as Latent Variables</a> <i>Wangchunshu Zhou, Jinyi Hu, Hanlin Zhang, Xiaodan Liang, Maosong Sun, Chenyan Xiong, Jian Tang</i></li>
<li><a href="/paper/2020/hash/4bfbd52f4e8466dc12aaf30b7e057b66-Abstract.html">The Mean-Squared Error of Double Q-Learning</a> <i>Wentao Weng, Harsh Gupta, Niao He, Lei Ying, R. Srikant</i></li>
<li><a href="/paper/2020/hash/4c2e5eaae9152079b9e95845750bb9ab-Abstract.html">What Makes for Good Views for Contrastive Learning?</a> <i>Yonglong Tian, Chen Sun, Ben Poole, Dilip Krishnan, Cordelia Schmid, Phillip Isola</i></li>
<li><a href="/paper/2020/hash/4c5bcfec8584af0d967f1ab10179ca4b-Abstract.html">Denoising Diffusion Probabilistic Models</a> <i>Jonathan Ho, Ajay Jain, Pieter Abbeel</i></li>
<li><a href="/paper/2020/hash/4cc05b35c2f937c5bd9e7d41d3686fff-Abstract.html">Barking up the right tree: an approach to search over molecule synthesis DAGs</a> <i>John Bradshaw, Brooks Paige, Matt J. Kusner, Marwin Segler, José Miguel Hernández-Lobato</i></li>
<li><a href="/paper/2020/hash/4cc5400e63624c44fadeda99f57588a6-Abstract.html">On Uniform Convergence and Low-Norm Interpolation Learning</a> <i>Lijia Zhou, Danica J. Sutherland, Nati Srebro</i></li>
<li><a href="/paper/2020/hash/4cea2358d3cc5f8cd32397ca9bc51b94-Abstract.html">Bandit Samplers for Training Graph Neural Networks</a> <i>Ziqi Liu, Zhengwei Wu, Zhiqiang Zhang, Jun Zhou, Shuang Yang, Le Song, Yuan Qi</i></li>
<li><a href="/paper/2020/hash/4d410063822cd9be28f86701c0bc3a31-Abstract.html">Sampling from a k-DPP without looking at all items</a> <i>Daniele Calandriello, Michal Derezinski, Michal Valko</i></li>
<li><a href="/paper/2020/hash/4d771504ddcd28037b4199740df767e6-Abstract.html">Uncovering the Topology of Time-Varying fMRI Data using Cubical Persistence</a> <i>Bastian Rieck, Tristan Yates, Christian Bock, Karsten Borgwardt, Guy Wolf, Nicholas Turk-Browne, Smita Krishnaswamy</i></li>
<li><a href="/paper/2020/hash/4d7e0d72898ae7ea3593eb5ebf20c744-Abstract.html">Hierarchical Poset Decoding for Compositional Generalization in Language</a> <i>Yinuo Guo, Zeqi Lin, Jian-Guang Lou, Dongmei Zhang</i></li>
<li><a href="/paper/2020/hash/4d95d05a4fc4eadbc3b9dde67afdca39-Abstract.html">Evaluating and Rewarding Teamwork Using Cooperative Game Abstractions</a> <i>Tom Yan, Christian Kroer, Alexander Peysakhovich</i></li>
<li><a href="/paper/2020/hash/4db73860ecb5533b5a6c710341d5bbec-Abstract.html">Exchangeable Neural ODE for Set Modeling</a> <i>Yang Li, Haidong Yi, Christopher Bender, Siyuan Shan, Junier B. Oliva</i></li>
<li><a href="/paper/2020/hash/4dbf29d90d5780cab50897fb955e4373-Abstract.html">Profile Entropy: A Fundamental Measure for the Learnability and Compressibility of Distributions</a> <i>Yi Hao, Alon Orlitsky</i></li>
<li><a href="/paper/2020/hash/4dc3ed26a29c9c3df3ec373524377a5b-Abstract.html">CoADNet: Collaborative Aggregation-and-Distribution Networks for Co-Salient Object Detection</a> <i>Qijian Zhang, Runmin Cong, Junhui Hou, Chongyi Li, Yao Zhao</i></li>
<li><a href="/paper/2020/hash/4dd9cec1c21bc54eecb53786a2c5fa09-Abstract.html">Regularized linear autoencoders recover the principal components, eventually</a> <i>Xuchan Bao, James Lucas, Sushant Sachdeva, Roger B. Grosse</i></li>
<li><a href="/paper/2020/hash/4dea382d82666332fb564f2e711cbc71-Abstract.html">Semi-Supervised Partial Label Learning via Confidence-Rated Margin Maximization</a> <i>Wei Wang, Min-Ling Zhang</i></li>
<li><a href="/paper/2020/hash/4df5bde009073d3ef60da64d736724d6-Abstract.html">GramGAN: Deep 3D Texture Synthesis From 2D Exemplars</a> <i>Tiziano Portenier, Siavash Arjomand Bigdeli, Orcun Goksel</i></li>
<li><a href="/paper/2020/hash/4e0928de075538c593fbdabb0c5ef2c3-Abstract.html">UWSOD: Toward Fully-Supervised-Level Capacity Weakly Supervised Object Detection</a> <i>Yunhang Shen, Rongrong Ji, Zhiwei Chen, Yongjian Wu, Feiyue Huang</i></li>
<li><a href="/paper/2020/hash/4e668929edb3bf915e1a3a9d96c3c97e-Abstract.html">Learning Restricted Boltzmann Machines with Sparse Latent Variables</a> <i>Guy Bresler, Rares-Darius Buhai</i></li>
<li><a href="/paper/2020/hash/4eab60e55fe4c7dd567a0be28016bff3-Abstract.html">Sample Complexity of Asynchronous Q-Learning: Sharper Analysis and Variance Reduction</a> <i>Gen Li, Yuting Wei, Yuejie Chi, Yuantao Gu, Yuxin Chen</i></li>
<li><a href="/paper/2020/hash/4eb7d41ae6005f60fe401e56277ebd4e-Abstract.html">Curriculum learning for multilevel budgeted combinatorial problems</a> <i>Adel Nabli, Margarida Carvalho</i></li>
<li><a href="/paper/2020/hash/4ebd440d99504722d80de606ea8507da-Abstract.html">FedSplit: an algorithmic framework for fast federated optimization</a> <i>Reese Pathak, Martin J. Wainwright</i></li>
<li><a href="/paper/2020/hash/4ecb679fd35dcfd0f0894c399590be1a-Abstract.html">Estimation and Imputation in Probabilistic Principal Component Analysis with Missing Not At Random Data</a> <i>Aude Sportisse, Claire Boyer, Julie Josses</i></li>
<li><a href="/paper/2020/hash/4ee78d4122ef8503fe01cdad3e9ea4ee-Abstract.html">Correlation Robust Influence Maximization</a> <i>Louis Chen, Divya Padmanabhan, Chee Chin Lim, Karthik Natarajan</i></li>
<li><a href="/paper/2020/hash/4ef2f8259495563cb3a8ea4449ec4f9f-Abstract.html">Neuronal Gaussian Process Regression</a> <i>Johannes Friedrich</i></li>
<li><a href="/paper/2020/hash/4ef42b32bccc9485b10b8183507e5d82-Abstract.html">Nonconvex Sparse Graph Learning under Laplacian Constrained Graphical Model</a> <i>Jiaxi Ying, José Vinícius de Miranda Cardoso , Daniel Palomar</i></li>
<li><a href="/paper/2020/hash/4eff0720836a198b6174eecf02cbfdbf-Abstract.html">Synthetic Data Generators -- Sequential and Private</a> <i>Olivier Bousquet, Roi Livni, Shay Moran</i></li>
<li><a href="/paper/2020/hash/4f00921114932db3f8662a41b44ee68f-Abstract.html">Uncertainty Quantification for Inferring Hawkes Networks</a> <i>Haoyun Wang, Liyan Xie, Alex Cuozzo, Simon Mak, Yao Xie</i></li>
<li><a href="/paper/2020/hash/4f20f7f5d2e7a1b640ebc8244428558c-Abstract.html">Implicit Distributional Reinforcement Learning</a> <i>Yuguang Yue, Zhendong Wang, Mingyuan Zhou</i></li>
<li><a href="/paper/2020/hash/4f87658ef0de194413056248a00ce009-Abstract.html">Auxiliary Task Reweighting for Minimum-data Learning</a> <i>Baifeng Shi, Judy Hoffman, Kate Saenko, Trevor Darrell, Huijuan Xu</i></li>
<li><a href="/paper/2020/hash/4fbe073f17f161810fdf3dab1307b30f-Abstract.html">Small Nash Equilibrium Certificates in Very Large Games</a> <i>Brian Zhang, Tuomas Sandholm</i></li>
<li><a href="/paper/2020/hash/4fc28b7093b135c21c7183ac07e928a6-Abstract.html">Training Linear Finite-State Machines</a> <i>Arash Ardakani, Amir Ardakani, Warren Gross</i></li>
<li><a href="/paper/2020/hash/5034a5d62f91942d2a7aeaf527dfe111-Abstract.html">Efficient active learning of sparse halfspaces with arbitrary bounded noise</a> <i>Chicheng Zhang, Jie Shen, Pranjal Awasthi</i></li>
<li><a href="/paper/2020/hash/50905d7b2216bfeccb5b41016357176b-Abstract.html">Swapping Autoencoder for Deep Image Manipulation</a> <i>Taesung Park, Jun-Yan Zhu, Oliver Wang, Jingwan Lu, Eli Shechtman, Alexei Efros, Richard Zhang</i></li>
<li><a href="/paper/2020/hash/50c1f44e426560f3f2cdcb3e19e39903-Abstract.html">Self-Supervised Few-Shot Learning on Point Clouds</a> <i>Charu Sharma, Manohar Kaul</i></li>
<li><a href="/paper/2020/hash/50cf0fe63e0ff857e1c9d01d827267ca-Abstract.html">Faster Differentially Private Samplers via Rényi Divergence Analysis of Discretized Langevin MCMC</a> <i>Arun Ganesh, Kunal Talwar</i></li>
<li><a href="/paper/2020/hash/510f2318f324cf07fce24c3a4b89c771-Abstract.html">Learning identifiable and interpretable latent models of high-dimensional neural activity using pi-VAE</a> <i>Ding Zhou, Xue-Xin Wei</i></li>
<li><a href="/paper/2020/hash/51200d29d1fc15f5a71c1dab4bb54f7c-Abstract.html">RL Unplugged: A Collection of Benchmarks for Offline Reinforcement Learning</a> <i>Caglar Gulcehre, Ziyu Wang, Alexander Novikov, Thomas Paine, Sergio Gómez, Konrad Zolna, Rishabh Agarwal, Josh S. Merel, Daniel J. Mankowitz, Cosmin Paduraru, Gabriel Dulac-Arnold, Jerry Li, Mohammad Norouzi, Matthew Hoffman, Nicolas Heess, Nando de Freitas</i></li>
<li><a href="/paper/2020/hash/512c5cad6c37edb98ae91c8a76c3a291-Abstract.html">Dual T: Reducing Estimation Error for Transition Matrix in Label-noise Learning</a> <i>Yu Yao, Tongliang Liu, Bo Han, Mingming Gong, Jiankang Deng, Gang Niu, Masashi Sugiyama</i></li>
<li><a href="/paper/2020/hash/51311013e51adebc3c34d2cc591fefee-Abstract.html">Interior Point Solving for LP-based prediction+optimisation</a> <i>Jayanta Mandi, Tias Guns</i></li>
<li><a href="/paper/2020/hash/5133aa1d673894d5a05b9d83809b9dbe-Abstract.html">A simple normative network approximates local non-Hebbian learning in the cortex</a> <i>Siavash Golkar, David Lipshutz, Yanis Bahroun, Anirvan Sengupta, Dmitri Chklovskii</i></li>
<li><a href="/paper/2020/hash/517f24c02e620d5a4dac1db388664a63-Abstract.html">Kernelized information bottleneck leads to biologically plausible 3-factor Hebbian learning in deep networks</a> <i>Roman Pogodin, Peter Latham</i></li>
<li><a href="/paper/2020/hash/518a38cc9a0173d0b2dc088166981cf8-Abstract.html">Understanding the Role of Training Regimes in Continual Learning</a> <i>Seyed Iman Mirzadeh, Mehrdad Farajtabar, Razvan Pascanu, Hassan Ghasemzadeh</i></li>
<li><a href="/paper/2020/hash/51cdbd2611e844ece5d80878eb770436-Abstract.html">Fair regression with Wasserstein barycenters</a> <i>Evgenii Chzhen, Christophe Denis, Mohamed Hebiri, Luca Oneto, Massimiliano Pontil</i></li>
<li><a href="/paper/2020/hash/51f4efbfb3e18f4ea053c4d3d282c4e2-Abstract.html">Training Stronger Baselines for Learning to Optimize</a> <i>Tianlong Chen, Weiyi Zhang, Zhou Jingyang, Shiyu Chang, Sijia Liu, Lisa Amini, Zhangyang Wang</i></li>
<li><a href="/paper/2020/hash/5227fa9a19dce7ba113f50a405dcaf09-Abstract.html">Exactly Computing the Local Lipschitz Constant of ReLU Networks</a> <i>Matt Jordan, Alexandros G. Dimakis</i></li>
<li><a href="/paper/2020/hash/524f141e189d2a00968c3d48cadd4159-Abstract.html">Strictly Batch Imitation Learning by Energy-based Distribution Matching</a> <i>Daniel Jarrett, Ioana Bica, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/5265d33c184af566aeb7ef8afd0b9b03-Abstract.html">On the Ergodicity, Bias and Asymptotic Normality of Randomized Midpoint Sampling Method</a> <i>Ye He, Krishnakumar Balasubramanian, Murat A. Erdogdu</i></li>
<li><a href="/paper/2020/hash/52aaa62e71f829d41d74892a18a11d59-Abstract.html">A Single-Loop Smoothed Gradient Descent-Ascent Algorithm for Nonconvex-Concave Min-Max Problems</a> <i>Jiawei Zhang, Peijun Xiao, Ruoyu Sun, Zhiquan Luo</i></li>
<li><a href="/paper/2020/hash/52cf49fea5ff66588408852f65cf8272-Abstract.html">Generating Correct Answers for Progressive Matrices Intelligence Tests</a> <i>Niv Pekar, Yaniv Benny, Lior Wolf</i></li>
<li><a href="/paper/2020/hash/52d2752b150f9c35ccb6869cbf074e48-Abstract.html">HyNet: Learning Local Descriptor with Hybrid Similarity Measure and Triplet Loss</a> <i>Yurun Tian, Axel Barroso Laguna, Tony Ng, Vassileios Balntas, Krystian Mikolajczyk</i></li>
<li><a href="/paper/2020/hash/52f4691a4de70b3c441bca6c546979d9-Abstract.html">Preference learning along multiple criteria: A game-theoretic perspective</a> <i>Kush Bhatia, Ashwin Pananjady, Peter Bartlett, Anca Dragan, Martin J. Wainwright</i></li>
<li><a href="/paper/2020/hash/5301c4d888f5204274439e6dcf5fdb54-Abstract.html">Multi-Plane Program Induction with 3D Box Priors</a> <i>Yikai Li, Jiayuan Mao, Xiuming Zhang, Bill Freeman, Josh Tenenbaum, Noah Snavely, Jiajun Wu</i></li>
<li><a href="/paper/2020/hash/531d29a813ef9471aad0a5558d449a73-Abstract.html">Online Neural Connectivity Estimation with Noisy Group Testing</a> <i>Anne Draelos, John Pearson</i></li>
<li><a href="/paper/2020/hash/537d9b6c927223c796cac288cced29df-Abstract.html">Once-for-All Adversarial Training: In-Situ Tradeoff between Robustness and Accuracy for Free</a> <i>Haotao N. Wang, Tianlong Chen, Shupeng Gui, TingKuei Hu, Ji Liu, Zhangyang Wang</i></li>
<li><a href="/paper/2020/hash/53c04118df112c13a8c34b38343b9c10-Abstract.html">Implicit Neural Representations with Periodic Activation Functions</a> <i>Vincent Sitzmann, Julien Martel, Alexander Bergman, David Lindell, Gordon Wetzstein</i></li>
<li><a href="/paper/2020/hash/53c5b2affa12eed84dfec9bfd83550b1-Abstract.html">Rotated Binary Neural Network</a> <i>Mingbao Lin, Rongrong Ji, Zihan Xu, Baochang Zhang, Yan Wang, Yongjian Wu, Feiyue Huang, Chia-Wen Lin</i></li>
<li><a href="/paper/2020/hash/54391c872fe1c8b4f98095c5d6ec7ec7-Abstract.html">Community detection in sparse time-evolving graphs with a dynamical Bethe-Hessian</a> <i>Lorenzo Dall&#x27;Amico, Romain Couillet, Nicolas Tremblay</i></li>
<li><a href="/paper/2020/hash/543e83748234f7cbab21aa0ade66565f-Abstract.html">Simple and Principled Uncertainty Estimation with Deterministic Deep Learning via Distance Awareness</a> <i>Jeremiah Liu, Zi Lin, Shreyas Padhy, Dustin Tran, Tania Bedrax Weiss, Balaji Lakshminarayanan</i></li>
<li><a href="/paper/2020/hash/54e0e46b6647aa736c13ef9d09eab432-Abstract.html">Adaptive Learning of Rank-One Models for Efficient Pairwise Sequence Alignment</a> <i>Govinda Kamath, Tavor Baharav, Ilan Shomorony</i></li>
<li><a href="/paper/2020/hash/54f3bc04830d762a3b56a789b6ff62df-Abstract.html">Hierarchical nucleation in deep neural networks</a> <i>Diego Doimo, Aldo Glielmo, Alessio Ansuini, Alessandro Laio</i></li>
<li><a href="/paper/2020/hash/55053683268957697aa39fba6f231c68-Abstract.html">Fourier Features Let Networks Learn High Frequency Functions in Low Dimensional Domains</a> <i>Matthew Tancik, Pratul Srinivasan, Ben Mildenhall, Sara Fridovich-Keil, Nithin Raghavan, Utkarsh Singhal, Ravi Ramamoorthi, Jonathan Barron, Ren Ng</i></li>
<li><a href="/paper/2020/hash/551fdbb810aff145c114b93867dd8bfd-Abstract.html">Graph Geometry Interaction Learning</a> <i>Shichao Zhu, Shirui Pan, Chuan Zhou, Jia Wu, Yanan Cao, Bin Wang</i></li>
<li><a href="/paper/2020/hash/55479c55ebd1efd3ff125f1337100388-Abstract.html">Differentiable Augmentation for Data-Efficient GAN Training</a> <i>Shengyu Zhao, Zhijian Liu, Ji Lin, Jun-Yan Zhu, Song Han</i></li>
<li><a href="/paper/2020/hash/555d6702c950ecb729a966504af0a635-Abstract.html">Heuristic Domain Adaptation</a> <i>Shuhao Cui, Xuan Jin, Shuhui Wang, Yuan He, Qingming Huang</i></li>
<li><a href="/paper/2020/hash/55d491cf951b1b920900684d71419282-Abstract.html">Learning Certified Individually Fair Representations</a> <i>Anian Ruoss, Mislav Balunovic, Marc Fischer, Martin Vechev</i></li>
<li><a href="/paper/2020/hash/5607fe8879e4fd269e88387e8cb30b7e-Abstract.html">Part-dependent Label Noise: Towards Instance-dependent Label Noise</a> <i>Xiaobo Xia, Tongliang Liu, Bo Han, Nannan Wang, Mingming Gong, Haifeng Liu, Gang Niu, Dacheng Tao, Masashi Sugiyama</i></li>
<li><a href="/paper/2020/hash/564127c03caab942e503ee6f810f54fd-Abstract.html">Tackling the Objective Inconsistency Problem in Heterogeneous Federated Optimization</a> <i>Jianyu Wang, Qinghua Liu, Hao Liang, Gauri Joshi, H. Vincent Poor</i></li>
<li><a href="/paper/2020/hash/56577889b3c1cd083b6d7b32d32f99d5-Abstract.html">An Improved Analysis of (Variance-Reduced) Policy Gradient and Natural Policy Gradient Methods</a> <i>Yanli Liu, Kaiqing Zhang, Tamer Basar, Wotao Yin</i></li>
<li><a href="/paper/2020/hash/565e8a413d0562de9ee4378402d2b481-Abstract.html">Geometric Exploration for Online Control</a> <i>Orestis Plevrakis, Elad Hazan</i></li>
<li><a href="/paper/2020/hash/566f0ea4f6c2e947f36795c8f58ba901-Abstract.html">Automatic Curriculum Learning through Value Disagreement</a> <i>Yunzhi Zhang, Pieter Abbeel, Lerrel Pinto</i></li>
<li><a href="/paper/2020/hash/567b8f5f423af15818a068235807edc0-Abstract.html">MRI Banding Removal via Adversarial Training</a> <i>Aaron Defazio, Tullie Murrell, Michael Recht</i></li>
<li><a href="/paper/2020/hash/569ff987c643b4bedf504efda8f786c2-Abstract.html">The NetHack Learning Environment</a> <i>Heinrich Küttler, Nantas Nardelli, Alexander Miller, Roberta Raileanu, Marco Selvatici, Edward Grefenstette, Tim Rocktäschel</i></li>
<li><a href="/paper/2020/hash/56dc0997d871e9177069bb472574eb29-Abstract.html">Language and Visual Entity Relationship Graph for Agent Navigation</a> <i>Yicong Hong, Cristian Rodriguez, Yuankai Qi, Qi Wu, Stephen Gould</i></li>
<li><a href="/paper/2020/hash/56f9f88906aebf4ad985aaec7fa01313-Abstract.html">ICAM: Interpretable Classification via Disentangled Representations and Feature Attribution Mapping</a> <i>Cher Bass, Mariana da Silva, Carole Sudre, Petru-Daniel Tudosiu, Stephen Smith, Emma Robinson</i></li>
<li><a href="/paper/2020/hash/572201a4497b0b9f02d4f279b09ec30d-Abstract.html">Spectra of the Conjugate Kernel and Neural Tangent Kernel for linear-width neural networks</a> <i>Zhou Fan, Zhichao Wang</i></li>
<li><a href="/paper/2020/hash/5763abe87ed1938799203fb6e8650025-Abstract.html">No-Regret Learning Dynamics for Extensive-Form Correlated Equilibrium</a> <i>Andrea Celli, Alberto Marchesi, Gabriele Farina, Nicola Gatti</i></li>
<li><a href="/paper/2020/hash/5781a2637b476d781eb3134581b32044-Abstract.html">Estimating weighted areas under the ROC curve</a> <i>Andreas Maurer, Massimiliano Pontil</i></li>
<li><a href="/paper/2020/hash/57cd30d9088b0185cf0ebca1a472ff1d-Abstract.html">Can Implicit Bias Explain Generalization? Stochastic Convex Optimization as a Case Study</a> <i>Assaf Dauber, Meir Feder, Tomer Koren, Roi Livni</i></li>
<li><a href="/paper/2020/hash/57e5cb96e22546001f1d6520ff11d9ba-Abstract.html">Generalized Hindsight for Reinforcement Learning</a> <i>Alexander Li, Lerrel Pinto, Pieter Abbeel</i></li>
<li><a href="/paper/2020/hash/588cb956d6bbe67078f29f8de420a13d-Abstract.html">Critic Regularized Regression</a> <i>Ziyu Wang, Alexander Novikov, Konrad Zolna, Josh S. Merel, Jost Tobias Springenberg, Scott E. Reed, Bobak Shahriari, Noah Siegel, Caglar Gulcehre, Nicolas Heess, Nando de Freitas</i></li>
<li><a href="/paper/2020/hash/5898d8095428ee310bf7fa3da1864ff7-Abstract.html">Boosting Adversarial Training with Hypersphere Embedding</a> <i>Tianyu Pang, Xiao Yang, Yinpeng Dong, Taufik Xu, Jun Zhu, Hang Su</i></li>
<li><a href="/paper/2020/hash/58ae23d878a47004366189884c2f8440-Abstract.html">Beyond Homophily in Graph Neural Networks: Current Limitations and Effective Designs</a> <i>Jiong Zhu, Yujun Yan, Lingxiao Zhao, Mark Heimann, Leman Akoglu, Danai Koutra</i></li>
<li><a href="/paper/2020/hash/58c54802a9fb9526cd0923353a34a7ae-Abstract.html">Modeling Continuous Stochastic Processes with Dynamic Normalizing Flows</a> <i>Ruizhi Deng, Bo Chang, Marcus A. Brubaker, Greg Mori, Andreas Lehrmann</i></li>
<li><a href="/paper/2020/hash/5938b4d054136e5d59ada6ec9c295d7a-Abstract.html">Efficient Online Learning of Optimal Rankings: Dimensionality Reduction via Gradient Descent</a> <i>Dimitris Fotakis, Thanasis Lianeas, Georgios Piliouras, Stratis Skoulakis</i></li>
<li><a href="/paper/2020/hash/593906af0d138e69f49d251d3e7cbed0-Abstract.html">Training Normalizing Flows with the Information Bottleneck for Competitive Generative Classification</a> <i>Lynton Ardizzone, Radek Mackowiak, Carsten Rother, Ullrich Köthe</i></li>
<li><a href="/paper/2020/hash/595373f017b659cb7743291e920a8857-Abstract.html">Detecting Hands and Recognizing Physical Contact in the Wild</a> <i>Supreeth Narasimhaswamy, Trung Nguyen, Minh Hoai Nguyen</i></li>
<li><a href="/paper/2020/hash/59587bffec1c7846f3e34230141556ae-Abstract.html">On the Theory of Transfer Learning: The Importance of Task Diversity</a> <i>Nilesh Tripuraneni, Michael Jordan, Chi Jin</i></li>
<li><a href="/paper/2020/hash/597c7b407a02cc0a92167e7a371eca25-Abstract.html">Finite-Time Analysis of Round-Robin Kullback-Leibler Upper Confidence Bounds for Optimal Adaptive Allocation with Multiple Plays and Markovian Rewards</a> <i>Vrettos Moulos</i></li>
<li><a href="/paper/2020/hash/59a3adea76fadcb6dd9e54c96fc155d1-Abstract.html">Neural Star Domain as Primitive Representation</a> <i>Yuki Kawana, Yusuke Mukuta, Tatsuya Harada</i></li>
<li><a href="/paper/2020/hash/59accb9fe696ce55e28b7d23a009e2d1-Abstract.html">Off-Policy Interval Estimation with Lipschitz Value Iteration</a> <i>Ziyang Tang, Yihao Feng, Na Zhang, Jian Peng, Qiang Liu</i></li>
<li><a href="/paper/2020/hash/5a01f0597ac4bdf35c24846734ee9a76-Abstract.html">Inverse Rational Control with Partially Observable Continuous Nonlinear Dynamics</a> <i>Minhae Kwon, Saurabh Daptardar, Paul R. Schrater, Zachary Pitkow</i></li>
<li><a href="/paper/2020/hash/5a16bce575f3ddce9c819de125ba0029-Abstract.html">Deep Statistical Solvers</a> <i>Balthazar Donon, Zhengying Liu, Wenzhuo LIU, Isabelle Guyon, Antoine Marot, Marc Schoenauer</i></li>
<li><a href="/paper/2020/hash/5a29503a4909fcade36b1823e7cebcf5-Abstract.html">Distributionally Robust Parametric Maximum Likelihood Estimation</a> <i>Viet Anh Nguyen, Xuhui Zhang, Jose Blanchet, Angelos Georghiou</i></li>
<li><a href="/paper/2020/hash/5a378f8490c8d6af8647a753812f6e31-Abstract.html">Secretary and Online Matching Problems with Machine Learned Advice</a> <i>Antonios Antoniadis, Themis Gouleakis, Pieter Kleer, Pavel Kolev</i></li>
<li><a href="/paper/2020/hash/5a5eab21ca2a8fef4af5e35709ecca15-Abstract.html">Deep Transformation-Invariant Clustering</a> <i>Tom Monnier, Thibault Groueix, Mathieu Aubry</i></li>
<li><a href="/paper/2020/hash/5a66b9200f29ac3fa0ae244cc2a51b39-Abstract.html">Overfitting Can Be Harmless for Basis Pursuit, But Only to a Degree</a> <i>Peizhong Ju, Xiaojun Lin, Jia Liu</i></li>
<li><a href="/paper/2020/hash/5a751d6a0b6ef05cfe51b86e5d1458e6-Abstract.html">Improving Generalization in Reinforcement Learning with Mixture Regularization</a> <i>KAIXIN WANG, Bingyi Kang, Jie Shao, Jiashi Feng</i></li>
<li><a href="/paper/2020/hash/5a7b238ba0f6502e5d6be14424b20ded-Abstract.html">Pontryagin Differentiable Programming: An End-to-End Learning and Control Framework</a> <i>Wanxin Jin, Zhaoran Wang, Zhuoran Yang, Shaoshuai Mou</i></li>
<li><a href="/paper/2020/hash/5b0fa0e4c041548bb6289e15d865a696-Abstract.html">Learning from Aggregate Observations</a> <i>Yivan Zhang, Nontawat Charoenphakdee, Zhenguo Wu, Masashi Sugiyama</i></li>
<li><a href="/paper/2020/hash/5b8e9841e87fb8fc590434f5d933c92c-Abstract.html">The Devil is in the Detail: A Framework for Macroscopic Prediction via Microscopic Models</a> <i>Yingxiang Yang, Negar Kiyavash, Le Song, Niao He</i></li>
<li><a href="/paper/2020/hash/5bca8566db79f3788be9efd96c9ed70d-Abstract.html">Subgraph Neural Networks</a> <i>Emily Alsentzer, Samuel Finlayson, Michelle Li, Marinka Zitnik</i></li>
<li><a href="/paper/2020/hash/5bce843dd76db8c939d5323dd3e54ec9-Abstract.html">Demystifying Orthogonal Monte Carlo and Beyond</a> <i>Han Lin, Haoxian Chen, Krzysztof M. Choromanski, Tianyi Zhang, Clement Laroche</i></li>
<li><a href="/paper/2020/hash/5bd844f11fa520d54fa5edec06ea2507-Abstract.html">Optimal Robustness-Consistency Trade-offs for Learning-Augmented Online Algorithms</a> <i>Alexander Wei, Fred Zhang</i></li>
<li><a href="/paper/2020/hash/5bf8aaef51c6e0d363cbe554acaf3f20-Abstract.html">A Scalable Approach for Privacy-Preserving Collaborative Machine Learning</a> <i>Jinhyun So, Basak Guler, Salman Avestimehr</i></li>
<li><a href="/paper/2020/hash/5c3b99e8f92532e5ad1556e53ceea00c-Abstract.html">Glow-TTS: A Generative Flow for Text-to-Speech via Monotonic Alignment Search</a> <i>Jaehyeon Kim, Sungwon Kim, Jungil Kong, Sungroh Yoon</i></li>
<li><a href="/paper/2020/hash/5c528e25e1fdeaf9d8160dc24dbf4d60-Abstract.html">Towards Learning Convolutions from Scratch</a> <i>Behnam Neyshabur</i></li>
<li><a href="/paper/2020/hash/5c9452254bccd24b8ad0bb1ab4408ad1-Abstract.html">Cycle-Contrast for Self-Supervised Video Representation Learning</a> <i>Quan Kong, Wenpeng Wei, Ziwei Deng, Tomoaki Yoshinaga, Tomokazu Murakami</i></li>
<li><a href="/paper/2020/hash/5ca359ab1e9e3b9c478459944a2d9ca5-Abstract.html">Posterior Re-calibration for Imbalanced Datasets</a> <i>Junjiao Tian, Yen-Cheng Liu, Nathaniel Glaser, Yen-Chang Hsu, Zsolt Kira</i></li>
<li><a href="/paper/2020/hash/5ca41a86596a5ed567d15af0be224952-Abstract.html">Novelty Search in Representational Space for Sample Efficient Exploration</a> <i>Ruo Yu Tao, Vincent Francois-Lavet, Joelle Pineau</i></li>
<li><a href="/paper/2020/hash/5cb0e249689cd6d8369c4885435a56c2-Abstract.html">Robust Reinforcement Learning via Adversarial training with Langevin Dynamics</a> <i>Parameswaran Kamalaruban, Yu-Ting Huang, Ya-Ping Hsieh, Paul Rolland, Cheng Shi, Volkan Cevher</i></li>
<li><a href="/paper/2020/hash/5cc3749a6e56ef6d656735dff9176074-Abstract.html">Adversarial Blocking Bandits</a> <i>Nicholas Bishop, Hau Chan, Debmalya Mandal, Long Tran-Thanh</i></li>
<li><a href="/paper/2020/hash/5cc4bb753030a3d804351b2dfec0d8b5-Abstract.html">Online Algorithms for Multi-shop Ski Rental with Machine Learned Advice</a> <i>Shufan Wang, Jian Li, Shiqiang Wang</i></li>
<li><a href="/paper/2020/hash/5cd5058bca53951ffa7801bcdf421651-Abstract.html">Multi-label Contrastive Predictive Coding</a> <i>Jiaming Song, Stefano Ermon</i></li>
<li><a href="/paper/2020/hash/5d0cb12f8c9ad6845110317afc6e2183-Abstract.html">Rotation-Invariant Local-to-Global Representation Learning for 3D Point Cloud</a> <i>SEOHYUN KIM, JaeYoo Park, Bohyung Han</i></li>
<li><a href="/paper/2020/hash/5d0d5594d24f0f955548f0fc0ff83d10-Abstract.html">Learning Invariants through Soft Unification</a> <i>Nuri Cingillioglu, Alessandra Russo</i></li>
<li><a href="/paper/2020/hash/5d151d1059a6281335a10732fc49620e-Abstract.html">One Solution is Not All You Need: Few-Shot Extrapolation via Structured MaxEnt RL</a> <i>Saurabh Kumar, Aviral Kumar, Sergey Levine, Chelsea Finn</i></li>
<li><a href="/paper/2020/hash/5d40954183d62a82257835477ccad3d2-Abstract.html">Variational Bayesian Monte Carlo with Noisy Likelihoods</a> <i>Luigi Acerbi</i></li>
<li><a href="/paper/2020/hash/5d44ee6f2c3f71b73125876103c8f6c4-Abstract.html">Finite-Sample Analysis of Contractive Stochastic Approximation Using Smooth Convex Envelopes</a> <i>Zaiwei Chen, Siva Theja Maguluri, Sanjay Shakkottai, Karthikeyan Shanmugam</i></li>
<li><a href="/paper/2020/hash/5d79099fcdf499f12b79770834c0164a-Abstract.html">Self-Supervised Generative Adversarial Compression</a> <i>Chong Yu, Jeff Pool</i></li>
<li><a href="/paper/2020/hash/5d97f4dd7c44b2905c799db681b80ce0-Abstract.html">An efficient nonconvex reformulation of stagewise convex optimization problems</a> <i>Rudy R. Bunel, Oliver Hinder, Srinadh Bhojanapalli, Krishnamurthy Dvijotham</i></li>
<li><a href="/paper/2020/hash/5dbc8390f17e019d300d5a162c3ce3bc-Abstract.html">From Finite to Countable-Armed Bandits</a> <i>Anand Kalvit, Assaf Zeevi</i></li>
<li><a href="/paper/2020/hash/5de8a36008b04a6167761fa19b61aa6c-Abstract.html">Adversarial Distributional Training for Robust Deep Learning</a> <i>Yinpeng Dong, Zhijie Deng, Tianyu Pang, Jun Zhu, Hang Su</i></li>
<li><a href="/paper/2020/hash/5df0385cba256a135be596dbe28fa7aa-Abstract.html">Meta-Learning Stationary Stochastic Process Prediction with Convolutional Neural Processes</a> <i>Andrew Foong, Wessel Bruinsma, Jonathan Gordon, Yann Dubois, James Requeima, Richard Turner</i></li>
<li><a href="/paper/2020/hash/5e1b18c4c6a6d31695acbae3fd70ecc6-Abstract.html">Theory-Inspired Path-Regularized Differential Network Architecture Search</a> <i>Pan Zhou, Caiming Xiong, Richard Socher, Steven Chu Hong Hoi</i></li>
<li><a href="/paper/2020/hash/5e5dd00d770ef3e9154a4257edcb80b8-Abstract.html">Conic Descent and its Application to Memory-efficient Optimization over Positive Semidefinite Matrices</a> <i>John C. Duchi, Oliver Hinder, Andrew Naber, Yinyu Ye</i></li>
<li><a href="/paper/2020/hash/5e98d23afe19a774d1b2dcbefd5103eb-Abstract.html">Learning the Geometry of Wave-Based Imaging</a> <i>Konik Kothari, Maarten de Hoop, Ivan Dokmanić</i></li>
<li><a href="/paper/2020/hash/5ef20b89bab8fed38253e98a12f26316-Abstract.html">Greedy inference with structure-exploiting lazy maps</a> <i>Michael Brennan, Daniele Bigoni, Olivier Zahm, Alessio Spantini, Youssef Marzouk</i></li>
<li><a href="/paper/2020/hash/5f0ad4db43d8723d18169b2e4817a160-Abstract.html">Nimble: Lightweight and Parallel GPU Task Scheduling for Deep Learning</a> <i>Woosuk Kwon, Gyeong-In Yu, Eunji Jeong, Byung-Gon Chun</i></li>
<li><a href="/paper/2020/hash/5f14615696649541a025d3d0f8e0447f-Abstract.html">Finding the Homology of Decision Boundaries with Active Learning</a> <i>Weizhi Li, Gautam Dasarathy, Karthikeyan Natesan Ramamurthy, Visar Berisha</i></li>
<li><a href="/paper/2020/hash/5f268dfb0fbef44de0f668a022707b86-Abstract.html">Reinforced Molecular Optimization with Neighborhood-Controlled Grammars</a> <i>Chencheng Xu, Qiao Liu, Minlie Huang, Tao Jiang</i></li>
<li><a href="/paper/2020/hash/5f7695debd8cde8db5abcb9f161b49ea-Abstract.html">Natural Policy Gradient Primal-Dual Method for Constrained Markov Decision Processes</a> <i>Dongsheng Ding, Kaiqing Zhang, Tamer Basar, Mihailo Jovanovic</i></li>
<li><a href="/paper/2020/hash/5f8b73c0d4b1bf60dd7173b660b87c29-Abstract.html">Classification Under Misspecification: Halfspaces, Generalized Linear Models, and Evolvability</a> <i>Sitan Chen, Frederic Koehler, Ankur Moitra, Morris Yau</i></li>
<li><a href="/paper/2020/hash/5fb37d5bbdbbae16dea2f3104d7f9439-Abstract.html">Certified Defense to Image Transformations via Randomized Smoothing</a> <i>Marc Fischer, Maximilian Baader, Martin Vechev</i></li>
<li><a href="/paper/2020/hash/60495b4e033e9f60b32a6607b587aadd-Abstract.html">Estimation of Skill Distribution from a Tournament</a> <i>Ali Jadbabaie, Anuran Makur, Devavrat Shah</i></li>
<li><a href="/paper/2020/hash/604b37ea63ea51fa5fb3d8a89ec056e6-Abstract.html">Reparameterizing Mirror Descent as Gradient Descent</a> <i>Ehsan Amid, Manfred K. K. Warmuth</i></li>
<li><a href="/paper/2020/hash/604f2c31e67034642b288d76a8df11d5-Abstract.html">General Control Functions for Causal Effect Estimation from IVs</a> <i>Aahlad Puli, Rajesh Ranganath</i></li>
<li><a href="/paper/2020/hash/607bc9ebe4abfcd65181bfbef6252830-Abstract.html">Optimal Algorithms for Stochastic Multi-Armed Bandits with Heavy Tailed Rewards</a> <i>Kyungjae Lee, Hongjun Yang, Sungbin Lim, Songhwai Oh</i></li>
<li><a href="/paper/2020/hash/609a199881ca4ba9c95688235cd6ac5c-Abstract.html">Certified Robustness of Graph Convolution Networks for Graph Classification under Topological Attacks</a> <i>Hongwei Jin, Zhan Shi, Venkata Jaya Shankar Ashish Peruri, Xinhua Zhang</i></li>
<li><a href="/paper/2020/hash/609c5e5089a9aa967232aba2a4d03114-Abstract.html">Zero-Resource Knowledge-Grounded Dialogue Generation</a> <i>Linxiao Li, Can Xu, Wei Wu, YUFAN ZHAO, Xueliang Zhao, Chongyang Tao</i></li>
<li><a href="/paper/2020/hash/609e9d4bcc8157c00808993f612f1acd-Abstract.html">Targeted Adversarial Perturbations for Monocular Depth Prediction</a> <i>Alex Wong, Safa Cicek, Stefano Soatto</i></li>
<li><a href="/paper/2020/hash/60a70bb05b08d6cd95deb3bdb750dce8-Abstract.html">Beyond the Mean-Field: Structured Deep Gaussian Processes Improve the Predictive Uncertainties</a> <i>Jakob Lindinger, David Reeb, Christoph Lippert, Barbara Rakitsch</i></li>
<li><a href="/paper/2020/hash/60cb558c40e4f18479664069d9642d5a-Abstract.html">Offline Imitation Learning with a Misspecified Simulator</a> <i>Shengyi Jiang, Jingcheng Pang, Yang Yu</i></li>
<li><a href="/paper/2020/hash/60e1deb043af37db5ea4ce9ae8d2c9ea-Abstract.html">Multi-Fidelity Bayesian Optimization via Deep Neural Networks</a> <i>Shibo Li, Wei Xing, Robert Kirby, Shandian Zhe</i></li>
<li><a href="/paper/2020/hash/6101903146e4bbf4999c449d78441606-Abstract.html">PlanGAN: Model-based Planning With Sparse Rewards and Multiple Goals</a> <i>Henry Charlesworth, Giovanni Montana</i></li>
<li><a href="/paper/2020/hash/618491e20a9b686b79e158c293ab4f91-Abstract.html">Bad Global Minima Exist and SGD Can Reach Them</a> <i>Shengchao Liu, Dimitris Papailiopoulos, Dimitris Achlioptas</i></li>
<li><a href="/paper/2020/hash/618790ae971abb5610b16c826fb72d01-Abstract.html">Optimal Prediction of the Number of Unseen Species with Multiplicity</a> <i>Yi Hao, Ping Li</i></li>
<li><a href="/paper/2020/hash/61a10e6abb1149ad9d08f303267f9bc4-Abstract.html">Characterizing Optimal Mixed Policies: Where to Intervene and What to Observe</a> <i>Sanghack Lee, Elias Bareinboim</i></li>
<li><a href="/paper/2020/hash/61c66a2f4e6e10dc9c16ddf9d19745d6-Abstract.html">Factor Graph Neural Networks</a> <i>Zhen Zhang, Fan Wu, Wee Sun Lee</i></li>
<li><a href="/paper/2020/hash/61d77652c97ef636343742fc3dcf3ba9-Abstract.html">A Closer Look at Accuracy vs. Robustness</a> <i>Yao-Yuan Yang, Cyrus Rashtchian, Hongyang Zhang, Russ R. Salakhutdinov, Kamalika Chaudhuri</i></li>
<li><a href="/paper/2020/hash/62000dee5a05a6a71de3a6127a68778a-Abstract.html">Curriculum Learning by Dynamic Instance Hardness</a> <i>Tianyi Zhou, Shengjie Wang, Jeff A. Bilmes</i></li>
<li><a href="/paper/2020/hash/6217b2f7e4634fa665d31d3b4df81b56-Abstract.html">Spin-Weighted Spherical CNNs</a> <i>Carlos Esteves, Ameesh Makadia, Kostas Daniilidis</i></li>
<li><a href="/paper/2020/hash/62326dc7c4f7b849d6f013ba46489d6c-Abstract.html">Learning to Execute Programs with Instruction Pointer Attention Graph Neural Networks</a> <i>David Bieber, Charles Sutton, Hugo Larochelle, Daniel Tarlow</i></li>
<li><a href="/paper/2020/hash/6244b2ba957c48bc64582cf2bcec3d04-Abstract.html">AutoPrivacy: Automated Layer-wise Parameter Selection for Secure Neural Network Inference</a> <i>Qian Lou, Song Bian, Lei Jiang</i></li>
<li><a href="/paper/2020/hash/6271faadeedd7626d661856b7a004e27-Abstract.html">Baxter Permutation Process</a> <i>Masahiro Nakano, Akisato Kimura, Takeshi Yamada, Naonori Ueda</i></li>
<li><a href="/paper/2020/hash/6275d7071d005260ab9d0766d6df1145-Abstract.html">Characterizing emergent representations in a space of candidate learning rules for deep networks</a> <i>Yinan Cao, Christopher Summerfield, Andrew Saxe</i></li>
<li><a href="/paper/2020/hash/62d75fb2e3075506e8837d8f55021ab1-Abstract.html">Fast, Accurate, and Simple Models for Tabular Data via Augmented Distillation</a> <i>Rasool Fakoor, Jonas W. Mueller, Nick Erickson, Pratik Chaudhari, Alexander J. Smola</i></li>
<li><a href="/paper/2020/hash/62da5a6d47be0029801ba74a17e47e1a-Abstract.html">Adaptive Probing Policies for Shortest Path Routing</a> <i>Aditya Bhaskara, Sreenivas Gollapudi, Kostas Kollias, Kamesh Munagala</i></li>
<li><a href="/paper/2020/hash/62db9e3397c76207a687c360e0243317-Abstract.html">Approximate Heavily-Constrained Learning with Lagrange Multiplier Models</a> <i>Harikrishna Narasimhan, Andrew Cotter, Yichen Zhou, Serena Wang, Wenshuo Guo</i></li>
<li><a href="/paper/2020/hash/630eff1b380505a67570dff952ce4ad7-Abstract.html">Faster Randomized Infeasible Interior Point Methods for Tall/Wide Linear Programs</a> <i>Agniva Chowdhury, Palma London, Haim Avron, Petros Drineas</i></li>
<li><a href="/paper/2020/hash/631e9c01c190fc1515b9fe3865abbb15-Abstract.html">Sliding Window Algorithms for k-Clustering Problems</a> <i>Michele Borassi, Alessandro Epasto, Silvio Lattanzi, Sergei Vassilvitskii, Morteza Zadimoghaddam</i></li>
<li><a href="/paper/2020/hash/634841a6831464b64c072c8510c7f35c-Abstract.html">AdaShare: Learning What To Share For Efficient Deep Multi-Task Learning</a> <i>Ximeng Sun, Rameswar Panda, Rogerio Feris, Kate Saenko</i></li>
<li><a href="/paper/2020/hash/636efd4f9aeb5781e9ea815cdd633e52-Abstract.html">Approximate Cross-Validation for Structured Models</a> <i>Soumya Ghosh, William T. Stephenson, Tin D. Nguyen, Sameer Deshpande, Tamara Broderick</i></li>
<li><a href="/paper/2020/hash/63c17d596f401acb520efe4a2a7a01ee-Abstract.html">Exemplar VAE: Linking Generative Models, Nearest Neighbor Retrieval, and Data Augmentation</a> <i>Sajad Norouzi, David J. Fleet, Mohammad Norouzi</i></li>
<li><a href="/paper/2020/hash/63c3ddcc7b23daa1e42dc41f9a44a873-Abstract.html">Debiased Contrastive Learning</a> <i>Ching-Yao Chuang, Joshua Robinson, Yen-Chen Lin, Antonio Torralba, Stefanie Jegelka</i></li>
<li><a href="/paper/2020/hash/63d5fb54a858dd033fe90e6e4a74b0f0-Abstract.html">UCSG-NET- Unsupervised Discovering of Constructive Solid Geometry Tree</a> <i>Kacper Kania, Maciej Zieba, Tomasz Kajdanowicz</i></li>
<li><a href="/paper/2020/hash/63f44623dd8686aba388944c8810087f-Abstract.html">Generalized Boosting</a> <i>Arun Suggala, Bingbin Liu, Pradeep Ravikumar</i></li>
<li><a href="/paper/2020/hash/641d77dd5271fca28764612a028d9c8e-Abstract.html">COT-GAN: Generating Sequential Data via Causal Optimal Transport</a> <i>Tianlin Xu, Li Kevin Wenliang, Michael Munn, Beatrice Acciaio</i></li>
<li><a href="/paper/2020/hash/645e6bfdd05d1a69c5e47b20f0a91d46-Abstract.html">Impossibility Results for Grammar-Compressed Linear Algebra</a> <i>Amir Abboud, Arturs Backurs, Karl Bringmann, Marvin Künnemann</i></li>
<li><a href="/paper/2020/hash/64714a86909d401f8feb83e8c2d94b23-Abstract.html">Understanding spiking networks through convex optimization</a> <i>Allan Mancoo, Sander Keemink, Christian K. Machens</i></li>
<li><a href="/paper/2020/hash/6495cf7ca745a9443508b86951b8e33a-Abstract.html">Better Full-Matrix Regret via Parameter-Free Online Learning</a> <i>Ashok Cutkosky</i></li>
<li><a href="/paper/2020/hash/64986d86a17424eeac96b08a6d519059-Abstract.html">Large-Scale Methods for Distributionally Robust Optimization</a> <i>Daniel Levy, Yair Carmon, John C. Duchi, Aaron Sidford</i></li>
<li><a href="/paper/2020/hash/649d45bf179296e31731adfd4df25588-Abstract.html">Analysis and Design of Thompson Sampling for Stochastic Partial Monitoring</a> <i>Taira Tsuchiya, Junya Honda, Masashi Sugiyama</i></li>
<li><a href="/paper/2020/hash/64a08e5f1e6c39faeb90108c430eb120-Abstract.html">Bandit Linear Control</a> <i>Asaf Cassel, Tomer Koren</i></li>
<li><a href="/paper/2020/hash/64dcf3c521a00dbb4d2a10a27a95a9d8-Abstract.html">Refactoring Policy for Compositional Generalizability using Self-Supervised Object Proposals</a> <i>Tongzhou Mu, Jiayuan Gu, Zhiwei Jia, Hao Tang, Hao Su</i></li>
<li><a href="/paper/2020/hash/652c208b21f13f6e995bfc1154a1a2e5-Abstract.html">PEP: Parameter Ensembling by Perturbation</a> <i>Alireza Mehrtash, Purang Abolmaesumi, Polina Golland, Tina Kapur, Demian Wassermann, William Wells</i></li>
<li><a href="/paper/2020/hash/6547884cea64550284728eb26b0947ef-Abstract.html">Theoretical Insights Into Multiclass Classification: A High-dimensional Asymptotic View</a> <i>Christos Thrampoulidis, Samet Oymak, Mahdi Soltanolkotabi</i></li>
<li><a href="/paper/2020/hash/65586803f1435736f42a541d3a924595-Abstract.html">Adversarial Example Games</a> <i>Joey Bose, Gauthier Gidel, Hugo Berard, Andre Cianflone, Pascal Vincent, Simon Lacoste-Julien, Will Hamilton</i></li>
<li><a href="/paper/2020/hash/657b96f0592803e25a4f07166fff289a-Abstract.html">Residual Distillation: Towards Portable Deep Neural Networks without Shortcuts</a> <i>Guilin Li, Junlei Zhang, Yunhe Wang, Chuanjian Liu, Matthias Tan, Yunfeng Lin, Wei Zhang, Jiashi Feng, Tong Zhang</i></li>
<li><a href="/paper/2020/hash/65a99bb7a3115fdede20da98b08a370f-Abstract.html">Provably Efficient Neural Estimation of Structural Equation Models: An Adversarial Approach</a> <i>Luofeng Liao, You-Lin Chen, Zhuoran Yang, Bo Dai, Mladen Kolar, Zhaoran Wang</i></li>
<li><a href="/paper/2020/hash/65ae450c5536606c266f49f1c08321f2-Abstract.html">Security Analysis of Safe and Seldonian Reinforcement Learning Algorithms</a> <i>Pinar Ozisik, Philip S. Thomas</i></li>
<li><a href="/paper/2020/hash/65cf25ef90de99d93fa96dc49d0d8b3c-Abstract.html">Learning to Play Sequential Games versus Unknown Opponents</a> <i>Pier Giuseppe Sessa, Ilija Bogunovic, Maryam Kamgarpour, Andreas Krause</i></li>
<li><a href="/paper/2020/hash/66121d1f782d29b62a286909165517bc-Abstract.html">Further Analysis of Outlier Detection with Deep Generative Models</a> <i>Ziyu Wang, Bin Dai, David Wipf, Jun Zhu</i></li>
<li><a href="/paper/2020/hash/661b1e76b95cc50a7a11a85619a67d95-Abstract.html">Bridging Imagination and Reality for Model-Based Deep Reinforcement Learning</a> <i>Guangxiang Zhu, Minghao Zhang, Honglak Lee, Chongjie Zhang</i></li>
<li><a href="/paper/2020/hash/662a2e96162905620397b19c9d249781-Abstract.html">Neural Networks Learning and Memorization with (almost) no Over-Parameterization</a> <i>Amit Daniely</i></li>
<li><a href="/paper/2020/hash/6646b06b90bd13dabc11ddba01270d23-Abstract.html">Exploiting Higher Order Smoothness in Derivative-free Optimization and Continuous Bandits</a> <i>Arya Akhavan, Massimiliano Pontil, Alexandre Tsybakov</i></li>
<li><a href="/paper/2020/hash/665d5cbb82b5785d9f344c46417c6c36-Abstract.html">Towards a Combinatorial Characterization of Bounded-Memory Learning</a> <i>Alon Gonen, Shachar Lovett, Michal Moshkovitz</i></li>
<li><a href="/paper/2020/hash/66de6afdfb5fb3c21d0e3b5c3226bf00-Abstract.html">Chaos, Extremism and Optimism: Volume Analysis of Learning in Games</a> <i>Yun Kuen Cheung, Georgios Piliouras</i></li>
<li><a href="/paper/2020/hash/670c26185a3783678135b4697f7dbd1a-Abstract.html">On Regret with Multiple Best Arms</a> <i>Yinglun Zhu, Robert Nowak</i></li>
<li><a href="/paper/2020/hash/672cf3025399742b1a047c8dc6b1e992-Abstract.html">Matrix Completion with Hierarchical Graph Side Information</a> <i>Adel Elmahdy, Junhyung Ahn, Changho Suh, Soheil Mohajer</i></li>
<li><a href="/paper/2020/hash/6734fa703f6633ab896eecbdfad8953a-Abstract.html">Is Long Horizon RL More Difficult Than Short Horizon RL?</a> <i>Ruosong Wang, Simon S. Du, Lin Yang, Sham Kakade</i></li>
<li><a href="/paper/2020/hash/673de96b04fa3adcae1aacda704217ef-Abstract.html">Hamiltonian Monte Carlo using an adjoint-differentiated Laplace approximation: Bayesian inference for latent Gaussian models and beyond</a> <i>Charles Margossian, Aki Vehtari, Daniel Simpson, Raj Agrawal</i></li>
<li><a href="/paper/2020/hash/6740526b78c0b230e41ae61d8ca07cf5-Abstract.html">Adversarial Learning for Robust Deep Clustering</a> <i>Xu Yang, Cheng Deng, Kun Wei, Junchi Yan, Wei Liu</i></li>
<li><a href="/paper/2020/hash/6754e06e46dfa419d5afe3c9781cecad-Abstract.html">Learning Mutational Semantics</a> <i>Brian Hie, Ellen Zhong, Bryan Bryson, Bonnie Berger</i></li>
<li><a href="/paper/2020/hash/67d16d00201083a2b118dd5128dd6f59-Abstract.html">Learning to Learn Variational Semantic Memory</a> <i>Xiantong Zhen, Yingjun Du, Huan Xiong, Qiang Qiu, Cees Snoek, Ling Shao</i></li>
<li><a href="/paper/2020/hash/67e235e7f2fa8800d8375409b566e6b6-Abstract.html">Myersonian Regression</a> <i>Allen Liu, Renato Leme, Jon Schneider</i></li>
<li><a href="/paper/2020/hash/67ff32d40fb51f1a2fd2c4f1b1019785-Abstract.html">Learnability with Indirect Supervision Signals</a> <i>Kaifu Wang, Qiang Ning, Dan Roth</i></li>
<li><a href="/paper/2020/hash/680390c55bbd9ce416d1d69a9ab4760d-Abstract.html">Towards Safe Policy Improvement for Non-Stationary MDPs</a> <i>Yash Chandak, Scott Jordan, Georgios Theocharous, Martha White, Philip S. Thomas</i></li>
<li><a href="/paper/2020/hash/6811f9b2bf86bf64e3f320973119b959-Abstract.html">Finer Metagenomic Reconstruction via Biodiversity Optimization</a> <i>Simon Foucart, David Koslicki</i></li>
<li><a href="/paper/2020/hash/6822951732be44edf818dc5a97d32ca6-Abstract.html">Causal Discovery in Physical Systems from Videos</a> <i>Yunzhu Li, Antonio Torralba, Anima Anandkumar, Dieter Fox, Animesh Garg</i></li>
<li><a href="/paper/2020/hash/685ac8cadc1be5ac98da9556bc1c8d9e-Abstract.html">Glyph: Fast and Accurately Training Deep Neural Networks on Encrypted Data</a> <i>Qian Lou, Bo Feng, Geoffrey Charles Fox, Lei Jiang</i></li>
<li><a href="/paper/2020/hash/685bfde03eb646c27ed565881917c71c-Abstract.html">Smoothed Analysis of Online and Differentially Private Learning</a> <i>Nika Haghtalab, Tim Roughgarden, Abhishek Shetty</i></li>
<li><a href="/paper/2020/hash/68a9750337a418a86fe06c1991a1d64c-Abstract.html">Self-Paced Deep Reinforcement Learning</a> <i>Pascal Klink, Carlo D&#x27;Eramo, Jan R. Peters, Joni Pajarinen</i></li>
<li><a href="/paper/2020/hash/68ce199ec2c5517597ce0a4d89620f55-Abstract.html">Kalman Filtering Attention for User Behavior Modeling in CTR Prediction</a> <i>Hu Liu, Jing LU, Xiwei Zhao, Sulong Xu, Hao Peng, Yutong Liu, Zehua Zhang, Jian Li, Junsheng Jin, Yongjun Bao, Weipeng Yan</i></li>
<li><a href="/paper/2020/hash/68d3743587f71fbaa5062152985aff40-Abstract.html">Towards Maximizing the Representation Gap between In-Domain &amp; Out-of-Distribution Examples</a> <i>Jay Nandy, Wynne Hsu, Mong Li Lee</i></li>
<li><a href="/paper/2020/hash/68dd09b9ff11f0df5624a690fe0f6729-Abstract.html">Fully Convolutional Mesh Autoencoder using Efficient Spatially Varying Kernels</a> <i>Yi Zhou, Chenglei Wu, Zimo Li, Chen Cao, Yuting Ye, Jason Saragih, Hao Li, Yaser Sheikh</i></li>
<li><a href="/paper/2020/hash/690d83983a63aa1818423fd6edd3bfdb-Abstract.html">GNNGuard: Defending Graph Neural Networks against Adversarial Attacks</a> <i>Xiang Zhang, Marinka Zitnik</i></li>
<li><a href="/paper/2020/hash/690f44c8c2b7ded579d01abe8fdb6110-Abstract.html">Geo-PIFu: Geometry and Pixel Aligned Implicit Functions for Single-view Human Reconstruction</a> <i>Tong He, John Collomosse, Hailin Jin, Stefano Soatto</i></li>
<li><a href="/paper/2020/hash/691dcb1d65f31967a874d18383b9da75-Abstract.html">Optimal visual search based on a model of target detectability in natural images</a> <i>Shima Rashidi, Krista Ehinger, Andrew Turpin, Lars Kulik</i></li>
<li><a href="/paper/2020/hash/6925f2a16026e36e4fc112f82dd79406-Abstract.html">Towards Convergence Rate Analysis of Random Forests for Classification</a> <i>Wei Gao, Zhi-Hua Zhou</i></li>
<li><a href="/paper/2020/hash/6933b5648c59d618bbb30986c84080fe-Abstract.html">List-Decodable Mean Estimation via Iterative Multi-Filtering</a> <i>Ilias Diakonikolas, Daniel Kane, Daniel Kongsgaard</i></li>
<li><a href="/paper/2020/hash/6950aa02ae8613af620668146dd11840-Abstract.html">Exact Recovery of Mangled Clusters with Same-Cluster Queries</a> <i>Marco Bressan, Nicolò Cesa-Bianchi, Silvio Lattanzi, Andrea Paudice</i></li>
<li><a href="/paper/2020/hash/69bfa2aa2b7b139ff581a806abf0a886-Abstract.html">Steady State Analysis of Episodic Reinforcement Learning</a> <i>Huang Bojun</i></li>
<li><a href="/paper/2020/hash/69d1fc78dbda242c43ad6590368912d4-Abstract.html">Direct Feedback Alignment Scales to Modern Deep Learning Tasks and Architectures</a> <i>Julien Launay, Iacopo Poli, François Boniface, Florent Krzakala</i></li>
<li><a href="/paper/2020/hash/69eba34671b3ef1ef38ee85caae6b2a1-Abstract.html">Bayesian Optimization for Iterative Learning</a> <i>Vu Nguyen, Sebastian Schulze, Michael Osborne</i></li>
<li><a href="/paper/2020/hash/6a508a60aa3bf9510ea6acb021c94b48-Abstract.html">Minimax Bounds for Generalized Linear Models</a> <i>Kuan-Yun Lee, Thomas Courtade</i></li>
<li><a href="/paper/2020/hash/6a61d423d02a1c56250dc23ae7ff12f3-Abstract.html">Projection Robust Wasserstein Distance and Riemannian Optimization</a> <i>Tianyi Lin, Chenyou Fan, Nhat Ho, Marco Cuturi, Michael Jordan</i></li>
<li><a href="/paper/2020/hash/6aaba9a124857622930ca4e50f5afed2-Abstract.html">CoinDICE: Off-Policy Confidence Interval Estimation</a> <i>Bo Dai, Ofir Nachum, Yinlam Chow, Lihong Li, Csaba Szepesvari, Dale Schuurmans</i></li>
<li><a href="/paper/2020/hash/6abba5d8ab1f4f32243e174beb754661-Abstract.html">Simple and Fast Algorithm for Binary Integer and Online Linear Programming</a> <i>Xiaocheng Li, Chunlin Sun, Yinyu Ye</i></li>
<li><a href="/paper/2020/hash/6ad4174eba19ecb5fed17411a34ff5e6-Abstract.html">Learning Diverse and Discriminative Representations via the Principle of Maximal Coding Rate Reduction</a> <i>Yaodong Yu, Kwan Ho Ryan Chan, Chong You, Chaobing Song, Yi Ma</i></li>
<li><a href="/paper/2020/hash/6affee954d76859baa2800e1c49e2c5d-Abstract.html">Learning Rich Rankings</a> <i>Arjun Seshadri, Stephen Ragain, Johan Ugander</i></li>
<li><a href="/paper/2020/hash/6b39183e7053a0106e4376f4e9c5c74d-Abstract.html">Color Visual Illusions: A Statistics-based Computational Model</a> <i>Elad Hirsch, Ayellet Tal</i></li>
<li><a href="/paper/2020/hash/6b493230205f780e1bc26945df7481e5-Abstract.html">Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks</a> <i>Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, Douwe Kiela</i></li>
<li><a href="/paper/2020/hash/6b5617315c9ac918215fc7514bef514b-Abstract.html">Universal guarantees for decision tree induction via a higher-order splitting criterion</a> <i>Guy Blanc, Neha Gupta, Jane Lange, Li-Yang Tan</i></li>
<li><a href="/paper/2020/hash/6b8b8e3bd6ad94b985c1b1f1b7a94cb2-Abstract.html">Trade-offs and Guarantees of Adversarial Representation Learning for Information Obfuscation</a> <i>Han Zhao, Jianfeng Chi, Yuan Tian, Geoffrey J. Gordon</i></li>
<li><a href="/paper/2020/hash/6ba3af5d7b2790e73f0de32e5c8c1798-Abstract.html">A Boolean Task Algebra for Reinforcement Learning</a> <i>Geraud Nangue Tasse, Steven James, Benjamin Rosman</i></li>
<li><a href="/paper/2020/hash/6bb56208f672af0dd65451f869fedfd9-Abstract.html">Learning with Differentiable Pertubed Optimizers</a> <i>Quentin Berthet, Mathieu Blondel, Olivier Teboul, Marco Cuturi, Jean-Philippe Vert, Francis Bach</i></li>
<li><a href="/paper/2020/hash/6c1e55ec7c43dc51a37472ddcbd756fb-Abstract.html">Optimal Learning from Verified Training Data</a> <i>Nicholas Bishop, Long Tran-Thanh, Enrico Gerding</i></li>
<li><a href="/paper/2020/hash/6c250b592dc94d4de38a79db4d2b18f2-Abstract.html">Online Linear Optimization with Many Hints</a> <i>Aditya Bhaskara, Ashok Cutkosky, Ravi Kumar, Manish Purohit</i></li>
<li><a href="/paper/2020/hash/6c81c83c4bd0b58850495f603ab45a93-Abstract.html">Dynamical mean-field theory for stochastic gradient descent in Gaussian mixture classification</a> <i>Francesca Mignacco, Florent Krzakala, Pierfrancesco Urbani, Lenka Zdeborová</i></li>
<li><a href="/paper/2020/hash/6cd9313ed34ef58bad3fdd504355e72c-Abstract.html">Causal Discovery from Soft Interventions with Unknown Targets: Characterization and Learning</a> <i>Amin Jaber, Murat Kocaoglu, Karthikeyan Shanmugam, Elias Bareinboim</i></li>
<li><a href="/paper/2020/hash/6ce8d8f3b038f737cefcdafcf3752452-Abstract.html">Exploiting the Surrogate Gap in Online Multiclass Classification</a> <i>Dirk van der Hoeven</i></li>
<li><a href="/paper/2020/hash/6cfe0e6127fa25df2a0ef2ae1067d915-Abstract.html">The Pitfalls of Simplicity Bias in Neural Networks</a> <i>Harshay Shah, Kaustav Tamuly, Aditi Raghunathan, Prateek Jain, Praneeth Netrapalli</i></li>
<li><a href="/paper/2020/hash/6d0c932802f6953f70eb20931645fa40-Abstract.html">Automatically Learning Compact Quality-aware Surrogates for Optimization Problems</a> <i>Kai Wang, Bryan Wilder, Andrew Perrault, Milind Tambe</i></li>
<li><a href="/paper/2020/hash/6d34d468ac8876333c4d7173b85efed9-Abstract.html">Empirical Likelihood for Contextual Bandits</a> <i>Nikos Karampatziakis, John Langford, Paul Mineiro</i></li>
<li><a href="/paper/2020/hash/6d70cb65d15211726dcce4c0e971e21c-Abstract.html">Can Q-Learning with Graph Networks Learn a Generalizable Branching Heuristic for a SAT Solver?</a> <i>Vitaly Kurin, Saad Godil, Shimon Whiteson, Bryan Catanzaro</i></li>
<li><a href="/paper/2020/hash/6d79e030371e47e6231337805a7a2685-Abstract.html">Non-reversible Gaussian processes for identifying latent dynamical structure in neural data</a> <i>Virginia Rutten, Alberto Bernacchia, Maneesh Sahani, Guillaume Hennequin</i></li>
<li><a href="/paper/2020/hash/6d7d394c9d0c886e9247542e06ebb705-Abstract.html">Listening to Sounds of Silence for Speech Denoising</a> <i>Ruilin Xu, Rundi Wu, Yuko Ishiwaka, Carl Vondrick, Changxi Zheng</i></li>
<li><a href="/paper/2020/hash/6dbbe6abe5f14af882ff977fc3f35501-Abstract.html">BoxE: A Box Embedding Model for Knowledge Base Completion</a> <i>Ralph Abboud, Ismail Ceylan, Thomas Lukasiewicz, Tommaso Salvatori</i></li>
<li><a href="/paper/2020/hash/6dd4e10e3296fa63738371ec0d5df818-Abstract.html">Coherent Hierarchical Multi-Label Classification Networks</a> <i>Eleonora Giunchiglia, Thomas Lukasiewicz</i></li>
<li><a href="/paper/2020/hash/6df182582740607da754e4515b70e32d-Abstract.html">Walsh-Hadamard Variational Inference for Bayesian Deep Learning</a> <i>Simone Rossi, Sebastien Marmin, Maurizio Filippone</i></li>
<li><a href="/paper/2020/hash/6dfe08eda761bd321f8a9b239f6f4ec3-Abstract.html">Federated Bayesian Optimization via Thompson Sampling</a> <i>Zhongxiang Dai, Bryan Kian Hsiang Low, Patrick Jaillet</i></li>
<li><a href="/paper/2020/hash/6e01383fd96a17ae51cc3e15447e7533-Abstract.html">MultiON: Benchmarking Semantic Map Memory using Multi-Object Navigation</a> <i>Saim Wani, Shivansh Patel, Unnat Jain, Angel Chang, Manolis Savva</i></li>
<li><a href="/paper/2020/hash/6e17a5fd135fcaf4b49f2860c2474c7c-Abstract.html">Neural Complexity Measures</a> <i>Yoonho Lee, Juho Lee, Sung Ju Hwang, Eunho Yang, Seungjin Choi</i></li>
<li><a href="/paper/2020/hash/6e69ebbfad976d4637bb4b39de261bf7-Abstract.html">Optimal Iterative Sketching Methods with the Subsampled Randomized Hadamard Transform</a> <i>Jonathan Lacotte, Sifan Liu, Edgar Dobriban, Mert Pilanci</i></li>
<li><a href="/paper/2020/hash/6ef1173b096aa200158bfbc8af3ae8e3-Abstract.html">Provably adaptive reinforcement learning in metric spaces</a> <i>Tongyi Cao, Akshay Krishnamurthy</i></li>
<li><a href="/paper/2020/hash/6f1d0705c91c2145201df18a1a0c7345-Abstract.html">ShapeFlow: Learnable Deformation Flows Among 3D Shapes</a> <i>Chiyu Jiang, Jingwei Huang, Andrea Tagliasacchi, Leonidas J. Guibas</i></li>
<li><a href="/paper/2020/hash/6f2268bd1d3d3ebaabb04d6b5d099425-Abstract.html">Self-Supervised Learning by Cross-Modal Audio-Video Clustering</a> <i>Humam Alwassel, Dhruv Mahajan, Bruno Korbar, Lorenzo Torresani, Bernard Ghanem, Du Tran</i></li>
<li><a href="/paper/2020/hash/6f3a770e5af1fd4cadc5f004b81e1040-Abstract.html">Optimal Query Complexity of Secure Stochastic Convex Optimization</a> <i>Wei Tang, Chien-Ju Ho, Yang Liu</i></li>
<li><a href="/paper/2020/hash/6f5216f8d89b086c18298e043bfe48ed-Abstract.html">DynaBERT: Dynamic BERT with Adaptive Width and Depth</a> <i>Lu Hou, Zhiqi Huang, Lifeng Shang, Xin Jiang, Xiao Chen, Qun Liu</i></li>
<li><a href="/paper/2020/hash/6f5e4e86a87220e5d361ad82f1ebc335-Abstract.html">Generalization Bound of Gradient Descent for Non-Convex Metric Learning</a> <i>MINGZHI DONG, Xiaochen Yang, Rui Zhu, Yujiang Wang, Jing-Hao Xue</i></li>
<li><a href="/paper/2020/hash/6fbd841e2e4b2938351a4f9b68f12e6b-Abstract.html">Dynamic Submodular Maximization</a> <i>Morteza Monemizadeh</i></li>
<li><a href="/paper/2020/hash/6fd86e0ad726b778e37cf270fa0247d7-Abstract.html">Inference for Batched Bandits</a> <i>Kelly Zhang, Lucas Janson, Susan Murphy</i></li>
<li><a href="/paper/2020/hash/6fd9a99a5abed788d9afc9d52d54e91b-Abstract.html">Approximate Cross-Validation with Low-Rank Data in High Dimensions</a> <i>William T. Stephenson, Madeleine Udell, Tamara Broderick</i></li>
<li><a href="/paper/2020/hash/6fe43269967adbb64ec6149852b5cc3e-Abstract.html">GANSpace: Discovering Interpretable GAN Controls</a> <i>Erik Härkönen, Aaron Hertzmann, Jaakko Lehtinen, Sylvain Paris</i></li>
<li><a href="/paper/2020/hash/6fec24eac8f18ed793f5eaad3dd7977c-Abstract.html">Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization</a> <i>Samuel Daulton, Maximilian Balandat, Eytan Bakshy</i></li>
<li><a href="/paper/2020/hash/703957b6dd9e3a7980e040bee50ded65-Abstract.html">Neuron-level Structured Pruning using Polarization Regularizer</a> <i>Tao Zhuang, Zhixuan Zhang, Yuheng Huang, Xiaoyi Zeng, Kai Shuang, Xiang Li</i></li>
<li><a href="/paper/2020/hash/70431e77d378d760c3c5456519f06efe-Abstract.html">Limits on Testing Structural Changes in Ising Models</a> <i>Aditya Gangrade, Bobak Nazer, Venkatesh Saligrama</i></li>
<li><a href="/paper/2020/hash/7078971350bcefbc6ec2779c9b84a9bd-Abstract.html">Field-wise Learning for Multi-field Categorical Data</a> <i>Zhibin Li, Jian Zhang, Yongshun Gong, Yazhou Yao, Qiang Wu</i></li>
<li><a href="/paper/2020/hash/70d85f35a1fdc0ab701ff78779306407-Abstract.html">Continual Learning in Low-rank Orthogonal Subspaces</a> <i>Arslan Chaudhry, Naeemullah Khan, Puneet Dokania, Philip Torr</i></li>
<li><a href="/paper/2020/hash/70feb62b69f16e0238f741fab228fec2-Abstract.html">Unsupervised Learning of Visual Features by Contrasting Cluster Assignments</a> <i>Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, Armand Joulin</i></li>
<li><a href="/paper/2020/hash/712a3c9878efeae8ff06d57432016ceb-Abstract.html">Sharpened Generalization Bounds based on Conditional Mutual Information and an Application to Noisy, Iterative Algorithms</a> <i>Mahdi Haghifam, Jeffrey Negrea, Ashish Khisti, Daniel M. Roy, Gintare Karolina Dziugaite</i></li>
<li><a href="/paper/2020/hash/7137debd45ae4d0ab9aa953017286b20-Abstract.html">Learning Deformable Tetrahedral Meshes for 3D Reconstruction</a> <i>Jun Gao, Wenzheng Chen, Tommy Xiang, Alec Jacobson, Morgan McGuire, Sanja Fidler</i></li>
<li><a href="/paper/2020/hash/713fd63d76c8a57b16fc433fb4ae718a-Abstract.html">Information theoretic limits of learning a sparse rule</a> <i>Clément Luneau, jean barbier, Nicolas Macris</i></li>
<li><a href="/paper/2020/hash/7183145a2a3e0ce2b68cd3735186b1d5-Abstract.html">Self-supervised learning through the eyes of a child</a> <i>Emin Orhan, Vaibhav Gupta, Brenden M. Lake</i></li>
<li><a href="/paper/2020/hash/71a58e8cb75904f24cde464161c3e766-Abstract.html">Unsupervised Semantic Aggregation and Deformable Template Matching for Semi-Supervised Learning</a> <i>Tao Han, Junyu Gao, Yuan Yuan, Qi Wang</i></li>
<li><a href="/paper/2020/hash/71c1806ca28b555c76650f52bb0d2810-Abstract.html">A game-theoretic analysis of networked system control for common-pool resource management using multi-agent reinforcement learning</a> <i>Arnu Pretorius, Scott Cameron, Elan van Biljon, Thomas Makkink, Shahil Mawjee, Jeremy du Plessis, Jonathan Shock, Alexandre Laterre, Karim Beguir</i></li>
<li><a href="/paper/2020/hash/71e9c6620d381d60196ebe694840aaaa-Abstract.html">What shapes feature representations? Exploring datasets, architectures, and training</a> <i>Katherine Hermann, Andrew Lampinen</i></li>
<li><a href="/paper/2020/hash/7212a6567c8a6c513f33b858d868ff80-Abstract.html">Optimal Best-arm Identification in Linear Bandits</a> <i>Yassir Jedra, Alexandre Proutiere</i></li>
<li><a href="/paper/2020/hash/7221e5c8ec6b08ef6d3f9ff3ce6eb1d1-Abstract.html">Data Diversification: A Simple Strategy For Neural Machine Translation</a> <i>Xuan-Phi Nguyen, Shafiq Joty, Kui Wu, Ai Ti Aw</i></li>
<li><a href="/paper/2020/hash/722caafb4825ef5d8670710fa29087cf-Abstract.html">Interstellar: Searching Recurrent Architecture for Knowledge Graph Embedding</a> <i>Yongqi Zhang, Quanming Yao, Lei Chen</i></li>
<li><a href="/paper/2020/hash/723e8f97fde15f7a8d5ff8d558ea3f16-Abstract.html">CoSE: Compositional Stroke Embeddings</a> <i>Emre Aksan, Thomas Deselaers, Andrea Tagliasacchi, Otmar Hilliges</i></li>
<li><a href="/paper/2020/hash/7250eb93b3c18cc9daa29cf58af7a004-Abstract.html">Learning Multi-Agent Coordination for Enhancing Target Coverage in Directional Sensor Networks</a> <i>Jing Xu, Fangwei Zhong, Yizhou Wang</i></li>
<li><a href="/paper/2020/hash/7261925973c9bf0a74d85ae968a57e5f-Abstract.html">Biological credit assignment through dynamic inversion of feedforward networks</a> <i>William Podlaski, Christian K. Machens</i></li>
<li><a href="/paper/2020/hash/7288251b27c8f0e73f4d7f483b06a785-Abstract.html">Discriminative Sounding Objects Localization via Self-supervised Audiovisual Matching</a> <i>Di Hu, Rui Qian, Minyue Jiang, Xiao Tan, Shilei Wen, Errui Ding, Weiyao Lin, Dejing Dou</i></li>
<li><a href="/paper/2020/hash/72ab54f9b8c11fae5b923d7f854ef06a-Abstract.html">Learning Multi-Agent Communication through Structured Attentive Reasoning</a> <i>Murtaza Rangwala, Ryan Williams</i></li>
<li><a href="/paper/2020/hash/72b32a1f754ba1c09b3695e0cb6cde7f-Abstract.html">Private Identity Testing for High-Dimensional Distributions</a> <i>Clément L. Canonne, Gautam Kamath, Audra McMillan, Jonathan Ullman, Lydia Zakynthinou</i></li>
<li><a href="/paper/2020/hash/72e6d3238361fe70f22fb0ac624a7072-Abstract.html">On the Optimal Weighted $\ell_2$ Regularization in Overparameterized Linear Regression</a> <i>Denny Wu, Ji Xu</i></li>
<li><a href="/paper/2020/hash/731309c4bb223491a9f67eac5214fb2e-Abstract.html">An Efficient Asynchronous Method for Integrating Evolutionary and Gradient-based Policy Search</a> <i>Kyunghyun Lee, Byeong-Uk Lee, Ukcheol Shin, In So Kweon</i></li>
<li><a href="/paper/2020/hash/731c83db8d2ff01bdc000083fd3c3740-Abstract.html">MetaSDF: Meta-Learning Signed Distance Functions</a> <i>Vincent Sitzmann, Eric Chan, Richard Tucker, Noah Snavely, Gordon Wetzstein</i></li>
<li><a href="/paper/2020/hash/735ddec196a9ca5745c05bec0eaa4bf9-Abstract.html">Simple and Scalable Sparse k-means Clustering via Feature Ranking</a> <i>Zhiyue Zhang, Kenneth Lange, Jason Xu</i></li>
<li><a href="/paper/2020/hash/73634c1dcbe056c1f7dcf5969da406c8-Abstract.html">Model-based Adversarial Meta-Reinforcement Learning</a> <i>Zichuan Lin, Garrett Thomas, Guangwen Yang, Tengyu Ma</i></li>
<li><a href="/paper/2020/hash/73740ea85c4ec25f00f9acbd859f861d-Abstract.html">Graph Policy Network for Transferable Active Learning on Graphs</a> <i>Shengding Hu, Zheng Xiong, Meng Qu, Xingdi Yuan, Marc-Alexandre Côté, Zhiyuan Liu, Jian Tang</i></li>
<li><a href="/paper/2020/hash/738a6457be8432bab553e21b4235dd97-Abstract.html">Towards a Better Global Loss Landscape of GANs</a> <i>Ruoyu Sun, Tiantian Fang, Alexander Schwing</i></li>
<li><a href="/paper/2020/hash/73a427badebe0e32caa2e1fc7530b7f3-Abstract.html">Weighted QMIX: Expanding Monotonic Value Function Factorisation for Deep Multi-Agent Reinforcement Learning</a> <i>Tabish Rashid, Gregory Farquhar, Bei Peng, Shimon Whiteson</i></li>
<li><a href="/paper/2020/hash/73b817090081cef1bca77232f4532c5d-Abstract.html">BanditPAM: Almost Linear Time k-Medoids Clustering via Multi-Armed Bandits</a> <i>Mo Tiwari, Martin J. Zhang, James Mayclin, Sebastian Thrun, Chris Piech, Ilan Shomorony</i></li>
<li><a href="/paper/2020/hash/73d02e4344f71a0b0d51a925246990e7-Abstract.html">UDH: Universal Deep Hiding for Steganography, Watermarking, and Light Field Messaging</a> <i>Chaoning Zhang, Philipp Benz, Adil Karjauv, Geng Sun, In Kweon</i></li>
<li><a href="/paper/2020/hash/73f95ee473881dea4afd89c06165fa66-Abstract.html">Evidential Sparsification of Multimodal Latent Spaces in Conditional Variational Autoencoders</a> <i>Masha Itkina, Boris Ivanovic, Ransalu Senanayake, Mykel J. Kochenderfer, Marco Pavone</i></li>
<li><a href="/paper/2020/hash/747c1bcceb6109a4ef936bc70cfe67de-Abstract.html">An Unbiased Risk Estimator for Learning with Augmented Classes</a> <i>Yu-Jie Zhang, Peng Zhao, Lanjihong Ma, Zhi-Hua Zhou</i></li>
<li><a href="/paper/2020/hash/747d3443e319a22747fbb873e8b2f9f2-Abstract.html">AutoBSS: An Efficient Algorithm for Block Stacking Style Search</a> <i>yikang zhang, Jian Zhang, Zhao Zhong</i></li>
<li><a href="/paper/2020/hash/747e32ab0fea7fbd2ad9ec03daa3f840-Abstract.html">Pushing the Limits of Narrow Precision Inferencing at Cloud Scale with Microsoft Floating Point</a> <i>Bita Darvish Rouhani, Daniel Lo, Ritchie Zhao, Ming Liu, Jeremy Fowers, Kalin Ovtcharov , Anna Vinogradsky, Sarah Massengill , Lita Yang, Ray Bittner, Alessandro Forin, Haishan Zhu, Taesik Na, Prerak Patel, Shuai Che, Lok Chand Koppaka , XIA SONG, Subhojit Som, Kaustav Das, Saurabh T, Steve Reinhardt , Sitaram Lanka, Eric Chung, Doug Burger</i></li>
<li><a href="/paper/2020/hash/74dbd1111727a31a2b825d615d80b2e7-Abstract.html">Stochastic Optimization with Laggard Data Pipelines</a> <i>Naman Agarwal, Rohan Anil, Tomer Koren, Kunal Talwar, Cyril Zhang</i></li>
<li><a href="/paper/2020/hash/74de5f915765ea59816e770a8e686f38-Abstract.html">Self-supervised Auxiliary Learning with Meta-paths for Heterogeneous Graphs</a> <i>Dasol Hwang, Jinyoung Park, Sunyoung Kwon, KyungMin Kim, Jung-Woo Ha, Hyunwoo J. Kim</i></li>
<li><a href="/paper/2020/hash/7503cfacd12053d309b6bed5c89de212-Abstract.html">GPS-Net: Graph-based Photometric Stereo Network</a> <i>Zhuokun Yao, Kun Li, Ying Fu, Haofeng Hu, Boxin Shi</i></li>
<li><a href="/paper/2020/hash/7504adad8bb96320eb3afdd4df6e1f60-Abstract.html">Consistent Structural Relation Learning for Zero-Shot Segmentation</a> <i>Peike Li, Yunchao Wei, Yi Yang</i></li>
<li><a href="/paper/2020/hash/751d51528afe5e6f7fe95dece4ed32ba-Abstract.html">Model Selection in Contextual Stochastic Bandit Problems</a> <i>Aldo Pacchiano, My Phan, Yasin Abbasi Yadkori, Anup Rao, Julian Zimmert, Tor Lattimore, Csaba Szepesvari</i></li>
<li><a href="/paper/2020/hash/751f6b6b02bf39c41025f3bcfd9948ad-Abstract.html">Truncated Linear Regression in High Dimensions</a> <i>Constantinos Daskalakis, Dhruv Rohatgi, Emmanouil Zampetakis</i></li>
<li><a href="/paper/2020/hash/7520fa31d14f45add6d61e52df5a03ff-Abstract.html">Incorporating Pragmatic Reasoning Communication into Emergent Language</a> <i>Yipeng Kang, Tonghan Wang, Gerard de Melo</i></li>
<li><a href="/paper/2020/hash/753a043674f0193523abc1bbce678686-Abstract.html">Deep Subspace Clustering with Data Augmentation</a> <i>Mahdi Abavisani, Alireza Naghizadeh, Dimitris Metaxas, Vishal Patel</i></li>
<li><a href="/paper/2020/hash/75800f73fa80f935216b8cfbedf77bfa-Abstract.html">An Empirical Process Approach to the Union Bound: Practical Algorithms for Combinatorial and Linear Bandits</a> <i>Julian Katz-Samuels, Lalit Jain, zohar karnin, Kevin G. Jamieson</i></li>
<li><a href="/paper/2020/hash/75877cb75154206c4e65e76b88a12712-Abstract.html">Can Graph Neural Networks Count Substructures?</a> <i>Zhengdao Chen, Lei Chen, Soledad Villar, Joan Bruna</i></li>
<li><a href="/paper/2020/hash/75a7c30fc0063c4952d7eb044a3c0897-Abstract.html">A Bayesian Perspective on Training Speed and Model Selection</a> <i>Clare Lyle, Lisa Schut, Robin Ru, Yarin Gal, Mark van der Wilk</i></li>
<li><a href="/paper/2020/hash/75c58d36157505a600e0695ed0b3a22d-Abstract.html">On the Modularity of Hypernetworks</a> <i>Tomer Galanti, Lior Wolf</i></li>
<li><a href="/paper/2020/hash/75df63609809c7a2052fdffe5c00a84e-Abstract.html">Doubly Robust Off-Policy Value and Gradient Estimation for Deterministic Policies</a> <i>Nathan Kallus, Masatoshi Uehara</i></li>
<li><a href="/paper/2020/hash/75ebb02f92fc30a8040bbd625af999f1-Abstract.html">Provably Efficient Neural GTD for Off-Policy Learning</a> <i>Hoi-To Wai, Zhuoran Yang, Zhaoran Wang, Mingyi Hong</i></li>
<li><a href="/paper/2020/hash/7612936dcc85282c6fa4dd9d4ffe57f1-Abstract.html">Learning Discrete Energy-based Models via Auxiliary-variable Local Exploration</a> <i>Hanjun Dai, Rishabh Singh, Bo Dai, Charles Sutton, Dale Schuurmans</i></li>
<li><a href="/paper/2020/hash/766d856ef1a6b02f93d894415e6bfa0e-Abstract.html">Stable and expressive recurrent vision models</a> <i>Drew Linsley, Alekh Karkada Ashok, Lakshmi Narasimhan Govindarajan, Rex Liu, Thomas Serre</i></li>
<li><a href="/paper/2020/hash/766e428d1e232bbdd58664b41346196c-Abstract.html">Entropic Optimal Transport between Unbalanced Gaussian Measures has a Closed Form</a> <i>Hicham Janati, Boris Muzellec, Gabriel Peyré, Marco Cuturi</i></li>
<li><a href="/paper/2020/hash/768e78024aa8fdb9b8fe87be86f64745-Abstract.html">BRP-NAS: Prediction-based NAS using GCNs</a> <i>Lukasz Dudziak, Thomas Chau, Mohamed Abdelfattah, Royson Lee, Hyeji Kim, Nicholas Lane</i></li>
<li><a href="/paper/2020/hash/769c3bce651ce5feaa01ce3b75986420-Abstract.html">Deep Shells: Unsupervised Shape Correspondence with Optimal Transport</a> <i>Marvin Eisenberger, Aysim Toker, Laura Leal-Taixé, Daniel Cremers</i></li>
<li><a href="/paper/2020/hash/76cf99d3614e23eabab16fb27e944bf9-Abstract.html">ISTA-NAS: Efficient and Consistent Neural Architecture Search by Sparse Coding</a> <i>Yibo Yang, Hongyang Li, Shan You, Fei Wang, Chen Qian, Zhouchen Lin</i></li>
<li><a href="/paper/2020/hash/76dc611d6ebaafc66cc0879c71b5db5c-Abstract.html">Rel3D: A Minimally Contrastive Benchmark for Grounding Spatial Relations in 3D</a> <i>Ankit Goyal, Kaiyu Yang, Dawei Yang, Jia Deng</i></li>
<li><a href="/paper/2020/hash/770f8e448d07586afbf77bb59f698587-Abstract.html">Regularizing Black-box Models for Improved Interpretability</a> <i>Gregory Plumb, Maruan Al-Shedivat, Ángel Alexander Cabrera, Adam Perer, Eric Xing, Ameet Talwalkar</i></li>
<li><a href="/paper/2020/hash/77133be2e96a577bd4794928976d2ae2-Abstract.html">Trust the Model When It Is Confident: Masked Model-based Actor-Critic</a> <i>Feiyang Pan, Jia He, Dandan Tu, Qing He</i></li>
<li><a href="/paper/2020/hash/77305c2f862ad1d353f55bf38e5a5183-Abstract.html">Semi-Supervised Neural Architecture Search</a> <i>Renqian Luo, Xu Tan, Rui Wang, Tao Qin, Enhong Chen, Tie-Yan Liu</i></li>
<li><a href="/paper/2020/hash/77330e1330ae2b086e5bfcae50d9ffae-Abstract.html">Consistency Regularization for Certified Robustness of Smoothed Classifiers</a> <i>Jongheon Jeong, Jinwoo Shin</i></li>
<li><a href="/paper/2020/hash/774412967f19ea61d448977ad9749078-Abstract.html">Robust Multi-Agent Reinforcement Learning with Model Uncertainty</a> <i>Kaiqing Zhang, TAO SUN, Yunzhe Tao, Sahika Genc, Sunil Mallya, Tamer Basar</i></li>
<li><a href="/paper/2020/hash/778609db5dc7e1a8315717a9cdd8fd6f-Abstract.html">SIRI: Spatial Relation Induced Network For Spatial Description Resolution</a> <i>peiyao wang, Weixin Luo, Yanyu Xu, Haojie Li, Shugong Xu, Jianyu Yang, Shenghua Gao</i></li>
<li><a href="/paper/2020/hash/780261c4b9a55cd803080619d0cc3e11-Abstract.html">Adaptive Shrinkage Estimation for Streaming Graphs</a> <i>Nesreen Ahmed, Nick Duffield</i></li>
<li><a href="/paper/2020/hash/781397bc0630d47ab531ea850bddcf63-Abstract.html">Make One-Shot Video Object Segmentation Efficient Again</a> <i>Tim Meinhardt, Laura Leal-Taixé</i></li>
<li><a href="/paper/2020/hash/781877bda0783aac5f1cf765c128b437-Abstract.html">Depth Uncertainty in Neural Networks</a> <i>Javier Antoran, James Allingham, José Miguel Hernández-Lobato</i></li>
<li><a href="/paper/2020/hash/786ab8c4d7ee758f80d57e65582e609d-Abstract.html">Non-Euclidean Universal Approximation</a> <i>Anastasis Kratsios, Ievgen Bilokopytov</i></li>
<li><a href="/paper/2020/hash/78719f11fa2df9917de3110133506521-Abstract.html">Constraining Variational Inference with Geometric Jensen-Shannon Divergence</a> <i>Jacob Deasy, Nikola Simidjievski, Pietro Lió</i></li>
<li><a href="/paper/2020/hash/7880d7226e872b776d8b9f23975e2a3d-Abstract.html">Gibbs Sampling with People</a> <i>Peter Harrison, Raja Marjieh, Federico Adolfi, Pol van Rijn, Manuel Anglada-Tort, Ofer Tchernichovski, Pauline Larrouy-Maestri, Nori Jacoby</i></li>
<li><a href="/paper/2020/hash/788d986905533aba051261497ecffcbb-Abstract.html">HM-ANN: Efficient Billion-Point Nearest Neighbor Search on Heterogeneous Memory</a> <i>Jie Ren, Minjia Zhang, Dong Li</i></li>
<li><a href="/paper/2020/hash/789ba2ae4d335e8a2ad283a3f7effced-Abstract.html">FrugalML: How to use ML Prediction APIs more accurately and cheaply</a> <i>Lingjiao Chen, Matei Zaharia, James Y. Zou</i></li>
<li><a href="/paper/2020/hash/78f7d96ea21ccae89a7b581295f34135-Abstract.html">Sharp Representation Theorems for ReLU Networks with Precise Dependence on Depth</a> <i>Guy Bresler, Dheeraj Nagaraj</i></li>
<li><a href="/paper/2020/hash/7967cc8e3ab559e68cc944c44b1cf3e8-Abstract.html">Shared Experience Actor-Critic for Multi-Agent Reinforcement Learning</a> <i>Filippos Christianos, Lukas Schäfer, Stefano Albrecht</i></li>
<li><a href="/paper/2020/hash/798d1c2813cbdf8bcdb388db0e32d496-Abstract.html">Monotone operator equilibrium networks</a> <i>Ezra Winston, J. Zico Kolter</i></li>
<li><a href="/paper/2020/hash/79a3308b13cd31f096d8a4a34f96b66b-Abstract.html">When and How to Lift the Lockdown? Global COVID-19 Scenario Analysis and Policy Assessment using Compartmental Gaussian Processes</a> <i>Zhaozhi Qian, Ahmed M. Alaa, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/79f56e5e3e0e999b3c139f225838d41f-Abstract.html">Unsupervised Learning of Lagrangian Dynamics from Images for Prediction and Control</a> <i>Yaofeng Desmond Zhong, Naomi Leonard</i></li>
<li><a href="/paper/2020/hash/7a006957be65e608e863301eb98e1808-Abstract.html">High-Dimensional Sparse Linear Bandits</a> <i>Botao Hao, Tor Lattimore, Mengdi Wang</i></li>
<li><a href="/paper/2020/hash/7a1d9028a78f418cb8f01909a348d9b2-Abstract.html">Non-Stochastic Control with Bandit Feedback</a> <i>Paula Gradu, John Hallman, Elad Hazan</i></li>
<li><a href="/paper/2020/hash/7a22c0c0a4515485e31f95fd372050c9-Abstract.html">Generalized Leverage Score Sampling for Neural Networks</a> <i>Jason D. Lee, Ruoqi Shen, Zhao Song, Mengdi Wang, zheng Yu</i></li>
<li><a href="/paper/2020/hash/7a43ed4e82d06a1e6b2e88518fb8c2b0-Abstract.html">An Optimal Elimination Algorithm for Learning a Best Arm</a> <i>Avinatan Hassidim, Ron Kupfer, Yaron Singer</i></li>
<li><a href="/paper/2020/hash/7a53928fa4dd31e82c6ef826f341daec-Abstract.html">Efficient Projection-free Algorithms for Saddle Point Problems</a> <i>Cheng Chen, Luo Luo, Weinan Zhang, Yong Yu</i></li>
<li><a href="/paper/2020/hash/7a674153c63cff1ad7f0e261c369ab2c-Abstract.html">A mathematical model for automatic differentiation in machine learning</a> <i>Jérôme Bolte, Edouard Pauwels</i></li>
<li><a href="/paper/2020/hash/7a677bb4477ae2dd371add568dd19e23-Abstract.html">Unsupervised Text Generation by Learning from Search</a> <i>Jingjing Li, Zichao Li, Lili Mou, Xin Jiang, Michael Lyu, Irwin King</i></li>
<li><a href="/paper/2020/hash/7a685d9edd95508471a9d3d6fcace432-Abstract.html">Learning Compositional Rules via Neural Program Synthesis</a> <i>Maxwell Nye, Armando Solar-Lezama, Josh Tenenbaum, Brenden M. Lake</i></li>
<li><a href="/paper/2020/hash/7a6a74cbe87bc60030a4bd041dd47b78-Abstract.html">Incorporating BERT into Parallel Sequence Decoding with Adapters</a> <i>Junliang Guo, Zhirui Zhang, Linli Xu, Hao-Ran Wei, Boxing Chen, Enhong Chen</i></li>
<li><a href="/paper/2020/hash/7a8b8402b2f0fc78cf726ee484a0a2b7-Abstract.html">Estimating Fluctuations in Neural Representations of Uncertain Environments</a> <i>Sahand Farhoodi, Mark Plitt, Lisa Giocomo, Uri Eden</i></li>
<li><a href="/paper/2020/hash/7a9a322cbe0d06a98667fdc5160dc6f8-Abstract.html">Discover, Hallucinate, and Adapt: Open Compound Domain Adaptation for Semantic Segmentation</a> <i>KwanYong Park, Sanghyun Woo, Inkyu Shin, In So Kweon</i></li>
<li><a href="/paper/2020/hash/7ac52e3f2729d1b3f6d2b7e8f6467226-Abstract.html">SURF: A Simple, Universal, Robust, Fast Distribution Learning Algorithm</a> <i>Yi Hao, Ayush Jain, Alon Orlitsky, Vaishakh Ravindrakumar</i></li>
<li><a href="/paper/2020/hash/7b41bfa5085806dfa24b8c9de0ce567f-Abstract.html">Understanding Approximate Fisher Information for Fast Convergence of Natural Gradient Descent in Wide Neural Networks</a> <i>Ryo Karakida, Kazuki Osawa</i></li>
<li><a href="/paper/2020/hash/7b497aa1b2a83ec63d1777a88676b0c2-Abstract.html">General Transportability of Soft Interventions: Completeness Results</a> <i>Juan Correa, Elias Bareinboim</i></li>
<li><a href="/paper/2020/hash/7ba0691b7777b6581397456412a41390-Abstract.html">GAIT-prop: A biologically plausible learning rule derived from backpropagation of error</a> <i>Nasir Ahmad, Marcel A. J. van Gerven, Luca Ambrogioni</i></li>
<li><a href="/paper/2020/hash/7bab7650be60b0738e22c3b8745f937d-Abstract.html">Lipschitz Bounds and Provably Robust Training by Laplacian Smoothing</a> <i>Vishaal Krishnan, Abed AlRahman Al Makdah, Fabio Pasqualetti</i></li>
<li><a href="/paper/2020/hash/7bcdf75ad237b8e02e301f4091fb6bc8-Abstract.html">SCOP: Scientific Control for Reliable Neural Network Pruning</a> <i>Yehui Tang, Yunhe Wang, Yixing Xu, Dacheng Tao, Chunjing XU, Chao Xu, Chang Xu</i></li>
<li><a href="/paper/2020/hash/7bd28f15a49d5e5848d6ec70e584e625-Abstract.html">Provably Consistent Partial-Label Learning</a> <i>Lei Feng, Jiaqi Lv, Bo Han, Miao Xu, Gang Niu, Xin Geng, Bo An, Masashi Sugiyama</i></li>
<li><a href="/paper/2020/hash/7cac11e2f46ed46c339ec3d569853759-Abstract.html">Robust, Accurate Stochastic Optimization for Variational Inference</a> <i>Akash Kumar Dhaka, Alejandro Catalina, Michael R. Andersen, Måns Magnusson, Jonathan Huggins, Aki Vehtari</i></li>
<li><a href="/paper/2020/hash/7cc538b1337957dae283c30ad46def38-Abstract.html">Discovering conflicting groups in signed networks</a> <i>Ruo-Chun Tzeng, Bruno Ordozgoiti, Aristides Gionis</i></li>
<li><a href="/paper/2020/hash/7cc980b0f894bd0cf05c37c246f215f3-Abstract.html">Learning Some Popular Gaussian Graphical Models without Condition Number Bounds</a> <i>Jonathan Kelner, Frederic Koehler, Raghu Meka, Ankur Moitra</i></li>
<li><a href="/paper/2020/hash/7d265aa7147bd3913fb84c7963a209d1-Abstract.html">Sense and Sensitivity Analysis: Simple Post-Hoc Analysis of Bias Due to Unobserved Confounding</a> <i>Victor Veitch, Anisha Zaveri</i></li>
<li><a href="/paper/2020/hash/7d3d5bcad324d3edc08e40738e663554-Abstract.html">Mix and Match: An Optimistic Tree-Search Approach for Learning Models from Mixture Distributions</a> <i>Matthew Faw, Rajat Sen, Karthikeyan Shanmugam, Constantine Caramanis, Sanjay Shakkottai</i></li>
<li><a href="/paper/2020/hash/7d420e2b2939762031eed0447a9be19f-Abstract.html">Understanding Double Descent Requires A Fine-Grained Bias-Variance Decomposition</a> <i>Ben Adlam, Jeffrey Pennington</i></li>
<li><a href="/paper/2020/hash/7d97667a3e056acab9aaf653807b4a03-Abstract.html">VIME: Extending the Success of Self- and Semi-supervised Learning to Tabular Domain</a> <i>Jinsung Yoon, Yao Zhang, James Jordon, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/7e05d6f828574fbc975a896b25bb011e-Abstract.html">The Smoothed Possibility of Social Choice</a> <i>Lirong Xia</i></li>
<li><a href="/paper/2020/hash/7e0a0209b929d097bd3e8ef30567a5c1-Abstract.html">A Decentralized Parallel Algorithm for Training Generative Adversarial Nets</a> <i>Mingrui Liu, Wei Zhang, Youssef Mroueh, Xiaodong Cui, Jarret Ross, Tianbao Yang, Payel Das</i></li>
<li><a href="/paper/2020/hash/7ec0dbeee45813422897e04ad8424a5e-Abstract.html">Phase retrieval in high dimensions: Statistical and computational phase transitions</a> <i>Antoine Maillard, Bruno Loureiro, Florent Krzakala, Lenka Zdeborová</i></li>
<li><a href="/paper/2020/hash/7ec2442aa04c157590b2fa1a7d093a33-Abstract.html">Fair Performance Metric Elicitation</a> <i>Gaurush Hiranandani, Harikrishna Narasimhan, Oluwasanmi O. Koyejo</i></li>
<li><a href="/paper/2020/hash/7f141cf8e7136ce8701dc6636c2a6fe4-Abstract.html">Hybrid Variance-Reduced SGD Algorithms For Minimax Problems with Nonconvex-Linear Function</a> <i>Quoc Tran Dinh, Deyi Liu, Lam Nguyen</i></li>
<li><a href="/paper/2020/hash/7f2be1b45d278ac18804b79207a24c53-Abstract.html">Belief-Dependent Macro-Action Discovery in POMDPs using the Value of Information</a> <i>Genevieve Flaspohler, Nicholas A. Roy, John W. Fisher III</i></li>
<li><a href="/paper/2020/hash/7f2cba89a7116c7c6b0a769572d5fad9-Abstract.html">Soft Contrastive Learning for Visual Localization</a> <i>Janine Thoma, Danda Pani Paudel, Luc V. Gool</i></li>
<li><a href="/paper/2020/hash/7f6caf1f0ba788cd7953d817724c2b6e-Abstract.html">Fine-Grained Dynamic Head for Object Detection</a> <i>Lin Song, Yanwei Li, Zhengkai Jiang, Zeming Li, Hongbin Sun, Jian Sun, Nanning Zheng</i></li>
<li><a href="/paper/2020/hash/7fa215c9efebb3811a7ef58409907899-Abstract.html">LoCo: Local Contrastive Representation Learning</a> <i>Yuwen Xiong, Mengye Ren, Raquel Urtasun</i></li>
<li><a href="/paper/2020/hash/7fc63ff01769c4fa7d9279e97e307829-Abstract.html">Modeling and Optimization Trade-off in Meta-learning</a> <i>Katelyn Gao, Ozan Sener</i></li>
<li><a href="/paper/2020/hash/7fd3b80fb1884e2927df46a7139bb8bf-Abstract.html">SnapBoost: A Heterogeneous Boosting Machine</a> <i>Thomas Parnell, Andreea Anghel, Małgorzata Łazuka, Nikolas Ioannou, Sebastian Kurella, Peshal Agarwal, Nikolaos Papandreou, Haralampos Pozidis</i></li>
<li><a href="/paper/2020/hash/803ef56843860e4a48fc4cdb3065e8ce-Abstract.html">On Adaptive Distance Estimation</a> <i>Yeshwanth Cherapanamjeri, Jelani Nelson</i></li>
<li><a href="/paper/2020/hash/804741413d7fe0e515b19a7ffc7b3027-Abstract.html">Stage-wise Conservative Linear Bandits</a> <i>Ahmadreza Moradipari, Christos Thrampoulidis, Mahnoosh Alizadeh</i></li>
<li><a href="/paper/2020/hash/806beafe154032a5b818e97b4420ad98-Abstract.html">RELATE: Physically Plausible Multi-Object Scene Synthesis Using Structured Latent Spaces</a> <i>Sebastien Ehrhardt, Oliver Groth, Aron Monszpart, Martin Engelcke, Ingmar Posner, Niloy Mitra, Andrea Vedaldi</i></li>
<li><a href="/paper/2020/hash/80b618ebcac7aa97a6dac2ba65cb7e36-Abstract.html">Metric-Free Individual Fairness in Online Learning</a> <i>Yahav Bechavod, Christopher Jung, Steven Z. Wu</i></li>
<li><a href="/paper/2020/hash/8169e05e2a0debcb15458f2cc1eff0ea-Abstract.html">GreedyFool: Distortion-Aware Sparse Adversarial Attack</a> <i>Xiaoyi Dong, Dongdong Chen, Jianmin Bao, Chuan Qin, Lu Yuan, Weiming Zhang, Nenghai Yu, Dong Chen</i></li>
<li><a href="/paper/2020/hash/8171ac2c5544a5cb54ac0f38bf477af4-Abstract.html">VAEM: a Deep Generative Model for Heterogeneous Mixed Type Data</a> <i>Chao Ma, Sebastian Tschiatschek, Richard Turner, José Miguel Hernández-Lobato, Cheng Zhang</i></li>
<li><a href="/paper/2020/hash/819f46e52c25763a55cc642422644317-Abstract.html">RetroXpert: Decompose Retrosynthesis Prediction Like A Chemist</a> <i>Chaochao Yan, Qianggang Ding, Peilin Zhao, Shuangjia Zheng, JINYU YANG, Yang Yu, Junzhou Huang</i></li>
<li><a href="/paper/2020/hash/81e3225c6ad49623167a4309eb4b2e75-Abstract.html">Sample-Efficient Optimization in the Latent Space of Deep Generative Models via Weighted Retraining</a> <i>Austin Tripp, Erik Daxberger, José Miguel Hernández-Lobato</i></li>
<li><a href="/paper/2020/hash/81e793dc8317a3dbc3534ed3f242c418-Abstract.html">Improved Sample Complexity for Incremental Autonomous Exploration in MDPs</a> <i>Jean Tarbouriech, Matteo Pirotta, Michal Valko, Alessandro Lazaric</i></li>
<li><a href="/paper/2020/hash/81f7acabd411274fcf65ce2070ed568a-Abstract.html">TinyTL: Reduce Memory, Not Parameters for Efficient On-Device Learning</a> <i>Han Cai, Chuang Gan, Ligeng Zhu, Song Han</i></li>
<li><a href="/paper/2020/hash/82039d16dce0aab3913b6a7ac73deff7-Abstract.html">RD$^2$: Reward Decomposition with Representation Decomposition</a> <i>Zichuan Lin, Derek Yang, Li Zhao, Tao Qin, Guangwen Yang, Tie-Yan Liu</i></li>
<li><a href="/paper/2020/hash/821fa74b50ba3f7cba1e6c53e8fa6845-Abstract.html">Self-paced Contrastive Learning with Hybrid Memory for Domain Adaptive Object Re-ID</a> <i>Yixiao Ge, Feng Zhu, Dapeng Chen, Rui Zhao, hongsheng Li</i></li>
<li><a href="/paper/2020/hash/8248a99e81e752cb9b41da3fc43fbe7f-Abstract.html">Fairness constraints can help exact inference in structured prediction</a> <i>Kevin Bello, Jean Honorio</i></li>
<li><a href="/paper/2020/hash/82674fc29bc0d9895cee346548c2cb5c-Abstract.html">Instance-based Generalization in Reinforcement Learning</a> <i>Martin Bertran, Natalia Martinez, Mariano Phielipp, Guillermo Sapiro</i></li>
<li><a href="/paper/2020/hash/8289889263db4a40463e3f358bb7c7a1-Abstract.html">Smooth And Consistent Probabilistic Regression Trees</a> <i>Sami Alkhoury, Emilie Devijver, Marianne Clausel, Myriam Tami, Eric Gaussier, georges Oppenheim</i></li>
<li><a href="/paper/2020/hash/82b04cd5aa016d979fe048f3ddf0e8d3-Abstract.html">Computing Valid p-value for Optimal Changepoint by Selective Inference using Dynamic Programming</a> <i>Vo Nguyen Le Duy, Hiroki Toda, Ryota Sugiyama, Ichiro Takeuchi</i></li>
<li><a href="/paper/2020/hash/82e9e7a12665240d13d0b928be28f230-Abstract.html">Factorized Neural Processes for Neural Processes: K-Shot Prediction of Neural Responses</a> <i>Ronald (James) Cotton, Fabian Sinz, Andreas Tolias</i></li>
<li><a href="/paper/2020/hash/83004190b1793d7aa15f8d0d49a13eba-Abstract.html">Winning the Lottery with Continuous Sparsification</a> <i>Pedro Savarese, Hugo Silva, Michael Maire</i></li>
<li><a href="/paper/2020/hash/837a7924b8c0aa866e41b2721f66135c-Abstract.html">Adversarial robustness via robust low rank representations</a> <i>Pranjal Awasthi, Himanshu Jain, Ankit Singh Rawat, Aravindan Vijayaraghavan</i></li>
<li><a href="/paper/2020/hash/8396b14c5dff55d13eea57487bf8ed26-Abstract.html">Joints in Random Forests</a> <i>Alvaro Correia, Robert Peharz, Cassio P. de Campos</i></li>
<li><a href="/paper/2020/hash/83adc9225e4deb67d7ce42d58fe5157c-Abstract.html">Compositional Generalization by Learning Analytical Expressions</a> <i>Qian Liu, Shengnan An, Jian-Guang Lou, Bei Chen, Zeqi Lin, Yan Gao, Bin Zhou, Nanning Zheng, Dongmei Zhang</i></li>
<li><a href="/paper/2020/hash/83d3d4b6c9579515e1679aca8cbc8033-Abstract.html">JAX MD: A Framework for Differentiable Physics</a> <i>Samuel Schoenholz, Ekin Dogus Cubuk</i></li>
<li><a href="/paper/2020/hash/83eaa6722798a773dd55e8fc7443aa09-Abstract.html">An implicit function learning approach for parametric modal regression</a> <i>Yangchen Pan, Ehsan Imani, Amir-massoud Farahmand, Martha White</i></li>
<li><a href="/paper/2020/hash/83fa5a432ae55c253d0e60dbfa716723-Abstract.html">SDF-SRN: Learning Signed Distance 3D Object Reconstruction from Static Images</a> <i>Chen-Hsuan Lin, Chaoyang Wang, Simon Lucey</i></li>
<li><a href="/paper/2020/hash/8493eeaccb772c0878f99d60a0bd2bb3-Abstract.html">Coresets for Robust Training of Deep Neural Networks against Noisy Labels</a> <i>Baharan Mirzasoleiman, Kaidi Cao, Jure Leskovec</i></li>
<li><a href="/paper/2020/hash/84c230a5b1bc3495046ef916957c7238-Abstract.html">Adapting to Misspecification in Contextual Bandits</a> <i>Dylan J. Foster, Claudio Gentile, Mehryar Mohri, Julian Zimmert</i></li>
<li><a href="/paper/2020/hash/84c578f202616448a2f80e6f56d5f16d-Abstract.html">Convergence of Meta-Learning with Task-Specific Adaptation over Partial Parameters</a> <i>Kaiyi Ji, Jason D. Lee, Yingbin Liang, H. Vincent Poor</i></li>
<li><a href="/paper/2020/hash/84ddfb34126fc3a48ee38d7044e87276-Abstract.html">MetaPerturb: Transferable Regularizer for Heterogeneous Tasks and Architectures</a> <i>Jeong Un Ryu, JaeWoong Shin, Hae Beom Lee, Sung Ju Hwang</i></li>
<li><a href="/paper/2020/hash/84fec9a8e45846340fdf5c7c9f7ed66c-Abstract.html">Learning to solve TV regularised problems with unrolled algorithms</a> <i>Hamza Cherkaoui, Jeremias Sulam, Thomas Moreau</i></li>
<li><a href="/paper/2020/hash/8511df98c02ab60aea1b2356c013bc0f-Abstract.html">Object-Centric Learning with Slot Attention</a> <i>Francesco Locatello, Dirk Weissenborn, Thomas Unterthiner, Aravindh Mahendran, Georg Heigold, Jakob Uszkoreit, Alexey Dosovitskiy, Thomas Kipf</i></li>
<li><a href="/paper/2020/hash/85690f81aadc1749175c187784afc9ee-Abstract.html">Improving robustness against common corruptions by covariate shift adaptation</a> <i>Steffen Schneider, Evgenia Rusak, Luisa Eck, Oliver Bringmann, Wieland Brendel, Matthias Bethge</i></li>
<li><a href="/paper/2020/hash/858e47701162578e5e627cd93ab0938a-Abstract.html">Deep Smoothing of the Implied Volatility Surface</a> <i>Damien Ackerer, Natasa Tagasovska, Thibault Vatter</i></li>
<li><a href="/paper/2020/hash/85934679f30131d812a8c7475a7d0f74-Abstract.html">Probabilistic Inference with Algebraic Constraints: Theoretical Limits and Practical Approximations</a> <i>Zhe Zeng, Paolo Morettin, Fanqi Yan, Antonio Vergari, Guy Van den Broeck</i></li>
<li><a href="/paper/2020/hash/85b42dd8aae56e01379be5736db5b496-Abstract.html">Provable Online CP/PARAFAC Decomposition of a Structured Tensor via Dictionary Learning</a> <i>Sirisha Rambhatla, Xingguo Li, Jarvis Haupt</i></li>
<li><a href="/paper/2020/hash/85b9a5ac91cd629bd3afe396ec07270a-Abstract.html">Look-ahead Meta Learning for Continual Learning</a> <i>Gunshi Gupta, Karmesh Yadav, Liam Paull</i></li>
<li><a href="/paper/2020/hash/85c9f9efab89cee90a95cb98f15feacd-Abstract.html">A polynomial-time algorithm for learning nonparametric causal graphs</a> <i>Ming Gao, Yi Ding, Bryon Aragam</i></li>
<li><a href="/paper/2020/hash/85fc37b18c57097425b52fc7afbb6969-Abstract.html">Sparse Learning with CART</a> <i>Jason Klusowski</i></li>
<li><a href="/paper/2020/hash/8606bdb6f1fa707fc6ca309943eea443-Abstract.html">Proximal Mapping for Deep Regularization</a> <i>Mao Li, Yingyi Ma, Xinhua Zhang</i></li>
<li><a href="/paper/2020/hash/860b37e28ec7ba614f00f9246949561d-Abstract.html">Identifying Causal-Effect Inference Failure with Uncertainty-Aware Models</a> <i>Andrew Jesson, Sören Mindermann, Uri Shalit, Yarin Gal</i></li>
<li><a href="/paper/2020/hash/861637a425ef06e6d539aaaff113d1d5-Abstract.html">Hierarchical Granularity Transfer Learning</a> <i>Shaobo Min, Hongtao Xie, Hantao Yao, Xuran Deng, Zheng-Jun Zha, Yongdong Zhang</i></li>
<li><a href="/paper/2020/hash/865dfbde8a344b44095495f3591f7407-Abstract.html">Deep active inference agents using Monte-Carlo methods</a> <i>Zafeirios Fountas, Noor Sajid, Pedro Mediano, Karl Friston</i></li>
<li><a href="/paper/2020/hash/866d90e0921ac7b024b47d672445a086-Abstract.html">Consistent Estimation of Identifiable Nonparametric Mixture Models from Grouped Observations</a> <i>Alexander Ritchie, Robert A. Vandermeulen, Clayton Scott</i></li>
<li><a href="/paper/2020/hash/8682cc30db9c025ecd3fee433f8ab54c-Abstract.html">Manifold structure in graph embeddings</a> <i>Patrick Rubin-Delanchy</i></li>
<li><a href="/paper/2020/hash/86b94dae7c6517ec1ac767fd2c136580-Abstract.html">Adaptive Learned Bloom Filter (Ada-BF): Efficient Utilization of the Classifier with Application to Real-Time Information Filtering on the Web</a> <i>Zhenwei Dai, Anshumali Shrivastava</i></li>
<li><a href="/paper/2020/hash/86c51678350f656dcc7f490a43946ee5-Abstract.html">MCUNet: Tiny Deep Learning on IoT Devices</a> <i>Ji Lin, Wei-Ming Chen, Yujun Lin, john cohn, Chuang Gan, Song Han</i></li>
<li><a href="/paper/2020/hash/86d7c8a08b4aaa1bc7c599473f5dddda-Abstract.html">In search of robust measures of generalization</a> <i>Gintare Karolina Dziugaite, Alexandre Drouin, Brady Neal, Nitarshan Rajkumar, Ethan Caballero, Linbo Wang, Ioannis Mitliagkas, Daniel M. Roy</i></li>
<li><a href="/paper/2020/hash/8763d72bba4a7ade23f9ae1f09f4efc7-Abstract.html">Task-agnostic Exploration in Reinforcement Learning</a> <i>Xuezhou Zhang, Yuzhe Ma, Adish Singla</i></li>
<li><a href="/paper/2020/hash/8767bccb1ff4231a9962e3914f4f1f8f-Abstract.html">Multi-task Additive Models for Robust Estimation and Automatic Structure Discovery</a> <i>Yingjie Wang, Hong Chen, Feng Zheng, Chen Xu, Tieliang Gong, Yanhong Chen</i></li>
<li><a href="/paper/2020/hash/87736972ed2fb48230f1052699dedbe7-Abstract.html">Provably Efficient Reward-Agnostic Navigation with Linear Value Iteration</a> <i>Andrea Zanette, Alessandro Lazaric, Mykel J. Kochenderfer, Emma Brunskill</i></li>
<li><a href="/paper/2020/hash/884d247c6f65a96a7da4d1105d584ddd-Abstract.html">Softmax Deep Double Deterministic Policy Gradients</a> <i>Ling Pan, Qingpeng Cai, Longbo Huang</i></li>
<li><a href="/paper/2020/hash/885b2c7a6deb4fea10f319c4ce993e02-Abstract.html">Online Decision Based Visual Tracking via Reinforcement Learning</a> <i>ke Song, Wei Zhang, Ran Song, Yibin Li</i></li>
<li><a href="/paper/2020/hash/887caadc3642e304ede659b734f79b00-Abstract.html">Efficient Marginalization of Discrete and Structured Latent Variables via Sparsity</a> <i>Gonçalo Correia, Vlad Niculae, Wilker Aziz, André Martins</i></li>
<li><a href="/paper/2020/hash/88855547570f7ff053fff7c54e5148cc-Abstract.html">DeepI2I: Enabling Deep Hierarchical Image-to-Image Translation by Transferring from GANs</a> <i>yaxing wang, Lu Yu, Joost van de Weijer</i></li>
<li><a href="/paper/2020/hash/8929c70f8d710e412d38da624b21c3c8-Abstract.html">Distributional Robustness with IPMs and links to Regularization and GANs</a> <i>Hisham Husain</i></li>
<li><a href="/paper/2020/hash/89562dccfeb1d0394b9ae7e09544dc70-Abstract.html">A shooting formulation of deep learning</a> <i>François-Xavier Vialard, Roland Kwitt, Susan Wei, Marc Niethammer</i></li>
<li><a href="/paper/2020/hash/8965f76632d7672e7d3cf29c87ecaa0c-Abstract.html">CSI: Novelty Detection via Contrastive Learning on Distributionally Shifted Instances</a> <i>Jihoon Tack, Sangwoo Mo, Jongheon Jeong, Jinwoo Shin</i></li>
<li><a href="/paper/2020/hash/8977ecbb8cb82d77fb091c7a7f186163-Abstract.html">Learning Implicit Credit Assignment for Cooperative Multi-Agent Reinforcement Learning</a> <i>Meng Zhou, Ziyu Liu, Pengwei Sui, Yixuan Li, Yuk Ying Chung</i></li>
<li><a href="/paper/2020/hash/8989e07fc124e7a9bcbdebcc8ace2bc0-Abstract.html">MATE: Plugging in Model Awareness to Task Embedding for Meta Learning</a> <i>Xiaohan Chen, Zhangyang Wang, Siyu Tang, Krikamol Muandet</i></li>
<li><a href="/paper/2020/hash/89ae0fe22c47d374bc9350ef99e01685-Abstract.html">Restless-UCB, an Efficient and Low-complexity Algorithm for Online Restless Bandits</a> <i>Siwei Wang, Longbo Huang, John C. S. Lui</i></li>
<li><a href="/paper/2020/hash/89b9e0a6f6d1505fe13dea0f18a2dcfa-Abstract.html">Predictive Information Accelerates Learning in RL</a> <i>Kuang-Huei Lee, Ian Fischer, Anthony Liu, Yijie Guo, Honglak Lee, John Canny, Sergio Guadarrama</i></li>
<li><a href="/paper/2020/hash/8a1276c25f5efe85f0fc4020fbf5b4f8-Abstract.html">Robust and Heavy-Tailed Mean Estimation Made Simple, via Regret Minimization</a> <i>Sam Hopkins, Jerry Li, Fred Zhang</i></li>
<li><a href="/paper/2020/hash/8a50bae297807da9e97722a0b3fd8f27-Abstract.html">High-Fidelity Generative Image Compression</a> <i>Fabian Mentzer, George D. Toderici, Michael Tschannen, Eirikur Agustsson</i></li>
<li><a href="/paper/2020/hash/8a7129b8f3edd95b7d969dfc2c8e9d9d-Abstract.html">A Statistical Mechanics Framework for Task-Agnostic Sample Design in Machine Learning</a> <i>Bhavya Kailkhura, Jayaraman J. Thiagarajan, Qunwei Li, Jize Zhang, Yi Zhou, Timo Bremer</i></li>
<li><a href="/paper/2020/hash/8ab70731b1553f17c11a3bbc87e0b605-Abstract.html">Counterexample-Guided Learning of Monotonic Neural Networks</a> <i>Aishwarya Sivaraman, Golnoosh Farnadi, Todd Millstein, Guy Van den Broeck</i></li>
<li><a href="/paper/2020/hash/8ab9bb97ce35080338be74dc6375e0ed-Abstract.html">A Novel Approach for Constrained Optimization in Graphical Models</a> <i>Sara Rouhani, Tahrima Rahman, Vibhav Gogate</i></li>
<li><a href="/paper/2020/hash/8abfe8ac9ec214d68541fcb888c0b4c3-Abstract.html">Global Convergence of Deep Networks with One Wide Layer Followed by Pyramidal Topology</a> <i>Quynh N. Nguyen, Marco Mondelli</i></li>
<li><a href="/paper/2020/hash/8b4066554730ddfaa0266346bdc1b202-Abstract.html">On the Trade-off between Adversarial and Backdoor Robustness</a> <i>Cheng-Hsin Weng, Yan-Ting Lee, Shan-Hung (Brandon) Wu</i></li>
<li><a href="/paper/2020/hash/8b5c8441a8ff8e151b191c53c1842a38-Abstract.html">Implicit Graph Neural Networks</a> <i>Fangda Gu, Heng Chang, Wenwu Zhu, Somayeh Sojoudi, Laurent El Ghaoui</i></li>
<li><a href="/paper/2020/hash/8b9e7ab295e87570551db122a04c6f7c-Abstract.html">Rethinking Importance Weighting for Deep Learning under Distribution Shift</a> <i>Tongtong Fang, Nan Lu, Gang Niu, Masashi Sugiyama</i></li>
<li><a href="/paper/2020/hash/8ba6c657b03fc7c8dd4dff8e45defcd2-Abstract.html">Guiding Deep Molecular Optimization with Genetic Exploration</a> <i>Sung-Soo Ahn, Junsu Kim, Hankook Lee, Jinwoo Shin</i></li>
<li><a href="/paper/2020/hash/8bdb5058376143fa358981954e7626b8-Abstract.html">Temporal Spike Sequence Learning via Backpropagation for Deep Spiking Neural Networks</a> <i>Wenrui Zhang, Peng Li</i></li>
<li><a href="/paper/2020/hash/8c00dee24c9878fea090ed070b44f1ab-Abstract.html">TSPNet: Hierarchical Feature Learning via Temporal Semantic Pyramid for Sign Language Translation</a> <i>DONGXU LI, Chenchen Xu, Xin Yu, Kaihao Zhang, Benjamin Swift, Hanna Suominen, Hongdong Li</i></li>
<li><a href="/paper/2020/hash/8c3c27ac7d298331a1bdfd0a5e8703d3-Abstract.html">Neural Topographic Factor Analysis for fMRI Data</a> <i>Eli Sennesh, Zulqarnain Khan, Yiyu Wang, J Benjamin Hutchinson, Ajay Satpute, Jennifer Dy, Jan-Willem van de Meent</i></li>
<li><a href="/paper/2020/hash/8c53d30ad023ce50140181f713059ddf-Abstract.html">Neural Architecture Generator Optimization</a> <i>Robin Ru, Pedro Esperança, Fabio Maria Carlucci</i></li>
<li><a href="/paper/2020/hash/8ccf1fb8b09a8212bafea305cf5d5e9f-Abstract.html">A Bandit Learning Algorithm and Applications to Auction Design</a> <i>Kim Thang Nguyen</i></li>
<li><a href="/paper/2020/hash/8ce6fc704072e351679ac97d4a985574-Abstract.html">MetaPoison: Practical General-purpose Clean-label Data Poisoning</a> <i>W. Ronny Huang, Jonas Geiping, Liam Fowl, Gavin Taylor, Tom Goldstein</i></li>
<li><a href="/paper/2020/hash/8d2355364e9a2ba1f82f975414937b43-Abstract.html">Sample Efficient Reinforcement Learning via Low-Rank Matrix Estimation</a> <i>Devavrat Shah, Dogyoon Song, Zhi Xu, Yuzhe Yang</i></li>
<li><a href="/paper/2020/hash/8d30aa96e72440759f74bd2306c1fa3d-Abstract.html">Training Generative Adversarial Networks with Limited Data</a> <i>Tero Karras, Miika Aittala, Janne Hellsten, Samuli Laine, Jaakko Lehtinen, Timo Aila</i></li>
<li><a href="/paper/2020/hash/8d3215ae97598264ad6529613774a038-Abstract.html">Deeply Learned Spectral Total Variation Decomposition</a> <i>Tamara G. Grossmann, Yury Korolev, Guy Gilboa, Carola Schoenlieb</i></li>
<li><a href="/paper/2020/hash/8dc5983b8c4ef1d8fcd5f325f9a65511-Abstract.html">FracTrain: Fractionally Squeezing Bit Savings Both Temporally and Spatially for Efficient DNN Training</a> <i>Yonggan Fu, Haoran You, Yang Zhao, Yue Wang, Chaojian Li, Kailash Gopalakrishnan, Zhangyang Wang, Yingyan Lin</i></li>
<li><a href="/paper/2020/hash/8dcf2420e78a64333a59674678fb283b-Abstract.html">Improving Neural Network Training in Low Dimensional Random Bases</a> <i>Frithjof Gressmann, Zach Eaton-Rosen, Carlo Luschi</i></li>
<li><a href="/paper/2020/hash/8df6a65941e4c9da40a4fb899de65c55-Abstract.html">Safe Reinforcement Learning via Curriculum Induction</a> <i>Matteo Turchetta, Andrey Kolobov, Shital Shah, Andreas Krause, Alekh Agarwal</i></li>
<li><a href="/paper/2020/hash/8e2c381d4dd04f1c55093f22c59c3a08-Abstract.html">Leverage the Average: an Analysis of KL Regularization in Reinforcement Learning</a> <i>Nino Vieillard, Tadashi Kozuno, Bruno Scherrer, Olivier Pietquin, Remi Munos, Matthieu Geist</i></li>
<li><a href="/paper/2020/hash/8e3308c853e47411c761429193511819-Abstract.html">How Robust are the Estimated Effects of Nonpharmaceutical Interventions against COVID-19?</a> <i>Mrinank Sharma, Sören Mindermann, Jan Brauner, Gavin Leech, Anna Stephenson, Tomáš Gavenčiak, Jan Kulveit, Yee Whye Teh, Leonid Chindelevitch, Yarin Gal</i></li>
<li><a href="/paper/2020/hash/8ee7730e97c67473a424ccfeff49ab20-Abstract.html">Beyond Individualized Recourse: Interpretable and Interactive Summaries of Actionable Recourses</a> <i>Kaivalya Rawal, Himabindu Lakkaraju</i></li>
<li><a href="/paper/2020/hash/8f4576ad85410442a74ee3a7683757b3-Abstract.html">Generalization error in high-dimensional perceptrons: Approaching Bayes error with convex optimization</a> <i>Benjamin Aubin, Florent Krzakala, Yue Lu, Lenka Zdeborová</i></li>
<li><a href="/paper/2020/hash/8f468c873a32bb0619eaeb2050ba45d1-Abstract.html">Projection Efficient Subgradient Method and Optimal Nonsmooth Frank-Wolfe Method</a> <i>Kiran K. Thekumparampil, Prateek Jain, Praneeth Netrapalli, Sewoong Oh</i></li>
<li><a href="/paper/2020/hash/8fb134f258b1f7865a6ab2d935a897c9-Abstract.html">PGM-Explainer: Probabilistic Graphical Model Explanations for Graph Neural Networks</a> <i>Minh Vu, My T. Thai</i></li>
<li><a href="/paper/2020/hash/8fc687aa152e8199fe9e73304d407bca-Abstract.html">Few-Cost Salient Object Detection with Adversarial-Paced Learning</a> <i>Dingwen Zhang, HaiBin Tian, Jungong Han</i></li>
<li><a href="/paper/2020/hash/8fcd9e5482a62a5fa130468f4cf641ef-Abstract.html">Minimax Estimation of Conditional Moment Models</a> <i>Nishanth Dikkala, Greg Lewis, Lester Mackey, Vasilis Syrgkanis</i></li>
<li><a href="/paper/2020/hash/8fdd149fcaa7058caccc9c4ad5b0d89a-Abstract.html">Causal Imitation Learning With Unobserved Confounders</a> <i>Junzhe Zhang, Daniel Kumor, Elias Bareinboim</i></li>
<li><a href="/paper/2020/hash/90525e70b7842930586545c6f1c9310c-Abstract.html">Your GAN is Secretly an Energy-based Model and You Should Use Discriminator Driven Latent Sampling</a> <i>Tong Che, Ruixiang ZHANG, Jascha Sohl-Dickstein, Hugo Larochelle, Liam Paull, Yuan Cao, Yoshua Bengio</i></li>
<li><a href="/paper/2020/hash/90599c8fdd2f6e7a03ad173e2f535751-Abstract.html">Learning Black-Box Attackers with Transferable Priors and Query Feedback</a> <i>Jiancheng YANG, Yangzhou Jiang, Xiaoyang Huang, Bingbing Ni, Chenglong Zhao</i></li>
<li><a href="/paper/2020/hash/908c9a564a86426585b29f5335b619bc-Abstract.html">Locally Differentially Private (Contextual) Bandits Learning</a> <i>Kai Zheng, Tianle Cai, Weiran Huang, Zhenguo Li, Liwei Wang</i></li>
<li><a href="/paper/2020/hash/90c34175923a36ab7a5de4b981c1972f-Abstract.html">Invertible Gaussian Reparameterization: Revisiting the Gumbel-Softmax</a> <i>Andres Potapczynski, Gabriel Loaiza-Ganem, John P. Cunningham</i></li>
<li><a href="/paper/2020/hash/912d2b1c7b2826caf99687388d2e8f7c-Abstract.html">Kernel Based Progressive Distillation for Adder Neural Networks</a> <i>Yixing Xu, Chang Xu, Xinghao Chen, Wei Zhang, Chunjing XU, Yunhe Wang</i></li>
<li><a href="/paper/2020/hash/9161ab7a1b61012c4c303f10b4c16b2c-Abstract.html">Adversarial Soft Advantage Fitting: Imitation Learning without Policy Optimization</a> <i>Paul Barde, Julien Roy, Wonseok Jeon, Joelle Pineau, Chris Pal, Derek Nowrouzezahrai</i></li>
<li><a href="/paper/2020/hash/91c77393975889bd08f301c9e13a44b7-Abstract.html">Agree to Disagree: Adaptive Ensemble Knowledge Distillation in Gradient Space</a> <i>Shangchen Du, Shan You, Xiaojie Li, Jianlong Wu, Fei Wang, Chen Qian, Changshui Zhang</i></li>
<li><a href="/paper/2020/hash/91cff01af640a24e7f9f7a5ab407889f-Abstract.html">The Wasserstein Proximal Gradient Algorithm</a> <i>Adil SALIM, Anna Korba, Giulia Luise</i></li>
<li><a href="/paper/2020/hash/92049debbe566ca5782a3045cf300a3c-Abstract.html">Universally Quantized Neural Compression</a> <i>Eirikur Agustsson, Lucas Theis</i></li>
<li><a href="/paper/2020/hash/9239be5f9dc4058ec647f14fd04b1290-Abstract.html">Temporal Variability in Implicit Online Learning</a> <i>Nicolò Campolongo, Francesco Orabona</i></li>
<li><a href="/paper/2020/hash/92650b2e92217715fe312e6fa7b90d82-Abstract.html">Investigating Gender Bias in Language Models Using Causal Mediation Analysis</a> <i>Jesse Vig, Sebastian Gehrmann, Yonatan Belinkov, Sharon Qian, Daniel Nevo, Yaron Singer, Stuart Shieber</i></li>
<li><a href="/paper/2020/hash/92977ae4d2ba21425a59afb269c2a14e-Abstract.html">Off-Policy Imitation Learning from Observations</a> <i>Zhuangdi Zhu, Kaixiang Lin, Bo Dai, Jiayu Zhou</i></li>
<li><a href="/paper/2020/hash/92a08bf918f44ccd961477be30023da1-Abstract.html">Escaping Saddle-Point Faster under Interpolation-like Conditions</a> <i>Abhishek Roy, Krishnakumar Balasubramanian, Saeed Ghadimi, Prasant Mohapatra</i></li>
<li><a href="/paper/2020/hash/92bf5e6240737e0326ea59846a83e076-Abstract.html">Matérn Gaussian Processes on Riemannian Manifolds</a> <i>Viacheslav Borovitskiy, Alexander Terenin, Peter Mostowsky, Marc Deisenroth</i></li>
<li><a href="/paper/2020/hash/92c3b916311a5517d9290576e3ea37ad-Abstract.html">Improved Techniques for Training Score-Based Generative Models</a> <i>Yang Song, Stefano Ermon</i></li>
<li><a href="/paper/2020/hash/92d1e1eb1cd6f9fba3227870bb6d7f07-Abstract.html">wav2vec 2.0: A Framework for Self-Supervised Learning of Speech Representations</a> <i>Alexei Baevski, Yuhao Zhou, Abdelrahman Mohamed, Michael Auli</i></li>
<li><a href="/paper/2020/hash/9308b0d6e5898366a4a986bc33f3d3e7-Abstract.html">A Maximum-Entropy Approach to Off-Policy Evaluation in Average-Reward MDPs</a> <i>Nevena Lazic, Dong Yin, Mehrdad Farajtabar, Nir Levine, Dilan Gorur, Chris Harris, Dale Schuurmans</i></li>
<li><a href="/paper/2020/hash/9332c513ef44b682e9347822c2e457ac-Abstract.html">Instead of Rewriting Foreign Code for Machine Learning, Automatically Synthesize Fast Gradients</a> <i>William Moses, Valentin Churavy</i></li>
<li><a href="/paper/2020/hash/937936029af671cf479fa893db91cbdd-Abstract.html">Does Unsupervised Architecture Representation Learning Help Neural Architecture Search?</a> <i>Shen Yan, Yu Zheng, Wei Ao, Xiao Zeng, Mi Zhang</i></li>
<li><a href="/paper/2020/hash/9381fc93ad66f9ec4b2eef71147a6665-Abstract.html">Value-driven Hindsight Modelling</a> <i>Arthur Guez, Fabio Viola, Theophane Weber, Lars Buesing, Steven Kapturowski, Doina Precup, David Silver, Nicolas Heess</i></li>
<li><a href="/paper/2020/hash/939314105ce8701e67489642ef4d49e8-Abstract.html">Dynamic Regret of Convex and Smooth Functions</a> <i>Peng Zhao, Yu-Jie Zhang, Lijun Zhang, Zhi-Hua Zhou</i></li>
<li><a href="/paper/2020/hash/93d9033636450402d67cd55e60b3f926-Abstract.html">On Convergence of Nearest Neighbor Classifiers over Feature Transformations</a> <i>Luka Rimanic, Cedric Renggli, Bo Li, Ce Zhang</i></li>
<li><a href="/paper/2020/hash/93fb39474c51b8a82a68413e2a5ae17a-Abstract.html">Mitigating Manipulation in Peer Review via Randomized Reviewer Assignments</a> <i>Steven Jecmen, Hanrui Zhang, Ryan Liu, Nihar Shah, Vincent Conitzer, Fei Fang</i></li>
<li><a href="/paper/2020/hash/949686ecef4ee20a62d16b4a2d7ccca3-Abstract.html">Contrastive learning of global and local features for medical image segmentation with limited annotations</a> <i>Krishna Chaitanya, Ertunc Erdil, Neerav Karani, Ender Konukoglu</i></li>
<li><a href="/paper/2020/hash/94aef38441efa3380a3bed3faf1f9d5d-Abstract.html">Self-Supervised Graph Transformer on Large-Scale Molecular Data</a> <i>Yu Rong, Yatao Bian, Tingyang Xu, Weiyang Xie, Ying WEI, Wenbing Huang, Junzhou Huang</i></li>
<li><a href="/paper/2020/hash/94c28dcfc97557df0df6d1f7222fc384-Abstract.html">Generative Neurosymbolic Machines</a> <i>Jindong Jiang, Sungjin Ahn</i></li>
<li><a href="/paper/2020/hash/94c4dd41f9dddce696557d3717d98d82-Abstract.html">How many samples is a good initial point worth in Low-rank Matrix Recovery?</a> <i>Jialun Zhang, Richard Zhang</i></li>
<li><a href="/paper/2020/hash/94cb02feb750f20bad8a85dfe7e18d11-Abstract.html">CSER: Communication-efficient SGD with Error Reset</a> <i>Cong Xie, Shuai Zheng, Oluwasanmi O. Koyejo, Indranil Gupta, Mu Li, Haibin Lin</i></li>
<li><a href="/paper/2020/hash/94d2a3c6dd19337f2511cdf8b4bf907e-Abstract.html">Efficient estimation of neural tuning during naturalistic behavior</a> <i>Edoardo Balzani, Kaushik Lakshminarasimhan, Dora Angelaki, Cristina Savin</i></li>
<li><a href="/paper/2020/hash/94e70705efae423efda1088614128d0b-Abstract.html">High-recall causal discovery for autocorrelated time series with latent confounders</a> <i>Andreas Gerhardus, Jakob Runge</i></li>
<li><a href="/paper/2020/hash/951124d4a093eeae83d9726a20295498-Abstract.html">Forget About the LiDAR: Self-Supervised Depth Estimators with MED Probability Volumes</a> <i>Juan Luis GonzalezBello, Munchurl Kim</i></li>
<li><a href="/paper/2020/hash/9523147e5a6707baf674941812ee5c94-Abstract.html">Joint Contrastive Learning with Infinite Possibilities</a> <i>Qi Cai, Yu Wang, Yingwei Pan, Ting Yao, Tao Mei</i></li>
<li><a href="/paper/2020/hash/9529fbba677729d3206b3b9073d1e9ca-Abstract.html">Robust Gaussian Covariance Estimation in Nearly-Matrix Multiplication Time</a> <i>Jerry Li, Guanghao Ye</i></li>
<li><a href="/paper/2020/hash/95424358822e753eb993c97ee76a9076-Abstract.html">Adversarially-learned Inference via an Ensemble of Discrete Undirected Graphical Models</a> <i>Adarsh K Jeewajee, Leslie Kaelbling</i></li>
<li><a href="/paper/2020/hash/9547ad6b651e2087bac67651aa92cd0d-Abstract.html">GS-WGAN: A Gradient-Sanitized Approach for Learning Differentially Private Generators</a> <i>Dingfan Chen, Tribhuvanesh Orekondy, Mario Fritz</i></li>
<li><a href="/paper/2020/hash/9578a63fbe545bd82cc5bbe749636af1-Abstract.html">SurVAE Flows: Surjections to Bridge the Gap between VAEs and Flows</a> <i>Didrik Nielsen, Priyank Jaini, Emiel Hoogeboom, Ole Winther, Max Welling</i></li>
<li><a href="/paper/2020/hash/95a6fc111fa11c3ab209a0ed1b9abeb6-Abstract.html">Learning Causal Effects via Weighted Empirical Risk Minimization</a> <i>Yonghan Jung, Jin Tian, Elias Bareinboim</i></li>
<li><a href="/paper/2020/hash/95b431e51fc53692913da5263c214162-Abstract.html">Revisiting the Sample Complexity of Sparse Spectrum Approximation of Gaussian Processes</a> <i>Minh Hoang, Nghia Hoang, Hai Pham, David Woodruff</i></li>
<li><a href="/paper/2020/hash/95c7dfc5538e1ce71301cf92a9a96bd0-Abstract.html">Incorporating Interpretable Output Constraints in Bayesian Neural Networks</a> <i>Wanqian Yang, Lars Lorch, Moritz Graule, Himabindu Lakkaraju, Finale Doshi-Velez</i></li>
<li><a href="/paper/2020/hash/95e62984b87e90645a5cf77037395959-Abstract.html">Multi-Stage Influence Function</a> <i>Hongge Chen, Si Si, Yang Li, Ciprian Chelba, Sanjiv Kumar, Duane Boning, Cho-Jui Hsieh</i></li>
<li><a href="/paper/2020/hash/95f2b84de5660ddf45c8a34933a2e66f-Abstract.html">Probabilistic Fair Clustering</a> <i>Seyed Esmaeili, Brian Brubach, Leonidas Tsepenekas, John Dickerson</i></li>
<li><a href="/paper/2020/hash/95f8d9901ca8878e291552f001f67692-Abstract.html">Stochastic Segmentation Networks: Modelling Spatially Correlated Aleatoric Uncertainty</a> <i>Miguel Monteiro, Loic Le Folgoc, Daniel Coelho de Castro, Nick Pawlowski, Bernardo Marques, Konstantinos Kamnitsas, Mark van der Wilk, Ben Glocker</i></li>
<li><a href="/paper/2020/hash/962e56a8a0b0420d87272a682bfd1e53-Abstract.html">ICE-BeeM: Identifiable Conditional Energy-Based Deep Models Based on Nonlinear ICA</a> <i>Ilyes Khemakhem, Ricardo Monti, Diederik Kingma, Aapo Hyvarinen</i></li>
<li><a href="/paper/2020/hash/964d1775b722eff11b8ecd9e9ed5bd9e-Abstract.html">Testing Determinantal Point Processes</a> <i>Khashayar Gatmiry, Maryam Aliakbarpour, Stefanie Jegelka</i></li>
<li><a href="/paper/2020/hash/96671501524948bc3937b4b30d0e57b9-Abstract.html">CogLTX: Applying BERT to Long Texts</a> <i>Ming Ding, Chang Zhou, Hongxia Yang, Jie Tang</i></li>
<li><a href="/paper/2020/hash/967990de5b3eac7b87d49a13c6834978-Abstract.html">f-GAIL: Learning f-Divergence for Generative Adversarial Imitation Learning</a> <i>Xin Zhang, Yanhua Li, Ziming Zhang, Zhi-Li Zhang</i></li>
<li><a href="/paper/2020/hash/968b15768f3d19770471e9436d97913c-Abstract.html">Non-parametric Models for Non-negative Functions</a> <i>Ulysse Marteau-Ferey, Francis Bach, Alessandro Rudi</i></li>
<li><a href="/paper/2020/hash/968c9b4f09cbb7d7925f38aea3484111-Abstract.html">Uncertainty Aware Semi-Supervised Learning on Graph Data</a> <i>Xujiang Zhao, Feng Chen, Shu Hu, Jin-Hee Cho</i></li>
<li><a href="/paper/2020/hash/96da2f590cd7246bbde0051047b0d6f7-Abstract.html">ConvBERT: Improving BERT with Span-based Dynamic Convolution</a> <i>Zi-Hang Jiang, Weihao Yu, Daquan Zhou, Yunpeng Chen, Jiashi Feng, Shuicheng Yan</i></li>
<li><a href="/paper/2020/hash/96e07156db854ca7b00b5df21716b0c6-Abstract.html">Practical No-box Adversarial Attacks against DNNs</a> <i>Qizhang Li, Yiwen Guo, Hao Chen</i></li>
<li><a href="/paper/2020/hash/96ea64f3a1aa2fd00c72faacf0cb8ac9-Abstract.html">Breaking the Sample Size Barrier in Model-Based Reinforcement Learning with a Generative Model</a> <i>Gen Li, Yuting Wei, Yuejie Chi, Yuantao Gu, Yuxin Chen</i></li>
<li><a href="/paper/2020/hash/96f2d6069db8ad895c34e2285d25c0ed-Abstract.html">Walking in the Shadow: A New Perspective on Descent Directions for Constrained Minimization</a> <i>Hassan Mortagy, Swati Gupta, Sebastian Pokutta</i></li>
<li><a href="/paper/2020/hash/96fca94df72984fc97ee5095410d4dec-Abstract.html">Path Sample-Analytic Gradient Estimators for Stochastic Binary Networks</a> <i>Alexander Shekhovtsov, Viktor Yanush, Boris Flach</i></li>
<li><a href="/paper/2020/hash/970627414218ccff3497cb7a784288f5-Abstract.html">Reward Propagation Using Graph Convolutional Networks</a> <i>Martin Klissarov, Doina Precup</i></li>
<li><a href="/paper/2020/hash/970af30e481057c48f87e101b61e6994-Abstract.html">LoopReg: Self-supervised Learning of Implicit Surface Correspondences, Pose and Shape for 3D Human Mesh Registration</a> <i>Bharat Lal Bhatnagar, Cristian Sminchisescu, Christian Theobalt, Gerard Pons-Moll</i></li>
<li><a href="/paper/2020/hash/9715d04413f296eaf3c30c47cec3daa6-Abstract.html">Fully Dynamic Algorithm for Constrained Submodular Optimization</a> <i>Silvio Lattanzi, Slobodan Mitrović, Ashkan Norouzi-Fard, Jakub M. Tarnawski, Morteza Zadimoghaddam</i></li>
<li><a href="/paper/2020/hash/9719a00ed0c5709d80dfef33795dcef3-Abstract.html">Robust Optimal Transport with Applications in Generative Modeling and Domain Adaptation</a> <i>Yogesh Balaji, Rama Chellappa, Soheil Feizi</i></li>
<li><a href="/paper/2020/hash/972cda1e62b72640cb7ac702714a115f-Abstract.html">Autofocused oracles for model-based design</a> <i>Clara Fannjiang, Jennifer Listgarten</i></li>
<li><a href="/paper/2020/hash/972ededf6c4d7c1405ef53f27d961eda-Abstract.html">Debiasing Averaged Stochastic Gradient Descent to handle missing values</a> <i>Aude Sportisse, Claire Boyer, Aymeric Dieuleveut, Julie Josses</i></li>
<li><a href="/paper/2020/hash/9739efc4f01292e764c86caa59af353e-Abstract.html">Trajectory-wise Multiple Choice Learning for Dynamics Generalization in Reinforcement Learning</a> <i>Younggyo Seo, Kimin Lee, Ignasi Clavera Gilaberte, Thanard Kurutach, Jinwoo Shin, Pieter Abbeel</i></li>
<li><a href="/paper/2020/hash/975a1c8b9aee1c48d32e13ec30be7905-Abstract.html">CompRess: Self-Supervised Learning by Compressing Representations</a> <i>Soroush Abbasi Koohpayegani, Ajinkya Tejankar, Hamed Pirsiavash</i></li>
<li><a href="/paper/2020/hash/977f8b33d303564416bf9f4ab1c39720-Abstract.html">Sample complexity and effective dimension for regression on manifolds</a> <i>Andrew McRae, Justin Romberg, Mark Davenport</i></li>
<li><a href="/paper/2020/hash/979a3f14bae523dc5101c52120c535e9-Abstract.html">The phase diagram of approximation rates for deep neural networks</a> <i>Dmitry Yarotsky, Anton Zhevnerchuk</i></li>
<li><a href="/paper/2020/hash/97e401a02082021fd24957f852e0e475-Abstract.html">Timeseries Anomaly Detection using Temporal Hierarchical One-Class Network</a> <i>Lifeng Shen, Zhuocong Li, James Kwok</i></li>
<li><a href="/paper/2020/hash/97e49161287e7a4f9b745366e4f9431b-Abstract.html">EcoLight: Intersection Control in Developing Regions Under Extreme Budget and Network Constraints</a> <i>Sachin Chauhan, Kashish Bansal, Rijurekha Sen</i></li>
<li><a href="/paper/2020/hash/9813b270ed0288e7c0388f0fd4ec68f5-Abstract.html">Reconstructing Perceptive Images from Brain Activity by Shape-Semantic GAN</a> <i>Tao Fang, Yu Qi, Gang Pan</i></li>
<li><a href="/paper/2020/hash/985e9a46e10005356bbaf194249f6856-Abstract.html">Emergent Complexity and Zero-shot Transfer via Unsupervised Environment Design</a> <i>Michael Dennis, Natasha Jaques, Eugene Vinitsky, Alexandre Bayen, Stuart Russell, Andrew Critch, Sergey Levine</i></li>
<li><a href="/paper/2020/hash/9873eaad153c6c960616c89e54fe155a-Abstract.html">A Spectral Energy Distance for Parallel Speech Synthesis</a> <i>Alexey Gritsenko, Tim Salimans, Rianne van den Berg, Jasper Snoek, Nal Kalchbrenner</i></li>
<li><a href="/paper/2020/hash/98b17f068d5d9b7668e19fb8ae470841-Abstract.html">Simulating a Primary Visual Cortex at the Front of CNNs Improves Robustness to Image Perturbations</a> <i>Joel Dapello, Tiago Marques, Martin Schrimpf, Franziska Geiger, David Cox, James J. DiCarlo</i></li>
<li><a href="/paper/2020/hash/98b297950041a42470269d56260243a1-Abstract.html">Learning from Positive and Unlabeled Data with Arbitrary Positive Shift</a> <i>Zayd Hammoudeh, Daniel Lowd</i></li>
<li><a href="/paper/2020/hash/98b418276d571e623651fc1d471c7811-Abstract.html">Deep Energy-based Modeling of Discrete-Time Physics</a> <i>Takashi Matsubara, Ai Ishikawa, Takaharu Yaguchi</i></li>
<li><a href="/paper/2020/hash/98dce83da57b0395e163467c9dae521b-Abstract.html">Quantifying Learnability and Describability of Visual Concepts Emerging in Representation Learning</a> <i>Iro Laina, Ruth Fong, Andrea Vedaldi</i></li>
<li><a href="/paper/2020/hash/98f2d76d4d9caf408180b5abfa83ae87-Abstract.html">Self-Learning Transformations for Improving Gaze and Head Redirection</a> <i>Yufeng Zheng, Seonwook Park, Xucong Zhang, Shalini De Mello, Otmar Hilliges</i></li>
<li><a href="/paper/2020/hash/9909794d52985cbc5d95c26e31125d1a-Abstract.html">Language-Conditioned Imitation Learning for Robot Manipulation Tasks</a> <i>Simon Stepputtis, Joseph Campbell, Mariano Phielipp, Stefan Lee, Chitta Baral, Heni Ben Amor</i></li>
<li><a href="/paper/2020/hash/992f0fed0720dbb9d4e060d03ed531ba-Abstract.html">POMDPs in Continuous Time and Discrete Spaces</a> <i>Bastian Alt, Matthias Schultheis, Heinz Koeppl</i></li>
<li><a href="/paper/2020/hash/993edc98ca87f7e08494eec37fa836f7-Abstract.html">Exemplar Guided Active Learning</a> <i>Jason S. Hartford, Kevin Leyton-Brown, Hadas Raviv, Dan Padnos, Shahar Lev, Barak Lenz</i></li>
<li><a href="/paper/2020/hash/994d1cad9132e48c993d58b492f71fc1-Abstract.html">Grasp Proposal Networks: An End-to-End Solution for Visual Learning of Robotic Grasps</a> <i>Chaozheng Wu, Jian Chen, Qiaoyu Cao, Jianchi Zhang, Yunxin Tai, Lin Sun, Kui Jia</i></li>
<li><a href="/paper/2020/hash/99503bdd3c5a4c4671ada72d6fd81433-Abstract.html">Node Embeddings and Exact Low-Rank Representations of Complex Networks</a> <i>Sudhanshu Chanpuriya, Cameron Musco, Konstantinos Sotiropoulos, Charalampos Tsourakakis</i></li>
<li><a href="/paper/2020/hash/995ca733e3657ff9f5f3c823d73371e1-Abstract.html">Fictitious Play for Mean Field Games: Continuous Time Analysis and Applications</a> <i>Sarah Perrin, Julien Perolat, Mathieu Lauriere, Matthieu Geist, Romuald Elie, Olivier Pietquin</i></li>
<li><a href="/paper/2020/hash/99607461cdb9c26e2bd5f31b12dcf27a-Abstract.html">Steering Distortions to Preserve Classes and Neighbors in Supervised Dimensionality Reduction</a> <i>Benoît Colange, Jaakko Peltonen, Michael Aupetit, Denys Dutykh, Sylvain Lespinats</i></li>
<li><a href="/paper/2020/hash/999df4ce78b966de17aee1dc87111044-Abstract.html">On Infinite-Width Hypernetworks</a> <i>Etai Littwin, Tomer Galanti, Lior Wolf, Greg Yang</i></li>
<li><a href="/paper/2020/hash/99ba5c4097c6b8fef5ed774a1a6714b8-Abstract.html">Interferobot: aligning an optical interferometer by a reinforcement learning agent</a> <i>Dmitry Sorokin, Alexander Ulanov, Ekaterina Sazhina, Alexander Lvovsky</i></li>
<li><a href="/paper/2020/hash/99c83c904d0d64fbef50d919a5c66a80-Abstract.html">Program Synthesis with Pragmatic Communication</a> <i>Yewen Pu, Kevin Ellis, Marta Kryven, Josh Tenenbaum, Armando Solar-Lezama</i></li>
<li><a href="/paper/2020/hash/99cad265a1768cc2dd013f0e740300ae-Abstract.html">Principal Neighbourhood Aggregation for Graph Nets</a> <i>Gabriele Corso, Luca Cavalleri, Dominique Beaini, Pietro Liò, Petar Veličković</i></li>
<li><a href="/paper/2020/hash/99e314b1b43706773153e7ef375fc68c-Abstract.html">Reliable Graph Neural Networks via Robust Aggregation</a> <i>Simon Geisler, Daniel Zügner, Stephan Günnemann</i></li>
<li><a href="/paper/2020/hash/99f6a934a7cf277f2eaece8e3ce619b2-Abstract.html">Instance Selection for GANs</a> <i>Terrance DeVries, Michal Drozdzal, Graham W. Taylor</i></li>
<li><a href="/paper/2020/hash/9a02387b02ce7de2dac4b925892f68fb-Abstract.html">Linear Disentangled Representations and Unsupervised Action Estimation</a> <i>Matthew Painter, Adam Prugel-Bennett, Jonathon Hare</i></li>
<li><a href="/paper/2020/hash/9a11883317fde3aef2e2432a58c86779-Abstract.html">Video Frame Interpolation without Temporal Priors</a> <i>Youjian Zhang, Chaoyue Wang, Dacheng Tao</i></li>
<li><a href="/paper/2020/hash/9a32ef65c42085537062753ec435750f-Abstract.html">Learning compositional functions via multiplicative weight updates</a> <i>Jeremy Bernstein, Jiawei Zhao, Markus Meister, Ming-Yu Liu, Anima Anandkumar, Yisong Yue</i></li>
<li><a href="/paper/2020/hash/9a96876e2f8f3dc4f3cf45f02c61c0c1-Abstract.html">Sample Complexity of Uniform Convergence for Multicalibration</a> <i>Eliran Shabat, Lee Cohen, Yishay Mansour</i></li>
<li><a href="/paper/2020/hash/9a96a2c73c0d477ff2a6da3bf538f4f4-Abstract.html">Differentiable Neural Architecture Search in Equivalent Space with Exploration Enhancement</a> <i>Miao Zhang, Huiqi Li, Shirui Pan, Xiaojun Chang, Zongyuan Ge, Steven Su</i></li>
<li><a href="/paper/2020/hash/9ac1382fd8fc4b631594aa135d16ad75-Abstract.html">The interplay between randomness and structure during learning in RNNs</a> <i>Friedrich Schuessler, Francesca Mastrogiuseppe, Alexis Dubreuil, Srdjan Ostojic, Omri Barak</i></li>
<li><a href="/paper/2020/hash/9afe487de556e59e6db6c862adfe25a4-Abstract.html">A Generalized Neural Tangent Kernel Analysis for Two-layer Neural Networks</a> <i>Zixiang Chen, Yuan Cao, Quanquan Gu, Tong Zhang</i></li>
<li><a href="/paper/2020/hash/9b10a919ddeb07e103dc05ff523afe38-Abstract.html">Instance-wise Feature Grouping</a> <i>Aria Masoomi, Chieh Wu, Tingting Zhao, Zifeng Wang, Peter Castaldi, Jennifer Dy</i></li>
<li><a href="/paper/2020/hash/9b22a40256b079f338827b0ff1f4792b-Abstract.html">Robust Disentanglement of a Few Factors at a Time</a> <i>Benjamin Estermann, Markus Marks, Mehmet Fatih Yanik</i></li>
<li><a href="/paper/2020/hash/9b3a9fb4db30fc6594ec3990cbc09932-Abstract.html">PC-PG: Policy Cover Directed Exploration for Provable Policy Gradient Learning</a> <i>Alekh Agarwal, Mikael Henaff, Sham Kakade, Wen Sun</i></li>
<li><a href="/paper/2020/hash/9b72e31dac81715466cd580a448cf823-Abstract.html">Group Contextual Encoding for 3D Point Clouds</a> <i>Xu Liu, Chengtao Li, Jian Wang, Jingbo Wang, Boxin Shi, Xiaodong He</i></li>
<li><a href="/paper/2020/hash/9b7c8d13e4b2f08895fb7bcead930b46-Abstract.html">Latent Bandits Revisited</a> <i>Joey Hong, Branislav Kveton, Manzil Zaheer, Yinlam Chow, Amr Ahmed, Craig Boutilier</i></li>
<li><a href="/paper/2020/hash/9b8619251a19057cff70779273e95aa6-Abstract.html">Is normalization indispensable for training deep neural network? </a> <i>Jie Shao, Kai Hu, Changhu Wang, Xiangyang Xue, Bhiksha Raj</i></li>
<li><a href="/paper/2020/hash/9b8b50fb590c590ffbf1295ce92258dc-Abstract.html">Optimization and Generalization of Shallow Neural Networks with Quadratic Activation Functions</a> <i>Stefano Sarao Mannelli, Eric Vanden-Eijnden, Lenka Zdeborová</i></li>
<li><a href="/paper/2020/hash/9bc99c590be3511b8d53741684ef574c-Abstract.html">Intra Order-preserving Functions for Calibration of Multi-Class Neural Networks</a> <i>Amir Rahimi, Amirreza Shaban, Ching-An Cheng, Richard Hartley, Byron Boots</i></li>
<li><a href="/paper/2020/hash/9bde76f262285bb1eaeb7b40c758b53e-Abstract.html">Linear Time Sinkhorn Divergences using Positive Features</a> <i>Meyer Scetbon, Marco Cuturi</i></li>
<li><a href="/paper/2020/hash/9c22c0b51b3202246463e986c7e205df-Abstract.html">VarGrad: A Low-Variance Gradient Estimator for Variational Inference</a> <i>Lorenz Richter, Ayman Boustati, Nikolas Nüsken, Francisco Ruiz, Omer Deniz Akyildiz</i></li>
<li><a href="/paper/2020/hash/9c449771d0edc923c2713a7462cefa3b-Abstract.html">A Convolutional Auto-Encoder for Haplotype Assembly and Viral Quasispecies Reconstruction</a> <i>Ziqi Ke, Haris Vikalo</i></li>
<li><a href="/paper/2020/hash/9cafd121ba982e6de30ffdf5ada9ce2e-Abstract.html">Promoting Stochasticity for Expressive Policies via a Simple and Efficient Regularization Method</a> <i>Qi Zhou, Yufei Kuang, Zherui Qiu, Houqiang Li, Jie Wang</i></li>
<li><a href="/paper/2020/hash/9cd013fe250ebffc853b386569ab18c0-Abstract.html">Adversarial Counterfactual Learning and Evaluation for Recommender System</a> <i>Da Xu, Chuanwei Ruan, Evren Korpeoglu, Sushant Kumar, Kannan Achan</i></li>
<li><a href="/paper/2020/hash/9cd78264cf2cd821ba651485c111a29a-Abstract.html">Memory-Efficient Learning of Stable Linear Dynamical Systems for Prediction and Control</a> <i>Georgios Mamakoukas, Orest Xherija, Todd Murphey</i></li>
<li><a href="/paper/2020/hash/9d4c03631b8b0c85ae08bf05eda37d0f-Abstract.html">Evolving Normalization-Activation Layers</a> <i>Hanxiao Liu, Andy Brock, Karen Simonyan, Quoc Le</i></li>
<li><a href="/paper/2020/hash/9d58963592071dbf38a0fa114269959c-Abstract.html">ScaleCom: Scalable Sparsified Gradient Compression for Communication-Efficient Distributed Training</a> <i>Chia-Yu Chen, Jiamin Ni, Songtao Lu, Xiaodong Cui, Pin-Yu Chen, Xiao Sun, Naigang Wang, Swagath Venkataramani, Vijayalakshmi (Viji) Srinivasan, Wei Zhang, Kailash Gopalakrishnan</i></li>
<li><a href="/paper/2020/hash/9d684c589d67031a627ad33d59db65e5-Abstract.html">RelationNet++: Bridging Visual Representations for Object Detection via Transformer Decoder</a> <i>Cheng Chi, Fangyun Wei, Han Hu</i></li>
<li><a href="/paper/2020/hash/9d702ffd99ad9c70ac37e506facc8c38-Abstract.html">Efficient Learning of Discrete Graphical Models</a> <i>Marc Vuffray, Sidhant Misra, Andrey Lokhov</i></li>
<li><a href="/paper/2020/hash/9d7311ba459f9e45ed746755a32dcd11-Abstract.html">Near-Optimal SQ Lower Bounds for Agnostically Learning Halfspaces and ReLUs under Gaussian Marginals</a> <i>Ilias Diakonikolas, Daniel Kane, Nikos Zarifis</i></li>
<li><a href="/paper/2020/hash/9d740bd0f36aaa312c8d504e28c42163-Abstract.html">Neurosymbolic Transformers for Multi-Agent Communication</a> <i>Jeevana Priya Inala, Yichen Yang, James Paulos, Yewen Pu, Osbert Bastani, Vijay Kumar, Martin Rinard, Armando Solar-Lezama</i></li>
<li><a href="/paper/2020/hash/9d752cb08ef466fc480fba981cfa44a1-Abstract.html">Fairness in Streaming Submodular Maximization: Algorithms and Hardness</a> <i>Marwa El Halabi, Slobodan Mitrović, Ashkan Norouzi-Fard, Jakab Tardos, Jakub M. Tarnawski</i></li>
<li><a href="/paper/2020/hash/9d94c8981a48d12adfeecfe1ae6e0ec1-Abstract.html">Smoothed Geometry for Robust Attribution</a> <i>Zifan Wang, Haofan Wang, Shakul Ramkumar, Piotr Mardziel, Matt Fredrikson, Anupam Datta</i></li>
<li><a href="/paper/2020/hash/9da187a7a191431db943a9a5a6fec6f4-Abstract.html">Fast Adversarial Robustness Certification of Nearest Prototype Classifiers for Arbitrary Seminorms</a> <i>Sascha Saralajew, Lars Holdijk, Thomas Villmann</i></li>
<li><a href="/paper/2020/hash/9db6faeef387dc789777227a8bed4d52-Abstract.html">Multi-agent active perception with prediction rewards</a> <i>Mikko Lauri, Frans Oliehoek</i></li>
<li><a href="/paper/2020/hash/9dd16e049becf4d5087c90a83fea403b-Abstract.html">A Local Temporal Difference Code for Distributional Reinforcement Learning</a> <i>Pablo Tano, Peter Dayan, Alexandre Pouget</i></li>
<li><a href="/paper/2020/hash/9ddb9dd5d8aee9a76bf217a2a3c54833-Abstract.html">Learning with Optimized Random Features: Exponential Speedup by Quantum Machine Learning without Sparsity and Low-Rank Assumptions</a> <i>Hayata Yamasaki, Sathyawageeswar Subramanian, Sho Sonoda, Masato Koashi</i></li>
<li><a href="/paper/2020/hash/9de6d14fff9806d4bcd1ef555be766cd-Abstract.html">CaSPR: Learning Canonical Spatiotemporal Point Cloud Representations</a> <i>Davis Rempe, Tolga Birdal, Yongheng Zhao, Zan Gojcic, Srinath Sridhar, Leonidas J. Guibas</i></li>
<li><a href="/paper/2020/hash/9df81829c4ebc9c427b9afe0438dce5a-Abstract.html">Deep Automodulators</a> <i>Ari Heljakka, Yuxin Hou, Juho Kannala, Arno Solin</i></li>
<li><a href="/paper/2020/hash/9e1a36515d6704d7eb7a30d783400e5d-Abstract.html">Convolutional Tensor-Train LSTM for Spatio-Temporal Learning</a> <i>Jiahao Su, Wonmin Byeon, Jean Kossaifi, Furong Huang, Jan Kautz, Anima Anandkumar</i></li>
<li><a href="/paper/2020/hash/9e5f64cde99af96fdca0e02a3d24faec-Abstract.html">The Potts-Ising model for discrete multivariate data</a> <i>Zahra Razaee, Arash Amini</i></li>
<li><a href="/paper/2020/hash/9e9a30b74c49d07d8150c8c83b1ccf07-Abstract.html">Interpretable multi-timescale models for predicting fMRI responses to continuous natural speech</a> <i>Shailee Jain, Vy Vo, Shivangi Mahto, Amanda LeBel, Javier S. Turek, Alexander Huth</i></li>
<li><a href="/paper/2020/hash/9ec0cfdc84044494e10582436e013e64-Abstract.html">Group-Fair Online Allocation in Continuous Time</a> <i>Semih Cayci, Swati Gupta, Atilla Eryilmaz</i></li>
<li><a href="/paper/2020/hash/9ec51f6eb240fb631a35864e13737bca-Abstract.html">Decentralized TD Tracking with Linear Function Approximation and its Finite-Time Analysis</a> <i>Gang Wang, Songtao Lu, Georgios Giannakis, Gerald Tesauro, Jian Sun</i></li>
<li><a href="/paper/2020/hash/9ecff5455677b38d19f49ce658ef0608-Abstract.html">Understanding Gradient Clipping in Private SGD: A Geometric Perspective</a> <i>Xiangyi Chen, Steven Z. Wu, Mingyi Hong</i></li>
<li><a href="/paper/2020/hash/9ed27554c893b5bad850a422c3538c15-Abstract.html">O(n) Connections are Expressive Enough: Universal Approximability of Sparse Transformers</a> <i>Chulhee Yun, Yin-Wen Chang, Srinadh Bhojanapalli, Ankit Singh Rawat, Sashank Reddi, Sanjiv Kumar</i></li>
<li><a href="/paper/2020/hash/9eed867b73ab1eab60583c9d4a789b1b-Abstract.html">Identifying signal and noise structure in neural population activity with Gaussian process factor models</a> <i>Stephen Keeley, Mikio Aoi, Yiyi Yu, Spencer Smith, Jonathan W. Pillow</i></li>
<li><a href="/paper/2020/hash/9efb1a59d7b58e69996cf0e32cb71098-Abstract.html">Equivariant Networks for Hierarchical Structures</a> <i>Renhao Wang, Marjan Albooyeh, Siamak Ravanbakhsh</i></li>
<li><a href="/paper/2020/hash/9f067d8d6df2d4b8c64fb4c084d6c208-Abstract.html">MinMax Methods for Optimal Transport and Beyond: Regularization, Approximation and Numerics</a> <i>Luca De Gennaro Aquino, Stephan Eckstein</i></li>
<li><a href="/paper/2020/hash/9f1d5659d5880fb427f6e04ae500fc25-Abstract.html">A Discrete Variational Recurrent Topic Model without the Reparametrization Trick</a> <i>Mehdi Rezaee, Francis Ferraro</i></li>
<li><a href="/paper/2020/hash/9f29450d2eb58feb555078bdefe28aa5-Abstract.html">Transferable Graph Optimizers for ML Compilers</a> <i>Yanqi Zhou, Sudip Roy, Amirali Abdolrashidi, Daniel Wong, Peter Ma, Qiumin Xu, Hanxiao Liu, Phitchaya Phothilimtha, Shen Wang, Anna Goldie, Azalia Mirhoseini, James Laudon</i></li>
<li><a href="/paper/2020/hash/9f319422ca17b1082ea49820353f14ab-Abstract.html">Learning with Operator-valued Kernels in Reproducing Kernel Krein Spaces</a> <i>Akash Saha, Balamurugan Palaniappan</i></li>
<li><a href="/paper/2020/hash/9f60ab2b55468f104055b16df8f69e81-Abstract.html">Learning Bounds for Risk-sensitive Learning</a> <i>Jaeho Lee, Sejun Park, Jinwoo Shin</i></li>
<li><a href="/paper/2020/hash/9f655cc8884fda7ad6d8a6fb15cc001e-Abstract.html">Simplifying Hamiltonian and Lagrangian Neural Networks via Explicit Constraints</a> <i>Marc Finzi, Ke Alexander Wang, Andrew G. Wilson</i></li>
<li><a href="/paper/2020/hash/9f6992966d4c363ea0162a056cb45fe5-Abstract.html">Beyond accuracy: quantifying trial-by-trial behaviour of CNNs and humans by measuring error consistency</a> <i>Robert Geirhos, Kristof Meding, Felix A. Wichmann</i></li>
<li><a href="/paper/2020/hash/9fa04f87c9138de23e92582b4ce549ec-Abstract.html">Provably Efficient Reinforcement Learning with Kernel and Neural Function Approximations</a> <i>Zhuoran Yang, Chi Jin, Zhaoran Wang, Mengdi Wang, Michael Jordan</i></li>
<li><a href="/paper/2020/hash/9fa83fec3cf3810e5680ed45f7124dce-Abstract.html">Constant-Expansion Suffices for Compressed Sensing with Generative Priors</a> <i>Constantinos Daskalakis, Dhruv Rohatgi, Emmanouil Zampetakis</i></li>
<li><a href="/paper/2020/hash/9fe8593a8a330607d76796b35c64c600-Abstract.html">RANet: Region Attention Network for Semantic Segmentation</a> <i>Dingguo Shen, Yuanfeng Ji, Ping Li, Yi Wang, Di Lin</i></li>
<li><a href="/paper/2020/hash/a03fa30821986dff10fc66647c84c9c3-Abstract.html">A random matrix analysis of random Fourier features: beyond the Gaussian kernel, a precise phase transition, and the corresponding double descent</a> <i>Zhenyu Liao, Romain Couillet, Michael W. Mahoney</i></li>
<li><a href="/paper/2020/hash/a03fec24df877cc65c037673397ad5c0-Abstract.html">Learning sparse codes from compressed representations with biologically plausible local wiring constraints</a> <i>Kion Fallah, Adam Willats, Ninghao Liu, Christopher Rozell</i></li>
<li><a href="/paper/2020/hash/a0443c8c8c3372d662e9173c18faaa2c-Abstract.html">Self-Imitation Learning via Generalized Lower Bound Q-learning</a> <i>Yunhao Tang</i></li>
<li><a href="/paper/2020/hash/a08e32d2f9a8b78894d964ec7fd4172e-Abstract.html">Private Learning of Halfspaces: Simplifying the Construction and Reducing the Sample Complexity</a> <i>Haim Kaplan, Yishay Mansour, Uri Stemmer, Eliad Tsfadia</i></li>
<li><a href="/paper/2020/hash/a09e75c5c86a7bf6582d2b4d75aad615-Abstract.html">Directional Pruning of Deep Neural Networks</a> <i>Shih-Kang Chao, Zhanyu Wang, Yue Xing, Guang Cheng</i></li>
<li><a href="/paper/2020/hash/a0dc078ca0d99b5ebb465a9f1cad54ba-Abstract.html">Smoothly Bounding User Contributions in Differential Privacy </a> <i>Alessandro Epasto, Mohammad Mahdian, Jieming Mao, Vahab Mirrokni, Lijie Ren</i></li>
<li><a href="/paper/2020/hash/a1140a3d0df1c81e24ae954d935e8926-Abstract.html">Accelerating Training of Transformer-Based Language Models with Progressive Layer Dropping</a> <i>Minjia Zhang, Yuxiong He</i></li>
<li><a href="/paper/2020/hash/a18aa23ee676d7f5ffb34cf16df3e08c-Abstract.html">Online Planning with Lookahead Policies</a> <i>Yonathan Efroni, Mohammad Ghavamzadeh, Shie Mannor</i></li>
<li><a href="/paper/2020/hash/a19883fca95d0e5ec7ee6c94c6c32028-Abstract.html">Learning Deep Attribution Priors Based On Prior Knowledge</a> <i>Ethan Weinberger, Joseph Janizek, Su-In Lee</i></li>
<li><a href="/paper/2020/hash/a1ada9947e0d683b4625f94c74104d73-Abstract.html">Using noise to probe recurrent neural network structure and prune synapses</a> <i>Eli Moore, Rishidev Chaudhuri</i></li>
<li><a href="/paper/2020/hash/a1c3ae6c49a89d92aef2d423dadb477f-Abstract.html">NanoFlow: Scalable Normalizing Flows with Sublinear Parameter Complexity</a> <i>Sang-gil Lee, Sungwon Kim, Sungroh Yoon</i></li>
<li><a href="/paper/2020/hash/a1d4c20b182ad7137ab3606f0e3fc8a4-Abstract.html">Group Knowledge Transfer: Federated Learning of Large CNNs at the Edge</a> <i>Chaoyang He, Murali Annavaram, Salman Avestimehr</i></li>
<li><a href="/paper/2020/hash/a23156abfd4a114c35b930b836064e8b-Abstract.html">Neural FFTs for Universal Texture Image Synthesis</a> <i>Morteza Mardani, Guilin Liu, Aysegul Dundar, Shiqiu Liu, Andrew Tao, Bryan Catanzaro</i></li>
<li><a href="/paper/2020/hash/a26398dca6f47b49876cbaffbc9954f9-Abstract.html">Graph Cross Networks with Vertex Infomax Pooling</a> <i>Maosen Li, Siheng Chen, Ya Zhang, Ivor Tsang</i></li>
<li><a href="/paper/2020/hash/a267f936e54d7c10a2bb70dbe6ad7a89-Abstract.html">Instance-optimality in differential privacy via approximate inverse sensitivity mechanisms</a> <i>Hilal Asi, John C. Duchi</i></li>
<li><a href="/paper/2020/hash/a2f04745390fd6897d09772b2cd1f581-Abstract.html">Calibration of Shared Equilibria in General Sum Partially Observable Markov Games</a> <i>Nelson Vadori, Sumitra Ganesh, Prashant Reddy, Manuela Veloso</i></li>
<li><a href="/paper/2020/hash/a322852ce0df73e204b7e67cbbef0d0a-Abstract.html">MOPO: Model-based Offline Policy Optimization</a> <i>Tianhe Yu, Garrett Thomas, Lantao Yu, Stefano Ermon, James Y. Zou, Sergey Levine, Chelsea Finn, Tengyu Ma</i></li>
<li><a href="/paper/2020/hash/a32d7eeaae19821fd9ce317f3ce952a7-Abstract.html">Building powerful and equivariant graph neural networks with structural message-passing</a> <i>Clément Vignac, Andreas Loukas, Pascal Frossard</i></li>
<li><a href="/paper/2020/hash/a36b598abb934e4528412e5a2127b931-Abstract.html">Efficient Model-Based Reinforcement Learning through Optimistic Policy Search and Planning</a> <i>Sebastian Curi, Felix Berkenkamp, Andreas Krause</i></li>
<li><a href="/paper/2020/hash/a376802c0811f1b9088828288eb0d3f0-Abstract.html">Practical Low-Rank Communication Compression in Decentralized Deep Learning</a> <i>Thijs Vogels, Sai Praneeth Karimireddy, Martin Jaggi</i></li>
<li><a href="/paper/2020/hash/a378383b89e6719e15cd1aa45478627c-Abstract.html">Mutual exclusivity as a challenge for deep neural networks</a> <i>Kanishk Gandhi, Brenden M. Lake</i></li>
<li><a href="/paper/2020/hash/a3842ed7b3d0fe3ac263bcabd2999790-Abstract.html">3D Shape Reconstruction from Vision and Touch</a> <i>Edward Smith, Roberto Calandra, Adriana Romero, Georgia Gkioxari, David Meger, Jitendra Malik, Michal Drozdzal</i></li>
<li><a href="/paper/2020/hash/a3a3e8b30dd6eadfc78c77bb2b8e6b60-Abstract.html">GradAug: A New Regularization Method for Deep Neural Networks</a> <i>TAOJIANNAN YANG, Sijie Zhu, Chen Chen</i></li>
<li><a href="/paper/2020/hash/a3bf6e4db673b6449c2f7d13ee6ec9c0-Abstract.html">An Equivalence between Loss Functions and Non-Uniform Sampling in Experience Replay</a> <i>Scott Fujimoto, David Meger, Doina Precup</i></li>
<li><a href="/paper/2020/hash/a3c788c57e423fa9c177544a4d5d1239-Abstract.html">Learning Utilities and Equilibria in Non-Truthful Auctions</a> <i>Hu Fu, Tao Lin</i></li>
<li><a href="/paper/2020/hash/a3f390d88e4c41f2747bfa2f1b5f87db-Abstract.html">Rational neural networks</a> <i>Nicolas Boulle, Yuji Nakatsukasa, Alex Townsend</i></li>
<li><a href="/paper/2020/hash/a42a596fc71e17828440030074d15e74-Abstract.html">DISK: Learning local features with policy gradient</a> <i>Michał Tyszkiewicz, Pascal Fua, Eduard Trulls</i></li>
<li><a href="/paper/2020/hash/a4a83056b58ff983d12c72bb17996243-Abstract.html">Transfer Learning via $\ell_1$ Regularization</a> <i>Masaaki Takada, Hironori Fujisawa</i></li>
<li><a href="/paper/2020/hash/a4a8a31750a23de2da88ef6a491dfd5c-Abstract.html">GOCor: Bringing Globally Optimized Correspondence Volumes into Your Neural Network</a> <i>Prune Truong, Martin Danelljan, Luc V. Gool, Radu Timofte</i></li>
<li><a href="/paper/2020/hash/a4c42bfd5f5130ddf96e34a036c75e0a-Abstract.html">Deep Inverse Q-learning with Constraints</a> <i>Gabriel Kalweit, Maria Huegle, Moritz Werling, Joschka Boedecker</i></li>
<li><a href="/paper/2020/hash/a4df48d0b71376788fee0b92746fd7d5-Abstract.html">Optimistic Dual Extrapolation for Coherent Non-monotone Variational Inequalities</a> <i>Chaobing Song, Zhengyuan Zhou, Yichao Zhou, Yong Jiang, Yi Ma</i></li>
<li><a href="/paper/2020/hash/a512294422de868f8474d22344636f16-Abstract.html">Prediction with Corrupted Expert Advice</a> <i>Idan Amir, Idan Attias, Tomer Koren, Yishay Mansour, Roi Livni</i></li>
<li><a href="/paper/2020/hash/a516a87cfcaef229b342c437fe2b95f7-Abstract.html">Human Parsing Based Texture Transfer from Single Image to 3D Human via Cross-View Consistency</a> <i>Fang Zhao, Shengcai Liao, Kaihao Zhang, Ling Shao</i></li>
<li><a href="/paper/2020/hash/a51fb975227d6640e4fe47854476d133-Abstract.html">Knowledge Augmented Deep Neural Networks for Joint Facial Expression and Action Unit Recognition</a> <i>Zijun Cui, Tengfei Song, Yuru Wang, Qiang Ji</i></li>
<li><a href="/paper/2020/hash/a5481cd6d7517aa3fc6476dc7d9019ab-Abstract.html">Point process models for sequence detection in high-dimensional neural spike trains</a> <i>Alex Williams, Anthony Degleris, Yixin Wang, Scott Linderman</i></li>
<li><a href="/paper/2020/hash/a554f89dd61cabd2ff833d3468e2008a-Abstract.html">Adversarial Attacks on Linear Contextual Bandits</a> <i>Evrard Garcelon, Baptiste Roziere, Laurent Meunier, Jean Tarbouriech, Olivier Teytaud, Alessandro Lazaric, Matteo Pirotta</i></li>
<li><a href="/paper/2020/hash/a5585a4d4b12277fee5cad0880611bc6-Abstract.html">Meta-Consolidation for Continual Learning</a> <i>Joseph K J, Vineeth Nallure Balasubramanian</i></li>
<li><a href="/paper/2020/hash/a576eafbce762079f7d1f77fca1c5cc2-Abstract.html">Organizing recurrent network dynamics by task-computation to enable continual learning</a> <i>Lea Duncker, Laura Driscoll, Krishna V. Shenoy, Maneesh Sahani, David Sussillo</i></li>
<li><a href="/paper/2020/hash/a58149d355f02887dfbe55ebb2b64ba3-Abstract.html">Lifelong Policy Gradient Learning of Factored Policies for Faster Training Without Forgetting</a> <i>Jorge Mendez, Boyu Wang, Eric Eaton</i></li>
<li><a href="/paper/2020/hash/a59afb1b7d82ec353921a55c579ee26d-Abstract.html">Kernel Methods Through the Roof: Handling Billions of Points Efficiently</a> <i>Giacomo Meanti, Luigi Carratino, Lorenzo Rosasco, Alessandro Rudi</i></li>
<li><a href="/paper/2020/hash/a5bad363fc47f424ddf5091c8471480a-Abstract.html">Spike and slab variational Bayes for high dimensional logistic regression</a> <i>Kolyan Ray, Botond Szabo, Gabriel Clara</i></li>
<li><a href="/paper/2020/hash/a5bfc9e07964f8dddeb95fc584cd965d-Abstract.html">Maximum-Entropy Adversarial Data Augmentation for Improved Generalization and Robustness</a> <i>Long Zhao, Ting Liu, Xi Peng, Dimitris Metaxas</i></li>
<li><a href="/paper/2020/hash/a6292668b36ef412fa3c4102d1311a62-Abstract.html">Fast geometric learning with symbolic matrices</a> <i>Jean Feydy, Joan Glaunès, Benjamin Charlier, Michael Bronstein</i></li>
<li><a href="/paper/2020/hash/a64bd53139f71961c5c31a9af03d775e-Abstract.html">MESA: Boost Ensemble Imbalanced Learning with MEta-SAmpler</a> <i>Zhining Liu, Pengfei Wei, Jing Jiang, Wei Cao, Jiang Bian, Yi Chang</i></li>
<li><a href="/paper/2020/hash/a684eceee76fc522773286a895bc8436-Abstract.html">CoinPress: Practical Private Mean and Covariance Estimation</a> <i>Sourav Biswas, Yihe Dong, Gautam Kamath, Jonathan Ullman</i></li>
<li><a href="/paper/2020/hash/a6a767bbb2e3513233f942e0ff24272c-Abstract.html">Planning with General Objective Functions: Going Beyond Total Rewards</a> <i>Ruosong Wang, Peilin Zhong, Simon S. Du, Russ R. Salakhutdinov, Lin Yang</i></li>
<li><a href="/paper/2020/hash/a6b964c0bb675116a15ef1325b01ff45-Abstract.html">Scattering GCN: Overcoming Oversmoothness in Graph Convolutional Networks</a> <i>Yimeng Min, Frederik Wenkel, Guy Wolf</i></li>
<li><a href="/paper/2020/hash/a6d259bfbfa2062843ef543e21d7ec8e-Abstract.html">KFC: A Scalable Approximation Algorithm for $k$−center Fair Clustering</a> <i>Elfarouk Harb, Ho Shan Lam</i></li>
<li><a href="/paper/2020/hash/a6e4f250fb5c56aaf215a236c64e5b0a-Abstract.html">Leveraging Predictions in Smoothed Online Convex Optimization via Gradient-based Algorithms</a> <i>Yingying Li, Na Li</i></li>
<li><a href="/paper/2020/hash/a70145bf8b173e4496b554ce57969e24-Abstract.html">Learning the Linear Quadratic Regulator from Nonlinear Observations</a> <i>Zakaria Mhammedi, Dylan J. Foster, Max Simchowitz, Dipendra Misra, Wen Sun, Akshay Krishnamurthy, Alexander Rakhlin, John Langford</i></li>
<li><a href="/paper/2020/hash/a7453a5f026fb6831d68bdc9cb0edcae-Abstract.html">Reconciling Modern Deep Learning with Traditional Optimization Analyses: The Intrinsic Learning Rate</a> <i>Zhiyuan Li, Kaifeng Lyu, Sanjeev Arora</i></li>
<li><a href="/paper/2020/hash/a7789ef88d599b8df86bbee632b2994d-Abstract.html">Scalable Graph Neural Networks via Bidirectional Propagation</a> <i>Ming Chen, Zhewei Wei, Bolin Ding, Yaliang Li, Ye Yuan, Xiaoyong Du, Ji-Rong Wen</i></li>
<li><a href="/paper/2020/hash/a7968b4339a1b85b7dbdb362dc44f9c4-Abstract.html">Distribution Aligning Refinery of Pseudo-label for Imbalanced Semi-supervised Learning</a> <i>Jaehyung Kim, Youngbum Hur, Sejun Park, Eunho Yang, Sung Ju Hwang, Jinwoo Shin</i></li>
<li><a href="/paper/2020/hash/a7b23e6eefbe6cf04b8e62a6f0915550-Abstract.html">Assisted Learning: A Framework for Multi-Organization Learning</a> <i>Xun Xian, Xinran Wang, Jie Ding, Reza Ghanadan</i></li>
<li><a href="/paper/2020/hash/a7d8ae4569120b5bec12e7b6e9648b86-Abstract.html">The Strong Screening Rule for SLOPE</a> <i>Johan Larsson, Malgorzata Bogdan, Jonas Wallin</i></li>
<li><a href="/paper/2020/hash/a7da6ba0505a41b98bd85907244c4c30-Abstract.html">STLnet: Signal Temporal Logic Enforced Multivariate Recurrent Neural Networks</a> <i>Meiyi Ma, Ji Gao, Lu Feng, John Stankovic</i></li>
<li><a href="/paper/2020/hash/a7f0d2b95c60161b3f3c82f764b1d1c9-Abstract.html">Election Coding for Distributed Learning: Protecting SignSGD against Byzantine Attacks</a> <i>Jy-yong Sohn, Dong-Jun Han, Beongjun Choi, Jaekyun Moon</i></li>
<li><a href="/paper/2020/hash/a822554e5403b1d370db84cfbc530503-Abstract.html">Reducing Adversarially Robust Learning to Non-Robust PAC Learning</a> <i>Omar Montasser, Steve Hanneke, Nati Srebro</i></li>
<li><a href="/paper/2020/hash/a851bd0d418b13310dd1e5e3ac7318ab-Abstract.html">Top-k Training of GANs: Improving GAN Performance by Throwing Away Bad Samples</a> <i>Samarth Sinha, Zhengli Zhao, Anirudh Goyal ALIAS PARTH GOYAL, Colin A. Raffel, Augustus Odena</i></li>
<li><a href="/paper/2020/hash/a878dbebc902328b41dbf02aa87abb58-Abstract.html">Black-Box Optimization with Local Generative Surrogates</a> <i>Sergey Shirobokov, Vladislav Belavin, Michael Kagan, Andrei Ustyuzhanin, Atilim Gunes Baydin</i></li>
<li><a href="/paper/2020/hash/a87c11b9100c608b7f8e98cfa316ff7b-Abstract.html">Efficient Generation of Structured Objects with Constrained Adversarial Networks</a> <i>Luca Di Liello, Pierfrancesco Ardino, Jacopo Gobbi, Paolo Morettin, Stefano Teso, Andrea Passerini</i></li>
<li><a href="/paper/2020/hash/a87d27f712df362cd22c7a8ef823e987-Abstract.html">Hard Example Generation by Texture Synthesis for Cross-domain Shape Similarity Learning</a> <i>Huan Fu, Shunming Li, Rongfei Jia, Mingming Gong, Binqiang Zhao, Dacheng Tao</i></li>
<li><a href="/paper/2020/hash/a89b71bb5227c75d463dd82a03115738-Abstract.html">Recovery of sparse linear classifiers from mixture of responses</a> <i>Venkata Gandikota, Arya Mazumdar, Soumyabrata Pal</i></li>
<li><a href="/paper/2020/hash/a8acc28734d4fe90ea24353d901ae678-Abstract.html">Efficient Distance Approximation for Structured High-Dimensional Distributions via Learning</a> <i>Arnab Bhattacharyya, Sutanu Gayen, Kuldeep S Meel, N. V. Vinodchandran</i></li>
<li><a href="/paper/2020/hash/a8e5a72192378802318bf51063153729-Abstract.html">A Single Recipe for Online Submodular Maximization with Adversarial or Stochastic Constraints</a> <i>Omid Sadeghi, Prasanna Raut, Maryam Fazel</i></li>
<li><a href="/paper/2020/hash/a8ef1979aeec2737ae3830ec543ed0df-Abstract.html">Learning Sparse Prototypes for Text Generation</a> <i>Junxian He, Taylor Berg-Kirkpatrick, Graham Neubig</i></li>
<li><a href="/paper/2020/hash/a9078e8653368c9c291ae2f8b74012e7-Abstract.html">Implicit Rank-Minimizing Autoencoder</a> <i>Li Jing, Jure Zbontar, yann lecun</i></li>
<li><a href="/paper/2020/hash/a914ecef9c12ffdb9bede64bb703d877-Abstract.html">Storage Efficient and Dynamic Flexible Runtime Channel Pruning via Deep Reinforcement Learning</a> <i>Jianda Chen, Shangyu Chen, Sinno Jialin Pan</i></li>
<li><a href="/paper/2020/hash/a96b65a721e561e1e3de768ac819ffbb-Abstract.html">Task-Oriented Feature Distillation</a> <i>Linfeng Zhang, Yukang Shi, Zuoqiang Shi, Kaisheng Ma, Chenglong Bao</i></li>
<li><a href="/paper/2020/hash/a979ca2444b34449a2c80b012749e9cd-Abstract.html">Entropic Causal Inference: Identifiability and Finite Sample Results</a> <i>Spencer Compton, Murat Kocaoglu, Kristjan Greenewald, Dmitriy Katz</i></li>
<li><a href="/paper/2020/hash/a97da629b098b75c294dffdc3e463904-Abstract.html">Rewriting History with Inverse RL: Hindsight Inference for Policy Improvement</a> <i>Ben Eysenbach, XINYANG GENG, Sergey Levine, Russ R. Salakhutdinov</i></li>
<li><a href="/paper/2020/hash/a992995ef4f0439b258f2360dbb85511-Abstract.html">Variance-Reduced Off-Policy TDC Learning: Non-Asymptotic Convergence Analysis</a> <i>Shaocong Ma, Yi Zhou, Shaofeng Zou</i></li>
<li><a href="/paper/2020/hash/a9b7ba70783b617e9998dc4dd82eb3c5-Abstract.html">AdaTune: Adaptive Tensor Program Compilation Made Efficient</a> <i>Menghao Li, Minjia Zhang, Chi Wang, Mingqin Li</i></li>
<li><a href="/paper/2020/hash/a9df2255ad642b923d95503b9a7958d8-Abstract.html">When Do Neural Networks Outperform Kernel Methods?</a> <i>Behrooz Ghorbani, Song Mei, Theodor Misiakiewicz, Andrea Montanari</i></li>
<li><a href="/paper/2020/hash/a9e18cb5dd9d3ab420946fa19ebbbf52-Abstract.html">STEER : Simple Temporal Regularization For Neural ODE</a> <i>Arnab Ghosh, Harkirat Behl, Emilien Dupont, Philip Torr, Vinay Namboodiri</i></li>
<li><a href="/paper/2020/hash/aa0d2a804a3510442f2fd40f2100b054-Abstract.html">A Variational Approach for Learning from Positive and Unlabeled Data</a> <i>Hui Chen, Fangqing Liu, Yin Wang, Liyue Zhao, Hao Wu</i></li>
<li><a href="/paper/2020/hash/aa108f56a10e75c1f20f27723ecac85f-Abstract.html">Efficient Clustering Based On A Unified View Of $K$-means And Ratio-cut</a> <i>Shenfei Pei, Feiping Nie, Rong Wang, Xuelong Li</i></li>
<li><a href="/paper/2020/hash/aa1f5f73327ba40d47ebce155e785aaf-Abstract.html">Recurrent Switching Dynamical Systems Models for Multiple Interacting Neural Populations</a> <i>Joshua Glaser, Matthew Whiteway, John P. Cunningham, Liam Paninski, Scott Linderman</i></li>
<li><a href="/paper/2020/hash/aa2a77371374094fe9e0bc1de3f94ed9-Abstract.html">Coresets via Bilevel Optimization for Continual Learning and Streaming</a> <i>Zalán Borsos, Mojmir Mutny, Andreas Krause</i></li>
<li><a href="/paper/2020/hash/aa475604668730af60a0a87cc92604da-Abstract.html">Generalized Independent Noise Condition for Estimating Latent Variable Causal Graphs</a> <i>Feng Xie, Ruichu Cai, Biwei Huang, Clark Glymour, Zhifeng Hao, Kun Zhang</i></li>
<li><a href="/paper/2020/hash/aa85e45da94cb0d78853c50ba636a15a-Abstract.html">Understanding and Exploring the Network with Stochastic Architectures</a> <i>Zhijie Deng, Yinpeng Dong, Shifeng Zhang, Jun Zhu</i></li>
<li><a href="/paper/2020/hash/aaa5ebec57257fa776a1990c2bd025c1-Abstract.html">All-or-nothing statistical and computational phase transitions in sparse spiked matrix estimation</a> <i>jean barbier, Nicolas Macris, Cynthia Rush</i></li>
<li><a href="/paper/2020/hash/aab085461de182608ee9f607f3f7d18f-Abstract.html">Deep Evidential Regression</a> <i>Alexander Amini, Wilko Schwarting, Ava Soleimany, Daniela Rus</i></li>
<li><a href="/paper/2020/hash/aaf2979785deb27864047e0ea40ef1b7-Abstract.html">Analytical Probability Distributions and Exact Expectation-Maximization for Deep Generative Networks</a> <i>Randall Balestriero, Sebastien PARIS, Richard Baraniuk</i></li>
<li><a href="/paper/2020/hash/ab452534c5ce28c4fbb0e102d4a4fb2e-Abstract.html">Bayesian Pseudocoresets</a> <i>Dionysis Manousakas, Zuheng Xu, Cecilia Mascolo, Trevor Campbell</i></li>
<li><a href="/paper/2020/hash/ab6b331e94c28169d15cca0cb3bbc73e-Abstract.html">See, Hear, Explore: Curiosity via Audio-Visual Association</a> <i>Victoria Dean, Shubham Tulsiani, Abhinav Gupta</i></li>
<li><a href="/paper/2020/hash/ab7314887865c4265e896c6e209d1cd6-Abstract.html">Adversarial Training is a Form of Data-dependent Operator Norm Regularization</a> <i>Kevin Roth, Yannic Kilcher, Thomas Hofmann</i></li>
<li><a href="/paper/2020/hash/ab73f542b6d60c4de151800b8abc0a6c-Abstract.html">A Biologically Plausible Neural Network for Slow Feature Analysis</a> <i>David Lipshutz, Charles Windolf, Siavash Golkar, Dmitri Chklovskii</i></li>
<li><a href="/paper/2020/hash/ab7a710458b8378b523e39143a6764d6-Abstract.html">Learning Feature Sparse Principal Subspace</a> <i>Lai Tian, Feiping Nie, Rong Wang, Xuelong Li</i></li>
<li><a href="/paper/2020/hash/aba3b6fd5d186d28e06ff97135cade7f-Abstract.html">Online Adaptation for Consistent Mesh Reconstruction in the Wild</a> <i>Xueting Li, Sifei Liu, Shalini De Mello, Kihwan Kim, Xiaolong Wang, Ming-Hsuan Yang, Jan Kautz</i></li>
<li><a href="/paper/2020/hash/abb451a12cf1a9d93292e81f0d4fdd7a-Abstract.html">Online learning with dynamics: A minimax perspective</a> <i>Kush Bhatia, Karthik Sridharan</i></li>
<li><a href="/paper/2020/hash/abc99d6b9938aa86d1f30f8ee0fd169f-Abstract.html">Learning to Select Best Forecast Tasks for Clinical Outcome Prediction</a> <i>Yuan Xue, Nan Du, Anne Mottram, Martin Seneviratne, Andrew M. Dai</i></li>
<li><a href="/paper/2020/hash/abd1c782880cc59759f4112fda0b8f98-Abstract.html">Stochastic Optimization with Heavy-Tailed Noise via Accelerated Gradient Clipping</a> <i>Eduard Gorbunov, Marina Danilova, Alexander Gasnikov</i></li>
<li><a href="/paper/2020/hash/abd987257ff0eddc2bc6602538cb3c43-Abstract.html">Adaptive Experimental Design with Temporal Interference: A Maximum Likelihood Approach</a> <i>Peter W. Glynn, Ramesh Johari, Mohammad Rasouli</i></li>
<li><a href="/paper/2020/hash/ac10ec1ace51b2d973cd87973a98d3ab-Abstract.html">From Trees to Continuous Embeddings and Back: Hyperbolic Hierarchical Clustering</a> <i>Ines Chami, Albert Gu, Vaggos Chatziafratis, Christopher Ré</i></li>
<li><a href="/paper/2020/hash/ac10ff1941c540cd87c107330996f4f6-Abstract.html">The Autoencoding Variational Autoencoder</a> <i>Taylan Cemgil, Sumedh Ghaisas, Krishnamurthy Dvijotham, Sven Gowal, Pushmeet Kohli</i></li>
<li><a href="/paper/2020/hash/ac3870fcad1cfc367825cda0101eee62-Abstract.html">A Fair Classifier Using Kernel Density Estimation</a> <i>Jaewoong Cho, Gyeongjo Hwang, Changho Suh</i></li>
<li><a href="/paper/2020/hash/ac4395adcb3da3b2af3d3972d7a10221-Abstract.html">A Randomized Algorithm to Reduce the Support of Discrete Measures</a> <i>Francesco Cosentino, Harald Oberhauser, Alessandro Abate</i></li>
<li><a href="/paper/2020/hash/ac450d10e166657ec8f93a1b65ca1b14-Abstract.html">Distributionally Robust Federated Averaging</a> <i>Yuyang Deng, Mohammad Mahdi Kamani, Mehrdad Mahdavi</i></li>
<li><a href="/paper/2020/hash/ac457ba972fb63b7994befc83f774746-Abstract.html">Sharp uniform convergence bounds through empirical centralization</a> <i>Cyrus Cousins, Matteo Riondato</i></li>
<li><a href="/paper/2020/hash/acaa23f71f963e96c8847585e71352d6-Abstract.html">COBE: Contextualized Object Embeddings from Narrated Instructional Video</a> <i>Gedas Bertasius, Lorenzo Torresani</i></li>
<li><a href="/paper/2020/hash/acab0116c354964a558e65bdd07ff047-Abstract.html">Knowledge Transfer in Multi-Task Deep Reinforcement Learning for Continuous Control</a> <i>Zhiyuan Xu, Kun Wu, Zhengping Che, Jian Tang, Jieping Ye</i></li>
<li><a href="/paper/2020/hash/ad086f59924fffe0773f8d0ca22ea712-Abstract.html">Finite Versus Infinite Neural Networks: an Empirical Study</a> <i>Jaehoon Lee, Samuel Schoenholz, Jeffrey Pennington, Ben Adlam, Lechao Xiao, Roman Novak, Jascha Sohl-Dickstein</i></li>
<li><a href="/paper/2020/hash/ad1f8bb9b51f023cdc80cf94bb615aa9-Abstract.html">Supermasks in Superposition</a> <i>Mitchell Wortsman, Vivek Ramanujan, Rosanne Liu, Aniruddha Kembhavi, Mohammad Rastegari, Jason Yosinski, Ali Farhadi</i></li>
<li><a href="/paper/2020/hash/ad62cfd33e3870262d6bf5331c1f13b0-Abstract.html">Nonasymptotic Guarantees for Spiked Matrix Recovery with Generative Priors</a> <i>Jorio Cocola, Paul Hand, Vlad Voroninski</i></li>
<li><a href="/paper/2020/hash/ad71c82b22f4f65b9398f76d8be4c615-Abstract.html">Almost Optimal Model-Free Reinforcement Learningvia Reference-Advantage Decomposition</a> <i>Zihan Zhang, Yuan Zhou, Xiangyang Ji</i></li>
<li><a href="/paper/2020/hash/ad7ed5d47b9baceb12045a929e7e2f66-Abstract.html">Learning to Incentivize Other Learning Agents</a> <i>Jiachen Yang, Ang Li, Mehrdad Farajtabar, Peter Sunehag, Edward Hughes, Hongyuan Zha</i></li>
<li><a href="/paper/2020/hash/add5aebfcb33a2206b6497d53bc4f309-Abstract.html">Displacement-Invariant Matching Cost Learning for Accurate Optical Flow Estimation</a> <i>Jianyuan Wang, Yiran Zhong, Yuchao Dai, Kaihao Zhang, Pan Ji, Hongdong Li</i></li>
<li><a href="/paper/2020/hash/adf854f418fc96fb01ad92a2ed2fc35c-Abstract.html">Distributionally Robust Local Non-parametric Conditional Estimation</a> <i>Viet Anh Nguyen, Fan Zhang, Jose Blanchet, Erick Delage, Yinyu Ye</i></li>
<li><a href="/paper/2020/hash/ae06fbdc519bddaa88aa1b24bace4500-Abstract.html">Robust Multi-Object Matching via Iterative Reweighting of the Graph Connection Laplacian</a> <i>Yunpeng Shi, Shaohan Li, Gilad Lerman</i></li>
<li><a href="/paper/2020/hash/ae3d525daf92cee0003a7f2d92c34ea3-Abstract.html">Meta-Gradient Reinforcement Learning with an Objective Discovered Online</a> <i>Zhongwen Xu, Hado P. van Hasselt, Matteo Hessel, Junhyuk Oh, Satinder Singh, David Silver</i></li>
<li><a href="/paper/2020/hash/ae87a54e183c075c494c4d397d126a66-Abstract.html">Learning Strategy-Aware Linear Classifiers</a> <i>Yiling Chen, Yang Liu, Chara Podimata</i></li>
<li><a href="/paper/2020/hash/ae95296e27d7f695f891cd26b4f37078-Abstract.html">Upper Confidence Primal-Dual Reinforcement Learning for CMDP with Adversarial Loss</a> <i>Shuang Qiu, Xiaohan Wei, Zhuoran Yang, Jieping Ye, Zhaoran Wang</i></li>
<li><a href="/paper/2020/hash/aeb7b30ef1d024a76f21a1d40e30c302-Abstract.html">Calibrating Deep Neural Networks using Focal Loss</a> <i>Jishnu Mukhoti, Viveka Kulharia, Amartya Sanyal, Stuart Golodetz, Philip Torr, Puneet Dokania</i></li>
<li><a href="/paper/2020/hash/aecad42329922dfc97eee948606e1f8e-Abstract.html">Optimizing Mode Connectivity via Neuron Alignment</a> <i>Norman Tatro, Pin-Yu Chen, Payel Das, Igor Melnyk, Prasanna Sattigeri, Rongjie Lai</i></li>
<li><a href="/paper/2020/hash/aee5620fa0432e528275b8668581d9a8-Abstract.html">Information Theoretic Regret Bounds for Online Nonlinear Control</a> <i>Sham Kakade, Akshay Krishnamurthy, Kendall Lowrey, Motoya Ohnishi, Wen Sun</i></li>
<li><a href="/paper/2020/hash/aeefb050911334869a7a5d9e4d0e1689-Abstract.html">A kernel test for quasi-independence</a> <i>Tamara Fernandez, Wenkai Xu, Marc Ditzhaus, Arthur Gretton</i></li>
<li><a href="/paper/2020/hash/af5d5ef24881f3c3049a7b9bfe74d58b-Abstract.html">First Order Constrained Optimization in Policy Space</a> <i>Yiming Zhang, Quan Vuong, Keith Ross</i></li>
<li><a href="/paper/2020/hash/af94ed0d6f5acc95f97170e3685f16c0-Abstract.html">Learning Augmented Energy Minimization via Speed Scaling</a> <i>Etienne Bamas, Andreas Maggiori, Lars Rohwedder, Ola Svensson</i></li>
<li><a href="/paper/2020/hash/af9c0e0c1dee63e5acad8b7ed1a5be96-Abstract.html">Exploiting MMD and Sinkhorn Divergences for Fair and Transferable Representation Learning</a> <i>Luca Oneto, Michele Donini, Giulia Luise, Carlo Ciliberto, Andreas Maurer, Massimiliano Pontil</i></li>
<li><a href="/paper/2020/hash/afb0b97df87090596ae7c503f60bb23f-Abstract.html">Deep Rao-Blackwellised Particle Filters for Time Series Forecasting</a> <i>Richard Kurle, Syama Sundar Rangapuram, Emmanuel de Bézenac, Stephan Günnemann, Jan Gasthaus</i></li>
<li><a href="/paper/2020/hash/b05b57f6add810d3b7490866d74c0053-Abstract.html">Why are Adaptive Methods Good for Attention Models?</a> <i>Jingzhao Zhang, Sai Praneeth Karimireddy, Andreas Veit, Seungyeon Kim, Sashank Reddi, Sanjiv Kumar, Suvrit Sra</i></li>
<li><a href="/paper/2020/hash/b090409688550f3cc93f4ed88ec6cafb-Abstract.html">Neural Sparse Representation for Image Restoration</a> <i>Yuchen Fan, Jiahui Yu, Yiqun Mei, Yulun Zhang, Yun Fu, Ding Liu, Thomas S. Huang</i></li>
<li><a href="/paper/2020/hash/b096577e264d1ebd6b41041f392eec23-Abstract.html">Boosting First-Order Methods by Shifting Objective: New Schemes with Faster Worst-Case Rates</a> <i>Kaiwen Zhou, Anthony Man-Cho So, James Cheng</i></li>
<li><a href="/paper/2020/hash/b0c7ae2316c7e8214fd659e4bc8a0dea-Abstract.html">Robust Sequence Submodular Maximization</a> <i>Gamal Sallam, Zizhan Zheng, Jie Wu, Bo Ji</i></li>
<li><a href="/paper/2020/hash/b139aeda1c2914e3b579aafd3ceeb1bd-Abstract.html">Certified Monotonic Neural Networks</a> <i>Xingchao Liu, Xing Han, Na Zhang, Qiang Liu</i></li>
<li><a href="/paper/2020/hash/b139e104214a08ae3f2ebcce149cdf6e-Abstract.html">System Identification with Biophysical Constraints: A Circuit Model of the Inner Retina</a> <i>Cornelius Schröder, David Klindt, Sarah Strauss, Katrin Franke, Matthias Bethge, Thomas Euler, Philipp Berens</i></li>
<li><a href="/paper/2020/hash/b14680dec683e744ada1f2fe08614086-Abstract.html">Efficient Algorithms for Device Placement of DNN Graph Operators</a> <i>Jakub M. Tarnawski, Amar Phanishayee, Nikhil Devanur, Divya Mahajan, Fanny Nina Paravecino</i></li>
<li><a href="/paper/2020/hash/b197ffdef2ddc3308584dce7afa3661b-Abstract.html">Active Invariant Causal Prediction: Experiment Selection through Stability</a> <i>Juan Gamella, Christina Heinze-Deml</i></li>
<li><a href="/paper/2020/hash/b19aa25ff58940d974234b48391b9549-Abstract.html">BOSS: Bayesian Optimization over String Spaces</a> <i>Henry Moss, David Leslie, Daniel Beck, Javier Gonzalez, Paul Rayson</i></li>
<li><a href="/paper/2020/hash/b1adda14824f50ef24ff1c05bb66faf3-Abstract.html">Model Interpretability through the lens of Computational Complexity</a> <i>Pablo Barceló, Mikaël Monet, Jorge Pérez, Bernardo Subercaseaux</i></li>
<li><a href="/paper/2020/hash/b20706935de35bbe643733f856d9e5d6-Abstract.html">Markovian Score Climbing: Variational Inference with KL(p||q)</a> <i>Christian Naesseth, Fredrik Lindsten, David Blei</i></li>
<li><a href="/paper/2020/hash/b282d1735283e8eea45bce393cefe265-Abstract.html">Improved Analysis of Clipping Algorithms for Non-convex Optimization</a> <i>Bohang Zhang, Jikai Jin, Cong Fang, Liwei Wang</i></li>
<li><a href="/paper/2020/hash/b2ea5e977c5fc1ccfa74171a9723dd61-Abstract.html">Bias no more: high-probability data-dependent regret bounds for adversarial bandits and MDPs</a> <i>Chung-Wei Lee, Haipeng Luo, Chen-Yu Wei, Mengxiao Zhang</i></li>
<li><a href="/paper/2020/hash/b2eeb7362ef83deff5c7813a67e14f0a-Abstract.html">A Ranking-based, Balanced Loss Function Unifying Classification and Localisation in Object Detection</a> <i>Kemal Oksuz, Baris Can Cam, Emre Akbas, Sinan Kalkan</i></li>
<li><a href="/paper/2020/hash/b2f627fff19fda463cb386442eac2b3d-Abstract.html">StratLearner: Learning a Strategy for Misinformation Prevention in Social Networks</a> <i>Guangmo Tong</i></li>
<li><a href="/paper/2020/hash/b30958093daeed059670b35173654dc9-Abstract.html">A Unified Switching System Perspective and Convergence Analysis of Q-Learning Algorithms</a> <i>Donghwan Lee, Niao He</i></li>
<li><a href="/paper/2020/hash/b367e525a7e574817c19ad24b7b35607-Abstract.html">Kernel Alignment Risk Estimator: Risk Prediction from Training Data</a> <i>Arthur Jacot, Berfin Simsek, Francesco Spadaro, Clement Hongler, Franck Gabriel</i></li>
<li><a href="/paper/2020/hash/b3b43aeeacb258365cc69cdaf42a68af-Abstract.html">Calibrating CNNs for Lifelong Learning</a> <i>Pravendra Singh, Vinay Kumar Verma, Pratik Mazumder, Lawrence Carin, Piyush Rai</i></li>
<li><a href="/paper/2020/hash/b3d6e130a30b176f2ca5af7d1e73953f-Abstract.html">Online Convex Optimization Over Erdos-Renyi Random Networks</a> <i>Jinlong Lei, Peng Yi, Yiguang Hong, Jie Chen, Guodong Shi</i></li>
<li><a href="/paper/2020/hash/b3f61131b6eceeb2b14835fa648a48ff-Abstract.html">Robustness of Bayesian Neural Networks to Gradient-Based Attacks</a> <i>Ginevra Carbone, Matthew Wicker, Luca Laurenti, Andrea Patane&#x27;, Luca Bortolussi, Guido Sanguinetti</i></li>
<li><a href="/paper/2020/hash/b427426b8acd2c2e53827970f2c2f526-Abstract.html">Parametric Instance Classification for Unsupervised Visual Feature learning</a> <i>Yue Cao, Zhenda Xie, Bin Liu, Yutong Lin, Zheng Zhang, Han Hu</i></li>
<li><a href="/paper/2020/hash/b44182379bf9fae976e6ae5996e13cd8-Abstract.html">Sparse Weight Activation Training</a> <i>Md Aamir Raihan, Tor Aamodt</i></li>
<li><a href="/paper/2020/hash/b460cf6b09878b00a3e1ad4c72344ccd-Abstract.html">Collapsing Bandits and Their Application to Public Health Intervention</a> <i>Aditya Mate, Jackson Killian, Haifeng Xu, Andrew Perrault, Milind Tambe</i></li>
<li><a href="/paper/2020/hash/b4b758962f17808746e9bb832a6fa4b8-Abstract.html">Neural Sparse Voxel Fields</a> <i>Lingjie Liu, Jiatao Gu, Kyaw Zaw Lin, Tat-Seng Chua, Christian Theobalt</i></li>
<li><a href="/paper/2020/hash/b4edda67f0f57e218a8e766927e3e5c5-Abstract.html">A Flexible Framework for Designing Trainable Priors with Adaptive Smoothing and Game Encoding</a> <i>Bruno Lecouat, Jean Ponce, Julien Mairal</i></li>
<li><a href="/paper/2020/hash/b53b3a3d6ab90ce0268229151c9bde11-Abstract.html">The Discrete Gaussian for Differential Privacy</a> <i>Clément L. Canonne, Gautam Kamath, Thomas Steinke</i></li>
<li><a href="/paper/2020/hash/b58144d7e90b5a43edcce1ca9e642882-Abstract.html">Robust Sub-Gaussian Principal Component Analysis and Width-Independent Schatten Packing</a> <i>Arun Jambulapati, Jerry Li, Kevin Tian</i></li>
<li><a href="/paper/2020/hash/b58f7d184743106a8a66028b7a28937c-Abstract.html">Adaptive Importance Sampling for Finite-Sum Optimization and Sampling with Decreasing Step-Sizes</a> <i>Ayoub El Hanchi, David Stephens</i></li>
<li><a href="/paper/2020/hash/b599e8250e4481aaa405a715419c8179-Abstract.html">Learning efficient task-dependent representations with synaptic plasticity</a> <i>Colin Bredenberg, Eero Simoncelli, Cristina Savin</i></li>
<li><a href="/paper/2020/hash/b5b8c484824d8a06f4f3d570bc420313-Abstract.html">A Contour Stochastic Gradient Langevin Dynamics Algorithm for Simulations of Multi-modal Distributions</a> <i>Wei Deng, Guang Lin, Faming Liang</i></li>
<li><a href="/paper/2020/hash/b5c01503041b70d41d80e3dbe31bbd8c-Abstract.html">Error Bounds of Imitating Policies and Environments</a> <i>Tian Xu, Ziniu Li, Yang Yu</i></li>
<li><a href="/paper/2020/hash/b5d17ed2b502da15aa727af0d51508d6-Abstract.html">Disentangling Human Error from Ground Truth in Segmentation of Medical Images</a> <i>Le Zhang, Ryutaro Tanno, Moucheng Xu, Chen Jin, Joseph Jacob, Olga Cicarrelli, Frederik Barkhof, Daniel Alexander</i></li>
<li><a href="/paper/2020/hash/b607ba543ad05417b8507ee86c54fcb7-Abstract.html">Consequences of Misaligned AI</a> <i>Simon Zhuang, Dylan Hadfield-Menell</i></li>
<li><a href="/paper/2020/hash/b628386c9b92481fab68fbf284bd6a64-Abstract.html">Promoting Coordination through Policy Regularization in Multi-Agent Deep Reinforcement Learning</a> <i>Julien Roy, Paul Barde, Félix Harvey, Derek Nowrouzezahrai, Chris Pal</i></li>
<li><a href="/paper/2020/hash/b63c87b0a41016ad29313f0d7393cee8-Abstract.html">Emergent Reciprocity and Team Formation from Randomized Uncertain Social Preferences</a> <i>Bowen Baker</i></li>
<li><a href="/paper/2020/hash/b6417f112bd27848533e54885b66c288-Abstract.html">Hitting the High Notes: Subset Selection for Maximizing Expected Order Statistics</a> <i>Aranyak Mehta, Uri Nadav, Alexandros Psomas, Aviad Rubinstein</i></li>
<li><a href="/paper/2020/hash/b64a70760bb75e3ecfd1ad86d8f10c88-Abstract.html">Towards Scale-Invariant Graph-related Problem Solving by Iterative Homogeneous GNNs</a> <i>Hao Tang, Zhiao Huang, Jiayuan Gu, Bao-Liang Lu, Hao Su</i></li>
<li><a href="/paper/2020/hash/b67fb3360ae5597d85a005153451dd4e-Abstract.html">Regret Bounds without Lipschitz Continuity: Online Learning with Relative-Lipschitz Losses</a> <i>Yihan Zhou, Victor Sanches Portella, Mark Schmidt, Nicholas Harvey</i></li>
<li><a href="/paper/2020/hash/b6af2c9703f203a2794be03d443af2e3-Abstract.html">The Lottery Ticket Hypothesis for Pre-trained BERT Networks</a> <i>Tianlong Chen, Jonathan Frankle, Shiyu Chang, Sijia Liu, Yang Zhang, Zhangyang Wang, Michael Carbin</i></li>
<li><a href="/paper/2020/hash/b6b90237b3ebd1e462a5d11dbc5c4dae-Abstract.html">Label-Aware Neural Tangent Kernel: Toward Better Generalization and Local Elasticity</a> <i>Shuxiao Chen, Hangfeng He, Weijie Su</i></li>
<li><a href="/paper/2020/hash/b6c8cf4c587f2ead0c08955ee6e2502b-Abstract.html">Beyond Perturbations: Learning Guarantees with Arbitrary Adversarial Test Examples</a> <i>Shafi Goldwasser, Adam Tauman Kalai, Yael Kalai, Omar Montasser</i></li>
<li><a href="/paper/2020/hash/b6cf334c22c8f4ce8eb920bb7b512ed0-Abstract.html">AdvFlow: Inconspicuous Black-box Adversarial Attacks using Normalizing Flows</a> <i>Hadi Mohaghegh Dolatabadi, Sarah Erfani, Christopher Leckie</i></li>
<li><a href="/paper/2020/hash/b6d767d2f8ed5d21a44b0e5886680cb9-Abstract.html">Few-shot Image Generation with Elastic Weight Consolidation</a> <i>Yijun Li, Richard Zhang, Jingwan (Cynthia) Lu, Eli Shechtman</i></li>
<li><a href="/paper/2020/hash/b6dfd41875bc090bd31d0b1740eb5b1b-Abstract.html">On the Expressiveness of Approximate Inference in Bayesian Neural Networks</a> <i>Andrew Foong, David Burt, Yingzhen Li, Richard Turner</i></li>
<li><a href="/paper/2020/hash/b6f8dc086b2d60c5856e4ff517060392-Abstract.html">Non-Crossing Quantile Regression for Distributional Reinforcement Learning</a> <i>Fan Zhou, Jianing Wang, Xingdong Feng</i></li>
<li><a href="/paper/2020/hash/b704ea2c39778f07c617f6b7ce480e9e-Abstract.html">Dark Experience for General Continual Learning: a Strong, Simple Baseline</a> <i>Pietro Buzzega, Matteo Boschini, Angelo Porrello, Davide Abati, SIMONE CALDERARA</i></li>
<li><a href="/paper/2020/hash/b710915795b9e9c02cf10d6d2bdb688c-Abstract.html">Learning to Utilize Shaping Rewards: A New Approach of Reward Shaping</a> <i>Yujing Hu, Weixun Wang, Hangtian Jia, Yixiang Wang, Yingfeng Chen, Jianye Hao, Feng Wu, Changjie Fan</i></li>
<li><a href="/paper/2020/hash/b71f5aaf3371c2cdfb7a7c0497f569d4-Abstract.html">Neural encoding with visual attention</a> <i>Meenakshi Khosla, Gia Ngo, Keith Jamison, Amy Kuceyeski, Mert Sabuncu</i></li>
<li><a href="/paper/2020/hash/b7ae8fecf15b8b6c3c69eceae636d203-Abstract.html">On the linearity of large non-linear models: when and why the tangent kernel is constant</a> <i>Chaoyue Liu, Libin Zhu, Mikhail Belkin</i></li>
<li><a href="/paper/2020/hash/b803a9254688e259cde2ec0361c8abe4-Abstract.html">PLLay: Efficient Topological Layer based on Persistent Landscapes</a> <i>Kwangho Kim, Jisu Kim, Manzil Zaheer, Joon Kim, Frederic Chazal, Larry Wasserman</i></li>
<li><a href="/paper/2020/hash/b8043b9b976639acb17b035ab8963f18-Abstract.html">Decentralized Langevin Dynamics for Bayesian Learning</a> <i>Anjaly Parayil, He Bai, Jemin George, Prudhvi Gurram</i></li>
<li><a href="/paper/2020/hash/b837305e43f7e535a1506fc263eee3ed-Abstract.html">Shared Space Transfer Learning for analyzing multi-site fMRI data</a> <i>Muhammad Yousefnezhad, Alessandro Selvitella, Daoqiang Zhang, Andrew Greenshaw, Russell Greiner</i></li>
<li><a href="/paper/2020/hash/b86e8d03fe992d1b0e19656875ee557c-Abstract.html">The Diversified Ensemble Neural Network</a> <i>Shaofeng Zhang, Meng Liu, Junchi Yan</i></li>
<li><a href="/paper/2020/hash/b87039703fe79778e9f140b78621d7fb-Abstract.html">Inductive Quantum Embedding</a> <i>Santosh Kumar Srivastava, Dinesh Khandelwal, Dhiraj Madan, Dinesh Garg, Hima Karanam, L Venkata Subramaniam</i></li>
<li><a href="/paper/2020/hash/b8a6550662b363eb34145965d64d0cfb-Abstract.html">Variational Bayesian Unlearning</a> <i>Quoc Phong Nguyen, Bryan Kian Hsiang Low, Patrick Jaillet</i></li>
<li><a href="/paper/2020/hash/b8b9c74ac526fffbeb2d39ab038d1cd7-Abstract.html">Batched Coarse Ranking in Multi-Armed Bandits</a> <i>Nikolai Karpov, Qin Zhang</i></li>
<li><a href="/paper/2020/hash/b8ce47761ed7b3b6f48b583350b7f9e4-Abstract.html">Understanding and Improving Fast Adversarial Training</a> <i>Maksym Andriushchenko, Nicolas Flammarion</i></li>
<li><a href="/paper/2020/hash/b8fd7211e5247891e4d4f0562418868a-Abstract.html">Coded Sequential Matrix Multiplication For Straggler Mitigation</a> <i>Nikhil Krishnan Muralee Krishnan, Seyederfan Hosseini, Ashish Khisti</i></li>
<li><a href="/paper/2020/hash/b8ffa41d4e492f0fad2f13e29e1762eb-Abstract.html">Attack of the Tails: Yes, You Really Can Backdoor Federated Learning</a> <i>Hongyi Wang, Kartik Sreenivasan, Shashank Rajput, Harit Vishwakarma, Saurabh Agarwal, Jy-yong Sohn, Kangwook Lee, Dimitris Papailiopoulos</i></li>
<li><a href="/paper/2020/hash/b90c46963248e6d7aab1e0f429743ca0-Abstract.html">Certifiably Adversarially Robust Detection of Out-of-Distribution Data</a> <i>Julian Bitterwolf, Alexander Meinke, Matthias Hein</i></li>
<li><a href="/paper/2020/hash/b98249b38337c5088bbc660d8f872d6a-Abstract.html">Domain Generalization via Entropy Regularization</a> <i>Shanshan Zhao, Mingming Gong, Tongliang Liu, Huan Fu, Dacheng Tao</i></li>
<li><a href="/paper/2020/hash/b9cfe8b6042cf759dc4c0cccb27a6737-Abstract.html">Bayesian Meta-Learning for the Few-Shot Setting via Deep Kernels</a> <i>Massimiliano Patacchiola, Jack Turner, Elliot J. Crowley, Michael O&#x27;Boyle, Amos J. Storkey</i></li>
<li><a href="/paper/2020/hash/ba036d228858d76fb89189853a5503bd-Abstract.html">Skeleton-bridged Point Completion: From Global Inference to Local Adjustment</a> <i>Yinyu Nie, Yiqun Lin, Xiaoguang Han, Shihui Guo, Jian Chang, Shuguang Cui, Jian.J Zhang</i></li>
<li><a href="/paper/2020/hash/ba053350fe56ed93e64b3e769062b680-Abstract.html">Compressing Images by Encoding Their Latent Representations with Relative Entropy Coding</a> <i>Gergely Flamich, Marton Havasi, José Miguel Hernández-Lobato</i></li>
<li><a href="/paper/2020/hash/ba304f3809ed31d0ad97b5a2b5df2a39-Abstract.html">Improved Guarantees for k-means++ and k-means++ Parallel</a> <i>Konstantin Makarychev, Aravind Reddy, Liren Shan</i></li>
<li><a href="/paper/2020/hash/ba3c95c2962d3aab2f6e667932daa3c5-Abstract.html">Sparse Spectrum Warped Input Measures for Nonstationary Kernel Learning</a> <i>Anthony Tompkins, Rafael Oliveira, Fabio T. Ramos</i></li>
<li><a href="/paper/2020/hash/ba3e9b6a519cfddc560b5d53210df1bd-Abstract.html">An Efficient Adversarial Attack for Tree Ensembles</a> <i>Chong Zhang, Huan Zhang, Cho-Jui Hsieh</i></li>
<li><a href="/paper/2020/hash/ba4849411c8bbdd386150e5e32204198-Abstract.html">Learning Continuous System Dynamics from Irregularly-Sampled Partial Observations</a> <i>Zijie Huang, Yizhou Sun, Wei Wang</i></li>
<li><a href="/paper/2020/hash/ba5451d3c91a0f982f103cdbe249bc78-Abstract.html">Online Bayesian Persuasion</a> <i>Matteo Castiglioni, Andrea Celli, Alberto Marchesi, Nicola Gatti</i></li>
<li><a href="/paper/2020/hash/ba7e36c43aff315c00ec2b8625e3b719-Abstract.html">Robust Pre-Training by Adversarial Contrastive Learning</a> <i>Ziyu Jiang, Tianlong Chen, Ting Chen, Zhangyang Wang</i></li>
<li><a href="/paper/2020/hash/ba95d78a7c942571185308775a97a3a0-Abstract.html">Random Walk Graph Neural Networks</a> <i>Giannis Nikolentzos, Michalis Vazirgiannis</i></li>
<li><a href="/paper/2020/hash/ba9a56ce0a9bfa26e8ed9e10b2cc8f46-Abstract.html">Explore Aggressively, Update Conservatively: Stochastic Extragradient Methods with Variable Stepsize Scaling</a> <i>Yu-Guan Hsieh, Franck Iutzeler, Jérôme Malick, Panayotis Mertikopoulos</i></li>
<li><a href="/paper/2020/hash/babcff88f8be8c4795bd6f0f8cccca61-Abstract.html">Fast and Accurate $k$-means++ via Rejection Sampling</a> <i>Vincent Cohen-Addad, Silvio Lattanzi, Ashkan Norouzi-Fard, Christian Sohler, Ola Svensson</i></li>
<li><a href="/paper/2020/hash/bacadc62d6e67d7897cef027fa2d416c-Abstract.html">Variational Amodal Object Completion</a> <i>Huan Ling, David Acuna, Karsten Kreis, Seung Wook Kim, Sanja Fidler</i></li>
<li><a href="/paper/2020/hash/bae876e53dab654a3d9d9768b1b7b91a-Abstract.html">When Counterpoint Meets Chinese Folk Melodies</a> <i>Nan Jiang, Sheng Jin, Zhiyao Duan, Changshui Zhang</i></li>
<li><a href="/paper/2020/hash/bb073f2855d769be5bf191f6378f7150-Abstract.html">Sub-linear Regret Bounds for Bayesian Optimisation in Unknown Search Spaces</a> <i>Hung Tran-The, Sunil Gupta, Santu Rana, Huong Ha, Svetha Venkatesh</i></li>
<li><a href="/paper/2020/hash/bb7946e7d85c81a9e69fee1cea4a087c-Abstract.html">Universal Domain Adaptation through Self Supervision</a> <i>Kuniaki Saito, Donghyun Kim, Stan Sclaroff, Kate Saenko</i></li>
<li><a href="/paper/2020/hash/bc047286b224b7bfa73d4cb02de1238d-Abstract.html">Patch2Self: Denoising Diffusion MRI with Self-Supervised Learning​</a> <i>Shreyas Fadnavis, Joshua Batson, Eleftherios Garyfallidis</i></li>
<li><a href="/paper/2020/hash/bc573864331a9e42e4511de6f678aa83-Abstract.html">Stochastic Normalization</a> <i>Zhi Kou, Kaichao You, Mingsheng Long, Jianmin Wang</i></li>
<li><a href="/paper/2020/hash/bc6d753857fe3dd4275dff707dedf329-Abstract.html">Constrained episodic reinforcement learning in concave-convex and knapsack settings</a> <i>Kianté Brantley, Miro Dudik, Thodoris Lykouris, Sobhan Miryoosefi, Max Simchowitz, Aleksandrs Slivkins, Wen Sun</i></li>
<li><a href="/paper/2020/hash/bca382c81484983f2d437f97d1e141f3-Abstract.html">On Learning Ising Models under Huber&#x27;s Contamination Model</a> <i>Adarsh Prasad, Vishwak Srinivasan, Sivaraman Balakrishnan, Pradeep Ravikumar</i></li>
<li><a href="/paper/2020/hash/bce9abf229ffd7e570818476ee5d7dde-Abstract.html">Cross-validation Confidence Intervals for Test Error</a> <i>Pierre Bayle, Alexandre Bayle, Lucas Janson, Lester Mackey</i></li>
<li><a href="/paper/2020/hash/bcf9d6bd14a2095866ce8c950b702341-Abstract.html">DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation</a> <i>Alexandre Carlier, Martin Danelljan, Alexandre Alahi, Radu Timofte</i></li>
<li><a href="/paper/2020/hash/bcff3f632fd16ff099a49c2f0932b47a-Abstract.html">Bayesian Attention Modules</a> <i>Xinjie Fan, Shujian Zhang, Bo Chen, Mingyuan Zhou</i></li>
<li><a href="/paper/2020/hash/bd4d08cd70f4be1982372107b3b448ef-Abstract.html">Robustness Analysis of Non-Convex Stochastic Gradient Descent using Biased Expectations</a> <i>Kevin Scaman, Cedric Malherbe</i></li>
<li><a href="/paper/2020/hash/bdbca288fee7f92f2bfa9f7012727740-Abstract.html">SoftFlow: Probabilistic Framework for Normalizing Flow on Manifolds</a> <i>Hyeongju Kim, Hyeonseung Lee, Woo Hyun Kang, Joun Yeop Lee, Nam Soo Kim</i></li>
<li><a href="/paper/2020/hash/bdbd5ebfde4934142c8a88e7a3796cd5-Abstract.html">A meta-learning approach to (re)discover plasticity rules that carve a desired function into a neural network</a> <i>Basile Confavreux, Friedemann Zenke, Everton Agnes, Timothy Lillicrap, Tim Vogels</i></li>
<li><a href="/paper/2020/hash/be23c41621390a448779ee72409e5f49-Abstract.html">Greedy Optimization Provably Wins the Lottery: Logarithmic Number of Winning Tickets is Enough</a> <i>Mao Ye, Lemeng Wu, Qiang Liu</i></li>
<li><a href="/paper/2020/hash/be53d253d6bc3258a8160556dda3e9b2-Abstract.html">Path Integral Based Convolution and Pooling for Graph Neural Networks</a> <i>Zheng Ma, Junyu Xuan, Yu Guang Wang, Ming Li, Pietro Liò</i></li>
<li><a href="/paper/2020/hash/bea5955b308361a1b07bc55042e25e54-Abstract.html">Estimating the Effects of Continuous-valued Interventions using Generative Adversarial Networks</a> <i>Ioana Bica, James Jordon, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/beb04c41b45927cf7e9f8fd4bb519e86-Abstract.html">Latent Dynamic Factor Analysis of High-Dimensional Neural Recordings</a> <i>Heejong Bong, Zongge Liu, Zhao Ren, Matthew Smith, Valerie Ventura, Kass E. Robert</i></li>
<li><a href="/paper/2020/hash/befe5b0172188ad14d48c3ebe9cf76bf-Abstract.html">Conditioning and Processing: Techniques to Improve Information-Theoretic Generalization Bounds</a> <i>Hassan Hafez-Kolahi, Zeinab Golgooni, Shohreh Kasaei, Mahdieh Soleymani</i></li>
<li><a href="/paper/2020/hash/bf15e9bbff22c7719020f9df4badc20a-Abstract.html">Bongard-LOGO: A New Benchmark for Human-Level Concept Learning and Reasoning</a> <i>Weili Nie, Zhiding Yu, Lei Mao, Ankit B. Patel, Yuke Zhu, Anima Anandkumar</i></li>
<li><a href="/paper/2020/hash/bf201d5407a6509fa536afc4b380577e-Abstract.html">GAN Memory with No Forgetting</a> <i>Yulai Cong, Miaoyun Zhao, Jianqiao Li, Sijia Wang, Lawrence Carin</i></li>
<li><a href="/paper/2020/hash/bf65417dcecc7f2b0006e1f5793b7143-Abstract.html">Deep Reinforcement Learning with Stacked Hierarchical Attention for Text-based Games</a> <i>Yunqiu Xu, Meng Fang, Ling Chen, Yali Du, Joey Tianyi Zhou, Chengqi Zhang</i></li>
<li><a href="/paper/2020/hash/c0356641f421b381e475776b602a5da8-Abstract.html">Gaussian Gated Linear Networks</a> <i>David Budden, Adam Marblestone, Eren Sezener, Tor Lattimore, Gregory Wayne, Joel Veness</i></li>
<li><a href="/paper/2020/hash/c055dcc749c2632fd4dd806301f05ba6-Abstract.html">Node Classification on Graphs with Few-Shot Novel Labels via Meta Transformed Network Embedding</a> <i>Lin Lan, Pinghui Wang, Xuefeng Du, Kaikai Song, Jing Tao, Xiaohong Guan</i></li>
<li><a href="/paper/2020/hash/c0a271bc0ecb776a094786474322cb82-Abstract.html">Online Fast Adaptation and Knowledge Accumulation (OSAKA): a New Approach to Continual Learning</a> <i>Massimo Caccia, Pau Rodriguez, Oleksiy Ostapenko, Fabrice Normandin, Min Lin, Lucas Page-Caccia, Issam Hadj Laradji, Irina Rish, Alexandre Lacoste, David Vázquez, Laurent Charlin</i></li>
<li><a href="/paper/2020/hash/c0c3a9fb8385d8e03a46adadde9af3bf-Abstract.html">Convex optimization based on global lower second-order models</a> <i>Nikita Doikov, Yurii Nesterov</i></li>
<li><a href="/paper/2020/hash/c0f971d8cd24364f2029fcb9ac7b71f5-Abstract.html">Simultaneously Learning Stochastic and Adversarial Episodic MDPs with Known Transition</a> <i>Tiancheng Jin, Haipeng Luo</i></li>
<li><a href="/paper/2020/hash/c10f48884c9c7fdbd9a7959c59eebea8-Abstract.html">Relative gradient optimization of the Jacobian term in unsupervised deep learning</a> <i>Luigi Gresele, Giancarlo Fissore, Adrián Javaloy, Bernhard Schölkopf, Aapo Hyvarinen</i></li>
<li><a href="/paper/2020/hash/c1502ae5a4d514baec129f72948c266e-Abstract.html">Self-Supervised Visual Representation Learning from Hierarchical Grouping</a> <i>Xiao Zhang, Michael Maire</i></li>
<li><a href="/paper/2020/hash/c15203a83f778ce8934d0efaf2d5c6f3-Abstract.html">Optimal Variance Control of the Score-Function Gradient Estimator for Importance-Weighted Bounds</a> <i>Valentin Liévin, Andrea Dittadi, Anders Christensen, Ole Winther</i></li>
<li><a href="/paper/2020/hash/c16a5320fa475530d9583c34fd356ef5-Abstract.html">Explicit Regularisation in Gaussian Noise Injections</a> <i>Alexander Camuto, Matthew Willetts, Umut Simsekli, Stephen J. Roberts, Chris C. Holmes</i></li>
<li><a href="/paper/2020/hash/c1714160652ca6408774473810765950-Abstract.html">Numerically Solving Parametric Families of High-Dimensional Kolmogorov Partial Differential Equations via Deep Learning</a> <i>Julius Berner, Markus Dablander, Philipp Grohs</i></li>
<li><a href="/paper/2020/hash/c20bb2d9a50d5ac1f713f8b34d9aac5a-Abstract.html">Finite-Time Analysis for Double Q-learning</a> <i>Huaqing Xiong, Lin Zhao, Yingbin Liang, Wei Zhang</i></li>
<li><a href="/paper/2020/hash/c213877427b46fa96cff6c39e837ccee-Abstract.html">Learning to Detect Objects with a 1 Megapixel Event Camera</a> <i>Etienne Perot, Pierre de Tournemire, Davide Nitti, Jonathan Masci, Amos Sironi</i></li>
<li><a href="/paper/2020/hash/c21f4ce780c5c9d774f79841b81fdc6d-Abstract.html">End-to-End Learning and Intervention in Games</a> <i>Jiayang Li, Jing Yu, Yu Nie, Zhaoran Wang</i></li>
<li><a href="/paper/2020/hash/c22abfa379f38b5b0411bc11fa9bf92f-Abstract.html">Least Squares Regression with Markovian Data: Fundamental Limits and Algorithms</a> <i>Dheeraj Nagaraj, Xian Wu, Guy Bresler, Prateek Jain, Praneeth Netrapalli</i></li>
<li><a href="/paper/2020/hash/c236337b043acf93c7df397fdb9082b3-Abstract.html">Predictive coding in balanced neural networks with noise, chaos and delays</a> <i>Jonathan Kadmon, Jonathan Timcheck, Surya Ganguli</i></li>
<li><a href="/paper/2020/hash/c24c65259d90ed4a19ab37b6fd6fe716-Abstract.html">Interpolation Technique to Speed Up Gradients Propagation in Neural ODEs</a> <i>Talgat Daulbaev, Alexandr Katrutsa, Larisa Markeeva, Julia Gusak, Andrzej Cichocki, Ivan Oseledets</i></li>
<li><a href="/paper/2020/hash/c24fe9f765a44048868b5a620f05678e-Abstract.html">On the Equivalence between Online and Private Learnability beyond Binary Classification</a> <i>Young Jung, Baekjin Kim, Ambuj Tewari</i></li>
<li><a href="/paper/2020/hash/c28e5b0c9841b5ef396f9f519bf6c217-Abstract.html">AViD Dataset: Anonymized Videos from Diverse Countries</a> <i>AJ Piergiovanni, Michael Ryoo</i></li>
<li><a href="/paper/2020/hash/c291b01517f3e6797c774c306591cc32-Abstract.html">Probably Approximately Correct Constrained Learning</a> <i>Luiz Chamon, Alejandro Ribeiro</i></li>
<li><a href="/paper/2020/hash/c2964caac096f26db222cb325aa267cb-Abstract.html">RATT: Recurrent Attention to Transient Tasks for Continual Image Captioning</a> <i>Riccardo Del Chiaro, Bartłomiej Twardowski, Andrew Bagdanov, Joost van de Weijer</i></li>
<li><a href="/paper/2020/hash/c2ba1bc54b239208cb37b901c0d3b363-Abstract.html">Decisions, Counterfactual Explanations and Strategic Behavior</a> <i>Stratis Tsirtsis, Manuel Gomez Rodriguez</i></li>
<li><a href="/paper/2020/hash/c2f32522a84d5e6357e6abac087f1b0b-Abstract.html">Hierarchical Patch VAE-GAN: Generating Diverse Videos from a Single Sample</a> <i>Shir Gur, Sagie Benaim, Lior Wolf</i></li>
<li><a href="/paper/2020/hash/c336346c777707e09cab2a3c79174d90-Abstract.html">A Feasible Level Proximal Point Method for Nonconvex Sparse Constrained Optimization</a> <i>Digvijay Boob, Qi Deng, Guanghui Lan, Yilin Wang</i></li>
<li><a href="/paper/2020/hash/c348616cd8a86ee661c7c98800678fad-Abstract.html">Reservoir Computing meets Recurrent Kernels and Structured Transforms</a> <i>Jonathan Dong, Ruben Ohana, Mushegh Rafayelyan, Florent Krzakala</i></li>
<li><a href="/paper/2020/hash/c3535febaff29fcb7c0d20cbe94391c7-Abstract.html">Comprehensive Attention Self-Distillation for Weakly-Supervised Object Detection</a> <i>Zeyi Huang, Yang Zou, B. V. K. Vijaya Kumar, Dong Huang</i></li>
<li><a href="/paper/2020/hash/c3581d2150ff68f3b33b22634b8adaea-Abstract.html">Linear Dynamical Systems as a Core Computational Primitive</a> <i>Shiva Kaul</i></li>
<li><a href="/paper/2020/hash/c37f9e1283cbd4a6edfd778fc8b1c652-Abstract.html">Ratio Trace Formulation of Wasserstein Discriminant Analysis</a> <i>Hexuan Liu, Yunfeng Cai, You-Lin Chen, Ping Li</i></li>
<li><a href="/paper/2020/hash/c3992e9a68c5ae12bd18488bc579b30d-Abstract.html">PAC-Bayes Analysis Beyond the Usual Bounds</a> <i>Omar Rivasplata, Ilja Kuzborskij, Csaba Szepesvari, John Shawe-Taylor</i></li>
<li><a href="/paper/2020/hash/c39e1a03859f9ee215bc49131d0caf33-Abstract.html">Few-shot Visual Reasoning with Meta-Analogical Contrastive Learning</a> <i>Youngsung Kim, Jinwoo Shin, Eunho Yang, Sung Ju Hwang</i></li>
<li><a href="/paper/2020/hash/c3a690be93aa602ee2dc0ccab5b7b67e-Abstract.html">MPNet: Masked and Permuted Pre-training for Language Understanding</a> <i>Kaitao Song, Xu Tan, Tao Qin, Jianfeng Lu, Tie-Yan Liu</i></li>
<li><a href="/paper/2020/hash/c41dd99a69df04044aa4e33ece9c9249-Abstract.html">Reinforcement Learning with Feedback Graphs</a> <i>Christoph Dann, Yishay Mansour, Mehryar Mohri, Ayush Sekhari, Karthik Sridharan</i></li>
<li><a href="/paper/2020/hash/c42f891cebbc81aa59f8f183243ac2b9-Abstract.html">Zap Q-Learning With Nonlinear Function Approximation</a> <i>Shuhang Chen, Adithya M Devraj, Fan Lu, Ana Busic, Sean Meyn</i></li>
<li><a href="/paper/2020/hash/c46482dd5d39742f0bfd417b492d0e8e-Abstract.html">Lipschitz-Certifiable Training with a Tight Outer Bound</a> <i>Sungyoon Lee, Jaewook Lee, Saerom Park</i></li>
<li><a href="/paper/2020/hash/c49e446a46fa27a6e18ffb6119461c3f-Abstract.html">Fast Adaptive Non-Monotone Submodular Maximization Subject to a Knapsack Constraint</a> <i>Georgios Amanatidis, Federico Fusco, Philip Lazos, Stefano Leonardi, Rebecca Reiffenhäuser</i></li>
<li><a href="/paper/2020/hash/c4b108f53550f1d5967305a9a8140ddd-Abstract.html">Conformal Symplectic and Relativistic Optimization</a> <i>Guilherme Franca, Jeremias Sulam, Daniel Robinson, Rene Vidal</i></li>
<li><a href="/paper/2020/hash/c4c28b367e14df88993ad475dedf6b77-Abstract.html">Bayes Consistency vs. H-Consistency: The Interplay between Surrogate Loss Functions and the Scoring Function Class</a> <i>Mingyuan Zhang, Shivani Agarwal</i></li>
<li><a href="/paper/2020/hash/c4ede56bbd98819ae6112b20ac6bf145-Abstract.html">Inverting Gradients - How easy is it to break privacy in federated learning?</a> <i>Jonas Geiping, Hartmut Bauermeister, Hannah Dröge, Michael Moeller</i></li>
<li><a href="/paper/2020/hash/c4fac8fb3c9e17a2f4553a001f631975-Abstract.html">Dynamic allocation of limited memory resources in reinforcement learning</a> <i>Nisheet Patel, Luigi Acerbi, Alexandre Pouget</i></li>
<li><a href="/paper/2020/hash/c519d47c329c79537fbb2b6f1c551ff0-Abstract.html">CryptoNAS: Private Inference on a ReLU Budget</a> <i>Zahra Ghodsi, Akshaj Kumar Veldanda, Brandon Reagen, Siddharth Garg</i></li>
<li><a href="/paper/2020/hash/c589c3a8f99401b24b9380e86d939842-Abstract.html">A Stochastic Path Integral Differential EstimatoR Expectation Maximization Algorithm</a> <i>Gersende Fort, Eric Moulines, Hoi-To Wai</i></li>
<li><a href="/paper/2020/hash/c5a0ac0e2f48af1a4e619e7036fe5977-Abstract.html">CHIP: A Hawkes Process Model for Continuous-time Networks with Scalable and Consistent Estimation</a> <i>Makan Arastuie, Subhadeep Paul, Kevin Xu</i></li>
<li><a href="/paper/2020/hash/c5c1bda1194f9423d744e0ef67df94ee-Abstract.html">SAC: Accelerating and Structuring Self-Attention via Sparse Adaptive Connection</a> <i>Xiaoya Li, Yuxian Meng, Mingxin Zhou, Qinghong Han, Fei Wu, Jiwei Li</i></li>
<li><a href="/paper/2020/hash/c5c3d4fe6b2cc463c7d7ecba17cc9de7-Abstract.html">Design Space for Graph Neural Networks</a> <i>Jiaxuan You, Zhitao Ying, Jure Leskovec</i></li>
<li><a href="/paper/2020/hash/c5d736809766d46260d816d8dbc9eb44-Abstract.html">HiFi-GAN: Generative Adversarial Networks for Efficient and High Fidelity Speech Synthesis</a> <i>Jungil Kong, Jaehyeon Kim, Jaekyoung Bae</i></li>
<li><a href="/paper/2020/hash/c5f5c23be1b71adb51ea9dc8e9d444a8-Abstract.html"> Unbalanced Sobolev Descent </a> <i>Youssef Mroueh, Mattia Rigotti</i></li>
<li><a href="/paper/2020/hash/c6102b3727b2a7d8b1bb6981147081ef-Abstract.html">Identifying Mislabeled Data using the Area Under the Margin Ranking</a> <i>Geoff Pleiss, Tianyi Zhang, Ethan Elenberg, Kilian Q. Weinberger</i></li>
<li><a href="/paper/2020/hash/c61f571dbd2fb949d3fe5ae1608dd48b-Abstract.html">Combining Deep Reinforcement Learning and Search for Imperfect-Information Games</a> <i>Noam Brown, Anton Bakhtin, Adam Lerer, Qucheng Gong</i></li>
<li><a href="/paper/2020/hash/c6447300d99fdbf4f3f7966295b8b5be-Abstract.html">High-Throughput Synchronous Deep RL</a> <i>Iou-Jen Liu, Raymond Yeh, Alexander Schwing</i></li>
<li><a href="/paper/2020/hash/c68c9c8258ea7d85472dd6fd0015f047-Abstract.html">Contrastive Learning with Adversarial Examples </a> <i>Chih-Hui Ho, Nuno Nvasconcelos</i></li>
<li><a href="/paper/2020/hash/c6a01432c8138d46ba39957a8250e027-Abstract.html">Mixed Hamiltonian Monte Carlo for Mixed Discrete and Continuous Variables</a> <i>Guangyao Zhou</i></li>
<li><a href="/paper/2020/hash/c6b8c8d762da15fa8dbbdfb6baf9e260-Abstract.html">Adversarial Sparse Transformer for Time Series Forecasting</a> <i>Sifan Wu, Xi Xiao, Qianggang Ding, Peilin Zhao, Ying Wei, Junzhou Huang</i></li>
<li><a href="/paper/2020/hash/c6dfc6b7c601ac2978357b7a81e2d7ae-Abstract.html">The Surprising Simplicity of the Early-Time Learning Dynamics of Neural Networks</a> <i>Wei Hu, Lechao Xiao, Ben Adlam, Jeffrey Pennington</i></li>
<li><a href="/paper/2020/hash/c6e81542b125c36346d9167691b8bd09-Abstract.html">CLEARER: Multi-Scale Neural Architecture Search for Image Restoration</a> <i>Yuanbiao Gou, Boyun Li, Zitao Liu, Songfan Yang, Xi Peng</i></li>
<li><a href="/paper/2020/hash/c70341de2c112a6b3496aec1f631dddd-Abstract.html">Hierarchical Gaussian Process Priors for Bayesian Neural Network Weights</a> <i>Theofanis Karaletsos, Thang D. Bui</i></li>
<li><a href="/paper/2020/hash/c74956ffb38ba48ed6ce977af6727275-Abstract.html">Compositional Explanations of Neurons</a> <i>Jesse Mu, Jacob Andreas</i></li>
<li><a href="/paper/2020/hash/c74c4bf0dad9cbae3d80faa054b7d8ca-Abstract.html">Calibrated Reliable Regression using Maximum Mean Discrepancy</a> <i>Peng Cui, Wenbo Hu, Jun Zhu</i></li>
<li><a href="/paper/2020/hash/c76e4b2fa54f8506719a5c0dc14c2eb9-Abstract.html">Directional convergence and alignment in deep learning</a> <i>Ziwei Ji, Matus Telgarsky</i></li>
<li><a href="/paper/2020/hash/c793b3be8f18731f2a4c627fb3c6c63d-Abstract.html">Functional Regularization for Representation Learning: A Unified Theoretical Perspective</a> <i>Siddhant Garg, Yingyu Liang</i></li>
<li><a href="/paper/2020/hash/c7af0926b294e47e52e46cfebe173f20-Abstract.html">Provably Efficient Online Hyperparameter Optimization with Population-Based Bandits</a> <i>Jack Parker-Holder, Vu Nguyen, Stephen J. Roberts</i></li>
<li><a href="/paper/2020/hash/c7bf0b7c1a86d5eb3be2c722cf2cf746-Abstract.html">Understanding Global Feature Contributions With Additive Importance Measures</a> <i>Ian Covert, Scott M. Lundberg, Su-In Lee</i></li>
<li><a href="/paper/2020/hash/c7c46d4baf816bfb07c7f3bf96d88544-Abstract.html">Online Non-Convex Optimization with Imperfect Feedback</a> <i>Amélie Héliou, Matthieu Martin, Panayotis Mertikopoulos, Thibaud Rahier</i></li>
<li><a href="/paper/2020/hash/c8067ad1937f728f51288b3eb986afaa-Abstract.html">Co-Tuning for Transfer Learning</a> <i>Kaichao You, Zhi Kou, Mingsheng Long, Jianmin Wang</i></li>
<li><a href="/paper/2020/hash/c80d9ba4852b67046bee487bcd9802c0-Abstract.html">Multifaceted Uncertainty Estimation for Label-Efficient Deep Learning</a> <i>Weishi Shi, Xujiang Zhao, Feng Chen, Qi Yu</i></li>
<li><a href="/paper/2020/hash/c81e728d9d4c2f636f067f89cc14862c-Abstract.html">Continuous Surface Embeddings</a> <i>Natalia Neverova, David Novotny, Marc Szafraniec, Vasil Khalidov, Patrick Labatut, Andrea Vedaldi</i></li>
<li><a href="/paper/2020/hash/c82b013313066e0702d58dc70db033ca-Abstract.html">Succinct and Robust Multi-Agent Communication With Temporal Message Control</a> <i>Sai Qian Zhang, Qi Zhang, Jieyu Lin</i></li>
<li><a href="/paper/2020/hash/c8512d142a2d849725f31a9a7a361ab9-Abstract.html">Big Bird: Transformers for Longer Sequences</a> <i>Manzil Zaheer, Guru Guruganesh, Kumar Avinava Dubey, Joshua Ainslie, Chris Alberti, Santiago Ontanon, Philip Pham, Anirudh Ravula, Qifan Wang, Li Yang, Amr Ahmed</i></li>
<li><a href="/paper/2020/hash/c8b9abffb45bf79a630fb613dcd23449-Abstract.html">Neural Execution Engines: Learning to Execute Subroutines</a> <i>Yujun Yan, Kevin Swersky, Danai Koutra, Parthasarathy Ranganathan, Milad Hashemi</i></li>
<li><a href="/paper/2020/hash/c8cc6e90ccbff44c9cee23611711cdc4-Abstract.html">Random Reshuffling: Simple Analysis with Vast Improvements</a> <i>Konstantin Mishchenko, Ahmed Khaled Ragab Bayoumi, Peter Richtarik</i></li>
<li><a href="/paper/2020/hash/c8d3a760ebab631565f8509d84b3b3f1-Abstract.html">Long-Horizon Visual Planning with Goal-Conditioned Hierarchical Predictors</a> <i>Karl Pertsch, Oleh Rybkin, Frederik Ebert, Shenghao Zhou, Dinesh Jayaraman, Chelsea Finn, Sergey Levine</i></li>
<li><a href="/paper/2020/hash/c8ecfaea0b7e3aa83b017a786d53b9e8-Abstract.html">Statistical Optimal Transport posed as Learning Kernel Embedding</a> <i>Saketha Nath Jagarlapudi, Pratik Kumar Jawanpuria</i></li>
<li><a href="/paper/2020/hash/c91591a8d461c2869b9f535ded3e213e-Abstract.html">Dual-Resolution Correspondence Networks</a> <i>Xinghui Li, Kai Han, Shuda Li, Victor Prisacariu</i></li>
<li><a href="/paper/2020/hash/c91e3483cf4f90057d02aa492d2b25b1-Abstract.html">Advances in Black-Box VI: Normalizing Flows, Importance Weighting, and Optimization</a> <i>Abhinav Agrawal, Daniel R. Sheldon, Justin Domke</i></li>
<li><a href="/paper/2020/hash/c928d86ff00aeb89a39bd4a80e652a38-Abstract.html">f-Divergence Variational Inference</a> <i>Neng Wan, Dapeng Li, NAIRA HOVAKIMYAN</i></li>
<li><a href="/paper/2020/hash/c94a589bdd47870b1d74b258d1ce3b33-Abstract.html">Unfolding recurrence by Green’s functions for optimized reservoir computing</a> <i>Sandra Nestler, Christian Keup, David Dahmen, Matthieu Gilson, Holger Rauhut, Moritz Helias</i></li>
<li><a href="/paper/2020/hash/c96c08f8bb7960e11a1239352a479053-Abstract.html">The Dilemma of TriHard Loss and an Element-Weighted TriHard Loss for Person Re-Identification</a> <i>Yihao Lv, Youzhi Gu, Liu Xinggao</i></li>
<li><a href="/paper/2020/hash/c9f029a6a1b20a8408f372351b321dd8-Abstract.html">Disentangling by Subspace Diffusion</a> <i>David Pfau, Irina Higgins, Alex Botev, Sébastien Racanière</i></li>
<li><a href="/paper/2020/hash/c9f06bc7b46d0247a91c8fc665c13d0e-Abstract.html">Towards Neural Programming Interfaces</a> <i>Zachary Brown, Nathaniel Robinson, David Wingate, Nancy Fulda</i></li>
<li><a href="/paper/2020/hash/c9f2f917078bd2db12f23c3b413d9cba-Abstract.html">Discovering Symbolic Models from Deep Learning with Inductive Biases</a> <i>Miles Cranmer, Alvaro Sanchez Gonzalez, Peter Battaglia, Rui Xu, Kyle Cranmer, David Spergel, Shirley Ho</i></li>
<li><a href="/paper/2020/hash/ca172e964907a97d5ebd876bfdd4adbd-Abstract.html">Real World Games Look Like Spinning Tops</a> <i>Wojciech M. Czarnecki, Gauthier Gidel, Brendan Tracey, Karl Tuyls, Shayegan Omidshafiei, David Balduzzi, Max Jaderberg</i></li>
<li><a href="/paper/2020/hash/ca3a9be77f7e88708afb20c8cdf44b60-Abstract.html">Cooperative Heterogeneous Deep Reinforcement Learning</a> <i>Han Zheng, Pengfei Wei, Jing Jiang, Guodong Long, Qinghua Lu, Chengqi Zhang</i></li>
<li><a href="/paper/2020/hash/ca4b5656b7e193e6bb9064c672ac8dce-Abstract.html">Mitigating Forgetting in Online Continual Learning via Instance-Aware Parameterization</a> <i>Hung-Jen Chen, An-Chieh Cheng, Da-Cheng Juan, Wei Wei, Min Sun</i></li>
<li><a href="/paper/2020/hash/ca5520b5672ea120b23bde75c46e76c6-Abstract.html">ImpatientCapsAndRuns: Approximately Optimal Algorithm Configuration from an Infinite Pool</a> <i>Gellert Weisz, András György, Wei-I Lin, Devon Graham, Kevin Leyton-Brown, Csaba Szepesvari, Brendan Lucier</i></li>
<li><a href="/paper/2020/hash/ca7be8306ecc3f5fa30ff2c41e64fa7b-Abstract.html">Dense Correspondences between Human Bodies via Learning Transformation Synchronization on Graphs</a> <i>Xiangru Huang, Haitao Yang, Etienne Vouga, Qixing Huang</i></li>
<li><a href="/paper/2020/hash/ca886eb9edb61a42256192745c72cd79-Abstract.html">Reasoning about Uncertainties in Discrete-Time Dynamical Systems using Polynomial Forms.</a> <i>Sriram Sankaranarayanan, Yi Chou, Eric Goubault, Sylvie Putot</i></li>
<li><a href="/paper/2020/hash/cae7115f44837c806c9b23ed00a1a28a-Abstract.html">Applications of Common Entropy for Causal Inference</a> <i>Murat Kocaoglu, Sanjay Shakkottai, Alexandros G. Dimakis, Constantine Caramanis, Sriram Vishwanath</i></li>
<li><a href="/paper/2020/hash/cb8acb1dc9821bf74e6ca9068032d623-Abstract.html">SGD with shuffling: optimal rates without component convexity and large epoch requirements</a> <i>Kwangjun Ahn, Chulhee Yun, Suvrit Sra</i></li>
<li><a href="/paper/2020/hash/cba0a4ee5ccd02fda0fe3f9a3e7b89fe-Abstract.html">Unsupervised Joint k-node Graph Representations with Compositional Energy-Based Models</a> <i>Leonardo Cotta, Carlos H. C. Teixeira, Ananthram Swami, Bruno Ribeiro</i></li>
<li><a href="/paper/2020/hash/cbf8710b43df3f2c1553e649403426df-Abstract.html">Neural Manifold Ordinary Differential Equations</a> <i>Aaron Lou, Derek Lim, Isay Katsman, Leo Huang, Qingxuan Jiang, Ser Nam Lim, Christopher M. De Sa</i></li>
<li><a href="/paper/2020/hash/cc384c68ad503482fb24e6d1e3b512ae-Abstract.html">CO-Optimal Transport</a> <i>Vayer Titouan, Ievgen Redko, Rémi Flamary, Nicolas Courty</i></li>
<li><a href="/paper/2020/hash/cc3f5463bc4d26bc38eadc8bcffbc654-Abstract.html">Continuous Meta-Learning without Tasks</a> <i>James Harrison, Apoorva Sharma, Chelsea Finn, Marco Pavone</i></li>
<li><a href="/paper/2020/hash/cc58f7abf0b0cf2d5ac95ab60e4f14e9-Abstract.html">A mathematical theory of cooperative communication</a> <i>Pei Wang, Junqi Wang, Pushpi Paranamana, Patrick Shafto</i></li>
<li><a href="/paper/2020/hash/cc75c256acc04ce25a291c4b7a9856c0-Abstract.html">Penalized Langevin dynamics with vanishing penalty for smooth and log-concave targets</a> <i>Avetik Karagulyan, Arnak Dalalyan</i></li>
<li><a href="/paper/2020/hash/cc8090c4d2791cdd9cd2cb3c24296190-Abstract.html">Learning Invariances in Neural Networks from Training Data</a> <i>Gregory Benton, Marc Finzi, Pavel Izmailov, Andrew G. Wilson</i></li>
<li><a href="/paper/2020/hash/cc9b3c69b56df284846bf2432f1cba90-Abstract.html">A Finite-Time Analysis of Two Time-Scale Actor-Critic Methods</a> <i>Yue Wu, Weitong ZHANG, Pan Xu, Quanquan Gu</i></li>
<li><a href="/paper/2020/hash/ccb1d45fb76f7c5a0bf619f979c6cf36-Abstract.html">Pruning Filter in Filter</a> <i>Fanxu Meng, Hao Cheng, Ke Li, Huixiang Luo, Xiaowei Guo, Guangming Lu, Xing Sun</i></li>
<li><a href="/paper/2020/hash/ccb421d5f36c5a412816d494b15ca9f6-Abstract.html">Learning to Mutate with Hypergradient Guided Population</a> <i>Zhiqiang Tao, Yaliang Li, Bolin Ding, Ce Zhang, Jingren Zhou, Yun Fu</i></li>
<li><a href="/paper/2020/hash/ccd2d123f4ec4d777fc6ef757d0fb642-Abstract.html">A convex optimization formulation for multivariate regression</a> <i>Yunzhang Zhu</i></li>
<li><a href="/paper/2020/hash/cceff8faa855336ad53b3325914caea2-Abstract.html">Online Meta-Critic Learning for Off-Policy Actor-Critic Methods</a> <i>Wei Zhou, Yiying Li, Yongxin Yang, Huaimin Wang, Timothy Hospedales</i></li>
<li><a href="/paper/2020/hash/cd0b43eac0392accf3624b7372dec36e-Abstract.html">The All-or-Nothing Phenomenon in Sparse Tensor PCA</a> <i>Jonathan Niles-Weed, Ilias Zadik</i></li>
<li><a href="/paper/2020/hash/cd0f74b5955dc87fd0605745c4b49ee8-Abstract.html">Synthesize, Execute and Debug: Learning to Repair for Neural Program Synthesis</a> <i>Kavi Gupta, Peter Ebert Christensen, Xinyun Chen, Dawn Song</i></li>
<li><a href="/paper/2020/hash/cd10c7f376188a4a2ca3e8fea2c03aeb-Abstract.html">ARMA Nets: Expanding Receptive Field for Dense Prediction</a> <i>Jiahao Su, Shiqi Wang, Furong Huang</i></li>
<li><a href="/paper/2020/hash/cd3109c63bf4323e6b987a5923becb96-Abstract.html">Diversity-Guided Multi-Objective Bayesian Optimization With Batch Evaluations</a> <i>Mina Konakovic Lukovic, Yunsheng Tian, Wojciech Matusik</i></li>
<li><a href="/paper/2020/hash/cd3afef9b8b89558cd56638c3631868a-Abstract.html">SOLOv2: Dynamic and Fast Instance Segmentation</a> <i>Xinlong Wang, Rufeng Zhang, Tao Kong, Lei Li, Chunhua Shen</i></li>
<li><a href="/paper/2020/hash/cd42c963390a9cd025d007dacfa99351-Abstract.html">Robust Recovery via Implicit Bias of Discrepant Learning Rates for Double Over-parameterization</a> <i>Chong You, Zhihui Zhu, Qing Qu, Yi Ma</i></li>
<li><a href="/paper/2020/hash/cdaa9b682e10c291d3bbadca4c96f5de-Abstract.html">Axioms for Learning from Pairwise Comparisons</a> <i>Ritesh Noothigattu, Dominik Peters, Ariel D. Procaccia</i></li>
<li><a href="/paper/2020/hash/cdf1035c34ec380218a8cc9a43d438f9-Abstract.html">Continuous Regularized Wasserstein Barycenters</a> <i>Lingxiao Li, Aude Genevay, Mikhail Yurochkin, Justin M. Solomon</i></li>
<li><a href="/paper/2020/hash/cdf6581cb7aca4b7e19ef136c6e601a5-Abstract.html">Spectral Temporal Graph Neural Network for Multivariate Time-series Forecasting</a> <i>Defu Cao, Yujing Wang, Juanyong Duan, Ce Zhang, Xia Zhu, Congrui Huang, Yunhai Tong, Bixiong Xu, Jing Bai, Jie Tong, Qi Zhang</i></li>
<li><a href="/paper/2020/hash/cdfa4c42f465a5a66871587c69fcfa34-Abstract.html">Online Multitask Learning with Long-Term Memory</a> <i>Mark Herbster, Stephen Pasteris, Lisa Tse</i></li>
<li><a href="/paper/2020/hash/ce016f59ecc2366a43e1c96a4774d167-Abstract.html">Fewer is More: A Deep Graph Metric Learning Perspective Using Fewer Proxies</a> <i>Yuehua Zhu, Muli Yang, Cheng Deng, Wei Liu</i></li>
<li><a href="/paper/2020/hash/ce1aad92b939420fc17005e5461e6f48-Abstract.html">Adaptive Graph Convolutional Recurrent Network for Traffic Forecasting</a> <i>LEI BAI, Lina Yao, Can Li, Xianzhi Wang, Can Wang</i></li>
<li><a href="/paper/2020/hash/ce4449660c6523b377b22a1dc2da5556-Abstract.html">On Reward-Free Reinforcement Learning with Linear Function Approximation</a> <i>Ruosong Wang, Simon S. Du, Lin Yang, Russ R. Salakhutdinov</i></li>
<li><a href="/paper/2020/hash/ce46f09027b218b46063eb2b858f622d-Abstract.html">Robustness of Community Detection to Random Geometric Perturbations</a> <i>Sandrine Peche, Vianney Perchet</i></li>
<li><a href="/paper/2020/hash/ce758408f6ef98d7c7a7b786eca7b3a8-Abstract.html">Learning outside the Black-Box: The pursuit of interpretable models</a> <i>Jonathan Crabbe, Yao Zhang, William Zame, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/cebd648f9146a6345d604ab093b02c73-Abstract.html">Breaking Reversibility Accelerates Langevin Dynamics for Non-Convex Optimization</a> <i>Xuefeng GAO, Mert Gurbuzbalaban, Lingjiong Zhu</i></li>
<li><a href="/paper/2020/hash/cec6f62cfb44b1be110b7bf70c8362d8-Abstract.html">Robust large-margin learning in hyperbolic space</a> <i>Melanie Weber, Manzil Zaheer, Ankit Singh Rawat, Aditya K. Menon, Sanjiv Kumar</i></li>
<li><a href="/paper/2020/hash/cfd382c5eb817d52c7faf45a96f20b81-Abstract.html">Replica-Exchange Nos\&#x27;e-Hoover Dynamics for Bayesian Learning on Large Datasets</a> <i>Rui Luo, Qiang Zhang, Yaodong Yang, Jun Wang</i></li>
<li><a href="/paper/2020/hash/cfee398643cbc3dc5eefc89334cacdc1-Abstract.html">Adversarially Robust Few-Shot Learning: A Meta-Learning Approach</a> <i>Micah Goldblum, Liam Fowl, Tom Goldstein</i></li>
<li><a href="/paper/2020/hash/cff02a74da64d145a4aed3a577a106ab-Abstract.html">Neural Anisotropy Directions</a> <i>Guillermo Ortiz-Jimenez, Apostolos Modas, Seyed-Mohsen Moosavi-Dezfooli, Pascal Frossard</i></li>
<li><a href="/paper/2020/hash/cffb6e2288a630c2a787a64ccc67097c-Abstract.html">Digraph Inception Convolutional Networks</a> <i>Zekun Tong, Yuxuan Liang, Changsheng Sun, Xinke Li, David Rosenblum, Andrew Lim</i></li>
<li><a href="/paper/2020/hash/d02e9bdc27a894e882fa0c9055c99722-Abstract.html">PAC-Bayesian Bound for the Conditional Value at Risk</a> <i>Zakaria Mhammedi, Benjamin Guedj, Robert C. Williamson</i></li>
<li><a href="/paper/2020/hash/d03a857a23b5285736c4d55e0bb067c8-Abstract.html">Stochastic Stein Discrepancies</a> <i>Jackson Gorham, Anant Raj, Lester Mackey</i></li>
<li><a href="/paper/2020/hash/d04d42cdf14579cd294e5079e0745411-Abstract.html">On the Role of Sparsity and DAG Constraints for Learning Linear DAGs</a> <i>Ignavier Ng, AmirEmad Ghassami, Kun Zhang</i></li>
<li><a href="/paper/2020/hash/d072677d210ac4c03ba046120f0802ec-Abstract.html">Cream of the Crop: Distilling Prioritized Paths For One-Shot Neural Architecture Search</a> <i>Houwen Peng, Hao Du, Hongyuan Yu, QI LI, Jing Liao, Jianlong Fu</i></li>
<li><a href="/paper/2020/hash/d0921d442ee91b896ad95059d13df618-Abstract.html">Fair Multiple Decision Making Through Soft Interventions</a> <i>Yaowei Hu, Yongkai Wu, Lu Zhang, Xintao Wu</i></li>
<li><a href="/paper/2020/hash/d0bb8259d8fe3c7df4554dab9d7da3c9-Abstract.html">Representation Learning for Integrating Multi-domain Outcomes to Optimize Individualized Treatment</a> <i>Yuan Chen, Donglin Zeng, Tianchen Xu, Yuanjia Wang</i></li>
<li><a href="/paper/2020/hash/d1419302db9c022ab1d48681b13d5f8b-Abstract.html">Learning to Play No-Press Diplomacy with Best Response Policy Iteration</a> <i>Thomas Anthony, Tom Eccles, Andrea Tacchetti, János Kramár, Ian Gemp, Thomas Hudson, Nicolas Porcel, Marc Lanctot, Julien Perolat, Richard Everett, Satinder Singh, Thore Graepel, Yoram Bachrach</i></li>
<li><a href="/paper/2020/hash/d15426b9c324676610fbb01360473ed8-Abstract.html">Inverse Learning of Symmetries</a> <i>Mario Wieser, Sonali Parbhoo, Aleksander Wieczorek, Volker Roth</i></li>
<li><a href="/paper/2020/hash/d16a974d4d6d0d71b29bfbfe045f1da7-Abstract.html">DiffGCN: Graph Convolutional Networks via Differential Operators and Algebraic Multigrid Pooling</a> <i>Moshe Eliasof, Eran Treister</i></li>
<li><a href="/paper/2020/hash/d17e6bcbcef8de3f7a00195cfa5706f1-Abstract.html">Distributed Newton Can Communicate Less and Resist Byzantine Workers</a> <i>Avishek Ghosh, Raj Kumar Maity, Arya Mazumdar</i></li>
<li><a href="/paper/2020/hash/d1d5923fc822531bbfd9d87d4760914b-Abstract.html">Efficient Nonmyopic Bayesian Optimization via One-Shot Multi-Step Trees</a> <i>Shali Jiang, Daniel Jiang, Maximilian Balandat, Brian Karrer, Jacob Gardner, Roman Garnett</i></li>
<li><a href="/paper/2020/hash/d1dc3a8270a6f9394f88847d7f0050cf-Abstract.html">Effective Diversity in Population Based Reinforcement Learning</a> <i>Jack Parker-Holder, Aldo Pacchiano, Krzysztof M. Choromanski, Stephen J. Roberts</i></li>
<li><a href="/paper/2020/hash/d1e39c9bda5c80ac3d8ea9d658163967-Abstract.html">Elastic-InfoGAN: Unsupervised Disentangled Representation Learning in Class-Imbalanced Data</a> <i>Utkarsh Ojha, Krishna Kumar Singh, Cho-Jui Hsieh, Yong Jae Lee</i></li>
<li><a href="/paper/2020/hash/d1e7b08bdb7783ed4fb10abe92c22ffd-Abstract.html">Direct Policy Gradients: Direct Optimization of Policies in Discrete Action Spaces</a> <i>Guy Lorberbom, Chris J. Maddison, Nicolas Heess, Tamir Hazan, Daniel Tarlow</i></li>
<li><a href="/paper/2020/hash/d1e946f4e67db4b362ad23818a6fb78a-Abstract.html">Hybrid Models for Learning to Branch</a> <i>Prateek Gupta, Maxime Gasse, Elias Khalil, Pawan Mudigonda, Andrea Lodi, Yoshua Bengio</i></li>
<li><a href="/paper/2020/hash/d1ff1ec86b62cd5f3903ff19c3a326b2-Abstract.html">WoodFisher: Efficient Second-Order Approximation for Neural Network Compression</a> <i>Sidak Pal Singh, Dan Alistarh</i></li>
<li><a href="/paper/2020/hash/d25a34b9c2a87db380ecd7f7115882ec-Abstract.html">Bi-level Score Matching for Learning Energy-based Latent Variable Models</a> <i>Fan Bao, Chongxuan LI, Taufik Xu, Hang Su, Jun Zhu, Bo Zhang</i></li>
<li><a href="/paper/2020/hash/d27b95cac4c27feb850aaa4070cc4675-Abstract.html">Counterfactual Contrastive Learning for Weakly-Supervised Vision-Language Grounding</a> <i>Zhu Zhang, Zhou Zhao, Zhijie Lin, jieming zhu, Xiuqiang He</i></li>
<li><a href="/paper/2020/hash/d2a10b0bd670e442b1d3caa3fbf9e695-Abstract.html">Decision trees as partitioning machines to characterize their generalization properties</a> <i>Jean-Samuel Leboeuf, Frédéric LeBlanc, Mario Marchand</i></li>
<li><a href="/paper/2020/hash/d2a27e83d429f0dcae6b937cf440aeb1-Abstract.html">Learning to Prove Theorems by Learning to Generate Theorems</a> <i>Mingzhe Wang, Jia Deng</i></li>
<li><a href="/paper/2020/hash/d2dc6368837861b42020ee72b0896182-Abstract.html">3D Self-Supervised Methods for Medical Imaging</a> <i>Aiham Taleb, Winfried Loetzsch, Noel Danz, Julius Severin, Thomas Gaertner, Benjamin Bergner, Christoph Lippert</i></li>
<li><a href="/paper/2020/hash/d33174c464c877fb03e77efdab4ae804-Abstract.html"> Bayesian filtering unifies adaptive and non-adaptive neural network optimization methods </a> <i>Laurence Aitchison</i></li>
<li><a href="/paper/2020/hash/d34a281acc62c6bec66425f0ad6dd645-Abstract.html">Worst-Case Analysis for Randomly Collected Data</a> <i>Justin Chen, Gregory Valiant, Paul Valiant</i></li>
<li><a href="/paper/2020/hash/d35b05a832e2bb91f110d54e34e2da79-Abstract.html">Truthful Data Acquisition via Peer Prediction</a> <i>Yiling Chen, Yiheng Shen, Shuran Zheng</i></li>
<li><a href="/paper/2020/hash/d3696cfb815ab692407d9362e6f06c28-Abstract.html">Learning Robust Decision Policies from Observational Data</a> <i>Muhammad Osama, Dave Zachariah, Peter Stoica</i></li>
<li><a href="/paper/2020/hash/d37eb50d868361ea729bb4147eb3c1d8-Abstract.html">Byzantine Resilient Distributed Multi-Task Learning</a> <i>Jiani Li, Waseem Abbas, Xenofon Koutsoukos</i></li>
<li><a href="/paper/2020/hash/d3b1fb02964aa64e257f9f26a31f72cf-Abstract.html">Reinforcement Learning in Factored MDPs: Oracle-Efficient Algorithms and Tighter Regret Bounds for the Non-Episodic Setting</a> <i>Ziping Xu, Ambuj Tewari</i></li>
<li><a href="/paper/2020/hash/d3d9446802a44259755d38e6d163e820-Abstract.html">Improving model calibration with accuracy versus uncertainty optimization</a> <i>Ranganath Krishnan, Omesh Tickoo</i></li>
<li><a href="/paper/2020/hash/d3f06eef2ffac7faadbe3055a70682ac-Abstract.html">The Convolution Exponential and Generalized Sylvester Flows</a> <i>Emiel Hoogeboom, Victor Garcia Satorras, Jakub Tomczak, Max Welling</i></li>
<li><a href="/paper/2020/hash/d3f5d4de09ea19461dab00590df91e4f-Abstract.html">An Improved Analysis of Stochastic Gradient Descent with Momentum</a> <i>Yanli Liu, Yuan Gao, Wotao Yin</i></li>
<li><a href="/paper/2020/hash/d40d35b3063c11244fbf38e9b55074be-Abstract.html">Precise expressions for random projections: Low-rank approximation and randomized Newton</a> <i>Michal Derezinski, Feynman T. Liang, Zhenyu Liao, Michael W. Mahoney</i></li>
<li><a href="/paper/2020/hash/d464b5ac99e74462f321c06ccacc4bff-Abstract.html">The MAGICAL Benchmark for Robust Imitation</a> <i>Sam Toyer, Rohin Shah, Andrew Critch, Stuart Russell</i></li>
<li><a href="/paper/2020/hash/d4a93297083a23cc099f7bd6a8621131-Abstract.html">X-CAL: Explicit Calibration for Survival Analysis</a> <i>Mark Goldstein, Xintian Han, Aahlad Puli, Adler Perotte , Rajesh Ranganath</i></li>
<li><a href="/paper/2020/hash/d4b5b5c16df28e61124e13181db7774c-Abstract.html">Decentralized Accelerated Proximal Gradient Descent</a> <i>Haishan Ye, Ziang Zhou, Luo Luo, Tong Zhang</i></li>
<li><a href="/paper/2020/hash/d4ca950da1d6fd954520c45ab19fef1c-Abstract.html">Making Non-Stochastic Control (Almost) as Easy as Stochastic</a> <i>Max Simchowitz</i></li>
<li><a href="/paper/2020/hash/d4dd111a4fd973394238aca5c05bebe3-Abstract.html">BERT Loses Patience: Fast and Robust Inference with Early Exit</a> <i>Wangchunshu Zhou, Canwen Xu, Tao Ge, Julian McAuley, Ke Xu, Furu Wei</i></li>
<li><a href="/paper/2020/hash/d530d454337fb09964237fecb4bea6ce-Abstract.html">Optimal and Practical Algorithms for Smooth and Strongly Convex Decentralized Optimization</a> <i>Dmitry Kovalev, Adil SALIM, Peter Richtarik</i></li>
<li><a href="/paper/2020/hash/d55cbf210f175f4a37916eafe6c04f0d-Abstract.html">BAIL: Best-Action Imitation Learning for Batch Deep Reinforcement Learning</a> <i>Xinyue Chen, Zijian Zhou, Zheng Wang, Che Wang, Yanqiu Wu, Keith Ross</i></li>
<li><a href="/paper/2020/hash/d58f36f7679f85784d8b010ff248f898-Abstract.html">Regularizing Towards Permutation Invariance In Recurrent Models</a> <i>Edo Cohen-Karlik, Avichai Ben David, Amir Globerson</i></li>
<li><a href="/paper/2020/hash/d5ab8dc7ef67ca92e41d730982c5c602-Abstract.html">What Did You Think Would Happen? Explaining Agent Behaviour through Intended Outcomes</a> <i>Herman Ho-Man Yau, Chris Russell, Simon Hadfield</i></li>
<li><a href="/paper/2020/hash/d5ade38a2c9f6f073d69e1bc6b6e64c1-Abstract.html">Batch normalization provably avoids ranks collapse for randomly initialised deep networks</a> <i>Hadi Daneshmand, Jonas Kohler, Francis Bach, Thomas Hofmann, Aurelien Lucchi</i></li>
<li><a href="/paper/2020/hash/d5fcc35c94879a4afad61cacca56192c-Abstract.html">Choice Bandits</a> <i>Arpit Agarwal, Nicholas Johnson, Shivani Agarwal</i></li>
<li><a href="/paper/2020/hash/d61e4bbd6393c9111e6526ea173a7c8b-Abstract.html">What if Neural Networks had SVDs?</a> <i>Alexander Mathiasen, Frederik Hvilshøj, Jakob Rødsgaard Jørgensen, Anshul Nasery, Davide Mottin</i></li>
<li><a href="/paper/2020/hash/d63fbf8c3173730f82b150c5ef38b8ff-Abstract.html">A Matrix Chernoff Bound for Markov Chains and Its Application to Co-occurrence Matrices</a> <i>Jiezhong Qiu, Chi Wang, Ben Liao, Richard Peng, Jie Tang</i></li>
<li><a href="/paper/2020/hash/d6428eecbe0f7dff83fc607c5044b2b9-Abstract.html">CoMIR: Contrastive Multimodal Image Representation for Registration</a> <i>Nicolas Pielawski, Elisabeth Wetzer, Johan Öfverstedt, Jiahao Lu, Carolina Wählby, Joakim Lindblad, Natasa Sladoje</i></li>
<li><a href="/paper/2020/hash/d6539d3b57159babf6a72e106beb45bd-Abstract.html">Ensuring Fairness Beyond the Training Data</a> <i>Debmalya Mandal, Samuel Deng, Suman Jana, Jeannette Wing, Daniel J. Hsu</i></li>
<li><a href="/paper/2020/hash/d6d231705f96d5a35aeb3a76402e49a3-Abstract.html">How do fair decisions fare in long-term qualification?</a> <i>Xueru Zhang, Ruibo Tu, Yang Liu, mingyan liu, Hedvig Kjellstrom, Kun Zhang, Cheng Zhang</i></li>
<li><a href="/paper/2020/hash/d6f1dd034aabde7657e6680444ceff62-Abstract.html">Pre-training via Paraphrasing</a> <i>Mike Lewis, Marjan Ghazvininejad, Gargi Ghosh, Armen Aghajanyan, Sida Wang, Luke Zettlemoyer</i></li>
<li><a href="/paper/2020/hash/d714d2c5a796d5814c565d78dd16188d-Abstract.html">GCN meets GPU: Decoupling “When to Sample” from “How to Sample”</a> <i>Morteza Ramezani, Weilin Cong, Mehrdad Mahdavi, Anand Sivasubramaniam, Mahmut Kandemir</i></li>
<li><a href="/paper/2020/hash/d7488039246a405baf6a7cbc3613a56f-Abstract.html">Continual Learning of a Mixed Sequence of Similar and Dissimilar Tasks</a> <i>Zixuan Ke, Bing Liu, Xingchang Huang</i></li>
<li><a href="/paper/2020/hash/d75320797f266ba9ed6dd6dc218cb1b5-Abstract.html">All your loss are belong to Bayes</a> <i>Christian Walder, Richard Nock</i></li>
<li><a href="/paper/2020/hash/d77c703536718b95308130ff2e5cf9ee-Abstract.html">HAWQ-V2: Hessian Aware trace-Weighted Quantization of Neural Networks</a> <i>Zhen Dong, Zhewei Yao, Daiyaan Arfeen, Amir Gholami, Michael W. Mahoney, Kurt Keutzer</i></li>
<li><a href="/paper/2020/hash/d783823cc6284b929c2cd8df2167d212-Abstract.html">Sample-Efficient Reinforcement Learning of Undercomplete POMDPs</a> <i>Chi Jin, Sham Kakade, Akshay Krishnamurthy, Qinghua Liu</i></li>
<li><a href="/paper/2020/hash/d785bf9067f8af9e078b93cf26de2b54-Abstract.html">Non-Convex SGD Learns Halfspaces with Adversarial Label Noise</a> <i>Ilias Diakonikolas, Vasilis Kontonis, Christos Tzamos, Nikos Zarifis</i></li>
<li><a href="/paper/2020/hash/d79c8788088c2193f0244d8f1f36d2db-Abstract.html">A Tight Lower Bound and Efficient Reduction for Swap Regret</a> <i>Shinji Ito</i></li>
<li><a href="/paper/2020/hash/d7f426ccbc6db7e235c57958c21c5dfa-Abstract.html">DisCor: Corrective Feedback in Reinforcement Learning via Distribution Correction</a> <i>Aviral Kumar, Abhishek Gupta, Sergey Levine</i></li>
<li><a href="/paper/2020/hash/d800149d2f947ad4d64f34668f8b20f6-Abstract.html">OTLDA: A Geometry-aware Optimal Transport Approach for Topic Modeling</a> <i>Viet Huynh, He Zhao, Dinh Phung</i></li>
<li><a href="/paper/2020/hash/d8330f857a17c53d217014ee776bfd50-Abstract.html">Measuring Robustness to Natural Distribution Shifts in Image Classification</a> <i>Rohan Taori, Achal Dave, Vaishaal Shankar, Nicholas Carlini, Benjamin Recht, Ludwig Schmidt</i></li>
<li><a href="/paper/2020/hash/d83de59e10227072a9c034ce10029c39-Abstract.html">Can I Trust My Fairness Metric? Assessing Fairness with Unlabeled Data and Bayesian Inference</a> <i>Disi Ji, Padhraic Smyth, Mark Steyvers</i></li>
<li><a href="/paper/2020/hash/d85b63ef0ccb114d0a3bb7b7d808028f-Abstract.html">RandAugment: Practical Automated Data Augmentation with a Reduced Search Space</a> <i>Ekin Dogus Cubuk, Barret Zoph, Jon Shlens, Quoc Le</i></li>
<li><a href="/paper/2020/hash/d87ca511e2a8593c8039ef732f5bffed-Abstract.html">Asymptotic normality and confidence intervals for derivatives of 2-layers neural network in the random features model</a> <i>Yiwei Shen, Pierre C Bellec</i></li>
<li><a href="/paper/2020/hash/d880e783834172e5ebd1868d84463d93-Abstract.html">DisARM: An Antithetic Gradient Estimator for Binary Latent Variables</a> <i>Zhe Dong, Andriy Mnih, George Tucker</i></li>
<li><a href="/paper/2020/hash/d882050bb9eeba930974f596931be527-Abstract.html">Variational Inference for Graph Convolutional Networks in the Absence of Graph Data and Adversarial Settings</a> <i>Pantelis Elinas, Edwin V. Bonilla, Louis Tiao</i></li>
<li><a href="/paper/2020/hash/d89a66c7c80a29b1bdbab0f2a1a94af8-Abstract.html">Supervised Contrastive Learning</a> <i>Prannay Khosla, Piotr Teterwak, Chen Wang, Aaron Sarna, Yonglong Tian, Phillip Isola, Aaron Maschinot, Ce Liu, Dilip Krishnan</i></li>
<li><a href="/paper/2020/hash/d8ea5f53c1b1eb087ac2e356253395d8-Abstract.html">Learning Optimal Representations with the Decodable Information Bottleneck</a> <i>Yann Dubois, Douwe Kiela, David J. Schwab, Ramakrishna Vedantam</i></li>
<li><a href="/paper/2020/hash/d902c3ce47124c66ce615d5ad9ba304f-Abstract.html">Meta-trained agents implement Bayes-optimal agents</a> <i>Vladimir Mikulik, Grégoire Delétang, Tom McGrath, Tim Genewein, Miljan Martic, Shane Legg, Pedro Ortega</i></li>
<li><a href="/paper/2020/hash/d90e5b6628b4291225cba0bdc643c295-Abstract.html">Learning Agent Representations for Ice Hockey</a> <i>Guiliang Liu, Oliver Schulte, Pascal Poupart, Mike Rudd, Mehrsan Javan</i></li>
<li><a href="/paper/2020/hash/d93c96e6a23fff65b91b900aaa541998-Abstract.html">Weak Form Generalized Hamiltonian Learning</a> <i>Kevin Course, Trefor Evans, Prasanth Nair</i></li>
<li><a href="/paper/2020/hash/d93ed5b6db83be78efb0d05ae420158e-Abstract.html">Neural Non-Rigid Tracking</a> <i>Aljaz Bozic, Pablo Palafox, Michael Zollhöfer, Angela Dai, Justus Thies, Matthias Niessner</i></li>
<li><a href="/paper/2020/hash/d958628e70134d9e1e17499a9d815a71-Abstract.html">Collegial Ensembles</a> <i>Etai Littwin, Ben Myara, Sima Sabah, Joshua Susskind, Shuangfei Zhai, Oren Golan</i></li>
<li><a href="/paper/2020/hash/d961e9f236177d65d21100592edb0769-Abstract.html">ICNet: Intra-saliency Correlation Network for Co-Saliency Detection</a> <i>Wen-Da Jin, Jun Xu, Ming-Ming Cheng, Yi Zhang, Wei Guo</i></li>
<li><a href="/paper/2020/hash/d96409bf894217686ba124d7356686c9-Abstract.html">Improved Variational Bayesian Phylogenetic Inference with Normalizing Flows</a> <i>Cheng Zhang</i></li>
<li><a href="/paper/2020/hash/d9812f756d0df06c7381945d2e2c7d4b-Abstract.html">Deep Metric Learning with Spherical Embedding</a> <i>Dingyi Zhang, Yingming Li, Zhongfei Zhang</i></li>
<li><a href="/paper/2020/hash/d9d3837ee7981e8c064774da6cdd98bf-Abstract.html">Preference-based Reinforcement Learning with Finite-Time Guarantees</a> <i>Yichong Xu, Ruosong Wang, Lin Yang, Aarti Singh, Artur Dubrawski</i></li>
<li><a href="/paper/2020/hash/d9d4f495e875a2e075a1a4a6e1b9770f-Abstract.html">AdaBelief Optimizer: Adapting Stepsizes by the Belief in Observed Gradients</a> <i>Juntang Zhuang, Tommy Tang, Yifan Ding, Sekhar C. Tatikonda, Nicha Dvornek, Xenophon Papademetris, James Duncan</i></li>
<li><a href="/paper/2020/hash/d9dbc51dc534921589adf460c85cd824-Abstract.html">Interpretable Sequence Learning for Covid-19 Forecasting</a> <i>Sercan Arik, Chun-Liang Li, Jinsung Yoon, Rajarishi Sinha, Arkady Epshteyn, Long Le, Vikas Menon, Shashank Singh, Leyou Zhang, Martin Nikoltchev, Yash Sonthalia, Hootan Nakhost, Elli Kanal, Tomas Pfister</i></li>
<li><a href="/paper/2020/hash/da21bae82c02d1e2b8168d57cd3fbab7-Abstract.html">Off-policy Policy Evaluation For Sequential Decisions Under Unobserved Confounding</a> <i>Hongseok Namkoong, Ramtin Keramati, Steve Yadlowsky, Emma Brunskill</i></li>
<li><a href="/paper/2020/hash/da4902cb0bc38210839714ebdcf0efc3-Abstract.html">Modern Hopfield Networks and Attention for Immune Repertoire Classification</a> <i>Michael Widrich, Bernhard Schäfl, Milena Pavlović, Hubert Ramsauer, Lukas Gruber, Markus Holzleitner, Johannes Brandstetter, Geir Kjetil Sandve, Victor Greiff, Sepp Hochreiter, Günter Klambauer</i></li>
<li><a href="/paper/2020/hash/da6ea77475918a3d83c7e49223d453cc-Abstract.html">One Ring to Rule Them All: Certifiably Robust Geometric Perception with Outliers</a> <i>Heng Yang, Luca Carlone</i></li>
<li><a href="/paper/2020/hash/da8ce53cf0240070ce6c69c48cd588ee-Abstract.html">Task-Robust Model-Agnostic Meta-Learning</a> <i>Liam Collins, Aryan Mokhtari, Sanjay Shakkottai</i></li>
<li><a href="/paper/2020/hash/da97f65bd113e490a5fab20c4a69f586-Abstract.html">R-learning in actor-critic model offers a biologically relevant mechanism for sequential decision-making</a> <i>Sergey Shuvaev, Sarah Starosta, Duda Kvitsiani, Adam Kepecs, Alexei Koulakov</i></li>
<li><a href="/paper/2020/hash/da9e6a4a4aeca98588e4dd77ceb37695-Abstract.html">Revisiting Frank-Wolfe for Polytopes: Strict Complementarity and Sparsity</a> <i>Dan Garber</i></li>
<li><a href="/paper/2020/hash/dab10c50dc668cd8560df444ff3a4227-Abstract.html">Fast Convergence of Langevin Dynamics on Manifold: Geodesics meet Log-Sobolev</a> <i>Xiao Wang, Qi Lei, Ioannis Panageas</i></li>
<li><a href="/paper/2020/hash/dab1263d1e6a88c9ba5e7e294def5e8b-Abstract.html">Tensor Completion Made Practical</a> <i>Allen Liu, Ankur Moitra</i></li>
<li><a href="/paper/2020/hash/dab49080d80c724aad5ebf158d63df41-Abstract.html">Optimization and Generalization Analysis of Transduction through Gradient Boosting and Application to Multi-scale Graph Neural Networks</a> <i>Kenta Oono, Taiji Suzuki</i></li>
<li><a href="/paper/2020/hash/dabd8d2ce74e782c65a973ef76fd540b-Abstract.html">Content Provider Dynamics and Coordination in Recommendation Ecosystems</a> <i>Omer Ben-Porat, Itay Rosenberg, Moshe Tennenholtz</i></li>
<li><a href="/paper/2020/hash/daecf755df5b1d637033bb29b319c39a-Abstract.html">Almost Surely Stable Deep Dynamics</a> <i>Nathan Lawrence, Philip Loewen, Michael Forbes, Johan Backstrom, Bhushan Gopaluni</i></li>
<li><a href="/paper/2020/hash/daed210307f1dbc6f1dd9551408d999f-Abstract.html">Experimental design for MRI by greedy policy search</a> <i>Tim Bakker, Herke van Hoof, Max Welling</i></li>
<li><a href="/paper/2020/hash/daf642455364613e2120c636b5a1f9c7-Abstract.html">Expert-Supervised Reinforcement Learning for Offline Policy Learning and Evaluation</a> <i>Aaron Sonabend, Junwei Lu, Leo Anthony Celi, Tianxi Cai, Peter Szolovits</i></li>
<li><a href="/paper/2020/hash/db261d4f615f0e982983be499e57ccda-Abstract.html">ColdGANs: Taming Language GANs with Cautious Sampling Strategies</a> <i>Thomas Scialom, Paul-Alexis Dray, Sylvain Lamprier, Benjamin Piwowarski, Jacopo Staiano</i></li>
<li><a href="/paper/2020/hash/db346ccb62d491029b590bbbf0f5c412-Abstract.html">Hedging in games: Faster convergence of external and swap regrets</a> <i>Xi Chen, Binghui Peng</i></li>
<li><a href="/paper/2020/hash/db5f9f42a7157abe65bb145000b5871a-Abstract.html">The Origins and Prevalence of Texture Bias in Convolutional Neural Networks</a> <i>Katherine Hermann, Ting Chen, Simon Kornblith</i></li>
<li><a href="/paper/2020/hash/db8419f41d890df802dca330e6284952-Abstract.html">Time-Reversal Symmetric ODE Network</a> <i>In Huh, Eunho Yang, Sung Ju Hwang, Jinwoo Shin</i></li>
<li><a href="/paper/2020/hash/db957c626a8cd7a27231adfbf51e20eb-Abstract.html">Provable Overlapping Community Detection in Weighted Graphs</a> <i>Jimit Majmudar, Stephen Vavasis</i></li>
<li><a href="/paper/2020/hash/dba31bb5c75992690f20c2d3b370ec7c-Abstract.html">Fast Unbalanced Optimal Transport on a Tree</a> <i>Ryoma Sato, Makoto Yamada, Hisashi Kashima</i></li>
<li><a href="/paper/2020/hash/dba4c1a117472f6aca95211285d0587e-Abstract.html">Acceleration with a Ball Optimization Oracle</a> <i>Yair Carmon, Arun Jambulapati, Qijia Jiang, Yujia Jin, Yin Tat Lee, Aaron Sidford, Kevin Tian</i></li>
<li><a href="/paper/2020/hash/dc1913d422398c25c5f0b81cab94cc87-Abstract.html">Avoiding Side Effects By Considering Future Tasks</a> <i>Victoria Krakovna, Laurent Orseau, Richard Ngo, Miljan Martic, Shane Legg</i></li>
<li><a href="/paper/2020/hash/dc36f18a9a0a776671d4879cae69b551-Abstract.html">Handling Missing Data with Graph Representation Learning</a> <i>Jiaxuan You, Xiaobai Ma, Yi Ding, Mykel J. Kochenderfer, Jure Leskovec</i></li>
<li><a href="/paper/2020/hash/dc49dfebb0b00fd44aeff5c60cc1f825-Abstract.html">Improving Auto-Augment via Augmentation-Wise Weight Sharing</a> <i>Keyu Tian, Chen Lin, Ming Sun, Luping Zhou, Junjie Yan, Wanli Ouyang</i></li>
<li><a href="/paper/2020/hash/dcd2f3f312b6705fb06f4f9f1b55b55c-Abstract.html">MMA Regularization: Decorrelating Weights of Neural Networks by Maximizing the Minimal Angles</a> <i>Zhennan Wang, Canqun Xiang, Wenbin Zou, Chen Xu</i></li>
<li><a href="/paper/2020/hash/dd1970fb03877a235d530476eb727dab-Abstract.html">HRN: A Holistic Approach to One Class Learning</a> <i>Wenpeng Hu, Mengyu Wang, Qi Qin, Jinwen Ma, Bing Liu</i></li>
<li><a href="/paper/2020/hash/dd45045f8c68db9f54e70c67048d32e8-Abstract.html">The Generalized Lasso with Nonlinear Observations and Generative Priors</a> <i>Zhaoqiang Liu, Jonathan Scarlett</i></li>
<li><a href="/paper/2020/hash/ddd808772c035aed516d42ad3559be5f-Abstract.html">Fair regression via plug-in estimator and recalibration with statistical guarantees</a> <i>Evgenii Chzhen, Christophe Denis, Mohamed Hebiri, Luca Oneto, Massimiliano Pontil</i></li>
<li><a href="/paper/2020/hash/de03beffeed9da5f3639a621bcab5dd4-Abstract.html">Modeling Shared responses in Neuroimaging Studies through MultiView ICA</a> <i>Hugo Richard, Luigi Gresele, Aapo Hyvarinen, Bertrand Thirion, Alexandre Gramfort, Pierre Ablin</i></li>
<li><a href="/paper/2020/hash/de07edeeba9f475c9395959494cd8f64-Abstract.html">Efficient Planning in Large MDPs with Weak Linear Function Approximation</a> <i>Roshan Shariff, Csaba Szepesvari</i></li>
<li><a href="/paper/2020/hash/de6b1cf3fb0a3aa1244d30f7b8c29c41-Abstract.html">Efficient Learning of Generative Models via Finite-Difference Score Matching</a> <i>Tianyu Pang, Taufik Xu, Chongxuan LI, Yang Song, Stefano Ermon, Jun Zhu</i></li>
<li><a href="/paper/2020/hash/dea9ddb25cbf2352cf4dec30222a02a5-Abstract.html">Semialgebraic Optimization for Lipschitz Constants of ReLU Networks</a> <i>Tong Chen, Jean B. Lasserre, Victor Magron, Edouard Pauwels</i></li>
<li><a href="/paper/2020/hash/df0b8fb21c53254b7afa62e020447c81-Abstract.html">Linear-Sample Learning of Low-Rank Distributions</a> <i>Ayush Jain, Alon Orlitsky</i></li>
<li><a href="/paper/2020/hash/df12ecd077efc8c23881028604dbb8cc-Abstract.html">Transferable Calibration with Lower Bias and Variance in Domain Adaptation</a> <i>Ximei Wang, Mingsheng Long, Jianmin Wang, Michael Jordan</i></li>
<li><a href="/paper/2020/hash/df1a336b7e0b0cb186de6e66800c43a9-Abstract.html">Generalization bound of globally optimal non-convex neural network training: Transportation map estimation by infinite dimensional Langevin dynamics</a> <i>Taiji Suzuki</i></li>
<li><a href="/paper/2020/hash/df3aebc649f9e3b674eeb790a4da224e-Abstract.html">Online Bayesian Goal Inference for Boundedly Rational Planning Agents</a> <i>Tan Zhi-Xuan, Jordyn Mann, Tom Silver, Josh Tenenbaum, Vikash Mansinghka</i></li>
<li><a href="/paper/2020/hash/df5511886da327a5e2877c3cd733d9d7-Abstract.html">BayReL: Bayesian Relational Learning for Multi-omics Data Integration</a> <i>Ehsan Hajiramezanali, Arman Hasanzadeh, Nick Duffield, Krishna Narayanan, Xiaoning Qian</i></li>
<li><a href="/paper/2020/hash/dfb84a11f431c62436cfb760e30a34fe-Abstract.html">Weakly Supervised Deep Functional Maps for Shape Matching</a> <i>Abhishek Sharma, Maks Ovsjanikov</i></li>
<li><a href="/paper/2020/hash/dfbfa7ddcfffeb581f50edcf9a0204bb-Abstract.html">Domain Adaptation with Conditional Distribution Matching and Generalized Label Shift</a> <i>Remi Tachet des Combes, Han Zhao, Yu-Xiang Wang, Geoffrey J. Gordon</i></li>
<li><a href="/paper/2020/hash/e025b6279c1b88d3ec0eca6fcb6e6280-Abstract.html">Rethinking the Value of Labels for Improving Class-Imbalanced Learning</a> <i>Yuzhe Yang, Zhi Xu</i></li>
<li><a href="/paper/2020/hash/e038453073d221a4f32d0bab94ca7cee-Abstract.html">Provably Robust Metric Learning</a> <i>Lu Wang, Xuanqing Liu, Jinfeng Yi, Yuan Jiang, Cho-Jui Hsieh</i></li>
<li><a href="/paper/2020/hash/e05c7ba4e087beea9410929698dc41a6-Abstract.html">Iterative Deep Graph Learning for Graph Neural Networks: Better and Robust Node Embeddings</a> <i>Yu Chen, Lingfei Wu, Mohammed Zaki</i></li>
<li><a href="/paper/2020/hash/e0640c93b05097a9380870aa06aa0df4-Abstract.html">COPT: Coordinated Optimal Transport on Graphs</a> <i>Yihe Dong, Will Sawin</i></li>
<li><a href="/paper/2020/hash/e0688d13958a19e087e123148555e4b4-Abstract.html">No Subclass Left Behind: Fine-Grained Robustness in Coarse-Grained Classification Problems</a> <i>Nimit Sohoni, Jared Dunnmon, Geoffrey Angus, Albert Gu, Christopher Ré</i></li>
<li><a href="/paper/2020/hash/e069ea4c9c233d36ff9c7f329bc08ff1-Abstract.html">Model Rubik’s Cube: Twisting Resolution, Depth and Width for TinyNets</a> <i>Kai Han, Yunhe Wang, Qiulin Zhang, Wei Zhang, Chunjing XU, Tong Zhang</i></li>
<li><a href="/paper/2020/hash/e0ab531ec312161511493b002f9be2ee-Abstract.html">Self-Adaptive Training: beyond Empirical Risk Minimization</a> <i>Lang Huang, Chao Zhang, Hongyang Zhang</i></li>
<li><a href="/paper/2020/hash/e105b88b3e1ac23ec811a708cd7edebf-Abstract.html">Effective Dimension Adaptive Sketching Methods for Faster Regularized Least-Squares Optimization</a> <i>Jonathan Lacotte, Mert Pilanci</i></li>
<li><a href="/paper/2020/hash/e11943a6031a0e6114ae69c257617980-Abstract.html">Near-Optimal Comparison Based Clustering</a> <i>Michaël Perrot, Pascal Esser, Debarghya Ghoshdastidar</i></li>
<li><a href="/paper/2020/hash/e1228be46de6a0234ac22ded31417bc7-Abstract.html">Multi-Task Temporal Shift Attention Networks for On-Device Contactless Vitals Measurement</a> <i>Xin Liu, Josh Fromm, Shwetak Patel, Daniel McDuff</i></li>
<li><a href="/paper/2020/hash/e1696007be4eefb81b1a1d39ce48681b-Abstract.html">A new convergent variant of Q-learning with linear function approximation</a> <i>Diogo Carvalho, Francisco S. Melo, Pedro Santos</i></li>
<li><a href="/paper/2020/hash/e1fc9c082df6cfff8cbcfff2b5a722ef-Abstract.html">TaylorGAN: Neighbor-Augmented Policy Update Towards Sample-Efficient Natural Language Generation</a> <i>Chun-Hsing Lin, Siang-Ruei Wu, Hung-yi Lee, Yun-Nung Chen</i></li>
<li><a href="/paper/2020/hash/e1fe6165cad3f7f3f57d409f78e4415f-Abstract.html">Neural Networks with Small Weights and Depth-Separation Barriers</a> <i>Gal Vardi, Ohad Shamir</i></li>
<li><a href="/paper/2020/hash/e2065cb56f5533494522c46a72f1dfb0-Abstract.html">Untangling tradeoffs between recurrence and self-attention in artificial neural networks</a> <i>Giancarlo Kerg, Bhargav Kanuparthi, Anirudh Goyal ALIAS PARTH GOYAL, Kyle Goyette, Yoshua Bengio, Guillaume Lajoie</i></li>
<li><a href="/paper/2020/hash/e22312179bf43e61576081a2f250f845-Abstract.html">Dual-Free Stochastic Decentralized Optimization with Variance Reduction</a> <i>Hadrien Hendrikx, Francis Bach, Laurent Massoulié</i></li>
<li><a href="/paper/2020/hash/e287f0b2e730059c55d97fa92649f4f2-Abstract.html">Online Learning in Contextual Bandits using Gated Linear Networks</a> <i>Eren Sezener, Marcus Hutter, David Budden, Jianan Wang, Joel Veness</i></li>
<li><a href="/paper/2020/hash/e29b722e35040b88678e25a1ec032a21-Abstract.html">Throughput-Optimal Topology Design for Cross-Silo Federated Learning</a> <i>Othmane MARFOQ, CHUAN XU, Giovanni Neglia, Richard Vidal</i></li>
<li><a href="/paper/2020/hash/e2a23af417a2344fe3a23e652924091f-Abstract.html">Quantized Variational Inference</a> <i>Amir Dib</i></li>
<li><a href="/paper/2020/hash/e2a7555f7cabd6e31aef45cb8cda4999-Abstract.html">Asymptotically Optimal Exact Minibatch Metropolis-Hastings</a> <i>Ruqi Zhang, A. Feder Cooper, Christopher M. De Sa</i></li>
<li><a href="/paper/2020/hash/e2ce14e81dba66dbff9cbc35ecfdb704-Abstract.html">Learning Search Space Partition for Black-box Optimization using Monte Carlo Tree Search</a> <i>Linnan Wang, Rodrigo Fonseca, Yuandong Tian</i></li>
<li><a href="/paper/2020/hash/e2d52448d36918c575fa79d88647ba66-Abstract.html">Feature Shift Detection: Localizing Which Features Have Shifted via Conditional Distribution Tests</a> <i>Sean Kulinski, Saurabh Bagchi, David I. Inouye</i></li>
<li><a href="/paper/2020/hash/e2e5096d574976e8f115a8f1e0ffb52b-Abstract.html">Unifying Activation- and Timing-based Learning Rules for Spiking Neural Networks</a> <i>Jinseok Kim, Kyungsu Kim, Jae-Joon Kim</i></li>
<li><a href="/paper/2020/hash/e2ef524fbf3d9fe611d5a8e90fefdc9c-Abstract.html">Space-Time Correspondence as a Contrastive Random Walk</a> <i>Allan Jabri, Andrew Owens, Alexei Efros</i></li>
<li><a href="/paper/2020/hash/e3019767b1b23f82883c9850356b71d6-Abstract.html">The Flajolet-Martin Sketch Itself Preserves Differential Privacy: Private Counting with Minimal Space</a> <i>Adam Smith, Shuang Song, Abhradeep Thakurta</i></li>
<li><a href="/paper/2020/hash/e3251075554389fe91d17a794861d47b-Abstract.html">Exponential ergodicity of mirror-Langevin diffusions</a> <i>Sinho Chewi, Thibaut Le Gouic, Chen Lu, Tyler Maunu, Philippe Rigollet, Austin Stromme</i></li>
<li><a href="/paper/2020/hash/e32cc80bf07915058ce90722ee17bb71-Abstract.html">An Efficient Framework for Clustered Federated Learning</a> <i>Avishek Ghosh, Jichan Chung, Dong Yin, Kannan Ramchandran</i></li>
<li><a href="/paper/2020/hash/e33d974aae13e4d877477d51d8bafdc4-Abstract.html">Autoencoders that don&#x27;t overfit towards the Identity</a> <i>Harald Steck</i></li>
<li><a href="/paper/2020/hash/e366d105cfd734677897aaccf51e97a3-Abstract.html">Polynomial-Time Computation of Optimal Correlated Equilibria in Two-Player Extensive-Form Games with Public Chance Moves and Beyond</a> <i>Gabriele Farina, Tuomas Sandholm</i></li>
<li><a href="/paper/2020/hash/e37b08dd3015330dcbb5d6663667b8b8-Abstract.html">Parameterized Explainer for Graph Neural Network</a> <i>Dongsheng Luo, Wei Cheng, Dongkuan Xu, Wenchao Yu, Bo Zong, Haifeng Chen, Xiang Zhang</i></li>
<li><a href="/paper/2020/hash/e3844e186e6eb8736e9f53c0c5889527-Abstract.html">Recursive Inference for Variational Autoencoders</a> <i>Minyoung Kim, Vladimir Pavlovic</i></li>
<li><a href="/paper/2020/hash/e3a54649aeec04cf1c13907bc6c5c8aa-Abstract.html">Flexible mean field variational inference using mixtures of non-overlapping exponential families</a> <i>Jeffrey Spence</i></li>
<li><a href="/paper/2020/hash/e3a72c791a69f87b05ea7742e04430ed-Abstract.html">HYDRA: Pruning Adversarially Robust Neural Networks</a> <i>Vikash Sehwag, Shiqi Wang, Prateek Mittal, Suman Jana</i></li>
<li><a href="/paper/2020/hash/e3b21256183cf7c2c7a66be163579d37-Abstract.html">NVAE: A Deep Hierarchical Variational Autoencoder</a> <i>Arash Vahdat, Jan Kautz</i></li>
<li><a href="/paper/2020/hash/e3bc4e7f243ebc05d66a0568a3331966-Abstract.html">Can Temporal-Difference and Q-Learning Learn Representation? A Mean-Field Theory</a> <i>Yufeng Zhang, Qi Cai, Zhuoran Yang, Yongxin Chen, Zhaoran Wang</i></li>
<li><a href="/paper/2020/hash/e4191d610537305de1d294adb121b513-Abstract.html">What Do Neural Networks Learn When Trained With Random Labels?</a> <i>Hartmut Maennel, Ibrahim M. Alabdulmohsin, Ilya O. Tolstikhin, Robert Baldock, Olivier Bousquet, Sylvain Gelly, Daniel Keysers</i></li>
<li><a href="/paper/2020/hash/e430ad64df3de73e6be33bcb7f6d0dac-Abstract.html">Counterfactual Prediction for Bundle Treatment</a> <i>Hao Zou, Peng Cui, Bo Li, Zheyan Shen, Jianxin Ma, Hongxia Yang, Yue He</i></li>
<li><a href="/paper/2020/hash/e43739bba7cdb577e9e3e4e42447f5a5-Abstract.html">Beta Embeddings for Multi-Hop Logical Reasoning in Knowledge Graphs</a> <i>Hongyu Ren, Jure Leskovec</i></li>
<li><a href="/paper/2020/hash/e449b9317dad920c0dd5ad0a2a2d5e49-Abstract.html">Learning Disentangled Representations and Group Structure of Dynamical Environments</a> <i>Robin Quessard, Thomas Barrett, William Clements</i></li>
<li><a href="/paper/2020/hash/e44e875c12109e4fa3716c05008048b2-Abstract.html">Learning Linear Programs from Optimal Decisions</a> <i>Yingcong Tan, Daria Terekhov, Andrew Delong</i></li>
<li><a href="/paper/2020/hash/e464656edca5e58850f8cec98cbb979b-Abstract.html">Wisdom of the Ensemble: Improving Consistency of Deep Learning Models</a> <i>Lijing Wang, Dipanjan Ghosh, Maria Gonzalez Diaz, Ahmed Farahat, Mahbubul Alam, Chetan Gupta, Jiangzhuo Chen, Madhav Marathe</i></li>
<li><a href="/paper/2020/hash/e4acb4c86de9d2d9a41364f93951028d-Abstract.html">Universal Function Approximation on Graphs</a> <i>Rickard Gabrielsson</i></li>
<li><a href="/paper/2020/hash/e4d78a6b4d93e1d79241f7b282fa3413-Abstract.html">Accelerating Reinforcement Learning through GPU Atari Emulation</a> <i>Steven Dalton, iuri frosio</i></li>
<li><a href="/paper/2020/hash/e4d8163c7a068b65a64c89bd745ec360-Abstract.html">EvolveGraph: Multi-Agent Trajectory Prediction with Dynamic Relational Reasoning</a> <i>Jiachen Li, Fan Yang, Masayoshi Tomizuka, Chiho Choi</i></li>
<li><a href="/paper/2020/hash/e4f37b9ed429c1fe5ce61860d9902521-Abstract.html">Comparator-Adaptive Convex Bandits</a> <i>Dirk van der Hoeven, Ashok Cutkosky, Haipeng Luo</i></li>
<li><a href="/paper/2020/hash/e562cd9c0768d5464b64cf61da7fc6bb-Abstract.html">Model-based Reinforcement Learning for Semi-Markov Decision Processes with Neural ODEs</a> <i>Jianzhun Du, Joseph Futoma, Finale Doshi-Velez</i></li>
<li><a href="/paper/2020/hash/e56954b4f6347e897f954495eab16a88-Abstract.html">The Adaptive Complexity of Maximizing a Gross Substitutes Valuation</a> <i>Ron Kupfer, Sharon Qian, Eric Balkanski, Yaron Singer</i></li>
<li><a href="/paper/2020/hash/e56eea9a45b153de634b23780365f976-Abstract.html">A Robust Functional EM Algorithm for Incomplete Panel Count Data</a> <i>Alexander Moreno, Zhenke Wu, Jamie Roslyn Yap, Cho Lam, David Wetter, Inbal Nahum-Shani, Walter Dempsey, James M. Rehg</i></li>
<li><a href="/paper/2020/hash/e586a4f55fb43a540c2e9dab45e00f53-Abstract.html">Graph Stochastic Neural Networks for Semi-supervised Learning</a> <i>Haibo Wang, Chuan Zhou, Xin Chen, Jia Wu, Shirui Pan, Jilong Wang</i></li>
<li><a href="/paper/2020/hash/e58cc5ca94270acaceed13bc82dfedf7-Abstract.html">Compositional Zero-Shot Learning via Fine-Grained Dense Feature Composition</a> <i>Dat Huynh, Ehsan Elhamifar</i></li>
<li><a href="/paper/2020/hash/e5a90182cc81e12ab5e72d66e0b46fe3-Abstract.html">A Benchmark for Systematic Generalization in Grounded Language Understanding</a> <i>Laura Ruis, Jacob Andreas, Marco Baroni, Diane Bouchacourt, Brenden M. Lake</i></li>
<li><a href="/paper/2020/hash/e5e6851e7f7ffd3530e7389e183aa468-Abstract.html">Weston-Watkins Hinge Loss and Ordered Partitions</a> <i>Yutong Wang, Clayton Scott</i></li>
<li><a href="/paper/2020/hash/e615c82aba461681ade82da2da38004a-Abstract.html">Reinforcement Learning with Augmented Data</a> <i>Misha Laskin, Kimin Lee, Adam Stooke, Lerrel Pinto, Pieter Abbeel, Aravind Srinivas</i></li>
<li><a href="/paper/2020/hash/e61eaa38aed621dd776d0e67cfeee366-Abstract.html">Towards Minimax Optimal Reinforcement Learning in Factored Markov Decision Processes</a> <i>Yi Tian, Jian Qian, Suvrit Sra</i></li>
<li><a href="/paper/2020/hash/e6384711491713d29bc63fc5eeb5ba4f-Abstract.html">Graduated Assignment for Joint Multi-Graph Matching and Clustering with Application to Unsupervised Graph Matching Network Learning</a> <i>Runzhong Wang, Junchi Yan, Xiaokang Yang</i></li>
<li><a href="/paper/2020/hash/e6385d39ec9394f2f3a354d9d2b88eec-Abstract.html">Estimating Training Data Influence by Tracing Gradient Descent</a> <i>Garima Pruthi, Frederick Liu, Satyen Kale, Mukund Sundararajan</i></li>
<li><a href="/paper/2020/hash/e64f346817ce0c93d7166546ac8ce683-Abstract.html">Joint Policy Search for Multi-agent Collaboration with Imperfect Information</a> <i>Yuandong Tian, Qucheng Gong, Yu Jiang</i></li>
<li><a href="/paper/2020/hash/e655c7716a4b3ea67f48c6322fc42ed6-Abstract.html">Adversarial Bandits with Corruptions: Regret Lower Bound and No-regret Algorithm</a> <i>lin yang, Mohammad Hajiesmaili, Mohammad Sadegh Talebi, John C. S. Lui, Wing Shing Wong</i></li>
<li><a href="/paper/2020/hash/e6b4b2a746ed40e1af829d1fa82daa10-Abstract.html">Beta R-CNN: Looking into Pedestrian Detection from Another Perspective</a> <i>Zixuan Xu, Banghuai Li, Ye Yuan, Anhong Dang</i></li>
<li><a href="/paper/2020/hash/e6b738eca0e6792ba8a9cbcba6c1881d-Abstract.html">Batch Normalization Biases Residual Blocks Towards the Identity Function in Deep Networks</a> <i>Soham De, Sam Smith</i></li>
<li><a href="/paper/2020/hash/e6cbc650cd5798a05dfd0f51d14cde5c-Abstract.html">Learning Retrospective Knowledge with Reverse Reinforcement Learning</a> <i>Shangtong Zhang, Vivek Veeriah, Shimon Whiteson</i></li>
<li><a href="/paper/2020/hash/e7023ba77a45f7e84c5ee8a28dd63585-Abstract.html">Dialog without Dialog Data: Learning Visual Dialog Agents from VQA Data</a> <i>Michael Cogswell, Jiasen Lu, Rishabh Jain, Stefan Lee, Devi Parikh, Dhruv Batra</i></li>
<li><a href="/paper/2020/hash/e7532dbeff7ef901f2e70daacb3f452d-Abstract.html">GCOMB: Learning Budget-constrained Combinatorial Algorithms over Billion-sized Graphs</a> <i>Sahil Manchanda, AKASH MITTAL, Anuj Dhawan, Sourav Medya, Sayan Ranu, Ambuj Singh</i></li>
<li><a href="/paper/2020/hash/e769e03a9d329b2e864b4bf4ff54ff39-Abstract.html">A General Large Neighborhood Search Framework for Solving Integer Linear Programs</a> <i>Jialin Song, ravi lanka, Yisong Yue, Bistra Dilkina</i></li>
<li><a href="/paper/2020/hash/e7a425c6ece20cbc9056f98699b53c6f-Abstract.html">A Theoretical Framework for Target Propagation</a> <i>Alexander Meulemans, Francesco Carzaniga, Johan Suykens, João Sacramento, Benjamin F. Grewe</i></li>
<li><a href="/paper/2020/hash/e7c573c14a09b84f6b7782ce3965f335-Abstract.html">OrganITE: Optimal transplant donor organ offering using an individual treatment effect</a> <i>Jeroen Berrevoets, James Jordon, Ioana Bica, alexander gimson, Mihaela van der Schaar</i></li>
<li><a href="/paper/2020/hash/e7db14e12fb49c1d78a573e6e5f542c2-Abstract.html">The Complete Lasso Tradeoff Diagram</a> <i>Hua Wang, Yachong Yang, Zhiqi Bu, Weijie Su</i></li>
<li><a href="/paper/2020/hash/e7e8f8e5982b3298c8addedf6811d500-Abstract.html">On the universality of deep learning</a> <i>Emmanuel Abbe, Colin Sandon</i></li>
<li><a href="/paper/2020/hash/e8219d4c93f6c55c6b10fe6bfe997c6c-Abstract.html">Regression with reject option and application to kNN</a> <i>Ahmed Zaoui, Christophe Denis, Mohamed Hebiri</i></li>
<li><a href="/paper/2020/hash/e834cb114d33f729dbc9c7fb0c6bb607-Abstract.html">The Primal-Dual method for Learning Augmented Algorithms</a> <i>Etienne Bamas, Andreas Maggiori, Ola Svensson</i></li>
<li><a href="/paper/2020/hash/e894d787e2fd6c133af47140aa156f00-Abstract.html">FLAMBE: Structural Complexity and Representation Learning of Low Rank MDPs</a> <i>Alekh Agarwal, Sham Kakade, Akshay Krishnamurthy, Wen Sun</i></li>
<li><a href="/paper/2020/hash/e8b1cbd05f6e6a358a81dee52493dd06-Abstract.html">A Class of Algorithms for General Instrumental Variable Models</a> <i>Niki Kilbertus, Matt J. Kusner, Ricardo Silva</i></li>
<li><a href="/paper/2020/hash/e8d66338fab3727e34a9179ed8804f64-Abstract.html">Black-Box Ripper: Copying black-box models using generative evolutionary algorithms</a> <i>Antonio Barbalau, Adrian Cosma, Radu Tudor Ionescu, Marius Popescu</i></li>
<li><a href="/paper/2020/hash/e8f2779682fd11fa2067beffc27a9192-Abstract.html">Bayesian Optimization of Risk Measures</a> <i>Sait Cakmak, Raul Astudillo Marban, Peter Frazier, Enlu Zhou</i></li>
<li><a href="/paper/2020/hash/e904831f48e729f9ad8355a894334700-Abstract.html">TorsionNet: A Reinforcement Learning Approach to Sequential Conformer Search</a> <i>Tarun Gogineni, Ziping Xu, Exequiel Punzalan, Runxuan Jiang, Joshua Kammeraad, Ambuj Tewari, Paul Zimmerman</i></li>
<li><a href="/paper/2020/hash/e92e1b476bb5262d793fd40931e0ed53-Abstract.html">GRAF: Generative Radiance Fields for 3D-Aware Image Synthesis</a> <i>Katja Schwarz, Yiyi Liao, Michael Niemeyer, Andreas Geiger</i></li>
<li><a href="/paper/2020/hash/e94550c93cd70fe748e6982b3439ad3b-Abstract.html">PIE-NET: Parametric Inference of Point Cloud Edges</a> <i>Xiaogang Wang, Yuelang Xu, Kai Xu, Andrea Tagliasacchi, Bin Zhou, Ali Mahdavi-Amiri, Hao Zhang</i></li>
<li><a href="/paper/2020/hash/e946209592563be0f01c844ab2170f0c-Abstract.html">A Simple Language Model for Task-Oriented Dialogue</a> <i>Ehsan Hosseini-Asl, Bryan McCann, Chien-Sheng Wu, Semih Yavuz, Richard Socher</i></li>
<li><a href="/paper/2020/hash/e9470886ecab9743fb7ea59420c245d2-Abstract.html">A Continuous-Time Mirror Descent Approach to Sparse Phase Retrieval</a> <i>Fan Wu, Patrick Rebeschini</i></li>
<li><a href="/paper/2020/hash/e96c7de8f6390b1e6c71556e4e0a4959-Abstract.html">Confidence sequences for sampling without replacement</a> <i>Ian Waudby-Smith, Aaditya Ramdas</i></li>
<li><a href="/paper/2020/hash/e97c864e8ac67f7aed5ce53ec28638f5-Abstract.html">A mean-field analysis of two-player zero-sum games</a> <i>Carles Domingo-Enrich, Samy Jelassi, Arthur Mensch, Grant Rotskoff, Joan Bruna</i></li>
<li><a href="/paper/2020/hash/e992111e4ab9985366e806733383bd8c-Abstract.html">Leap-Of-Thought: Teaching Pre-Trained Models to Systematically Reason Over Implicit Knowledge</a> <i>Alon Talmor, Oyvind Tafjord, Peter Clark, Yoav Goldberg, Jonathan Berant</i></li>
<li><a href="/paper/2020/hash/e9bcd1b063077573285ae1a41025f5dc-Abstract.html">Pipeline PSRO: A Scalable Approach for Finding Approximate Nash Equilibria in Large Games</a> <i>Stephen Mcaleer, J.B. Lanier, Roy Fox, Pierre Baldi</i></li>
<li><a href="/paper/2020/hash/e9bf14a419d77534105016f5ec122d62-Abstract.html">Improving Sparse Vector Technique with Renyi Differential Privacy</a> <i>Yuqing Zhu, Yu-Xiang Wang</i></li>
<li><a href="/paper/2020/hash/ea119a40c1592979f51819b0bd38d39d-Abstract.html">Latent Template Induction with Gumbel-CRFs</a> <i>Yao Fu, Chuanqi Tan, Bin Bi, Mosha Chen, Yansong Feng, Alexander Rush</i></li>
<li><a href="/paper/2020/hash/ea33b4fd0fc1ea0a40344be8a8641123-Abstract.html">Instance Based Approximations to Profile Maximum Likelihood</a> <i>Nima Anari, Moses Charikar, Kirankumar Shiragur, Aaron Sidford</i></li>
<li><a href="/paper/2020/hash/ea3502c3594588f0e9d5142f99c66627-Abstract.html">Factorizable Graph Convolutional Networks</a> <i>Yiding Yang, Zunlei Feng, Mingli Song, Xinchao Wang</i></li>
<li><a href="/paper/2020/hash/ea3ed20b6b101a09085ef09c97da1597-Abstract.html">Guided Adversarial Attack for Evaluating and Enhancing Adversarial Defenses</a> <i>Gaurang Sriramanan, Sravanti Addepalli, Arya Baburaj, Venkatesh Babu R</i></li>
<li><a href="/paper/2020/hash/ea4eb49329550caaa1d2044105223721-Abstract.html">A Study on Encodings for Neural Architecture Search</a> <i>Colin White, Willie Neiswanger, Sam Nolen, Yash Savani</i></li>
<li><a href="/paper/2020/hash/ea6b2efbdd4255a9f1b3bbc6399b58f4-Abstract.html">Noise2Same: Optimizing A Self-Supervised Bound for Image Denoising</a> <i>Yaochen Xie, Zhengyang Wang, Shuiwang Ji</i></li>
<li><a href="/paper/2020/hash/ea89621bee7c88b2c5be6681c8ef4906-Abstract.html">Early-Learning Regularization Prevents Memorization of Noisy Labels</a> <i>Sheng Liu, Jonathan Niles-Weed, Narges Razavian, Carlos Fernandez-Granda</i></li>
<li><a href="/paper/2020/hash/eaae339c4d89fc102edd9dbdb6a28915-Abstract.html">LAPAR: Linearly-Assembled Pixel-Adaptive Regression Network for Single Image Super-resolution and Beyond</a> <i>Wenbo Li, Kun Zhou, Lu Qi, Nianjuan Jiang, Jiangbo Lu, Jiaya Jia</i></li>
<li><a href="/paper/2020/hash/eaae5e04a259d09af85c108fe4d7dd0c-Abstract.html">Learning Parities with Neural Networks</a> <i>Amit Daniely, Eran Malach</i></li>
<li><a href="/paper/2020/hash/eab1bceaa6c5823d7ed86cfc7a8bd824-Abstract.html">Consistent Plug-in Classifiers for Complex Objectives and Constraints</a> <i>Shiv Kumar Tavker, Harish Guruprasad Ramaswamy, Harikrishna Narasimhan</i></li>
<li><a href="/paper/2020/hash/eae15aabaa768ae4a5993a8a4f4fa6e4-Abstract.html">Movement Pruning: Adaptive Sparsity by Fine-Tuning</a> <i>Victor Sanh, Thomas Wolf, Alexander Rush</i></li>
<li><a href="/paper/2020/hash/eae27d77ca20db309e056e3d2dcd7d69-Abstract.html">Sanity-Checking Pruning Methods: Random Tickets can Win the Jackpot</a> <i>Jingtong Su, Yihang Chen, Tianle Cai, Tianhao Wu, Ruiqi Gao, Liwei Wang, Jason D. Lee</i></li>
<li><a href="/paper/2020/hash/eb06b9db06012a7a4179b8f3cb5384d3-Abstract.html">Online Matrix Completion with Side Information</a> <i>Mark Herbster, Stephen Pasteris, Lisa Tse</i></li>
<li><a href="/paper/2020/hash/eb1e78328c46506b46a4ac4a1e378b91-Abstract.html">Position-based Scaled Gradient for Model Quantization and Pruning</a> <i>Jangho Kim, KiYoon Yoo, Nojun Kwak</i></li>
<li><a href="/paper/2020/hash/eb2e9dffe58d635b7d72e99c8e61b5f2-Abstract.html">Online Learning with Primary and Secondary Losses</a> <i>Avrim Blum, Han Shao</i></li>
<li><a href="/paper/2020/hash/ebc2aa04e75e3caabda543a1317160c0-Abstract.html">Graph Information Bottleneck</a> <i>Tailin Wu, Hongyu Ren, Pan Li, Jure Leskovec</i></li>
<li><a href="/paper/2020/hash/ebd64e2bf193fc8c658af2b91952ce8d-Abstract.html">The Complexity of Adversarially Robust Proper Learning of Halfspaces with Agnostic Noise</a> <i>Ilias Diakonikolas, Daniel M. Kane, Pasin Manurangsi</i></li>
<li><a href="/paper/2020/hash/ebd6d2f5d60ff9afaeda1a81fc53e2d0-Abstract.html">Adaptive Online Estimation of Piecewise Polynomial Trends</a> <i>Dheeraj Baby, Yu-Xiang Wang</i></li>
<li><a href="/paper/2020/hash/ebd9629fc3ae5e9f6611e2ee05a31cef-Abstract.html">RNNPool: Efficient Non-linear Pooling for RAM Constrained Inference</a> <i>Oindrila Saha, Aditya Kusupati, Harsha Vardhan Simhadri, Manik Varma, Prateek Jain</i></li>
<li><a href="/paper/2020/hash/ebea2325dc670423afe9a1f4d9d1aef5-Abstract.html">Agnostic Learning with Multiple Objectives</a> <i>Corinna Cortes, Mehryar Mohri, Javier Gonzalvo, Dmitry Storcheus</i></li>
<li><a href="/paper/2020/hash/ebf99bb5df6533b6dd9180a59034698d-Abstract.html">3D Multi-bodies: Fitting Sets of Plausible 3D Human Models to Ambiguous Image Data</a> <i>Benjamin Biggs, David Novotny, Sebastien Ehrhardt, Hanbyul Joo, Ben Graham, Andrea Vedaldi</i></li>
<li><a href="/paper/2020/hash/ec1f764517b7ffb52057af6df18142b7-Abstract.html">Auto-Panoptic: Cooperative Multi-Component Architecture Search for Panoptic Segmentation</a> <i>Yangxin Wu, Gengwei Zhang, Hang Xu, Xiaodan Liang, Liang Lin</i></li>
<li><a href="/paper/2020/hash/ec24a54d62ce57ba93a531b460fa8d18-Abstract.html">Differentiable Top-k with Optimal Transport</a> <i>Yujia Xie, Hanjun Dai, Minshuo Chen, Bo Dai, Tuo Zhao, Hongyuan Zha, Wei Wei, Tomas Pfister</i></li>
<li><a href="/paper/2020/hash/ec3183a7f107d1b8dbb90cb3c01ea7d5-Abstract.html">Information-theoretic Task Selection for Meta-Reinforcement Learning</a> <i>Ricardo Luna Gutierrez, Matteo Leonetti</i></li>
<li><a href="/paper/2020/hash/ec79d4bed810ed64267d169b0d37373e-Abstract.html">A Limitation of the PAC-Bayes Framework</a> <i>Roi Livni, Shay Moran</i></li>
<li><a href="/paper/2020/hash/ecb287ff763c169694f682af52c1f309-Abstract.html">On Completeness-aware Concept-Based Explanations in Deep Neural Networks</a> <i>Chih-Kuan Yeh, Been Kim, Sercan Arik, Chun-Liang Li, Tomas Pfister, Pradeep Ravikumar</i></li>
<li><a href="/paper/2020/hash/ecb47fbb07a752413640f82a945530f8-Abstract.html">Stochastic Recursive Gradient Descent Ascent for Stochastic Nonconvex-Strongly-Concave Minimax Problems</a> <i>Luo Luo, Haishan Ye, Zhichao Huang, Tong Zhang</i></li>
<li><a href="/paper/2020/hash/ecb9fe2fbb99c31f567e9823e884dbec-Abstract.html">Why Normalizing Flows Fail to Detect Out-of-Distribution Data</a> <i>Polina Kirichenko, Pavel Izmailov, Andrew G. Wilson</i></li>
<li><a href="/paper/2020/hash/eccd2a86bae4728b38627162ba297828-Abstract.html">Explaining Naive Bayes and Other Linear Classifiers with Polynomial Time and Delay</a> <i>Joao Marques-Silva, Thomas Gerspacher, Martin Cooper, Alexey Ignatiev, Nina Narodytska</i></li>
<li><a href="/paper/2020/hash/ed23fbf18c2cd35f8c7f8de44f85c08d-Abstract.html">Unsupervised Translation of Programming Languages</a> <i>Baptiste Roziere, Marie-Anne Lachaux, Lowik Chanussot, Guillaume Lample</i></li>
<li><a href="/paper/2020/hash/ed265bc903a5a097f61d3ec064d96d2e-Abstract.html">Adversarial Style Mining for One-Shot Unsupervised Domain Adaptation</a> <i>Yawei Luo, Ping Liu, Tao Guan, Junqing Yu, Yi Yang</i></li>
<li><a href="/paper/2020/hash/ed383ec94720d62a939bfb6bdd98f50c-Abstract.html">Optimally Deceiving a Learning Leader in Stackelberg Games</a> <i>Georgios Birmpas, Jiarui Gan, Alexandros Hollender, Francisco Marmolejo, Ninad Rajgopal, Alexandros Voudouris</i></li>
<li><a href="/paper/2020/hash/ed46558a56a4a26b96a68738a0d28273-Abstract.html">Online Optimization with Memory and Competitive Control</a> <i>Guanya Shi, Yiheng Lin, Soon-Jo Chung, Yisong Yue, Adam Wierman</i></li>
<li><a href="/paper/2020/hash/ed77eab0b8ff85d0a6a8365df1846978-Abstract.html">IDEAL: Inexact DEcentralized Accelerated Augmented Lagrangian Method</a> <i>Yossi Arjevani, Joan Bruna, Bugra Can, Mert Gurbuzbalaban, Stefanie Jegelka, Hongzhou Lin</i></li>
<li><a href="/paper/2020/hash/eddb904a6db773755d2857aacadb1cb0-Abstract.html">Evolving Graphical Planner: Contextual Global Planning for Vision-and-Language Navigation</a> <i>Zhiwei Deng, Karthik Narasimhan, Olga Russakovsky</i></li>
<li><a href="/paper/2020/hash/eddc3427c5d77843c2253f1e799fe933-Abstract.html">Learning from Failure: De-biasing Classifier from Biased Classifier</a> <i>Junhyun Nam, Hyuntak Cha, Sung-Soo Ahn, Jaeho Lee, Jinwoo Shin</i></li>
<li><a href="/paper/2020/hash/eddea82ad2755b24c4e168c5fc2ebd40-Abstract.html">Likelihood Regret: An Out-of-Distribution Detection Score For Variational Auto-encoder</a> <i>Zhisheng Xiao, Qing Yan, Yali Amit</i></li>
<li><a href="/paper/2020/hash/ede7e2b6d13a41ddf9f4bdef84fdc737-Abstract.html">Deep Diffusion-Invariant Wasserstein Distributional Classification</a> <i>Sung Woo Park+, Dong Wook Shu, Junseok Kwon</i></li>
<li><a href="/paper/2020/hash/edf0320adc8658b25ca26be5351b6c4a-Abstract.html">Finding All $\epsilon$-Good Arms in Stochastic Bandits</a> <i>Blake Mason, Lalit Jain, Ardhendu Tripathy, Robert Nowak</i></li>
<li><a href="/paper/2020/hash/ee23e7ad9b473ad072d57aaa9b2a5222-Abstract.html">Meta-Learning through Hebbian Plasticity in Random Networks</a> <i>Elias Najarro, Sebastian Risi</i></li>
<li><a href="/paper/2020/hash/ee715daa76f1b51d80343f45547be570-Abstract.html">A Computational Separation between Private Learning and Online Learning</a> <i>Mark Bun</i></li>
<li><a href="/paper/2020/hash/ee76626ee11ada502d5dbf1fb5aae4d2-Abstract.html">Top-KAST: Top-K Always Sparse Training</a> <i>Siddhant Jayakumar, Razvan Pascanu, Jack Rae, Simon Osindero, Erich Elsen</i></li>
<li><a href="/paper/2020/hash/ee89223a2b625b5152132ed77abbcc79-Abstract.html">Meta-Learning with Adaptive Hyperparameters</a> <i>Sungyong Baik, Myungsub Choi, Janghoon Choi, Heewon Kim, Kyoung Mu Lee</i></li>
<li><a href="/paper/2020/hash/eea5d933e9dce59c7dd0f6532f9ea81b-Abstract.html">Tight last-iterate convergence rates for no-regret learning in multi-player games</a> <i>Noah Golowich, Sarath Pattathil, Constantinos Daskalakis</i></li>
<li><a href="/paper/2020/hash/eeb29740e8e9bcf14dc26c2fff8cca81-Abstract.html">Curvature Regularization to Prevent Distortion in Graph Embedding</a> <i>Hongbin Pei, Bingzhe Wei, Kevin Chang, Chunxu Zhang, Bo Yang</i></li>
<li><a href="/paper/2020/hash/eefc7bfe8fd6e2c8c01aa6ca7b1aab1a-Abstract.html">Perturbing Across the Feature Hierarchy to Improve Standard and Strict Blackbox Attack Transferability</a> <i>Nathan Inkawhich, Kevin Liang, Binghui Wang, Matthew Inkawhich, Lawrence Carin, Yiran Chen</i></li>
<li><a href="/paper/2020/hash/eefc9e10ebdc4a2333b42b2dbb8f27b6-Abstract.html">Statistical and Topological Properties of Sliced Probability Divergences</a> <i>Kimia Nadjahi, Alain Durmus, Lénaïc Chizat, Soheil Kolouri, Shahin Shahrampour, Umut Simsekli</i></li>
<li><a href="/paper/2020/hash/ef0d17b3bdb4ee2aa741ba28c7255c53-Abstract.html">Probabilistic Active Meta-Learning</a> <i>Jean Kaddour, Steindor Saemundsson, Marc Deisenroth</i></li>
<li><a href="/paper/2020/hash/ef0d3930a7b6c95bd2b32ed45989c61f-Abstract.html">Knowledge Distillation in Wide Neural Networks: Risk Bound, Data Efficiency and Imperfect Teacher</a> <i>Guangda Ji, Zhanxing Zhu</i></li>
<li><a href="/paper/2020/hash/ef126722e64e98d1c33933783e52eafc-Abstract.html">Adversarial Attacks on Deep Graph Matching</a> <i>Zijie Zhang, Zeru Zhang, Yang Zhou, Yelong Shen, Ruoming Jin, Dejing Dou</i></li>
<li><a href="/paper/2020/hash/ef2ee09ea9551de88bc11fd7eeea93b0-Abstract.html">The Generalization-Stability Tradeoff In Neural Network Pruning</a> <i>Brian Bartoldson, Ari Morcos, Adrian Barbu, Gordon Erlebacher</i></li>
<li><a href="/paper/2020/hash/ef48e3ef07e359006f7869b04fa07f5e-Abstract.html">Gradient-EM Bayesian Meta-Learning</a> <i>Yayi Zou, Xiaoqi Lu</i></li>
<li><a href="/paper/2020/hash/ef8b5fcc338e003145ac9c134754db71-Abstract.html">Logarithmic Regret Bound in Partially Observable Linear Dynamical Systems</a> <i>Ali Sahin Lale, Kamyar Azizzadenesheli, Babak Hassibi, Anima Anandkumar</i></li>
<li><a href="/paper/2020/hash/ef9280fbc5317f17d480e4d4f61b3751-Abstract.html">Linearly Converging Error Compensated SGD</a> <i>Eduard Gorbunov, Dmitry Kovalev, Dmitry Makarenko, Peter Richtarik</i></li>
<li><a href="/paper/2020/hash/efe34c4e2190e97d1adc625902822b13-Abstract.html">Canonical 3D Deformer Maps: Unifying parametric and non-parametric methods for dense weakly-supervised category reconstruction</a> <i>David Novotny, Roman Shapovalov, Andrea Vedaldi</i></li>
<li><a href="/paper/2020/hash/f02208a057804ee16ac72ff4d3cec53b-Abstract.html">A Self-Tuning Actor-Critic Algorithm</a> <i>Tom Zahavy, Zhongwen Xu, Vivek Veeriah, Matteo Hessel, Junhyuk Oh, Hado P. van Hasselt, David Silver, Satinder Singh</i></li>
<li><a href="/paper/2020/hash/f056bfa71038e04a2400266027c169f9-Abstract.html">The Cone of Silence: Speech Separation by Localization</a> <i>Teerapat Jenrungrot, Vivek Jayaram, Steve Seitz, Ira Kemelmacher-Shlizerman</i></li>
<li><a href="/paper/2020/hash/f05da679342107f92111ad9d65959cd3-Abstract.html">High-Dimensional Bayesian Optimization via Nested Riemannian Manifolds</a> <i>Noémie Jaquier, Leonel Rozo</i></li>
<li><a href="/paper/2020/hash/f0682320ccbbb1f1fb1e795de5e5639a-Abstract.html">Train-by-Reconnect: Decoupling Locations of Weights from Their Values</a> <i>Yushi Qiu, Reiji Suda</i></li>
<li><a href="/paper/2020/hash/f06edc8ab534b2c7ecbd4c2051d9cb1e-Abstract.html">Learning discrete distributions: user vs item-level privacy</a> <i>Yuhan Liu, Ananda Theertha Suresh, Felix Xinnan X. Yu, Sanjiv Kumar, Michael Riley</i></li>
<li><a href="/paper/2020/hash/f076073b2082f8741a9cd07b789c77a0-Abstract.html">Matrix Completion with Quantified Uncertainty through Low Rank Gaussian Copula</a> <i>Yuxuan Zhao, Madeleine Udell</i></li>
<li><a href="/paper/2020/hash/f0b76267fbe12b936bd65e203dc675c1-Abstract.html">Sparse and Continuous Attention Mechanisms</a> <i>André Martins, António Farinhas, Marcos Treviso, Vlad Niculae, Pedro Aguiar, Mario Figueiredo </i></li>
<li><a href="/paper/2020/hash/f0bda020d2470f2e74990a07a607ebd9-Abstract.html">Generalized Focal Loss: Learning Qualified and Distributed Bounding Boxes for Dense Object Detection</a> <i>Xiang Li, Wenhai Wang, Lijun Wu, Shuo Chen, Xiaolin Hu, Jun Li, Jinhui Tang, Jian Yang</i></li>
<li><a href="/paper/2020/hash/f0d7053396e765bf52de12133cf1afe8-Abstract.html">Learning by Minimizing the Sum of Ranked Range</a> <i>Shu Hu, Yiming Ying, xin wang, Siwei Lyu</i></li>
<li><a href="/paper/2020/hash/f0eb6568ea114ba6e293f903c34d7488-Abstract.html">Robust Deep Reinforcement Learning against Adversarial Perturbations on State Observations</a> <i>Huan Zhang, Hongge Chen, Chaowei Xiao, Bo Li, mingyan liu, Duane Boning, Cho-Jui Hsieh</i></li>
<li><a href="/paper/2020/hash/f106b7f99d2cb30c3db1c3cc0fde9ccb-Abstract.html">Understanding Anomaly Detection with Deep Invertible Networks through Hierarchies of Distributions and Features</a> <i>Robin Schirrmeister, Yuxuan Zhou, Tonio Ball, Dan Zhang</i></li>
<li><a href="/paper/2020/hash/f10f2da9a238b746d2bac55759915f0d-Abstract.html">Fair Hierarchical Clustering</a> <i>Sara Ahmadian, Alessandro Epasto, Marina Knittel, Ravi Kumar, Mohammad Mahdian, Benjamin Moseley, Philip Pham, Sergei Vassilvitskii, Yuyan Wang</i></li>
<li><a href="/paper/2020/hash/f1298750ed09618717f9c10ea8d1d3b0-Abstract.html">Self-training Avoids Using Spurious Features Under Domain Shift</a> <i>Yining Chen, Colin Wei, Ananya Kumar, Tengyu Ma</i></li>
<li><a href="/paper/2020/hash/f12a6a7477077af66212ef0813bcf332-Abstract.html">Improving Online Rent-or-Buy Algorithms with Sequential Decision Making and ML Predictions</a> <i>Soumya Banerjee</i></li>
<li><a href="/paper/2020/hash/f14bc21be7eaeed046fed206a492e652-Abstract.html">CircleGAN: Generative Adversarial Learning across Spherical Circles</a> <i>Woohyeon Shim, Minsu Cho</i></li>
<li><a href="/paper/2020/hash/f1507aba9fc82ffa7cc7373c58f8a613-Abstract.html">WOR and $p$&#x27;s: Sketches for $\ell_p$-Sampling Without Replacement</a> <i>Edith Cohen, Rasmus Pagh, David Woodruff</i></li>
<li><a href="/paper/2020/hash/f1686b4badcf28d33ed632036c7ab0b8-Abstract.html">Hypersolvers: Toward Fast Continuous-Depth Models</a> <i>Michael Poli, Stefano Massaroli, Atsushi Yamashita, Hajime Asama, Jinkyoo Park</i></li>
<li><a href="/paper/2020/hash/f169b1a771215329737c91f70b5bf05c-Abstract.html">Log-Likelihood Ratio Minimizing Flows: Towards Robust and Quantifiable Neural Distribution Alignment</a> <i>Ben Usman, Avneesh Sud, Nick Dufour, Kate Saenko</i></li>
<li><a href="/paper/2020/hash/f1cf2a082126bf02de0b307778ce73a7-Abstract.html">Escaping the Gravitational Pull of Softmax</a> <i>Jincheng Mei, Chenjun Xiao, Bo Dai, Lihong Li, Csaba Szepesvari, Dale Schuurmans</i></li>
<li><a href="/paper/2020/hash/f1daf122cde863010844459363cd31db-Abstract.html">Regret in Online Recommendation Systems</a> <i>Kaito Ariu, Narae Ryu, Se-Young Yun, Alexandre Proutiere</i></li>
<li><a href="/paper/2020/hash/f1de5100906f31712aaa5166689bfdf4-Abstract.html">On Convergence and Generalization of Dropout Training</a> <i>Poorya Mianjy, Raman Arora</i></li>
<li><a href="/paper/2020/hash/f1ea154c843f7cf3677db7ce922a2d17-Abstract.html">Second Order Optimality in Decentralized Non-Convex Optimization via Perturbed Gradient Tracking</a> <i>Isidoros Tziotis, Constantine Caramanis, Aryan Mokhtari</i></li>
<li><a href="/paper/2020/hash/f21e255f89e0f258accbe4e984eef486-Abstract.html">Implicit Regularization in Deep Learning May Not Be Explainable by Norms</a> <i>Noam Razin, Nadav Cohen</i></li>
<li><a href="/paper/2020/hash/f231f2107df69eab0a3862d50018a9b2-Abstract.html">POMO: Policy Optimization with Multiple Optima for Reinforcement Learning</a> <i>Yeong-Dae Kwon, Jinho Choo, Byoungjip Kim, Iljoo Yoon, Youngjune Gwon, Seungjai Min</i></li>
<li><a href="/paper/2020/hash/f23d125da1e29e34c552f448610ff25f-Abstract.html">Uncertainty-aware Self-training for Few-shot Text Classification</a> <i>Subhabrata Mukherjee, Ahmed Awadallah</i></li>
<li><a href="/paper/2020/hash/f291e10ec3263bd7724556d62e70e25d-Abstract.html">Learning to Learn with Feedback and Local Plasticity</a> <i>Jack Lindsey, Ashok Litwin-Kumar</i></li>
<li><a href="/paper/2020/hash/f2fc990265c712c49d51a18a32b39f0c-Abstract.html">Every View Counts: Cross-View Consistency in 3D Object Detection with Hybrid-Cylindrical-Spherical Voxelization</a> <i>Qi Chen, Lin Sun, Ernest Cheung, Alan L. Yuille</i></li>
<li><a href="/paper/2020/hash/f3173935ed8ac4bf073c1bcd63171f8a-Abstract.html">Sharper Generalization Bounds for Pairwise Learning</a> <i>Yunwen Lei, Antoine Ledent, Marius Kloft</i></li>
<li><a href="/paper/2020/hash/f340f1b1f65b6df5b5e3f94d95b11daf-Abstract.html">A Measure-Theoretic Approach to Kernel Conditional Mean Embeddings</a> <i>Junhyung Park, Krikamol Muandet</i></li>
<li><a href="/paper/2020/hash/f3507289cfdc8c9ae93f4098111a13f9-Abstract.html">Quantifying the Empirical Wasserstein Distance to a Set of Measures: Beating the Curse of Dimensionality</a> <i>Nian Si, Jose Blanchet, Soumyadip Ghosh, Mark Squillante</i></li>
<li><a href="/paper/2020/hash/f3ada80d5c4ee70142b17b8192b2958e-Abstract.html">Bootstrap Your Own Latent - A New Approach to Self-Supervised Learning</a> <i>Jean-Bastien Grill, Florian Strub, Florent Altché, Corentin Tallec, Pierre Richemond, Elena Buchatskaya, Carl Doersch, Bernardo Avila Pires, Zhaohan Guo, Mohammad Gheshlaghi Azar, Bilal Piot, koray kavukcuoglu, Remi Munos, Michal Valko</i></li>
<li><a href="/paper/2020/hash/f3f27a324736617f20abbf2ffd806f6d-Abstract.html">Towards Theoretically Understanding Why Sgd Generalizes Better Than Adam in Deep Learning</a> <i>Pan Zhou, Jiashi Feng, Chao Ma, Caiming Xiong, Steven Chu Hong Hoi, Weinan E</i></li>
<li><a href="/paper/2020/hash/f40723ed94042ea9ea36bfb5ad4157b2-Abstract.html">RSKDD-Net: Random Sample-based Keypoint Detector and Descriptor</a> <i>Fan Lu, Guang Chen, Yinlong Liu, Zhongnan Qu, Alois Knoll</i></li>
<li><a href="/paper/2020/hash/f40ee694989b3e2161be989e7b9907fc-Abstract.html">Efficient Clustering for Stretched Mixtures: Landscape and Optimality</a> <i>Kaizheng Wang, Yuling Yan, Mateo Diaz</i></li>
<li><a href="/paper/2020/hash/f4573fc71c731d5c362f0d7860945b88-Abstract.html">A Group-Theoretic Framework for Data Augmentation</a> <i>Shuxiao Chen, Edgar Dobriban, Jane Lee</i></li>
<li><a href="/paper/2020/hash/f4661398cb1a3abd3ffe58600bf11322-Abstract.html">The Statistical Cost of Robust Kernel Hyperparameter Turning</a> <i>Raphael Meyer, Christopher Musco</i></li>
<li><a href="/paper/2020/hash/f48c04ffab49ff0e5d1176244fdfb65c-Abstract.html">How does Weight Correlation Affect Generalisation Ability of Deep Neural Networks?</a> <i>Gaojie Jin, Xinping Yi, Liang Zhang, Lijun Zhang, Sven Schewe, Xiaowei Huang</i></li>
<li><a href="/paper/2020/hash/f490c742cd8318b8ee6dca10af2a163f-Abstract.html">ContraGAN: Contrastive Learning for Conditional Image Generation</a> <i>Minguk Kang, Jaesik Park</i></li>
<li><a href="/paper/2020/hash/f4b31bee138ff5f7b84ce1575a738f95-Abstract.html">On the distance between two neural networks and the stability of learning</a> <i>Jeremy Bernstein, Arash Vahdat, Yisong Yue, Ming-Yu Liu</i></li>
<li><a href="/paper/2020/hash/f4e3ce3e7b581ff32e40968298ba013d-Abstract.html">A Topological Filter for Learning with Label Noise</a> <i>Pengxiang Wu, Songzhu Zheng, Mayank Goswami, Dimitris Metaxas, Chao Chen</i></li>
<li><a href="/paper/2020/hash/f4f1f13c8289ac1b1ee0ff176b56fc60-Abstract.html">Personalized Federated Learning with Moreau Envelopes</a> <i>Canh T. Dinh, Nguyen Tran, Tuan Dung Nguyen</i></li>
<li><a href="/paper/2020/hash/f50a6c02a3fc5a3a5d4d9391f05f3efc-Abstract.html">Avoiding Side Effects in Complex Environments</a> <i>Alex Turner, Neale Ratzlaff, Prasad Tadepalli</i></li>
<li><a href="/paper/2020/hash/f51238cd02c93b89d8fbee5667d077fc-Abstract.html">No-regret Learning in Price Competitions under Consumer Reference Effects</a> <i>Negin Golrezaei, Patrick Jaillet, Jason Cheuk Nam Liang</i></li>
<li><a href="/paper/2020/hash/f52a7b2610fb4d3f74b4106fb80b233d-Abstract.html">Geometric Dataset Distances via Optimal Transport</a> <i>David Alvarez Melis, Nicolo Fusi</i></li>
<li><a href="/paper/2020/hash/f52db9f7c0ae7017ee41f63c2a7353bc-Abstract.html">Task-Agnostic Amortized Inference of Gaussian Process Hyperparameters</a> <i>Sulin Liu, Xingyuan Sun, Peter J. Ramadge, Ryan P. Adams</i></li>
<li><a href="/paper/2020/hash/f53eb4122d5e2ce81a12093f8f9ce922-Abstract.html">A novel variational form of the Schatten-$p$ quasi-norm</a> <i>Paris Giampouras, Rene Vidal, Athanasios Rontogiannis, Benjamin Haeffele</i></li>
<li><a href="/paper/2020/hash/f5496252609c43eb8a3d147ab9b9c006-Abstract.html">Energy-based Out-of-distribution Detection</a> <i>Weitang Liu, Xiaoyun Wang, John Owens, Yixuan Li</i></li>
<li><a href="/paper/2020/hash/f56d8183992b6c54c92c16a8519a6e2b-Abstract.html">On the Loss Landscape of Adversarial Training: Identifying Challenges and How to Overcome Them</a> <i>Chen Liu, Mathieu Salzmann, Tao Lin, Ryota Tomioka, Sabine Süsstrunk</i></li>
<li><a href="/paper/2020/hash/f56de5ef149cf0aedcc8f4797031e229-Abstract.html">User-Dependent Neural Sequence Models for Continuous-Time Event Data</a> <i>Alex Boyd, Robert Bamler, Stephan Mandt, Padhraic Smyth</i></li>
<li><a href="/paper/2020/hash/f57bd0a58e953e5c43cd4a4e5af46138-Abstract.html">Active Structure Learning of Causal DAGs via Directed Clique Trees</a> <i>Chandler Squires, Sara Magliacane, Kristjan Greenewald, Dmitriy Katz, Murat Kocaoglu, Karthikeyan Shanmugam</i></li>
<li><a href="/paper/2020/hash/f5a14d4963acf488e3a24780a84ac96c-Abstract.html">Convergence and Stability of Graph Convolutional Networks on Large Random Graphs</a> <i>Nicolas Keriven, Alberto Bietti, Samuel Vaiter</i></li>
<li><a href="/paper/2020/hash/f5b1b89d98b7286673128a5fb112cb9a-Abstract.html">BoTorch: A Framework for Efficient Monte-Carlo Bayesian Optimization</a> <i>Maximilian Balandat, Brian Karrer, Daniel Jiang, Samuel Daulton, Ben Letham, Andrew G. Wilson, Eytan Bakshy</i></li>
<li><a href="/paper/2020/hash/f5cfbc876972bd0d031c8abc37344c28-Abstract.html">Reconsidering Generative Objectives For Counterfactual Reasoning</a> <i>Danni Lu, Chenyang Tao, Junya Chen, Fan Li, Feng Guo, Lawrence Carin</i></li>
<li><a href="/paper/2020/hash/f5e536083a438cec5b64a4954abc17f1-Abstract.html">Robust Federated Learning: The Case of Affine Distribution Shifts</a> <i>Amirhossein Reisizadeh, Farzan Farnia, Ramtin Pedarsani, Ali Jadbabaie</i></li>
<li><a href="/paper/2020/hash/f5e62af885293cf4d511ceef31e61c80-Abstract.html">Quantile Propagation for Wasserstein-Approximate Gaussian Processes</a> <i>Rui Zhang, Christian Walder, Edwin V. Bonilla, Marian-Andrei Rizoiu, Lexing Xie</i></li>
<li><a href="/paper/2020/hash/f5f3b8d720f34ebebceb7765e447268b-Abstract.html">Generating Adjacency-Constrained Subgoals in Hierarchical Reinforcement Learning</a> <i>Tianren Zhang, Shangqi Guo, Tian Tan, Xiaolin Hu, Feng Chen</i></li>
<li><a href="/paper/2020/hash/f610a13de080fb8df6cf972fc01ad93f-Abstract.html">High-contrast “gaudy” images improve the training of deep neural network models of visual cortex</a> <i>Benjamin Cowley, Jonathan W. Pillow</i></li>
<li><a href="/paper/2020/hash/f6185f0ef02dcaec414a3171cd01c697-Abstract.html">Duality-Induced Regularizer for Tensor Factorization Based Knowledge Graph Completion</a> <i>Zhanqiu Zhang, Jianyu Cai, Jie Wang</i></li>
<li><a href="/paper/2020/hash/f629ed9325990b10543ab5946c1362fb-Abstract.html">Distributed Training with Heterogeneous Data: Bridging Median- and Mean-Based Algorithms</a> <i>Xiangyi Chen, Tiancong Chen, Haoran Sun, Steven Z. Wu, Mingyi Hong</i></li>
<li><a href="/paper/2020/hash/f6876a9f998f6472cc26708e27444456-Abstract.html">H-Mem: Harnessing synaptic plasticity with Hebbian Memory Networks</a> <i>Thomas Limbacher, Robert Legenstein</i></li>
<li><a href="/paper/2020/hash/f69e505b08403ad2298b9f262659929a-Abstract.html">Neural Unsigned Distance Fields for Implicit Function Learning</a> <i>Julian Chibane, Mohamad Aymen mir, Gerard Pons-Moll</i></li>
<li><a href="/paper/2020/hash/f6a673f09493afcd8b129a0bcf1cd5bc-Abstract.html">Curriculum By Smoothing</a> <i>Samarth Sinha, Animesh Garg, Hugo Larochelle</i></li>
<li><a href="/paper/2020/hash/f6a8dd1c954c8506aadc764cc32b895e-Abstract.html">Fast Transformers with Clustered Attention</a> <i>Apoorv Vyas, Angelos Katharopoulos, François Fleuret</i></li>
<li><a href="/paper/2020/hash/f6c2a0c4b566bc99d596e58638e342b0-Abstract.html">The Convex Relaxation Barrier, Revisited: Tightened Single-Neuron Relaxations for Neural Network Verification</a> <i>Christian Tjandraatmadja, Ross Anderson, Joey Huchette, Will Ma, KRUNAL KISHOR PATEL, Juan Pablo Vielma</i></li>
<li><a href="/paper/2020/hash/f7177163c833dff4b38fc8d2872f1ec6-Abstract.html">Strongly Incremental Constituency Parsing with Graph Neural Networks</a> <i>Kaiyu Yang, Jia Deng</i></li>
<li><a href="/paper/2020/hash/f718499c1c8cef6730f9fd03c8125cab-Abstract.html">AOT: Appearance Optimal Transport Based Identity Swapping for Forgery Detection</a> <i>Hao Zhu, Chaoyou Fu, Qianyi Wu, Wayne Wu, Chen Qian, Ran He</i></li>
<li><a href="/paper/2020/hash/f73b76ce8949fe29bf2a537cfa420e8f-Abstract.html">Uncertainty-Aware Learning for Zero-Shot Semantic Segmentation</a> <i>Ping Hu, Stan Sclaroff, Kate Saenko</i></li>
<li><a href="/paper/2020/hash/f754186469a933256d7d64095e963594-Abstract.html">Delta-STN: Efficient Bilevel Optimization for Neural Networks using Structured Response Jacobians</a> <i>Juhan Bae, Roger B. Grosse</i></li>
<li><a href="/paper/2020/hash/f75526659f31040afeb61cb7133e4e6d-Abstract.html">First-Order Methods for Large-Scale Market Equilibrium Computation</a> <i>Yuan Gao, Christian Kroer</i></li>
<li><a href="/paper/2020/hash/f75b757d3459c3e93e98ddab7b903938-Abstract.html">Minimax Optimal Nonparametric Estimation of Heterogeneous Treatment Effects</a> <i>Zijun Gao, Yanjun Han</i></li>
<li><a href="/paper/2020/hash/f76a89f0cb91bc419542ce9fa43902dc-Abstract.html">Residual Force Control for Agile Human Behavior Imitation and Extended Motion Synthesis</a> <i>Ye Yuan, Kris Kitani</i></li>
<li><a href="/paper/2020/hash/f7a82ce7e16d9687e7cd9a9feb85d187-Abstract.html">A General Method for Robust Learning from Batches</a> <i>Ayush Jain, Alon Orlitsky</i></li>
<li><a href="/paper/2020/hash/f7ac67a9aa8d255282de7d11391e1b69-Abstract.html">Not All Unlabeled Data are Equal: Learning to Weight Data in Semi-supervised Learning</a> <i>Zhongzheng Ren, Raymond Yeh, Alexander Schwing</i></li>
<li><a href="/paper/2020/hash/f7cade80b7cc92b991cf4d2806d6bd78-Abstract.html">Hard Negative Mixing for Contrastive Learning</a> <i>Yannis Kalantidis, Mert Bulent Sariyildiz, Noe Pion, Philippe Weinzaepfel, Diane Larlus</i></li>
<li><a href="/paper/2020/hash/f7efa4f864ae9b88d43527f4b14f750f-Abstract.html">MOReL: Model-Based Offline Reinforcement Learning</a> <i>Rahul Kidambi, Aravind Rajeswaran, Praneeth Netrapalli, Thorsten Joachims</i></li>
<li><a href="/paper/2020/hash/f81dee42585b3814de199b2e88757f5c-Abstract.html">Weisfeiler and Leman go sparse: Towards scalable higher-order graph embeddings</a> <i>Christopher Morris, Gaurav Rattan, Petra Mutzel</i></li>
<li><a href="/paper/2020/hash/f86890095c957e9b949d11d15f0d0cd5-Abstract.html">Adversarial Crowdsourcing Through Robust Rank-One Matrix Completion</a> <i>Qianqian Ma, Alex Olshevsky</i></li>
<li><a href="/paper/2020/hash/f885a14eaf260d7d9f93c750e1174228-Abstract.html">Learning Semantic-aware Normalization for Generative Adversarial Networks</a> <i>Heliang Zheng, Jianlong Fu, Yanhong Zeng, Jiebo Luo, Zheng-Jun Zha</i></li>
<li><a href="/paper/2020/hash/f8b7aa3a0d349d9562b424160ad18612-Abstract.html">Differentiable Causal Discovery from Interventional Data</a> <i>Philippe Brouillard, Sébastien Lachapelle, Alexandre Lacoste, Simon Lacoste-Julien, Alexandre Drouin</i></li>
<li><a href="/paper/2020/hash/f8e59f4b2fe7c5705bf878bbd494ccdf-Abstract.html">One-sample Guided Object Representation Disassembling</a> <i>Zunlei Feng, Yongming He, Xinchao Wang, Xin Gao, Jie Lei, Cheng Jin, Mingli Song</i></li>
<li><a href="/paper/2020/hash/f9028faec74be6ec9b852b0a542e2f39-Abstract.html">Extrapolation Towards Imaginary 0-Nearest Neighbour and Its Improved Convergence Rate</a> <i>Akifumi Okuno, Hidetoshi Shimodaira</i></li>
<li><a href="/paper/2020/hash/f99499791ad90c9c0ba9852622d0d15f-Abstract.html">Robust Persistence Diagrams using Reproducing Kernels</a> <i>Siddharth Vishwanath, Kenji Fukumizu, Satoshi Kuriki, Bharath K. Sriperumbudur</i></li>
<li><a href="/paper/2020/hash/f9afa97535cf7c8789a1c50a2cd83787-Abstract.html">Contextual Games: Multi-Agent Learning with Side Information</a> <i>Pier Giuseppe Sessa, Ilija Bogunovic, Andreas Krause, Maryam Kamgarpour</i></li>
<li><a href="/paper/2020/hash/f9b9f0fef2274a6b7009b5d52f44a3b6-Abstract.html">Goal-directed Generation of Discrete Structures with Conditional Generative Models</a> <i>Amina Mollaysa, Brooks Paige, Alexandros Kalousis</i></li>
<li><a href="/paper/2020/hash/f9d3a954de63277730a1c66d8b38dee3-Abstract.html">Beyond Lazy Training for Over-parameterized Tensor Decomposition</a> <i>Xiang Wang, Chenwei Wu, Jason D. Lee, Tengyu Ma, Rong Ge</i></li>
<li><a href="/paper/2020/hash/f9fd2624beefbc7808e4e405d73f57ab-Abstract.html">Denoised Smoothing: A Provable Defense for Pretrained Classifiers</a> <i>Hadi Salman, Mingjie Sun, Greg Yang, Ashish Kapoor, J. Zico Kolter</i></li>
<li><a href="/paper/2020/hash/fa2246fa0fdf0d3e270c86767b77ba1b-Abstract.html">Minibatch Stochastic Approximate Proximal Point Methods</a> <i>Hilal Asi, Karan Chadha, Gary Cheng, John C. Duchi</i></li>
<li><a href="/paper/2020/hash/fa2431bf9d65058fe34e9713e32d60e6-Abstract.html">Attribute Prototype Network for Zero-Shot Learning</a> <i>Wenjia Xu, Yongqin Xian, Jiuniu Wang, Bernt Schiele, Zeynep Akata</i></li>
<li><a href="/paper/2020/hash/fa28c6cdf8dd6f41a657c3d7caa5c709-Abstract.html">CrossTransformers: spatially-aware few-shot transfer</a> <i>Carl Doersch, Ankush Gupta, Andrew Zisserman</i></li>
<li><a href="/paper/2020/hash/fa3060edb66e6ff4507886f9912e1ab9-Abstract.html">Learning Latent Space Energy-Based Prior Model</a> <i>Bo Pang, Tian Han, Erik Nijkamp, Song-Chun Zhu, Ying Nian Wu</i></li>
<li><a href="/paper/2020/hash/fa78a16157fed00d7a80515818432169-Abstract.html">SEVIR : A Storm Event Imagery Dataset for Deep Learning Applications in Radar and Satellite Meteorology</a> <i>Mark Veillette, Siddharth Samsi, Chris Mattioli</i></li>
<li><a href="/paper/2020/hash/fae0b27c451c728867a567e8c1bb4e53-Abstract.html">Lightweight Generative Adversarial Networks for Text-Guided Image Manipulation</a> <i>Bowen Li, Xiaojuan Qi, Philip Torr, Thomas Lukasiewicz</i></li>
<li><a href="/paper/2020/hash/faff959d885ec0ecf70741a846c34d1d-Abstract.html">High-Dimensional Contextual Policy Search with Unknown Context Rewards using Bayesian Optimization</a> <i>Qing Feng , Ben Letham, Hongzi Mao, Eytan Bakshy</i></li>
<li><a href="/paper/2020/hash/fb2697869f56484404c8ceee2985b01d-Abstract.html">Model Fusion via Optimal Transport</a> <i>Sidak Pal Singh, Martin Jaggi</i></li>
<li><a href="/paper/2020/hash/fb2e203234df6dee15934e448ee88971-Abstract.html">On the Stability and Convergence of Robust Adversarial Reinforcement Learning: A Case Study on Linear Quadratic Systems</a> <i>Kaiqing Zhang, Bin Hu, Tamer Basar</i></li>
<li><a href="/paper/2020/hash/fb2fcd534b0ff3bbed73cc51df620323-Abstract.html">Learning Individually Inferred Communication for Multi-Agent Cooperation</a> <i>Ziluo Ding, Tiejun Huang, Zongqing Lu</i></li>
<li><a href="/paper/2020/hash/fb4ab556bc42d6f0ee0f9e24ec4d1af0-Abstract.html">Set2Graph: Learning Graphs From Sets</a> <i>Hadar Serviansky, Nimrod Segol, Jonathan Shlomi, Kyle Cranmer, Eilam Gross, Haggai Maron, Yaron Lipman</i></li>
<li><a href="/paper/2020/hash/fb4c835feb0a65cc39739320d7a51c02-Abstract.html">Graph Random Neural Networks for Semi-Supervised Learning on Graphs</a> <i>Wenzheng Feng, Jie Zhang, Yuxiao Dong, Yu Han, Huanbo Luan, Qian Xu, Qiang Yang, Evgeny Kharlamov, Jie Tang</i></li>
<li><a href="/paper/2020/hash/fb5d9e209ebda9ab6556a31639190622-Abstract.html">Gradient Boosted Normalizing Flows</a> <i>Robert Giaquinto, Arindam Banerjee</i></li>
<li><a href="/paper/2020/hash/fb60d411a5c5b72b2e7d3527cfc84fd0-Abstract.html">Open Graph Benchmark: Datasets for Machine Learning on Graphs</a> <i>Weihua Hu, Matthias Fey, Marinka Zitnik, Yuxiao Dong, Hongyu Ren, Bowen Liu, Michele Catasta, Jure Leskovec</i></li>
<li><a href="/paper/2020/hash/fb647ca6672b0930e9d00dc384d8b16f-Abstract.html">Towards Understanding Hierarchical Learning: Benefits of Neural Representations</a> <i>Minshuo Chen, Yu Bai, Jason D. Lee, Tuo Zhao, Huan Wang, Caiming Xiong, Richard Socher</i></li>
<li><a href="/paper/2020/hash/fba9d88164f3e2d9109ee770223212a0-Abstract.html">Texture Interpolation for Probing Visual Perception</a> <i>Jonathan Vacher, Aida Davila, Adam Kohn, Ruben Coen-Cagli</i></li>
<li><a href="/paper/2020/hash/fc146be0b230d7e0a92e66a6114b840d-Abstract.html">Hierarchical Neural Architecture Search for Deep Stereo Matching</a> <i>Xuelian Cheng, Yiran Zhong, Mehrtash Harandi, Yuchao Dai, Xiaojun Chang, Hongdong Li, Tom Drummond, Zongyuan Ge</i></li>
<li><a href="/paper/2020/hash/fc152e73692bc3c934d248f639d9e963-Abstract.html">MuSCLE: Multi Sweep Compression of LiDAR using Deep Entropy Models</a> <i>Sourav Biswas, Jerry Liu, Kelvin Wong, Shenlong Wang, Raquel Urtasun</i></li>
<li><a href="/paper/2020/hash/fc2022c89b61c76bbef978f1370660bf-Abstract.html">Implicit Bias in Deep Linear Classification: Initialization Scale vs Training Accuracy</a> <i>Edward Moroshko, Blake E. Woodworth, Suriya Gunasekar, Jason D. Lee, Nati Srebro, Daniel Soudry</i></li>
<li><a href="/paper/2020/hash/fc2dc7d20994a777cfd5e6de734fe254-Abstract.html">Focus of Attention Improves Information Transfer in Visual Features</a> <i>Matteo Tiezzi, Stefano Melacci, Alessandro Betti, Marco Maggini, Marco Gori</i></li>
<li><a href="/paper/2020/hash/fc4ddc15f9f4b4b06ef7844d6bb53abf-Abstract.html">Auditing Differentially Private Machine Learning: How Private is Private SGD?</a> <i>Matthew Jagielski, Jonathan Ullman, Alina Oprea</i></li>
<li><a href="/paper/2020/hash/fc5b3186f1cf0daece964f78259b7ba0-Abstract.html">A Dynamical Central Limit Theorem for Shallow Neural Networks</a> <i>Zhengdao Chen, Grant Rotskoff, Joan Bruna, Eric Vanden-Eijnden</i></li>
<li><a href="/paper/2020/hash/fc84ad56f9f547eb89c72b9bac209312-Abstract.html">Measuring Systematic Generalization in Neural Proof Generation with Transformers</a> <i>Nicolas Gontier, Koustuv Sinha, Siva Reddy, Chris Pal</i></li>
<li><a href="/paper/2020/hash/fcbc95ccdd551da181207c0c1400c655-Abstract.html">Big Self-Supervised Models are Strong Semi-Supervised Learners</a> <i>Ting Chen, Simon Kornblith, Kevin Swersky, Mohammad Norouzi, Geoffrey E. Hinton</i></li>
<li><a href="/paper/2020/hash/fcde14913c766cf307c75059e0e89af5-Abstract.html">Learning from Label Proportions: A Mutual Contamination Framework</a> <i>Clayton Scott, Jianxin Zhang</i></li>
<li><a href="/paper/2020/hash/fcf55a303b71b84d326fb1d06e332a26-Abstract.html"> Fast Matrix Square Roots with Applications to Gaussian Processes and Bayesian Optimization</a> <i>Geoff Pleiss, Martin Jankowiak, David Eriksson, Anil Damle, Jacob Gardner</i></li>
<li><a href="/paper/2020/hash/fd348179ec677c5560d4cd9c3ffb6cd9-Abstract.html">Self-Adaptively Learning to Demoiré from Focused and Defocused Image Pairs</a> <i>Lin Liu, Shanxin Yuan, Jianzhuang Liu, Liping Bao, Gregory Slabaugh, Qi Tian</i></li>
<li><a href="/paper/2020/hash/fd4f21f2556dad0ea8b7a5c04eabebda-Abstract.html">Confounding-Robust Policy Evaluation in Infinite-Horizon Reinforcement Learning</a> <i>Nathan Kallus, Angela Zhou</i></li>
<li><a href="/paper/2020/hash/fd512441a1a791770a6fa573d688bff5-Abstract.html">Model Class Reliance for Random Forests</a> <i>Gavin Smith, Roberto Mansilla, James Goulding</i></li>
<li><a href="/paper/2020/hash/fd5ac6ce504b74460b93610f39e481f7-Abstract.html">Follow the Perturbed Leader: Optimism and Fast Parallel Algorithms for Smooth Minimax Games</a> <i>Arun Suggala, Praneeth Netrapalli</i></li>
<li><a href="/paper/2020/hash/fd5c905bcd8c3348ad1b35d7231ee2b1-Abstract.html">Agnostic $Q$-learning with Function Approximation in Deterministic Systems: Near-Optimal Bounds on Approximation Error and Sample Complexity</a> <i>Simon S. Du, Jason D. Lee, Gaurav Mahajan, Ruosong Wang</i></li>
<li><a href="/paper/2020/hash/fd69dbe29f156a7ef876a40a94f65599-Abstract.html">Learning to Adapt to Evolving Domains</a> <i>Hong Liu, Mingsheng Long, Jianmin Wang, Yu Wang</i></li>
<li><a href="/paper/2020/hash/fd9dd764a6f1d73f4340d570804eacc4-Abstract.html">Synthesizing Tasks for Block-based Programming</a> <i>Umair Ahmed, Maria Christakis, Aleksandr Efremov, Nigel Fernandez, Ahana Ghosh, Abhik Roychoudhury, Adish Singla</i></li>
<li><a href="/paper/2020/hash/fdb2c3bab9d0701c4a050a4d8d782c7f-Abstract.html">Scalable Belief Propagation via Relaxed Scheduling</a> <i>Vitalii Aksenov, Dan Alistarh, Janne H. Korhonen</i></li>
<li><a href="/paper/2020/hash/fdbe012e2e11314b96402b32c0df26b7-Abstract.html">Firefly Neural Architecture Descent: a General Approach for Growing Neural Networks</a> <i>Lemeng Wu, Bo Liu, Peter Stone, Qiang Liu</i></li>
<li><a href="/paper/2020/hash/fdc42b6b0ee16a2f866281508ef56730-Abstract.html">Risk-Sensitive Reinforcement Learning: Near-Optimal Risk-Sample Tradeoff in Regret</a> <i>Yingjie Fei, Zhuoran Yang, Yudong Chen, Zhaoran Wang, Qiaomin Xie</i></li>
<li><a href="/paper/2020/hash/fdd5b16fc8134339089ef25b3cf0e588-Abstract.html">Learning to Decode: Reinforcement Learning for Decoding of Sparse Graph-Based Channel Codes</a> <i>Salman Habib, Allison Beemer, Joerg Kliewer</i></li>
<li><a href="/paper/2020/hash/fdf1bc5669e8ff5ba45d02fded729feb-Abstract.html">Faster DBSCAN via subsampled similarity queries</a> <i>Heinrich Jiang, Jennifer Jang, Jakub Lacki</i></li>
<li><a href="/paper/2020/hash/fdf2aade29d18910051a6c76ae661860-Abstract.html">De-Anonymizing Text by Fingerprinting Language Generation</a> <i>Zhen Sun, Roei Schuster, Vitaly Shmatikov</i></li>
<li><a href="/paper/2020/hash/fdff71fcab656abfbefaabecab1a7f6d-Abstract.html">Multiparameter Persistence Image for Topological Machine Learning</a> <i>Mathieu Carrière, Andrew Blumberg</i></li>
<li><a href="/paper/2020/hash/fe131d7f5a6b38b23cc967316c13dae2-Abstract.html">PLANS: Neuro-Symbolic Program Learning from Videos</a> <i>Raphaël Dang-Nhu</i></li>
<li><a href="/paper/2020/hash/fe2b421b8b5f0e7c355ace66a9fe0206-Abstract.html">Matrix Inference and Estimation in Multi-Layer Models</a> <i>Parthe Pandit, Mojtaba Sahraee Ardakan, Sundeep Rangan, Philip Schniter, Alyson K. Fletcher</i></li>
<li><a href="/paper/2020/hash/fe40fb944ee700392ed51bfe84dd4e3d-Abstract.html">MeshSDF: Differentiable Iso-Surface Extraction</a> <i>Edoardo Remelli, Artem Lukoianov, Stephan Richter, Benoit Guillard, Timur Bagautdinov, Pierre Baque, Pascal Fua</i></li>
<li><a href="/paper/2020/hash/fe663a72b27bdc613873fbbb512f6f67-Abstract.html">Variational Interaction Information Maximization for Cross-domain Disentanglement</a> <i>HyeongJoo Hwang, Geon-Hyeong Kim, Seunghoon Hong, Kee-Eung Kim</i></li>
<li><a href="/paper/2020/hash/fe73f687e5bc5280214e0486b273a5f9-Abstract.html">Provably Efficient Exploration for Reinforcement Learning Using Unsupervised Learning</a> <i>Fei Feng, Ruosong Wang, Wotao Yin, Simon S. Du, Lin Yang</i></li>
<li><a href="/paper/2020/hash/fe74074593f21197b7b7be3c08678616-Abstract.html">Faithful Embeddings for Knowledge Base Queries</a> <i>Haitian Sun, Andrew Arnold, Tania Bedrax Weiss, Fernando Pereira, William W. Cohen</i></li>
<li><a href="/paper/2020/hash/fe7ecc4de28b2c83c016b5c6c2acd826-Abstract.html">Wasserstein Distances for Stereo Disparity Estimation</a> <i>Divyansh Garg, Yan Wang, Bharath Hariharan, Mark Campbell, Kilian Q. Weinberger, Wei-Lun Chao</i></li>
<li><a href="/paper/2020/hash/fe87435d12ef7642af67d9bc82a8b3cd-Abstract.html">Multi-agent Trajectory Prediction with Fuzzy Query Attention</a> <i>Nitin Kamra, Hao Zhu, Dweep Kumarbhai Trivedi, Ming Zhang, Yan Liu</i></li>
<li><a href="/paper/2020/hash/fea16e782bc1b1240e4b3c797012e289-Abstract.html">Multilabel Classification by Hierarchical Partitioning and Data-dependent Grouping</a> <i>Shashanka Ubaru, Sanjeeb Dash, Arya Mazumdar, Oktay Gunluk</i></li>
<li><a href="/paper/2020/hash/fec3392b0dc073244d38eba1feb8e6b7-Abstract.html">An Analysis of SVD for Deep Rotation Estimation</a> <i>Jake Levinson, Carlos Esteves, Kefan Chen, Noah Snavely, Angjoo Kanazawa, Afshin Rostamizadeh, Ameesh Makadia</i></li>
<li><a href="/paper/2020/hash/fec87a37cdeec1c6ecf8181c0aa2d3bf-Abstract.html">Can the Brain Do Backpropagation? --- Exact Implementation of Backpropagation in Predictive Coding Networks</a> <i>Yuhang Song, Thomas Lukasiewicz, Zhenghua Xu, Rafal Bogacz</i></li>
<li><a href="/paper/2020/hash/fedc604da8b0f9af74b6cfc0fab2163c-Abstract.html">Manifold GPLVMs for discovering non-Euclidean latent structure in neural data</a> <i>Kristopher Jensen, Ta-Chu Kao, Marco Tripodi, Guillaume Hennequin</i></li>
<li><a href="/paper/2020/hash/fef6f971605336724b5e6c0c12dc2534-Abstract.html">Distributed Distillation for On-Device Learning</a> <i>Ilai Bistritz, Ariana Mann, Nicholas Bambos</i></li>
<li><a href="/paper/2020/hash/ff0abbcc0227c9124a804b084d161a2d-Abstract.html">COOT: Cooperative Hierarchical Transformer for Video-Text Representation Learning</a> <i>Simon Ging, Mohammadreza Zolfaghari, Hamed Pirsiavash, Thomas Brox</i></li>
<li><a href="/paper/2020/hash/ff1418e8cc993fe8abcfe3ce2003e5c5-Abstract.html">Passport-aware Normalization for Deep Model Protection</a> <i>Jie Zhang, Dongdong Chen, Jing Liao, Weiming Zhang, Gang Hua, Nenghai Yu</i></li>
<li><a href="/paper/2020/hash/ff42b03a06a1bed4e936f0e04958e168-Abstract.html">Sampling-Decomposable Generative Adversarial Recommender</a> <i>Binbin Jin, Defu Lian, Zheng Liu, Qi Liu, Jianhui Ma, Xing Xie, Enhong Chen</i></li>
<li><a href="/paper/2020/hash/ff4dfdf5904e920ce52b48c1cef97829-Abstract.html">Limits to Depth Efficiencies of Self-Attention</a> <i>Yoav Levine, Noam Wies, Or Sharir, Hofit Bata, Amnon Shashua</i></li>
</ul>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script>
$('.dropdown-menu a.dropdown-toggle').on('click', function(e) {
if (!$(this).next().hasClass('show')) {
$(this).parents('.dropdown-menu').first().find('.show').removeClass("show");
}
var $subMenu = $(this).next(".dropdown-menu");
$subMenu.toggleClass('show');
$(this).parents('li.nav-item.dropdown.show').on('hidden.bs.dropdown', function(e) {
$('.dropdown-submenu .show').removeClass("show");
});
return false;
});
</script>
</body>
<br>
<footer class="footer">
<div class="btn-spacer">
This website is beta: <a href="https://neurips.cc/Help/Contact?select=Proceedings">Report an Issue &raquo;</a>
</div>
</div>
</footer>
<div class='hidden'>Do not remove: This comment is monitored to verify that the site is working properly</div>
<!-- Do not remove: This comment is monitored to verify that the site is working properly -->
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment