← Search

Di Xie

36 accepted papers

2025

From Decoupling to Adaptive Transformation: a Wider Optimization Space for PTQ

ICLR 2025poster

Post-Training low-bit Quantization (PTQ) is useful to accelerate DNNs due to its high efficiency, the current SOTAs of which mostly adopt feature reconstruction with self-distillation finetuning. However, when bitwidth goes to be extremely low, we find the current reconstruction optimization space i…

Cited by 0SourcePDFScholar
2025

Gaze Label Alignment: Alleviating Domain Shift for Gaze Estimation

AAAI 2025technical

Gaze estimation methods encounter significant performance deterioration when being evaluated across different domains, because of the domain gap between the testing and training data. Existing methods try to solve this issue by reducing the deviation of data distribution, however, they ignore the ex…

Cited by 1SourcePDFScholar
2025

Training-Free Test-Time Adaptation via Shape and Style Guidance for Vision-Language Models

NeurIPS 2025poster

Test-time adaptation with pre-trained vision-language models shows impressive zero-shot classification abilities, and training-free methods further improve the performance without any optimization burden. However, existing training-free test-time adaptation methods typically rely on entropy criteria…

Cited by 0SourceScholar
2025

Unbiased Evaluation of Large Language Models from a Causal Perspective

ICML 2025poster

Benchmark contamination has become a significant concern in the LLM evaluation community. Previous Agents-as-an-Evaluator address this issue by involving agents in the generation of questions. Despite their success, the biases in Agents-as-an-Evaluator methods remain largely unexplored. In this pape…

Cited by 0SourcePDFScholar
2025

VQCounter: Designing Visual Prompt Queue for Accurate Open-World Counting

IJCAI 2025

Class-agnostic counting enables enumerating arbitrary object classes beyond those seen during training. Recent studies attempted to exploit the potential of visual foundation models such as GroundingDINO. Despite the considerable progress, we observe certain shortcomings, including the limited diver

Cited by 0SourcePDFScholar
2024

Arbitrary-Scale Point Cloud Upsampling by Voxel-Based Network with Latent Geometric-Consistent Learning

AAAI 2024technical

Recently, arbitrary-scale point cloud upsampling mechanism became increasingly popular due to its efficiency and convenience for practical applications. To achieve this, most previous approaches formulate it as a problem of surface approximation and employ point-based networks to learn surface repre…

2024

CLIP-Gaze: Towards General Gaze Estimation via Visual-Linguistic Model

AAAI 2024technical

Gaze estimation methods often experience significant performance degradation when evaluated across different domains, due to the domain gap between the testing and training data. Existing methods try to address this issue using various domain generalization approaches, but with little success becaus…

Cited by 13SourcePDFScholar
2024

LG-Gaze: Learning Geometry-aware Continuous Prompts for Language-Guided Gaze Estimation

ECCV 2024poster

"The ability of gaze estimation models to generalize is often significantly hindered by various factors unrelated to gaze, especially when the training dataset is limited. Current strategies aim to address this challenge through different domain generalization techniques, yet they have had limited s…

Cited by 5SourcePDFScholar
2023

HPFTN: Hierarchical Progressive Fusion Transformer Network for Video Denoising

ICASSP 2023accepted

This paper presents a simple yet effective approach to modeling space-time correspondences in the context of video denoising. Unlike most existing approaches, our method, namely HPFTN, can operate end-to-end on consecutive frames without motion estimation. To do so, the proposed hierarchical patch m…

Cited by 0SourceScholar
2023

Learning Expressive And Generalizable Motion Features For Face Forgery Detection

ICASSP 2023accepted

Previous face forgery detection methods mainly focus on appearance features, which may be easily attacked by sophisticated manipulation. Considering the majority of current face manipulation methods generate fake faces based on a single frame, which do not take frame consistency and coordination int…

Cited by 0SourceScholar
2023

MDR-MFI:Multi-Branch Decoupled Regression and Multi-Scale Feature Interaction for Partial-to-Partial Cloud Registration

ICASSP 2023accepted

Point cloud registration is a fundamental task in the 3D vision field. Many previous works adopt the regression model to estimate the transformation parameters. However, these methods couple the estimation of rotation and translation via a single regression branch, which suffers from the mutual inte…

Cited by 0SourceScholar
2023

PRIME: 3D Human Pose and Body Shape Recovery with Perspective Projection

ICASSP 2023accepted

