← Search

Seungjae Shin

10 accepted papers

2024

Dirichlet-based Per-Sample Weighting by Transition Matrix for Noisy Label Learning

ICLR 2024poster

For learning with noisy labels, the transition matrix, which explicitly models the relation between noisy label distribution and clean label distribution, has been utilized to achieve the statistical consistency of either the classifier or the risk. Previous researches have focused more on how to es…

2024

Make Prompts Adaptable: Bayesian Modeling for Vision-Language Prompt Learning with Data-Dependent Prior

AAAI 2024technical

Recent vision-language pre-trained (VLP) models have become the backbone for many downstream tasks, but they are utilized as frozen model without learning. Prompt learning is a method to improve the pre-trained VLP model by adding a learnable context vector to the inputs of the text encoder. In a fe…

2024

Unknown Domain Inconsistency Minimization for Domain Generalization

ICLR 2024poster

The objective of domain generalization (DG) is to enhance the transferability of the model learned from a source domain to unobserved domains. To prevent overfitting to a specific domain, Sharpness-Aware Minimization (SAM) reduces source domain’s loss sharpness. Although SAM variants have delivered…

Cited by 2SourcePDFScholar
2023

Loss-Curvature Matching for Dataset Selection and Condensation

AISTATS 2023poster

Training neural networks on a large dataset requires substantial computational costs. Dataset reduction selects or synthesizes data instances based on the large dataset, while minimizing the degradation in generalization performance from the full dataset. Existing methods utilize the neural network…

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

Soft Truncation: A Universal Training Technique of Score-based Diffusion Model for High Precision Score Estimation

ICML 2022spotlight

Recent advances in diffusion models bring state-of-the-art performance on image generation tasks. However, empirical results from previous research in diffusion models imply an inverse correlation between density estimation and sample generation performances. This paper investigates with sufficient…

2021

ABC: Auxiliary Balanced Classifier for Class-imbalanced Semi-supervised Learning

NeurIPS 2021poster

Existing semi-supervised learning (SSL) algorithms typically assume class-balanced datasets, although the class distributions of many real world datasets are imbalanced. In general, classifiers trained on a class-imbalanced dataset are biased toward the majority classes. This issue becomes more prob…

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

Refine Myself by Teaching Myself: Feature Refinement via Self-Knowledge Distillation

CVPR 2021poster

Knowledge distillation is a method of transferring the knowledge from a pretrained complex teacher model to a student model, so a smaller network can replace a large teacher network at the deployment stage. To reduce the necessity of training a large teacher model, the recent literatures introduced…

Cited by 190PDFcodeScholar