paper-with-me

Papers

Opt.Gear Technical Report

2026-08-02 · Juneyoung Park, Youngwook Kwon arxiv

We introduce Opt.Gear, a foundation model designed for efficient on-device deployment, real-tim inference, and strong task capability. It includes a dense model (1M, 270M, and 1B) with a context length of 64K. We designed a new hybrid architecture that combines a convolutional key-value gated mixer with local-global attention to reduce the KV-cache memory that tends to increase exponentially with long context. This architecture delivers up to X4.9 faster prefill and decoding speeds on the NPUs compared to models of a similar scale models. From a 2T tokens candidate corpus, Opt.Gear is trained on a curated 0.5T tokens subset without knowledge distillation. This is the most data-efficient of the existing foundation models. All models are released with open weights and deployment binaries for ONNX, Qualcomm NPU, and Apple ANE making Opt.Gear a practical base for edge applications that need fast, memory-efficient inference and strong task capabilities. Furthermore, to expand the ecosystem of on-device generative language models, we are introducing the Opt.Gear-1M that can be deployed on Micro-Controller Units (MCUs), a Tiny Language Model (TLM). Opt.Gear-1M is the first generative language model to achieve 20 TPS with W4A32 quantization on the ARM Cortex-M7 CPU of the STM32H747I-DISCO.

📄 PDF Abstract BibTeX arXiv:2608.01034

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

GeAR: Generation Augmented Retrieval

2025-01-06 · Haoyu Liu, Shaohan Huang, Jianfeng Liu, Yuefeng Zhan 외

Document retrieval techniques form the foundation for the development of large-scale information systems. The prevailing methodology is to construct a bi-encoder and compute the semantic similarity. However, such scalar …

RetrievalSemantic SimilaritySemantic Textual Similarity

GEAR: Gaze-Enabled Human-Robot Collaborative Assembly

2025-07-25 · Asad Ali Shahid, Angelo Moroncelli, Drazen Brscic, Takayuki Kanda 외 arxiv

Recent progress in robot autonomy and safety has significantly improved human-robot interactions, enabling robots to work alongside humans on various tasks. However, complex assembly tasks still present significant chall…

Fault Diagnosis of Helical Gear Box using Large Margin K-Nearest Neighbors Classifier using Sound Signals

2015-08-19 · M. Amarnath, S. Arunav, Hemantha Kumar, V. Sugumaran 외

Gear drives are one of the most widely used transmission system in many machinery. Sound signals of a rotating machine contain the dynamic information about its health conditions. Not much information available in the li…

DescriptiveFault DiagnosisGeneral Classification

MLSmellHound: A Context-Aware Code Analysis Tool

2022-05-08 · Jai Kannan, Scott Barnett, Luís Cruz, Anj Simmons 외

Meeting the rise of industry demand to incorporate machine learning (ML) components into software systems requires interdisciplinary teams contributing to a shared code base. To maintain consistency, reduce defects and e…

BIG-bench Machine Learning

Enhancing Reinforcement Learning for Radiology Report Generation with Evidence-aware Rewards and Self-correcting Preference Learning

2026-04-15 · Qin Zhou, Guoyan Liang, Qianyi Yang, Jingyuan Chen 외 arxiv

Recent reinforcement learning (RL) approaches have advanced radiology report generation (RRG), yet two core limitations persist: (1) report-level rewards offer limited evidence-grounded guidance for clinical faithfulness…

Reinforcement Learning