Search papers, labs, and topics across Lattice.
The paper introduces FailureMem, a multimodal automated program repair (MAPR) framework designed to overcome limitations in existing LLM-based repair systems. FailureMem incorporates a hybrid workflow-agent architecture for flexible reasoning, active perception tools for localized visual grounding, and a Failure Memory Bank to leverage past repair attempts. Experiments on SWE-bench Multimodal show FailureMem improves the resolved rate over GUIRepair by 3.7%.
Turning past programming failures into reusable knowledge boosts automated repair performance by 3.7% on a multimodal benchmark.
Multimodal Automated Program Repair (MAPR) extends traditional program repair by requiring models to jointly reason over source code, textual issue descriptions, and visual artifacts such as GUI screenshots. While recent LLM-based repair systems have shown promising results, existing approaches face several limitations: rigid workflow pipelines restrict exploration during debugging, visual reasoning is often performed over full-page screenshots without localized grounding, and failed repair attempts are rarely transformed into reusable knowledge. To address these challenges, we propose FailureMem, a multimodal repair framework that integrates three key mechanisms: a hybrid workflow-agent architecture that balances structured localization with flexible reasoning, active perception tools that enable region-level visual grounding, and a Failure Memory Bank that converts past repair attempts into reusable guidance. Experiments on SWE-bench Multimodal demonstrate FailureMem improves the resolved rate over GUIRepair by 3.7%.