paper-with-me

Papers

Generalizable Visual Reinforcement Learning with Segment Anything Model

2023-12-28 · Ziyu Wang, Yanjie Ze, Yifei Sun, Zhecheng Yuan, Huazhe Xu

Learning policies that can generalize to unseen environments is a fundamental challenge in visual reinforcement learning (RL). While most current methods focus on acquiring robust visual representations through auxiliary supervision, pre-training, or data augmentation, the potential of modern vision foundation models remains underleveraged. In this work, we introduce Segment Anything Model for Generalizable visual RL (SAM-G), a novel framework that leverages the promptable segmentation ability of Segment Anything Model (SAM) to enhance the generalization capabilities of visual RL agents. We utilize image features from DINOv2 and SAM to find correspondence as point prompts to SAM, and then SAM produces high-quality masked images for agents directly. Evaluated across 8 DMControl tasks and 3 Adroit tasks, SAM-G significantly improves the visual generalization ability without altering the RL agents' architecture but merely their observations. Notably, SAM-G achieves 44% and 29% relative improvements on the challenging video hard setting on DMControl and Adroit respectively, compared to state-of-the-art methods. Video and code: https://yanjieze.com/SAM-G/

📄 PDF Abstract BibTeX arXiv:2312.17116

Code (1)

wadiuvatzy/sam-g 공식 구현

Tasks

Data Augmentationmodelreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SAM 설명 없음

Similar Papers 제목 키워드 기반

LENS: Learning to Segment Anything with Unified Reinforced Reasoning

2025-08-19 · Lianghui Zhu, Bin Ouyang, Yuxuan Zhang, Tianheng Cheng 외 arxiv

Text-prompted image segmentation enables fine-grained visual understanding and is critical for applications such as human-computer interaction and robotics. However, existing supervised fine-tuning methods typically igno…

Image Segmentation

Tokenize Anything via Prompting

2023-12-14 · Ting Pan, Lulu Tang, Xinlong Wang, Shiguang Shan

We present a unified, promptable model capable of simultaneously segmenting, recognizing, and captioning anything. Unlike SAM, we aim to build a versatile region representation in the wild via visual prompting. To achiev…

DecoderVisual Prompting

SAM2RL: Towards Reinforcement Learning Memory Control in Segment Anything Model 2

2025-07-11 · Alen Adamyan, Tomáš Čížek, Matej Straka, Klara Janouskova 외 arxiv

Segment Anything Model 2 (SAM 2) has demonstrated strong performance in object segmentation tasks and has become the state-of-the-art for visual object tracking. The model stores information from previous frames in a mem…

Reinforcement LearningVisual Object TrackingObject Segmentation

SAMamba3D: adapting Segment Anything for generalizable 3D segmentation of multiphase pore-scale images

2026-04-29 · Rui Zhang, Xianzhi Song, Linqi Zhu, Branko Bijeljic 외 arxiv

Reliable segmentation of multiphase pore-scale X-ray images of rocks is necessary to quantify fluid saturation, connectivity, and interfacial geometry. However, current 3D segmentation methods are typically dataset-speci…

MobileSAM2: Lightweight Segment Anything for Spatial Intelligence

2026-07-14 · Kai Jiang, Jiaxing Huang, Jingyi Zhang, Weiying Xie 외 arxiv

The recent large video foundation model, SAM2, enables segment anything in both images and videos, serving as a powerful base model for various applications. However, many of such use cases require to operate on resource…

Knowledge Distillation