← Search

Nam Nguyen

9 accepted papers

2026

BEDTime: A Unified Benchmark for Automatically Describing Time Series

ICML 2026poster

Recent works propose complex multi-modal models that handle both time series and language, ultimately claiming high performance on complex tasks like time series reasoning and cross-modal question answering. However, they skip foundational evaluations that such complex models should have mastered. S…

Cited by 0SourceScholar
2026

Conservation Laws for Modern Neural Architectures

ICML 2026spotlight

Understanding gradient descent dynamics is key to explaining the success of over-parameterized models, where implicit bias manifests through conservation laws in gradient flow. While such laws are well understood for linear and ReLU networks, they remain largely unexplored for modern architectures. …

Cited by 0SourceScholar
2026

Cross-Domain Lossy Compression via Rate- and Classification-Constrained Optimal Transport

ICLR 2026oral

We study cross-domain lossy compression, where the encoder observes a degraded source while the decoder reconstructs samples from a distinct target distribution. The problem is formulated as constrained optimal transport with two constraints on compression rate and classification loss. With shared c…

Cited by 0SourceScholar
2026

DEEP TPC: TEMPORAL-PRIOR CONDITIONING FOR TIME SERIES FORECASTING

ICASSP 2026oral

LLM-for-time series (TS) methods typically treat time shallowly, injecting positional or prompt-based cues once at the input of a largely frozen decoder, which limits temporal reasoning as this information degrades through the layers. We introduce Temporal-Prior Conditioning (TPC), which elevates ti…

Cited by 0SourcePDFScholar
2026

Quadratically Regularized Optimal Transport: Localization Bounds and Affine Case Analysis

ICML 2026poster

Quadratically regularization has emerged as a potential alternative to the popular entropic regularization in computational optimal transport, offering the theoretical advantage of producing sparse couplings through its hinge density structure. Despite recent progress in one-dimensional setting and …

Cited by 0SourceScholar
2026

Variance Driven Exploration: A Provable and Efficient Methodology for Pure Exploration in Highly Stochastic Environments

ICML 2026poster

We propose ***Var**iance **D**riven **E**xploration* (VarDE), a principled approach for pure exploration in *highly stochastic environments*, where the exploration process is dominated by stochastic variance. VarDE is built on a fundamental principle: *sampling effort should be allocated to minimize…

Cited by 0SourceScholar
2021

Temporal Latent Auto-Encoder: A Method for Probabilistic Multivariate Time Series Forecasting

AAAI 2021technical

Probabilistic forecasting of high dimensional multivariate time series is a notoriously challenging task, both in terms of computational burden and distribution modeling. Most previous work either makes simple distribution assumptions or abandons modeling cross-series correlations. A promising line…

Cited by 92SourcePDFScholar
2019

Estimating Information Flow in Deep Neural Networks

ICML 2019oral

We study the estimation of the mutual information I(X;T_$\ell$) between the input X to a deep neural network (DNN) and the output vector T_$\ell$ of its $\ell$-th hidden layer (an “internal representation”). Focusing on feedforward networks with fixed weights and noisy internal representations, we d…

Cited by 181SourcePDFScholar
2017

Net-Trim: Convex Pruning of Deep Neural Networks with Performance Guarantee

NeurIPS 2017spotlight

We introduce and analyze a new technique for model reduction for deep neural networks. While large networks are theoretically capable of learning arbitrarily complex models, overfitting and model redundancy negatively affects the prediction accuracy and model variance. Our Net-Trim algorithm prunes…