vimarsh244/hf-ICML-2026-agent-repro

Dumping files and logs from : https://huggingface.co/ICML-2026-agent-repro

1

stars

18

commits

HTML

primary language

Jul 29, 2026

updated

README

Let's reproduce ICML 2026, together.

This repo is an experiment I am doing of how much research / implementation can be done with AI agents.

This is part of: https://huggingface.co/spaces/ICML-2026-agent-repro/challenge

My thoughts

A good motivation to reproduce a lot of research papers which get published and also validate them. Unfortunately, this is heavily skewed towards those who have lot of capital in terms of tokens they can use and compute for such reproductions.

But such community efforts are super helpful for future researchers and community in large to know which papers have validated claims. Will bring ML conferences closer to those like Usenix with these reproductions.

Also, the models and harnesses have become really excellent. Being able to reproduce papers in parallel and accurately with an judge is excellent and really benefits research - fastracks one to do quick research as tasks like validating previous work and rewriting the code can now done very easily with agents.

Reproductions

34 papers reproduced so far. Each one has a live Trackio logbook on the Hub walking through the claims, the runs behind them, and where the reproduction agreed or diverged from the paper. Code links to the reproduction folder in this repo.

PaperLogbookCode
Stochastic Sparse Attention for Memory-Bound Inference
arXiv:2605.01910
openrepro_28058_stochastic_sparse_attention
Inductive Bias and Spectral Properties of Single-Head Attention in High Dimensions
arXiv:2509.24914
openrepro_17811_single_head_attention_highdim
Federated Bilevel Performative Predictionopen2176_Federated_Bilevel_Performative_Prediction
Adaptive Personalized Federated Learning via Multi-task Averaging of Kernel Mean Embeddings
arXiv:2603.02233
openrepro_17853_adaptive_personalized_federated_learning
Token Sparse Attention: Efficient Long-Context Inference with Interleaved Token Selection
arXiv:2602.03216
openrepro_31006_token_sparse_attention
Connecting Independently Trained Modes via Layer-Wise Connectivity
arXiv:2505.02604
openrepro_16849
Turning Stale Gradients into Stable Gradients: Coherent Coordinate Descent with Implicit Landscape Smoothing for Lightweight Zeroth-Order Optimization
arXiv:2605.14373
openrepro_26555_cocd_zeroth_order
Any3D-VLA: Enhancing VLA Robustness via Diverse Point Clouds
arXiv:2602.00807
open643
Leveraging Gauge Freedom for Learning Non-Gradient Population Dynamics of Stochastic Systems
arXiv:2605.25107
open28679
Full-Batch Gradient Descent Outperforms One-Pass SGD: Sample Complexity Separation in Single-Index Learning
arXiv:2602.02431
openrepro_26332_full-batch-GD-outperforms-one-pass-sgd
RMNP: Row-Momentum Normalized Preconditioning for Scalable Matrix-Based Optimization
arXiv:2603.20527
openrepro_21319_rmnp_row_momentum_normalized_preconditioning
REViT: Roto-reflection Equivariant Convolutional Vision Transformeropenrepro_10620_revit_roto_reflection_equivariant_vit
Little By Little: Continual Learning via Incremental Mixture of Rank-1 Associative Memory Experts
arXiv:2506.21035
openrepro_10925_moram_continual_rank1_associative_memory
ToaSt: Token Channel Selection and Structured Pruning for Efficient ViT
arXiv:2602.15720
openrepro_1840_toast_token_channel_pruning_vit
FedFit: Federated Dynamic Sparse Training via Fisher Information scoringopenrepro_15844_fedfit_federated_fisher_sparse_training
Event2Vec — Processing Neuromorphic Events Directly by Representations in Vector Space
arXiv:2504.15371
openrepro_2856_event2vec_neuromorphic_vector_space
A Capacity-Based Rationale for Multi-Head Attention
arXiv:2509.22840
openrepro_26081_capacity_rationale_multihead_attention
Sample Margin-Aware Recalibration of Temperature Scaling
arXiv:2506.23492
openrepro_5500_smart_margin_aware_temperature_scaling
How Can Mamba Learn In Context with Outliers and Generalize Provably?
arXiv:2510.00399
openrepro_20925_mamba_icl_outliers
Deep Networks Learn Deep Hierarchical Models
arXiv:2601.00455
openrepro_12249_deep_hierarchical_models
Understanding Dynamics of Adam in Zero-Sum Games: An ODE Approach
arXiv:2605.19392
openrepro_understanding_dynamics_adam_zero_sum_games
Rational Transductors
arXiv:2602.07599
openrepro_rational_transductors
Quantifying the noise sensitivity of the Wasserstein metric for images
arXiv:2510.01015
openrepro_noise_sensitivity_wasserstein
On the Theory of Continual Learning with Gradient Descent for Neural Networks
arXiv:2510.05573
openrepro_17723
How Many Different Outputs Can a Transformer Generate?openrepro_how_many_different_outputs_can_a_transformer_generate
Delving into Muon and Beyond: Deep Analysis and Extensions
arXiv:2602.04669
openrepro_14014_muon_beyond
Combinatorial Sparse PCA Beyond the Spiked Identity Model
arXiv:2603.02607
openrepro_combinatorial_sparse_pca_beyond_the_spiked_identity_model
Adversarially Robust Approximate Furthest Neighbor
arXiv:2605.16618
openrepro_28185_robust_afn
Why Are Linear RNNs More Parallelizable?openrepro_18268
SlideSparse: Fast and Flexible (2N-2):2N Structured Sparsity
arXiv:2603.05232
openslidesparse_icml33765
Float8@2bits: Entropy Coding Enables Data-Free Model Compression
arXiv:2601.22787
openrepro_float8_2bits
Efficient Diffusion Models under Nonconvex Equality and Inequality constraints via Landing
arXiv:2604.17838
openrepro_32912
Cost-aware Stopping for Bayesian Optimization
arXiv:2507.12453
openrepro_6861
MIMOMamba: From Scalar Duality to Matrix-Valued Attentionopenrepro_11253_mimomamba

