
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Apple Machine Learning Research</title>
      <link>https://machinelearning.apple.com</link>
      <description>Apple machine learning teams are engaged in state of the art research in machine learning and artificial intelligence. Learn about the latest advancements.</description>
      <language>en</language>
      <lastBuildDate>Thu, 09 Jul 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://machinelearning.apple.com/rss.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>incentivizing-temporal-awareness-egocentric</guid>
    <title>Incentivizing Temporal-Awareness in Egocentric Video Understanding Models</title>
    <link>https://machinelearning.apple.com/research/incentivizing-temporal-awareness-egocentric</link>
    <description>Multimodal large language models (MLLMs) have recently shown strong performance in visual understanding, yet they often lack temporal awareness, particularly in egocentric settings where reasoning depends on the correct ordering and evolution of events. This deficiency stems in part from training objectives that fail to explicitly reward temporal reasoning and instead rely on frame-level spatial shortcuts. To address this limitation, we propose Temporal Global Policy Optimization (TGPO), a reinforcement learning with verifiable rewards (RLVR) algorithm designed to incentivize temporal…</description>
    <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>self-reflective-program-search</guid>
    <title>Recursive Language Models Meet Uncertainty: The Surprising Effectiveness of Self-Reflective Program Search for Long Context</title>
    <link>https://machinelearning.apple.com/research/self-reflective-program-search</link>
    <description>Long-context handling remains a core challenge for language models: even with extended context windows, models often fail to reliably extract, reason over, and use the information across long contexts. Recent works like Recursive Language Models (RLMs) have approached this challenge by agentic way of decomposing long contexts into recursive sub-queries through programmatic interaction at inference. While promising, the success of RLMs critically depends on how these trajectories of context-interaction programs are selected, which has remained unexplored. In this paper, we study this problem…</description>
    <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>unmasking-on-policy-distillation</guid>
    <title>Unmasking On-Policy Distillation: Where It Helps, Where It Hurts, and Why</title>
    <link>https://machinelearning.apple.com/research/unmasking-on-policy-distillation</link>
    <description>On-policy distillation offers dense, per-token supervision for training reasoning models; however, it remains unclear under which conditions this signal is beneficial and under which it is detrimental. Which teacher model should be used, and in the case of self-distillation, which specific context should serve as the supervisory signal? Does the optimal choice vary from one token to the next? At present, addressing these questions typically requires costly training runs whose aggregate performance metrics obscure the dynamics at the level of individual tokens. We introduce a training-free…</description>
    <pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>sounding-video-generation</guid>
    <title>Taming Text-to-Sounding Video Generation via Advanced Modality Condition and Interaction</title>
    <link>https://machinelearning.apple.com/research/sounding-video-generation</link>
    <description>This study focuses on Text-to-Sounding-Video (T2SV) generation, which aims to generate a video with synchronized audio from text, with both modalities aligned to the text conditions. Despite progress in joint audio-video training, two critical challenges remain: (1) text conditioning is a bottleneck—shared captions (TV=TA) trigger modal interference, while a gap persists between dense training captions and concise inference user prompts, and (2) the optimal fusion mechanism for cross-modal feature interaction remains unclear. To address the first challenge, we first propose the…</description>
    <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>dynamics-fine-tuning-llms</guid>
    <title>DynaMiCS: Fine-Tuning LLMs with Performance Constraints Using Dynamic Mixtures</title>
    <link>https://machinelearning.apple.com/research/dynamics-fine-tuning-llms</link>
    <description>Multi-domain fine-tuning of large language models requires improving performance on target domains while preserving performance on constrained domains, such as general knowledge, instruction following, or safety evaluations. Existing data mixing strategies rely on fixed heuristics or adaptive rules that cannot explicitly enforce preservation of such capabilities. We propose DynaMiCS, a dynamic mixture optimizer that casts multi-domain fine-tuning as a constrained optimization problem. At each update, DynaMiCS performs short domain-specific probing runs to estimate a slope matrix of local…</description>
    <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>lensvlm-context-expansion</guid>
    <title>LensVLM: Selective Context Expansion for Compressed Visual Representation of Text</title>
    <link>https://machinelearning.apple.com/research/lensvlm-context-expansion</link>
    <description>Vision Language Models (VLMs) offer the exciting possibility of processing text as rendered images, bypassing the need for tokenizing the text into long token sequences. Since VLM image encoders map fixed-size images to a fixed number of visual tokens, varying rendering resolution provides a fine-grained compression knob. However, accuracy deteriorates quickly as compression increases: characters shrink below the vision encoder’s effective resolution, making them indistinguishable. To address this, we propose LensVLM, an inference framework and post-training recipe that enables VLMs to scan…</description>
    <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>mt-editflow-image-editing</guid>
    <title>MT-EditFlow: Reinforcement Learning for Multi-Turn Image Editing with Flow Matching</title>
    <link>https://machinelearning.apple.com/research/mt-editflow-image-editing</link>
    <description>Recent breakthroughs in instruction-based image editing have captured significant attention, as models are now capable of handling real-world editing demands with the practicality required by everyday users. However, editing models trained primarily for single-turn edits often break down in multi-turn editing—the natural interactive setting where a user iteratively refines an image based on the model’s own previous outputs. This failure stems from the all-or-nothing requirement, where a single failed turn compromises the entire sequence, and error propagation, where exposure bias leads to…</description>
    <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>weblica-visual-web-agents</guid>
    <title>Weblica: Scalable and Reproducible Training Environments for Visual Web Agents</title>
    <link>https://machinelearning.apple.com/research/weblica-visual-web-agents</link>
    <description>The web is complex, open-ended, and constantly changing, making it challenging to scale training data for visual web agents. Existing data collection attempts remain limited to offline trajectories for supervised fine-tuning or a handful of simulated environments for RL training, thus failing to capture web diversity. We propose Weblica (Web Replica), a framework for constructing reproducible and scalable web environments. Our framework leverages 1) HTTP-level caching to capture and replay stable visual states while preserving interactive behavior and 2) LLM-based environment synthesis…</description>
    <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>floweval-ui-evaluation</guid>
    <title>FlowEval: Reference-Based Evaluation of Generated User Interfaces</title>
    <link>https://machinelearning.apple.com/research/floweval-ui-evaluation</link>
    <description>While large language models (LLMs) and coding agents are often applied to user interface (UI) development, developers find it difficult to reliably assess their proficiency in visual and interaction design. Existing evaluations either rely on human experts, who can accurately assess usability by testing critical flows but are slow and costly, or on automated judges, which are scalable but less accurate and opaque. We present FlowEval, a reference-based framework that measures whether a generated UI supports realistic interaction flows by comparing navigation traces from real websites to traces…</description>
    <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
  </item>

  <item>
    <guid>single-neuron-safety-alignment</guid>
    <title>A Single Neuron Is Sufficient to Bypass Safety Alignment in Large Language Models</title>
    <link>https://machinelearning.apple.com/research/single-neuron-safety-alignment</link>
    <description>Safety alignment in language models operates through two mechanistically distinct systems: refusal neurons that gate whether harmful knowledge is expressed, and concept neurons that encode the harmful knowledge itself. By targeting a single neuron in each system, we demonstrate both directions of failure — bypassing safety on explicit harmful requests via suppression, and inducing harmful content from innocent prompts via amplification — across seven models spanning two families and 1.7B to 70B parameters, without any training or prompt engineering. Our findings suggest that safety alignment…</description>
    <pubDate>Tue, 07 Jul 2026 00:00:00 GMT</pubDate>
  </item>

    </channel>
  </rss>
