← Search

Geonho Hwang

10 accepted papers

2026

Floating-Point Networks with Automatic Differentiation Can Represent Almost All Floating-Point Functions and Their Gradients

ICML 2026poster

Theoretical studies show that for any differentiable function on a compact domain, there exists a neural network that approximates both the function values and gradients. However, such a result cannot be used in practice since it assumes real parameters and exact internal operations. In contrast, re…

Cited by 0SourceScholar
2026

On Minimum Depth and Width of Floating-Point Neural Networks for Representing Floating-Point Functions

ICML 2026oral

Research on the expressive power of neural networks has identified the minimum depth and width of neural networks that enable universal approximation and memorization. However, existing results are derived under exact arithmetic and cannot be directly applied to real implementations on computers, wh…

Cited by 0SourceScholar
2025

Floating-Point Neural Networks Can Represent Almost All Floating-Point Functions

ICML 2025poster

Existing works on the expressive power of neural networks typically assume real-valued parameters and exact mathematical operations during the evaluation of networks. However, neural networks run on actual computers can take parameters only from a small subset of the reals and perform inexact mathem…

Cited by 0SourcePDFScholar
2025

Minimum Width for Universal Approximation using Squashable Activation Functions

ICML 2025poster

The exact minimum width that allows for universal approximation of unbounded-depth networks is known only for ReLU and its variants. In this work, we study the minimum width of networks using general activation functions. Specifically, we focus on squashable functions that can approximate the identi…

Cited by 0SourcePDFScholar
2025

Optimal Minimum Width for the Universal Approximation of Continuously Differentiable Functions by Deep Narrow MLPs

NeurIPS 2025poster

In this paper, we investigate the universal approximation property of deep, narrow multilayer perceptrons (MLPs) for $C^1$ functions under the Sobolev norm, specifically the $W^{1, \infty}$ norm. Although the optimal width of deep, narrow MLPs for approximating continuous functions has been extensiv…

Cited by 0SourceScholar
2023

Finding the Global Semantic Representation in GAN through Fréchet Mean

ICLR 2023poster

The ideally disentangled latent space in GAN involves the global representation of latent space using semantic attribute coordinates. In other words, in this disentangled space, there exists the global semantic basis as a vector space where each basis component describes one attribute of generated…

Cited by 3SourcePDFScholar
2023

MAGANet: Achieving Combinatorial Generalization by Modeling a Group Action

ICML 2023poster

Combinatorial generalization refers to the ability to collect and assemble various attributes from diverse data to generate novel unexperienced data. This ability is considered a necessary passing point for achieving human-level intelligence. To achieve this ability, previous unsupervised approaches…

Cited by 7SourcePDFScholar
2022

Do Not Escape From the Manifold: Discovering the Local Coordinates on the Latent Space of GANs

ICLR 2022poster

The discovery of the disentanglement properties of the latent space in GANs motivated a lot of research to find the semantically meaningful directions on it. In this paper, we suggest that the disentanglement property is closely related to the geometry of the latent space. In this regard, we propose…