← Search

Etai Littwin

21 accepted papers

2026

Annotations Mitigate Post-Training Mode Collapse

ICML 2026poster

Post-training (via supervised fine-tuning) improves instruction-following, but often induces semantic mode collapse by biasing models toward low-entropy fine-tuning data at the expense of the high-entropy pre-training distribution. Crucially, we find this trade-off worsens with scale. To close this …

Cited by 0SourceScholar
2026

Rethinking JEPA: Compute‑Efficient Video Self-Supervised Learning with Frozen Teachers

ICLR 2026poster

Video Joint Embedding Predictive Architectures (V‑JEPA) learn generalizable off-the-shelf video representations by predicting masked regions in latent space with an exponential moving average (EMA)‑updated teacher. While EMA prevents representation collapse, it complicates scalable model selection a…

Cited by 0SourceScholar
2026

Text-Conditional JEPA for Learning Semantically Rich Visual Representations

ICML 2026poster

Image-based Joint-Embedding Predictive Architecture (I-JEPA) offers a promising approach to visual self-supervised learning through masked feature prediction. However with the inherent visual uncertainty at masked positions, feature prediction remains challenging and may fail to learn semantic repre…

Cited by 0SourceScholar
2026

To Infinity and Beyond: Tool-Use Unlocks Length Generalization in State Space Models

ICLR 2026oral

State Space Models (SSMs) have become the leading alternative to Transformers for sequence modeling tasks. Their primary advantage is efficiency in long-context and long-form generation, enabled by fixed-size memory and linear scaling of computational complexity. We begin this work by showing a simp…

Cited by 0SourceScholar
2025

Distillation Scaling Laws

ICML 2025poster

We propose a distillation scaling law that estimates distilled model performance based on a compute budget and its allocation between the student and teacher. Our findings mitigate the risks associated with large-scale distillation by enabling compute-optimal allocation for both the teacher and stud…

Cited by 8SourcePDFScholar
2024

How JEPA Avoids Noisy Features: The Implicit Bias of Deep Linear Self Distillation Networks

NeurIPS 2024poster

Two competing paradigms exist for self-supervised learning of data representations. Joint Embedding Predictive Architectures (JEPAs) is a class of architectures in which semantically similar inputs are encoded into representations that are predictive of each other. A recent successful approach…

Cited by 6SourcePDFScholar
2024

LiDAR: Sensing Linear Probing Performance in Joint Embedding SSL Architectures

ICLR 2024spotlight

Joint embedding (JE) architectures have emerged as a promising avenue for ac- quiring transferable data representations. A key obstacle to using JE methods, however, is the inherent challenge of evaluating learned representations without access to a downstream task, and an annotated dataset. Without…

Cited by 7SourcePDFScholar
2024

Vanishing Gradients in Reinforcement Finetuning of Language Models

ICLR 2024poster

Pretrained language models are commonly aligned with human preferences and downstream tasks via reinforcement finetuning (RFT), which refers to maximizing a (possibly learned) reward function using policy gradient algorithms. This work identifies a fundamental optimization obstacle in RFT: we prove…

2024

What Algorithms can Transformers Learn? A Study in Length Generalization

ICLR 2024poster

Large language models exhibit surprising emergent generalization properties, yet also struggle on many simple reasoning tasks such as arithmetic and parity. In this work, we focus on length generalization, and we propose a unifying framework to understand when and how Transformers can be expected to…

Cited by 132SourcePDFScholar
2024

When can transformers reason with abstract symbols?

ICLR 2024poster

We investigate the capabilities of transformer models on relational reasoning tasks. In these tasks, models are trained on a set of strings encoding abstract relations, and are then tested out-of-distribution on data that contains symbols that did not appear in the training dataset. We prove that fo…

2023

Stabilizing Transformer Training by Preventing Attention Entropy Collapse

ICML 2023poster

Training stability is of great importance to Transformers. In this work, we investigate the training dynamics of Transformers by examining the evolution of the attention layers. In particular, we track the attention entropy for each attention head during the course of training, which is a proxy for…

2023

Transformers learn through gradual rank increase

NeurIPS 2023poster

We identify incremental learning dynamics in transformers, where the difference between trained and initial weights progressively increases in rank. We rigorously prove this occurs under the simplifying assumptions of diagonal weight matrices and small initialization. Our experiments support the the…

Cited by 26SourcePDFScholar
2022

Learning Representation from Neural Fisher Kernel with Low-rank Approximation

ICLR 2022poster

In this paper, we study the representation of neural networks from the view of kernels. We first define the Neural Fisher Kernel (NFK), which is the Fisher Kernel applied to neural networks. We show that NFK can be computed for both supervised and unsupervised learning models, which can serve as a u…

Cited by 5SourcePDFScholar
2021

Tensor Programs IIb: Architectural Universality Of Neural Tangent Kernel Training Dynamics

ICML 2021spotlight

Yang (2020) recently showed that the Neural Tangent Kernel (NTK) at initialization has an infinite-width limit for a large class of architectures including modern staples such as ResNet and Transformers. However, their analysis does not apply to training. Here, we show the same neural networks (in t…

Cited by 76SourcePDFScholar