← Search

Larry S. Davis

72 accepted papers

2025

Text2Outfit: Controllable Outfit Generation with Multimodal Language Models

ICCV 2025poster

Existing outfit recommendation frameworks focus on outfit compatibility prediction and complementary item retrieval. We present a text-driven outfit generation framework, Text2Outfit, which generates outfits controlled by text prompts. Our framework supports two forms of outfit recommendation: 1) Te…

Cited by 0SourcePDFScholar
2023

FlexNeRF: Photorealistic Free-Viewpoint Rendering of Moving Humans From Sparse Views

CVPR 2023poster

We present FlexNeRF, a method for photorealistic free-viewpoint rendering of humans in motion from monocular videos. Our approach works well with sparse views, which is a challenging scenario when the subject is exhibiting fast/complex motions. We propose a novel approach which jointly optimizes a c…

2022

Responsible Disclosure of Generative Models Using Scalable Fingerprinting

ICLR 2022spotlight

Over the past years, deep generative models have achieved a new level of performance. Generated data has become difficult, if not impossible, to be distinguished from real data. While there are plenty of use cases that benefit from this technology, there are also strong concerns on how this new tech…

2022

Rethinking Pseudo Labels for Semi-supervised Object Detection

AAAI 2022technical

Recent advances in semi-supervised object detection (SSOD) are largely driven by consistency-based pseudo-labeling methods for image classification tasks, producing pseudo labels as supervisory signals. However, when using pseudo labels, there is a lack of consideration in localization precision and…

Cited by 97SourcePDFScholar
2021

2D or not 2D? Adaptive 3D Convolution Selection for Efficient Video Recognition

CVPR 2021poster

3D convolutional networks are prevalent for video recognition. While achieving excellent recognition performance on standard benchmarks, they operate on a sequence of frames with 3D convolutions and thus are computationally demanding. Exploiting large variations among different videos, we introduce…

Cited by 49PDFScholar
2021

Beyond Short Clips: End-to-End Video-Level Learning With Collaborative Memories

CVPR 2021poster

The standard way of training video models entails sampling at each iteration a single clip from a video and optimizing the clip prediction with respect to the video-level label. We argue that a single clip may not have enough temporal coverage to exhibit the label to recognize, since video datasets…

Cited by 28PDFScholar
2021

DiscoBox: Weakly Supervised Instance Segmentation and Semantic Correspondence From Box Supervision

ICCV 2021poster

We introduce DiscoBox, a novel framework that jointly learns instance segmentation and semantic correspondence using bounding box supervision. Specifically, we propose a self-ensembling framework where instance segmentation and semantic correspondence are jointly guided by a structured teacher in ad…

Cited by 96PDFScholar
2021

Dual Contrastive Loss and Attention for GANs

ICCV 2021poster

Generative Adversarial Networks (GANs) produce impressive results on unconditional image generation when powered with large-scale image datasets. Yet generated images are still easy to spot especially on datasets with high variance (e.g. bedroom, church). In this paper, we propose various improvemen…

Cited by 71PDFcodeScholar
2021

LayoutTransformer: Layout Generation and Completion With Self-Attention

ICCV 2021poster

We address the problem of scene layout generation for diverse domains such as images, mobile applications, documents, and 3D objects. Most complex scenes, natural or human-designed, can be expressed as a meaningful arrangement of simpler compositional graphical primitives. Generating a new layout or…

Cited by 184PDFcodeScholar
2021

Learned Spatial Representations for Few-Shot Talking-Head Synthesis

ICCV 2021poster

We propose a novel approach for few-shot talking-head synthesis. While recent works in neural talking heads have produced promising results, they can still produce images that do not preserve the identity of the subject in source images. We posit this is a result of the entangled representation of e…

Cited by 49PDFScholar
2021

Learning Graphs for Knowledge Transfer With Limited Labels

CVPR 2021poster

