← Search

Dong Chen

89 accepted papers

2026

CoVAR: Co-Generation of Video and Action for Robotic Manipulation Via Multi-Modal Diffusion

ICRA 2026poster

We present a method to generate video–action pairs that follow text instructions, starting from an initial image observation and the robot’s joint states. Our approach automatically provides action labels for video diffusion mod- els, overcoming the common lack of action annotations and enabling the…

2026

RepetitionCurse: Measuring and Understanding Router Imbalance in Mixture-of-Experts LLMs under DoS Stress

ICML 2026poster

Mixture-of-Experts architectures have become the standard for efficient LLM scaling, typically employing expert parallelism to distribute experts across devices. However, the absence of explicit load balancing constraints during inference allows adversarial inputs to trigger severe routing concentra…

Cited by 0SourceScholar
2026

Scalable Vision-Language-Action Model Pretraining for Robotic Dexterous Manipulation with Real-Life Human Activity Videos

ICRA 2026poster

This paper presents an approach for pretraining robotic manipulation Vision-Language-Action (VLA) models using a large corpus of unscripted real-life video recordings of human hand activities. Treating human hand as dexterous robot end-effector, we show that "in-the-wild" egocentric human videos wit…

Cited by 0Scholar
2026

SpaceMind: Camera-Guided Modality Fusion for Spatial Reasoning in Vision-Language Models

CVPR 2026

Large vision-language models (VLMs) show strong multimodal understanding but still struggle with 3D spatial reasoning, such as distance estimation, size comparison, and cross-view consistency. Existing 3D-aware methods either depend on auxiliary 3D information or enhance RGB-only VLMs with geometry

Cited by 0SourceScholar
2026

VideoWeaver: Multimodal Multi-View Video-to-Video Transfer for Embodied Agents

CVPR 2026

Recent progress in video-to-video (V2V) translation has enabled realistic resimulation of embodied AI demonstrations, a capability that allows pretrained robot policies to be transferable to new environments without additional data collection. However, prior works can only operate on a single view a

Cited by 0SourceScholar
2025

ART: Anonymous Region Transformer for Variable Multi-Layer Transparent Image Generation

CVPR 2025poster

Multi-layer image generation is a fundamental task that enables users to isolate, select, and edit specific image layers, thereby revolutionizing interactions with generative models. In this paper, we introduce the Anonymous Region Transformer (ART), which facilitates the direct generation of variab…

Cited by 4SourcePDFScholar
2025

CodeV: Issue Resolving with Visual Data

ACL 2025finding

Large Language Models (LLMs) have advanced rapidly in recent years, with their applications in software engineering expanding to more complex repository-level tasks. GitHub issue resolving is a key challenge among these tasks. While recent approaches have made progress on this task, they focus on te…

2025

DesignDiffusion: High-Quality Text-to-Design Image Generation with Diffusion Models

CVPR 2025poster

In this paper, we present DesignDiffusion, a simple yet effective framework for the novel task of synthesizing design images from textual descriptions. A primary challenge lies in generating accurate and style-consistent textual and visual content. Existing works in a related task of visual text gen…

2025

FreeScene: Mixed Graph Diffusion for 3D Scene Synthesis from Free Prompts

CVPR 2025poster

Controllability plays a crucial role in the practical applications of 3D indoor scene synthesis. Existing works either allow rough language-based control, that is convenient but lacks fine-grained scene customization, or employ graph-based control, which offers better controllability but demands con…

Cited by 0SourcePDFScholar
2025

FreqPolicy: Efficient Flow-based Visuomotor Policy via Frequency Consistency

NeurIPS 2025poster

Generative modeling-based visuomotor policies have been widely adopted in robotic manipulation, attributed to their ability to model multimodal action distributions. However, the high inference cost of multi-step sampling limits its applicability in real-time robotic systems. Existing approaches acc…

Cited by 0SourceScholar
2025

Gaussian Variation Field Diffusion for High-fidelity Video-to-4D Synthesis

