← Search

Joonho Jang

6 accepted papers

2024

Training Unbiased Diffusion Models From Biased Dataset

ICLR 2024poster

With significant advancements in diffusion models, addressing the potential risks of dataset bias becomes increasingly important. Since generated outputs directly suffer from dataset bias, mitigating latent bias becomes a key factor in improving sample quality and proportion. This paper proposes tim…

2023

SAAL: Sharpness-Aware Active Learning

ICML 2023poster

While deep neural networks play significant roles in many research areas, they are also prone to overfitting problems under limited data instances. To overcome overfitting, this paper introduces the first active learning method to incorporate the sharpness of loss space into the acquisition function…

2022

From Noisy Prediction to True Label: Noisy Prediction Calibration via Generative Model

ICML 2022spotlight

Noisy labels are inevitable yet problematic in machine learning society. It ruins the generalization of a classifier by making the classifier over-fitted to noisy labels. Existing methods on noisy label have focused on modifying the classifier during the training procedure. It has two potential prob…

2022

Unknown-Aware Domain Adversarial Learning for Open-Set Domain Adaptation

NeurIPS 2022accept

Open-Set Domain Adaptation (OSDA) assumes that a target domain contains unknown classes, which are not discovered in a source domain. Existing domain adversarial learning methods are not suitable for OSDA because distribution matching with $\textit{unknown}$ classes leads to negative transfer. Previ…

2021

Counterfactual Fairness with Disentangled Causal Effect Variational Autoencoder

AAAI 2021technical

The problem of fair classification can be mollified if we develop a method to remove the embedded sensitive information from the classification features. This line of separating the sensitive information is developed through the causal inference, and the causal inference enables the counterfactual g…

Cited by 65SourcePDFScholar
2021

LADA: Look-Ahead Data Acquisition via Augmentation for Deep Active Learning

NeurIPS 2021poster

Active learning effectively collects data instances for training deep learning models when the labeled dataset is limited and the annotation cost is high. Data augmentation is another effective technique to enlarge the limited amount of labeled instances. The scarcity of labeled dataset leads us to…