← Search

Honghao Chen

7 accepted papers

2025

Unveiling Chain of Step Reasoning for Vision-Language Models with Fine-grained Rewards

NeurIPS 2025poster

Chain of thought reasoning has demonstrated remarkable success in large language models, yet its adaptation to vision-language reasoning remains an open challenge with unclear best practices. Existing attempts typically employ reasoning chains at a coarse-grained level, which struggles to perform fi…

Cited by 0SourcecodeScholar
2024

DDAE: Towards Deep Dynamic Vision BERT Pretraining

AAAI 2024technical

Recently, masked image modeling (MIM) has demonstrated promising prospects in self-supervised representation learning. However, existing MIM frameworks recover all masked patches equivalently, ignoring that the reconstruction difficulty of different patches can vary sharply due to their diverse dist…

Cited by 1SourcePDFScholar
2024

Dyn-Adapter: Towards Disentangled Representation for Efficient Visual Recognition

ECCV 2024poster

"Parameter-efficient transfer learning (PETL) is a promising task, aiming to adapt the large-scale pre-trained model to downstream tasks with a relatively modest cost. However, current PETL methods struggle in compressing computational complexity and bear a heavy inference burden due to the complete…

Cited by 1SourcePDFScholar
2024

PeLK: Parameter-efficient Large Kernel ConvNets with Peripheral Convolution

CVPR 2024poster

Recently some large kernel convnets strike back with appealing performance and efficiency. However given the square complexity of convolution scaling up kernels can bring about an enormous amount of parameters and the proliferated parameters can induce severe optimization problem. Due to these issue…

Cited by 46SourcePDFScholar
2024

Revealing the Dark Secrets of Extremely Large Kernel ConvNets on Robustness

ICML 2024poster

Robustness is a vital aspect to consider when deploying deep learning models into the wild. Numerous studies have been dedicated to the study of the robustness of vision transformers (ViTs), which have dominated as the mainstream backbone choice for vision tasks since the dawn of 2020s. Recently, so…

2023

Re-parameterizing Your Optimizers rather than Architectures

ICLR 2023poster

The well-designed structures in neural networks reflect the prior knowledge incorporated into the models. However, though different models have various priors, we are used to training them with model-agnostic optimizers such as SGD. In this paper, we propose to incorporate model-specific prior knowl…

2022

RepMLPNet: Hierarchical Vision MLP With Re-Parameterized Locality

CVPR 2022poster

Compared to convolutional layers, fully-connected (FC) layers are better at modeling the long-range dependencies but worse at capturing the local patterns, hence usually less favored for image recognition. In this paper, we propose a methodology, Locality Injection, to incorporate local priors into…

Cited by 95PDFcodeScholar