All logbooks live under huggingface.co/vimarsh and are tagged icml2026-repro.

Contributors

vimarsh244

18 commits

vimarsh244/hf-ICML-2026-agent-repro

Dumping files and logs from : https://huggingface.co/ICML-2026-agent-repro

1

stars

18

commits

HTML

primary language

Jul 29, 2026

updated

README

Let's reproduce ICML 2026, together.

This repo is an experiment I am doing of how much research / implementation can be done with AI agents.

This is part of: https://huggingface.co/spaces/ICML-2026-agent-repro/challenge

My thoughts

A good motivation to reproduce a lot of research papers which get published and also validate them. Unfortunately, this is heavily skewed towards those who have lot of capital in terms of tokens they can use and compute for such reproductions.

But such community efforts are super helpful for future researchers and community in large to know which papers have validated claims. Will bring ML conferences closer to those like Usenix with these reproductions.

Also, the models and harnesses have become really excellent. Being able to reproduce papers in parallel and accurately with an judge is excellent and really benefits research - fastracks one to do quick research as tasks like validating previous work and rewriting the code can now done very easily with agents.

Reproductions

34 papers reproduced so far. Each one has a live Trackio logbook on the Hub walking through the claims, the runs behind them, and where the reproduction agreed or diverged from the paper. Code links to the reproduction folder in this repo.

