← Search

Lu Yuan

87 accepted papers

2025

Exploring Invariance in Images through One-way Wave Equations

ICML 2025poster

In this paper, we empirically demonstrate that natural images can be reconstructed with high fidelity from compressed representations using a simple first-order norm-plus-linear autoregressive (FINOLA) process—without relying on explicit positional information. Through systematic analysis, we observ…

Cited by 0SourcePDFScholar
2025

Improving Food Recognition with Retrieval-Augmented and Domain-Adaptive LVLMs

ICASSP 2025accepted

Food recognition is pivotal in enhancing intelligent food recommendation systems and nutritional management, contributing to balanced diets and overall health. Although Large Vision-Language Models (LVLMs) have demonstrated impressive performances across various domains, their performance on the foo…

Cited by 0SourceScholar
2024

Efficient Modulation for Vision Networks

ICLR 2024poster

In this work, we present efficient modulation, a novel design for efficient vision networks. We revisit the modulation mechanism, which operates input through convolutional context modeling and feature projection layers, and fuses features via element-wise multiplication and an MLP block. We demonst…

2024

Fast and Accurate Root Cause Analysis Based on Signalling Messages for 5G Networks

ICASSP 2024accepted

The ever-increasing complexity and scale of 5G communication networks pose huge challenges to network operations. Root cause analysis is considered as a promising method for fault detection. However, it still suffers challenges of severely uneven distribution of fault data, low accuracy in root caus…

Cited by 0SourceScholar
2024

Florence-2: Advancing a Unified Representation for a Variety of Vision Tasks

CVPR 2024poster

We introduce Florence-2 a novel vision foundation model with a unified prompt-based representation for various computer vision and vision-language tasks. While existing large vision models excel in transfer learning they struggle to perform diverse tasks with simple instructions a capability that im…

2024

Fully Authentic Visual Question Answering Dataset from Online Communities

ECCV 2024poster

"Visual Question Answering (VQA) entails answering questions about images. We introduce the first VQA dataset in which all contents originate from an authentic use case. Sourced from online question answering community forums, we call it VQAonline. We characterize this dataset and how it relates to…

2024

Learning Subject-Aware Cropping by Outpainting Professional Photos

AAAI 2024technical

How to frame (or crop) a photo often depends on the image subject and its context; e.g., a human portrait. Recent works have defined the subject-aware image cropping task as a nuanced and practical version of image cropping. We propose a weakly-supervised approach (GenCrop) to learn what makes a hig…

Cited by 2SourcePDFScholar
2024

Manticore: An Unsupervised Intrusion Detection System Based on Contrastive Learning in 5G Networks

ICASSP 2024accepted

The increasing complexity and openness of 5G networks naturally enlarge the attack surface and introduce new vulnerabilities, thereby posing challenges to the performance of existing intrusion detection systems (IDSs). Current IDSs solely rely on statistical features, which may suffer from low accur…

Cited by 0SourceScholar
2024

OmniViD: A Generative Framework for Universal Video Understanding

CVPR 2024poster

The core of video understanding tasks such as recognition captioning and tracking is to automatically detect objects or actions in a video and analyze their temporal evolution. Despite sharing a common goal different tasks often rely on distinct model architectures and annotation formats. In contras…

2024

i-Code Studio: A Configurable and Composable Framework for Integrative AI

EMNLP 2024system demonstrations

Artificial General Intelligence (AGI) requires comprehensive understanding and generation capabilities for a variety of tasks spanning different modalities and functionalities. Integrative AI is one important direction to approach AGI, through combining multiple models to tackle complex multimodal t…

2024

i-Code V2: An Autoregressive Generation Framework over Vision, Language, and Speech Data

NAACL 2024findings

The convergence of text, visual, and audio data is crucial towards human-like artificial intelligence, however the current Vision-Language-Speech landscape is dominated by encoder-only models that lack generative abilities. We propose closing this gap with i-Code V2, one of the first models capable…

