← Search

Alexey Tumanov

6 accepted papers

2026

KLAS: Using Similarity to Stitch Neural Networks for an Improved Accuracy-Efficiency Tradeoff

ICLR 2026poster

Given the wide range of deployment targets, flexible model selection is essential for optimizing performance within a given compute budget. Recent work demonstrates that stitching pretrained models within a model family enables cost-effective interpolation of the accuracy-efficiency tradeoff space.…

Cited by 0SourceScholar
2025

RocketKV: Accelerating Long-Context LLM Inference via Two-Stage KV Cache Compression

ICML 2025poster

Transformer-based Large Language Models rely critically on the KV cache to efficiently handle extended contexts during the decode phase. Yet, the size of the KV cache grows proportionally with the input length, burdening both memory bandwidth and capacity as decoding progresses. To address this chal…

Cited by 0SourcePDFScholar
2024

DεpS: Delayed ε-Shrinking for Faster Once-For-All Training

ECCV 2024poster

"CNNs are increasingly deployed across different hardware, dynamic environments, and low-power embedded devices. This has led to the design and training of CNN architectures with the goal of maximizing accuracy subject to such variable deployment constraints. As the number of deployment scenarios gr…

2024

SuperFedNAS: Cost-Efficient Federated Neural Architecture Search for On-Device Inference

ECCV 2024poster

"Neural Architecture Search (NAS) for Federated Learning (FL) is an emerging field. It automates the design and training of Deep Neural Networks (DNNs) when data cannot be centralized due to privacy, communication costs, or regulatory restrictions. Recent federated NAS methods not only reduce manual…

2022

UnfoldML: Cost-Aware and Uncertainty-Based Dynamic 2D Prediction for Multi-Stage Classification

NeurIPS 2022accept

Machine Learning (ML) research has focused on maximizing the accuracy of predictive tasks. ML models, however, are increasingly more complex, resource intensive, and costlier to deploy in resource-constrained environments. These issues are exacerbated for prediction tasks with sequential classificat…

Cited by 3SourcePDFScholar
2021

CompOFA – Compound Once-For-All Networks for Faster Multi-Platform Deployment

ICLR 2021poster

The emergence of CNNs in mainstream deployment has necessitated methods to design and train efficient architectures tailored to maximize the accuracy under diverse hardware and latency constraints. To scale these resource-intensive tasks with an increasing number of deployment targets, Once-For-All…