Existing monocular 3D human pose and body shape (HPS) estimation methods make the coplanar assumption and use weak perspective projection in order to simplify the problem setting for images in the wild. However, weak perspective projection inevitably introduce prediction biases. To address this issu…

Cited by 0SourceScholar
2023

Rethinking the Approximation Error in 3D Surface Fitting for Point Cloud Normal Estimation

CVPR 2023poster

Most existing approaches for point cloud normal estimation aim to locally fit a geometric surface and calculate the normal from the fitted surface. Recently, learning-based methods have adopted a routine of predicting point-wise weights to solve the weighted least-squares surface fitting problem. De…

2023

Single Domain Dynamic Generalization for Iris Presentation Attack Detection

ICASSP 2023accepted

Iris presentation attack detection (PAD) has achieved great success under intra-domain settings but easily degrades on unseen domains. Conventional domain generalization methods mitigate the gap by learning domain-invariant features. However, they ignore the discriminative information in the domain-…

Cited by 0SourceScholar
2023

Unsupervised Prompt Tuning for Text-Driven Object Detection

ICCV 2023poster

Grounded language-image pre-trained models have shown strong zero-shot generalization to various downstream object detection tasks. Despite their promising performance, the models rely heavily on the laborious prompt engineering. Existing works typically address this problem by tuning text prompts u…

Cited by 9PDFScholar
2022

"Lossless" Compression of Deep Neural Networks: A High-dimensional Neural Tangent Kernel Approach

NeurIPS 2022accept

Modern deep neural networks (DNNs) are extremely powerful; however, this comes at the price of increased depth and having more parameters per layer, making their training and inference more computationally challenging. In an attempt to address this key limitation, efforts have been devoted to the c…

2022

Attention Diversification for Domain Generalization

ECCV 2022poster

"Convolutional neural networks (CNNs) have demonstrated gratifying results at learning discriminative features. However, when applied to unseen domains, state-of-the-art models are usually prone to errors due to domain shift. After investigating this issue from the perspective of shortcut learning,…

2022

FBNet: Feedback Network for Point Cloud Completion

ECCV 2022poster

"The rapid development of point cloud learning has driven point cloud completion into a new era. However, the information flows of most existing completion methods are solely feedforward, and high-level information is rarely reused to improve low-level feature learning. To this end, we propose a nov…

2022

Label Matching Semi-Supervised Object Detection

CVPR 2022poster

Semi-supervised object detection has made significant progress with the development of mean teacher driven self-training. Despite the promising results, the label mismatch problem is not yet fully explored in the previous works, leading to severe confirmation bias during self-training. In this paper…

Cited by 95PDFcodeScholar
2022

Learning Domain Adaptive Object Detection with Probabilistic Teacher

ICML 2022spotlight

Self-training for unsupervised domain adaptive object detection is a challenging task, of which the performance depends heavily on the quality of pseudo boxes. Despite the promising results, prior works have largely overlooked the uncertainty of pseudo boxes during self-training. In this paper, we p…

2022

Self-Supervised Noisy Label Learning for Source-Free Unsupervised Domain Adaptation

IROS 2022poster

Domain adaptation is an important property in robot vision, which enables the neural networks pre-trained on source domains to adapt target domains automatically without any annotation efforts. During this process, source data is not always accessible due to the constraints of expensive storage over…

Cited by 80SourceScholar
2022

Simulation-and-Mining: Towards Accurate Source-Free Unsupervised Domain Adaptive Object Detection

ICASSP 2022accepted

Vanilla unsupervised domain adaptive (UDA) object detection typically requires the labeled source data for joint-training with the unlabeled target data, which is usually unavailable in real-world scenarios due to data privacy, leading to source data-free UDA object detection. Herein, we first analy…

Cited by 0SourceScholar
2022

Target-Aware Auto-Augmentation for Unsupervised Domain Adaptive Object Detection

ICASSP 2022accepted

Recent researches show that data auto-augmentation strategies can enhance the performance of object detection models. However, the existing works mainly focus on in-domain generalization. There is still a blank in out-of-domain generalization. In this paper, for the first time, we propose an auto-au…

Cited by 0SourceScholar
2022

Topology-Aware Convolutional Neural Network for Efficient Skeleton-Based Action Recognition

AAAI 2022technical

