← Search

Chenglin Li

40 accepted papers

2026

From Patches to Plans: Reasoning Distillation for Repository-Level Program Repair

ICML 2026poster

Repository-level automated program repair (APR) requires long-horizon reasoning over interdependent decisions. However, most LLM-based approaches reconstruct repair reasoning independently for each issue, failing to reuse successful patterns from prior repairs, even though real-world repositories co…

Cited by 0SourceScholar
2026

ProSAR: Prototype-Guided Semantic Augmentation and Refinement for Time Series Contrastive Learning

ICML 2026poster

Contrastive learning has advanced the representation learning across domains, yet its success relies on data augmentations that preserve semantic contents while providing the view diversities. Multivariate time series, however, are inherently noisy, non-stationary, and lack such intuitive semantic c…

Cited by 0SourceScholar
2026

Towards Holistic Modeling for Video Frame Interpolation with Auto-regressive Diffusion Transformers

CVPR 2026

Existing video frame interpolation (VFI) methods often adopt a frame-centric approach, processing videos as independent short segments (e.g., triplets), which leads to temporal inconsistencies and motion artifacts. To overcome this, we propose a holistic, video-centric paradigm named Local Diffusion

Cited by 0SourcecodeScholar
2025

ARS-SLAM: Accurate Robust Spinning LiDAR SLAM for a Quadruped Robot in Large-Scale Scenario

ICRA 2025

It is challenging to employ a quadruped robot for real-time mapping and positioning in a large range of scenes. The significant vibration and instability of the quadruped robot during mobility, as well as the quantity of computation required to convey a wide variety of complex landscapes, result in

Cited by 0SourceScholar
2025

FedSMU: Communication-Efficient and Generalization-Enhanced Federated Learning through Symbolic Model Updates

ICML 2025poster

The significant communication overhead and client data heterogeneity have posed an important challenge to current federated learning (FL) paradigm. Existing compression-based and optimization-based FL algorithms typically focus on addressing either the model compression challenge or the data heterog…

Cited by 0SourcePDFScholar
2025

HiPART: Hierarchical Pose AutoRegressive Transformer for Occluded 3D Human Pose Estimation

CVPR 2025poster

Existing 2D-to-3D human pose estimation (HPE) methods struggle with the occlusion issue by enriching information like temporal and visual cues in the lifting stage. In this paper, we argue that these methods ignore the limitation of the sparse skeleton 2D input representation, which fundamentally re…

Cited by 1SourcePDFScholar
2025

LBI-FL: Low-Bit Integerized Federated Learning with Temporally Dynamic Bit-Width Allocation

ICML 2025poster

Federated learning (FL) is greatly challenged by the communication bottleneck and computation limitation on clients. Existing methods based on quantization for FL cannot simultaneously reduce the uplink and downlink communication cost and mitigate the computation burden on clients. To address this p…

Cited by 0SourcePDFScholar
2025

METEOR: Multi-Encoder Collaborative Token Pruning for Efficient Vision Language Models

ICCV 2025poster

Vision encoders serve as the cornerstone of multimodal understanding. Single-encoder architectures like CLIP exhibit inherent constraints in generalizing across diverse multimodal tasks, while recent multi-encoder fusion methods introduce prohibitive computational overhead to achieve superior perfor…

2025

Noise Conditional Variational Score Distillation

ICML 2025poster

We propose Noise Conditional Variational Score Distillation (NCVSD), a novel method for distilling pretrained diffusion models into generative denoisers. We achieve this by revealing that the unconditional score function implicitly characterizes the score function of denoising posterior distribution…

2025

On Disentangled Training for Nonlinear Transform in Learned Image Compression

ICLR 2025spotlight

Learned image compression (LIC) has demonstrated superior rate-distortion (R-D) performance compared to traditional codecs, but is challenged by training inefficiency that could incur more than two weeks to train a state-of-the-art model from scratch. Existing LIC methods overlook the slow convergen…

2025

Point Cloud Resampling With Learnable Heat Diffusion

ICASSP 2025accepted

Generative diffusion models have shown empirical successes in point cloud resampling, generating a denser and more uniform distribution of points from sparse or noisy 3D point clouds by progressively refining noise into structure. However, existing diffusion models employ manually predefined schemes…

Cited by 0SourceScholar
2025

RelationAdapter: Learning and Transferring Visual Relation with Diffusion Transformers

NeurIPS 2025poster

Inspired by the in-context learning mechanism of large language models (LLMs), a new paradigm of generalizable visual prompt-based image editing is emerging. Existing single-reference methods typically focus on style or appearance adjustments and struggle with non-rigid transformations. To address t…

Cited by 0SourceScholar
2025

Stabilizing and Accelerating Autofocus with Expert Trajectory Regularized Deep Reinforcement Learning

CVPR 2025poster

Autofocus is a crucial component of modern digital cameras. While recent learning-based methods achieve state-of-the-art in focus prediction accuracy, they unfortunately ignore the potential focus hunting phenomenon of back-and-forth lens movement in the multi-step focusing procedure. To address thi…

