← Search

Ding Liang

33 accepted papers

2026

FACE: A Face-based Autoregressive Representation for High-Fidelity and Efficient Mesh Generation

CVPR 2026

Autoregressive models for 3D mesh generation suffer from a fundamental limitation: they flatten meshes into long vertex-coordinate sequences. This results in prohibitive computational costs, hindering the efficient synthesis of high-fidelity geometry. We argue this bottleneck stems from operating at

Cited by 0SourceScholar
2026

GeoSAM2: Unleashing the Power of SAM2 for 3D Part Segmentation

CVPR 2026

We introduce GeoSAM2, a prompt-controllable framework for 3D part segmentation that casts the task as multi-view 2D mask prediction. Given a textureless object, we render normal and point maps from predefined viewpoints and accept simple 2D prompts--clicks or boxes--to guide part selection. These pr

Cited by 0SourceScholar
2026

Lafite: A Generative Latent Field for 3D Native Texturing

CVPR 2026

Generating high-fidelity, seamless textures directly on 3D surfaces, a process we term 3D-native texturing, is a fundamental open challenge, promising to overcome the limitations of traditional UV-based and multi-view projection methods. While promising, existing native approaches are bottlenecked b

Cited by 0SourceScholar
2025

MIDI: Multi-Instance Diffusion for Single Image to 3D Scene Generation

CVPR 2025poster

This paper introduces MIDI, a novel paradigm for compositional 3D scene generation from a single image. Unlike existing methods that rely on reconstruction or retrieval techniques or recent approaches that employ multi-stage object-by-object generation, MIDI extends pre-trained image-to-3D object ge…

Cited by 1SourcePDFScholar
2025

NeuFrameQ: Neural Frame Fields for Scalable and Generalizable Anisotropic Quadrangulation

ICCV 2025poster

Quad meshes play a crucial role in computer graphics applications, yet automatically generating high-quality quad meshes remains challenging. Traditional quadrangulation approaches rely on local geometric features and manual constraints, often producing suboptimal mesh layouts that fail to capture g…

Cited by 0SourcePDFScholar
2025

SparseFlex: High-Resolution and Arbitrary-Topology 3D Shape Modeling

ICCV 2025poster

Creating high-fidelity 3D meshes with arbitrary topology, including open surfaces and complex interiors, remains a significant challenge. Existing implicit field methods often require costly and detail-degrading watertight conversion, while other approaches struggle with high resolutions. This paper…

2024

EpiDiff: Enhancing Multi-View Synthesis via Localized Epipolar-Constrained Diffusion

CVPR 2024poster

Generating multiview images from a single view facilitates the rapid generation of a 3D mesh conditioned on a single image. Recent methods that introduce 3D global representation into diffusion models have shown the potential to generate consistent multiviews but they have reduced generation speed a…

2024

Text-to-3D with Classifier Score Distillation

ICLR 2024poster

Text-to-3D generation has made remarkable progress recently, particularly with methods based on Score Distillation Sampling (SDS) that leverages pre-trained 2D diffusion models. While the usage of classifier-free guidance is well acknowledged to be crucial for successful optimization, it is consider…

2024

Triplane Meets Gaussian Splatting: Fast and Generalizable Single-View 3D Reconstruction with Transformers

CVPR 2024poster

Recent advancements in 3D reconstruction from single images have been driven by the evolution of generative models. Prominent among these are methods based on Score Distillation Sampling (SDS) and the adaptation of diffusion models in the 3D domain. Despite their progress these techniques often face…

2023

ICD-Face: Intra-class Compactness Distillation for Face Recognition

ICCV 2023poster

Knowledge distillation is an effective model compression method to improve the performance of a lightweight student model by transferring the knowledge of a well-performed teacher model, which has been widely adopted in many computer vision tasks, including face recognition (FR). The current FR dist…

Cited by 6PDFScholar
2023

Improving Robust Fariness via Balance Adversarial Training

AAAI 2023technical

Adversarial training (AT) methods are effective against adversarial attacks, yet they introduce severe disparity of accuracy and robustness between different classes, known as the robust fairness problem. Previously proposed Fair Robust Learning (FRL) adaptively reweights different classes to improv…

2023

Learning Locality and Isotropy in Dialogue Modeling

ICLR 2023poster

Existing dialogue modeling methods have achieved promising performance on various dialogue tasks with the aid of Transformer and the large-scale pre-trained language models. However, some recent studies revealed that the context representations produced by these methods suffer the problem of anisotr…

2023

Reconstruct Before Summarize: An Efficient Two-Step Framework for Condensing and Summarizing Meeting Transcripts

EMNLP 2023long main

Meetings typically involve multiple participants and lengthy conversations, resulting in redundant and trivial content. To overcome these challenges, we propose a two-step framework, Reconstruct before Summarize (RbS), for effective and efficient meeting summarization. RbS first leverages a self-sup…

Cited by 0SourceScholar
2023

VCSUM: A Versatile Chinese Meeting Summarization Dataset

ACL 2023findings

Compared to news and chat summarization, the development of meeting summarization is hugely decelerated by the limited data. To this end, we introduce a versatile Chinese meeting summarization dataset, dubbed VCSum, consisting of 239 real-life meetings, with a total duration of over 230 hours. We cl…

2022

AnchorFace: Boosting TAR@FAR for Practical Face Recognition

AAAI 2022technical

Within the field of face recognition (FR), it is widely accepted that the key objective is to optimize the entire feature space in the training process and acquire robust feature representations. However, most real-world FR systems tend to operate at a pre-defined False Accept Rate (FAR), and the co…

