paper-with-me

Papers

Frequency-Spatial Entanglement Learning for Camouflaged Object Detection

2024-09-03 · Yanguang Sun, Chunyan Xu, Jian Yang, Hanyu Xuan, Lei Luo

Camouflaged object detection has attracted a lot of attention in computer vision. The main challenge lies in the high degree of similarity between camouflaged objects and their surroundings in the spatial domain, making identification difficult. Existing methods attempt to reduce the impact of pixel similarity by maximizing the distinguishing ability of spatial features with complicated design, but often ignore the sensitivity and locality of features in the spatial domain, leading to sub-optimal results. In this paper, we propose a new approach to address this issue by jointly exploring the representation in the frequency and spatial domains, introducing the Frequency-Spatial Entanglement Learning (FSEL) method. This method consists of a series of well-designed Entanglement Transformer Blocks (ETB) for representation learning, a Joint Domain Perception Module for semantic enhancement, and a Dual-domain Reverse Parser for feature integration in the frequency and spatial domains. Specifically, the ETB utilizes frequency self-attention to effectively characterize the relationship between different frequency bands, while the entanglement feed-forward network facilitates information interaction between features of different domains through entanglement learning. Our extensive experiments demonstrate the superiority of our FSEL over 21 state-of-the-art methods, through comprehensive quantitative and qualitative comparisons in three widely-used datasets. The source code is available at: https://github.com/CSYSI/FSEL.

📄 PDF Abstract BibTeX arXiv:2409.01686

Code (1)

csysi/fsel 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Exploring Boundary-Aware Spatial-Frequency Fusion for Camouflaged Object Detection

2026-04-20 · Song Yu, Yang Hu, Haokang Ding, Zhifang Liao 외 arxiv

Camouflaged Object Detection is challenging due to the high degree of similarity between camouflaged objects and their surrounding backgrounds. Current COD methods mainly rely on edge extraction in the spatial domain and…

Boundary DetectionObject Detection

Frequency-Guided Spatial Adaptation for Camouflaged Object Detection

2024-09-19 · Shizhou Zhang, Dexuan Kong, Yinghui Xing, Yue Lu 외

Camouflaged object detection (COD) aims to segment camouflaged objects which exhibit very similar patterns with the surrounding environment. Recent research works have shown that enhancing the feature representation via …

Objectobject-detectionObject Detection

FMNet: Frequency-Assisted Mamba-Like Linear Attention Network for Camouflaged Object Detection

2025-03-14 · Ming Deng, Sijin Sun, Zihao Li, Xiaochuan Hu 외

Camouflaged Object Detection (COD) is challenging due to the strong similarity between camouflaged objects and their surroundings, which complicates identification. Existing methods mainly rely on spatial local features,…

DecoderMambaobject-detectionObject Detection

CamoNAS: Neural Architecture Search for Enhanced Camouflaged Object Detection

2026-07-02 · Dawei Ren, Yan Zhang, Hongying Tang, Qiaoling Zhou 외 arxiv

Camouflaged Object Detection (COD) aims to locate and segment objects that blend into their surroundings, presenting challenges due to weak edge cues and ill-defined boundaries. Traditional COD models rely on hand-design…

Neural Architecture SearchObject Detection

Frequency Perception Network for Camouflaged Object Detection

2023-08-17 · Runmin Cong, Mengyao Sun, Sanyi Zhang, Xiaofei Zhou 외

Camouflaged object detection (COD) aims to accurately detect objects hidden in the surrounding environment. However, the existing COD methods mainly locate camouflaged objects in the RGB domain, their performance has not…

Objectobject-detectionObject Detection