Cited by 3SourcePDFScholar
2023

Detection Hub: Unifying Object Detection Datasets via Query Adaptation on Language Embedding

CVPR 2023poster

Combining multiple datasets enables performance boost on many computer vision tasks. But similar trend has not been witnessed in object detection when combining multiple datasets due to two inconsistencies among detection datasets: taxonomy difference and domain gap. In this paper, we address these…

Cited by 26SourcePDFScholar
2023

Frido: Feature Pyramid Diffusion for Complex Scene Image Synthesis

AAAI 2023technical

Diffusion models (DMs) have shown great potential for high-quality image synthesis. However, when it comes to producing images with complex scenes, how to properly describe both image global structures and object details remains a challenging task. In this paper, we present Frido, a Feature Pyramid…

2023

Generalized Decoding for Pixel, Image, and Language

CVPR 2023poster

We present X-Decoder, a generalized decoding model that can predict pixel-level segmentation and language tokens seamlessly. X-Decoder takes as input two types of queries: (i) generic non-semantic queries and (ii) semantic queries induced from text inputs, to decode different pixel-level and token-l…

2023

Improving Adversarial Robustness of Masked Autoencoders via Test-time Frequency-domain Prompting

ICCV 2023poster

In this paper, we investigate the adversarial robustness of vision transformers that are equipped with BERT pretraining (e.g., BEiT, MAE). A surprising observation is that MAE has significantly worse adversarial robustness than other BERT pretraining methods. This observation drives us to rethink th…

Cited by 13PDFcodeScholar
2023

Improving Commonsense in Vision-Language Models via Knowledge Graph Riddles

CVPR 2023highlight

This paper focuses on analyzing and improving the commonsense ability of recent popular vision-language (VL) models. Despite the great success, we observe that existing VL-models still lack commonsense knowledge/reasoning ability (e.g., "Lemons are sour"), which is a vital component towards artifici…

2023

LACMA: Language-Aligning Contrastive Learning with Meta-Actions for Embodied Instruction Following

EMNLP 2023long main

End-to-end Transformers have demonstrated an impressive success rate for Embodied Instruction Following when the environment has been seen in training. However, they tend to struggle when deployed in an unseen environment. This lack of generalizability is due to the agent’s insensitivity to subtle c…

Cited by 0SourcecodeScholar
2023

Layer Grafted Pre-training: Bridging Contrastive Learning And Masked Image Modeling For Label-Efficient Representations

ICLR 2023poster

Recently, both Contrastive Learning (CL) and Mask Image Modeling (MIM) demonstrate that self-supervision is powerful to learn good representations. However, naively combining them is far from success. In this paper, we start by making the empirical observation that a naive joint optimization of CL a…

2023

Learning from Rich Semantics and Coarse Locations for Long-tailed Object Detection

NeurIPS 2023poster

Long-tailed object detection (LTOD) aims to handle the extreme data imbalance in real-world datasets, where many tail classes have scarce instances. One popular strategy is to explore extra data with image-level labels, yet it produces limited results due to (1) semantic ambiguity---an image-level l…

2023

Look Before You Match: Instance Understanding Matters in Video Object Segmentation

CVPR 2023poster

Exploring dense matching between the current frame and past frames for long-range context modeling, memory-based methods have demonstrated impressive results in video object segmentation (VOS) recently. Nevertheless, due to the lack of instance understanding ability, the above approaches are oftenti…

Cited by 61SourcePDFScholar
2023

MaskCLIP: Masked Self-Distillation Advances Contrastive Language-Image Pretraining

CVPR 2023poster

This paper presents a simple yet effective framework MaskCLIP, which incorporates a newly proposed masked self-distillation into contrastive language-image pretraining. The core idea of masked self-distillation is to distill representation from a full image to the representation predicted from a mas…

2023

