← Search

Jue WANG

93 accepted papers

2026

NeuroDALEC: A Differentiable and Interpretable Mass-Conserving Framework for Terrestrial Ecosystem Carbon Cycle Dynamics

IJCAI 2026

Accurate simulation of terrestrial ecological carbon cycles is crucial for global climate change and ecosystem management. Process-based carbon models have high interpretability, but suffer from insufficient accuracy and slow computation due to fixed parameters. In contrast, deep-learning carbon mod

Cited by 0Scholar
2026

OpenDPR: Open-Vocabulary Change Detection via Vision-Centric Diffusion-Guided Prototype Retrieval for Remote Sensing Imagery

CVPR 2026

Open-vocabulary change detection (OVCD) seeks to recognize arbitrary changes of interest by enabling generalization beyond a fixed set of predefined classes. We reformulate OVCD as a two-stage pipeline: first generate class-agnostic change proposals using visual foundation models (VFMs) such as SAM

Cited by 0SourcecodeScholar
2026

PersonaLive! Expressive Portrait Image Animation for Live Streaming

CVPR 2026

Current diffusion-based portrait animation models predominantly focus on enhancing visual quality and expression realism, while overlooking generation latency and real-time performance, which restricts their application range in the live streaming scenario. We propose PersonaLive, a novel diffusion-

Cited by 0SourcecodeScholar
2026

PhysTrans: A Physics-Aware Transferable Framework for Global Cold-Start Photovoltaic Forecasting

IJCAI 2026

With the rapid expansion of photovoltaic (PV) power generation worldwide, PV systems have become key to global energy construction. Accurate PV forecasting is essential for safe grid operation and renewable energy integration. However, most existing models rely heavily on site-specific historical da

Cited by 0Scholar
2026

RipAlert: A Future-Frame-Aware Framework for Rip Current Forecasting and Early Alerting

AAAI 2026technical

Rip currents cause over 100 drowning deaths and more than 30,000 rescues annually in the United States, posing a severe threat to beach safety worldwide. However, most existing detection methods are reactive, identifying rip currents only after they form, leaving limited time for intervention. We pr

Cited by 0SourcePDFScholar
2026

StereoWorld: Geometry-Aware Monocular-to-Stereo Video Generation

CVPR 2026

The growing adoption of XR devices has fueled strong demand for high-quality stereo video, yet its production remains costly and artifact-prone.To address this challenge, we present **StereoWorld**, an **end-to-end framework** that repurposes a pretrained video generator for high-fidelity monocular-

Cited by 0SourceScholar
2026

When Does Divide and Conquer Work for Long Context LLM? A Noise Decomposition Framework

ICLR 2026poster

We investigate the challenge of applying Large Language Models (LLMs) to long texts. We propose a theoretical framework that distinguishes the failure modes of long context tasks into three categories: cross-chunk dependence (task noise), confusion that grows with context size (model noise), and the…

Cited by 0SourcecodeScholar
2025

FloE: On-the-Fly MoE Inference on Memory-constrained GPU

ICML 2025poster

With the widespread adoption of Mixture-of-Experts (MoE) models, there is a growing demand for efficient inference on memory-constrained devices. While offloading expert parameters to CPU memory and loading activated experts on demand has emerged as a potential solution, the large size of activated…

Cited by 0SourcePDFScholar
2025

FoldToken: Learning Protein Language via Vector Quantization and Beyond

AAAI 2025technical

Is there a foreign language describing protein sequences and structures simultaneously? Protein structures, represented by continuous 3D points, have long posed a challenge due to the contrasting modeling paradigms of discrete sequences. We introduce FoldTokenizer to represent protein sequence-struc…

Cited by 10SourcePDFScholar
2025

Improving Model Alignment Through Collective Intelligence of Open-Source Models

ICML 2025poster

Building helpful and harmless large language models (LLMs) requires effective model alignment approach based on human instructions and feedback, which necessitates high-quality human-labeled data. Constructing such datasets is often expensive and hard to scale, and may face potential limitations on…

Cited by 0SourcePDFScholar
2025

Ladder-Residual: Parallelism-Aware Architecture for Accelerating Large Model Inference with Communication Overlapping

ICML 2025poster

