← Search

Chenglong Bao

15 accepted papers

2025

A Regularized Newton Method for Nonconvex Optimization with Global and Local Complexity Guarantees

NeurIPS 2025poster

Finding an $\epsilon$-stationary point of a nonconvex function with a Lipschitz continuous Hessian is a central problem in optimization. Regularized Newton methods are a classical tool and have been studied extensively, yet they still face a trade‑off between global and local convergence. Whether a…

Cited by 0SourceScholar
2025

A Tight Convergence Analysis of Inexact Stochastic Proximal Point Algorithm for Stochastic Composite Optimization Problems

ICLR 2025poster

The \textbf{i}nexact \textbf{s}tochastic \textbf{p}roximal \textbf{p}oint \textbf{a}lgorithm (isPPA) is popular for solving stochastic composite optimization problems with many applications in machine learning. While the convergence theory of the (inexact) PPA has been well established, the known co…

Cited by 0SourcePDFScholar
2024

SeNM-VAE: Semi-Supervised Noise Modeling with Hierarchical Variational Autoencoder

CVPR 2024poster

The data bottleneck has emerged as a fundamental challenge in learning based image restoration methods. Researchers have attempted to generate synthesized training data using paired or unpaired samples to address this challenge. This study proposes SeNM-VAE a semi-supervised noise modeling method th…

2022

A Class of Short-term Recurrence Anderson Mixing Methods and Their Applications

ICLR 2022poster

Anderson mixing (AM) is a powerful acceleration method for fixed-point iterations, but its computation requires storing many historical iterations. The extra memory footprint can be prohibitive when solving high-dimensional problems in a resource-limited machine. To reduce the memory overhead, we pr…

Cited by 8SourcePDFScholar
2021

AFEC: Active Forgetting of Negative Transfer in Continual Learning

NeurIPS 2021poster

Continual learning aims to learn a sequence of tasks from dynamic data distributions. Without accessing to the old training samples, knowledge transfer from the old tasks to each new task is difficult to determine, which might be either positive or negative. If the old knowledge interferes with the…

2021

An Unsupervised Deep Learning Approach for Real-World Image Denoising

ICLR 2021poster

Designing an unsupervised image denoising approach in practical applications is a challenging task due to the complicated data acquisition process. In the real-world case, the noise distribution is so complex that the simplified additive white Gaussian (AWGN) assumption rarely holds, which significa…

2020

Auxiliary Training: Towards Accurate and Robust Models

CVPR 2020poster

Training process is crucial for the deployment of the network in applications which have two strict requirements on both accuracy and robustness. However, most existing approaches are in a dilemma, i.e. model accuracy and robustness form an embarrassing tradeoff - the improvement of one leads to the…

Cited by 53PDFScholar
2020

Light-weight Calibrator: A Separable Component for Unsupervised Domain Adaptation

CVPR 2020poster

Existing domain adaptation methods aim at learning features that can be generalized among domains. These methods commonly require to update source classifier to adapt to the target domain and do not properly handle the trade-off between the source domain and the target domain. In this work, instead…

Cited by 36PDFcodeScholar
2020

Task-Oriented Feature Distillation

NeurIPS 2020poster

Feature distillation, a primary method in knowledge distillation, always leads to significant accuracy improvements. Most existing methods distill features in the teacher network through a manually designed transformation. In this paper, we propose a novel distillation method named task-oriented fea…

2019

Be Your Own Teacher: Improve the Performance of Convolutional Neural Networks via Self Distillation

ICCV 2019poster

Convolutional neural networks have been widely deployed in various application scenarios. In order to extend the applications' boundaries to some accuracy-crucial domains, researchers have been investigating approaches to boost accuracy through either deeper or wider network structures, which brings…

Cited by 1121PDFScholar
2019

SCAN: A Scalable Neural Networks Framework Towards Compact and Efficient Models

NeurIPS 2019poster

Remarkable achievements have been attained by deep neural networks in various applications. However, the increasing depth and width of such models also lead to explosive growth in both storage and computation, which has restricted the deployment of deep neural networks on resource-limited edge devic…