← Search

Elena Mocanu

7 accepted papers

2026

Memory-Efficient LLMs Training with Dynamic Sparsity: From Stability to Practical Scaling

ICML 2026poster

Dynamic Sparse Training (DST) offers a promising paradigm for improving the training and inference efficiency of deep neural networks; however, we find that in large language model training, DST suffers from optimization instability, manifested as loss spikes following topology updates. In this work…

Cited by 0SourceScholar
2026

When Data Is Scarce: Scaling Sparse Language Models with Repeated Training

ICML 2026poster

Scaling laws for dense LLMs under infinite data are well explored, but how sparsity interacts with limited data is not. In this work, we study sparse training in data-constrained regimes where limited unique tokens require multi-epoch training. Our experiments span models up to 3.84B parameters, spa…

Cited by 0SourceScholar
2025

Dynamic Sparse Training versus Dense Training: The Unexpected Winner in Image Corruption Robustness

ICLR 2025poster

It is generally perceived that Dynamic Sparse Training opens the door to a new era of scalability and efficiency for artificial neural networks at, perhaps, some costs in accuracy performance for the classification task. At the same time, Dense Training is widely accepted as being the "de facto" app…

Cited by 0SourcePDFScholar
2024

E2ENet: Dynamic Sparse Feature Fusion for Accurate and Efficient 3D Medical Image Segmentation

NeurIPS 2024poster

Deep neural networks have evolved as the leading approach in 3D medical image segmentation due to their outstanding performance. However, the ever-increasing model size and computational cost of deep neural networks have become the primary barriers to deploying them on real-world, resource-limited h…

2022

Deep Ensembling with No Overhead for either Training or Testing: The All-Round Blessings of Dynamic Sparsity

ICLR 2022poster

The success of deep ensembles on improving predictive performance, uncertainty estimation, and out-of-distribution robustness has been extensively studied in the machine learning literature. Albeit the promising results, naively training multiple deep neural networks and combining their predictions…

2022

Dynamic Sparse Network for Time Series Classification: Learning What to “See”

NeurIPS 2022accept

The receptive field (RF), which determines the region of time series to be “seen” and used, is critical to improve the performance for time series classification (TSC). However, the variation of signal scales across and within time series data, makes it challenging to decide on proper RF sizes for T…

2022

Dynamic Sparse Training for Deep Reinforcement Learning

IJCAI 2022poster

Deep reinforcement learning (DRL) agents are trained through trial-and-error interactions with the environment. This leads to a long training time for dense neural networks to achieve good performance. Hence, prohibitive computation and memory resources are consumed. Recently, learning efficient DRL…