Masked Video Distillation: Rethinking Masked Feature Modeling for Self-Supervised Video Representation Learning

CVPR 2023poster

Benefiting from masked visual modeling, self-supervised video representation learning has achieved remarkable progress. However, existing methods focus on learning representations from scratch through reconstructing low-level features like raw pixel values. In this paper, we propose masked video dis…

2023

PeCo: Perceptual Codebook for BERT Pre-training of Vision Transformers

AAAI 2023technical

This paper explores a better prediction target for BERT pre-training of vision transformers. We observe that current prediction targets disagree with human perception judgment. This contradiction motivates us to learn a perceptual prediction target. We argue that perceptually similar images should…

Cited by 273SourcePDFScholar
2023

TinyCLIP: CLIP Distillation via Affinity Mimicking and Weight Inheritance

ICCV 2023poster

In this paper, we propose a novel cross-modal distillation method, called TinyCLIP, for large-scale language-image pre-trained models. The method introduces two core techniques: affinity mimicking and weight inheritance. Affinity mimicking explores the interaction between modalities during distillat…

Cited by 65PDFcodeScholar
2023

Uni-ControlNet: All-in-One Control to Text-to-Image Diffusion Models

NeurIPS 2023poster

Text-to-Image diffusion models have made tremendous progress over the past two years, enabling the generation of highly realistic images based on open-domain text descriptions. However, despite their success, text descriptions often struggle to adequately convey detailed controls, even when composed…

2023

X-Paste: Revisiting Scalable Copy-Paste for Instance Segmentation using CLIP and StableDiffusion

ICML 2023poster

Copy-Paste is a simple and effective data augmentation strategy for instance segmentation. By randomly pasting object instances onto new background images, it creates new training data for free and significantly boosts the segmentation performance, especially for rare object categories. Although div…

2023

i-Code: An Integrative and Composable Multimodal Learning Framework

AAAI 2023technical

Human intelligence is multimodal; we integrate visual, linguistic, and acoustic signals to maintain a holistic worldview. Most current pretraining methods, however, are limited to one or two modalities. We present i-Code, a self-supervised pretraining framework where users may flexibly combine the m…

2022

An Empirical Study of Training End-to-End Vision-and-Language Transformers

CVPR 2022poster

Vision-and-language (VL) pre-training has proven to be highly effective on various VL downstream tasks. While recent work has shown that fully transformer-based VL models can be more efficient than previous region-feature-based methods, their performance on downstream tasks often degrades significan…

Cited by 430PDFcodeScholar
2022

BEVT: BERT Pretraining of Video Transformers

CVPR 2022poster

This paper studies the BERT pretraining of video transformers. It is a straightforward but worth-studying extension given the recent success from BERT pretraining of image transformers. We introduce BEVT which decouples video representation learning into spatial representation learning and temporal…

Cited by 282PDFcodeScholar
2022

Bootstrapped Masked Autoencoders for Vision BERT Pretraining

ECCV 2022poster

"We propose bootstrapped masked autoencoders (BootMAE), a new approach for vision BERT pretraining. BootMAE improves the original masked autoencoders (MAE) with two core designs: 1) momentum encoder that provides online feature as extra BERT prediction targets; 2) target-aware decoder that tries to…

2022

CSWin Transformer: A General Vision Transformer Backbone With Cross-Shaped Windows

CVPR 2022poster

We present CSWin Transformer, an efficient and effective Transformer-based backbone for general-purpose vision tasks. A challenging issue in Transformer design is that global self-attention is very expensive to compute whereas local self-attention often limits the field of interactions of each token…

Cited by 1346PDFcodeScholar
2022

DNA: Improving Few-Shot Transfer Learning with Low-Rank Decomposition and Alignment

ECCV 2022poster

"Self-supervised (SS) learning has achieved remarkable success in learning strong representation for in-domain few-shot and semi-supervised tasks. However, when transferring such representations to downstream tasks with domain shifts, the performance degrades compared to its supervised counterpart,…

