← Search

Dongze Lian

24 accepted papers

2026

MoCapAnything: Unified 3D Motion Capture for Arbitrary Skeletons from Monocular Videos

CVPR 2026

Motion capture now underpins content creation far beyond digital humans, yet most pipelines remain species- or template-specific. We formalize this gap as Category-Agnostic Motion Capture (CAMoCap): given a monocular video and an arbitrary rigged 3D asset as a prompt, the goal is to reconstruct a ro

Cited by 0SourcecodeScholar
2024

DreamDrone: Text-to-Image Diffusion Models are Zero-shot Perpetual View Generators

ECCV 2024poster

"We introduce DreamDrone, a novel zero-shot and training-free pipeline for generating unbounded flythrough scenes from textual prompts. Different from other methods that focus on warping images frame by frame, we advocate explicitly warping the intermediate latent code of the pre-trained text-to-ima…

2024

Parameter-Efficient and Memory-Efficient Tuning for Vision Transformer: A Disentangled Approach

ECCV 2024poster

"Recent works on parameter-efficient transfer learning (PETL) show the potential to adapt a pre-trained Vision Transformer to downstream recognition tasks with only a few learnable parameters. However, since they usually insert new structures into the pre-trained model, entire intermediate features…

2023

GraphAdapter: Tuning Vision-Language Models With Dual Knowledge Graph

NeurIPS 2023poster

Adapter-style efficient transfer learning (ETL) has shown excellent performance in the tuning of vision-language models (VLMs) under the low-data regime, where only a few additional parameters are introduced to excavate the task-specific knowledge based on the general and powerful representation of…

2023

Priority-Centric Human Motion Generation in Discrete Latent Space

ICCV 2023poster

Text-to-motion generation is a formidable task, aiming to produce human motions that align with the input text while also adhering to human capabilities and physical laws. While there have been advancements in diffusion models, their application in discrete spaces remains underexplored. Current meth…

Cited by 52PDFScholar
2023

Revisiting Event-Based Video Frame Interpolation

IROS 2023poster

Dynamic vision sensors or event cameras provide rich complementary information for video frame interpolation. Existing state-of-the-art methods follow the paradigm of combining both synthesis-based and warping networks. However, few of those methods fully respect the intrinsic characteristics of eve…

Cited by 4SourceScholar
2023

TM2D: Bimodality Driven 3D Dance Generation via Music-Text Integration

ICCV 2023poster

We propose a novel task for generating 3D dance movements that simultaneously incorporate both text and music modalities. Unlike existing works that generate dance movements using a single modality such as music, our goal is to produce richer dance movements guided by the instructive information pro…

Cited by 69PDFcodeScholar
2023

Weakly Supervised Video Representation Learning With Unaligned Text for Sequential Videos

CVPR 2023poster

Sequential video understanding, as an emerging video understanding task, has driven lots of researchers' attention because of its goal-oriented nature. This paper studies weakly supervised sequential video understanding where the accurate time-stamp level text-video alignment is not provided. We sol…

2023

iQuery: Instruments As Queries for Audio-Visual Sound Separation

CVPR 2023poster

Current audio-visual separation methods share a standard architecture design where an audio encoder-decoder network is fused with visual encoding features at the encoder bottleneck. This design confounds the learning of multi-modal feature encoding with robust sound decoding for audio separation. To…

2022

SVIP: Sequence VerIfication for Procedures in Videos

CVPR 2022poster

In this paper, we propose a novel sequence verification task that aims to distinguish positive video pairs performing the same action sequence from negative ones with step-level transformations but still conducting the same task. Such a challenging task resides in an open-set setting without prior a…

Cited by 25PDFcodeScholar
2022

Scaling & Shifting Your Features: A New Baseline for Efficient Model Tuning

NeurIPS 2022accept

