Xinwei Sun, Chen Liu, Nong Sang, Yanwei Fu, Changxin Gao, Wenxiao Wu, Jing-Hao Xue, Chengming Xu
We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| Wu-Wenxiao/RH-Partial2Global | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| run_one_image | Ran | Wu-Wenxiao/RH-Partial2Global/evaluate/seggpt_engine.py pointer only (licence: NONE) · get_code("f15a48abef5626bc") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Visual In-Context Learning (VICL) has emerged as a prominent approach for adapting visual foundation models to novel tasks, by effectively exploiting contextual information embedded in in-context examples, which can be formulated as a global ranking problem of potential candidates. Current VICL methods, such as Partial2Global and VPR, are grounded in the similarity-priority assumption that images more visually similar to a query image serve as better in-context examples. This foundational assumption, while intuitive, lacks sufficient justification for its efficacy in selecting optimal in-context examples. Furthermore, Partial2Global constructs its global ranking from a series of randomly sampled pairwise preference predictions. Such a reliance on random sampling can lead to incomplete coverage and redundant samplings of comparisons, thus further adversely impacting the final global ranking. To address these issues, this paper introduces an enhanced variant of Partial2Global designed for reliable and holistic selection of in-context examples in VICL. Our proposed method, dubbed RH-Partial2Global, leverages a jackknife conformal prediction-guided strategy to construct reliable alternative sets and a covering design-based sampling approach to ensure comprehensive and uniform coverage of pairwise preferences. Extensive experiments demonstrate that RH-Partial2Global achieves excellent performance and outperforms Partial2Global across diverse visual tasks. The source code is available in https://github.com/Wu-Wenxiao/RH-Partial2Global.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2509.25989")
get_code_for_paper("2509.25989")
have("2509.25989")
Connect an agent — have() is free.