2022

CoupleFace: Relation Matters for Face Recognition Distillation

ECCV 2022poster

"Knowledge distillation is an effective method to im- prove the performance of a lightweight neural network (i.e., student model) by transferring the knowledge of a well- performed neural network (i.e., teacher model), which has been widely applied in many computer vision tasks, includ- ing face rec…

Cited by 24SourcePDFScholar
2022

CycleMLP: A MLP-like Architecture for Dense Prediction

ICLR 2022oral

This paper presents a simple MLP-like architecture, CycleMLP, which is a versatile backbone for visual recognition and dense predictions. As compared to modern MLP architectures, e.g. , MLP-Mixer, ResMLP, and gMLP, whose architectures are correlated to image size and thus are infeasible in object de…

2022

DTG-SSOD: Dense Teacher Guidance for Semi-Supervised Object Detection

NeurIPS 2022accept

The Mean-Teacher (MT) scheme is widely adopted in semi-supervised object detection (SSOD). In MT, sparse pseudo labels, offered by the final predictions of the teacher (e.g., after Non Maximum Suppression (NMS) post-processing), are adopted for the dense supervision for the student via hand-crafted…

Cited by 28SourcePDFScholar
2022

Knowledge Distillation for Object Detection via Rank Mimicking and Prediction-Guided Feature Imitation

AAAI 2022technical

Knowledge Distillation (KD) is a widely-used technology to inherit information from cumbersome teacher models to compact student models, consequently realizing model compression and acceleration. Compared with image classification, object detection is a more complex task, and designing specific KD m…

Cited by 101SourcePDFScholar
2022

PseCo: Pseudo Labeling and Consistency Training for Semi-Supervised Object Detection

ECCV 2022poster

"In this paper, we delve into two key techniques in Semi-Supervised Object Detection (SSOD), namely pseudo labeling and consistency training. We observe that these two techniques currently neglect some important properties of object detection, hindering efficient learning on unlabeled data. Specific…

2021

DAM: Discrepancy Alignment Metric for Face Recognition

ICCV 2021poster

The field of face recognition (FR) has witnessed remarkable progress with the surge of deep learning. The effective loss functions play an important role for FR. In this paper, we observe that a majority of loss functions, including the widespread triplet loss and softmax-based cross-entropy loss, e…

Cited by 22PDFScholar
2021

Pyramid Vision Transformer: A Versatile Backbone for Dense Prediction Without Convolutions

ICCV 2021poster

Although convolutional neural networks (CNNs) have achieved great success in computer vision, this work investigates a simpler, convolution-free backbone network useful for many dense prediction tasks. Unlike the recently-proposed Vision Transformer (ViT) that was designed for image classification s…

Cited by 5162PDFcodeScholar
2021

Segmenting Transparent Objects in the Wild with Transformer

IJCAI 2021poster

This work presents a new fine-grained transparent object segmentation dataset, termed Trans10K-v2, extending Trans10K-v1, the first large-scale transparent object segmentation dataset. Unlike Trans10K-v1 that only has two limited categories, our new dataset has several appealing benefits. (1) It h…

2020

AE TextSpotter: Learning Visual and Linguistic Representation for Ambiguous Text Spotting

ECCV 2020poster

Scene text spotting aims to detect and recognize the entire word or sentence with multiple characters in natural images. It is still challenging because ambiguity often occurs when the spacing between characters is large or the characters are evenly spread in multiple rows and columns, making many v…

Cited by 26SourcePDFScholar
2020

Online Knowledge Distillation via Collaborative Learning

CVPR 2020oral

This work presents an efficient yet effective online Knowledge Distillation method via Collaborative Learning, termed KDCL, which is able to consistently improve the generalization ability of deep neural networks (DNNs) that have different learning capacities. Unlike existing two-stage knowledge dis…

Cited by 395PDFScholar
2020

PolarMask: Single Shot Instance Segmentation With Polar Representation

CVPR 2020oral

In this paper, we introduce an anchor-box free and single shot instance segmentation method, which is conceptually simple, fully convolutional and can be used by easily embedding it into most off-the-shelf detection methods. Our method, termed PolarMask, formulates the instance segmentation problem…

Cited by 764PDFcodeScholar
2020

Rotation Consistent Margin Loss for Efficient Low-Bit Face Recognition

CVPR 2020poster

In this paper, we consider the low-bit quantization problem of face recognition (FR) under the open-set protocol. Different from well explored low-bit quantization on closed-set image classification task, the open-set task is more sensitive to quantization errors (QEs). We redefine the QEs in angula…

Cited by 50PDFScholar
2020

Scene Text Image Super-resolution in the wild

ECCV 2020poster

Low-resolution text images are often seen in natural scenes such as documents captured by mobile phones. Recognizing low-resolution text images is challenging because they lose detailed content information, leading to poor recognition accuracy. An intuitive solution is to introduce super-resolution…

2019

Knowledge Distillation via Route Constrained Optimization

ICCV 2019oral

Distillation-based learning boosts the performance of the miniaturized neural network based on the hypothesis that the representation of a teacher model can be used as structured and relatively weak supervision, and thus would be easily learned by a miniaturized model. However, we find that the repr…

Cited by 229PDFScholar
2018

FOTS: Fast Oriented Text Spotting With a Unified Network

CVPR 2018poster

Incidental scene text spotting is considered one of the most difficult and valuable challenges in the document analysis community. Most existing methods treat text detection and recognition as separate tasks. In this work, we propose a unified end-to-end trainable Fast Oriented Text Spotting (FOTS)…

Cited by 664SourcePDFScholar