← Search

Hang Zhou

86 accepted papers

2026

Breaking the Echo Chamber: A Dynamic Ensemble Pruning Perspective on MoE

ICML 2026poster

We introduce Mahalanobis-Pruned Mixture-of-Experts (MP-MoE), a novel routing framework that approaches expert selection from the perspective of ensemble pruning. Existing Mixture-of-Experts (MoE) routing strategies often suffer from representation collapse due to greedy top-k selection mechanisms or…

Cited by 0SourceScholar
2026

CoLoGen: Progressive Learning of Concept-Localization Duality for Unified Image Generation

CVPR 2026

Unified conditional image generation remains difficult because different tasks depend on fundamentally different internal representations. Some require conceptual understanding for semantic synthesis, while others rely on localization cues for spatial precision. Forcing these heterogeneous tasks to

Cited by 3SourcecodeScholar
2026

FAIR-Calib: Frontier-Aware Instability-Reweighted Calibration for Post-Training Quantization of Diffusion Large Language Models

ICML 2026poster

Diffusion Large Language Models (dLLMs) refine tokens iteratively but commit them irreversibly, leading to a "stability lag" where early decisions remain fragile even after being written. We reveal that Post-Training Quantization (PTQ) error easily flips these borderline decisions at the write front…

Cited by 0SourceScholar
2026

GRAM-R²: Self-Training Generative Foundation Reward Models for Reward Reasoning

AAAI 2026technical

Major progress in reward modeling over recent years has been driven by a paradigm shift from task-specific designs to generalist reward models. Despite this trend, developing effective reward models remains a fundamental challenge: the heavy reliance on large-scale labeled preference data. Pre-train

Cited by 0SourcePDFScholar
2026

GenHOI: Towards Object-Consistent Hand-Object Interaction with Temporally Balanced and Spatially Selective Object Injection

CVPR 2026

Hand-Object Interaction (HOI) remains a core challenge in digital human video synthesis, where models must generate physically plausible contact and preserve object identity across frames. Although recent HOI reenactment approaches have achieved progress, they are typically trained and evaluated in-

Cited by 0SourceScholar
2026

Hierarchical Encoding Tree with Modality Mixup for Cross-modal Hashing

ICLR 2026poster

Cross-modal retrieval is a significant task that aims to learn the semantic correspondence between visual and textual modalities. Unsupervised hashing methods can efficiently manage large-scale data and can be effectively applied to cross-modal retrieval studies. However, existing methods typically…

Cited by 0SourceScholar
2026

Inter-Client Dependency Recovery with Hidden Global Components for Federated Traffic Prediction

AAAI 2026technical

Traffic prediction plays an important role in urban management. However, existing methods rely on centralized traffic data, which may raise privacy concerns. Federated traffic prediction offers a promising solution for clients (e.g., traffic management administrations) in different regions to collab

Cited by 0SourcePDFScholar
2026

LoRA-Mixer: Coordinate Modular LoRA Experts Through Serial Attention Routing

ICLR 2026poster

Recent attempts to combine low-rank adaptation (LoRA) with mixture-of-experts (MoE) for multi-task adaptation of Large Language Models (LLMs) often replace whole attention/FFN layers with switch experts or append parallel expert branches, undermining parameter efficiency and limiting task specializa…

Cited by 0SourceScholar
2026

MICE-Bench: A Challenging and Comprehensive Benchmark for Multi-Reference Image Creation and Editing

ICML 2026poster

The paradigm of visual generation is rapidly shifting from single-image conditioning toward multi-image conditioning, making the ability to synthesize and edit images based on multiple visual references a critical capability. Despite this trend, existing benchmarks remain largely limited to single-r…

Cited by 0SourceScholar
2026

Physics-Informed Diffusion Mamba Transformer for Real-World Driving

ICRA 2026poster

Autonomous driving systems demand trajectory planners that not only model the inherent uncertainty of future motions but also respect complex temporal dependencies and underlying physical laws. While diffusion-based generative models excel at capturing multi-modal distributions, they often fail to i…

2026

Transolver-3: Scaling Up Transformer Solvers to Industrial-Scale Geometries

