Learning a Driving Simulator
Combines VAE-GAN embedding with action-conditioned RNNs for realistic highway video prediction, maintaining scene coherence over 100 frames.
Eder Santana, George Hotz
Combines VAE-GAN embedding with action-conditioned RNNs for realistic highway video prediction, maintaining scene coherence over 100 frames.
Eder Santana, George Hotz
Proposes data augmentation, temporal shift adaptation, distillation, and embedding prediction to improve RNN session recommendation, achieving 12.8% and 14.8% gains.
Yong Kiam Tan, Xinxing Xu, Yong Liu
Proposes Wide & Deep model combining linear and neural networks, boosting Google Play app recommendation performance with +3.9% online acquisition.
Heng-Tze Cheng, Levent Koc, Jeremiah Harmsen et al.
Matching Networks enable one-shot learning, boosting ImageNet accuracy to 93.2%, Omniglot to 93.8%.
Oriol Vinyals, Charles Blundell, Timothy Lillicrap et al.
Proposes advanced techniques like feature matching and virtual batch normalization to improve GAN stability and image quality, achieving state-of-the-art semi-supervised results.
Tim Salimans, Ian Goodfellow, Wojciech Zaremba et al.
A-LTM employs knowledge distillation to retain old tasks during sequential learning, addressing catastrophic forgetting with a dual-system architecture.
Tommaso Furlanello, Jiaping Zhao, Andrew M. Saxe et al.
OpenAI Gym standardizes RL environments via a common API and versioning, starting with five benchmark families.
Greg Brockman, Vicki Cheung, Ludwig Pettersson et al.
Proposes an unsupervised video prediction model based on pixel motion, generalizing to unseen objects, trained on 59,000 robot interactions with 1.5 million frames.
Chelsea Finn, Ian Goodfellow, Sergey Levine
Extends Rademacher contraction inequality to vector-valued functions; introduces a vector contraction bound replacing Gaussian with symmetric sub-Gaussian variables, applicable to multi-class learning, K-means, and meta-learning.
Andreas Maurer
Introduces a benchmark suite of 31 continuous control tasks, systematically evaluating deep RL algorithms, revealing strengths and limitations across diverse scenarios.
Yan Duan, Xi Chen, Rein Houthooft et al.
Proposes an O(√n) memory training algorithm for deep networks, with only one extra forward pass, enabling training of 1000-layer ResNets on limited hardware.
Tianqi Chen, Bing Xu, Chiyuan Zhang et al.
CMA-ES is an adaptive covariance matrix evolution strategy that efficiently solves high-dimensional, non-linear, non-convex optimization problems, outperforming traditional methods.
Nikolaus Hansen
Weight normalization reparameterizes weights as w = g * (v / ||v||), accelerating training and improving convergence.
Tim Salimans, Diederik P. Kingma
Introduces causal inference-based bias correction for recommendation evaluation and learning, using propensity-weighted estimators and scalable matrix factorization.
Tobias Schnabel, Adith Swaminathan, Ashudeep Singh et al.
Proposes Equilibrium Propagation, a biologically plausible energy-based learning algorithm that estimates gradients via local perturbations, enabling training of recurrent neural networks without explicit backpropagation.
Benjamin Scellier, Yoshua Bengio
LIME algorithm explains any classifier's predictions using locally interpretable models, enhancing model trustworthiness.
Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin
Proposes asynchronous deep reinforcement learning (A3C) framework, outperforming DQN on Atari with half the training time on CPU.
Volodymyr Mnih, Adrià Puigdomènech Badia, Mehdi Mirza et al.
Recurrent neural network-based session recommender, outperforming traditional methods with 20%+ improvements in Recall@20.
Balázs Hidasi, Alexandros Karatzoglou, Linas Baltrunas et al.
Neural Programmer-Interpreter (NPI) combines LSTM core, persistent program memory, and environment encoders to enable multi-task program learning and generalization.
Scott Reed, Nando de Freitas
Geometric analysis reveals that wider neural networks have higher probability of initializing in basins with low objective values, facilitating optimization.
Itay Safran, Ohad Shamir