← Latest papers
💻 computer science

Remember-R1: Mitigating Long-Context Visual Forgetting through Reinforcement Learning

Remember-R1 is a reinforcement learning framework that mitigates long-context visual forgetting in multimodal large language models by applying process-level supervision to encourage sustained visual evidence usage throughout complex reasoning trajectories.

Original authors: Jianmin Chen, Jiaqi Tang, Wei Wei, Xiaogang Xu, Jiafei Wu, Zhe Liu, Qianzhou Wang, Yingying Yan, Botong Geng, Yuyang Xia, Lei Zhang, Qifeng Chen

Published 2026-08-04
📖 5 min read🧠 Deep dive

Original authors: Jianmin Chen, Jiaqi Tang, Wei Wei, Xiaogang Xu, Jiafei Wu, Zhe Liu, Qianzhou Wang, Yingying Yan, Botong Geng, Yuyang Xia, Lei Zhang, Qifeng Chen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a super-smart robot to solve a mystery by looking at a single, complex picture. You tell the robot, "Look at this image and tell me what's happening." At first, the robot is a detective on high alert, staring intently at every detail in the photo. But as the robot starts talking, writing out its long, step-by-step thoughts, something strange happens. The longer it talks, the more it seems to forget the picture entirely. It starts relying on its own previous words, guessing what might be in the image based on how stories usually go, rather than what is actually there. This is a problem for a new generation of "Multimodal Large Language Models" (MLLMs)—AI systems that can see and read. They are getting better at complex reasoning, but they have a glitch: as their "chain of thought" gets longer, they suffer from "visual forgetting." They drift away from the visual evidence, leading to wrong answers even when the picture holds the truth. Scientists care about this because if these AI models can't keep their eyes on the prize while they think, they can't be trusted for serious tasks like solving math problems with diagrams or understanding medical scans.

Enter Remember-R1, a clever new training method designed to keep the robot's eyes glued to the picture, no matter how long the story gets. Think of the AI's reasoning process as a long road trip. In the past, researchers tried to fix the forgetting problem by constantly stopping the car to show the driver the map again (re-introducing the image), which was slow and clunky. Others tried to ask the driver to make up a list of things they thought they saw and check that list later, but that was like checking a proxy note instead of the actual road. Remember-R1 takes a different approach. Instead of changing the trip or adding stops, it acts like a strict but helpful coach riding in the back seat, whispering rewards to the driver while they are driving.

The paper proposes a system called Remember-R1 that uses a technique called Reinforcement Learning to train these models. The core idea is to supervise the model's "thought process" directly, rather than just grading the final answer. The researchers designed three specific "rewards" to encourage the model to stay grounded in the image:

  1. The "Keyword Hunter" Reward: The model gets points for explicitly mentioning specific, annotated details it found in the image (like "blue sphere" or "tiny cube") throughout its reasoning. It's like a game where the driver gets a bonus for spotting and naming every specific landmark they pass, ensuring they aren't just making things up.
  2. The "Memory Keeper" Reward: This reward punishes the model if it starts paying less attention to the image as the conversation gets longer. The goal is to keep the "visual attention" steady from the first step to the last, preventing the model from drifting into a daydream where it relies only on its own text.
  3. The "Spotlight" Reward: This ensures the model isn't just looking at the image randomly; it must focus its attention on the specific parts of the picture that actually answer the question. If the question is about a red car, the model gets rewarded for keeping its "spotlight" on the red car, not the background trees.

The authors tested Remember-R1 on two different sizes of AI models (3 billion and 7 billion parameters) across seven different benchmarks, including math, logic, and general visual understanding. The results suggest that this method works. The models trained with Remember-R1 consistently performed better than their untrained counterparts and other existing methods. For example, on the MathVista benchmark, the 3B model improved its score from 51.90 to 65.50, and the 7B model jumped from 62.30 to 69.80.

Crucially, the paper shows that this improvement isn't just about getting the right answer at the end; it's about how the model gets there. By analyzing the models' "attention," the researchers found that Remember-R1 slows down the rate at which the model forgets the image. While standard models tend to lose interest in the picture halfway through their reasoning, Remember-R1 models keep their gaze fixed on the visual evidence much longer. The paper explicitly rules out the idea that simply re-showing the image to the model during the process is the best solution, noting that it is too expensive and breaks the flow of reasoning. Instead, they argue that training the model to maintain its own visual focus through these specific rewards is the more effective path.

In short, Remember-R1 suggests that by rewarding AI models for being good "visual detectives" throughout their entire thought process—spotting keywords, keeping their memory fresh, and focusing on the right spots—we can stop them from forgetting what they are looking at. This doesn't just make them smarter at math or logic; it makes them more reliable observers of the world, ensuring that their long, complex stories are always rooted in the truth of the picture they are seeing.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →