← Search

Alan L. Yuille

64 accepted papers

2024

Sequential Modeling Enables Scalable Learning for Large Vision Models

CVPR 2024poster

We introduce a novel sequential modeling approach which enables learning a Large Vision Model (LVM) without making use of any linguistic data. To do this we define a common format "visual sentences" in which we can represent raw images and videos as well as annotated data sources such as semantic se…

2023

Compositor: Bottom-Up Clustering and Compositing for Robust Part and Object Segmentation

CVPR 2023poster

In this work, we present a robust approach for joint part and object segmentation. Specifically, we reformulate object and part segmentation as an optimization problem and build a hierarchical feature representation including pixel, part, and object-level embeddings to solve it in a bottom-up cluste…

2023

InstMove: Instance Motion for Object-Centric Video Segmentation

CVPR 2023poster

Despite significant efforts, cutting-edge video segmentation methods still remain sensitive to occlusion and rapid movement, due to their reliance on the appearance of objects in the form of object embeddings, which are vulnerable to these disturbances. A common solution is to use optical flow to pr…

2023

Label-Free Liver Tumor Segmentation

CVPR 2023poster

We demonstrate that AI models can accurately segment liver tumors without the need for manual annotation by using synthetic tumors in CT scans. Our synthetic tumors have two intriguing advantages: (I) realistic in shape and texture, which even medical professionals can confuse with real tumors; (II)…

2023

Masked Autoencoders Enable Efficient Knowledge Distillers

CVPR 2023poster

This paper studies the potential of distilling knowledge from pre-trained models, especially Masked Autoencoders. Our approach is simple: in addition to optimizing the pixel reconstruction loss on masked inputs, we minimize the distance between the intermediate feature map of the teacher model and t…

2023

Multispectral Video Semantic Segmentation: A Benchmark Dataset and Baseline

CVPR 2023poster

Robust and reliable semantic segmentation in complex scenes is crucial for many real-life applications such as autonomous safe driving and nighttime rescue. In most approaches, it is typical to make use of RGB images as input. They however work well only in preferred weather conditions; when facing…

2023

PoseExaminer: Automated Testing of Out-of-Distribution Robustness in Human Pose and Shape Estimation

CVPR 2023poster

Human pose and shape (HPS) estimation methods achieve remarkable results. However, current HPS benchmarks are mostly designed to test models in scenarios that are similar to the training data. This can lead to critical situations in real-world applications when the observed data differs significantl…

2023

SQUID: Deep Feature In-Painting for Unsupervised Anomaly Detection

CVPR 2023poster

Radiography imaging protocols focus on particular body regions, therefore producing images of great similarity and yielding recurrent anatomical structures across patients. To exploit this structured information, we propose the use of Space-aware Memory Queues for In-painting and Detecting anomalies…

2023

Super-CLEVR: A Virtual Benchmark To Diagnose Domain Robustness in Visual Reasoning

CVPR 2023highlight

Visual Question Answering (VQA) models often perform poorly on out-of-distribution data and struggle on domain generalization. Due to the multi-modal nature of this task, multiple factors of variation are intertwined, making generalization difficult to analyze. This motivates us to introduce a virtu…

2020

Adversarial Examples Improve Image Recognition

CVPR 2020poster

Adversarial examples are commonly viewed as a threat to ConvNets. Here we present an opposite perspective: adversarial examples can be used to improve image recognition models if harnessed in the right manner. We propose AdvProp, an enhanced adversarial training scheme which treats adversarial examp…

Cited by 699PDFcodeScholar
2020

C2FNAS: Coarse-to-Fine Neural Architecture Search for 3D Medical Image Segmentation

CVPR 2020poster

3D convolution neural networks (CNN) have been proved very successful in parsing organs or tumours in 3D medical images, but it remains sophisticated and time-consuming to choose or design proper 3D networks given different task contexts. Recently, Neural Architecture Search (NAS) is proposed to sol…

Cited by 182PDFScholar
2020

Compositional Convolutional Neural Networks: A Deep Architecture With Innate Robustness to Partial Occlusion

CVPR 2020poster

Recent work has shown that deep convolutional neural networks (DCNNs) do not generalize well under partial occlusion. Inspired by the success of compositional models at classifying partially occluded objects, we propose to integrate compositional models and DCNNs into a unified deep model with innat…

Cited by 120PDFcodeScholar
2020

Context-Aware Group Captioning via Self-Attention and Contrastive Features

CVPR 2020poster

While image captioning has progressed rapidly, existing works focus mainly on describing single images. In this paper, we introduce a new task, context-aware group captioning, which aims to describe a group of target images in the context of another group of related reference images. Context-aware g…

Cited by 49PDFScholar
2020

Deep Distance Transform for Tubular Structure Segmentation in CT Scans

CVPR 2020oral

Tubular structure segmentation in medical images, e.g., segmenting vessels in CT scans, serves as a vital step in the use of computers to aid in screening early stages of related diseases. But automatic tubular structure segmentation in CT scans is a challenging problem, due to issues such as poor c…

Cited by 139PDFScholar
2020

Every View Counts: Cross-View Consistency in 3D Object Detection with Hybrid-Cylindrical-Spherical Voxelization

NeurIPS 2020poster

Recent voxel-based 3D object detectors for autonomous vehicles learn point cloud representations either from bird eye view (BEV) or range view (RV, a.k.a. the perspective view). However, each view has its own strengths and weaknesses. In this paper, we present a novel framework to unify and leverage…

Cited by 129SourcePDFScholar
2020

Neural Architecture Search for Lightweight Non-Local Networks

CVPR 2020poster

Non-Local (NL) blocks have been widely studied in various vision tasks. However, it has been rarely explored to embed the NL blocks in mobile neural networks, mainly due to the following challenges: 1) NL blocks generally have heavy computation cost which makes it difficult to be applied in applicat…

Cited by 71PDFcodeScholar
2020

Robust Object Detection Under Occlusion With Context-Aware CompositionalNets

CVPR 2020poster

Detecting partially occluded objects is a difficult task. Our experimental results show that deep learning approaches, such as Faster R-CNN, are not robust at object detection under occlusion. Compositional convolutional neural networks (CompositionalNets) have been shown to be robust at classifying…

Cited by 163PDFScholar
2020

Synthesize then Compare: Detecting Failures and Anomalies for Semantic Segmentation

ECCV 2020poster

The ability to detect failures and anomalies are fundamental requirements for building reliable systems for computer vision applications, especially safety-critical applications of semantic segmentation, such as autonomous driving and medical image analysis. In this paper, we systematically study fa…

2020

Universal Physical Camouflage Attacks on Object Detectors

CVPR 2020poster

In this paper, we study physical adversarial attacks on object detectors in the wild. Previous works mostly craft instance-dependent perturbations only for rigid or planar objects. To this end, we propose to learn an adversarial pattern to effectively attack all instances belonging to the same objec…

Cited by 235PDFScholar
2019

Adversarial Attacks Beyond the Image Space

CVPR 2019oral

Generating adversarial examples is an intriguing problem and an important way of understanding the working mechanism of deep neural networks. Most existing approaches generated perturbations in the image space, i.e., each pixel can be modified independently. However, in this paper we pay special att…

Cited by 174PDFScholar
2019

An Alarm System for Segmentation Algorithm Based on Shape Model

ICCV 2019accepted

It is usually hard for a learning system to predict correctly on rare events that never occur in the training data, and there is no exception for segmentation algorithms. Meanwhile, manual inspection of each case to locate the failures becomes infeasible due to the trend of large data scale and limi…

Cited by 30SourcePDFScholar
2019

Auto-DeepLab: Hierarchical Neural Architecture Search for Semantic Image Segmentation

CVPR 2019oral

Recently, Neural Architecture Search (NAS) has successfully identified neural network architectures that exceed human designed ones on large-scale image classification. In this paper, we study NAS for semantic image segmentation. Existing works often focus on searching the repeatable cell structure,…

Cited by 1290PDFcodeScholar
2019

CRAVES: Controlling Robotic Arm With a Vision-Based Economic System

CVPR 2019poster

Training a robotic arm to accomplish real-world tasks has been attracting increasing attention in both academia and industry. This work discusses the role of computer vision algorithms in this field. We focus on low-cost arms on which no sensors are equipped and thus all decisions are made upon visu…

Cited by 71PDFScholar
2019

ELASTIC: Improving CNNs With Dynamic Scaling Policies

CVPR 2019oral

Scale variation has been a challenge from traditional to modern approaches in computer vision. Most solutions to scale issues have a similar theme: a set of intuitive and manually designed policies that are generic and fixed (e.g. SIFT or feature pyramid). We argue that the scaling policy should be…

Cited by 87PDFcodeScholar
2019

Elastic Boundary Projection for 3D Medical Image Segmentation

CVPR 2019poster

We focus on an important yet challenging problem: using a 2D deep network to deal with 3D segmentation for medical image analysis. Existing approaches either applied multi-view planar (2D) networks or directly used volumetric (3D) networks for this purpose, but both of them are not ideal: 2D network…

Cited by 46PDFcodeScholar
2019

Feature Denoising for Improving Adversarial Robustness

CVPR 2019poster

Adversarial attacks to image classification systems present challenges to convolutional networks and opportunities for understanding them. This study suggests that adversarial perturbations on images lead to noise in the features constructed by these networks. Motivated by this observation, we devel…

Cited by 1130PDFcodeScholar
2019

