← Search

Sungbin Shin

4 accepted papers

2025

Critical Influence of Overparameterization on Sharpness-aware Minimization

UAI 2025

Training overparameterized neural networks often yields solutions with varying generalization capabilities, even when achieving similar training losses. Recent evidence indicates a strong correlation between the sharpness of a minimum and its generalization error, leading to increased interest in op

2024

Rethinking Pruning Large Language Models: Benefits and Pitfalls of Reconstruction Error Minimization

EMNLP 2024main

This work suggests fundamentally rethinking the current practice of pruning large language models (LLMs). The way it is done is by divide and conquer: split the model into submodels, sequentially prune them, and reconstruct predictions of the dense counterparts on small calibration data one at a tim…

2023

A Closer Look at the Intervention Procedure of Concept Bottleneck Models

ICML 2023poster

Concept bottleneck models (CBMs) are a class of interpretable neural network models that predict the target response of a given input based on its high-level concepts. Unlike the standard end-to-end models, CBMs enable domain experts to intervene on the predicted concepts and rectify any mistakes at…