Large language model inference is both memory-intensive and time-consuming, often requiring distributed algorithms to efficiently scale. Various model parallelism strategies are used in multi-gpu training and inference to partition computation across multiple devices, reducing memory load and comput…

2025

MCloudNet: An Ultra-Short-Term Photovoltaic Power Forecasting Framework With Multi-Layer Cloud Coverage

IJCAI 2025

Over 4.15 million low-income households across nearly 60,000 villages in China benefit from photovoltaic (PV) poverty alleviation power stations. However, weak infrastructure and limited capabilities make these systems vulnerable to fluctuations. One of the United Nations' Sustainable Development Go

2025

Mixture-of-Agents Enhances Large Language Model Capabilities

ICLR 2025spotlight

Recent advances in large language models (LLMs) demonstrate substantial capabilities in natural language understanding and generation tasks. With the growing number of LLMs, how to harness the collective expertise of multiple LLMs is an exciting open direction. Toward this goal, we propose a new app…

Cited by 90SourcePDFScholar
2025

PPDformer: Channel-Specific Periodic Patch Division for Time Series Forecasting

ICASSP 2025accepted

Multivariate time series (MTS) forecasting presents significant challenges due to the diverse noise distributions and complex periodic patterns across different channels. Existing Transformer-based models often apply uniform noise reduction techniques and simplistic patch segmentation, resulting in…

Cited by 0SourceScholar
2025

SEP: A General Lossless Compression Framework with Semantics Enhancement and Multi-Stream Pipelines

IJCAI 2025

Deep-learning-based lossless compression is of immense importance in real-world applications, such as cold data persistence, sensor data collection, and astronomical data transmission. However, existing compressors typically model data using single-byte symbols as tokens, which makes it hard to capt

2025

Scaling Instruction-tuned LLMs to Million-token Contexts via Hierarchical Synthetic Data Generation

ICLR 2025poster

Large Language Models (LLMs) struggle with long-context reasoning, not only due to the quadratic scaling of computational complexity with sequence length but also because of the scarcity and expense of annotating long-context data. There has been barely any open-source work that systematically ablat…

Cited by 0SourcePDFScholar
2025

Train Small, Infer Large: Memory-Efficient LoRA Training for Large Language Models

ICLR 2025poster

Large Language Models (LLMs) have significantly advanced natural language processing with exceptional task generalization capabilities. Low-Rank Adaption (LoRA) offers a cost-effective fine-tuning solution, freezing the original model parameters and training only lightweight, low-rank adapter matric…

2025

Ultra High-Resolution Image Inpainting with Patch-Based Content Consistency Adapter

ICCV 2025poster

In this work, we present Patch-Adapter, an effective framework for high-resolution text-guided image inpainting. Unlike existing methods limited to lower resolutions, our approach achieves 4K+ resolution while maintaining precise content consistency and prompt alignment--two critical challenges in i…

2024

Draft & Verify: Lossless Large Language Model Acceleration via Self-Speculative Decoding

ACL 2024long

We present a novel inference scheme, self-speculative decoding, for accelerating Large Language Models (LLMs) without the need for an auxiliary model. This approach is characterized by a two-stage process: drafting and verification. The drafting stage generates draft tokens at a slightly lower quali…

2024

Soft Prompt Recovers Compressed LLMs, Transferably

ICML 2024poster

Model compression is one of the most popular approaches to improve the accessibility of Large Language Models (LLMs) by reducing their memory footprint. However, the gaining of such efficiency benefits often simultaneously demands extensive engineering efforts and intricate designs to mitigate the p…

2024

UniIF: Unified Molecule Inverse Folding

NeurIPS 2024poster

Molecule inverse folding has been a long-standing challenge in chemistry and biology, with the potential to revolutionize drug discovery and material science. Despite specified models have been proposed for different small- or macro-molecules, few have attempted to unify the learning process, result…

Cited by 16SourcePDFScholar
2023

ACR: Attention Collaboration-Based Regressor for Arbitrary Two-Hand Reconstruction

CVPR 2023poster

Reconstructing two hands from monocular RGB images is challenging due to frequent occlusion and mutual confusion. Existing methods mainly learn an entangled representation to encode two interacting hands, which are incredibly fragile to impaired interaction, such as truncated hands, separate hands,…