In the context of skeleton-based action recognition, graph convolutional networks (GCNs) have been rapidly developed, whereas convolutional neural networks (CNNs) have received less attention. One reason is that CNNs are considered poor in modeling the irregular skeleton topology. To alleviate this…

2022

Transductive Clip with Class-Conditional Contrastive Learning

ICASSP 2022accepted

Inspired by the remarkable zero-shot generalization capacity of vision-language pre-trained model, we seek to leverage the supervision from CLIP model to alleviate the burden of data labeling. However, such supervision inevitably contains the label noise, which significantly degrades the discriminat…

Cited by 0SourceScholar
2021

A Free Lunch for Unsupervised Domain Adaptive Object Detection without Source Data

AAAI 2021technical

Unsupervised domain adaptation (UDA) assumes that source and target domain data are freely available and usually trained together to reduce the domain gap. However, considering the data privacy and the inefficiency of data transmission, it is impractical in real scenarios. Hence, it draws our eyes t…

Cited by 168SourcePDFScholar
2021

Divide-and-Assemble: Learning Block-Wise Memory for Unsupervised Anomaly Detection

ICCV 2021poster

Reconstruction-based methods play an important role in unsupervised anomaly detection in images. Ideally, we expect a perfect reconstruction for normal samples and poor reconstruction for abnormal samples. Since the generalizability of deep neural networks is difficult to control, existing models su…

Cited by 193PDFScholar
2021

Look Before You Act: Boosting Pseudo-LiDAR with Online Semantic Embedding

IROS 2021poster

Vision-based 3D object detection is a research focus in the field of autonomous driving system. While recently proposed pseudo-LiDAR is a promising solution, its performance is severely restricted by the image-based depth estimator, leading to a considerable performance gap against the LiDAR-based c…

Cited by 0SourceScholar
2021

TransForensics: Image Forgery Localization With Dense Self-Attention

ICCV 2021poster

Nowadays advanced image editing tools and technical skills produce tampered images more realistically, which can easily evade image forensic systems and make authenticity verification of images more difficult. To tackle this challenging problem, we introduce TransForensics, a novel image forgery loc…

Cited by 65PDFScholar
2019

All You Need Is a Few Shifts: Designing Efficient Convolutional Neural Networks for Image Classification

CVPR 2019poster

Shift operation is an efficient alternative over depthwise separable convolution. However, it is still bottlenecked by its implementation manner, namely memory movement. To put this direction forward, a new and novel basic component named Sparse Shift Layer (SSL) is introduced in this paper to const…

Cited by 118PDFcodeScholar
2019

Collaborative Spatiotemporal Feature Learning for Video Action Recognition

CVPR 2019poster

Spatiotemporal feature learning is of central importance for action recognition in videos. Existing deep neural network models either learn spatial and temporal features independently (C2D) or jointly with unconstrained parameters (C3D). In this paper, we propose a novel neural operation which encod…

Cited by 131PDFcodeScholar
2019

Self-Supervised Spatiotemporal Learning via Video Clip Order Prediction

CVPR 2019poster

We propose a self-supervised spatiotemporal learning technique which leverages the chronological order of videos. Our method can learn the spatiotemporal representation of the video by predicting the order of shuffled clips from the video. The category of the video is not required, which gives our t…

Cited by 563PDFScholar
2018

Extreme Network Compression via Filter Group Approximation

ECCV 2018poster

In this paper we propose a novel decomposition method based on filter group approximation, which can significantly reduce the redundancy of deep convolutional neural networks (CNNs) while maintaining the majority of feature representation. Unlike other low-rank decomposition algorithms which operate…

Cited by 82SourcePDFScholar
2018

Small-scale Pedestrian Detection Based on Topological Line Localization and Temporal Feature Aggregation

ECCV 2018poster

A critical issue in pedestrian detection is to detect small-scale objects that will introduce feeble contrast and motion blur in images and videos, which in our opinion should partially resort to deep-rooted annotation bias. Motivated by this, we propose a novel method integrated with somatic topolo…

Cited by 172SourcePDFScholar
2017

All You Need Is Beyond a Good Init: Exploring Better Solution for Training Extremely Deep Convolutional Neural Networks With Orthonormality and Modulation

CVPR 2017poster

Deep neural network is difficult to train and this predicament becomes worse as the depth increases. The essence of this problem exists in the magnitude of backpropagated errors that will result in gradient vanishing or exploding phenomenon. We show that a variant of regularizer which utilizes ortho…

Cited by 233PDFScholar