ICCV 2025poster

In this paper, we present a novel framework for video-to-4D generation that creates high-quality dynamic 3D content from single video inputs. Direct 4D diffusion modeling is extremely challenging due to costly data construction and the high-dimensional nature of jointly representing 3D shape, appear…

2025

High-Quality 3D Creation From a Single Image Using Subject-Specific Knowledge Prior

ICRA 2025

In this paper, we address the critical bottleneck in robotics caused by the scarcity of diverse 3D data by presenting a novel two-stage approach for generating high-quality 3D models from a single image. This method is motivated by the need to efficiently expand 3D asset creation, particularly for r

Cited by 6SourceScholar
2025

Improved Noise Schedule for Diffusion Training

ICCV 2025poster

Diffusion models have emerged as the de facto choice for generating high-quality visual signals across various domains.However, training a single model to predict noise across various levels poses significant challenges, necessitating numerous iterations and incurring significant computational costs…

Cited by 0SourcePDFScholar
2025

Logic Distillation: Learning from Code Function by Function for Decision-making Tasks

IJCAI 2025

Large language models (LLMs) have garnered increasing attention owing to their powerful comprehension and generation capabilities. Generally, larger LLMs (L-LLMs) that require paid interfaces exhibit significantly superior performance compared to smaller LLMs (S-LLMs) that can be deployed on a varie

2025

Model-Free Catheter Delivery Strategy for Robotic Transcatheter Tricuspid Valve Replacement

IROS 2025

Transcatheter tricuspid valve replacement (TTVR) has emerged as a promising minimally invasive procedure for treating severe tricuspid regurgitation (TR). However, accurate catheter delivery remains a significant challenge, primarily due to the reliance on 2D vision feedback, complex catheter kinema

Cited by 0SourceScholar
2025

RoboEnvision: A Long-Horizon Video Generation Model for Multi-Task Robot Manipulation

IROS 2025

We address the problem of generating long-horizon videos for robotic manipulation tasks. Text-to-video diffusion models have made significant progress in photorealism, language understanding, and motion generation but struggle with long-horizon robotic tasks. Recent works use video diffusion models

Cited by 11SourceScholar
2025

RoboSwap: A GAN-driven Video Diffusion Framework For Unsupervised Robot Arm Swapping

IROS 2025

Recent advancements in generative models have revolutionized video synthesis and editing. However, the scarcity of diverse, high-quality datasets continues to hinder video-conditioned robotic learning, limiting cross-platform generalization. In this work, we address the challenge of swapping a robot

Cited by 1SourceScholar
2025

SmartEraser: Remove Anything from Images using Masked-Region Guidance

CVPR 2025poster

Object removal has so far been dominated by the mask-and-inpaint paradigm, where the masked region is excluded from the input, leaving models relying on unmasked areas to inpaint the missing region. However, this approach lacks contextual information for the masked area, often resulting in unstable…

Cited by 2SourcePDFScholar
2025

Structured 3D Latents for Scalable and Versatile 3D Generation

CVPR 2025highlight

We introduce a novel 3D generation method for versatile and high-quality 3D asset creation.The cornerstone is a unified Structured LATent (SLAT) representation which allows decoding to different output formats, such as Radiance Fields, 3D Gaussians, and meshes. This is achieved by integrating a spar…

2025

Towards Pre-trained Graph Condensation via Optimal Transport

NeurIPS 2025poster

Graph condensation (GC) aims to distill the original graph into a small-scale graph, mitigating redundancy and accelerating GNN training. However, conventional GC approaches heavily rely on rigid GNNs and task-specific supervision. Such a dependency severely restricts their reusability and generaliz…

Cited by 0SourceScholar
2025

WaveSpect: A Hybrid Approach to Synthetic Audio Detection via Waveform and Spectrogram Analysis

ICASSP 2025accepted