Cited by 0SourcePDFScholar
2025

Tilted Quantile Gradient Updates for Quantile-Constrained Reinforcement Learning

AAAI 2025technical

Safe reinforcement learning (RL) is a popular and versatile paradigm to learn reward-maximizing policies with safety guarantees. Previous works tend to express the safety constraints in an expectation form due to the ease of implementation, but this turns out to be ineffective in maintaining safety…

2024

AMPA: Adaptive Mixed Precision Allocation for Low-Bit Integer Training

ICML 2024poster

Low-bit integer training emerges as a promising approach to mitigate the heavy burden during network training by quantizing the weights, activations, and gradients. However, existing methods cannot well achieve mixed-precision quantization for low-bit training and are commonly limited to INT8 precis…

Cited by 2SourcePDFScholar
2024

BarLeRIa: An Efficient Tuning Framework for Referring Image Segmentation

ICLR 2024spotlight

Pre-training followed by full fine-tuning has gradually been substituted by Parameter-Efficient Tuning (PET) in the field of computer vision. PET has gained popularity, especially in the context of large-scale models, due to its ability to reduce transfer learning costs and conserve hardware resourc…

2024

Bootstrap AutoEncoders With Contrastive Paradigm for Self-supervised Gaze Estimation

ICML 2024poster

Existing self-supervised methods for gaze estimation using the dominant streams of contrastive and generative approaches are restricted to eye images and could fail in general full-face settings. In this paper, we reveal that contrastive methods are ineffective in data augmentation for self-supervis…

Cited by 0SourcePDFScholar
2024

Frequency-Aware Transformer for Learned Image Compression

ICLR 2024poster

Learned image compression (LIC) has gained traction as an effective solution for image storage and transmission in recent years. However, existing LIC methods are redundant in latent representation due to limitations in capturing anisotropic frequency components and preserving directional details. T…

2024

Image Compression for Machine and Human Vision With Spatial-Frequency Adaptation

ECCV 2024poster

"Image compression for machine and human vision (ICMH) has gained increasing attention in recent years. Existing ICMH methods are limited by high training and storage overheads due to heavy design of task-specific networks. To address this issue, in this paper, we develop a novel lightweight adapter…

2024

Improving Diffusion Models for Inverse Problems Using Optimal Posterior Covariance

ICML 2024poster

Recent diffusion models provide a promising zero-shot solution to noisy linear inverse problems without retraining for specific inverse problems. In this paper, we reveal that recent methods can be uniformly interpreted as employing a Gaussian approximation with hand-crafted isotropic covariance for…

2024

Improving Generalization in Federated Learning with Model-Data Mutual Information Regularization: A Posterior Inference Approach

NeurIPS 2024poster

Most of existing federated learning (FL) formulation is treated as a point-estimate of models, inherently prone to overfitting on scarce client-side data with overconfident decisions. Though Bayesian inference can alleviate this issue, a direct posterior inference at clients may result in biased loc…

Cited by 0SourcePDFScholar
2024

MC-DiT: Contextual Enhancement via Clean-to-Clean Reconstruction for Masked Diffusion Models

NeurIPS 2024poster

Diffusion Transformer (DiT) is emerging as a cutting-edge trend in the landscape of generative diffusion models for image generation. Recently, masked-reconstruction strategies have been considered to improve the efficiency and semantic consistency in training DiT but suffer from deficiency in conte…

Cited by 0SourcePDFScholar
2024

Towards Unified Representation of Invariant-Specific Features in Missing Modality Face Anti-Spoofing

ECCV 2024poster

"The effectiveness of Vision Transformers (ViTs) diminishes considerably in multi-modal face anti-spoofing (FAS) under missing modality scenarios. Existing approaches rely on modality-invariant features to alleviate this issue but ignore modality-specific features. To solve this issue, we propose a…

Cited by 4SourcePDFScholar
2023

Adapting Shortcut With Normalizing Flow: An Efficient Tuning Framework for Visual Recognition

CVPR 2023poster

Pretraining followed by fine-tuning has proven to be effective in visual recognition tasks. However, fine-tuning all parameters can be computationally expensive, particularly for large-scale models. To mitigate the computational and storage demands, recent research has explored Parameter-Efficient F…

2023

AiluRus: A Scalable ViT Framework for Dense Prediction

NeurIPS 2023poster

Vision transformers (ViTs) have emerged as a prevalent architecture for vision tasks owing to their impressive performance. However, their complexity dramatically increases when handling long token sequences, particularly for dense prediction tasks that require high-resolution input. Notably, dense…

2023

Doubly Robust Augmented Transfer for Meta-Reinforcement Learning

NeurIPS 2023poster

Meta-reinforcement learning (Meta-RL), though enabling a fast adaptation to learn new skills by exploiting the common structure shared among different tasks, suffers performance degradation in the sparse-reward setting. Current hindsight-based sample transfer approaches can alleviate this issue by t…

Cited by 3SourcePDFScholar
2023

