Machine Learning Papers

Last 7 Days (August 01 – August 07, 2026)

← Previous Week

🏆 Top Papers This Week

#1 TOP PAPER (Score: 95)
Chirag Pabbaraju · Stanford University · arXiv (Preprint)
We construct unambiguous DNFs having width $O(n)$ but $0$-certificate complexity $Ω(n^2)$. By utilizing the special structure of these DNFs, we prove a lifting theorem with a constant-sized gadget that lifts the DNF to a communication problem, while losslessly translating the sep...
#2 TOP PAPER (Score: 89)
Alex Buna, Shirley Xiaoqi Liu, Patrick Rebeschini · University of Oxford · arXiv (preprint)
In overparameterised classification, training data can be linearly separable even when the underlying distribution is not. In this setting, gradient descent (GD) on the logistic loss diverges in norm while converging in direction to a max-margin interpolating classifier, whose im...
#3 TOP PAPER (Score: 88)
Hanqing Li, Lizhou Wu, Tiejun Li ... · National University of Defense Technology · MICRO 2026 (Note: As of current date, MICRO 2026 has not occurred; this is likely a preprint or accepted manuscript for a future venue, or the venue field in metadata is speculative. I will treat it as MICRO 2026 based on the text provided, but note the temporal anomaly).
Modern GPUs rely on private per-SM L1 caches and a shared L2 cache, but this organization obscures cross-SM reuse: an L1 miss is typically forwarded to L2 even when the requested line already resides in a peer L1 cache, leading to redundant L2 access. Prior GPU L1-sharing designs...