← Search

Ping Huang

10 accepted papers

2025

StreamBridge: Turning Your Offline Video Large Language Model into a Proactive Streaming Assistant

NeurIPS 2025poster

We present StreamBridge, a simple yet effective framework that seamlessly transforms offline Video-LLMs into streaming-capable models. It addresses two fundamental challenges in adapting existing models into online scenarios: (1) limited capability for multi-turn real-time understanding, and (2) lac…

Cited by 0SourceScholar
2024

Efficient ConvBN Blocks for Transfer Learning and Beyond

ICLR 2024spotlight

Convolution-BatchNorm (ConvBN) blocks are integral components in various computer vision tasks and other domains. A ConvBN block can operate in three modes: Train, Eval, and Deploy. While the Train mode is indispensable for training models from scratch, the Eval mode is suitable for transfer learnin…

2024

ODGEN: Domain-specific Object Detection Data Generation with Diffusion Models

NeurIPS 2024poster

Modern diffusion-based image generative models have made significant progress and become promising to enrich training data for the object detection task. However, the generation quality and the controllability for complex scenes containing multi-class objects and dense objects with occlusions remain…

Cited by 5SourcePDFScholar
2024

Tightly Coupled Visual-Inertial-UWB Indoor Localization System With Multiple Position-Unknown Anchors

RA-L 2024

In this letter, we perform a tightly-coupled fusion of a monocular camera, a 6-DoF IMU, and multiple position-unknown Ultra-wideband (UWB) anchors to construct an indoor localization system with both accuracy and robustness. Prior to this, there have been several works that have achieved satisfactor

Cited by 37SourceScholar
2023

DeSTSeg: Segmentation Guided Denoising Student-Teacher for Anomaly Detection

CVPR 2023poster

Visual anomaly detection, an important problem in computer vision, is usually formulated as a one-class classification and segmentation task. The student-teacher (S-T) framework has proved to be effective in solving this challenge. However, previous works based on S-T only empirically applied constr…

2023

RGI: robust GAN-inversion for mask-free image inpainting and unsupervised pixel-wise anomaly detection

ICLR 2023poster

Generative adversarial networks (GANs), trained on a large-scale image dataset, can be a good approximator of the natural image manifold. GAN-inversion, using a pre-trained generator as a deep generative prior, is a promising tool for image restoration under corruptions. However, the performance of…

Cited by 13SourcePDFScholar
2022

Information Gain Propagation: a New Way to Graph Active Learning with Soft Labels

ICLR 2022poster

Graph Neural Networks (GNNs) have achieved great success in various tasks, but their performance highly relies on a large number of labeled nodes, which typically requires considerable human effort. GNN-based Active Learning (AL) methods are proposed to improve the labeling efficiency by selecting t…

2021

BatchQuant: Quantized-for-all Architecture Search with Robust Quantizer

NeurIPS 2021poster

As the applications of deep learning models on edge devices increase at an accelerating pace, fast adaptation to various scenarios with varying resource constraints has become a crucial aspect of model deployment. As a result, model optimization strategies with adaptive configuration are becoming in…

Cited by 43SourcePDFScholar
2021

RIM: Reliable Influence-based Active Learning on Graphs

NeurIPS 2021spotlight

Message passing is the core of most graph models such as Graph Convolutional Network (GCN) and Label Propagation (LP), which usually require a large number of clean labeled data to smooth out the neighborhood over the graph. However, the labeling process can be tedious, costly, and error-prone in pr…