2023

CocktailSGD: Fine-tuning Foundation Models over 500Mbps Networks

ICML 2023poster

Distributed training of foundation models, especially large language models (LLMs), is communication-intensive and so has heavily relied on centralized data centers with fast interconnects. Can we train on slow networks and unlock the potential of decentralized infrastructure for foundation models?…

Cited by 49SourcePDFScholar
2023

CodeTalker: Speech-Driven 3D Facial Animation With Discrete Motion Prior

CVPR 2023poster

Speech-driven 3D facial animation has been widely studied, yet there is still a gap to achieving realism and vividness due to the highly ill-posed nature and scarcity of audio-visual data. Existing works typically formulate the cross-modal mapping into a regression task, which suffers from the regre…

2023

CoordFill: Efficient High-Resolution Image Inpainting via Parameterized Coordinate Querying

AAAI 2023technical

Image inpainting aims to fill the missing hole of the input. It is hard to solve this task efficiently when facing high-resolution images due to two reasons: (1) Large reception field needs to be handled for high-resolution image inpainting. (2) The general encoder and decoder network synthesizes ma…

2023

Deja Vu: Contextual Sparsity for Efficient LLMs at Inference Time

ICML 2023oral

Large language models (LLMs) with hundreds of billions of parameters have sparked a new wave of exciting AI applications. However, they are computationally expensive at inference time. Sparsity is a natural approach to reduce this cost, but existing methods either require costly retraining, have to…

2023

Effective Continual Learning for Text Classification with Lightweight Snapshots

AAAI 2023technical

Continual learning is known for suffering from catastrophic forgetting, a phenomenon where previously learned concepts are forgotten upon learning new tasks. A natural remedy is to use trained models for old tasks as ‘teachers’ to regularize the update of the current model to prevent such forgetting…

2023

Fine-Grained Face Swapping via Regional GAN Inversion

CVPR 2023poster

We present a novel paradigm for high-fidelity face swapping that faithfully preserves the desired subtle geometry and texture details. We rethink face swapping from the perspective of fine-grained face editing, i.e., editing for swapping (E4S), and propose a framework that is based on the explicit d…

2023

InParformer: Evolutionary Decomposition Transformers with Interactive Parallel Attention for Long-Term Time Series Forecasting

AAAI 2023technical

Long-term time series forecasting (LTSF) provides substantial benefits for numerous real-world applications, whereas places essential demands on the model capacity to capture long-range dependencies. Recent Transformer-based models have significantly improved LTSF performance. It is worth noting tha…

Cited by 28SourcePDFScholar
2023

Learning Anchor Transformations for 3D Garment Animation

CVPR 2023poster

This paper proposes an anchor-based deformation model, namely AnchorDEF, to predict 3D garment animation from a body motion sequence. It deforms a garment mesh template by a mixture of rigid transformations with extra nonlinear displacements. A set of anchors around the mesh surface is introduced to…

Cited by 13SourcePDFScholar
2023

Motion-Guided Masking for Spatiotemporal Representation Learning

ICCV 2023poster

Several recent works have directly extended the image masked autoencoder (MAE) with random masking into video domain, achieving promising results. However, unlike images, both spatial and temporal information are important for video understanding. This suggests that the random masking strategy that…

Cited by 16PDFScholar
2023

Patch-Based 3D Natural Scene Generation From a Single Example

CVPR 2023poster

We target a 3D generative model for general natural scenes that are typically unique and intricate. Lacking the necessary volumes of training data, along with the difficulties of having ad hoc designs in presence of varying scene characteristics, renders existing setups intractable. Inspired by clas…

2023

Selective Structured State-Spaces for Long-Form Video Understanding

CVPR 2023poster

Effective modeling of complex spatiotemporal dependencies in long-form videos remains an open problem. The recently proposed Structured State-Space Sequence (S4) model with its linear complexity offers a promising direction in this space. However, we demonstrate that treating all image-tokens equall…

Cited by 126SourcePDFScholar
2023

Skill-it! A data-driven skills framework for understanding and training language models

NeurIPS 2023spotlight

