← Search

Shenghua Gao

59 accepted papers

2026

CUPID: Generative 3D Reconstruction via Joint Object and Pose Modeling

CVPR 2026

We introduce Cupid, a generative 3D reconstruction framework that jointly models the full distribution over both canonical objects and camera poses. Our two-stage flow-based model first generates a coarse 3D structure and 2D-3D correspondences to estimate the camera pose robustly. Conditioned on thi

Cited by 0SourcecodeScholar
2026

Hierarchical Action Learning for Weakly-Supervised Action Segmentation

CVPR 2026

Humans perceive actions through key transitions that structure actions across multiple abstraction levels, whereas machines, relying on visual features, tend to over-segment. This highlights the difficulty of enabling hierarchical reasoning in video understanding. Interestingly, we observe that lowe

Cited by 0SourcecodeScholar
2026

LatentChem: From Textual CoT to Latent Thinking in Chemical Reasoning

ICML 2026poster

Current chemical large language models (LLMs) predominantly rely on explicit Chain-of-Thought (CoT) to solve complex reasoning problems. However, forcing nonverbal tacit chemical logic into discrete natural language imposes a fundamental ``modality mismatch,'' creating an artificial bottleneck for r…

Cited by 0SourceScholar
2026

LongSplat: Online Generalizable 3D Gaussian Splatting from Long Sequence Images

AAAI 2026technical

3D Gaussian Splatting (3DGS) achieves high-fidelity novel view synthesis, but its application in online long-sequence scenarios is still restricted. Existing methods either rely on slow per-scene optimization or lack efficient frame-wise 3DGS updates, making them unsuitable for online long-sequence

Cited by 0SourcePDFScholar
2026

Pointer-CAD: Unifying B-Rep and Command Sequences via Pointer-based Edges & Faces Selection

CVPR 2026

Constructing computer-aided design (CAD) models is labor-intensive but essential for engineering and manufacturing. Recent advances in Large Language Models (LLMs) have inspired the LLM-based CAD generation by representing CAD as command sequences. But these methods struggle in practical scenarios b

Cited by 0SourcecodeScholar
2026

Seeing from Another Perspective: Evaluating Multi-View Understanding in MLLMs

AAAI 2026technical

Multi-view understanding, the ability to reconcile visual information across diverse viewpoints for effective navigation, manipulation, and 3D scene comprehension, is a fundamental challenge in Multi-Modal Large Language Models (MLLMs) to be used as embodied agents. While recent MLLMs have shown im

Cited by 0SourcePDFScholar
2026

Topology-Preserved Auto-regressive Mesh Generation in the Manner of Weaving Silk

ICLR 2026poster

Existing auto-regressive mesh generation approaches suffer from ineffective topology preservation, which is crucial for practical applications. This limitation stems from previous mesh tokenization methods treating meshes as simple collections of equivalent triangles, lacking awareness of the overa…

Cited by 0SourceScholar
2025

3D StreetUnveiler with Semantic-aware 2DGS - a simple baseline

ICLR 2025poster

Unveiling an empty street from crowded observations captured by in-car cameras is crucial for autonomous driving. However, removing all temporarily static objects, such as stopped vehicles and standing pedestrians, presents a significant challenge. Unlike object-centric 3D inpainting, which relies o…

Cited by 0SourcePDFScholar
2025

HERA: Hybrid Explicit Representation for Ultra-Realistic Head Avatars

CVPR 2025poster

We introduce a novel approach to creating ultra-realistic head avatars and rendering them in real time (\geq 30 fps at 2048 x1334 resolution). First, we propose a hybrid explicit representation that combines the advantages of two primitive based efficient rendering techniques. UV-mapped 3D mesh is u…

Cited by 0SourcePDFScholar
2025

Multi-Sensor Object Anomaly Detection: Unifying Appearance, Geometry, and Internal Properties

CVPR 2025poster

Object anomaly detection is essential for industrial quality inspection, yet traditional single-sensor methods face critical limitations. They fail to capture the wide range of anomaly types, as single sensors are often constrained to either external appearance, geometric structure, or internal prop…

2025

Scaling Mesh Generation via Compressive Tokenization

CVPR 2025poster

We propose a compressive yet effective mesh tokenization, Blocked and Patchified Tokenization (BPT), facilitating the generation of meshes exceeding 8k faces. BPT compresses mesh sequences by employing block-wise indexing and patch aggregation, reducing their length by approximately 75% compared to…

2024

MeshSegmenter: Zero-Shot Mesh Segmentation via Texture Synthesis

ECCV 2024poster

"We present MeshSegmenter, a simple yet effective framework designed for zero-shot 3D semantic segmentation. This model successfully extends the powerful capabilities of 2D segmentation models to 3D meshes, delivering accurate 3D segmentation across diverse meshes and segment descriptions. Specifica…

2024