2022

DaViT: Dual Attention Vision Transformers

ECCV 2022poster

"In this work, we introduce Dual Attention Vision Transformers (DaViT), a simple yet effective vision transformer architecture that is able to capture global context while maintaining computational efficiency. We propose approaching the problem from an orthogonal angle: exploiting self-attention mec…

2022

Efficient Self-supervised Vision Transformers for Representation Learning

ICLR 2022poster

This paper investigates two techniques for developing efficient self-supervised vision transformers (EsViT) for visual representation learning. First, we show through a comprehensive empirical study that multi-stage architectures with sparse self-attentions can significantly reduce modeling complexi…

2022

GLIPv2: Unifying Localization and Vision-Language Understanding

NeurIPS 2022accept

We present GLIPv2, a grounded VL understanding model, that serves both localization tasks (e.g., object detection, instance segmentation) and Vision-Language (VL) understanding tasks (e.g., VQA, image captioning). GLIPv2 elegantly unifies localization pre-training and Vision-Language Pre-training (V…

2022

General Facial Representation Learning in a Visual-Linguistic Manner

CVPR 2022oral

How to learn a universal facial representation that boosts all face analysis tasks This paper takes one step toward this goal. In this paper, we study the transfer performance of pre-trained models on face analysis tasks and introduce a framework, called FaRL, for general facial representation learn…

Cited by 199PDFcodeScholar
2022

Grounded Language-Image Pre-Training

CVPR 2022oral

This paper presents a grounded language-image pre-training (GLIP) model for learning object-level, language-aware, and semantic-rich visual representations. GLIP unifies object detection and phrase grounding for pre-training. The unification brings two benefits: 1) it allows GLIP to learn from both…

Cited by 1294PDFcodeScholar
2022

HairCLIP: Design Your Hair by Text and Reference Image

CVPR 2022poster

Hair editing is an interesting and challenging problem in computer vision and graphics. Many existing methods require well-drawn sketches or masks as conditional inputs for editing, however these interactions are neither straightforward nor efficient. In order to free users from the tedious interact…

Cited by 133PDFcodeScholar
2022

K-LITE: Learning Transferable Visual Models with External Knowledge

NeurIPS 2022accept

The new generation of state-of-the-art computer vision systems are trained from natural language supervision, ranging from simple object category names to descriptive captions. This form of supervision ensures high generality and usability of the learned visual models, based on the broad concept cov…

2022

Large-Scale Pre-Training for Person Re-Identification With Noisy Labels

CVPR 2022poster

This paper aims to address the problem of pre-training for person re-identification (Re-ID) with noisy labels. To setup the pre-training task, we apply a simple online multi-object tracking system on raw videos of an existing unlabeled Re-ID dataset "LUPerson" and build the Noisy Labeled variant cal…

Cited by 81PDFcodeScholar
2022

Learning Visual Representation from Modality-Shared Contrastive Language-Image Pre-training

ECCV 2022poster

"Large-scale multi-modal contrastive pre-training has demonstrated great utility to learn transferable features for a range of downstream tasks by mapping multiple modalities into a shared embedding space. Typically, this has employed separate encoders for each modality. However, recent work suggest…

2022

MiniViT: Compressing Vision Transformers With Weight Multiplexing

CVPR 2022poster

Vision Transformer (ViT) models have recently drawn much attention in computer vision due to their high model capability. However, ViT models suffer from huge number of parameters, restricting their applicability on devices with limited computation. To alleviate this problem, we propose MiniViT, a n…

Cited by 162PDFcodeScholar
2022

Mobile-Former: Bridging MobileNet and Transformer

CVPR 2022oral

We present Mobile-Former, a parallel design of MobileNet and transformer with a two-way bridge in between. This structure leverages the advantages of MobileNet at local processing and transformer at global interaction. And the bridge enables bidirectional fusion of local and global features. Differe…

