← Search

Jun Huan

9 accepted papers

2025

Enhancing Language Model Agents using Diversity of Thoughts

ICLR 2025poster

A popular approach to building agents using Language Models (LMs) involves iteratively prompting the LM, reflecting on its outputs, and updating the input prompts until the desired task is achieved. However, our analysis reveals two key shortcomings in the existing methods: $(i)$ limited exploration…

Cited by 1SourcePDFScholar
2025

Unlocking Efficient, Scalable, and Continual Knowledge Editing with Basis-Level Representation Fine-Tuning

ICLR 2025poster

Large language models (LLMs) have achieved remarkable performance on vari- ous natural language tasks. However, they are trained on static corpora and their knowledge can become outdated quickly in the fast-changing world. This moti- vates the development of knowledge editing methods designed to upd…

Cited by 1SourcePDFScholar
2023

Fast Federated Machine Unlearning with Nonlinear Functional Theory

ICML 2023poster

Federated machine unlearning (FMU) aims to remove the influence of a specified subset of training data upon request from a trained federated learning model. Despite achieving remarkable performance, existing FMU techniques suffer from inefficiency due to two sequential operations of training and ret…

Cited by 57SourcePDFScholar
2022

Parameter-Free Style Projection for Arbitrary Image Style Transfer

ICASSP 2022accepted

Arbitrary image style transfer is a challenging task which aims to stylize a content image conditioned on arbitrary style images. In this task the feature-level content-style transformation plays a vital role for proper fusion of features. Existing feature transformation algorithms often suffer from…

Cited by 0SourceScholar
2021

Semi-Supervised Active Learning With Temporal Output Discrepancy

ICCV 2021poster

While deep learning succeeds in a wide range of tasks, it highly depends on the massive collection of annotated data which is expensive and time-consuming. To lower the cost of data annotation, active learning has been proposed to interactively query an oracle to annotate a small proportion of infor…

Cited by 87PDFcodeScholar
2020

FSNet: Compression of Deep Convolutional Neural Networks by Filter Summary

ICLR 2020poster

We present a novel method of compression of deep Convolutional Neural Networks (CNNs) by weight sharing through a new representation of convolutional filters. The proposed method reduces the number of parameters of each convolutional layer by learning a $1$D vector termed Filter Summary (FS). The co…

Cited by 21SourceScholar
2020

Generating Person Images with Appearance-aware Pose Stylizer

IJCAI 2020poster

Generation of high-quality person images is challenging, due to the sophisticated entanglements among image factors, e.g., appearance, pose, foreground, background, local details, global structures, etc. In this paper, we present a novel end-to-end framework to generate realistic person images based…

2020

On the Noisy Gradient Descent that Generalizes as SGD

ICML 2020poster

The gradient noise of SGD is considered to play a central role in the observed strong generalization abilities of deep learning. While past studies confirm that the magnitude and the covariance structure of gradient noise are critical for regularization, it remains unclear whether or not the class o…

2019

DELTA: DEEP LEARNING TRANSFER USING FEATURE MAP WITH ATTENTION FOR CONVOLUTIONAL NETWORKS

ICLR 2019poster

Transfer learning through fine-tuning a pre-trained neural network with an extremely large dataset, such as ImageNet, can significantly accelerate training while the accuracy is frequently bottlenecked by the limited dataset size of the new target task. To solve the problem, some regularization meth…