Papers › OV-PARTS: Towards Open-Vocabulary Part Segmentation

OV-PARTS: Towards Open-Vocabulary Part Segmentation

8 Oct 2023NeurIPS 2023 11arXiv:2310.05107archive 2025-07-28

Meng Wei, Xiaoyu Yue, Wenwei Zhang, Shu Kong, Xihui Liu, Jiangmiao Pang

Segmenting and recognizing diverse object parts is a crucial ability in applications spanning various computer vision and robotic tasks. While significant progress has been made in object-level Open-Vocabulary Semantic Segmentation (OVSS), i.e., segmenting objects with arbitrary text, the corresponding part-level research poses additional challenges. Firstly, part segmentation inherently involves intricate boundaries, while limited annotated data compounds the challenge. Secondly, part segmentation introduces an open granularity challenge due to the diverse and often ambiguous definitions of parts in the open world. Furthermore, the large-scale vision and language models, which play a key role in the open vocabulary setting, struggle to recognize parts as effectively as objects. To comprehensively investigate and tackle these challenges, we propose an Open-Vocabulary Part Segmentation (OV-PARTS) benchmark. OV-PARTS includes refined versions of two publicly available datasets: Pascal-Part-116 and ADE20K-Part-234. And it covers three specific tasks: Generalized Zero-Shot Part Segmentation, Cross-Dataset Part Segmentation, and Few-Shot Part Segmentation, providing insights into analogical reasoning, open granularity and few-shot adapting abilities of models. Moreover, we analyze and adapt two prevailing paradigms of existing object-level OVSS methods for OV-PARTS. Extensive experimental analysis is conducted to inspire future research in leveraging foundational models for OV-PARTS. The code and dataset are available at https://github.com/OpenRobotLab/OV_PARTS.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.05107")

Code

Syntology Ran 8 of 14 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

openrobotlab/ov_parts officialmentioned in paperjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 8 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran
6unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from openrobotlab/ov_parts. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

booleans_processing openrobotlab/ov_parts/transformers/modeling_tf_utils.py official repository ran no licence file found · pointer only · 743ceb9025a7955d · report
convert_pytorch_state_dict_to_flax openrobotlab/ov_parts/transformers/modeling_flax_pytorch_utils.py official repository ran no licence file found · pointer only · 5168a172bbb363a5 · report
dummy_loss openrobotlab/ov_parts/transformers/modeling_tf_utils.py official repository ran no licence file found · pointer only · 3c1eb64dde6b86af · report
infer_metric_tags_from_eval_results openrobotlab/ov_parts/transformers/modelcard.py official repository ran no licence file found · pointer only · dd8f7751ef859581 · report
keras_serializable openrobotlab/ov_parts/transformers/modeling_tf_utils.py official repository ran no licence file found · pointer only · 6a3959a0ffd36577 · report
parse_keras_history openrobotlab/ov_parts/transformers/modelcard.py official repository ran no licence file found · pointer only · a4491b45d19b7a39 · report
quick_gelu openrobotlab/ov_parts/transformers/modeling_flax_utils.py official repository ran fingerprinted no licence file found · pointer only · a66d2b78670c85e1 · report
rename_key_and_reshape_tensor openrobotlab/ov_parts/transformers/modeling_flax_pytorch_utils.py official repository ran no licence file found · pointer only · 61779b0406a59cfc · report
check_imports openrobotlab/ov_parts/transformers/dynamic_module_utils.py official repository unverified no licence file found · pointer only · f4075cdecbb730c5 · report
dtype_byte_size openrobotlab/ov_parts/transformers/modeling_flax_utils.py official repository unverified no licence file found · pointer only · 9d98806acb3144b7 · report
flax_shard_checkpoint openrobotlab/ov_parts/transformers/modeling_flax_utils.py official repository unverified no licence file found · pointer only · e3ce70ca9258800e · report
get_relative_import_files openrobotlab/ov_parts/transformers/dynamic_module_utils.py official repository unverified no licence file found · pointer only · 00cc853a73f3aeb6 · report
get_relative_imports openrobotlab/ov_parts/transformers/dynamic_module_utils.py official repository unverified no licence file found · pointer only · 450aeffe7f80f917 · report
is_hf_dataset openrobotlab/ov_parts/transformers/modelcard.py official repository unverified no licence file found · pointer only · ec7b1528a936234d · report

Tasks

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationSegmentationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections