惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
雷峰网
雷峰网
量子位
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
博客园 - Franky
罗磊的独立博客
宝玉的分享
宝玉的分享
博客园_首页
腾讯CDC
The GitHub Blog
The GitHub Blog
D
DataBreaches.Net
IT之家
IT之家
D
Docker
Microsoft Security Blog
Microsoft Security Blog
博客园 - 司徒正美
V
V2EX
月光博客
月光博客
N
Netflix TechBlog - Medium
爱范儿
爱范儿
I
InfoQ
P
Proofpoint News Feed

ICLR Blog

Making Google’s Paper Assistant Tool (PAT) available to ICLR submitters Submission policies for ICLR 2027 Announcing the ICLR 2026 Outstanding Papers – ICLR Blog Announcing the ICLR 2026 keynotes – ICLR Blog A Retrospective on the ICLR 2026 Review Process – ICLR Blog Workshops at ICLR 2026 – ICLR Blog ICLR’s Commitment to OpenReview – ICLR Blog ICLR 2026 Response to Security Incident – ICLR Blog ICLR 2026 Response to LLM-Generated Papers and Reviews – ICLR Blog Policies on Large Language Model Usage at ICLR 2026 – ICLR Blog ICLR 2025 Mentoring Chats – ICLR Blog
Announcing the Test of Time Awards from ICLR 2016 – ICLR ...
ICLR 2026 Program Chairs · 2026-04-22 · via ICLR Blog

We are honored to announce the Test of Time awards for ICLR 2026. This award recognizes papers published ten years ago at ICLR 2016 that have had a lasting impact on the field. The 2026 program chairs reviewed the papers published at ICLR 2016, and selected the two papers below for their profound influence and impact on machine learning today.

Congratulations to the authors of the Test of Time winners!

If you are at ICLR, please come to hear the winners talk on Friday at 5:45 pm (there will be two back-to-back talks).

Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks

Alec Radford, Luke Metz, Soumith Chintala

This paper, colloquially called DCGAN, was one of the first successful demonstrations that learning-based generative models could synthesize diverse, realistic, and complex images. The results kickstarted the subfield of image generation, which is one of the most active areas of machine learning research today and has led to many highly successful applications in industry. While the techniques have changed (from GANs to diffusion models), DCGAN stands the test of time as a key step in the establishment of this important field.

Continuous control with deep reinforcement learning

Timothy P. Lillicrap, Jonathan J. Hunt, Alexander Pritzel, Nicolas Heess, Tom Erez, Yuval Tassa, David Silver, Daan Wierstra

The Test of Time award recognizes works that fundamentally alter the trajectory of their field, and Continuous Control with Deep Reinforcement Learning did exactly that. Before this paper introduced the Deep Deterministic Policy Gradient (DDPG) algorithm, applying reinforcement learning to physical systems was highly bottlenecked. Engineers were trapped manually hand-crafting state features or battling the curse of dimensionality caused by discretizing complex motor controls. DDPG was the first algorithm to successfully address both limitations. By ingeniously combining a deterministic Actor-Critic architecture with the stabilizing techniques of DQN, the algorithm allowed neural networks to translate raw sensor data directly into precise, continuous physical actions. Ultimately, DDPG showed it was possible for deep RL to venture into continuous control, changing the course of the field and sparking an RL revolution.