The quality of training data impacts the performance of pre-trained large language models (LMs). Given a fixed budget of tokens, we study how to best select data that leads to good downstream model performance across tasks. We develop a new framework based on a simple hypothesis: just as humans acqu…

Cited by 65SourcePDFScholar
2023

Skinned Motion Retargeting With Residual Perception of Motion Semantics & Geometry

CVPR 2023poster

A good motion retargeting cannot be reached without reasonable consideration of source-target differences on both the skeleton and shape geometry levels. In this work, we propose a novel Residual RETargeting network (R2ET) structure, which relies on two neural modification modules, to adjust the sou…

2023

Truncate-Split-Contrast: A Framework for Learning from Mislabeled Videos

AAAI 2023technical

Learning with noisy label is a classic problem that has been extensively studied for image tasks, but much less for video in the literature. A straightforward migration from images to videos without considering temporal semantics and computational cost is not a sound choice. In this paper, we propos…

Cited by 3SourcePDFScholar
2023

UV Volumes for Real-Time Rendering of Editable Free-View Human Performance

CVPR 2023poster

Neural volume rendering enables photo-realistic renderings of a human performer in free-view, a critical task in immersive VR/AR applications. But the practice is severely limited by high computational costs in the rendering process. To solve this problem, we propose the UV Volumes, a new approach t…

2022

AdaptFormer: Adapting Vision Transformers for Scalable Visual Recognition

NeurIPS 2022accept

Pretraining Vision Transformers (ViTs) has achieved great success in visual recognition. A following scenario is to adapt a ViT to various image and video recognition tasks. The adaptation is challenging because of heavy computation and memory storage. Each model needs an independent and complete fi…

2022

Boosting the Transferability of Adversarial Attacks with Reverse Adversarial Perturbation

NeurIPS 2022accept

Deep neural networks (DNNs) have been shown to be vulnerable to adversarial examples, which can produce erroneous predictions by injecting imperceptible perturbations. In this work, we study the transferability of adversarial examples, which is significant due to its threat to real-world application…

2022

Continual Federated Learning Based on Knowledge Distillation

IJCAI 2022poster

Federated learning (FL) is a promising approach for learning a shared global model on decentralized data owned by multiple clients without exposing their privacy. In real-world scenarios, data accumulated at the client-side varies in distribution over time. As a consequence, the global model tends t…

Cited by 86SourcePDFScholar
2022

Deblur-NeRF: Neural Radiance Fields From Blurry Images

CVPR 2022poster

Neural Radiance Field (NeRF) has gained considerable attention recently for 3D scene reconstruction and novel view synthesis due to its remarkable synthesis quality. However, image blurriness caused by defocus or motion, which often occurs when capturing scenes in the wild, significantly degrades it…

Cited by 289PDFcodeScholar
2022

Deformable Video Transformer

CVPR 2022poster

Video transformers have recently emerged as an effective alternative to convolutional networks for action classification. However, most prior video transformers adopt either global space-time attention or hand-defined strategies to compare patches within and across frames. These fixed attention sche…

Cited by 50PDFScholar
2022

EViT: Expediting Vision Transformers via Token Reorganizations

ICLR 2022spotlight

Vision Transformers (ViTs) take all the image patches as tokens and construct multi-head self-attention (MHSA) among them. Complete leverage of these image tokens brings redundant computations since not all the tokens are attentive in MHSA. Examples include that tokens containing semantically meanin…

2022

Exploring Denoised Cross-Video Contrast for Weakly-Supervised Temporal Action Localization

CVPR 2022poster

Weakly-supervised temporal action localization aims to localize actions in untrimmed videos with only video-level labels. Most existing methods address this problem with a "localization-by-classification" pipeline that localizes action regions based on snippet-wise classification sequences. Snippet-…

Cited by 75PDFcodeScholar
2022

FENeRF: Face Editing in Neural Radiance Fields

CVPR 2022poster

Previous portrait image generation methods roughly fall into two categories: 2D GANs and 3D-aware GANs. 2D GANs can generate high fidelity portraits but with low view consistency. 3D-aware GAN methods can maintain view consistency but their generated images are not locally editable. To overcome thes…

Cited by 169PDFcodeScholar
2022