Fixed input graphs are a mainstay in approaches that utilize Graph Convolution Networks (GCNs) for knowledge transfer. The standard paradigm is to utilize relationships in the input graph to transfer information using GCNs from training to testing nodes in the graph; for example, the semi-supervised…

Cited by 12PDFScholar
2021

Learning Realistic Human Reposing Using Cyclic Self-Supervision With 3D Shape, Pose, and Appearance Consistency

ICCV 2021poster

Synthesizing images of a person in novel poses from a single image is a highly ambiguous task. Most existing approaches require paired training images; i.e. images of the same person with the same clothing in different poses. However, obtaining sufficiently large datasets with paired data is challen…

Cited by 20PDFScholar
2021

SLADE: A Self-Training Framework for Distance Metric Learning

CVPR 2021poster

Most existing distance metric learning approaches use fully labeled data to learn the sample similarities in an embedding space. We present a self-training framework, SLADE, to improve retrieval performance by leveraging additional unlabeled data. We first train a teacher model on the labeled data a…

Cited by 14PDFScholar
2021

StEP: Style-Based Encoder Pre-Training for Multi-Modal Image Synthesis

CVPR 2021poster

We propose a novel approach for multi-modal Image-to-image (I2I) translation. To tackle the one-to-many relationship between input and output domains, previous works use complex training objectives to learn a latent embedding, jointly with the generator, that models the variability of the output dom…

Cited by 11PDFScholar
2021

The Lottery Ticket Hypothesis for Object Recognition

CVPR 2021poster

Recognition tasks, such as object recognition and keypoint estimation, have seen widespread adoption in recent years. Most state-of-the-art methods for these tasks use deep networks that are computationally expensive and have huge memory footprints. This makes it exceedingly difficult to deploy thes…

Cited by 76PDFcodeScholar
2021

VideoLT: Large-Scale Long-Tailed Video Recognition

ICCV 2021poster

Label distributions in real-world are oftentimes long-tailed and imbalanced, resulting in biased models towards dominant labels. While long-tailed recognition has been extensively studied for image classification tasks, limited effort has been made for video domain. In this paper, we introduce Video…

Cited by 53PDFcodeScholar
2020

Consistency-based Semi-supervised Active Learning: Towards Minimizing Labeling Cost

ECCV 2020poster

Active learning (AL) combines data labeling and model training to minimize the labeling cost by prioritizing the selection of high value data that can best improve model performance. In pool-based active learning, accessible unlabeled data are not used for model training in most conventional methods…

Cited by 237SourcePDFScholar
2020

DOPS: Learning to Detect 3D Objects and Predict Their 3D Shapes

CVPR 2020poster

We propose DOPS, a fast single-stage 3D object detection method for LIDAR data. Previous methods often make domain-specific design decisions, for example projecting points into a bird-eye view image in autonomous driving scenarios. In contrast, we propose a general-purpose method that works on both…

Cited by 72PDFScholar
2020

InfoFocus: 3D Object Detection for Autonomous Driving with Dynamic Information Modeling

ECCV 2020poster

Real-time 3D object detection is crucial for autonomous cars. Achieving promising performance with high efficiency, voxel-based approaches have received considerable attention. However, previous methods model the input space with features extracted from equally divided sub-regions without considerin…

2020

Learning From Noisy Anchors for One-Stage Object Detection

CVPR 2020poster

State-of-the-art object detectors rely on regressing and classifying an extensive list of possible anchors, which are divided into positive and negative samples based on their intersection-over-union (IoU) with corresponding ground-truth objects. Such a harsh split conditioned on IoU results in bina…

Cited by 126PDFcodeScholar
2020

Making an Invisibility Cloak: Real World Adversarial Attacks on Object Detectors

ECCV 2020poster

We present a systematic study of adversarial attacks on state-of-the-art object detection frameworks. Using standard detection datasets, we train patterns that suppress the objectness scores produced by a range of commonly used detectors, and ensembles of detectors. Through extensive experiments, we…

