ICLR
Collection
Accepted papers for ICLR (International Conference on Learning Representations), one dataset per year. • 14 items • Updated
title string | paper_url string | authors list | type string | primary_area string | abstract large_string | keywords list | TL;DR large_string | submission_number int64 | arxiv_id string | arxiv_id_source string | embedding list |
|---|---|---|---|---|---|---|---|---|---|---|---|
Multi-Scale Context Aggregation by Dilated Convolutions | https://arxiv.org/abs/1511.07122 | [
"Fisher Yu",
"Vladlen Koltun"
] | null | null | State-of-the-art models for semantic segmentation are based on adaptations of
convolutional networks that had originally been designed for image
classification. However, dense prediction and image classification are
structurally different. In this work, we develop a new convolutional network
module that is specifical... | [] | null | 1 | 1511.07122 | iclr_archive | [
0.002269756980240345,
-0.009875677525997162,
0.009501204825937748,
0.01731916330754757,
0.017548799514770508,
0.028615040704607964,
0.015045782551169395,
0.026375215500593185,
-0.04363730549812317,
-0.026844767853617668,
-0.025632137432694435,
-0.002348523586988449,
-0.05309893935918808,
0... |
The Variational Fair Autoencoder | https://arxiv.org/abs/1511.00830 | [
"Christos Louizos",
"Kevin Swersky",
"Yujia Li",
"Max Welling",
"Richard Zemel"
] | null | null | We investigate the problem of learning representations that are invariant to
certain nuisance or sensitive factors of variation in the data while retaining
as much of the remaining information as possible. Our model is based on a
variational autoencoding architecture with priors that encourage independence
between se... | [] | null | 2 | 1511.00830 | iclr_archive | [
0.010011797770857811,
0.010490147396922112,
-0.0268756914883852,
0.06136319413781166,
0.02550787851214409,
0.056464362889528275,
0.036562055349349976,
0.004290788900107145,
-0.04380892589688301,
-0.026354890316724777,
-0.009691717103123665,
-0.00035323045449331403,
-0.08491644263267517,
-0... |
A note on the evaluation of generative models | https://arxiv.org/abs/1511.01844 | [
"Lucas Theis",
"Aäron van den Oord",
"Matthias Bethge"
] | null | null | Probabilistic generative models can be used for compression, denoising,
inpainting, texture synthesis, semi-supervised learning, unsupervised feature
learning, and other tasks. Given this wide range of applications, it is not
surprising that a lot of heterogeneity exists in the way these models are
formulated, traine... | [] | null | 3 | 1511.01844 | iclr_archive | [
0.009832056239247322,
-0.02303270250558853,
-0.022962285205721855,
0.05108632519841194,
0.05392630398273468,
0.02817285805940628,
0.027782440185546875,
0.007335657719522715,
-0.007767823990434408,
-0.08241309970617294,
-0.024786558002233505,
-0.025413045659661293,
-0.0635199174284935,
-0.0... |
Learning to Diagnose with LSTM Recurrent Neural Networks | https://arxiv.org/abs/1511.03677 | [
"Zachary Lipton",
"David Kale",
"Charles Elkan",
"Randall Wetzel"
] | null | null | Clinical medical data, especially in the intensive care unit (ICU), consist
of multivariate time series of observations. For each patient visit (or
episode), sensor data and lab test results are recorded in the patient's
Electronic Health Record (EHR). While potentially containing a wealth of
insights, the data is di... | [] | null | 4 | 1511.03677 | iclr_archive | [
-0.0034203375689685345,
-0.016031181439757347,
-0.02002669684588909,
0.02639067731797695,
0.06008860096335411,
0.04551081731915474,
0.0466432049870491,
0.025491008535027504,
-0.002970160683616996,
-0.04646531119942665,
0.009747610427439213,
0.004410638008266687,
-0.055326126515865326,
0.01... |
Prioritized Experience Replay | https://arxiv.org/abs/1511.05952 | [
"Tom Schaul",
"John Quan",
"Ioannis Antonoglou",
"David Silver"
] | null | null | Experience replay lets online reinforcement learning agents remember and
reuse experiences from the past. In prior work, experience transitions were
uniformly sampled from a replay memory. However, this approach simply replays
transitions at the same frequency that they were originally experienced,
regardless of thei... | [] | null | 5 | 1511.05952 | iclr_archive | [
-0.05309019237756729,
-0.01434791088104248,
-0.01387566328048706,
0.044200699776411057,
0.05368458852171898,
0.009682840667665005,
-0.005636653397232294,
0.0218200646340847,
-0.05182097479701042,
-0.035653021186590195,
-0.013318915851414204,
0.01723213866353035,
-0.03419813886284828,
-0.02... |
Importance Weighted Autoencoders | https://arxiv.org/abs/1509.00519 | [
"Yuri Burda",
"Ruslan Salakhutdinov",
"Roger Grosse"
] | null | null | The variational autoencoder (VAE; Kingma, Welling (2014)) is a recently
proposed generative model pairing a top-down generative network with a
bottom-up recognition network which approximates posterior inference. It
typically makes strong assumptions about posterior inference, for instance that
the posterior distribu... | [] | null | 6 | 1509.00519 | iclr_archive | [
0.006149292923510075,
0.0037461097817867994,
0.0025713639333844185,
0.04888444021344185,
0.002296862192451954,
0.0697835311293602,
0.04267501085996628,
-0.011665944941341877,
-0.022235015407204628,
-0.044735781848430634,
-0.023736661300063133,
0.004813610576093197,
-0.058230478316545486,
-... |
Deep Compression: Compressing Deep Neural Networks with Pruning, Trained Quantization and Huffman Coding | https://arxiv.org/abs/1510.00149 | [
"Song Han",
"Huizi Mao",
"Bill Dally"
] | null | null | Neural networks are both computationally intensive and memory intensive,
making them difficult to deploy on embedded systems with limited hardware
resources. To address this limitation, we introduce "deep compression", a three
stage pipeline: pruning, trained quantization and Huffman coding, that work
together to red... | [] | null | 7 | 1510.00149 | iclr_archive | [
-0.021032879129052162,
-0.036423809826374054,
-0.050461892038583755,
0.04539690166711807,
0.06357482820749283,
0.07914907485246658,
-0.01139076054096222,
0.008869264274835587,
-0.015319932252168655,
-0.06012798473238945,
-0.008755888789892197,
-0.014216589741408825,
-0.05006549507379532,
-... |
Variationally Auto-Encoded Deep Gaussian Processes | https://arxiv.org/abs/1511.06455 | [
"Zhenwen Dai",
"Andreas Damianou",
"Javier Gonzalez",
"Neil Lawrence"
] | null | null | We develop a scalable deep non-parametric generative model by augmenting deep
Gaussian processes with a recognition model. Inference is performed in a novel
scalable variational framework where the variational posterior distributions
are reparametrized through a multilayer perceptron. The key aspect of this
reformula... | [] | null | 8 | 1511.06455 | iclr_archive | [
0.004447946324944496,
-0.01196215394884348,
-0.010274939239025116,
0.04261202737689018,
0.03276054188609123,
0.045771073549985886,
0.014781394973397255,
0.005644228775054216,
-0.016700686886906624,
-0.04192059114575386,
-0.03154046833515167,
-0.0014360854402184486,
-0.06329268962144852,
0.... |
Training Convolutional Neural Networks with Low-rank Filters for Efficient Image Classification | https://arxiv.org/abs/1511.06744 | [
"Yani Ioannou",
"Duncan Robertson",
"Jamie Shotton",
"roberto Cipolla",
"Antonio Criminisi",
"Jamie Shotton"
] | null | null | We propose a new method for creating computationally efficient convolutional
neural networks (CNNs) by using low-rank representations of convolutional
filters. Rather than approximating filters in previously-trained networks with
more efficient versions, we learn a set of small basis filters from scratch;
during trai... | [] | null | 9 | 1511.06744 | iclr_archive | [
0.01612483523786068,
-0.035694144666194916,
0.03353550285100937,
0.051848411560058594,
0.020053379237651825,
0.026492958888411522,
0.006611557677388191,
-0.015075348317623138,
-0.02156919799745083,
-0.052445344626903534,
-0.02003875933587551,
-0.0017269409727305174,
-0.08760741353034973,
0... |
Neural Networks with Few Multiplications | https://arxiv.org/abs/1510.03009 | [
"Zhouhan Lin",
"Matthieu Courbariaux",
"Roland Memisevic",
"Yoshua Bengio"
] | null | null | For most deep learning algorithms training is notoriously time consuming.
Since most of the computation in training neural networks is typically spent on
floating point multiplications, we investigate an approach to training that
eliminates the need for most of these. Our method consists of two parts: First
we stocha... | [] | null | 10 | 1510.03009 | iclr_archive | [
0.017456823959946632,
-0.011907187290489674,
-0.00955017376691103,
0.04077688232064247,
0.033862318843603134,
0.040906473994255066,
0.009500469081103802,
0.00433991476893425,
-0.030468037351965904,
-0.023687118664383888,
0.021049121394753456,
-0.0069366442039608955,
-0.05132779851555824,
0... |
Reducing Overfitting in Deep Networks by Decorrelating Representations | https://arxiv.org/abs/1511.06068 | [
"Michael Cogswell",
"Faruk Ahmed",
"Ross Girshick",
"Larry Zitnick",
"Dhruv Batra"
] | null | null | One major challenge in training Deep Neural Networks is preventing
overfitting. Many techniques such as data augmentation and novel regularizers
such as Dropout have been proposed to prevent overfitting without requiring a
massive amount of training data. In this work, we propose a new regularizer
called DeCov which ... | [] | null | 11 | 1511.06068 | iclr_archive | [
0.016065198928117752,
-0.029277630150318146,
-0.03194137662649155,
0.023221613839268684,
0.045761529356241226,
0.04238070920109749,
0.03004755638539791,
-0.001295856200158596,
-0.014115300960838795,
-0.04225233942270279,
-0.008000941015779972,
0.02174757979810238,
-0.0779053270816803,
0.01... |