Fine-tuning Language Models over Slow Networks using Activation Quantization with Guarantees

NeurIPS 2022accept

Communication compression is a crucial technique for modern distributed learning systems to alleviate their communication bottlenecks over slower networks. Despite recent intensive studies of gradient compression for data parallel-style training, compressing the activations for models trained with p…

Cited by 9SourcePDFScholar
2022

Hallucinated Neural Radiance Fields in the Wild

CVPR 2022poster

Neural Radiance Fields (NeRF) has recently gained popularity for its impressive novel view synthesis ability. This paper studies the problem of hallucinated NeRF: i.e., recovering a realistic NeRF at a different time of day from a group of tourism images. Existing solutions adopt NeRF with a control…

Cited by 137PDFcodeScholar
2022

High-Fidelity GAN Inversion for Image Attribute Editing

CVPR 2022poster

We present a novel high-fidelity generative adversarial network (GAN) inversion framework that enables attribute editing with image-specific details well-preserved (e.g., background, appearance, and illumination). We first analyze the challenges of high-fidelity GAN inversion from the perspective of…

Cited by 313PDFcodeScholar
2022

LAS-AT: Adversarial Training With Learnable Attack Strategy

CVPR 2022oral

Adversarial training (AT) is always formulated as a minimax problem, of which the performance depends on the inner optimization that involves the generation of adversarial examples (AEs). Most previous methods adopt Projected Gradient Decent (PGD) with manually specifying attack parameters for AE ge…

Cited by 196PDFcodeScholar
2022

LocVTP: Video-Text Pre-training for Temporal Localization

ECCV 2022poster

"Video-Text Pre-training (VTP) aims to learn transferable representations for various downstream tasks from large-scale web videos. To date, almost all existing VTP methods are limited to retrieval-based downstream tasks, e.g., video retrieval, whereas their transfer potentials on localization-based…

2022

Motion-Aware Contrastive Video Representation Learning via Foreground-Background Merging

CVPR 2022poster

In light of the success of contrastive learning in the image domain, current self-supervised video representation learning methods usually employ contrastive loss to facilitate video representation learning. When naively pulling two augmented views of a video closer, the model however tends to learn…

Cited by 71PDFcodeScholar
2022

Multi-Robot Active Mapping via Neural Bipartite Graph Matching

CVPR 2022poster

We study the problem of multi-robot active mapping, which aims for complete scene map construction in minimum time steps. The key to this problem lies in the goal position estimation to enable more efficient robot movements. Previous approaches either choose the frontier as the goal position via a m…

Cited by 34PDFScholar
2022

OST: Improving Generalization of DeepFake Detection via One-Shot Test-Time Training

NeurIPS 2022accept

State-of-the-art deepfake detectors perform well in identifying forgeries when they are evaluated on a test set similar to the training set, but struggle to maintain good performance when the test forgeries exhibit different characteristics from the training images e.g., forgeries are created by uns…

Cited by 75SourcePDFScholar
2022

One Model to Edit Them All: Free-Form Text-Driven Image Manipulation with Semantic Modulations

NeurIPS 2022accept

Free-form text prompts allow users to describe their intentions during image manipulation conveniently. Based on the visual latent space of StyleGAN[21] and text embedding space of CLIP[34], studies focus on how to map these two latent spaces for text-driven attribute manipulations. Currently, the l…

2022

Prior-Guided Adversarial Initialization for Fast Adversarial Training

ECCV 2022poster

"Fast adversarial training (FAT) effectively improves the efficiency of standard adversarial training (SAT). However, initial FAT encounters catastrophic overfitting, i.e., the robust accuracy against adversarial attacks suddenly decreases to 0% during training. Though several FAT variants spare no…

2022

Self-Supervised Learning of Adversarial Example: Towards Good Generalizations for Deepfake Detection

CVPR 2022oral

Recent studies in deepfake detection have yielded promising results when the training and testing face forgeries are from the same dataset. However, the problem remains challenging when one tries to generalize the detector to forgeries created by unseen methods in the training dataset. This work add…

Cited by 271PDFcodeScholar
2022

SkipBERT: Efficient Inference with Shallow Layer Skipping

ACL 2022long