Cited by 687PDFcodeScholar
2022

OmniVL: One Foundation Model for Image-Language and Video-Language Tasks

NeurIPS 2022accept

This paper presents OmniVL, a new foundation model to support both image-language and video-language tasks using one universal architecture. It adopts a unified transformer-based visual encoder for both image and video inputs, and thus can perform joint image-language and video-language pretraining.…

Cited by 165SourcePDFScholar
2022

REVIVE: Regional Visual Representation Matters in Knowledge-Based Visual Question Answering

NeurIPS 2022accept

This paper revisits visual representation in knowledge-based visual question answering (VQA) and demonstrates that using regional information in a better way can significantly improve the performance. While visual representation is extensively studied in traditional VQA, it is under-explored in kno…

2022

Reduce Information Loss in Transformers for Pluralistic Image Inpainting

CVPR 2022poster

Transformers have achieved great success in pluralistic image inpainting recently. However, we find existing transformer based solutions regard each pixel as a token, thus suffer from information loss issue from two aspects: 1) They downsample the input image into much lower resolutions for efficien…

Cited by 106PDFcodeScholar
2022

RegionCLIP: Region-Based Language-Image Pretraining

CVPR 2022poster

Contrastive language-image pretraining (CLIP) using image-text pairs has achieved impressive results on image classification in both zero-shot and transfer learning settings. However, we show that directly applying such models to recognize image regions for object detection leads to unsatisfactory p…

Cited by 648PDFcodeScholar
2022

Should All Proposals Be Treated Equally in Object Detection?

ECCV 2022poster

"The complexity-precision trade-off of an object detector is a critical problem for resource constrained vision tasks. Previous works have emphasized detectors implemented with efficient backbones. The impact on this trade-off of proposal processing by the detection head is investigated in this work…

2022

TinyViT: Fast Pretraining Distillation for Small Vision Transformers

ECCV 2022poster

"Vision transformer (ViT) recently has drawn great attention in computer vision due to its remarkable model capability. However, most prevailing ViT models suffer from huge number of parameters, restricting their applicability on devices with limited resources. To alleviate this issue, we propose Ti…

2022

Unified Contrastive Learning in Image-Text-Label Space

CVPR 2022poster

Visual recognition is recently learned via either supervised learning on human-annotated image-label data or language-image contrastive learning with webly-crawled image-text pairs. While supervised learning may result in a more discriminative representation, language-image pretraining shows unprece…

Cited by 249PDFcodeScholar
2022

Vector Quantized Diffusion Model for Text-to-Image Synthesis

CVPR 2022oral

We present the vector quantized diffusion (VQ-Diffusion) model for text-to-image generation. This method is based on a vector quantized variational autoencoder (VQ-VAE) whose latent space is modeled by a conditional variant of the recently developed Denoising Diffusion Probabilistic Model (DDPM). We…

Cited by 959PDFcodeScholar
2022

Visual Clues: Bridging Vision and Language Foundations for Image Paragraph Captioning

NeurIPS 2022accept

People say, "A picture is worth a thousand words". Then how can we get the rich information out of the image? We argue that by using visual clues to bridge large pretrained vision foundation models and language models, we can do so without any extra cross-modal training. Thanks to the strong zero-sh…

Cited by 28SourcePDFScholar
2021

Chasing Sparsity in Vision Transformers: An End-to-End Exploration

NeurIPS 2021poster

Vision transformers (ViTs) have recently received explosive popularity, but their enormous model sizes and training costs remain daunting. Conventional post-training pruning often incurs higher training budgets. In contrast, this paper aims to trim down both the training memory overhead and the infe…

2021

CvT: Introducing Convolutions to Vision Transformers

ICCV 2021poster