Cited by 339SourcePDFScholar
2019

ACE: Adapting to Changing Environments for Semantic Segmentation

ICCV 2019poster

Deep neural networks exhibit exceptional accuracy when they are trained and tested on the same data distributions. However, neural classifiers are often extremely brittle when confronted with domain shift---changes in the input distribution that occur over time. We present ACE, a framework for seman…

Cited by 119PDFScholar
2019

AdaFrame: Adaptive Frame Selection for Fast Video Recognition

CVPR 2019poster

We present AdaFrame, a framework that adaptively selects relevant frames on a per-input basis for fast video recognition. AdaFrame contains a Long Short-Term Memory network augmented with a global memory that provides context information for searching which frames to use over time. Trained with poli…

Cited by 258PDFScholar
2019

Adversarial training for free!

NeurIPS 2019poster

Adversarial training, in which a network is trained on adversarial examples, is one of the few defenses against adversarial attacks that withstands strong attacks. Unfortunately, the high cost of generating strong adversarial examples makes standard adversarial training impractical on large-scale pr…

Cited by 1720SourcePDFScholar
2019

Cross-X Learning for Fine-Grained Visual Categorization

ICCV 2019poster

Recognizing objects from subcategories with very subtle differences remains a challenging task due to the large intra-class and small inter-class variation. Recent work tackles this problem in a weakly-supervised manner: object parts are first detected and the corresponding part-specific features ar…

Cited by 241PDFcodeScholar
2019

FiNet: Compatible and Diverse Fashion Image Inpainting

ICCV 2019oral

Visual compatibility is critical for fashion analysis, yet is missing in existing fashion image synthesis systems. In this paper, we propose to explicitly model visual compatibility through fashion image inpainting. We present Fashion Inpainting Networks (FiNet), a two-stage image-to-image generatio…

Cited by 85PDFScholar
2019

Layout-Induced Video Representation for Recognizing Agent-in-Place Actions

ICCV 2019poster

We address scene layout modeling for recognizing agent-in-place actions, which are actions associated with agents who perform them and the places where they occur, in the context of outdoor home surveillance. We introduce a novel representation to model the geometry and topology of scene layouts so…

Cited by 4PDFScholar
2019

LiteEval: A Coarse-to-Fine Framework for Resource Efficient Video Recognition

NeurIPS 2019poster

This paper presents LiteEval, a simple yet effective coarse-to-fine framework for resource efficient video recognition, suitable for both online and offline scenarios. Exploiting decent yet computationally efficient features derived at a coarse scale with a lightweight CNN model, LiteEval dynamicall…

Cited by 127SourcePDFScholar
2019

MAN: Moment Alignment Network for Natural Language Moment Retrieval via Iterative Graph Adjustment

CVPR 2019poster

This research strives for natural language moment retrieval in long, untrimmed video streams. The problem is not trivial especially when a video contains multiple moments of interests and the language describes complex temporal dependencies, which often happens in real scenarios. We identify two cr…

Cited by 372PDFScholar
2019

STEP: Spatio-Temporal Progressive Learning for Video Action Detection

CVPR 2019oral

In this paper, we propose Spatio-TEmporal Progressive (STEP) action detector--a progressive learning framework for spatio-temporal action detection in videos. Starting from a handful of coarse-scale proposal cuboids, our approach progressively refines the proposals towards actions over a few steps.…

Cited by 200PDFScholar
2019

StartNet: Online Detection of Action Start in Untrimmed Videos

ICCV 2019poster

We propose StartNet to address Online Detection of Action Start (ODAS) where action starts and their associated categories are detected in untrimmed, streaming videos. Previous methods aim to localize action starts by learning feature representations that can directly separate the start point from i…

Cited by 70PDFcodeScholar
2019

Temporal Recurrent Networks for Online Action Detection

ICCV 2019poster