ICML 2026poster

Deep learning has emerged as a transformative tool for the neural surrogate modeling of partial differential equations (PDEs), known as neural PDE solvers. However, scaling these solvers to industrial-scale geometries with over $10^8$ cells remains a fundamental challenge due to the prohibitive memo…

Cited by 0SourceScholar
2025

AudCast: Audio-Driven Human Video Generation by Cascaded Diffusion Transformers

CVPR 2025poster

Despite the recent progress of audio-driven video generation, existing methods mostly focus on driving facial movements, leading to non-coherent head and body dynamics. Moving forward, it is desirable yet challenging to generate holistic human videos with both accurate lip-sync and delicate co-speec…

Cited by 0SourcePDFScholar
2025

BOOTPLACE: Bootstrapped Object Placement with Detection Transformers

CVPR 2025poster

In this paper, we tackle the copy-paste image-to-image composition problem with a focus on object placement learning. Prior methods have leveraged generative models to reduce the reliance for dense supervision. However, this often limits their capacity to model complex data distributions. Alternativ…

2025

CASAGPT: Cuboid Arrangement and Scene Assembly for Interior Design

CVPR 2025highlight

We present a novel approach for indoor scene synthesis, which learns to arrange decomposed cuboid primitives to represent 3D objects within a scene. Unlike conventional methods that use bounding boxes to determine the placement and scale of 3D objects, our approach leverages cuboids as a straightfor…

Cited by 1SourcePDFScholar
2025

GA-S3: Comprehensive Social Network Simulation with Group Agents

ACL 2025finding

Social network simulation is developed to provide a comprehensive understanding of social networks in the real world, which can be leveraged for a wide range of applications such as group behavior emergence, policy optimization, and business strategy development. However, billions of individuals and…

2025

GestureHYDRA: Semantic Co-speech Gesture Synthesis via Hybrid Modality Diffusion Transformer and Cascaded-Synchronized Retrieval-Augmented Generation

ICCV 2025poster

While increasing attention has been paid to co-speech gesture synthesis, most previous works neglect to investigate hand gestures with explicit and essential semantics. In this paper, we study co-speech gesture generation with an emphasis on specific hand gesture activation, which can deliver more i…

Cited by 0SourcePDFScholar
2025

Hallo2: Long-Duration and High-Resolution Audio-Driven Portrait Image Animation

ICLR 2025poster

Recent advances in latent diffusion-based generative models for portrait image animation, such as Hallo, have achieved impressive results in short-duration video synthesis. In this paper, we present updates to Hallo, introducing several design enhancements to extend its capabilities.First, we extend…

2025

Hallo3: Highly Dynamic and Realistic Portrait Image Animation with Video Diffusion Transformer

CVPR 2025poster

Existing methodologies for animating portrait images face significant challenges, particularly in handling non-frontal perspectives, rendering dynamic objects around the portrait, and generating immersive, realistic backgrounds. In this paper, we introduce the first application of a pretrained trans…

2025

LLM Data Selection and Utilization via Dynamic Bi-level Optimization

ICML 2025poster

While large-scale training data is fundamental for developing capable large language models (LLMs), strategically selecting high-quality data has emerged as a critical approach to enhance training efficiency and reduce computational costs. Current data selection methodologies predominantly rely on s…

Cited by 0SourcePDFScholar
2025

MRO: Enhancing Reasoning in Diffusion Language Models via Multi-Reward Optimization

NeurIPS 2025poster

Recent advances in diffusion language models (DLMs) have presented a promising alternative to traditional autoregressive large language models (LLMs). However, DLMs still lag behind LLMs in reasoning performance, especially as the number of denoising steps decreases. Our analysis reveals that this s…

Cited by 0SourceScholar
2025

PhySense: Sensor Placement Optimization for Accurate Physics Sensing

NeurIPS 2025oral

Physics sensing plays a central role in many scientific and engineering domains, which inherently involves two coupled tasks: reconstructing dense physical fields from sparse observations and optimizing scattered sensor placements to observe maximum information. While deep learning has made rapid ad…

