CamoNAS: Neural Architecture Search for Enhanced Camouflaged Object Detection
Summary
Introduces CamoNAS, a frequency-aware multi-resolution Neural Architecture Search framework for camouflaged object detection, achieving state-of-the-art results on four benchmarks.
View Cached Full Text
Cached at: 07/03/26, 05:46 AM
# CamoNAS: Neural Architecture Search for Enhanced Camouflaged Object Detection Source: [https://arxiv.org/abs/2607.01870](https://arxiv.org/abs/2607.01870) [View PDF](https://arxiv.org/pdf/2607.01870) > Abstract: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\-designed architectures and multi\-scale feature fusion, which are often guided by intuition rather than systematic search\. This paper introduces CamoNAS, a frequency\-aware multi\-resolution Neural Architecture Search \(NAS\) framework for COD\. CamoNAS automatically searches both cell\-level operations and network\-level downsampling paths, forming a hierarchical search space tailored to detect camouflaged objects\. Additionally, it adopts an RGB frequency dual\-stream architecture, where a learnable wavelet transform complements the RGB spatial stream\. CamoNAS achieves state\-of\-the\-art performance on four COD benchmarks \(CAMO, COD10K, NC4K, CHAMELEON\), highlighting the effectiveness of NAS for COD\. Our code is available at[this https URL](https://github.com/rendaweiSIMIT/CamoNAS)\. ## Submission history From: Dawei Ren \[[view email](https://arxiv.org/show-email/c4d619d8/2607.01870)\] **\[v1\]**Thu, 2 Jul 2026 08:25:51 UTC \(3,715 KB\)
Similar Articles
RF-DETR: Neural Architecture Search for Real-Time Detection Transformers
RF-DETR introduces a lightweight detection transformer that uses weight-sharing neural architecture search to achieve state-of-the-art real-time object detection, outperforming prior methods on COCO and Roboflow100-VL while running up to 20x faster.
On-Device Neural Architecture Search
Proposes a lightweight neural architecture search performed directly on the deployment device for near-sensor computing, validated on sEMG sign language and fault diagnosis datasets, achieving improved accuracy and reduced RAM occupancy.
Neural Architecture Search for Generative Adversarial Networks: A Comprehensive Review and Critical Analysis
This paper provides a comprehensive review of Neural Architecture Search (NAS) methods applied to Generative Adversarial Networks (GANs), categorizing approaches and highlighting benefits and limitations.
FusionSense: Tri-Stage Near-Sensor Learning for Runtime-Adaptive Multimodal Edge Intelligence
FusionSense introduces a tri-stage near-sensor learning framework for multimodal edge intelligence that jointly reduces compute and communication by using fusion-aware filtering, achieving up to 33× energy savings and significant data-reduction gains on RGB-Depth/LiDAR tasks.
@DataChaz: @NVIDIA just dropped LocateAnything, making object detection ~10x faster by fixing one core bottleneck: How the model w…
NVIDIA released LocateAnything, an open-source model that achieves ~10x faster object detection by predicting all coordinates simultaneously instead of sequentially, reaching 12.7 FPS on a single H100 and outperforming 32B parameter models.