We present in this paper a new architecture, named Convolutional vision Transformer (CvT), that improves Vision Transformer (ViT) in performance and efficiency by introducing convolutions into ViT to yield the best of both designs. This is accomplished through two primary modifications: a hierarchy…

Cited by 2598PDFcodeScholar
2021

Dynamic DETR: End-to-End Object Detection With Dynamic Attention

ICCV 2021poster

In this paper, we present a novel Dynamic DETR (Detection with Transformers) approach by introducing dynamic attentions into both the encoder and decoder stages of DETR to break its two limitations on small feature resolution and slow training convergence. To address the first limitation, which is d…

Cited by 409PDFScholar
2021

Dynamic Head: Unifying Object Detection Heads With Attentions

CVPR 2021poster

The complex nature of combining localization and classification in object detection has resulted in the flourished development of methods. Previous works tried to improve the performance in various object detection heads but failed to present a unified view. In this paper, we present a novel dynamic…

Cited by 870PDFcodeScholar
2021

Dynamic Transfer for Multi-Source Domain Adaptation

CVPR 2021poster

Recent works of multi-source domain adaptation focus on learning a domain-agnostic model, of which the parameters are static. However, such a static model is difficult to handle conflicts across multiple domains, and suffers from a performance degradation in both source domains and target domain. In…

Cited by 103PDFcodeScholar
2021

Focal Attention for Long-Range Interactions in Vision Transformers

NeurIPS 2021spotlight

Recently, Vision Transformer and its variants have shown great promise on various computer vision tasks. The ability to capture local and global visual dependencies through self-attention is the key to its success. But it also brings challenges due to quadratic computational overhead, especially for…

Cited by 171SourcePDFScholar
2021

Improve Unsupervised Pretraining for Few-Label Transfer

ICCV 2021poster

Unsupervised pretraining has achieved great success and many recently works have shown unsupervised pretraining can achieve comparable or even slightly better transfer performance than supervised pretraining on downstream target datasets. But in this paper, we find this conclusion may not hold when…

Cited by 17PDFScholar
2021

Lite-HRNet: A Lightweight High-Resolution Network

CVPR 2021poster

We present an efficient high-resolution network, Lite-HRNet, for human pose estimation. We start by simply applying the efficient shuffle block in ShuffleNet to HRNet (high-resolution network), yielding stronger performance over popular lightweight networks, such as MobileNet, ShuffleNet, and Small…

Cited by 503PDFcodeScholar
2021

MicroNet: Improving Image Recognition With Extremely Low FLOPs

ICCV 2021poster

This paper aims at addressing the problem of substantial performance degradation at extremely low computational cost (e.g. 5M FLOPs on ImageNet classification). We found that two factors, sparse connectivity and dynamic activation function, are effective to improve the accuracy. The former avoids th…

Cited by 102PDFcodeScholar
2021

Multi-Scale Vision Longformer: A New Vision Transformer for High-Resolution Image Encoding

ICCV 2021poster

This paper presents a new Vision Transformer (ViT) architecture Multi-Scale Vision Longformer, which significantly enhances the ViT of [??] for encoding high-resolution images using two techniques. The first is the multi-scale model structure, which provides image encodings at multiple scales with…

Cited by 419PDFcodeScholar
2021

Revisiting Dynamic Convolution via Matrix Decomposition

ICLR 2021poster

Recent research in dynamic convolution shows substantial performance boost for efficient CNNs, due to the adaptive aggregation of K static convolution kernels. It has two limitations: (a) it increases the number of convolutional weights by K-times, and (b) the joint optimization of dynamic attention…

2021

Stronger NAS with Weaker Predictors

NeurIPS 2021poster

Neural Architecture Search (NAS) often trains and evaluates a large number of architectures. Recent predictor-based NAS approaches attempt to alleviate such heavy computation costs with two key steps: sampling some architecture-performance pairs and fitting a proxy accuracy predictor. Given limited…

2021

Unsupervised Pre-Training for Person Re-Identification

