English

RefOnce: Distilling References into a Prototype Memory for Referring Camouflaged Object Detection

Computer Vision and Pattern Recognition 2025-11-27 v1

Abstract

Referring Camouflaged Object Detection (Ref-COD) segments specified camouflaged objects in a scene by leveraging a small set of referring images. Though effective, current systems adopt a dual-branch design that requires reference images at test time, which limits deployability and adds latency and data-collection burden. We introduce a Ref-COD framework that distills references into a class-prototype memory during training and synthesizes a reference vector at inference via a query-conditioned mixture of prototypes. Concretely, we maintain an EMA-updated prototype per category and predict mixture weights from the query to produce a guidance vector without any test-time references. To bridge the representation gap between reference statistics and camouflaged query features, we propose a bidirectional attention alignment module that adapts both the query features and the class representation. Thus, our approach yields a simple, efficient path to Ref-COD without mandatory references. We evaluate the proposed method on the large-scale R2C7K benchmark. Extensive experiments demonstrate competitive or superior performance of the proposed method compared with recent state-of-the-arts. Code is available at https://github.com/yuhuan-wu/RefOnce.

Keywords

Cite

@article{arxiv.2511.20989,
  title  = {RefOnce: Distilling References into a Prototype Memory for Referring Camouflaged Object Detection},
  author = {Yu-Huan Wu and Zi-Xuan Zhu and Yan Wang and Liangli Zhen and Deng-Ping Fan},
  journal= {arXiv preprint arXiv:2511.20989},
  year   = {2025}
}

Comments

11 pages, 5 figure, 6 tables

R2 v1 2026-07-01T07:55:25.868Z