With the rapid advancement of synthetic speech technology, the challenges posed by audio deepfakes have become increasingly severe. Despite notable progress in synthetic speech detection, existing algorithms exhibit limited generalization to unknown attacks. To address these challenges, we propose W…

Cited by 0SourceScholar
2025

Wavelet and Prototype Augmented Query-based Transformer for Pixel-level Surface Defect Detection

CVPR 2025poster

As an important part of intelligent manufacturing, pixel-level surface defect detection (SDD) aims to locate defect areas through mask prediction. Previous methods adopt the image-independent static convolution to indiscriminately classify per-pixel features for mask prediction, which leads to subop…

2025

Wcdt: World-Centric Diffusion Transformer for Traffic Scene Generation

ICRA 2025

In this paper, we introduce a novel approach for autonomous driving trajectory generation by harnessing the complementary strengths of diffusion probabilistic models (a.k.a., diffusion models) and transformers. Our proposed framework, termed the “World-centric Diffusion Transformer” (WcDT), optimize

Cited by 40SourcecodeScholar
2024

A Retrospective on the Robot Air Hockey Challenge: Benchmarking Robust, Reliable, and Safe Learning Techniques for Real-world Robotics

NeurIPS 2024poster

Machine learning methods have a groundbreaking impact in many application domains, but their application on real robotic platforms is still limited. Despite the many challenges associated with combining machine learning technology with robotics, robot learning remains one of the most promising direc…

Cited by 0SourcePDFScholar
2024

AegisFL: Efficient and Flexible Privacy-Preserving Byzantine-Robust Cross-silo Federated Learning

ICML 2024poster

Privacy attacks and poisoning attacks are two of the thorniest problems in federation learning (FL). Homomorphic encryption (HE), which allows certain mathematical operations to be done in the ciphertext state, provides a way to solve these two problems simultaneously. However, existing Paillier-bas…

Cited by 1SourcePDFScholar
2024

Back-Stepping Experience Replay With Application to Model-Free Reinforcement Learning for a Soft Snake Robot

RA-L 2024

In this letter, we propose a novel technique, Back-stepping Experience Replay (BER), that is compatible with arbitrary off-policy reinforcement learning (RL) algorithms. BER aims to enhance learning efficiency in systems with approximate reversibility, reducing the need for complex reward shaping. T

Cited by 7SourceScholar
2024

Data Shunt: Collaboration of Small and Large Models for Lower Costs and Better Performance

AAAI 2024technical

Pretrained large models, particularly large language models, have garnered increasing attention, as they have demonstrated remarkable abilities through contextual learning. Pretrained large models are increasingly recognized as fundamental tools for solving various tasks. However, the substantial co…

2024

EPSD: Early Pruning with Self-Distillation for Efficient Model Compression

AAAI 2024technical