CVPR 2021poster

In this paper, we present a large scale unlabeled person re-identification (Re-ID) dataset "LUPerson" and make the first attempt of performing unsupervised pre-training for improving the generalization ability of the learned person Re-ID feature representation. This is to address the problem that al…

Cited by 226PDFcodeScholar
2020

Cross-Domain Correspondence Learning for Exemplar-Based Image Translation

CVPR 2020oral

We present a general framework for exemplar-based image translation, which synthesizes a photo-realistic image from the input in a distinct domain (e.g., semantic segmentation mask, or edge map, or pose keypoints), given an exemplar image. The output has the style (e.g., color, texture) in consisten…

Cited by 515PDFScholar
2020

DA-NAS: Data Adapted Pruning for Efficient Neural Architecture Search

ECCV 2020poster

Efficient search is a core issue in Neural Architecture Search (NAS). It is difficult for conventional NAS algorithms to directly search the architectures on large-scale tasks like ImageNet. In general, the cost of GPU hours for NAS grows with regard to training dataset size and candidate set size.…

Cited by 25SourcePDFScholar
2020

Density-Aware Graph for Deep Semi-Supervised Visual Recognition

CVPR 2020poster

Semi-supervised learning (SSL) has been extensively studied to improve the generalization ability of deep neural networks for visual recognition. To involve the unlabelled data, most existing SSL methods are based on common density-based cluster assumption: samples lying in the same high-density reg…

Cited by 35PDFScholar
2020

Dynamic Convolution: Attention Over Convolution Kernels

CVPR 2020oral

Light-weight convolutional neural networks (CNNs) suffer performance degradation as their low computational budgets constrain both the depth (number of convolution layers) and the width (number of channels) of CNNs, resulting in limited representation capability. To address this issue, we present Dy…

Cited by 1342PDFScholar
2020

GreedyFool: Distortion-Aware Sparse Adversarial Attack

NeurIPS 2020poster

Modern deep neural networks(DNNs) are vulnerable to adversarial samples. Sparse adversarial samples are a special branch of adversarial samples that can fool the target model by only perturbing a few pixels. The existence of the sparse adversarial attack points out that DNNs are much more vulnerable…

2020

Rethinking Classification and Localization for Object Detection

CVPR 2020poster

Two head structures (i.e. fully connected head and convolution head) have been widely used in R-CNN based detectors for classification and localization tasks. However, there is a lack of understanding of how does these two head structures work for these two tasks. To address this issue, we perform a…

Cited by 792PDFcodeScholar
2019

Deep Exemplar-Based Video Colorization

CVPR 2019poster

This paper presents the first end-to-end network for exemplar-based video colorization. The main challenge is to achieve temporal consistency while remaining faithful to the reference style. To address this issue, we introduce a recurrent framework that unifies the semantic correspondence and color…

Cited by 261PDFcodeScholar
2018

Decouple Learning for Parameterized Image Operators

ECCV 2018poster

Many different deep networks have been used to approximate, accelerate or improve traditional image operators, such as image smoothing, super-resolution and denoising. Among these traditional operators, many contain parameters which need to be tweaked to obtain the satisfactory results, which we ref…

2017

Flow-Guided Feature Aggregation for Video Object Detection

ICCV 2017poster

Extending state-of-the-art object detectors from image to video is challenging. The accuracy of detection suffers from degenerated object appearances in videos, e.g., motion blur, video defocus, rare poses, etc. Existing work attempts to exploit temporal information on box level, but such methods ar…

Cited by 867PDFcodeScholar
2017

StyleBank: An Explicit Representation for Neural Image Style Transfer

CVPR 2017poster

We propose StyleBank, which is composed of multiple convolution filter banks and each filter bank explicitly represents one style, for neural image style transfer. To transfer an image to a specific style, the corresponding filter bank is operated on top of the intermediate feature embedding produce…

Cited by 602PDFScholar