Towards Scalable 3D Anomaly Detection and Localization: A Benchmark via 3D Anomaly Synthesis and A Self-Supervised Learning Network

CVPR 2024poster

Recently 3D anomaly detection a crucial problem involving fine-grained geometry discrimination is getting more attention. However the lack of abundant real 3D anomaly data limits the scalability of current models. To enable scalable anomaly data collection we propose a 3D anomaly synthesis pipeline…

2023

Dream3D: Zero-Shot Text-to-3D Synthesis Using 3D Shape Prior and Text-to-Image Diffusion Models

CVPR 2023poster

Recent CLIP-guided 3D optimization methods, such as DreamFields and PureCLIPNeRF, have achieved impressive results in zero-shot text-to-3D synthesis. However, due to scratch training and random initialization without prior knowledge, these methods often fail to generate accurate and faithful 3D stru…

2023

Lifelong Person Re-identification via Knowledge Refreshing and Consolidation

AAAI 2023technical

Lifelong person re-identification (LReID) is in significant demand for real-world development as a large amount of ReID data is captured from diverse locations over time and cannot be accessed at once inherently. However, a key challenge for LReID is how to incrementally preserve old knowledge and g…

2023

LivelySpeaker: Towards Semantic-Aware Co-Speech Gesture Generation

ICCV 2023poster

Gestures are non-verbal but important behaviors accompanying people's speech. While previous methods are able to generate speech rhythm-synchronized gestures, the semantic context of the speech is generally lacking in the gesticulations. Although semantic gestures do not occur very regularly in huma…

Cited by 26PDFcodeScholar
2023

Michelangelo: Conditional 3D Shape Generation based on Shape-Image-Text Aligned Latent Representation

NeurIPS 2023poster

We present a novel alignment-before-generation approach to tackle the challenging task of generating general 3D shapes based on 2D images or texts. Directly learning a conditional generative model from images or texts to 3D shapes is prone to producing inconsistent results with the conditions becaus…

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

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…

2022

DearKD: Data-Efficient Early Knowledge Distillation for Vision Transformers

CVPR 2022poster

Transformers have been successfully applied to computer vision due to its powerful modelling capacity with self-attention. However, the good performance of transformers heavily depends on enormous training images. Thus, a data-efficient transformer solution is urgently needed. In this work, we propo…

Cited by 99PDFScholar
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

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
2022

UNIF: United Neural Implicit Functions for Clothed Human Reconstruction and Animation

ECCV 2022poster

"We propose united implicit functions (UNIF), a part-based method for clothed human reconstruction and animation with raw scans and skeletons as the input. Previous part-based methods for human reconstruction rely on ground-truth part labels from SMPL and thus are limited to minimal-clothed humans.…

2021

Accurate depth estimation from a hybrid event-RGB stereo setup

IROS 2021poster

Event-based visual perception is becoming increasingly popular owing to interesting sensor characteristics enabling the handling of difficult conditions such as highly dynamic motion or challenging illumination. The mostly complementary nature of event cameras however still means that best results a…

Cited by 11SourceScholar
2021

Amodal Segmentation Based on Visible Region Segmentation and Shape Prior

AAAI 2021technical

Almost all existing amodal segmentation methods make the inferences of occluded regions by using features corresponding to the whole image. This is against the human's amodal perception, where human uses the visible part and the shape prior knowledge of the target to infer the occluded region. To mi…

2021

Appearance-Motion Memory Consistency Network for Video Anomaly Detection

AAAI 2021technical

Abnormal event detection in the surveillance video is an essential but challenging task, and many methods have been proposed to deal with this problem. The previous methods either only consider the appearance information or directly integrate the results of appearance and motion information without…

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

Layout-Guided Novel View Synthesis From a Single Indoor Panorama

CVPR 2021poster

Existing view synthesis methods mainly focus on the perspective images and have shown promising results. However, due to the limited field-of-view of the pinhole camera, the performance quickly degrades when large camera movements are adopted. In this paper, we make the first attempt to generate nov…

Cited by 28PDFcodeScholar
2021

Learning To Recommend Frame for Interactive Video Object Segmentation in the Wild

CVPR 2021poster

This paper proposes a framework for the interactive video object segmentation (VOS) in the wild where users can choose some frames for annotations iteratively. Then, based on the user annotations, a segmentation algorithm refines the masks. The previous interactive VOS paradigm selects the frame wit…

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

Speech Drives Templates: Co-Speech Gesture Synthesis With Learned Templates

ICCV 2021poster

Co-speech gesture generation is to synthesize a gesture sequence that not only looks real but also matches with the input speech audio. Our method generates the movements of a complete upper body, including arms, hands, and the head. Although recent data-driven methods achieve great success, challen…

Cited by 82PDFcodeScholar
2020

Encoding Structure-Texture Relation with P-Net for Anomaly Detection in Retinal Images