Most work on temporal action detection is formulated as an offline problem, in which the start and end times of actions are determined after the entire video is fully observed. However, important real-time applications including surveillance and driver assistance systems require identifying actions…

Cited by 233PDFcodeScholar
2018

BlockDrop: Dynamic Inference Paths in Residual Networks

CVPR 2018poster

Very deep convolutional neural networks offer excellent recognition results, yet their computational expense limits their impact for many real-world applications. We introduce BlockDrop, an approach that learns to dynamically choose which layers of a deep network to execute during inference so as t…

2018

C-WSL: Count-guided Weakly Supervised Localization

ECCV 2018poster

We introduce count-guided weakly supervised localization (C-WSL), an approach that uses per-class object count as a new form of supervision to improve weakly supervised localization (WSL). C-WSL uses a simple count-based region selection algorithm to select high-quality regions, each of which covers…

Cited by 115SourcePDFScholar
2018

DCAN: Dual Channel-wise Alignment Networks for Unsupervised Scene Adaptation

ECCV 2018poster

Harvesting dense pixel-level annotations to train deep neural networks for semantic segmentation is extremely expensive and unwieldy at scale. While learning from synthetic data where labels are readily available sounds promising, performance degrades significantly when testing on novel realistic da…

Cited by 317SourcePDFScholar
2018

Dynamic Zoom-In Network for Fast Object Detection in Large Images

CVPR 2018poster

We introduce a generic framework that reduces the computational cost of object detection while retaining accuracy for scenarios where objects with varied sizes appear in high resolution images. Detection progresses in a coarse-to-fine manner, first on a down-sampled version of the image and then on…

Cited by 175SourcePDFScholar
2018

Learning Rich Features for Image Manipulation Detection

CVPR 2018poster

Image manipulation detection is different from traditional semantic object detection because it pays more attention to tampering artifacts than to image content, which suggests that richer features need to be learned. We propose a two-stream Faster R-CNN network and train it end-to- end to detect th…

Cited by 797SourcePDFScholar
2018

Learning a Discriminative Filter Bank Within a CNN for Fine-Grained Recognition

CVPR 2018poster

Compared to earlier multistage frameworks using CNN features, recent end-to-end deep approaches for fine-grained recognition essentially enhance the mid-level learning capability of CNNs. Previous approaches achieve this by introducing an auxiliary network to infuse localization information into the…

Cited by 504SourcePDFScholar
2018

NISP: Pruning Networks Using Neuron Importance Score Propagation

CVPR 2018poster

To reduce the significant redundancy in deep Convolutional Neural Networks (CNNs), most existing methods prune neurons by only considering the statistics of an individual layer or two consecutive layers (e.g., prune one layer to minimize the reconstruction error of the next layer), ignoring the effe…

Cited by 1103SourcePDFScholar
2018

R-FCN-3000 at 30fps: Decoupling Detection and Classification

CVPR 2018poster

We propose a modular approach towards large-scale real-time object detection by decoupling objectness detection and classification. We exploit the fact that many object classes are visually similar and share parts. Thus, a universal objectness detector can be learned for class-agnostic object detect…

2018

Weakly-supervised Video Summarization using Variational Encoder-Decoder and Web Prior

ECCV 2018poster

Video summarization is a challenging under-constrained problem because the underlying summary of a single video strongly depends on users' subjective understandings. Data-driven approaches, such as deep neural networks, can deal with the ambiguity inherent in this task to some extent, but it is extr…

2017

Automatic Spatially-Aware Fashion Concept Discovery

ICCV 2017poster

This paper proposes an automatic spatially-aware concept discovery approach using weakly labeled image-text data from shopping websites. We first fine-tune GoogleNet by jointly modeling clothing images and their corresponding descriptions in a visual-semantic embedding space. Then, for each attribut…

Cited by 310PDFScholar
2017

FASON: First and Second Order Information Fusion Network for Texture Recognition

CVPR 2017poster

