← Search

Tan Nguyen

7 accepted papers

2026

Concept Heterogeneity-aware Representation Steering

ICML 2026poster

Representation steering offers a lightweight mechanism for controlling the behavior of large language models (LLMs) by intervening on internal activations at inference time. Most existing methods rely on a single global steering direction, typically obtained via difference-in-means over contrastive …

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

Functional Equivalence in Attention: A Comprehensive Study with Applications to Linear Mode Connectivity

ICML 2026poster

Neural network parameter spaces are inherently non-injective, as distinct parameter configurations can realize identical functions through functional equivalence. While this symmetry is well understood in classical fully connected and convolutional models, it becomes substantially more intricate in …

Cited by 0SourceScholar
2026

Geometric and Stochastic Analysis of Discontinuities in Sparse Mixture-of-Experts

ICML 2026spotlight

Sparse Mixture-of-Experts (SMoE) architectures are now widely deployed in state-of-the-art language and vision models, where conditional routing allows scaling to very large networks. However, this very Top-$k$ expert selection that enables conditional routing also renders the SMoE map inherently di…

Cited by 0SourceScholar
2026

MuonSSM: Orthogonalizing State Space Models for Sequence Modeling

ICML 2026oral

State-space models (SSMs) have emerged as efficient linear-time alternatives to attention for long-sequence modeling. However, existing SSMs often suffer from instability and memory degradation over extended horizons due to poorly conditioned first-order updates and uncontrolled spectral geometry. W…

Cited by 0SourceScholar
2020

MomentumRNN: Integrating Momentum into Recurrent Neural Networks

NeurIPS 2020poster

Designing deep neural networks is an art that often involves an expensive search over candidate architectures. To overcome this for recurrent neural nets (RNNs), we establish a connection between the hidden state dynamics in an RNN and gradient descent (GD). We then integrate momentum into this fram…

2020

Neural Networks with Recurrent Generative Feedback

NeurIPS 2020poster

Neural networks are vulnerable to input perturbations such as additive noise and adversarial attacks. In contrast, human perception is much more robust to such perturbations. The Bayesian brain hypothesis states that human brains use an internal generative model to update the posterior beliefs of th…