Skip to main content

Showing 1–6 of 6 results for author: Upchurch, P

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

    cs.CV

    A Dense Material Segmentation Dataset for Indoor and Outdoor Scene Parsing

    Authors: Paul Upchurch, Ransen Niu

    Abstract: A key algorithm for understanding the world is material segmentation, which assigns a label (metal, glass, etc.) to each pixel. We find that a model trained on existing data underperforms in some settings and propose to address this with a large-scale dataset of 3.2 million dense segments on 44,560 indoor and outdoor images, which is 23x more segments than existing data. Our data covers a more div… ▽ More

    Submitted 21 July, 2022; originally announced July 2022.

  2. arXiv:2002.06626  [pdf, other

    cs.CV cs.LG eess.IV

    Block Annotation: Better Image Annotation for Semantic Segmentation with Sub-Image Decomposition

    Authors: Hubert Lin, Paul Upchurch, Kavita Bala

    Abstract: Image datasets with high-quality pixel-level annotations are valuable for semantic segmentation: labelling every pixel in an image ensures that rare classes and small objects are annotated. However, full-image annotations are expensive, with experts spending up to 90 minutes per image. We propose block sub-image annotation as a replacement for full-image annotation. Despite the attention cost of f… ▽ More

    Submitted 16 February, 2020; originally announced February 2020.

    Comments: ICCV 2019; http://www.cs.cornell.edu/~hubert/block_annotation/

  3. arXiv:1611.05507  [pdf, other

    cs.CV

    Deep Feature Interpolation for Image Content Changes

    Authors: Paul Upchurch, Jacob Gardner, Geoff Pleiss, Robert Pless, Noah Snavely, Kavita Bala, Kilian Weinberger

    Abstract: We propose Deep Feature Interpolation (DFI), a new data-driven baseline for automatic high-resolution image transformation. As the name suggests, it relies only on simple linear interpolation of deep convolutional features from pre-trained convnets. We show that despite its simplicity, DFI can perform high-level semantic transformations like "make older/younger", "make bespectacled", "add smile",… ▽ More

    Submitted 19 June, 2017; v1 submitted 16 November, 2016; originally announced November 2016.

    Comments: First two authors contributed equally. Accepted by CVPR 2017. Code at https://github.com/paulu/deepfeatinterp

  4. arXiv:1603.02003  [pdf, other

    cs.CV

    From A to Z: Supervised Transfer of Style and Content Using Deep Neural Network Generators

    Authors: Paul Upchurch, Noah Snavely, Kavita Bala

    Abstract: We propose a new neural network architecture for solving single-image analogies - the generation of an entire set of stylistically similar images from just a single input image. Solving this problem requires separating image style from content. Our network is a modified variational autoencoder (VAE) that supports supervised training of single-image analogies and in-network evaluation of outputs wi… ▽ More

    Submitted 7 March, 2016; originally announced March 2016.

  5. arXiv:1511.06421  [pdf, other

    cs.LG cs.CV stat.ML

    Deep Manifold Traversal: Changing Labels with Convolutional Features

    Authors: Jacob R. Gardner, Paul Upchurch, Matt J. Kusner, Yixuan Li, Kilian Q. Weinberger, Kavita Bala, John E. Hopcroft

    Abstract: Many tasks in computer vision can be cast as a "label changing" problem, where the goal is to make a semantic change to the appearance of an image or some subject in an image in order to alter the class membership. Although successful task-specific methods have been developed for some label changing applications, to date no general purpose method exists. Motivated by this we propose deep manifold… ▽ More

    Submitted 17 March, 2016; v1 submitted 19 November, 2015; originally announced November 2015.

  6. arXiv:1412.0623  [pdf, other

    cs.CV

    Material Recognition in the Wild with the Materials in Context Database

    Authors: Sean Bell, Paul Upchurch, Noah Snavely, Kavita Bala

    Abstract: 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 Context Database (MINC), and combine this dataset with deep learning to achieve… ▽ More

    Submitted 14 April, 2015; v1 submitted 1 December, 2014; originally announced December 2014.

    Comments: CVPR 2015. Sean Bell and Paul Upchurch contributed equally