Improving Transferability of Adversarial Examples With Input Diversity

CVPR 2019poster

Though CNNs have achieved the state-of-the-art performance on various vision tasks, they are vulnerable to adversarial examples --- crafted by adding human-imperceptible perturbations to clean images. However, most of the existing adversarial attacks only achieve relatively low success rates under t…

Cited by 1481PDFcodeScholar
2019

Iterative Reorganization With Weak Spatial Constraints: Solving Arbitrary Jigsaw Puzzles for Unsupervised Representation Learning

CVPR 2019poster

Learning visual features from unlabeled image data is an important yet challenging task, which is often achieved by training a model on some annotation-free information. We consider spatial contexts, for which we solve so-called jigsaw puzzles, i.e., each image is cut into grids and then disordered,…

Cited by 141PDFScholar
2019

NDDR-CNN: Layerwise Feature Fusing in Multi-Task CNNs by Neural Discriminative Dimensionality Reduction

CVPR 2019poster

In this paper, we propose a novel Convolutional Neural Network (CNN) structure for general-purpose multi-task learning (MTL), which enables automatic feature fusing at every layer from different tasks. This is in contrast with the most widely used MTL CNN structures which empirically or heuristicall…

Cited by 347PDFcodeScholar
2019

Neural Rejuvenation: Improving Deep Network Training by Enhancing Computational Resource Utilization

CVPR 2019oral

In this paper, we study the problem of improving computational resource utilization of neural networks. Deep neural networks are usually over-parameterized for their tasks in order to achieve good performances, thus are likely to have underutilized computational resources. This observation motivates…

Cited by 38PDFcodeScholar
2019

Prior-Aware Neural Network for Partially-Supervised Multi-Organ Segmentation

ICCV 2019accepted

Accurate multi-organ abdominal CT segmentation is essential to many clinical applications such as computer-aided intervention. As data annotation requires massive human labor from experienced radiologists, it is common that training data is usually partially-labeled. However, these background labels…

2019

Semantic Part Detection via Matching: Learning to Generalize to Novel Viewpoints From Limited Training Data

ICCV 2019poster

Detecting semantic parts of an object is a challenging task, particularly because it is hard to annotate semantic parts and construct large datasets. In this paper, we present an approach which can learn from a small annotated dataset containing a limited range of viewpoints and generalize to detect…

Cited by 11PDFcodeScholar
2019

Semantic-Aware Knowledge Preservation for Zero-Shot Sketch-Based Image Retrieval

ICCV 2019poster

Sketch-based image retrieval (SBIR) is widely recognized as an important vision problem which implies a wide range of real-world applications. Recently, research interests arise in solving this problem under the more realistic and challenging setting of zero-shot learning. In this paper, we investig…

Cited by 137PDFcodeScholar
2018

DeepVoting: A Robust and Explainable Deep Network for Semantic Part Detection Under Partial Occlusion

CVPR 2018poster

In this paper, we study the task of detecting semantic parts of an object, e.g., a wheel of a car, under partial occlusion. We propose that all models should be trained without seeing occlusions while being able to transfer the learned knowledge to deal with occlusions. This setting alleviates the d…

Cited by 53SourcePDFScholar
2018

Few-Shot Image Recognition by Predicting Parameters From Activations

CVPR 2018poster

In this paper, we are interested in the few-shot learning problem. In particular, we focus on a challenging scenario where the number of categories is large and the number of examples per novel category is very limited, e.g. 1, 2, or 3. Motivated by the close relationship between the parameters and…

Cited by 680SourcePDFScholar
2018

Multi-Scale Spatially-Asymmetric Recalibration for Image Classification

ECCV 2018poster

Convolution is spatially-symmetric, i.e., the visual features are independent of its position in the image, which limits its ability to use spatial information. This paper addresses this issue by a recalibration process, which refers to the surrounding region of each neuron, computes an importance v…

Cited by 17SourcePDFScholar
2018

Recurrent Saliency Transformation Network: Incorporating Multi-Stage Visual Cues for Small Organ Segmentation

CVPR 2018poster

We aim at segmenting small organs (e.g., the pancreas) from abdominal CT scans. As the target often occupies a relatively small region in the input image, deep neural networks can be easily confused by the complex and variable background. To alleviate this, researchers proposed a coarse-to-fine appr…

Cited by 285SourcePDFScholar
2018

Single-Shot Object Detection With Enriched Semantics

CVPR 2018poster

We propose a novel single shot object detection network named Detection with Enriched Semantics (DES). Our motivation is to enrich the semantics of object detection features within a typical deep detector, by a semantic segmentation branch and a global activation module. The segmentation branch is s…

Cited by 261SourcePDFScholar
2017

Exploiting Symmetry and/or Manhattan Properties for 3D Object Structure Estimation From Single and Multiple Images

