paper-with-me

Papers

Text-to-seed generation: Training-free open-vocabulary seeded semantic segmentation via re-purposing diffusion as text-guided seed generator

2026-08-27 · Kumju Jo, Heesun Jung, Sungyong Baik arxiv

Open-vocabulary semantic segmentation (OVSS) aims to segment image regions corresponding to arbitrary text queries. Although the Segment Anything Model (SAM) is a powerful foundation model for segmentation, its standalone performance on OVSS remains limited. Existing methods therefore often use SAM to refine coarse masks predicted by other models, but this strategy is unreliable when the initial masks are inaccurate. In this work, we argue that more reliable segmentation can be achieved by exploiting SAM as a region expansion module guided by accurate object points (i.e., seeds) rather than inaccurate coarse masks. Inspired by classical seeded segmentation, we reformulate OVSS as text-guided seed localization followed by seed-based region expansion. To realize this idea, we propose Text-to-Seed (T2S), a training-free framework that leverages the text-to-region correspondence of Stable Diffusion to generate attention-based seed points for target categories described by text. These sparse seeds are then used as point prompts for SAM to produce full object masks. Without task-specific training or additional annotations, T2S achieves strong performance on standard OVSS benchmarks, demonstrating the effectiveness of combining semantic grounding with seed-driven spatial segmentation.

📄 PDF Abstract BibTeX arXiv:2608.26624

Code (2)

ZhuYingJessica/cv-daily ★ 47
arxivsub/arXivSub_daily_arxiv ★ 4

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Seed3D 2.0: Advancing High-Fidelity Simulation-Ready 3D Content Generation

2026-04-22 · Diandian Gu, Jing Lin, Gaohong Liu, Jiahang Liu 외 arxiv

We present Seed3D 2.0, an advanced 3D content generation system built on Seed3D 1.0, with substantial improvements across generation fidelity, simulation-ready capabilities, and application coverage. For geometry, a coar…

AutoRed: A Free-form Adversarial Prompt Generation Framework for Automated Red Teaming

2025-10-09 · Muxi Diao, Yutao Mou, Keqing He, Hanbo Song 외 arxiv

The safety of Large Language Models (LLMs) is crucial for the development of trustworthy AI applications. Existing red teaming methods often rely on seed instructions, which limits the semantic diversity of the synthesiz…

Red Teaming

A Seed-Augment-Train Framework for Universal Digit Classification

2019-03-27 · ICLR Workshop DeepGenStruct 2019 · Vinay Uday Prabhu, Sanghyun Han, Dian Ang Yap, Mihail Douhaniaris 외

In this paper, we propose a Seed-Augment-Train/Transfer (SAT) framework that contains a synthetic seed image dataset generation procedure for languages with different numeral systems using freely available open font file…

ClassificationDataset GenerationTransfer Learning

Fonts-2-Handwriting: A Seed-Augment-Train framework for universal digit classification

2019-05-16 · Vinay Uday Prabhu, Sanghyun Han, Dian Ang Yap, Mihail Douhaniaris 외

In this paper, we propose a Seed-Augment-Train/Transfer (SAT) framework that contains a synthetic seed image dataset generation procedure for languages with different numeral systems using freely available open font file…

Dataset GenerationGeneral ClassificationTransfer Learning

Boosting Text-to-Image Diffusion Models via Core Token Attention-Based Seed Selection

2026-05-19 · Yunzhe Zhang, Hongfu Liu, Pengyu Hong arxiv

Text-to-image diffusion models can synthesize high-quality images, yet the outcome is notoriously sensitive to the random seed: different initial seeds often yield large variations in image quality and prompt-image align…