← Search

Bum Jun Kim

4 accepted papers

2026

Discovering Scaling Exponents with Physics-Informed Müntz-Szász Networks

ICML 2026poster

Physical systems near singularities, interfaces, and critical points exhibit power-law scaling, yet standard neural networks leave the governing exponents implicit. We introduce physics-informed M\"untz-Sz\'asz Networks (MSN-PINN), a power-law basis network that treats scaling exponents as trainable…

Cited by 0SourceScholar
2026

Unlocking Noise-Resistant Vision: Key Architectural Secrets for Robust Models Against Gaussian Noise

ICML 2026poster

While the robustness of vision models is often measured, their dependence on specific architectural design choices is rarely dissected. We investigate why certain vision architectures are inherently more robust to additive Gaussian noise and convert these empirical insights into simple, actionable d…

Cited by 0SourceScholar
2025

Configuring Data Augmentations to Reduce Variance Shift in Positional Embedding of Vision Transformers

AAAI 2025technical

Vision transformers (ViTs) have demonstrated remarkable performance in a variety of vision tasks. Despite their promising capabilities, training a ViT requires a large amount of diverse data. Several studies empirically found that using rich data augmentations, such as Mixup, Cutmix, and random eras…

2023

How to use dropout correctly on residual networks with batch normalization

UAI 2023poster

For the stable optimization of deep neural networks, regularization methods such as dropout and batch normalization have been used in various tasks. Nevertheless, the correct position to apply dropout has rarely been discussed, and different positions have been employed depending on the practitioner…