In this paper, we propose SkipBERT to accelerate BERT inference by skipping the computation of shallow layers. To achieve this, our approach encodes small text chunks into independent representations, which are then materialized to approximate the shallow representation of BERT. Since the use of suc…

2022

Spatial-Separated Curve Rendering Network for Efficient and High-Resolution Image Harmonization

ECCV 2022poster

"Image harmonization aims to modify the color of the composited region according to the specific background. Previous works model this task as a pixel-wise image translation using UNet family structures. However, the model size and computational cost limit the ability of their models on edge devices…

2022

Stability Analysis and Generalization Bounds of Adversarial Training

NeurIPS 2022accept

In adversarial machine learning, deep neural networks can fit the adversarial examples on the training dataset but have poor generalization ability on the test set. This phenomenon is called robust overfitting, and it can be observed when adversarially training neural nets on common datasets, includ…

2022

StyleHEAT: One-Shot High-Resolution Editable Talking Face Generation via Pre-trained StyleGAN

ECCV 2022poster

"One-shot talking face generation aims at synthesizing a high-quality talking face video from an arbitrary portrait image, driven by a video or an audio segment. In this work, we provide a solution from a novel perspective that differs from existing frameworks. We first investigate the latent featur…

2022

Towards Accurate Active Camera Localization

ECCV 2022poster

"In this work, we tackle the problem of active camera localization, which controls the camera movements actively to achieve an accurate camera pose. The past solutions are mostly based on Markov Localization, which reduces the position-wise camera uncertainty for localization. These approaches local…

2022

Unsupervised Pre-Training for Temporal Action Localization Tasks

CVPR 2022poster

Unsupervised video representation learning has made remarkable achievements in recent years. However, most existing methods are designed and optimized for video classification. These pre-trained models can be sub-optimal for temporal localization tasks due to the inherent discrepancy between video-l…

Cited by 64PDFcodeScholar
2022

VideoMAE: Masked Autoencoders are Data-Efficient Learners for Self-Supervised Video Pre-Training

NeurIPS 2022accept

Pre-training video transformers on extra large-scale datasets is generally required to achieve premier performance on relatively small datasets. In this paper, we show that video masked autoencoders (VideoMAE) are data-efficient learners for self-supervised video pre-training (SSVP). We are inspired…

2021

Effective Slot Filling via Weakly-Supervised Dual-Model Learning

AAAI 2021technical

Slot filling is a challenging task in Spoken Language Understanding (SLU). Supervised methods usually require large amounts of annotation to maintain desirable performance. A solution to relieve the heavy dependency on labeled data is to employ bootstrapping, which leverages unlabeled data. However,…

2021

F-Net: Fusion Neural Network for Vehicle Trajectory Prediction in Autonomous Driving

ICASSP 2021accepted

Recent research has been remarkable in recurrent neural networks (RNNs) on sequence-to-sequence problems for image caption, and promising in convolutional neural networks (CNNs) on spatial analysis problems for image detection and sematic segmentation problems. In this paper, based on recurrent neur…

Cited by 0SourceScholar
2021

Revitalizing CNN Attention via Transformers in Self-Supervised Visual Representation Learning

NeurIPS 2021poster

Studies on self-supervised visual representation learning (SSL) improve encoder backbones to discriminate training samples without labels. While CNN encoders via SSL achieve comparable recognition performance to those via supervised learning, their network attention is under-explored for further imp…

2021

UPFlow: Upsampling Pyramid for Unsupervised Optical Flow Learning

CVPR 2021poster

We present an unsupervised learning approach for optical flow estimation by improving the upsampling and learning of pyramid network. We design a self-guided upsample module to tackle the interpolation blur problem caused by bilinear upsampling between pyramid levels. Moreover, we propose a pyramid…

Cited by 111PDFcodeScholar
2021

Vx2Text: End-to-End Learning of Video-Based Text Generation From Multimodal Inputs

CVPR 2021poster

We present Vx2Text, a framework for text generation from multimodal inputs consisting of video plus text, speech, or audio. In order to leverage transformer networks, which have been shown to be effective at modeling language, each modality is first converted into a set of language embeddings by a l…

Cited by 77PDFScholar
2020

Content-Aware Unsupervised Deep Homography Estimation