Deep networks have shown impressive performance on many computer vision tasks. Recently, deep convolutional neural networks (CNNs) have been used to learn discriminative texture representations. One of the most successful approaches is Bilinear CNN model that explicitly captures the second order sta…

Cited by 95PDFScholar
2017

Generating Holistic 3D Scene Abstractions for Text-Based Image Retrieval

CVPR 2017poster

Spatial relationships between objects provide important information for text-based image retrieval. As users are more likely to describe a scene from a real world perspective, using 3D spatial relationships rather than 2D relationships that assume a particular viewing direction, one of the main chal…

Cited by 35PDFScholar
2017

Soft-NMS -- Improving Object Detection With One Line of Code

ICCV 2017poster

Non-maximum suppression is an integral part of the object detection pipeline. First, it sorts all detection boxes on the basis of their scores. The detection box M with the maximum score is selected and all other detection boxes with a significant overlap (using a pre-defined threshold) with M are s…

Cited by 2109PDFScholar
2017

Temporal Context Network for Activity Localization in Videos

ICCV 2017poster

We present a Temporal Context Network (TCN) for precise temporal localization of human activities. Similar to the Faster-RCNN architecture, proposals are placed at equal intervals in a video which span multiple temporal scales. We propose a novel representation for ranking these proposals. Since poo…

Cited by 318PDFScholar
2017

The Amazing Mysteries of the Gutter: Drawing Inferences Between Panels in Comic Book Narratives

CVPR 2017spotlight

Visual narrative is often a combination of explicit information and judicious omissions, relying on the viewer to supply missing details. In comics, most movements in time and space are hidden in the "gutters" between panels. To follow the story, readers logically connect panels together by inferrin…

Cited by 132PDFScholar
2017

Visual Relationship Detection With Internal and External Linguistic Knowledge Distillation

ICCV 2017poster

Understanding the visual relationship between two objects involves identifying the subject, the object, and a predicate relating them.We leverage the strong correlations between the predicate and the (subj,obj) pair (both semantically and spatially) to predict predicates conditioned on the subjects…

Cited by 326PDFScholar
2016

Learning Temporal Regularity in Video Sequences

CVPR 2016poster

Perceiving meaningful activities in a long video sequence is a challenging problem due to ambiguous definition of `meaningfulness' as well as clutters in the scene. We approach this problem by learning a generative model for regular motion patterns (termed as regularity) using multiple sources with…

Cited by 1598PDFcodeScholar
2016

Mining Discriminative Triplets of Patches for Fine-Grained Classification

CVPR 2016poster

Fine-grained classification involves distinguishing between similar sub-categories based on subtle differences in highly localized regions; therefore, accurate localization of discriminative regions remains a major challenge. We describe a patch-based framework to address this problem. We introduce…

Cited by 165PDFScholar
2015

Class Consistent Multi-Modal Fusion With Binary Features

CVPR 2015poster

Many existing recognition algorithms combine different modalities based on training accuracy but do not consider the possibility of noise at test time. We describe an algorithm that perturbs test features so that all modalities predict the same class. We enforce this perturbation to be as small as p…

Cited by 15SourcePDFScholar
2015

Multi-Task Learning With Low Rank Attribute Embedding for Person Re-Identification

ICCV 2015poster

We propose a novel Multi-Task Learning with Low Rank Attribute Embedding (MTL-LORAE) framework for person re-identification. Re-identifications from multiple cameras are regarded as related tasks to exploit shared information to improve re-identification accuracy. Both low level features and semanti…

Cited by 204PDFScholar
2015

Selecting Relevant Web Trained Concepts for Automated Event Retrieval

ICCV 2015poster

Complex event retrieval is a challenging research problem, especially when no training videos are available. An alternative to collecting training videos is to train a large semantic concept bank a priori. Given a text description of an event, event retrieval is performed by selecting concepts lingu…

Cited by 42PDFScholar