paper-with-me

홈 › Papers

Micro Language Models Enable Instant Responses

2026-04-21 · Wen Cheng, Tuochao Chen, Karim Helwani, Sriram Srinivasan, Luke Zettlemoyer, Shyamnath Gollakota arxiv

Edge devices such as smartwatches and smart glasses cannot continuously run even the smallest 100M-1B parameter language models due to power and compute constraints, yet cloud inference introduces multi-second latencies that break the illusion of a responsive assistant. We introduce micro language models ($μ$LMs): ultra-compact models (8M-30M parameters) that instantly generate the first 4-8 words of a contextually grounded response on-device, while a cloud model completes it; thus, masking the cloud latency. We show that useful language generation survives at this extreme scale with our models matching several 70M-256M-class existing models. We design a collaborative generation framework that reframes the cloud model as a continuator rather than a respondent, achieving seamless mid-sentence handoffs and structured graceful recovery via three error correction methods when the local opener goes wrong. Empirical results show that $μ$LMs can initiate responses that larger models complete seamlessly, demonstrating that orders-of-magnitude asymmetric collaboration is achievable and unlocking responsive AI for extremely resource-constrained devices. The model checkpoint and demo are available at https://github.com/Sensente/micro_language_model_swen_project.

📄 PDF Abstract BibTeX arXiv:2604.19642

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Machine learning strategies for path-planning microswimmers in turbulent flows

2019-10-03 · Jaya Kumar Alageshan, Akhilesh Kumar Verma, Jérémie Bec, Rahul Pandit

We develop an adversarial-reinforcement learning scheme for microswimmers in statistically homogeneous and isotropic turbulent fluid flows, in both two (2D) and three dimensions (3D). We show that this scheme allows micr…

BIG-bench Machine LearningPositionReinforcement LearningReinforcement Learning (RL)

Crowdsourcing Pareto-Optimal Object Finding by Pairwise Comparisons

2014-09-15 · Abolfazl Asudeh, Gensheng Zhang, Naeemul Hassan, Chengkai Li 외

This is the first study on crowdsourcing Pareto-optimal object finding, which has applications in public opinion collection, group decision making, and information exploration. Departing from prior studies on crowdsourci…

Decision MakingObjectQuestion Selection

Robustness and Overcoming Brittleness of AI-Enabled Legal Micro-Directives: The Role of Autonomous Levels of AI Legal Reasoning

2020-08-31 · Lance Eliot

Recent research by legal scholars suggests that the law might inevitably be transformed into legal micro-directives consisting of legal rules that are derived from legal standards or that are otherwise produced automatic…

Legal Reasoning

PuppetChat: Fostering Intimate Communication through Bidirectional Actions and Micronarratives

2026-02-23 · Emma Jiren Wang, Siying Hu, Zhicong Lu arxiv

As a primary channel for sustaining modern intimate relationships, instant messaging facilitates frequent connection across distances. However, today's tools often dilute care; they favor single tap reactions and vague e…

QuantAgent: Seeking Holy Grail in Trading by Self-Improving Large Language Model

2024-02-06 · Saizhuo Wang, Hang Yuan, Lionel M. Ni, Jian Guo

Autonomous agents based on Large Language Models (LLMs) that devise plans and tackle real-world challenges have gained prominence.However, tailoring these agents for specialized domains like quantitative investment remai…

Language ModelingLanguage ModellingLarge Language Model