id stringlengths 9 10 | title stringlengths 10 127 | summary stringlengths 581 1.92k | source stringlengths 30 31 | authors list | categories list | comment stringclasses 28
values | journal_ref stringclasses 1
value | primary_category stringclasses 6
values | published stringlengths 8 8 | updated stringlengths 8 8 | content stringlengths 21.3k 323k | references list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
1102.0183 | High-Performance Neural Networks for Visual Object Classification | We present a fast, fully parameterizable GPU implementation of Convolutional
Neural Network variants. Our feature extractors are neither carefully designed
nor pre-wired, but rather learned in a supervised way. Our deep hierarchical
architectures achieve the best published results on benchmarks for object
classificatio... | http://arxiv.org/pdf/1102.0183 | [
"Dan C. Cireşan",
"Ueli Meier",
"Jonathan Masci",
"Luca M. Gambardella",
"Jürgen Schmidhuber"
] | [
"cs.AI",
"cs.NE"
] | 12 pages, 2 figures, 5 tables | null | cs.AI | 20110201 | 20110201 | High-Performance Neural Networks
for Visual Object Classication
Dan C. Cire san, Ueli Meier, Jonathan Masci,
Luca M. Gambardella and J urgen Schmidhuber
Technical Report No. IDSIA-01-11
January 2011
IDSIA / USI-SUPSI
Dalle Molle Institute for Articial Intelligence
Galleria 2, 6928 Manno, Switzerland
IDSIA is a join... | [] |
1301.4083 | Knowledge Matters: Importance of Prior Information for Optimization | We explore the effect of introducing prior information into the intermediate
level of neural networks for a learning task on which all the state-of-the-art
machine learning algorithms tested failed to learn. We motivate our work from
the hypothesis that humans learn such intermediate concepts from other
individuals via... | http://arxiv.org/pdf/1301.4083 | [
"Çağlar Gülçehre",
"Yoshua Bengio"
] | [
"cs.LG",
"cs.CV",
"cs.NE",
"stat.ML"
] | 37 Pages, 5 figures, 5 tables JMLR Special Topics on Representation
Learning Submission | null | cs.LG | 20130117 | 20130713 | Knowledge Matters: Importance of Prior Information for
Optimization
C a glar G ul cehre gulcehrc@iro.umontreal.ca
D epartement d'informatique et de recherche op erationnelle
Universit e de Montr eal, Montr eal, QC, Canada
Yoshua Bengio bengioy@iro.umontreal.ca
D epartement d'informatique et de recherche op ... | [] |
1312.4659 | DeepPose: Human Pose Estimation via Deep Neural Networks | We propose a method for human pose estimation based on Deep Neural Networks
(DNNs). The pose estimation is formulated as a DNN-based regression problem
towards body joints. We present a cascade of such DNN regressors which results
in high precision pose estimates. The approach has the advantage of reasoning
about pose ... | http://arxiv.org/pdf/1312.4659 | [
"Alexander Toshev",
"Christian Szegedy"
] | [
"cs.CV"
] | IEEE Conference on Computer Vision and Pattern Recognition, 2014 | null | cs.CV | 20131217 | 20140820 | DeepPose: Human Pose Estimation via Deep Neural Networks
Alexander Toshev Christian Szegedy
Google
1600 Amphitheatre Pkwy
Mountain View, CA 94043
toshev,szegedy@google.com
Figure 1. Besides extreme variability in articulations, many of the
joints are barely visible. We can guess the location of the right
arm in the lef... | [] |
1405.3531 | Return of the Devil in the Details: Delving Deep into Convolutional Nets | The latest generation of Convolutional Neural Networks (CNN) have achieved
impressive results in challenging benchmarks on image recognition and object
detection, significantly raising the interest of the community in these
methods. Nevertheless, it is still unclear how different CNN methods compare
with each other and... | http://arxiv.org/pdf/1405.3531 | [
"Ken Chatfield",
"Karen Simonyan",
"Andrea Vedaldi",
"Andrew Zisserman"
] | [
"cs.CV"
] | Published in proceedings of BMVC 2014 | null | cs.CV | 20140514 | 20141105 | 1
Return of the Devil in the Details:
Delving Deep into Convolutional Nets
Ken Chatfield, Karen Simonyan, Andrea Vedaldi, and Andrew Zisserman
Visual Geometry Group, Department of Engineering Science, University of Oxford
fken,karen,vedaldi,az g@robots.ox.ac.uk
Abstract —The latest generation of Convolutional Neural Net... | [] |
1406.1078 | Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation | In this paper, we propose a novel neural network model called RNN
Encoder-Decoder that consists of two recurrent neural networks (RNN). One RNN
encodes a sequence of symbols into a fixed-length vector representation, and
the other decodes the representation into another sequence of symbols. The
encoder and decoder of t... | http://arxiv.org/pdf/1406.1078 | [
"Kyunghyun Cho",
"Bart van Merrienboer",
"Caglar Gulcehre",
"Dzmitry Bahdanau",
"Fethi Bougares",
"Holger Schwenk",
"Yoshua Bengio"
] | [
"cs.CL",
"cs.LG",
"cs.NE",
"stat.ML"
] | EMNLP 2014 | null | cs.CL | 20140603 | 20140903 | Learning Phrase Representations using RNN Encoder–Decoder
for Statistical Machine Translation
Kyunghyun Cho
Bart van Merri ¨enboer Caglar Gulcehre
Universit ´e de Montr ´eal
firstname.lastname@umontreal.caDzmitry Bahdanau
Jacobs University, Germany
d.bahdanau@jacobs-university.de
Fethi Bougares Holger Schwenk
Universit... | [] |
1406.4729 | Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition | Existing deep convolutional neural networks (CNNs) require a fixed-size
(e.g., 224x224) input image. This requirement is "artificial" and may reduce
the recognition accuracy for the images or sub-images of an arbitrary
size/scale. In this work, we equip the networks with another pooling strategy,
"spatial pyramid pooli... | http://arxiv.org/pdf/1406.4729 | [
"Kaiming He",
"Xiangyu Zhang",
"Shaoqing Ren",
"Jian Sun"
] | [
"cs.CV"
] | This manuscript is the accepted version for IEEE Transactions on
Pattern Analysis and Machine Intelligence (TPAMI) 2015. See Changelog | null | cs.CV | 20140618 | 20150423 | 1
Spatial Pyramid Pooling in Deep Convolutional
Networks for Visual Recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun
Abstract —Existing deep convolutional neural networks (CNNs) require a fixed-size ( e.g., 224224) input image. This require-
ment is “artificial” and may reduce the recognition accuracy f... | [] |
1407.2538 | Learning Deep Structured Models | Many problems in real-world applications involve predicting several random
variables which are statistically related. Markov random fields (MRFs) are a
great mathematical tool to encode such relationships. The goal of this paper is
to combine MRFs with deep learning algorithms to estimate complex
representations while ... | http://arxiv.org/pdf/1407.2538 | [
"Liang-Chieh Chen",
"Alexander G. Schwing",
"Alan L. Yuille",
"Raquel Urtasun"
] | [
"cs.LG"
] | 11 pages including reference | null | cs.LG | 20140709 | 20150427 | Accepted as a workshop contribution at ICLR 2015
LEARNING DEEPSTRUCTURED MODELS
Liang-Chieh Chen
Department of Computer Science, UCLA, lcchen@cs.ucla.edu
Alexander G. Schwing
Department of Computer Science, University of Toronto, aschwing@cs.toronto.edu
Alan L. Yuille
Department of Statistics, UCLA, yuille@stat.ucla.... | [] |
1409.0473 | Neural Machine Translation by Jointly Learning to Align and Translate | Neural machine translation is a recently proposed approach to machine
translation. Unlike the traditional statistical machine translation, the neural
machine translation aims at building a single neural network that can be
jointly tuned to maximize the translation performance. The models proposed
recently for neural ma... | http://arxiv.org/pdf/1409.0473 | [
"Dzmitry Bahdanau",
"Kyunghyun Cho",
"Yoshua Bengio"
] | [
"cs.CL",
"cs.LG",
"cs.NE",
"stat.ML"
] | Accepted at ICLR 2015 as oral presentation | null | cs.CL | 20140901 | 20160519 | Published as a conference paper at ICLR 2015
NEURAL MACHINE TRANSLATION
BYJOINTLY LEARNING TO ALIGN AND TRANSLATE
Dzmitry Bahdanau
Jacobs University Bremen, Germany
KyungHyun Cho Yoshua Bengio
Universit ´e de Montr ´eal
ABSTRACT
Neural machine translation is a recently proposed approach to machine transla-
tion. Unlik... | [] |
1409.1556 | Very Deep Convolutional Networks for Large-Scale Image Recognition | In this work we investigate the effect of the convolutional network depth on
its accuracy in the large-scale image recognition setting. Our main
contribution is a thorough evaluation of networks of increasing depth using an
architecture with very small (3x3) convolution filters, which shows that a
significant improveme... | http://arxiv.org/pdf/1409.1556 | [
"Karen Simonyan",
"Andrew Zisserman"
] | [
"cs.CV"
] | null | null | cs.CV | 20140904 | 20150410 | arXiv:1409.1556v6 [cs.CV] 10 Apr 2015Publishedasa conferencepaperat ICLR2015
VERYDEEPCONVOLUTIONAL NETWORKS
FORLARGE-SCALEIMAGERECOGNITION
KarenSimonyan∗& AndrewZisserman+
VisualGeometryGroup,DepartmentofEngineeringScience, UniversityofOxford
{karen,az }@robots.ox.ac.uk
ABSTRACT
In this work we investigate the effect... | [
{
"id": "1412.0623",
"title": "Material Recognition in the Wild with the Materials in Context Database",
"authors": "Bell, S., Upchurch, P., Snavely, N., Bala, K.",
"year": "2014"
},
{
"id": "1405.3531",
"title": "Return of the Devil in the Details: Delving Deep into Convolutional Nets",... |
1411.4038 | Fully Convolutional Networks for Semantic Segmentation | Convolutional networks are powerful visual models that yield hierarchies of
features. We show that convolutional networks by themselves, trained
end-to-end, pixels-to-pixels, exceed the state-of-the-art in semantic
segmentation. Our key insight is to build "fully convolutional" networks that
take input of arbitrary siz... | http://arxiv.org/pdf/1411.4038 | [
"Jonathan Long",
"Evan Shelhamer",
"Trevor Darrell"
] | [
"cs.CV"
] | to appear in CVPR (2015) | null | cs.CV | 20141114 | 20150308 | Fully Convolutional Networks for Semantic Segmentation
Jonathan LongEvan ShelhamerTrevor Darrell
UC Berkeley
fjonlong,shelhamer,trevor g@cs.berkeley.edu
Abstract
Convolutional networks are powerful visual models that
yield hierarchies of features. We show that convolu-
tional networks by themselves, trained end-to-en... | [] |
1411.6836 | Deep convolutional filter banks for texture recognition and segmentation | Research in texture recognition often concentrates on the problem of material
recognition in uncluttered conditions, an assumption rarely met by
applications. In this work we conduct a first study of material and describable
texture at- tributes recognition in clutter, using a new dataset derived from
the OpenSurface t... | http://arxiv.org/pdf/1411.6836 | [
"Mircea Cimpoi",
"Subhransu Maji",
"Andrea Vedaldi"
] | [
"cs.CV"
] | Accepted to CVPR15 | null | cs.CV | 20141125 | 20150709 | Deep Filter Banks for Texture Recognition and Segmentation
Mircea Cimpoi
University of Oxford
mircea@robots.ox.ac.ukSubhransu Maji
University of Massachusetts, Amherst
smaji@cs.umass.eduAndrea Vedaldi
University of Oxford
vedaldi@robots.ox.ac.uk
Abstract
Research in texture recognition often concentrates on the
problem... | [] |
1412.0623 | Material Recognition in the Wild with the Materials in Context Database | Recognizing materials in real-world images is a challenging task. Real-world
materials have rich surface texture, geometry, lighting conditions, and
clutter, which combine to make the problem particularly difficult. In this
paper, we introduce a new, large-scale, open dataset of materials in the wild,
the Materials in ... | http://arxiv.org/pdf/1412.0623 | [
"Sean Bell",
"Paul Upchurch",
"Noah Snavely",
"Kavita Bala"
] | [
"cs.CV"
] | CVPR 2015. Sean Bell and Paul Upchurch contributed equally | null | cs.CV | 20141201 | 20150414 | Material Recognition in the Wild with the Materials in Context Database
Sean BellPaul UpchurchNoah Snavely Kavita Bala
Department of Computer Science, Cornell University
fsbell,paulu,snavely,kb g@cs.cornell.edu
Abstract
Recognizing materials in real-world images is a challeng-
ing task. Real-world materials have rich... | [] |
1412.1123 | DeepEdge: A Multi-Scale Bifurcated Deep Network for Top-Down Contour Detection | Contour detection has been a fundamental component in many image segmentation
and object detection systems. Most previous work utilizes low-level features
such as texture or saliency to detect contours and then use them as cues for a
higher-level task such as object detection. However, we claim that recognizing
objects... | http://arxiv.org/pdf/1412.1123 | [
"Gedas Bertasius",
"Jianbo Shi",
"Lorenzo Torresani"
] | [
"cs.CV"
] | Accepted to CVPR 2015 | null | cs.CV | 20141202 | 20150423 | DeepEdge: A Multi-Scale Bifurcated Deep Network
for Top-Down Contour Detection
Gedas Bertasius
University of Pennsylvania
gberta@seas.upenn.eduJianbo Shi
University of Pennsylvania
jshi@seas.upenn.eduLorenzo Torresani
Dartmouth College
lt@dartmouth.edu
Abstract
Contour detection has been a fundamental component
in many... | [] |
1412.7062 | Semantic Image Segmentation with Deep Convolutional Nets and Fully Connected CRFs | Deep Convolutional Neural Networks (DCNNs) have recently shown state of the
art performance in high level vision tasks, such as image classification and
object detection. This work brings together methods from DCNNs and
probabilistic graphical models for addressing the task of pixel-level
classification (also called "s... | http://arxiv.org/pdf/1412.7062 | [
"Liang-Chieh Chen",
"George Papandreou",
"Iasonas Kokkinos",
"Kevin Murphy",
"Alan L. Yuille"
] | [
"cs.CV",
"cs.LG",
"cs.NE"
] | 14 pages. Updated related work | null | cs.CV | 20141222 | 20160607 | Published as a conference paper at ICLR 2015
SEMANTIC IMAGE SEGMENTATION WITH DEEP CON-
VOLUTIONAL NETS AND FULLY CONNECTED CRF S
Liang-Chieh Chen
Univ. of California, Los Angeles
lcchen@cs.ucla.edu
George Papandreou
Google Inc.
gpapan@google.com
Iasonas Kokkinos
CentraleSup ´elec and INRIA
iasonas.kokkinos@ecp.fr
Kev... | [] |
1502.03167 | Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift | Training Deep Neural Networks is complicated by the fact that the
distribution of each layer's inputs changes during training, as the parameters
of the previous layers change. This slows down the training by requiring lower
learning rates and careful parameter initialization, and makes it notoriously
hard to train mode... | http://arxiv.org/pdf/1502.03167 | [
"Sergey Ioffe",
"Christian Szegedy"
] | [
"cs.LG"
] | null | null | cs.LG | 20150211 | 20150302 | arXiv:1502.03167v3 [cs.LG] 2 Mar 2015BatchNormalization: AcceleratingDeepNetworkTrainingb y
ReducingInternalCovariateShift
Sergey Ioffe
GoogleInc., sioffe@google.comChristianSzegedy
GoogleInc., szegedy@google.com
Abstract
TrainingDeepNeuralNetworksiscomplicatedbythefact
that the distributionofeach layer’sinputschange... | [
{
"id": "1301.4083",
"title": "Knowledge Matters: Importance of Prior Information for Optimization",
"authors": "Gülcühre, Caglar and Bengio, Yoshua",
"year": "2013"
}
] |
1503.00848 | Multiscale Combinatorial Grouping for Image Segmentation and Object Proposal Generation | We propose a unified approach for bottom-up hierarchical image segmentation
and object proposal generation for recognition, called Multiscale Combinatorial
Grouping (MCG). For this purpose, we first develop a fast normalized cuts
algorithm. We then propose a high-performance hierarchical segmenter that makes
effective ... | http://arxiv.org/pdf/1503.00848 | [
"Jordi Pont-Tuset",
"Pablo Arbelaez",
"Jonathan T. Barron",
"Ferran Marques",
"Jitendra Malik"
] | [
"cs.CV"
] | null | null | cs.CV | 20150303 | 20160301 | 1
Multiscale Combinatorial Grouping
for Image Segmentation and
Object Proposal Generation
Jordi Pont-Tuset*, Pablo Arbel ´aez*, Jonathan T. Barron, Member, IEEE,
Ferran Marques, Senior Member, IEEE, Jitendra Malik, Fellow, IEEE
Abstract —We propose a unified approach for bottom-up hierarchical image segmentation and obj... | [] |
1504.06201 | High-for-Low and Low-for-High: Efficient Boundary Detection from Deep Object Features and its Applications to High-Level Vision | Most of the current boundary detection systems rely exclusively on low-level
features, such as color and texture. However, perception studies suggest that
humans employ object-level reasoning when judging if a particular pixel is a
boundary. Inspired by this observation, in this work we show how to predict
boundaries b... | http://arxiv.org/pdf/1504.06201 | [
"Gedas Bertasius",
"Jianbo Shi",
"Lorenzo Torresani"
] | [
"cs.CV"
] | null | null | cs.CV | 20150423 | 20150921 | High-for-Low and Low-for-High:
Efficient Boundary Detection from Deep Object Features
and its Applications to High-Level Vision
Gedas Bertasius
University of Pennsylvania
gberta@seas.upenn.eduJianbo Shi
University of Pennsylvania
jshi@seas.upenn.eduLorenzo Torresani
Dartmouth College
lt@dartmouth.edu
Abstract
Most of th... | [] |
1511.02674 | Semantic Segmentation with Boundary Neural Fields | The state-of-the-art in semantic segmentation is currently represented by
fully convolutional networks (FCNs). However, FCNs use large receptive fields
and many pooling layers, both of which cause blurring and low spatial
resolution in the deep layers. As a result FCNs tend to produce segmentations
that are poorly loca... | http://arxiv.org/pdf/1511.02674 | [
"Gedas Bertasius",
"Jianbo Shi",
"Lorenzo Torresani"
] | [
"cs.CV"
] | null | null | cs.CV | 20151109 | 20160524 | Semantic Segmentation with Boundary Neural Fields
Gedas Bertasius
University of Pennsylvania
gberta@seas.upenn.eduJianbo Shi
University of Pennsylvania
jshi@seas.upenn.eduLorenzo Torresani
Dartmouth College
lt@dartmouth.edu
Abstract
The state-of-the-art in semantic segmentation is cur-
rently represented by fully convo... | [
{
"id": "1412.1123",
"title": "3. DeepEdge: A Multi-Scale Bifurcated Deep Network for Top-Down Contour Detection",
"authors": "Gedas Bertasius, Jianbo Shi, Lorenzo Torresani",
"year": "2015"
},
{
"id": "1504.06201",
"title": "4. High-for-Low and Low-for-High: Efficient Boundary Detection... |
1511.06464 | Unitary Evolution Recurrent Neural Networks | Recurrent neural networks (RNNs) are notoriously difficult to train. When the
eigenvalues of the hidden to hidden weight matrix deviate from absolute value
1, optimization becomes difficult due to the well studied issue of vanishing
and exploding gradients, especially when trying to learn long-term
dependencies. To cir... | http://arxiv.org/pdf/1511.06464 | [
"Martin Arjovsky",
"Amar Shah",
"Yoshua Bengio"
] | [
"cs.LG",
"cs.NE",
"stat.ML"
] | null | null | cs.LG | 20151120 | 20160525 | Unitary Evolution Recurrent Neural Networks
Martin ArjovskyMARJOVSKY @DC.UBA.AR
Amar ShahAS793@ CAM .AC.UK
Yoshua Bengio
Universidad de Buenos Aires, University of Cambridge,
Universit ´e de Montr ´eal. Yoshua Bengio is a CIFAR Senior Fellow.
Indicates first authors. Ordering determined by coin flip.
Abstract
Recurren... | [] |
1511.08119 | Higher Order Conditional Random Fields in Deep Neural Networks | We address the problem of semantic segmentation using deep learning. Most
segmentation systems include a Conditional Random Field (CRF) to produce a
structured output that is consistent with the image's visual features. Recent
deep learning approaches have incorporated CRFs into Convolutional Neural
Networks (CNNs), wi... | http://arxiv.org/pdf/1511.08119 | [
"Anurag Arnab",
"Sadeep Jayasumana",
"Shuai Zheng",
"Philip Torr"
] | [
"cs.CV"
] | ECCV 2016 | null | cs.CV | 20151125 | 20160729 | Higher Order Conditional Random Fields in Deep
Neural Networks
Anurag Arnab, Sadeep Jayasumana, Shuai Zheng, Philip H.S. Torr
University of Oxford
{firstname.lastname }@eng.ox.ac.uk
Abstract. We address the problem of semantic segmentation using deep learning.
Most segmentation systems include a Conditional Random Fiel... | [
{
"id": "1409.1556",
"title": "2. Very Deep Convolutional Networks for Large-Scale Image Recognition",
"authors": "Simonyan, K., Zisserman, A.",
"year": "2015"
},
{
"id": "1411.4038",
"title": "3. Fully Convolutional Networks for Semantic Segmentation",
"authors": "Long, J., Shelhame... |
1512.02595 | Deep Speech 2: End-to-End Speech Recognition in English and Mandarin | We show that an end-to-end deep learning approach can be used to recognize
either English or Mandarin Chinese speech--two vastly different languages.
Because it replaces entire pipelines of hand-engineered components with neural
networks, end-to-end learning allows us to handle a diverse variety of speech
including noi... | http://arxiv.org/pdf/1512.02595 | [
"Dario Amodei",
"Rishita Anubhai",
"Eric Battenberg",
"Carl Case",
"Jared Casper",
"Bryan Catanzaro",
"Jingdong Chen",
"Mike Chrzanowski",
"Adam Coates",
"Greg Diamos",
"Erich Elsen",
"Jesse Engel",
"Linxi Fan",
"Christopher Fougner",
"Tony Han",
"Awni Hannun",
"Billy Jun",
"Patric... | [
"cs.CL"
] | null | null | cs.CL | 20151208 | 20151208 | Deep Speech 2: End-to-End Speech Recognition in
English and Mandarin
Baidu Research – Silicon Valley AI Lab
Dario Amodei, Rishita Anubhai, Eric Battenberg, Carl Case, Jared Casper, Bryan Catanzaro,
Jingdong Chen, Mike Chrzanowski, Adam Coates, Greg Diamos, Erich Elsen, Jesse Engel,
Linxi Fan, Christopher Fougner, Tony... | [] |
1603.09025 | Recurrent Batch Normalization | We propose a reparameterization of LSTM that brings the benefits of batch
normalization to recurrent neural networks. Whereas previous works only apply
batch normalization to the input-to-hidden transformation of RNNs, we
demonstrate that it is both possible and beneficial to batch-normalize the
hidden-to-hidden transi... | http://arxiv.org/pdf/1603.09025 | [
"Tim Cooijmans",
"Nicolas Ballas",
"César Laurent",
"Çağlar Gülçehre",
"Aaron Courville"
] | [
"cs.LG"
] | null | null | cs.LG | 20160330 | 20170228 | Published as a conference paper at ICLR 2017
RECURRENT BATCH NORMALIZATION
Tim Cooijmans, Nicolas Ballas, César Laurent, Ça ˘glar Gülçehre & Aaron Courville
MILA - Université de Montréal
firstname.lastname@umontreal.ca
ABSTRACT
We propose a reparameterization of LSTM that brings the benefits of batch nor-
malization to ... | [
{
"id": "1512.02595",
"title": "Deep Speech 2: End-to-End Speech Recognition in English and Mandarin",
"authors": "D. Amodei et al.",
"year": "2015"
},
{
"id": "1511.06464",
"title": "Unitary Evolution Recurrent Neural Networks",
"authors": "M. Arjovsky, A. Shah, Y. Bengio",
"yea... |
1605.07681 | Convolutional Random Walk Networks for Semantic Image Segmentation | Most current semantic segmentation methods rely on fully convolutional
networks (FCNs). However, their use of large receptive fields and many pooling
layers cause low spatial resolution inside the deep layers. This leads to
predictions with poor localization around the boundaries. Prior work has
attempted to address th... | http://arxiv.org/pdf/1605.07681 | [
"Gedas Bertasius",
"Lorenzo Torresani",
"Stella X. Yu",
"Jianbo Shi"
] | [
"cs.CV"
] | null | null | cs.CV | 20160524 | 20170508 | Convolutional Random Walk Networks for Semantic Image Segmentation
Gedas Bertasius1, Lorenzo Torresani2, Stella X. Yu3, Jianbo Shi1
1University of Pennsylvania,2Dartmouth College,3UC Berkeley ICSI
{gberta,jshi}@seas.upenn.edu lt@dartmouth.edu stella.yu@berkeley.edu
Abstract
Most current semantic segmentation methods re... | [] |
1606.04474 | Learning to learn by gradient descent by gradient descent | The move from hand-designed features to learned features in machine learning
has been wildly successful. In spite of this, optimization algorithms are still
designed by hand. In this paper we show how the design of an optimization
algorithm can be cast as a learning problem, allowing the algorithm to learn to
exploit s... | http://arxiv.org/pdf/1606.04474 | [
"Marcin Andrychowicz",
"Misha Denil",
"Sergio Gomez",
"Matthew W. Hoffman",
"David Pfau",
"Tom Schaul",
"Brendan Shillingford",
"Nando de Freitas"
] | [
"cs.NE",
"cs.LG"
] | null | null | cs.NE | 20160614 | 20161130 | Learning to learn by gradient descent
by gradient descent
Marcin Andrychowicz1, Misha Denil1, Sergio Gómez Colmenarejo1, Matthew W. Hoffman1,
David Pfau1, Tom Schaul1, Brendan Shillingford1;2, Nando de Freitas1;2;3
1Google DeepMind2University of Oxford3Canadian Institute for Advanced Research
marcin.andrychowicz@gmail.... | [] |
1607.06450 | Layer Normalization | Training state-of-the-art, deep neural networks is computationally expensive.
One way to reduce the training time is to normalize the activities of the
neurons. A recently introduced technique called batch normalization uses the
distribution of the summed input to a neuron over a mini-batch of training
cases to compute... | http://arxiv.org/pdf/1607.06450 | [
"Jimmy Lei Ba",
"Jamie Ryan Kiros",
"Geoffrey E. Hinton"
] | [
"stat.ML",
"cs.LG"
] | null | null | stat.ML | 20160721 | 20160721 | Layer Normalization
Jimmy Lei Ba
University of Toronto
jimmy@psi.toronto.eduJamie Ryan Kiros
University of Toronto
rkiros@cs.toronto.eduGeoffrey E. Hinton
University of Toronto
and Google Inc.
hinton@cs.toronto.edu
Abstract
Training state-of-the-art, deep neural networks is computationally expensive. One
way to reduce ... | [
{
"id": "1502.03167",
"title": "Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift",
"authors": "Sergey Ioffe, Christian Szegedy",
"year": "2015"
},
{
"id": "1603.09025",
"title": "Batch Normalized Recurrent",
"authors": "Cesar Laurent, et al... |
1609.01704 | Hierarchical Multiscale Recurrent Neural Networks | Learning both hierarchical and temporal representation has been among the
long-standing challenges of recurrent neural networks. Multiscale recurrent
neural networks have been considered as a promising approach to resolve this
issue, yet there has been a lack of empirical evidence showing that this type
of models can a... | http://arxiv.org/pdf/1609.01704 | [
"Junyoung Chung",
"Sungjin Ahn",
"Yoshua Bengio"
] | [
"cs.LG"
] | null | null | cs.LG | 20160906 | 20170309 | Published as a conference paper at ICLR 2017
HIERARCHICAL MULTISCALE
RECURRENT NEURAL NETWORKS
Junyoung Chung, Sungjin Ahn & Yoshua Bengio
Département d’informatique et de recherche opérationnelle
Université de Montréal
{junyoung.chung,sungjin.ahn,yoshua.bengio}@umontreal.ca
ABSTRACT
Learning both hierarchical and tem... | [] |
1609.02583 | Bottom-up Instance Segmentation using Deep Higher-Order CRFs | Traditional Scene Understanding problems such as Object Detection and
Semantic Segmentation have made breakthroughs in recent years due to the
adoption of deep learning. However, the former task is not able to localise
objects at a pixel level, and the latter task has no notion of different
instances of objects of the ... | http://arxiv.org/pdf/1609.02583 | [
"Anurag Arnab",
"Philip H. S. Torr"
] | [
"cs.CV"
] | British Machine Vision Conference (BMVC) 2016 | null | cs.CV | 20160908 | 20160908 | ARNAB AND TORR: BOTTOM-UP INSTANCE SEGMENTATION 1
Bottom-up Instance Segmentation using
Deep Higher-Order CRFs
Anurag Arnab
anurag.arnab@eng.ox.ac.uk
Philip H.S. Torr
philip.torr@eng.ox.ac.ukDepartment of Engineering Science
University of Oxford
United Kingdom
Abstract
Traditional Scene Understanding problems such as O... | [] |
1611.05431 | Aggregated Residual Transformations for Deep Neural Networks | We present a simple, highly modularized network architecture for image
classification. Our network is constructed by repeating a building block that
aggregates a set of transformations with the same topology. Our simple design
results in a homogeneous, multi-branch architecture that has only a few
hyper-parameters to s... | http://arxiv.org/pdf/1611.05431 | [
"Saining Xie",
"Ross Girshick",
"Piotr Dollár",
"Zhuowen Tu",
"Kaiming He"
] | [
"cs.CV"
] | Accepted to CVPR 2017. Code and models:
https://github.com/facebookresearch/ResNeXt | null | cs.CV | 20161116 | 20170411 | Aggregated Residual Transformations for Deep Neural Networks
Saining Xie1Ross Girshick2Piotr Doll ´ar2Zhuowen Tu1Kaiming He2
1UC San Diego2Facebook AI Research
fs9xie,ztug@ucsd.edu frbg,pdollar,kaiminghe g@fb.com
Abstract
We present a simple, highly modularized network archi-
tecture for image classification. Our networ... | [] |
1611.08303 | Deep Watershed Transform for Instance Segmentation | Most contemporary approaches to instance segmentation use complex pipelines
involving conditional random fields, recurrent neural networks, object
proposals, or template matching schemes. In our paper, we present a simple yet
powerful end-to-end convolutional neural network to tackle this task. Our
approach combines in... | http://arxiv.org/pdf/1611.08303 | [
"Min Bai",
"Raquel Urtasun"
] | [
"cs.CV"
] | null | null | cs.CV | 20161124 | 20170504 | Deep Watershed Transform for Instance Segmentation
Min Bai Raquel Urtasun
Department of Computer Science, University of Toronto
fmbai, urtasun g@cs.toronto.edu
Abstract
Most contemporary approaches to instance segmenta-
tion use complex pipelines involving conditional random
fields, recurrent neural networks, object pro... | [] |
1612.00222 | Interaction Networks for Learning about Objects, Relations and Physics | Reasoning about objects, relations, and physics is central to human
intelligence, and a key goal of artificial intelligence. Here we introduce the
interaction network, a model which can reason about how objects in complex
systems interact, supporting dynamical predictions, as well as inferences about
the abstract prope... | http://arxiv.org/pdf/1612.00222 | [
"Peter W. Battaglia",
"Razvan Pascanu",
"Matthew Lai",
"Danilo Rezende",
"Koray Kavukcuoglu"
] | [
"cs.AI",
"cs.LG"
] | Published in NIPS 2016 | null | cs.AI | 20161201 | 20161201 | Interaction Networks for Learning about Objects,
Relations and Physics
Peter W. Battaglia
Google DeepMind
London, UK N1C 4AG
peterbattaglia@google.comRazvan Pascanu
Google DeepMind
London, UK N1C 4AG
razp@google.comMatthew Lai
Google DeepMind
London, UK N1C 4AG
matthewlai@google.com
Danilo Rezende
Google DeepMind
Londo... | [] |
1703.06870 | Mask R-CNN | We present a conceptually simple, flexible, and general framework for object
instance segmentation. Our approach efficiently detects objects in an image
while simultaneously generating a high-quality segmentation mask for each
instance. The method, called Mask R-CNN, extends Faster R-CNN by adding a
branch for predicti... | http://arxiv.org/pdf/1703.06870 | [
"Kaiming He",
"Georgia Gkioxari",
"Piotr Dollár",
"Ross Girshick"
] | [
"cs.CV"
] | open source; appendix on more results | null | cs.CV | 20170320 | 20180124 | Mask R-CNN
Kaiming He Georgia Gkioxari Piotr Doll ´ar Ross Girshick
Facebook AI Research (FAIR)
Abstract
We present a conceptually simple, flexible, and general
framework for object instance segmentation. Our approach
efficiently detects objects in an image while simultaneously
generating a high-quality segmentation mask... | [] |
1704.02386 | Pixelwise Instance Segmentation with a Dynamically Instantiated Network | Semantic segmentation and object detection research have recently achieved
rapid progress. However, the former task has no notion of different instances
of the same object, and the latter operates at a coarse, bounding-box level. We
propose an Instance Segmentation system that produces a segmentation map where
each pix... | http://arxiv.org/pdf/1704.02386 | [
"Anurag Arnab",
"Philip H. S Torr"
] | [
"cs.CV"
] | CVPR 2017 | null | cs.CV | 20170407 | 20170407 | Pixelwise Instance Segmentation with a Dynamically Instantiated Network
Anurag Arnab and Philip H.S Torr
University of Oxford
{anurag.arnab, philip.torr }@eng.ox.ac.uk
Abstract
Semantic segmentation and object detection research
have recently achieved rapid progress. However, the former
task has no notion of different ... | [
{
"id": "1503.00848",
"title": "1. Multiscale Combinatorial Grouping",
"authors": "P. Arbelaez, J. Pont-Tuset, J. Barron, F. Marques, J. Malik",
"year": "2014"
},
{
"id": "1511.08119",
"title": "2. Higher Order Conditional Random Fields in Deep Neural Networks",
"authors": "A. Arnab,... |
1803.05549 | Object Detection in Video with Spatiotemporal Sampling Networks | We propose a Spatiotemporal Sampling Network (STSN) that uses deformable
convolutions across time for object detection in videos. Our STSN performs
object detection in a video frame by learning to spatially sample features from
the adjacent frames. This naturally renders the approach robust to occlusion or
motion blur ... | http://arxiv.org/pdf/1803.05549 | [
"Gedas Bertasius",
"Lorenzo Torresani",
"Jianbo Shi"
] | [
"cs.CV"
] | null | null | cs.CV | 20180315 | 20180724 | Object Detection in Video with
Spatiotemporal Sampling Networks
Gedas Bertasius1, Lorenzo Torresani2, and Jianbo Shi1
1University of Pennsylvania,2Dartmouth College
Abstract. We propose a Spatiotemporal Sampling Network (STSN)
that uses deformable convolutions across time for object detection in
videos. Our STSN perfor... | [] |
1806.01261 | Relational inductive biases, deep learning, and graph networks | Artificial intelligence (AI) has undergone a renaissance recently, making
major progress in key domains such as vision, language, control, and
decision-making. This has been due, in part, to cheap data and cheap compute
resources, which have fit the natural strengths of deep learning. However, many
defining characteris... | http://arxiv.org/pdf/1806.01261 | [
"Peter W. Battaglia",
"Jessica B. Hamrick",
"Victor Bapst",
"Alvaro Sanchez-Gonzalez",
"Vinicius Zambaldi",
"Mateusz Malinowski",
"Andrea Tacchetti",
"David Raposo",
"Adam Santoro",
"Ryan Faulkner",
"Caglar Gulcehre",
"Francis Song",
"Andrew Ballard",
"Justin Gilmer",
"George Dahl",
"A... | [
"cs.LG",
"cs.AI",
"stat.ML"
] | null | null | cs.LG | 20180604 | 20181017 | Relational inductive biases, deep learning, and graph networks
Peter W. Battaglia1,Jessica B. Hamrick1,Victor Bapst1,
Alvaro Sanchez-Gonzalez1,Vinicius Zambaldi1,Mateusz Malinowski1,
Andrea Tacchetti1,David Raposo1,Adam Santoro1,Ryan Faulkner1,
Caglar Gulcehre1,Francis Song1,Andrew Ballard1,Justin Gilmer2,
George Dahl... | [] |
1806.06157 | Object Level Visual Reasoning in Videos | Human activity recognition is typically addressed by detecting key concepts
like global and local motion, features related to object classes present in the
scene, as well as features related to the global context. The next open
challenges in activity recognition require a level of understanding that pushes
beyond this ... | http://arxiv.org/pdf/1806.06157 | [
"Fabien Baradel",
"Natalia Neverova",
"Christian Wolf",
"Julien Mille",
"Greg Mori"
] | [
"cs.CV"
] | Accepted at ECCV 2018 - long version (16 pages + ref) | ECCV 2018 | cs.CV | 20180616 | 20180920 | Object Level Visual Reasoning in Videos
Fabien Baradel1, Natalia Neverova2, Christian Wolf1;3,
Julien Mille4, and Greg Mori5
1Universit e Lyon, INSA Lyon, CNRS, LIRIS, F-69621, Villeurbanne, France,
firstname.lastname@liris.cnrs.fr
2Facebook AI Research, Paris, France, nneverova@fb.com
3INRIA, CITI Laboratory, Villeur... | [] |
1903.00089 | Massively Multilingual Neural Machine Translation | Multilingual neural machine translation (NMT) enables training a single model
that supports translation from multiple source languages into multiple target
languages. In this paper, we push the limits of multilingual NMT in terms of
number of languages being used. We perform extensive experiments in training
massively ... | http://arxiv.org/pdf/1903.00089 | [
"Roee Aharoni",
"Melvin Johnson",
"Orhan Firat"
] | [
"cs.CL"
] | Accepted as a long paper in NAACL 2019 | null | cs.CL | 20190228 | 20190702 | Massively Multilingual Neural Machine Translation
Roee Aharoni
Bar Ilan University
Ramat-Gan
Israel
roee.aharoni@gmail.comMelvin Johnson andOrhan Firat
Google AI
Mountain View
California
melvinp,orhanf@google.com
Abstract
Multilingual neural machine translation
(NMT) enables training a single model that
supports trans... | [] |
1904.09925 | Attention Augmented Convolutional Networks | Convolutional networks have been the paradigm of choice in many computer
vision applications. The convolution operation however has a significant
weakness in that it only operates on a local neighborhood, thus missing global
information. Self-attention, on the other hand, has emerged as a recent advance
to capture long... | http://arxiv.org/pdf/1904.09925 | [
"Irwan Bello",
"Barret Zoph",
"Ashish Vaswani",
"Jonathon Shlens",
"Quoc V. Le"
] | [
"cs.CV"
] | ICCV 2019 | null | cs.CV | 20190422 | 20200909 | Attention Augmented Convolutional Networks
Irwan Bello Barret Zoph Ashish Vaswani Jonathon Shlens
Quoc V . Le
Google Brain
fibello,barretzoph,avaswani,shlens,qvl g@google.com
Abstract
Convolutional networks have been the paradigm of
choice in many computer vision applications. The convolu-
tion operation however has a ... | [] |
1906.04016 | Learning Temporal Pose Estimation from Sparsely-Labeled Videos | Modern approaches for multi-person pose estimation in video require large
amounts of dense annotations. However, labeling every frame in a video is
costly and labor intensive. To reduce the need for dense annotations, we
propose a PoseWarper network that leverages training videos with sparse
annotations (every k frames... | http://arxiv.org/pdf/1906.04016 | [
"Gedas Bertasius",
"Christoph Feichtenhofer",
"Du Tran",
"Jianbo Shi",
"Lorenzo Torresani"
] | [
"cs.CV"
] | Accepted to NeurIPS 2019 | null | cs.CV | 20190606 | 20191211 | Learning Temporal Pose Estimation
from Sparsely-Labeled Videos
Gedas Bertasius1;2, Christoph Feichtenhofer1, Du Tran1, Jianbo Shi2, Lorenzo Torresani1
1Facebook AI,2University of Pennsylvania
Abstract
Modern approaches for multi-person pose estimation in video require large amounts
of dense annotations. However, labeli... | [
{
"id": "1412.1123",
"title": "1. DeepEdge: A Multi-Scale Bifurcated Deep Network for Top-Down Contour Detection",
"authors": "Gedas Bertasius, Jianbo Shi, Lorenzo Torresani",
"year": "2015"
},
{
"id": "1611.05431",
"title": "2. Aggregated Residual Transformations for Deep Neural Network... |
1912.04573 | Classifying, Segmenting, and Tracking Object Instances in Video with Mask Propagation | We introduce a method for simultaneously classifying, segmenting and tracking
object instances in a video sequence. Our method, named MaskProp, adapts the
popular Mask R-CNN to video by adding a mask propagation branch that propagates
frame-level object instance masks from each video frame to all the other frames
in a ... | http://arxiv.org/pdf/1912.04573 | [
"Gedas Bertasius",
"Lorenzo Torresani"
] | [
"cs.CV"
] | CVPR 2020 Best Paper Nominee | null | cs.CV | 20191210 | 20210709 | Classifying, Segmenting, and Tracking
Object Instances in Video with Mask Propagation
Gedas Bertasius, Lorenzo Torresani
Facebook AI
Abstract
We introduce a method for simultaneously classifying,
segmenting and tracking object instances in a video se-
quence. Our method, named MaskProp, adapts the popu-
lar Mask R-CNN ... | [
{
"id": "1704.02386",
"title": "1. Pixelwise Instance Segmentation with a Dynamically Instantiated Network",
"authors": "Anurag Arnab, Philip H. S. Torr",
"year": "2017"
},
{
"id": "1611.08303",
"title": "2. Deep Watershed Transform for Instance Segmentation",
"authors": "M. Bai, R. ... |
2005.00928 | Quantifying Attention Flow in Transformers | In the Transformer model, "self-attention" combines information from attended
embeddings into the representation of the focal embedding in the next layer.
Thus, across layers of the Transformer, information originating from different
tokens gets increasingly mixed. This makes attention weights unreliable as
explanation... | http://arxiv.org/pdf/2005.00928 | [
"Samira Abnar",
"Willem Zuidema"
] | [
"cs.LG",
"cs.AI",
"cs.CL"
] | null | null | cs.LG | 20200502 | 20200531 | Quantifying Attention Flow in Transformers
Samira Abnar
ILLC, University of Amsterdam
s.abnar@uva.nlWillem Zuidema
ILLC, University of Amsterdam
w.h.zuidema@uva.nl
Abstract
In the Transformer model, “self-attention”
combines information from attended embed-
dings into the representation of the focal em-
bedding in the ... | [] |
2005.14050 | Language (Technology) is Power: A Critical Survey of "Bias" in NLP | We survey 146 papers analyzing "bias" in NLP systems, finding that their
motivations are often vague, inconsistent, and lacking in normative reasoning,
despite the fact that analyzing "bias" is an inherently normative process. We
further find that these papers' proposed quantitative techniques for measuring
or mitigati... | http://arxiv.org/pdf/2005.14050 | [
"Su Lin Blodgett",
"Solon Barocas",
"Hal Daumé III",
"Hanna Wallach"
] | [
"cs.CL",
"cs.CY"
] | null | null | cs.CL | 20200528 | 20200529 | Language (Technology) is Power: A Critical Survey of “Bias” in NLP
Su Lin Blodgett
College of Information and Computer Sciences
University of Massachusetts Amherst
blodgett@cs.umass.eduSolon Barocas
Microsoft Research
Cornell University
solon@microsoft.com
Hal Daumé III
Microsoft Research
University of Maryland
me@hal3... | [] |
2005.14165 | Language Models are Few-Shot Learners | Recent work has demonstrated substantial gains on many NLP tasks and
benchmarks by pre-training on a large corpus of text followed by fine-tuning on
a specific task. While typically task-agnostic in architecture, this method
still requires task-specific fine-tuning datasets of thousands or tens of
thousands of examples... | http://arxiv.org/pdf/2005.14165 | [
"Tom B. Brown",
"Benjamin Mann",
"Nick Ryder",
"Melanie Subbiah",
"Jared Kaplan",
"Prafulla Dhariwal",
"Arvind Neelakantan",
"Pranav Shyam",
"Girish Sastry",
"Amanda Askell",
"Sandhini Agarwal",
"Ariel Herbert-Voss",
"Gretchen Krueger",
"Tom Henighan",
"Rewon Child",
"Aditya Ramesh",
... | [
"cs.CL"
] | 40+32 pages | null | cs.CL | 20200528 | 20200722 | Language Models are Few-Shot Learners
Tom B. BrownBenjamin MannNick RyderMelanie Subbiah
Jared KaplanyPrafulla Dhariwal Arvind Neelakantan Pranav Shyam Girish Sastry
Amanda Askell Sandhini Agarwal Ariel Herbert-Voss Gretchen Krueger Tom Henighan
Rewon Child Aditya Ramesh Daniel M. Ziegler Jeffrey Wu Clemens Winter
... | [
{
"id": "1606.04474",
"title": "Learning to learn by gradient descent by gradient descent",
"authors": "Marcin Andrychowicz, et al.",
"year": "2016"
},
{
"id": "1903.00089",
"title": "Massively multilingual neural machine translation",
"authors": "Roee Aharoni, Melvin Johnson, Orhan ... |
2007.10703 | Uncertainty-Aware Weakly Supervised Action Detection from Untrimmed Videos | Despite the recent advances in video classification, progress in
spatio-temporal action recognition has lagged behind. A major contributing
factor has been the prohibitive cost of annotating videos frame-by-frame. In
this paper, we present a spatio-temporal action recognition model that is
trained with only video-level... | http://arxiv.org/pdf/2007.10703 | [
"Anurag Arnab",
"Chen Sun",
"Arsha Nagrani",
"Cordelia Schmid"
] | [
"cs.CV"
] | ECCV 2020 | null | cs.CV | 20200721 | 20200721 | Uncertainty-Aware Weakly Supervised Action
Detection from Untrimmed Videos
Anurag Arnab, Chen Sun, Arsha Nagrani, and Cordelia Schmid
Google Research
faarnab, chensun, anagrani, cordelias g@google.com
Abstract. Despite the recent advances in video classication, progress
in spatio-temporal action recognition has lagged... | [] |
2102.05095 | Is Space-Time Attention All You Need for Video Understanding? | We present a convolution-free approach to video classification built
exclusively on self-attention over space and time. Our method, named
"TimeSformer," adapts the standard Transformer architecture to video by
enabling spatiotemporal feature learning directly from a sequence of
frame-level patches. Our experimental stu... | http://arxiv.org/pdf/2102.05095 | [
"Gedas Bertasius",
"Heng Wang",
"Lorenzo Torresani"
] | [
"cs.CV"
] | Accepted to ICML 2021 | null | cs.CV | 20210209 | 20210609 | Is Space-Time Attention All You Need for Video Understanding?
Gedas Bertasius1Heng Wang1Lorenzo Torresani1 2
Abstract
We present a convolution-free approach to video
classification built exclusively on self-attention
over space and time. Our method, named “TimeS-
former,” adapts the standard Transformer archi-
tecture t... | [
{
"id": "2005.00928",
"title": "Quantifying Attention Flow in Transformers",
"authors": "Abnar, S. and Zuidema, W.",
"year": "2020"
},
{
"id": "1607.06450",
"title": "Layer Normalization",
"authors": "Lei Jimmy Ba, Jamie Ryan Kiros, Geoffrey E. Hinton",
"year": "2016"
},
{
... |
2103.15662 | Unified Graph Structured Models for Video Understanding | Accurate video understanding involves reasoning about the relationships
between actors, objects and their environment, often over long temporal
intervals. In this paper, we propose a message passing graph neural network
that explicitly models these spatio-temporal relations and can use explicit
representations of objec... | http://arxiv.org/pdf/2103.15662 | [
"Anurag Arnab",
"Chen Sun",
"Cordelia Schmid"
] | [
"cs.CV"
] | null | null | cs.CV | 20210329 | 20210329 | Unified Graph Structured Models for Video Understanding
Anurag Arnab Chen Sun Cordelia Schmid
Google Research
faarnab, chensun, cordelias g@google.com
Abstract
Accurate video understanding involves reasoning about
the relationships between actors, objects and their environ-
ment, often over long temporal intervals. In t... | [
{
"id": "2007.10703",
"title": "1. Uncertainty-aware Weakly Supervised Action Detection from Untrimmed Videos",
"authors": "Anurag Arnab, Chen Sun, Arsha Nagrani, Cordelia Schmid",
"year": "2020"
},
{
"id": "1607.06450",
"title": "2. Layer Normalization",
"authors": "Jimmy Lei Ba, Ja... |
2103.15691 | ViViT: A Video Vision Transformer | We present pure-transformer based models for video classification, drawing
upon the recent success of such models in image classification. Our model
extracts spatio-temporal tokens from the input video, which are then encoded by
a series of transformer layers. In order to handle the long sequences of tokens
encountered... | http://arxiv.org/pdf/2103.15691 | [
"Anurag Arnab",
"Mostafa Dehghani",
"Georg Heigold",
"Chen Sun",
"Mario Lučić",
"Cordelia Schmid"
] | [
"cs.CV"
] | ICCV 2021. Code at
https://github.com/google-research/scenic/tree/main/scenic/projects/vivit | null | cs.CV | 20210329 | 20211101 | ViViT: A Video Vision Transformer
Anurag Arnab*Mostafa Dehghani*Georg Heigold Chen Sun Mario Lu ˇci´c†Cordelia Schmid†
Google Research
faarnab, dehghani, heigold, chensun, lucic, cordelias g@google.com
Abstract
We present pure-transformer based models for video
classification, drawing upon the recent success of such mod... | [
{
"id": "2103.15662",
"title": "1. Unified Graph Structured Models for Video Understanding",
"authors": "Anurag Arnab, Chen Sun, Cordelia Schmid",
"year": "2021"
},
{
"id": "1607.06450",
"title": "2. Layer Normalization",
"authors": "Jimmy Lei Ba, Jamie Ryan Kiros, Geoffrey E Hinton"... |
2302.01318 | Accelerating Large Language Model Decoding with Speculative Sampling | We present speculative sampling, an algorithm for accelerating transformer
decoding by enabling the generation of multiple tokens from each transformer
call. Our algorithm relies on the observation that the latency of parallel
scoring of short continuations, generated by a faster but less powerful draft
model, is compa... | http://arxiv.org/pdf/2302.01318 | [
"Charlie Chen",
"Sebastian Borgeaud",
"Geoffrey Irving",
"Jean-Baptiste Lespiau",
"Laurent Sifre",
"John Jumper"
] | [
"cs.CL"
] | null | null | cs.CL | 20230202 | 20230202 | 2023-2-3
Accelerating Large Language Model Decoding
with Speculative Sampling
Charlie Chen1, Sebastian Borgeaud1, Geoffrey Irving1, Jean-Baptiste Lespiau1, Laurent Sifre1and John
Jumper1
1All authors from DeepMind
We present speculative sampling, an algorithm for accelerating transformer decoding by enabling the
generat... | [
{
"id": "2103.15691",
"title": "Vivit: A Video Vision Transformer",
"authors": "A. Arnab, et al.",
"year": "2021"
},
{
"id": "2005.14165",
"title": "Language Models are Few-Shot Learners",
"authors": "T. Brown, et al.",
"year": "2020"
}
] |
2305.13245 | GQA: Training Generalized Multi-Query Transformer Models from Multi-Head Checkpoints | Multi-query attention (MQA), which only uses a single key-value head,
drastically speeds up decoder inference. However, MQA can lead to quality
degradation, and moreover it may not be desirable to train a separate model
just for faster inference. We (1) propose a recipe for uptraining existing
multi-head language model... | http://arxiv.org/pdf/2305.13245 | [
"Joshua Ainslie",
"James Lee-Thorp",
"Michiel de Jong",
"Yury Zemlyanskiy",
"Federico Lebrón",
"Sumit Sanghai"
] | [
"cs.CL",
"cs.LG"
] | null | null | cs.CL | 20230522 | 20230522 | GQA: Training Generalized Multi-Query Transformer Models from
Multi-Head Checkpoints
Joshua Ainslie, James Lee-Thorp, Michiel de Jongyy
Yury Zemlyanskiy ,Federico Lebrón ,Sumit Sanghai
Google Research
Abstract
Multi-query attention (MQA), which only
uses a single key-value head, drastically
speeds up decoder inferen... | [
{
"id": "2302.01318",
"title": "Accelerating large language model decoding with speculative sampling",
"authors": "Charlie Chen, et al.",
"year": "2023"
}
] |
2307.09288 | Llama 2: Open Foundation and Fine-Tuned Chat Models | In this work, we develop and release Llama 2, a collection of pretrained and
fine-tuned large language models (LLMs) ranging in scale from 7 billion to 70
billion parameters. Our fine-tuned LLMs, called Llama 2-Chat, are optimized for
dialogue use cases. Our models outperform open-source chat models on most
benchmarks ... | http://arxiv.org/pdf/2307.09288 | [
"Hugo Touvron",
"Louis Martin",
"Kevin Stone",
"Peter Albert",
"Amjad Almahairi",
"Yasmine Babaei",
"Nikolay Bashlykov",
"Soumya Batra",
"Prajjwal Bhargava",
"Shruti Bhosale",
"Dan Bikel",
"Lukas Blecher",
"Cristian Canton Ferrer",
"Moya Chen",
"Guillem Cucurull",
"David Esiobu",
"Ju... | [
"cs.CL",
"cs.AI"
] | null | null | cs.CL | 20230718 | 20230719 | L/l.sc/a.sc/m.sc/a.sc /two.taboldstyle : Open Foundation and Fine-Tuned Chat Models
Hugo TouvronLouis MartinyKevin Stoney
Peter Albert Amjad Almahairi Yasmine Babaei Nikolay Bashlykov Soumya Batra
Prajjwal Bhargava Shruti Bhosale Dan Bikel Lukas Blecher Cristian Canton Ferrer Moya Chen
Guillem Cucurull David Esiobu Ju... | [
{
"id": "2305.13245",
"title": "GQA: Training Generalized Multi-Query Transformer Models from Multi-Head Checkpoints",
"authors": "Joshua Ainslie, et al.",
"year": "2023"
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.