Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

When W4A4 Breaks Camouflaged Object Detection: Token-Group Dual-Constraint Activation Quantization

About

Camouflaged object detection (COD) segments objects that intentionally blend with the background, so predictions depend on subtle texture and boundary cues. COD is often needed under tight on-device memory and latency budgets, making low-bit inference highly desirable. However, COD is unusually hard to quantify aggressively. We study post-training W4A4 quantization of Transformer-based COD and find a task-specific cliff: heavy-tailed background tokens dominate a shared activation range, inflating the step size and pushing weak-but-structured boundary cues into the zero bin. This exposes a token-local bottleneck -- remove cross-token range domination and bound the zero-bin mass under 4-bit activations. To address this, we introduce COD-TDQ, a COD-aware Token-group Dual-constraint activation Quantization method. COD-TDQ addresses this token-local bottleneck with two coupled steps: Direct-Sum Token-Group (DSTG) assigns token-group scales to suppress cross-token range domination, and Dual-Constraint Range Projection (DCRP) projects each token-group clip range to keep the step-to-dispersion ratio and the zero-bin mass bounded. Across four COD benchmarks and two baseline models (CFRN and ESCNet), COD-TDQ consistently achieves an S{\alpha}score more than 0.12 higher than that of the state-of-the-art quantization method without retraining. The code will be released.

Tianqi Li, Wenyu Fang, Xin He, Xue Geng, Xu Cheng, Yun Liu• 2026

Related benchmarks

TaskDatasetResultRank
Camouflaged Object DetectionCOD10K (test)
S-measure (S_alpha)0.802
306
Camouflaged Object DetectionCOD10K
S-measure (S_alpha)0.8539
217
Camouflaged Object DetectionChameleon
S-measure (S_alpha)88.99
207
Camouflaged Object DetectionNC4K
MAE0.0312
72
Camouflaged Object DetectionNC4K
S_alpha88.1
31
Camouflaged Object DetectionCAMO (test)
S_alpha81.3
18
Camouflaged Object DetectionCAMO
85.28
14
Camouflaged Object DetectionCAMO
0.8528
4
Camouflaged Object DetectionNC4K
Sα Score88.13
4
Showing 9 of 9 rows

Other info

Follow for update