CVPR 2017poster

Many man-made objects have intrinsic symmetries and Manhattan structure. By assuming an orthographic projection model, this paper addresses the estimation of 3D structures and camera projection using symmetry and/or Manhattan structure cues, which occur when the input is single- or multiple-image fr…

Cited by 49PDFScholar
2017

Multi-Context Attention for Human Pose Estimation

CVPR 2017poster

In this paper, we propose to incorporate convolutional neural networks with a multi-context attention mechanism into an end-to-end framework for human pose estimation. We adopt stacked hourglass networks to generate attention maps from features at multiple resolutions with various semantics. The Con…

Cited by 909PDFScholar
2016

Attention to Scale: Scale-Aware Semantic Image Segmentation

CVPR 2016poster

Incorporating multi-scale features in fully convolutional neural networks (FCNs) has been a key element to achieving state-of-the-art performance on semantic image segmentation. One common way to extract multi-scale features is to feed multiple resized input images to a shared deep network and then…

Cited by 1726PDFScholar
2016

Generation and Comprehension of Unambiguous Object Descriptions

CVPR 2016oral

We propose a method that can generate an unambiguous description (known as a referring expression) of a specific object or region in an image, and which can also comprehend or interpret such an expression to infer which object is being described. We show that our method outperforms previous methods…

Cited by 1580PDFcodeScholar
2016

SURGE: Surface Regularized Geometry Estimation from a Single Image

NeurIPS 2016poster

This paper introduces an approach to regularize 2.5D surface normal and depth predictions at each pixel given a single input image. The approach infers and reasons about the underlying 3D planar surfaces depicted in the image to snap predicted normals and depths to inferred planar surfaces, all whil…

Cited by 103SourcePDFScholar
2016

Semantic Image Segmentation With Task-Specific Edge Detection Using CNNs and a Discriminatively Trained Domain Transform

CVPR 2016poster

Deep convolutional neural networks (CNNs) are the backbone of state-of-art semantic image segmentation systems. Recent work has shown that complementing CNNs with fully-connected conditional random fields (CRFs) can significantly enhance their object localization accuracy, yet dense CRF inference is…

Cited by 451PDFScholar
2016

Training and Evaluating Multimodal Word Embeddings with Large-scale Web Annotated Images

NeurIPS 2016poster

In this paper, we focus on training and evaluating effective word embeddings with both text and visual information. More specifically, we introduce a large-scale dataset with 300 million sentences describing over 40 million images crawled and downloaded from publicly available Pins (i.e. an image wi…

Cited by 64SourcePDFScholar
2015

Joint Object and Part Segmentation Using Deep Learned Potentials

ICCV 2015poster

Segmenting semantic objects from images and parsing them into their respective semantic parts are fundamental steps towards detailed object understanding in computer vision. In this paper, we propose a joint solution that tackles semantic object and part segmentation simultaneously, in which higher…

Cited by 141PDFScholar
2015

Learning Like a Child: Fast Novel Visual Concept Learning From Sentence Descriptions of Images

ICCV 2015poster

In this paper, we address the task of learning novel visual concepts, and their interactions with other concepts, from a few images with sentence descriptions. Using linguistic context and visual features, our method is able to efficiently hypothesize the semantic meaning of new words and add them t…

Cited by 195PDFScholar
2015

Modeling Deformable Gradient Compositions for Single-Image Super-Resolution

CVPR 2015poster

We propose a single-image super-resolution method based on the gradient reconstruction. To predict the gradient field, we collect a dictionary of gradient patterns from an external set of images. We observe that there are patches representing singular primitive structures (e.g. a single edge), and n…

Cited by 43SourcePDFScholar
2015

Semantic Part Segmentation Using Compositional Model Combining Shape and Appearance

CVPR 2015poster

In this paper, we study the problem of semantic part segmentation for animals. This is more challenging than standard object detection, object segmentation and pose estimation tasks because semantic parts of animals often have similar appearance and highly varying shapes. To tackle these challenges,…

Cited by 131SourcePDFScholar
2015

Towards Unified Depth and Semantic Prediction From a Single Image

CVPR 2015poster

Depth estimation and semantic segmentation are two fundamental problems in image understanding. While the two tasks are strongly correlated and mutually beneficial, they are usually solved separately or sequentially. Motivated by the complementary properties of the two tasks, we propose a unified fr…

2015

Weakly- and Semi-Supervised Learning of a Deep Convolutional Network for Semantic Image Segmentation

ICCV 2015poster

Deep convolutional neural networks (DCNNs) trained on a large number of images with strong pixel-level annotations have recently significantly pushed the state-of-art in semantic image segmentation. We study the more challenging problem of learning DCNNs for semantic image segmentation from either (…

Cited by 1612PDFcodeScholar