PaperLogbookCode
Stochastic Sparse Attention for Memory-Bound Inference
arXiv:2605.01910
openrepro_28058_stochastic_sparse_attention
Inductive Bias and Spectral Properties of Single-Head Attention in High Dimensions
arXiv:2509.24914
openrepro_17811_single_head_attention_highdim
Federated Bilevel Performative Predictionopen2176_Federated_Bilevel_Performative_Prediction
Adaptive Personalized Federated Learning via Multi-task Averaging of Kernel Mean Embeddings
arXiv:2603.02233
openrepro_17853_adaptive_personalized_federated_learning
Token Sparse Attention: Efficient Long-Context Inference with Interleaved Token Selection
arXiv:2602.03216
openrepro_31006_token_sparse_attention
Connecting Independently Trained Modes via Layer-Wise Connectivity
arXiv:2505.02604
openrepro_16849
Turning Stale Gradients into Stable Gradients: Coherent Coordinate Descent with Implicit Landscape Smoothing for Lightweight Zeroth-Order Optimization
arXiv:2605.14373
openrepro_26555_cocd_zeroth_order
Any3D-VLA: Enhancing VLA Robustness via Diverse Point Clouds
arXiv:2602.00807
open643
Leveraging Gauge Freedom for Learning Non-Gradient Population Dynamics of Stochastic Systems
arXiv:2605.25107
open28679
Full-Batch Gradient Descent Outperforms One-Pass SGD: Sample Complexity Separation in Single-Index Learning
arXiv:2602.02431
openrepro_26332_full-batch-GD-outperforms-one-pass-sgd
RMNP: Row-Momentum Normalized Preconditioning for Scalable Matrix-Based Optimization
arXiv:2603.20527
openrepro_21319_rmnp_row_momentum_normalized_preconditioning
REViT: Roto-reflection Equivariant Convolutional Vision Transformeropenrepro_10620_revit_roto_reflection_equivariant_vit
Little By Little: Continual Learning via Incremental Mixture of Rank-1 Associative Memory Experts
arXiv:2506.21035
openrepro_10925_moram_continual_rank1_associative_memory
ToaSt: Token Channel Selection and Structured Pruning for Efficient ViT
arXiv:2602.15720
openrepro_1840_toast_token_channel_pruning_vit
FedFit: Federated Dynamic Sparse Training via Fisher Information scoringopenrepro_15844_fedfit_federated_fisher_sparse_training
Event2Vec — Processing Neuromorphic Events Directly by Representations in Vector Space
arXiv:2504.15371
openrepro_2856_event2vec_neuromorphic_vector_space
A Capacity-Based Rationale for Multi-Head Attention
arXiv:2509.22840
openrepro_26081_capacity_rationale_multihead_attention
Sample Margin-Aware Recalibration of Temperature Scaling
arXiv:2506.23492
openrepro_5500_smart_margin_aware_temperature_scaling
How Can Mamba Learn In Context with Outliers and Generalize Provably?
arXiv:2510.00399
openrepro_20925_mamba_icl_outliers
Deep Networks Learn Deep Hierarchical Models
arXiv:2601.00455
openrepro_12249_deep_hierarchical_models
Understanding Dynamics of Adam in Zero-Sum Games: An ODE Approach
arXiv:2605.19392
openrepro_understanding_dynamics_adam_zero_sum_games
Rational Transductors
arXiv:2602.07599
openrepro_rational_transductors
Quantifying the noise sensitivity of the Wasserstein metric for images
arXiv:2510.01015
openrepro_noise_sensitivity_wasserstein
On the Theory of Continual Learning with Gradient Descent for Neural Networks
arXiv:2510.05573
openrepro_17723
How Many Different Outputs Can a Transformer Generate?openrepro_how_many_different_outputs_can_a_transformer_generate
Delving into Muon and Beyond: Deep Analysis and Extensions
arXiv:2602.04669
openrepro_14014_muon_beyond
Combinatorial Sparse PCA Beyond the Spiked Identity Model
arXiv:2603.02607
openrepro_combinatorial_sparse_pca_beyond_the_spiked_identity_model
Adversarially Robust Approximate Furthest Neighbor
arXiv:2605.16618
openrepro_28185_robust_afn
Why Are Linear RNNs More Parallelizable?openrepro_18268
SlideSparse: Fast and Flexible (2N-2):2N Structured Sparsity
arXiv:2603.05232
openslidesparse_icml33765
Float8@2bits: Entropy Coding Enables Data-Free Model Compression
arXiv:2601.22787
openrepro_float8_2bits
Efficient Diffusion Models under Nonconvex Equality and Inequality constraints via Landing
arXiv:2604.17838
openrepro_32912
Cost-aware Stopping for Bayesian Optimization
arXiv:2507.12453
openrepro_6861
MIMOMamba: From Scalar Duality to Matrix-Valued Attentionopenrepro_11253_mimomamba

All logbooks live under huggingface.co/vimarsh and are tagged icml2026-repro.

Contributors

vimarsh244

18 commits

Languages

HTML

90.6%

Jupyter Notebook

4.0%

Python

3.8%