ECCV 2020poster

Anomaly detection in retinal image refers to the identification of abnormality caused by various retinal diseases/lesions, by only leveraging normal images in training phase. Normal images from healthy subjects often have regular structures (e.g., the structured blood vessels in the fundus image, or…

2020

Fast-MVSNet: Sparse-to-Dense Multi-View Stereo With Learned Propagation and Gauss-Newton Refinement

CVPR 2020poster

Almost all previous deep learning-based multi-view stereo (MVS) approaches focus on improving reconstruction quality. Besides quality, efficiency is also a desirable feature for MVS in real scenarios. Towards this end, this paper presents a Fast-MVSNet, a novel sparse-to-dense coarse-to-fine framewo…

Cited by 280PDFcodeScholar
2020

Geometric Structure Based and Regularized Depth Estimation From 360 Indoor Imagery

CVPR 2020poster

Motivated by the correlation between the depth and the geometric structure of a 360 indoor image, we propose a novel learning-based depth estimation framework that leverages the geometric structure of a scene to conduct depth estimation. Specifically, we represent the geometric structure of an indoo…

Cited by 86PDFScholar
2020

P²Net: Patch-match and Plane-regularization for Unsupervised Indoor Depth Estimation

ECCV 2020poster

This paper tackles the unsupervised depth estimation task in indoor environments. The task is extremely challenging because of the vast areas of non-texture regions in these scenes. These areas could overwhelm the optimization process in the commonly used unsupervised depth estimation framework prop…

2020

SIRI: Spatial Relation Induced Network For Spatial Description Resolution

NeurIPS 2020poster

Spatial Description Resolution, as a language-guided localization task, is proposed for target location in a panoramic street view, given corresponding language descriptions. Explicitly characterizing an object-level relationship while distilling spatial relationships are currently absent but crucia…

2020

Structured3D: A Large Photo-realistic Dataset for Structured 3D Modeling

ECCV 2020poster

Recently, there has been growing interest in developing learning-based methods to detect and utilize salient semi-global or global structures, such as junctions, lines, planes, cuboids, smooth surfaces, and all types of symmetries, for 3D scene modeling and understanding. However, the ground truth a…

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

Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis

ICCV 2019poster

We tackle the human motion imitation, appearance transfer, and novel view synthesis within a unified framework, which means that the model once being trained can be used to handle all these tasks. The existing task-specific methods mainly use 2D keypoints (pose) to estimate the human body structure.…

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

PPGNet: Learning Point-Pair Graph for Line Segment Detection

CVPR 2019poster

In this paper, we present a novel framework to detect line segments in man-made environments. Specifically, we propose to describe junctions, line segments and relationships between them with a simple graph, which is more structured and informative than end-point representation used in existing line…

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

Encoding Crowd Interaction With Deep Neural Network for Pedestrian Trajectory Prediction

CVPR 2018poster

Pedestrian trajectory prediction is a challenging task because of the complex nature of humans. In this paper, we tackle the problem within a deep learning framework by considering motion information of each pedestrian and its interaction with the crowd. Specifically, motivated by the residual learn…

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

Face Aging With Identity-Preserved Conditional Generative Adversarial Networks

CVPR 2018poster

Face aging is of great importance for cross-age recognition and entertainment related applications. However, the lack of labeled faces of the same person across a long age range makes it challenging. Because of different aging speed of different persons, our face aging approach aims at synthesizing…

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

2018

Gaze Prediction in Dynamic 360° Immersive Videos

CVPR 2018poster

This paper explores gaze prediction in dynamic $360^circ$ immersive videos, emph{i.e.}, based on the history scan path and VR contents, we predict where a viewer will look at an upcoming time. To tackle this problem, we first present the large-scale eye-tracking in dynamic VR scene dataset. Our data…

2018

Learning to Parse Wireframes in Images of Man-Made Environments

CVPR 2018poster

In this paper, we propose a learning-based approach to the task of automatically extracting a "wireframe" representation for images of cluttered man-made environments. The wireframe contains all salient straight lines and their junctions of the scene that encode efficiently and accurately large-scal…

2016

Progressively Parsing Interactional Objects for Fine Grained Action Detection

CVPR 2016poster

Fine grained video action analysis often requires reliable detection and tracking of various interacting objects and human body parts, denoted as interactional object parsing. However, most of the previous methods based on either independent or joint object detection might suffer from high model com…

Cited by 95PDFcodeScholar
2016

Single-Image Crowd Counting via Multi-Column Convolutional Neural Network

CVPR 2016poster

This paper aims to develop a method that can accurately estimate the crowd count from an individual image with arbitrary crowd density and arbitrary perspective. To this end,we have proposed a simple but effective Multi-column Convolutional Neural Network (MCNN) architecture to map the image to its…

Cited by 2492PDFScholar