Existing fine-tuning methods either tune all parameters of the pre-trained model (full fine-tuning), which is not efficient, or only tune the last linear layer (linear probing), which suffers a significant accuracy drop compared to the full fine-tuning. In this paper, we propose a new parameter-effi…

2022

TransRAC: Encoding Multi-Scale Temporal Correlation With Transformers for Repetitive Action Counting

CVPR 2022oral

Counting repetitive actions are widely seen in human activities such as physical exercise. Existing methods focus on performing repetitive action counting in short videos, which is tough for dealing with longer videos in more realistic scenarios. In the data-driven era, the degradation of such gener…

Cited by 70PDFcodeScholar
2021

Crowd Counting With Partial Annotations in an Image

ICCV 2021poster

To fully leverage the data captured from different scenes with different view angles while reducing the annotation cost, this paper studies a novel crowd counting setting, i.e. only using partial annotations in each image as training data. Inspired by the repetitive patterns in the annotated and una…

Cited by 57PDFcodeScholar
2021

KGDet: Keypoint-Guided Fashion Detection

AAAI 2021technical

Locating and classifying clothes, usually referred to as clothing detection, is a fundamental task in fashion analysis. Motivated by the strong structural characteristics of clothes, we pursue a detection method enhanced by clothing keypoints, which is a compact and effective representation of struc…

2021

Look Before You Leap: Learning Landmark Features for One-Stage Visual Grounding

CVPR 2021poster

An LBYL ( 'Look Before You Leap' ) Network is proposed for end-to-end trainable one-stage visual grounding. The idea behind LBYL-Net is intuitive and straightforward: we follow a language's description to localize the target object based on its relative spatial relation to 'Landmarks', which is char…

Cited by 122PDFcodeScholar
2020

Towards Fast Adaptation of Neural Architectures with Meta Learning

ICLR 2020poster

Recently, Neural Architecture Search (NAS) has been successfully applied to multiple artificial intelligence areas and shows better performance compared with hand-designed networks. However, the existing NAS methods only target a specific task. Most of them usually do well in searching an architectu…

Cited by 104SourcecodeScholar
2019

Density Map Regression Guided Detection Network for RGB-D Crowd Counting and Localization

CVPR 2019poster

To simultaneously estimate head counts and localize heads with bounding boxes, a regression guided detection network (RDNet) is proposed for RGB-D crowd counting. Specifically, to improve the robustness of detection-based approaches for small/tiny heads, we leverage density map to improve the head/n…

Cited by 231PDFScholar
2019

Local to Global Learning: Gradually Adding Classes for Training Deep Neural Networks

CVPR 2019poster

We propose a new learning paradigm, Local to Global Learning (LGL), for Deep Neural Networks (DNNs) to improve the performance of classification problems. The core of LGL is to learn a DNN model from fewer categories (local) to more categories (global) gradually within the entire training set. LGL i…

Cited by 16PDFcodeScholar
2019

Single-Image Piece-Wise Planar 3D Reconstruction via Associative Embedding

CVPR 2019poster

Single-image piece-wise planar 3D reconstruction aims to simultaneously segment plane instances and recover 3D plane parameters from an image. Most recent approaches leverage convolutional neural networks (CNNs) and achieve promising results. However, these methods are limited to detecting a fixed n…

Cited by 127PDFcodeScholar
2018

Evaluating Capability of Deep Neural Networks for Image Classification via Information Plane

ECCV 2018poster

Inspired by the pioneering work of information bottleneck principle for Deep Neural Networks (DNNs) analysis, we design an information plane based framework to evaluate the capability of DNNs for image classification tasks, which not only helps understand the capability of DNNs, but also helps us ch…

Cited by 40SourcePDFScholar
2018

Future Frame Prediction for Anomaly Detection – A New Baseline

CVPR 2018poster

Anomaly detection in videos refers to the identification of events that do not conform to expected behavior. However, almost all existing methods tackle the problem by minimizing the reconstruction errors of training data, which cannot guarantee a larger reconstruction error for an abnormal event. I…