paper-with-me

Papers

Scoring, Remember, and Reference: Catching Camouflaged Objects in Videos

2025-03-21 · Yuang Feng, Shuyong Gao, Fuzhen Yan, Yicheng Song, Lingyi Hong, Junjie Hu, Wenqiang Zhang

Video Camouflaged Object Detection (VCOD) aims to segment objects whose appearances closely resemble their surroundings, posing a challenging and emerging task. Existing vision models often struggle in such scenarios due to the indistinguishable appearance of camouflaged objects and the insufficient exploitation of dynamic information in videos. To address these challenges, we propose an end-to-end VCOD framework inspired by human memory-recognition, which leverages historical video information by integrating memory reference frames for camouflaged sequence processing. Specifically, we design a dual-purpose decoder that simultaneously generates predicted masks and scores, enabling reference frame selection based on scores while introducing auxiliary supervision to enhance feature extraction.Furthermore, this study introduces a novel reference-guided multilevel asymmetric attention mechanism, effectively integrating long-term reference information with short-term motion cues for comprehensive feature extraction. By combining these modules, we develop the Scoring, Remember, and Reference (SRR) framework, which efficiently extracts information to locate targets and employs memory guidance to improve subsequent processing. With its optimized module design and effective utilization of video data, our model achieves significant performance improvements, surpassing existing approaches by 10% on benchmark datasets while requiring fewer parameters (54M) and only a single pass through the video. The code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2503.17050

Code (0)

등록된 구현이 없습니다.

Tasks

object-detectionObject Detection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

FocusDiffuser: Perceiving Local Disparities for Camouflaged Object Detection

2024-07-18 · Jianwei Zhao, Xin Li, Fan Yang, Qiang Zhai 외

Detecting objects seamlessly blended into their surroundings represents a complex task for both human cognitive capabilities and advanced artificial intelligence algorithms. Currently, the majority of methodologies for d…

DenoisingObjectobject-detectionObject Detection

Referring Camouflaged Object Detection With Multi-Context Overlapped Windows Cross-Attention

2025-11-17 · Yu Wen, Shuyong Gao, Shuping Zhang, Miao Huang 외 arxiv

Referring camouflaged object detection (Ref-COD) aims to identify hidden objects by incorporating reference information such as images and text descriptions. Previous research has transformed reference images with salien…

Object Detection

Learning a Kinodynamic Trajectory Manifold for Impact-Aware Compliant Catching of Fast-Moving Objects

2026-05-27 · Guorui Pei, Mengshi Zhang, Xi Chen, Jinsong Wu 외 arxiv

Fast catching of free-flying objects is difficult because of short reaction time, impact uncertainty, and kinodynamic constraints. We use reinforcement learning in simulation to collect successful catching trajectories a…

Reinforcement Learning

Referring Camouflaged Object Detection

2023-06-13 · Xuying Zhang, Bowen Yin, Zheng Lin, Qibin Hou 외

We consider the problem of referring camouflaged object detection (Ref-COD), a new task that aims to segment specified camouflaged objects based on a small set of referring images with salient target objects. We first as…

Objectobject-detectionObject Detection

CamoFA: A Learnable Fourier-based Augmentation for Camouflage Segmentation

2023-08-29 · Minh-Quan Le, Minh-Triet Tran, Trung-Nghia Le, Tam V. Nguyen 외

Camouflaged object detection (COD) and camouflaged instance segmentation (CIS) aim to recognize and segment objects that are blended into their surroundings, respectively. While several deep neural network models have be…

Camouflage SegmentationDiversityGenerative Adversarial NetworkInstance Segmentation+3