ECCV 2020poster

Homography estimation is a basic image alignment method in many applications. It is usually done by extracting and matching sparse feature points, which are error-prone in low-light and low-texture images. On the other hand, previous deep homography approaches use either synthetic images for supervi…

2020

Fashion Captioning: Towards Generating Accurate Descriptions with Semantic Rewards

ECCV 2020poster

Generating accurate descriptions for online fashion items is important not only for enhancing customers' shopping experiences, but also for the increase of online sales. Besides the need of correctly presenting the attributes of items, the expressions in an enchanting style could better attract cust…

2020

Practical Deep Raw Image Denoising on Mobile Devices

ECCV 2020poster

Deep learning-based image denoising approaches have been extensively studied in recent years, prevailing in many public benchmark datasets. However, the stat-of-the-art networks are computationally too expensive to be directly applied on mobile devices. In this work, we propose a light-weight, effic…

2019

Audio Visual Scene-Aware Dialog

CVPR 2019poster

We introduce the task of scene-aware dialog. Our goal is to generate a complete and natural response to a question about a scene, given video and audio of the scene and the history of previous turns in the dialog. To answer successfully, agents must ground concepts from the question in the video whi…

Cited by 226PDFcodeScholar
2019

End-to-end Audio Visual Scene-aware Dialog Using Multimodal Attention-based Video Features

ICASSP 2019accepted

In order for machines interacting with the real world to have conversations with users about the objects and events around them, they need to understand dynamic audiovisual scenes. The recent revolution of neural network models allows us to combine various modules into a single end-to-end differenti…

Cited by 0SourceScholar
2019

GIF2Video: Color Dequantization and Temporal Interpolation of GIF Images

CVPR 2019poster

Graphics Interchange Format (GIF) is a highly portable graphics format that is ubiquitous on the Internet. Despite their small sizes, GIF images often contain undesirable visual artifacts such as flat color regions, false contours, color shift, and dotted patterns. In this paper, we propose GIF2Vide…

Cited by 30PDFScholar
2019

Not All Parts Are Created Equal: 3D Pose Estimation by Modeling Bi-Directional Dependencies of Body Parts

ICCV 2019oral

Not all the human body parts have the same degree of freedom (DOF) due to the physiological structure. For example, the limbs may move more flexibly and freely than the torso does. Most of the existing 3D pose estimation methods, despite the very promising results achieved, treat the body joints equ…

Cited by 74PDFScholar
2019

Semi-Supervised Skin Detection by Network With Mutual Guidance

ICCV 2019poster

We present a new data-driven method for robust skin detection from a single human portrait image. Unlike previous methods, we incorporate human body as a weak semantic guidance into this task, considering acquiring large-scale of human labeled skin data is commonly expensive and time-consuming. To b…

Cited by 32PDFScholar
2018

Scale-Recurrent Network for Deep Image Deblurring

CVPR 2018poster

In single image deblurring, the ``coarse-to-fine'' scheme, i.e. gradually restoring the sharp image on different resolutions in a pyramid, is very successful in both traditional optimization-based methods and recent neural-network-based approaches. In this paper, we investigate this strategy and pro…

2018

Video Representation Learning Using Discriminative Pooling

CVPR 2018poster

Popular deep models for action recognition in videos generate independent predictions for short clips, which are then pooled heuristically to assign an action label to the full video segment. As not all frames may characterize the underlying action---indeed, many are common across multiple actions--…

Cited by 82SourcePDFScholar
2017

Deep Video Deblurring for Hand-Held Cameras

CVPR 2017spotlight

Motion blur from camera shake is a major problem in videos captured by hand-held devices. Unlike single-image deblurring, video-based approaches can take advantage of the abundant information that exists across neighboring frames. As a result the best performing methods rely on the alignment of near…

Cited by 711PDFScholar
2015

Blind Optical Aberration Correction by Exploring Geometric and Visual Priors

CVPR 2015poster

Optical aberration widely exists in optical imaging systems, especially in consumer-level cameras. In contrast to previous solutions using hardware compensation or pre-calibration, we propose a computational approach for blind aberration removal from a single image, by exploring various geometric an…

Cited by 45SourcePDFScholar