Cited by 0SourcecodeScholar
2025

RQTalker: Speech-driven 3D Facial Animation via Region-aware Vector Quantization

ICASSP 2025accepted

Speech-driven 3D facial animation has been a long-standing topic due to the complex geometry and motion modeling as well as difficulties in cross-modality learning. Current studies struggle to synthesize human-like lip motions, as they usually represent the movement of the entire face with a compres…

Cited by 0SourceScholar
2025

Re-HOLD: Video Hand Object Interaction Reenactment via adaptive Layout-instructed Diffusion Model

CVPR 2025poster

Current digital human studies focusing on lip-syncing and body movement are no longer sufficient to meet the growing industrial demand, while human video generation techniques that support interacting with real-world environments (e.g., objects) have not been well investigated. Despite human hand sy…

2025

Real-World Automated Vehicle Longitudinal Stability Analysis: Controller Design and Field Test

ICRA 2025

Although extensive research has been conducted on modeling the stable longitudinal controller of automated vehicles (AVs) to dampen traffic oscillations, the real-world performance of these controllers in actual vehicles remains uncertain. In the operation of real-world AVs, the delay between actual

Cited by 0SourceScholar
2025

SDPENet: A Lightweight Spacecraft Pose Estimation Network With Discrete Euler Angle Probability Distribution

RA-L 2025

