Skip to main content

Showing 1–13 of 13 results for author: Eigen, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2002.04776  [pdf, other

    cs.CV cs.LG

    Efficient Training of Deep Convolutional Neural Networks by Augmentation in Embedding Space

    Authors: Mohammad Saeed Abrishami, Amir Erfan Eshratifar, David Eigen, Yanzhi Wang, Shahin Nazarian, Massoud Pedram

    Abstract: Recent advances in the field of artificial intelligence have been made possible by deep neural networks. In applications where data are scarce, transfer learning and data augmentation techniques are commonly used to improve the generalization of deep learning models. However, fine-tuning a transfer model with data augmentation in the raw input space has a high computational cost to run the full ne… ▽ More

    Submitted 11 February, 2020; originally announced February 2020.

  2. arXiv:1909.02680  [pdf, other

    cs.CV

    Coarse2Fine: A Two-stage Training Method for Fine-grained Visual Classification

    Authors: Amir Erfan Eshratifar, David Eigen, Michael Gormish, Massoud Pedram

    Abstract: Small inter-class and large intra-class variations are the main challenges in fine-grained visual classification. Objects from different classes share visually similar structures and objects in the same class can have different poses and viewpoints. Therefore, the proper extraction of discriminative local features (e.g. bird's beak or car's headlight) is crucial. Most of the recent successes on th… ▽ More

    Submitted 5 September, 2019; originally announced September 2019.

  3. arXiv:1905.11116  [pdf, other

    cs.CV cs.AI

    Finding Task-Relevant Features for Few-Shot Learning by Category Traversal

    Authors: Hongyang Li, David Eigen, Samuel Dodge, Matthew Zeiler, Xiaogang Wang

    Abstract: Few-shot learning is an important area of research. Conceptually, humans are readily able to understand new concepts given just a few examples, while in more pragmatic terms, limited-example training situations are common in practice. Recent effective approaches to few-shot learning employ a metric-learning framework to learn a feature similarity comparison between a query (test) example, and the… ▽ More

    Submitted 27 May, 2019; originally announced May 2019.

    Comments: CVPR 2019

  4. arXiv:1810.08178  [pdf, other

    cs.LG cs.AI stat.ML

    Gradient Agreement as an Optimization Objective for Meta-Learning

    Authors: Amir Erfan Eshratifar, David Eigen, Massoud Pedram

    Abstract: This paper presents a novel optimization method for maximizing generalization over tasks in meta-learning. The goal of meta-learning is to learn a model for an agent adapting rapidly when presented with previously unseen tasks. Tasks are sampled from a specific distribution which is assumed to be similar for both seen and unseen tasks. We focus on a family of meta-learning methods learning initial… ▽ More

    Submitted 18 October, 2018; originally announced October 2018.

  5. arXiv:1809.08346  [pdf, other

    cs.LG cs.AI stat.ML

    A Meta-Learning Approach for Custom Model Training

    Authors: Amir Erfan Eshratifar, Mohammad Saeed Abrishami, David Eigen, Massoud Pedram

    Abstract: Transfer-learning and meta-learning are two effective methods to apply knowledge learned from large data sources to new tasks. In few-class, few-shot target task settings (i.e. when there are only a few classes and training examples available in the target task), meta-learning approaches that optimize for future task learning have outperformed the typical transfer approach of initializing model we… ▽ More

    Submitted 7 February, 2019; v1 submitted 21 September, 2018; originally announced September 2018.

    Comments: AAAI 2019

  6. arXiv:1504.02518  [pdf, other

    cs.CV cs.LG

    Unsupervised Feature Learning from Temporal Data

    Authors: Ross Goroshin, Joan Bruna, Jonathan Tompson, David Eigen, Yann LeCun

    Abstract: Current state-of-the-art classification and detection algorithms rely on supervised training. In this work we study unsupervised feature learning in the context of temporally coherent video data. We focus on feature learning from unlabeled video data, using the assumption that adjacent video frames contain semantically similar information. This assumption is exploited to train a convolutional pool… ▽ More

    Submitted 15 April, 2015; v1 submitted 9 April, 2015; originally announced April 2015.

    Comments: arXiv admin note: substantial text overlap with arXiv:1412.6056

  7. arXiv:1412.6056  [pdf, other

    cs.CV

    Unsupervised Learning of Spatiotemporally Coherent Metrics

    Authors: Ross Goroshin, Joan Bruna, Jonathan Tompson, David Eigen, Yann LeCun

    Abstract: Current state-of-the-art classification and detection algorithms rely on supervised training. In this work we study unsupervised feature learning in the context of temporally coherent video data. We focus on feature learning from unlabeled video data, using the assumption that adjacent video frames contain semantically similar information. This assumption is exploited to train a convolutional pool… ▽ More

    Submitted 8 September, 2015; v1 submitted 18 December, 2014; originally announced December 2014.

    Comments: To appear at ICCV2015

  8. arXiv:1411.5309  [pdf, other

    cs.CV

    End-to-End Integration of a Convolutional Network, Deformable Parts Model and Non-Maximum Suppression

    Authors: Li Wan, David Eigen, Rob Fergus

    Abstract: Deformable Parts Models and Convolutional Networks each have achieved notable performance in object detection. Yet these two approaches find their strengths in complementary areas: DPMs are well-versed in object composition, modeling fine-grained spatial relationships between parts; likewise, ConvNets are adept at producing powerful image features, having been discriminatively trained directly on… ▽ More

    Submitted 19 November, 2014; originally announced November 2014.

  9. arXiv:1411.4734  [pdf, other

    cs.CV

    Predicting Depth, Surface Normals and Semantic Labels with a Common Multi-Scale Convolutional Architecture

    Authors: David Eigen, Rob Fergus

    Abstract: In this paper we address three different computer vision tasks using a single basic architecture: depth prediction, surface normal estimation, and semantic labeling. We use a multiscale convolutional network that is able to adapt easily to each task using only small modifications, regressing from the input image to the output map directly. Our method progressively refines predictions using a seque… ▽ More

    Submitted 16 December, 2015; v1 submitted 17 November, 2014; originally announced November 2014.

  10. arXiv:1406.2283  [pdf, other

    cs.CV

    Depth Map Prediction from a Single Image using a Multi-Scale Deep Network

    Authors: David Eigen, Christian Puhrsch, Rob Fergus

    Abstract: Predicting depth is an essential component in understanding the 3D geometry of a scene. While for stereo images local correspondence suffices for estimation, finding depth relations from a single image is less straightforward, requiring integration of both global and local information from various cues. Moreover, the task is inherently ambiguous, with a large source of uncertainty coming from the… ▽ More

    Submitted 9 June, 2014; originally announced June 2014.

  11. arXiv:1312.6229  [pdf, ps, other

    cs.CV

    OverFeat: Integrated Recognition, Localization and Detection using Convolutional Networks

    Authors: Pierre Sermanet, David Eigen, Xiang Zhang, Michael Mathieu, Rob Fergus, Yann LeCun

    Abstract: We present an integrated framework for using Convolutional Networks for classification, localization and detection. We show how a multiscale and sliding window approach can be efficiently implemented within a ConvNet. We also introduce a novel deep learning approach to localization by learning to predict object boundaries. Bounding boxes are then accumulated rather than suppressed in order to incr… ▽ More

    Submitted 23 February, 2014; v1 submitted 21 December, 2013; originally announced December 2013.

  12. arXiv:1312.4314  [pdf, other

    cs.LG

    Learning Factored Representations in a Deep Mixture of Experts

    Authors: David Eigen, Marc'Aurelio Ranzato, Ilya Sutskever

    Abstract: Mixtures of Experts combine the outputs of several "expert" networks, each of which specializes in a different part of the input space. This is achieved by training a "gating" network that maps each input to a distribution over the experts. Such models show promise for building larger networks that are still cheap to compute at test time, and more parallelizable at training time. In this this work… ▽ More

    Submitted 9 March, 2014; v1 submitted 16 December, 2013; originally announced December 2013.

  13. arXiv:1312.1847  [pdf, other

    cs.LG

    Understanding Deep Architectures using a Recursive Convolutional Network

    Authors: David Eigen, Jason Rolfe, Rob Fergus, Yann LeCun

    Abstract: A key challenge in designing convolutional network models is sizing them appropriately. Many factors are involved in these decisions, including number of layers, feature maps, kernel sizes, etc. Complicating this further is the fact that each of these influence not only the numbers and dimensions of the activation units, but also the total number of parameters. In this paper we focus on assessing… ▽ More

    Submitted 19 February, 2014; v1 submitted 6 December, 2013; originally announced December 2013.