Neural network compression techniques, such as knowledge distillation (KD) and network pruning, have received increasing attention. Recent work `Prune, then Distill' reveals that a pruned student-friendly teacher network can benefit the performance of KD. However, the conventional teacher-student pi…

Cited by 5SourcePDFScholar
2024

Enhancing 3D Single Object Tracking with Efficient Point Cloud Segmentation

IROS 2024poster

3D single object tracking (SOT) based on point cloud has attracted much attention due to its important role in machine vision and autonomous driving. Recently, M2-Track proposes a two-stage tracking structure centered on motion, but they ignore the effect of segmentation errors in sparse point cloud…

Cited by 0SourceScholar
2024

FontStudio: Shape-Adaptive Diffusion Model for Coherent and Consistent Font Effect Generation

ECCV 2024poster

"Recently, the application of modern diffusion-based text-to-image generation models for creating artistic fonts, traditionally the domain of professional designers, has garnered significant interest. Diverging from the majority of existing studies that concentrate on generating artistic typography,…

2024

GaussianCube: A Structured and Explicit Radiance Representation for 3D Generative Modeling

NeurIPS 2024poster

We introduce a radiance representation that is both structured and fully explicit and thus greatly facilitates 3D generative modeling. Existing radiance representations either require an implicit feature decoder, which significantly degrades the modeling power of the representation, or are spatially…

Cited by 9SourcePDFScholar
2024

IRGen: Generative Modeling for Image Retrieval

ECCV 2024poster

"While generative modeling has become prevalent across numerous research fields, its integration into the realm of image retrieval remains largely unexplored and underjustified. In this paper, we present a novel methodology, reframing image retrieval as a variant of generative modeling and employing…

2024

InstructDiffusion: A Generalist Modeling Interface for Vision Tasks

CVPR 2024poster

We present InstructDiffusion a unified and generic framework for aligning computer vision tasks with human instructions. Unlike existing approaches that integrate prior knowledge and pre-define the output space (e.g. categories and coordinates) for each vision task we cast diverse vision tasks into…

Cited by 109SourcePDFScholar
2024

RodinHD: High-Fidelity 3D Avatar Generation with Diffusion Models

ECCV 2024poster

"We present RodinHD, which can generate high-fidelity 3D avatars from a portrait image. Existing methods fail to capture intricate details such as hairstyles which we tackle in this paper. We first identify an overlooked problem of catastrophic forgetting that arises when fitting triplanes sequentia…

2024

Scaling the Codebook Size of VQ-GAN to 100,000 with a Utilization Rate of 99%

NeurIPS 2024poster

In the realm of image quantization exemplified by VQGAN, the process encodes images into discrete tokens drawn from a codebook with a predefined size. Recent advancements, particularly with LLAMA 3, reveal that enlarging the codebook significantly enhances model performance. However, VQGAN and its d…

2023

CiCo: Domain-Aware Sign Language Retrieval via Cross-Lingual Contrastive Learning

CVPR 2023poster

This work focuses on sign language retrieval--a recently proposed task for sign language understanding. Sign language retrieval consists of two sub-tasks: text-to-sign-video (T2V) retrieval and sign-video-to-text (V2T) retrieval. Different from traditional video-text retrieval, sign language videos,…

2023

Efficient Diffusion Training via Min-SNR Weighting Strategy

ICCV 2023poster

Denoising diffusion models have been a mainstream approach for image generation, however, training these models often suffers from slow convergence. In this paper, we discovered that the slow convergence is partly due to conflicting optimization directions between timesteps. To address this issue, w…

Cited by 149PDFcodeScholar
2023

FreeEnricher: Enriching Face Landmarks without Additional Cost

AAAI 2023technical

Recent years have witnessed significant growth of face alignment. Though dense facial landmark is highly demanded in various scenarios, e.g., cosmetic medicine and facial beautification, most works only consider sparse face alignment. To address this problem, we present a framework that can enrich l…

Cited by 3SourcePDFScholar
2023

Locate, Refine and Restore: A Progressive Enhancement Network for Camouflaged Object Detection

IJCAI 2023poster

Camouflaged Object Detection (COD) aims to segment objects that blend in with their surroundings. Most existing methods mainly tackle this issue by a single-stage framework, which tends to degrade performance in the face of small objects, low-contrast objects and objects with diverse appearances. In…

Cited by 31SourcePDFScholar
2023

Make-It-3D: High-fidelity 3D Creation from A Single Image with Diffusion Prior

ICCV 2023poster

In this work, we investigate the problem of creating high-fidelity 3D content from only a single image. This is inherently challenging: it essentially involves estimating the underlying 3D geometry while hallucinating unseen textures. To address this challenge, we leverage prior knowledge in a well-…

Cited by 301PDFcodeScholar
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

MetaPortrait: Identity-Preserving Talking Head Generation With Fast Personalized Adaptation

CVPR 2023poster

In this work, we propose an ID-preserving talking head generation framework, which advances previous methods in two aspects. First, as opposed to interpolating from sparse flow, we claim that dense landmarks are crucial to achieving accurate geometry-aware flow fields. Second, inspired by face-swapp…

2023

Paint by Example: Exemplar-Based Image Editing With Diffusion Models

CVPR 2023poster

Language-guided image editing has achieved great success recently. In this paper, we investigate exemplar-guided image editing for more precise control. We achieve this goal by leveraging self-supervised training to disentangle and re-organize the source image and the exemplar. However, the naive ap…

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

RODIN: A Generative Model for Sculpting 3D Digital Avatars Using Diffusion

CVPR 2023highlight

This paper presents a 3D diffusion model that automatically generates 3D digital avatars represented as neural radiance fields (NeRFs). A significant challenge for 3D diffusion is that the memory and processing costs are prohibitive for producing high-quality results with rich details. To tackle thi…

Cited by 369SourcePDFScholar
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…

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

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

I²R-Net: Intra- and Inter-Human Relation Network for Multi-Person Pose Estimation

IJCAI 2022poster

In this paper, we present the Intra- and Inter-Human Relation Networks I²R-Net for Multi-Person Pose Estimation. It involves two basic modules. First, the Intra-Human Relation Module operates on a single person and aims to capture Intra-Human dependencies. Second, the Inter-Human Relation Module con…

Cited by 21SourcePDFScholar
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

Protecting Celebrities From DeepFake With Identity Consistency Transformer

CVPR 2022poster

In this work we propose Identity Consistency Transformer, a novel face forgery detection method that focuses on high-level semantics, specifically identity information, and detecting a suspect face by finding identity inconsistency in inner and outer face regions. The Identity Consistency Transforme…

Cited by 176PDFcodeScholar
2022

Real-Time Neural Character Rendering with Pose-Guided Multiplane Images

ECCV 2022poster

"We propose pose-guided multiplane image (MPI) synthesis which can render an animatable character in real scenes with photorealistic quality. We use a portable camera rig to capture the multi-view images along with the driving signal for the moving subject. Our method generalizes the image-to-image…

2022

Robust Meta-learning with Sampling Noise and Label Noise via Eigen-Reptile

ICML 2022spotlight

Recent years have seen a surge of interest in meta-learning techniques for tackling the few-shot learning (FSL) problem. However, the meta-learner is prone to overfitting since there are only a few available samples, which can be identified as sampling noise on a clean dataset. Besides, when handlin…

2022

StyleSwin: Transformer-Based GAN for High-Resolution Image Generation

CVPR 2022poster

Despite the tantalizing success in a broad of vision tasks, transformers have not yet demonstrated on-par ability as ConvNets in high-resolution image generative modeling. In this paper, we seek to explore using pure transformers to build a generative adversarial network for high-resolution image sy…

Cited by 318PDFcodeScholar
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
2021

CoCosNet v2: Full-Resolution Correspondence Learning for Image Translation

CVPR 2021poster

We present the full-resolution correspondence learning for cross-domain images, which aids image translation. We adopt a hierarchical strategy that uses the correspondence from coarse level to guide the fine levels. At each hierarchy, the correspondence can be efficiently computed via PatchMatch tha…

Cited by 371PDFcodeScholar
2021

Dual Path Learning for Domain Adaptation of Semantic Segmentation

ICCV 2021poster

Domain adaptation for semantic segmentation enables to alleviate the need for large-scale pixel-wise annotations. Recently, self-supervised learning (SSL) with a combination of image-to-image translation shows great effectiveness in adaptive segmentation. The most common practice is to perform SSL a…

Cited by 82PDFcodeScholar
2021

Exploring Temporal Coherence for More General Video Face Forgery Detection

ICCV 2021poster

Although current face manipulation techniques achieve impressive performance regarding quality and controllability, they are struggling to generate temporal coherent face videos. In this work, we explore to take full advantage of the temporal coherence for video face forgery detection. To achieve th…

Cited by 299PDFScholar
2021

Instance-Wise Hard Negative Example Generation for Contrastive Learning in Unpaired Image-to-Image Translation

ICCV 2021poster

Contrastive learning shows great potential in unpaired image-to-image translation, but sometimes the translated results are in poor quality and the contents are not preserved consistently. In this paper, we uncover that the negative examples play a critical role in the performance of contrastive lea…

Cited by 104PDFScholar
2021

Prototypical Pseudo Label Denoising and Target Structure Learning for Domain Adaptive Semantic Segmentation

CVPR 2021poster

Self-training is a competitive approach in domain adaptive segmentation, which trains the network with the pseudo labels on the target domain. However inevitably, the pseudo labels are noisy and the target features are dispersed due to the discrepancy between source and target domains. In this paper…

Cited by 631PDFcodeScholar
2021

Reinforcement Learning based Negotiation-aware Motion Planning of Autonomous Vehicles

IROS 2021poster

For autonomous vehicles integrating onto road-ways with human traffic participants, it requires understanding and adapting to the participants’ intention by responding in predictable ways. This paper proposes a reinforcement learning based negotiation-aware motion planning framework, which adopts RL…

Cited by 14SourceScholar
2021

Style-Based Point Generator With Adversarial Rendering for Point Cloud Completion

CVPR 2021poster

In this paper, we proposed a novel Style-based Point Generator with Adversarial Rendering (SpareNet) for point cloud completion. Firstly, we present the channel-attentive EdgeConv to fully exploit the local structures as well as the global shape in point features. Secondly, we observe that the conca…

Cited by 106PDFcodeScholar
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

A Speech-to-Knowledge-Graph Construction System

IJCAI 2020poster

This paper presents a HAO-Graph system that generates and visualizes knowledge graphs from a speech in real-time. When a user speaks to the system, HAO-Graph transforms the voice into knowledge graphs with key phrases from the original speech as nodes and edges. Different from language-to-language s…

Cited by 0SourcePDFScholar
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

Cross-Task Transfer for Geotagged Audiovisual Aerial Scene Recognition

ECCV 2020poster

Aerial scene recognition is a fundamental task in remote sensing and has recently received increased interest. While the visual information from overhead images with powerful models and efficient algorithms yields considerable performance on scene recognition, it still suffers from the variation of…

2020

Disentangled and Controllable Face Image Generation via 3D Imitative-Contrastive Learning

CVPR 2020oral

We propose an approach for face image generation of virtual people with disentangled, precisely-controllable latent representations for identity of non-existing people, expression, pose, and illumination. We embed 3D priors into adversarial learning and train the network to imitate the image formati…

Cited by 404PDFcodeScholar
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

SMARTS: An Open-Source Scalable Multi-Agent RL Training School for Autonomous Driving

CoRL 2020

Interaction is fundamental in autonomous driving (AD). Despite more than a decade of intensive R&D in AD, how to dynamically interact with diverse road users in various contexts still remains unsolved. Multi-agent learning has recently seen big breakthroughs and has much to offer towards solving rea

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
2017

CVAE-GAN: Fine-Grained Image Generation Through Asymmetric Training

ICCV 2017poster

We present variational generative adversarial networks, a general learning framework that combines a variational auto-encoder with a generative adversarial network, for synthesizing images in fine-grained categories, such as faces of a specific person or objects in a category. Our approach models an…

Cited by 268PDFScholar
2017

Neural Aggregation Network for Video Face Recognition

CVPR 2017poster

This paper presents a Neural Aggregation Network (NAN) for video face recognition. The network takes a face video or face image set of a person with a variable number of face images as its input, and produces a compact, fixed-dimension feature representation for recognition. The whole network is com…

Cited by 495PDFScholar
2016

Probabilistic multi-sensor fusion based on signed distance functions

ICRA 2016

In this paper, we present an approach for the probabilistic fusion of 3D sensor measurements. Our fusion algorithm is based on truncated signed distance functions. It explicitly considers the measurement noise by modeling the surface using random variables. Furthermore, our proposed surface model pr

Cited by 12SourceScholar