Mobile
Research papers, repositories, and articles about mobile
Showing 3 of 3 items
Accelerating Gemini Nano Models on Pixel with Frozen Multi-Token Prediction
Google shows how "frozen" multi-token prediction lets small on-device Gemini Nano models generate several tokens per step while staying accurate. This shrinks latency and power use on phones. If you care about edge deployment, the design details here are directly reusable. ([research.google](https://research.google/blog/?utm_source=openai))
AgentProg: Empowering Long-Horizon GUI Agents with Program-Guided Context Management
Reframes GUI agent interaction history as a program with variables and control flow, using this structure to decide what to retain or discard in context. Combined with a global belief-state mechanism, AgentProg significantly improves long-horizon task success on AndroidWorld and a new benchmark, avoiding the context bloat and semantic loss that plague prior compression schemes. ([arxiv.org](https://arxiv.org/abs/2512.10371?utm_source=openai))
google-ai-edge/gallery
Showcases on-device ML and generative AI demos that run locally. Good starting point if you want examples of production-ready edge AI apps.