← Search

Lisang Ding

3 accepted papers

2026

Implicit Models: Expressive Power Scales with Test-Time Compute

ICLR 2026poster

Implicit models, an emerging model class, compute outputs by iterating a single parameter block to a fixed point. This architecture realizes an infinite-depth, weight-tied network that trains with constant memory, significantly reducing memory needs for the same level of performance compared to expl…

Cited by 0SourcecodeScholar
2023

DSGD-CECA: Decentralized SGD with Communication-Optimal Exact Consensus Algorithm

ICML 2023poster

Decentralized Stochastic Gradient Descent (SGD) is an emerging neural network training approach that enables multiple agents to train a model collaboratively and simultaneously. Rather than using a central parameter server to collect gradients from all the agents, each agent keeps a copy of the mode…