FedCR: Personalized Federated Learning Based on Across-Client Common Representation with Conditional Mutual Information Regularization

ICML 2023poster

In personalized federated learning (PFL), multiple clients train customized models to fulfill their personal objectives, which, however, are prone to overfitting to local data due to the heterogeneity and scarcity of local data. To address this, we propose from the information-theoretic perspective…

Cited by 12SourcePDFScholar
2023

Learning Causal Representations for Generalizable Face Anti Spoofing

ICASSP 2023accepted

Generalization ability of face anti-spoofing has been widely concerned in recent years. Existing domain generalization methods use adversarial learning or metric learning to extract invariant features across domains but are proved to be flawed from causal views. The learned domain-invariant features…

Cited by 0SourceScholar
2023

Pose-Oriented Transformer with Uncertainty-Guided Refinement for 2D-to-3D Human Pose Estimation

AAAI 2023technical

There has been a recent surge of interest in introducing transformers to 3D human pose estimation (HPE) due to their powerful capabilities in modeling long-term dependencies. However, existing transformer-based methods treat body joints as equally important inputs and ignore the prior knowledge of h…

Cited by 51SourcePDFScholar
2023

Progressively Compressed Auto-Encoder for Self-supervised Representation Learning

ICLR 2023poster

As a typical self-supervised learning strategy, Masked Image Modeling (MIM) is driven by recovering all masked patches from visible ones. However, patches from the same image are highly correlated and it is redundant to reconstruct all the masked patches. We find that this redundancy is neglected by…

2023

Promoting Semantic Connectivity: Dual Nearest Neighbors Contrastive Learning for Unsupervised Domain Generalization

CVPR 2023poster

Domain Generalization (DG) has achieved great success in generalizing knowledge from source domains to unseen target domains. However, current DG methods rely heavily on labeled source data, which are usually costly and unavailable. Since unlabeled data are far more accessible, we study a more pract…

Cited by 17SourcePDFScholar
2022

Contrastive Regression for Domain Adaptation on Gaze Estimation

CVPR 2022poster

Appearance-based Gaze Estimation leverages deep neural networks to regress the gaze direction from monocular images and achieve impressive performance. However, its success depends on expensive and cumbersome annotation capture. When lacking precise annotation, the large domain gap hinders the perfo…

Cited by 99PDFScholar
2022

MatRank: Text Re-ranking by Latent Preference Matrix

EMNLP 2022finding

Text ranking plays a key role in providing content that best answers user queries. It is usually divided into two sub-tasks to perform efficient information retrieval given a query: text retrieval and text re-ranking. Recent research on pretrained language models (PLM) has demonstrated efficiency an…

Cited by 1SourcePDFScholar
2021

Learning Latent Architectural Distribution in Differentiable Neural Architecture Search via Variational Information Maximization

ICCV 2021poster

Existing differentiable neural architecture search approaches simply assume the architectural distribution on each edge is independent of each other, which conflicts with the intrinsic properties of architecture. In this paper, we view the architectural distribution as the latent representation of…

Cited by 13PDFScholar
2021

Monotonic Robust Policy Optimization with Model Discrepancy

ICML 2021spotlight

State-of-the-art deep reinforcement learning (DRL) algorithms tend to overfit due to the model discrepancy between source and target environments. Though applying domain randomization during training can improve the average performance by randomly generating a sufficient diversity of environments in…

Cited by 29SourcePDFScholar
2021

QoE-Driven and Tile-Based Adaptive Streaming for Point Clouds

ICASSP 2021accepted

Application of point clouds is in critical demand, which, however, are composed of large amounts of data and difficult to stream in bandwidth-constrained networks. To address this, we propose a QoE-driven and tile-based adaptive streaming approach for point clouds, to reduce transmission redundancy…

Cited by 0SourceScholar
2020

Rotation Equivariant Graph Convolutional Network for Spherical Image Classification

CVPR 2020poster

Convolutional neural networks (CNNs) designed for low-dimensional regular grids will unfortunately lead to non-optimal solutions for analyzing spherical images, due to their different geometrical properties from planar images. In this paper, we generalize the grid-based CNNs to a non-Euclidean space…

Cited by 46PDFcodeScholar
2020

SI-VDNAS: Semi-Implicit Variational Dropout for Hierarchical One-shot Neural Architecture Search

IJCAI 2020poster

Bayesian methods have improved the interpretability and stability of neural architecture search (NAS). In this paper, we propose a novel probabilistic approach, namely Semi-Implicit Variational Dropout one-shot Neural Architecture Search (SI-VDNAS), that leverages semi-implicit variational dropout t…

Cited by 0SourcePDFScholar
2019

Deep Reinforcement Learning-based Rate Adaptation for Adaptive 360-Degree Video Streaming

ICASSP 2019accepted

In this paper, we propose a deep reinforcement learning (DRL)-based rate adaptation algorithm for adaptive 360-degree video streaming, which is able to maximize the quality of experience of viewers by adapting the transmitted video quality to the time-varying network conditions. Specifically, to red…

Cited by 0SourceScholar