paper-with-me

Papers

ROSE: Retrieval-Oriented Segmentation Enhancement

2026-04-15 · Song Tang, Guangquan Jie, Henghui Ding, Yu-Gang Jiang arxiv

Existing segmentation models based on multimodal large language models (MLLMs), such as LISA, often struggle with novel or emerging entities due to their inability to incorporate up-to-date knowledge. To address this challenge, we introduce the Novel Emerging Segmentation Task (NEST), which focuses on segmenting (i) novel entities that MLLMs fail to recognize due to their absence from training data, and (ii) emerging entities that exist within the model's knowledge but demand up-to-date external information for accurate recognition. To support the study of NEST, we construct a NEST benchmark using an automated pipeline that generates news-related data samples for comprehensive evaluation. Additionally, we propose ROSE: Retrieval-Oriented Segmentation Enhancement, a plug-and-play framework designed to augment any MLLM-based segmentation model. ROSE comprises four key components. First, an Internet Retrieval-Augmented Generation module is introduced to employ user-provided multimodal inputs to retrieve real-time web information. Then, a Textual Prompt Enhancer enriches the model with up-to-date information and rich background knowledge, improving the model's perception ability for emerging entities. Furthermore, a Visual Prompt Enhancer is proposed to compensate for MLLMs' lack of exposure to novel entities by leveraging internet-sourced images. To maintain efficiency, a WebSense module is introduced to intelligently decide when to invoke retrieval mechanisms based on user input. Experimental results demonstrate that ROSE significantly boosts performance on the NEST benchmark, outperforming a strong Gemini-2.0 Flash-based retrieval baseline by 19.2 in gIoU.

📄 PDF Abstract BibTeX arXiv:2604.14147

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ROSE: A Recognition-Oriented Speech Enhancement Framework in Air Traffic Control Using Multi-Objective Learning

2023-12-11 · Xincheng Yu, Dongyue Guo, Jianwei Zhang, Yi Lin

Radio speech echo is a specific phenomenon in the air traffic control (ATC) domain, which degrades speech quality and further impacts automatic speech recognition (ASR) accuracy. In this work, a time-domain recognition-o…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Speech Enhancementspeech-recognition+1

Logic-Oriented Retriever Enhancement via Contrastive Learning

2026-02-01 · Wenxuan Zhang, Yuan-Hao Jiang, Changyong Qi, Rui Jia 외 arxiv

Large language models (LLMs) struggle in knowledge-intensive tasks, as retrievers often overfit to surface similarity and fail on queries involving complex logical relations. The capacity for logical analysis is inherent…

Contrastive Learning

A Scenario-Oriented Benchmark for Assessing AIOps Algorithms in Microservice Management

2024-07-09 · Yongqian Sun, Jiaju Wang, Zhengdan Li, Xiaohui Nie 외

AIOps algorithms play a crucial role in the maintenance of microservice systems. Many previous benchmarks' performance leaderboard provides valuable guidance for selecting appropriate algorithms. However, existing AIOps …

Management

Retrieving Continuous Time Event Sequences using Neural Temporal Point Processes with Learnable Hashing

2023-07-13 · Vinayak Gupta, Srikanta Bedathur, Abir De

Temporal sequences have become pervasive in various real-world applications. Consequently, the volume of data generated in the form of continuous time-event sequence(s) or CTES(s) has increased exponentially in the past …

Point ProcessesRetrievalTemporal Sequences

Beyond the Reranker: Do RAG Retrieval Enhancements Help Once a Strong Reranker Is Present?

2026-06-14 · Sadanand Singh, Allam Reddy, Manan Chopra arxiv

Retrieval-augmented generation (RAG) is routinely extended with methods meant to improve retrieval: query expansion, hierarchical and cross-document summarization, graph-based expansion, per-query routing, rank fusion, a…

Document Summarization