Utilizing deep learning techniques for spacecraft pose estimation enables using low-cost sensors like monocular cameras. However, the existing methods have drawbacks, such as complex models or low estimation accuracy. Therefore, this letter proposes the Spacecraft Discrete Pose Estimation Network (S

Cited by 6SourceScholar
2025

SDPENetv2: Spacecraft Pose Estimation Network With Learnable Token Head Based on Discrete Pose Weights

RA-L 2025

Reliable pose estimation of non-cooperative spacecraft is a key technology for on-orbit servicing and active space debris removal missions. Currently, deep learning has become the mainstream method for spacecraft pose estimation. However, existing methods suffer from problems such as excessive param

Cited by 0SourceScholar
2025

Step-level Verifier-guided Hybrid Test-Time Scaling for Large Language Models

EMNLP 2025

Test-Time Scaling (TTS) is a promising approach to progressively elicit the model’s intelligence during inference. Recently, training-based TTS methods, such as continued reinforcement learning (RL), have further surged in popularity, while training-free TTS methods are gradually fading from promine

2025

Transolver++: An Accurate Neural Solver for PDEs on Million-Scale Geometries

ICML 2025poster

Although deep models have been widely explored in solving partial differential equations (PDEs), previous works are primarily limited to data only with up to tens of thousands of mesh points, far from the million-point scale required by industrial simulations that involve complex geometries. In the…

Cited by 1SourcePDFScholar
2025

Unisolver: PDE-Conditional Transformers Towards Universal Neural PDE Solvers

ICML 2025poster

Deep models have recently emerged as promising tools to solve partial differential equations (PDEs), known as neural PDE solvers. While neural solvers trained from either simulation data or physics-informed loss can solve PDEs reasonably well, they are mainly restricted to a few instances of PDEs, e…

2025

Video Anomaly Detection with Motion and Appearance Guided Patch Diffusion Model

AAAI 2025technical

A recent endeavor in one class of video anomaly detection is to leverage diffusion models and posit the task as a generation problem, where the diffusion model is trained to recover normal patterns exclusively, thus reporting abnormal patterns as outliers. Yet, existing attempts neglect the various…

2024

A Robust Audio Deepfake Detection System via Multi-View Feature

ICASSP 2024accepted

With the advancement of generative modeling techniques, synthetic human speech becomes increasingly indistinguishable from real, and tricky challenges are elicited for the audio deepfake detection (ADD) system. In this paper, we exploit audio features to improve the generalizability of ADD systems.…

Cited by 0SourceScholar
2024

A Robust Deformable Linear Object Perception Pipeline in 3D: From Segmentation to Reconstruction

RA-L 2024

3D perception of deformable linear objects (DLOs) is crucial for DLO manipulation. However, perceiving DLOs in 3D from a single RGBD image is challenging. Previous DLO perception methods fail to extract a decent 3D DLO model due to different textures, occlusions, sparse and false depth information.

Cited by 30SourceScholar
2024

Attacking Transformers with Feature Diversity Adversarial Perturbation

AAAI 2024technical

Understanding the mechanisms behind Vision Transformer (ViT), particularly its vulnerability to adversarial perturbations, is crucial for addressing challenges in its real-world applications. Existing ViT adversarial attackers rely on labels to calculate the gradient for perturbation, and exhibit lo…

Cited by 5SourcePDFScholar
2024

Coupled Mamba: Enhanced Multimodal Fusion with Coupled State Space Model

NeurIPS 2024poster

The essence of multi-modal fusion lies in exploiting the complementary information inherent in diverse modalities.However, most prevalent fusion methods rely on traditional neural architectures and are inadequately equipped to capture the dynamics of interactions across modalities, particularly in p…

Cited by 7SourcePDFScholar
2024

DreamGaussian: Generative Gaussian Splatting for Efficient 3D Content Creation

ICLR 2024oral

Recent advances in 3D content creation mostly leverage optimization-based 3D generation via score distillation sampling (SDS). Though promising results have been exhibited, these methods often suffer from slow per-sample optimization, limiting their practical usage. In this paper, we propose DreamG…

2024

Dynamic Feature Pruning and Consolidation for Occluded Person Re-identification

AAAI 2024technical

Occluded person re-identification (ReID) is a challenging problem due to contamination from occluders. Existing approaches address the issue with prior knowledge cues, such as human body key points and semantic segmentations, which easily fail in the presence of heavy occlusion and other humans as o…

2024

EGODE: An Event-attended Graph ODE Framework for Modeling Rigid Dynamics

NeurIPS 2024poster

This paper studies the problem of rigid dynamics modeling, which has a wide range of applications in robotics, graphics, and mechanical design. The problem is partly solved by graph neural network (GNN) simulators. However, these approaches cannot effectively handle the relationship between intrinsi…

2024

ESRL: Efficient Sampling-Based Reinforcement Learning for Sequence Generation

AAAI 2024technical

Applying Reinforcement Learning (RL) to sequence generation models enables the direct optimization of long-term rewards (e.g., BLEU and human feedback), but typically requires large-scale sampling over a space of action sequences. This is a computational challenge as presented by the practice of seq…

2024

Forest2Seq: Revitalizing Order Prior for Sequential Indoor Scene Synthesis

ECCV 2024poster

"Synthesizing realistic 3D indoor scenes is a challenging task that traditionally relies on manual arrangement and annotation by expert designers. Recent advances in autoregressive models have automated this process, but they often lack semantic understanding of the relationships and hierarchies pre…

Cited by 7SourcePDFScholar
2024

Hybrid Alignment Training for Large Language Models

ACL 2024findings

Alignment training is crucial for enabling large language models (LLMs) to cater to human intentions and preferences. It is typically performed based on two stages with different objectives: instruction-following alignment and human-preference alignment. However, aligning LLMs with these objectives…

2024

Let the Avatar Talk using Texts without Paired Training Data

ECCV 2024poster

"This paper introduces text-driven talking avatar generation, a task that uses text to instruct both the generation and animation of an avatar. One significant obstacle in this task is the absence of paired text and talking avatar data for model training, limiting data-driven methodologies. To this…

Cited by 0SourcePDFScholar
2024

PGODE: Towards High-quality System Dynamics Modeling

ICML 2024poster

This paper studies the problem of modeling multi-agent dynamical systems, where agents could interact mutually to influence their behaviors. Recent research predominantly uses geometric graphs to depict these mutual interactions, which are then captured by powerful graph neural networks (GNNs). Howe…

Cited by 6SourcePDFScholar
2024

Progressive Text-to-Image Diffusion with Soft Latent Direction

AAAI 2024technical

In spite of the rapidly evolving landscape of text-to-image generation, the synthesis and manipulation of multiple entities while adhering to specific relational constraints pose enduring challenges. This paper introduces an innovative progressive synthesis and editing operation that systematically…

2024

ReSyncer: Rewiring Style-based Generator for Unified Audio-Visually Synced Facial Performer

ECCV 2024oral

"Lip-syncing videos with given audio is the foundation for various applications including the creation of virtual presenters or performers. While recent studies explore high-fidelity lip-sync with different techniques, their task-orientated models either require long-term videos for clip-specific tr…

Cited by 4SourcePDFScholar
2024

ShowMaker: Creating High-Fidelity 2D Human Video via Fine-Grained Diffusion Modeling

NeurIPS 2024poster

Although significant progress has been made in human video generation, most previous studies focus on either human facial animation or full-body animation, which cannot be directly applied to produce realistic conversational human videos with frequent hand gestures and various facial movements simul…

Cited by 4SourcePDFScholar
2024

Star-Agents: Automatic Data Optimization with LLM Agents for Instruction Tuning

NeurIPS 2024poster

The efficacy of large language models (LLMs) on downstream tasks usually hinges on instruction tuning, which relies critically on the quality of training data. Unfortunately, collecting high-quality and diverse data is both expensive and time-consuming. To mitigate this issue, we propose a novel St…

2024

Transferable Facial Privacy Protection against Blind Face Restoration via Domain-Consistent Adversarial Obfuscation

ICML 2024poster

With the rise of social media and the proliferation of facial recognition surveillance, concerns surrounding privacy have escalated significantly. While numerous studies have concentrated on safeguarding users against unauthorized face recognition, a new and often overlooked issue has emerged due to…

Cited by 1SourcePDFScholar
2023

Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement

ICCV 2023poster

Neural Radiance Fields (NeRF) have constituted a remarkable breakthrough in image-based 3D reconstruction. However, their implicit volumetric representations differ significantly from the widely-adopted polygonal meshes and lack support from common 3D software and hardware, making their rendering…

Cited by 120PDFcodeScholar
2023

Disentangling the Benefits of Self-Supervised Learning to Deployment-Driven Downstream Tasks of Satellite Images (Student Abstract)

AAAI 2023technical

In this paper, we investigate the benefits of self-supervised learning (SSL) to downstream tasks of satellite images. Unlike common student academic projects, this work focuses on the advantages of the SSL for deployment-driven tasks which have specific scenarios with low or high-spatial resolution…

Cited by 0SourcePDFScholar
2023

Dual Memory Units with Uncertainty Regulation for Weakly Supervised Video Anomaly Detection

AAAI 2023technical

Learning discriminative features for effectively separating abnormal events from normality is crucial for weakly supervised video anomaly detection (WS-VAD) tasks. Existing approaches, both video and segment level label oriented, mainly focus on extracting representations for anomaly data while negl…

2023

GoBigger: A Scalable Platform for Cooperative-Competitive Multi-Agent Interactive Simulation

ICLR 2023poster

The emergence of various multi-agent environments has motivated powerful algorithms to explore agents' cooperation or competition. Even though this has greatly promoted the development of multi-agent reinforcement learning (MARL), it is still not enough to support further exploration on the behavio…

2023

PARCS: A Deployment-Oriented AI System for Robust Parcel-Level Cropland Segmentation of Satellite Images

AAAI 2023technical

Cropland segmentation of satellite images is an essential basis for crop area and yield estimation tasks in the remote sensing and computer vision interdisciplinary community. Instead of common pixel-level segmentation results with salt-and-pepper effects, a parcel-level output conforming to human r…

Cited by 7SourcePDFScholar
2023

Robust Video Portrait Reenactment via Personalized Representation Quantization

AAAI 2023technical

While progress has been made in the field of portrait reenactment, the problem of how to produce high-fidelity and robust videos remains. Recent studies normally find it challenging to handle rarely seen target poses due to the limitation of source data. This paper proposes the Video Portrait via No…

Cited by 5SourcePDFScholar
2023

StyleSync: High-Fidelity Generalized and Personalized Lip Sync in Style-Based Generator

CVPR 2023poster

Despite recent advances in syncing lip movements with any audio waves, current methods still struggle to balance generation quality and the model's generalization ability. Previous studies either require long-term data for training or produce a similar movement pattern on all subjects with low quali…

Cited by 71SourcePDFScholar
2023

TimesNet: Temporal 2D-Variation Modeling for General Time Series Analysis

ICLR 2023poster

Time series analysis is of immense importance in extensive applications, such as weather forecasting, anomaly detection, and action recognition. This paper focuses on temporal variation modeling, which is the common key problem of extensive analysis tasks. Previous methods attempt to accomplish this…

2022

Audio-Driven Co-Speech Gesture Video Generation

NeurIPS 2022accept

Co-speech gesture is crucial for human-machine interaction and digital entertainment. While previous works mostly map speech audio to human skeletons (e.g., 2D keypoints), directly generating speakers' gestures in the image domain remains unsolved. In this work, we formally define and study this cha…

2022

Delving into Sequential Patches for Deepfake Detection

NeurIPS 2022accept

Recent advances in face forgery techniques produce nearly visually untraceable deepfake videos, which could be leveraged with malicious intentions. As a result, researchers have been devoted to deepfake detection. Previous studies have identified the importance of local low-level cues and temporal i…

Cited by 66SourcePDFScholar
2022

Expressive Talking Head Generation With Granular Audio-Visual Control

CVPR 2022poster

Generating expressive talking heads is essential for creating virtual humans. However, existing one- or few-shot methods focus on lip-sync and head motion, ignoring the emotional expressions that make talking faces realistic. In this paper, we propose the Granularly Controlled Audio-Visual Talking H…

Cited by 148PDFScholar
2022

Joint-Modal Label Denoising for Weakly-Supervised Audio-Visual Video Parsing

ECCV 2022poster

"This paper focuses on the weakly-supervised audio-visual video parsing task, which aims to recognize all events belonging to each modality and localize their temporal boundaries. This task is challenging because only overall labels indicating the video events are provided for training. However, an…

2022

Learning Hierarchical Cross-Modal Association for Co-Speech Gesture Generation

CVPR 2022poster

Generating speech-consistent body and gesture movements is a long-standing problem in virtual avatar creation. Previous studies often synthesize pose movement in a holistic manner, where poses of all joints are generated simultaneously. Such a straightforward pipeline fails to generate fine-grained…

Cited by 138PDFcodeScholar
2022

Semantic-Aware Implicit Neural Audio-Driven Video Portrait Generation

ECCV 2022poster

"Animating high-fidelity video portrait with speech audio is crucial for virtual reality and digital entertainment. While most previous studies rely on accurate explicit structural information, recent works explore the implicit scene representation of Neural Radiance Fields (NeRF) for realistic gene…

2022

SepFusion: Finding Optimal Fusion Structures for Visual Sound Separation

AAAI 2022technical

Multiple modalities can provide rich semantic information; and exploiting such information will normally lead to better performance compared with the single-modality counterpart. However, it is not easy to devise an effective cross-modal fusion structure due to the variations of feature dimensions…

Cited by 15SourcePDFScholar
2022

Shape-Invariant 3D Adversarial Point Clouds

CVPR 2022poster

Adversary and invisibility are two fundamental but conflict characters of adversarial perturbations. Previous adversarial attacks on 3D point cloud recognition have often been criticized for their noticeable point outliers, since they just involve an "implicit constrain" like global distance loss in…

Cited by 93PDFcodeScholar
2022

StyleSwap: Style-Based Generator Empowers Robust Face Swapping

ECCV 2022poster

"Numerous attempts have been made to the task of person-agnostic face swapping given its wide applications. While existing methods mostly rely on tedious network and loss designs, they still struggle in the information balancing between the source and target faces, and tend to produce visible artifa…

2022

TokenMix: Rethinking Image Mixing for Data Augmentation in Vision Transformers

ECCV 2022poster

"CutMix is a popular augmentation technique commonly used for training modern convolutional and transformer vision networks. It was originally designed to encourage Convolution Neural Networks (CNNs) to focus more on an image’s global context instead of local information, which greatly improves the…

2022

Visual Sound Localization in the Wild by Cross-Modal Interference Erasing

AAAI 2022technical

The task of audiovisual sound source localization has been well studied under constrained scenes, where the audio recordings are clean. However, in real world scenarios, audios are usually contaminated by off screen sound and background noise. They will interfere with the procedure of identifying de…

2021

Adversarial Examples Detection Beyond Image Space

ICASSP 2021accepted

Deep neural networks have been proved that they are vulnerable to adversarial examples, which are generated by adding human-imperceptible perturbations to images. To defend these adversarial examples, various detection based methods have been proposed. However, most of them perform poorly on detecti…

Cited by 0SourceScholar
2021

Pose-Controllable Talking Face Generation by Implicitly Modularized Audio-Visual Representation

CVPR 2021poster

While accurate lip synchronization has been achieved for arbitrary-subject audio-driven talking face generation, the problem of how to efficiently drive the head pose remains. Previous methods rely on pre-estimated structural information such as landmarks and 3D parameters, aiming to generate person…

Cited by 433PDFcodeScholar
2021

Speech2Talking-Face: Inferring and Driving a Face with Synchronized Audio-Visual Representation

IJCAI 2021poster

What can we picture solely from a clip of speech? Previous research has shown the possibility of directly inferring the appearance of a person's face by listening to a voice. However, within human speech lies not only the biometric identity signal but also the identity-irrelevant information such as…

Cited by 28SourcePDFScholar
2021

Visually Informed Binaural Audio Generation without Binaural Audios

CVPR 2021poster

Stereophonic audio, especially binaural audio, plays an essential role in immersive viewing environments. Recent research has explored generating stereophonic audios guided by visual cues and multi-channel audio collections in a fully-supervised manner. However, due to the requirement of professiona…

Cited by 65PDFScholar
2020

LG-GAN: Label Guided Adversarial Network for Flexible Targeted Attack of Point Cloud Based Deep Networks

CVPR 2020poster

Deep neural networks have made tremendous progress in 3D point-cloud recognition. Recent works have shown that these 3D recognition networks are also vulnerable to adversarial samples produced from various attack methods, including optimization-based 3D Carlini-Wagner attack, gradient-based iterativ…

Cited by 130PDFScholar
2020

Rotate-and-Render: Unsupervised Photorealistic Face Rotation From Single-View Images

CVPR 2020poster

Though face rotation has achieved rapid progress in recent years, the lack of high-quality paired training data remains a great hurdle for existing methods. The current generative models heavily rely on datasets with multi-view images of the same person. Thus, their generated results are restricted…

Cited by 148PDFcodeScholar
2020

Self-Robust 3D Point Recognition via Gather-Vector Guidance

CVPR 2020poster

In this paper, we look into the problem of 3D adversary attack, and propose to leverage the internal properties of the point clouds and the adversarial examples to design a new self-robust deep neural network (DNN) based 3D recognition systems. As a matter of fact, on one hand, point clouds are high…

Cited by 67PDFScholar
2020

Sep-Stereo: Visually Guided Stereophonic Audio Generation by Associating Source Separation

ECCV 2020poster

Stereophonic audio is an indispensable ingredient to enhance human auditory experience. Recent research has explored the usage of visual information as guidance to generate binaural or ambisonic audio from mono ones with stereo supervision. However, this fully supervised paradigm suffers from an inh…

Cited by 103SourcePDFScholar
2019

A Graph-Based Framework to Bridge Movies and Synopses

ICCV 2019oral

Inspired by the remarkable advances in video analytics, research teams are stepping towards a greater ambition - movie understanding. However, compared to those activity videos in conventional datasets, movies are significantly different. Generally, movies are much longer and consist of much richer…

Cited by 78PDFcodeScholar
2019

DUP-Net: Denoiser and Upsampler Network for 3D Adversarial Point Clouds Defense

ICCV 2019poster

Neural networks are vulnerable to adversarial examples, which poses a threat to their application in security sensitive systems. We propose a Denoiser and UPsampler Network (DUP-Net) structure as defenses for 3D adversarial point cloud classification, where the two modules reconstruct surface smooth…

Cited by 202PDFcodeScholar