REVIEW 2 major objections 5 minor 89 references
Explicit frequency-spatial collaboration in a DETR raises small-object AP by about 7 points on drone and aerial benchmarks.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-11 07:49 UTC pith:O5X4TUDT
load-bearing objection Solid empirical DETR upgrade for aerial SOD: three coherent frequency-spatial modules deliver real ~6.5 AP / ~7 APS gains on VisDrone and AITODv2 with clean ablations and code. the 2 major comments →
FSDC-DETR: A Frequency-Spatial Domain Collaborative DETR for Small Object Detection
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Existing DETR-style detectors for small objects suffer because spatial aggregation and downsampling entangle with implicit frequency aliasing and truncation; explicitly constructing, propagating, and preserving complementary frequency-spatial representations with DBFSAF, SFS-FF and FSD-Down recovers the high-frequency cues needed for precise small-object localization and yields state-of-the-art gains of roughly 6–7 AP on VisDrone-DET2019 and AITODv2.
What carries the argument
The frequency-spatial collaborative pipeline (DBFSAF for adaptive dual-branch spectral fusion and partial refinement, SFS-FF for bidirectional shunt fusion inside the hybrid encoder, and FSD-Down for learnable wavelet-grouped downsampling) that keeps high-frequency sub-bands alive while features move across scales.
Load-bearing premise
The main reason current hybrid DETR encoders miss small objects is that they erase high-frequency detail during ordinary spatial fusion and downsampling; if the real bottleneck is elsewhere (context, queries, or labels), the frequency modules would not produce the reported gains.
What would settle it
Replace FSD-Down and the frequency shunt with ordinary strided convolution and concatenation while keeping every other architectural choice identical; if small-object AP on VisDrone and AITOD no longer rises by several points, the frequency-preservation claim fails.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes FSDC-DETR, a DETR-style detector for small object detection that explicitly models complementary frequency and spatial representations. Built on a dual-branch DEIMv2-style backbone (CNN + DINOv3 ViT), it introduces three modules: DBFSAF (FDConv + partial frequency-spatial refinement with MKSRU/FPU) to diversify and preserve high-frequency cues at fusion; SFS-FF inside a hybrid encoder that shunts features into FFT-based frequency and spatial refine paths for cross-scale aggregation; and FSD-Down, a learnable wavelet/grouped-convolution downsampler that retains high-frequency sub-bands during scale transitions. On VisDrone-DET2019 and AITODv2 (800 imes800), the method reports SOTA AP of 31.1 / 32.3, with APS gains of +6.8 / +6.9 over DEIMv2-L, supported by module ablations, a partial-ratio study, frequency-response plots, and qualitative detections. Code is released.
Significance. If the reported gains hold under standard multi-seed evaluation, the work is a solid empirical contribution to real-time DETR-style SOD. It targets a recognized failure mode (high-frequency attenuation in multi-scale fusion) with a coherent three-stage pipeline, demonstrates large APS lifts on two hard aerial benchmarks against recent YOLO and DETR baselines at multiple scales, and provides additive ablations plus a public implementation. The combination of dual-branch frequency-aware fusion, FFT shunt fusion, and wavelet-style dynamic downsampling is a useful architectural pattern for the community even if residual gains partly arise from capacity or training recipe.
major comments (2)
- Table 1 and §4.4 report single-run AP numbers without error bars, multiple random seeds, or variance estimates. Given that the central claim is a ~6.4–6.6 AP (and ~6.8–6.9 APS) SOTA margin over strong DETR baselines, at least 3-seed means ± std (or an equivalent multi-run protocol) on the official test splits are needed to establish that the gains are stable rather than run-specific.
- §4.2 and Table 1 compare FSDC-DETR (40.3 M) primarily against DEIMv2-L (32 M) and other L/X variants, while the training recipe (MixUp/Mosaic/CopyBlend, dense O2O schedule, 100 epochs, 800×800) is inherited from DEIMv2. A capacity-matched or FLOPs-matched control (e.g., DEIMv2-L with extra multi-scale fusion layers or width scaling to ~40 M under the identical recipe) is required to isolate the contribution of DBFSAF/SFS-FF/FSD-Down from parameter count and optimization differences; the supplement mention of an enhanced DEIMv2-L baseline should be moved into the main Table 1 or an expanded ablation.
minor comments (5)
- Fig. 1 frequency-response curves lack axis units, exact layer/channel selection protocol, and a quantitative bandwidth or high-frequency energy metric; a short methods note would make the spectral claim more reproducible.
- Eqs. (1)–(6) and (10)–(13) introduce several free scalars (γ, α, β, ρ) and channel splits (C/2, 3C/8, C/8); a compact hyper-parameter table or default values in the main text would aid re-implementation.
- Notation is slightly inconsistent (F^P_L / F^P_H vs. Fin / ˆFin; Partial_γ vs. γ in text); unify symbols across §3.2–3.4.
- Related Work §2.3 could more explicitly position FSD-Down against HWD and UAV-DETR’s frequency-focused downsampling beyond the brief contrast in §3.4.
- Minor typos and formatting: “state-of-the-artperformance”, missing spaces around citations, and occasional line-break artifacts in the arXiv PDF.
Circularity Check
No significant circularity: empirical architecture paper whose SOTA claims rest on held-out test metrics and additive ablations, not on self-definitional equations or fitted-as-prediction steps.
full rationale
FSDC-DETR is a standard computer-vision architecture paper. Its central claim is empirical (AP +6.4 / +6.6 and APS +6.8 / +6.9 on the official VisDrone-DET2019 and AITODv2 test splits relative to DEIMv2-L and other published DETR/YOLO baselines). The three modules (DBFSAF Eqs. 1–9, SFS-FF Eqs. 10–11, FSD-Down Eqs. 12–13) are design choices that introduce learnable frequency-spatial operators; none of them defines a target metric in terms of itself, nor do they fit a free parameter on a subset of the evaluation data and then re-label that fit as a prediction. Table 2 shows complementary, additive lifts when the modules are stacked; Fig. 1 is a qualitative spectral illustration, not a fitted constant. Self-citations (DEIMv2, RT-DETR, FDConv, SFS-Conv, HWD, etc.) supply architectural priors and baselines; they are not uniqueness theorems that force the reported AP numbers. Because the derivation chain never reduces a claimed result to its own inputs by construction, the circularity score is 0.
Axiom & Free-Parameter Ledger
free parameters (3)
- partial ratio γ in DBFSAF =
0.5
- learnable scalars α, β, ρ
- AdamW learning rate / weight decay / batch size / epochs =
5e-4 / 1.25e-4 / 64 / 100
axioms (3)
- domain assumption High-frequency components are critical for small-object localization and are systematically attenuated by conventional multi-scale fusion and strided convolution.
- domain assumption ViT branches act as low-pass filters while CNN branches preserve high-frequency content, so explicit frequency-aware fusion is required.
- standard math Standard DETR set-prediction loss, bipartite matching, and multi-scale feature pyramid assumptions hold.
invented entities (3)
-
DBFSAF (Dual-Branch Frequency-Spatial Adaptive Fusion)
no independent evidence
-
SFS-FF (Shunt Frequency-Spatial Feature Fusion)
no independent evidence
-
FSD-Down (Frequency-Spatial Dynamic Downsampling)
no independent evidence
read the original abstract
Small object detection (SOD) remains a challenging task in real-world applications. Despite recent advances, existing detectors remain limited by rigid processing that entangle spatial aggregation with implicit frequency aliasing and truncation, leading to inadequate preservation of high-frequency components for SOD. To tackle these limitations, we propose a Frequency-Spatial Domain Collaborative Detection Transformer (FSDC-DETR), a novel collaborative framework that explicitly models complementary spatial and frequency representations. Specifically, we first introduce Dual-Branch Frequency-Spatial Adaptive Fusion (DBFSAF) to enhance frequency diversity and adaptively capture frequency-spatial domain discriminative representations. Building on these representations, a frequency-spatial interaction scheme is further explored within the hybrid encoder to enable progressive feature propagation to the decoder. In particular, structure-aware frequency-spatial aggregation is achieved through Shunt Frequency-Spatial Feature Fusion (SFS-FF), establishing bidirectional interaction and progressive cross-scale propagation between frequency and spatial representations for coherent discriminative modeling. Meanwhile, informative high-frequency responses are preserved during scale transitions through Frequency-Spatial Dynamic Downsampling (FSD-Down), thereby minimizing frequency degradation throughout multi-scale fusion for the precise SOD. Experimental results demonstrate that FSDC-DETR achieves state-of-the-art performance, improving AP by 6.4 on VisDrone-DET2019 and 6.6 on AITODv2, with gains of 6.8 and 6.9 AP for small objects. The code is available at github.com/nevereverinsomnia/FSDC-DETR.
Figures
Reference graph
Works this paper leans on
-
[1]
In: 2021 IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition Workshops (CVPRW)
Abello, A.A., Hirata, R., Wang, Z.: Dissecting the high-frequency bias in con- volutional neural networks. In: 2021 IEEE/CVF Conference on Computer Vi- sion and Pattern Recognition Workshops (CVPRW). pp. 863–871 (2021).https: //doi.org/10.1109/CVPRW53098.2021.00096
-
[2]
In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Bian, J., Feng, M., Dong, W., Wu, F., Luo, J., Wang, Y., Shi, G.: Feature infor- mation driven position gaussian distribution estimation for tiny object detection. In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 30376–30386 (2025).https://doi.org/10.1109/CVPR52734.2025. 02828
-
[3]
arXiv preprint arXiv:2511.16719 (2025)
Carion, N., Gustafson, L., Hu, Y.T., Debnath, S., Hu, R., Suris, D., Ryali, C., Alwala,K.V.,Khedr,H.,Huang,A.,etal.:Sam3:Segmentanythingwithconcepts. arXiv preprint arXiv:2511.16719 (2025)
Pith/arXiv arXiv 2025
-
[4]
In: Vedaldi, A., Bischof, H., Brox, T., Frahm, J.M
Carion, N., Massa, F., Synnaeve, G., Usunier, N., Kirillov, A., Zagoruyko, S.: End-to-end object detection with transformers. In: Vedaldi, A., Bischof, H., Brox, T., Frahm, J.M. (eds.) Computer Vision – ECCV 2020. pp. 213–229. Springer International Publishing, Cham (2020)
2020
-
[5]
In: 2021 IEEE/CVF International Conference on Computer Vision (ICCV)
Caron, M., Touvron, H., Misra, I., Jegou, H., Mairal, J., Bojanowski, P., Joulin, A.: Emerging properties in self-supervised vision transformers. In: 2021 IEEE/CVF International Conference on Computer Vision (ICCV). pp. 9630–9640 (2021). https://doi.org/10.1109/ICCV48922.2021.00951
-
[6]
Chen, L., Fu, Y., Gu, L., Yan, C., Harada, T., Huang, G.: Frequency-aware feature fusion for dense image prediction. IEEE Transactions on Pattern Analysis and Machine Intelligence46(12), 10763–10780 (2024).https://doi.org/10.1109/ TPAMI.2024.3449959
arXiv 2024
-
[7]
Chen, L., Fu, Y., Gu, L., Zheng, D., Dai, J.: Spatial frequency modulation for se- mantic segmentation. IEEE Transactions on Pattern Analysis and Machine Intelli- gence47(11), 9767–9784 (2025).https://doi.org/10.1109/TPAMI.2025.3592621
-
[8]
In: 2025 IEEE/CVF International Conference on Computer Vision (ICCV)
Chen,L.,Gu,L.,Fu,Y.:Frequency-dynamicattentionmodulationfordensepredic- tion. In: 2025 IEEE/CVF International Conference on Computer Vision (ICCV). pp. 22620–22632 (2025).https://doi.org/10.1109/ICCV51701.2025.02100
-
[11]
IEEE Trans- actions on Pattern Analysis and Machine Intelligence47(6), 4240–4252 (2025)
Chen, Y., Yuan, X., Wang, J., Wu, R., Li, X., Hou, Q., et al.: Yolo-ms: Rethink- ing multi-scale representation learning for real-time object detection. IEEE Trans- actions on Pattern Analysis and Machine Intelligence47(6), 4240–4252 (2025). https://doi.org/10.1109/TPAMI.2025.3538473
-
[12]
Cheng, Y., Cao, Y., Yao, H., Luo, W., Jiang, C., Zhang, H., Shen, W.: A comprehensive survey for real-world industrial surface defect detection: Chal- lenges, approaches, and prospects. Journal of Manufacturing Systems84, 152– 172 (2026).https://doi.org/https://doi.org/10.1016/j.jmsy.2025.11.022, https://www.sciencedirect.com/science/article/pii/S02786125...
-
[13]
Cong, R., Chen, Z., Fang, H., Kwong, S., Zhang, W.: Breaking barriers, localizing saliency: A large-scale benchmark and baseline for condition-constrained salient object detection. IEEE Transactions on Pattern Analysis and Machine Intelligence 48(4), 4167–4183 (2026).https://doi.org/10.1109/TPAMI.2025.3642893
-
[14]
arXiv preprint arXiv:2103.05959 (2021)
Cui, C., Guo, R., Du, Y., He, D., Li, F., Wu, Z., Liu, Q., Wen, S., Huang, J., Hu, X., et al.: Beyond self-supervision: A simple yet effective network distillation alternative to improve backbones. arXiv preprint arXiv:2103.05959 (2021)
Pith/arXiv arXiv 2021
-
[15]
In: 2019 IEEE/CVF International Conference on Computer Vision Workshop (ICCVW)
Du, D., Zhu, P., Wen, L., Bian, X., Lin, H., Hu, Q., et al.: Visdrone-det2019: The vision meets drone object detection in image challenge results. In: 2019 IEEE/CVF International Conference on Computer Vision Workshop (ICCVW). pp. 213–226 (2019).https://doi.org/10.1109/ICCVW.2019.00030
-
[16]
Nature Communications15(1), 1347 (2024)
Fan, W., Yang, Y., Qi, J., Zhang, Q., Liao, C., Wen, L., et al.: A deep-learning- based framework for identifying and localizing multiple abnormalities and assessing cardiomegaly in chest x-ray. Nature Communications15(1), 1347 (2024)
2024
-
[17]
In: 2021 IEEE/CVF Conference on Computer Vision and Pattern Recog- nition (CVPR)
Ghiasi, G., Cui, Y., Srinivas, A., Qian, R., Lin, T.Y., Cubuk, E.D., Le, Q.V., Zoph, B.: Simple copy-paste is a strong data augmentation method for instance segmen- tation. In: 2021 IEEE/CVF Conference on Computer Vision and Pattern Recog- nition (CVPR). pp. 2917–2927 (2021).https://doi.org/10.1109/CVPR46437. 2021.00294
-
[18]
In: 2015 IEEE International Conference on Computer Vision (ICCV)
Girshick, R.: Fast r-cnn. In: 2015 IEEE International Conference on Computer Vision (ICCV). pp. 1440–1448 (2015).https://doi.org/10.1109/ICCV.2015.169
-
[19]
Pearson Education India (2009)
Gonzalez, R.C.: Digital image processing. Pearson Education India (2009)
2009
-
[20]
In: Proceedings of the 35th International Conference on Neural Information Processing Systems
He, J., Erfani, S., Ma, X., Bailey, J., Chi, Y., Hua, X.S.: Alpha-iou: a family of power intersection over union losses for bounding box regression. In: Proceedings of the 35th International Conference on Neural Information Processing Systems. NIPS ’21, Curran Associates Inc., Red Hook, NY, USA (2021)
2021
-
[21]
IEEE Transactions on Geoscience and Remote Sensing63, 1–19 (2025)
Hu, L., Yuan, J., Cheng, B., Xu, Q.: Csfpr-rtdetr: Real-time small object detec- tion network for uav images based on cross-spatial-frequency domain and position relation. IEEE Transactions on Geoscience and Remote Sensing63, 1–19 (2025). https://doi.org/10.1109/TGRS.2025.3601828
-
[22]
Artificial Intelligence Review58(6), 162 (2025)
Hua, W., Chen, Q.: A survey of small object detection based on deep learning in aerial images. Artificial Intelligence Review58(6), 162 (2025)
2025
-
[23]
arXiv preprint arXiv:2502.01303 (2025)
Huang, H., Xia, T., Ren, P., et al.: Partial channel network: Compute fewer, per- form better. arXiv preprint arXiv:2502.01303 (2025)
Pith/arXiv arXiv 2025
-
[24]
arXiv preprint arXiv:2509.20787 (2025)
Huang, S., Hou, Y., Liu, L., Yu, X., Shen, X.: Real-time object detection meets dinov3. arXiv preprint arXiv:2509.20787 (2025)
arXiv 2025
-
[25]
In: 2025 IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR)
Huang, S., Lu, Z., Cun, X., Yu, Y., Zhou, X., Shen, X.: Deim: Detr with im- proved matching for fast convergence. In: 2025 IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR). pp. 15162–15171 (2025).https: //doi.org/10.1109/CVPR52734.2025.01412
-
[26]
In: 2023 IEEE/CVF International Conference on Computer Vision (ICCV)
Huang, Z., Zhang, Z., Lan, C., Zha, Z.J., Lu, Y., Guo, B.: Adaptive frequency fil- ters as efficient global token mixers. In: 2023 IEEE/CVF International Conference on Computer Vision (ICCV). pp. 6026–6036 (2023).https://doi.org/10.1109/ ICCV51070.2023.00556
arXiv 2023
-
[27]
arXiv preprint arXiv:2407.20892 (2024)
Khanam, R., Hussain, M.: What is yolov5: A deep look into the internal features of the popular object detector. arXiv preprint arXiv:2407.20892 (2024)
Pith/arXiv arXiv 2024
-
[28]
arXiv preprint arXiv:2410.17725 (2024)
Khanam, R., Hussain, M.: Yolov11: An overview of the key architectural enhance- ments. arXiv preprint arXiv:2410.17725 (2024)
Pith/arXiv arXiv 2024
-
[29]
arXiv preprint arXiv:2506.17733 (2025) 18 Liu et al
Lei, M., Li, S., Wu, Y., Hu, H., Zhou, Y., Zheng, X., Ding, G., Du, S., Wu, Z., Gao, Y.: Yolov13: Real-time object detection with hypergraph-enhanced adaptive visual perception. arXiv preprint arXiv:2506.17733 (2025) 18 Liu et al
Pith/arXiv arXiv 2025
-
[30]
In: 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Li, F., Zeng, A., Liu, S., Zhang, H., Li, H., Zhang, L., et al.: Lite detr : An in- terleaved multi-scale encoder for efficient detr. In: 2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 18558–18567 (2023). https://doi.org/10.1109/CVPR52729.2023.01780
-
[31]
In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Li, H., Wu, Z., Shao, R., Zhang, T., Fu, Y.: Noise calibration and spatial-frequency interactive network for stem image enhancement. In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 21287–21296 (2025). https://doi.org/10.1109/CVPR52734.2025.01983
-
[32]
In: 2025 IEEE/CVF International Con- ference on Computer Vision (ICCV)
Li, J., Wu, H., Qin, J.: Weaveseg: Iterative contrast-weaving and spectral feature- refining for nuclei instance segmentation. In: 2025 IEEE/CVF International Con- ference on Computer Vision (ICCV). pp. 21984–21993 (2025).https://doi.org/ 10.1109/ICCV51701.2025.02041
-
[33]
In: 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Li, K., Wang, D., Hu, Z., Zhu, W., Li, S., Wang, Q.: Unleashing channel potential: Space-frequency selection convolution for sar object detection. In: 2024 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 17323– 17332 (2024).https://doi.org/10.1109/CVPR52733.2024.01640
-
[34]
In: 2023 IEEE/CVF International Conference on Computer Vision (ICCV)
Li, Y., Hou, Q., Zheng, Z., Cheng, M.M., Yang, J., Li, X.: Large selective kernel network for remote sensing object detection. In: 2023 IEEE/CVF International Conference on Computer Vision (ICCV). pp. 16748–16759 (2023).https://doi. org/10.1109/ICCV51070.2023.01540
-
[35]
arXiv preprint arXiv:2510.25257 (2025)
Liao, Z., Zhao, Y., Shan, X., Yan, Y., Liu, C., Lu, L., Ji, X., Chen, J.: Rt-detrv4: Painlessly furthering real-time object detection with vision foundation models. arXiv preprint arXiv:2510.25257 (2025)
arXiv 2025
-
[36]
In: Proceedings of the 33rd ACM International Conference on Multimedia
Liu, H., Jia, C., Shi, F., Cheng, X., Shi, M., Xie, X., et al.: Lidar: Lightweight adaptive cue-aware fusion vision mamba for multimodal segmentation of structural cracks. In: Proceedings of the 33rd ACM International Conference on Multimedia. p. 1832–1841. MM ’25, Association for Computing Machinery, New York, NY, USA (2025).https://doi.org/10.1145/37460...
-
[37]
Lv,S.,Liang,T.,Zhang,K.,Jiang,S.,Ouyang,B.,Li,Q.,Li,X.:Alightweighthier- archical aggregation task alignment network for industrial surface defect detection. Expert Systems with Applications263, 125727 (2025).https://doi.org/https: //doi.org/10.1016/j.eswa.2024.125727,https://www.sciencedirect.com/ science/article/pii/S0957417424025946
-
[38]
arXiv preprint arXiv:2407.17140 (2024)
Lv, W., Zhao, Y., Chang, Q., Huang, K., Wang, G., Liu, Y.: Rt-detrv2: Improved baseline with bag-of-freebies for real-time detection transformer. arXiv preprint arXiv:2407.17140 (2024)
Pith/arXiv arXiv 2024
-
[39]
In: 2021 IEEE/CVF International Conference on Computer Vision (ICCV)
Meng, D., Chen, X., Fan, Z., Zeng, G., Li, H., Yuan, Y., et al.: Conditional detr for fast training convergence. In: 2021 IEEE/CVF International Conference on Computer Vision (ICCV). pp. 3631–3640 (2021).https://doi.org/10.1109/ ICCV48922.2021.00363
arXiv 2021
-
[40]
arXiv preprint arXiv:2304.07193 (2023)
Oquab, M., Darcet, T., Moutakanni, T., Vo, H., Szafraniec, M., Khalidov, V., Fernandez, P., Haziza, D., Massa, F., El-Nouby, A., et al.: Dinov2: Learning robust visual features without supervision. arXiv preprint arXiv:2304.07193 (2023)
Pith/arXiv arXiv 2023
-
[41]
Park, N., Kim, S.: How do vision transformers work? arXiv preprint arXiv:2202.06709 (2022)
Pith/arXiv arXiv 2022
-
[42]
In: Proceedings of the AAAI Conference on Artificial Intelligence (AAAI)
Paul, S., Chen, P.Y.: Vision transformers are robust learners. In: Proceedings of the AAAI Conference on Artificial Intelligence (AAAI). vol. 36, pp. 2071–2081 (2022)
2071
-
[43]
In: International Conference on Learning Representations
Peng, Y., Li, H., Wu, P., Zhang, Y., Sun, X., Wu, F.: D-fine: Redefine regression task of detrs as fine-grained distribution refinement. In: International Conference on Learning Representations. vol. 2025, pp. 44015–44031 (2025) FSDC-DETR 19
2025
-
[44]
John Wiley & Sons (2000)
Pitas, I.: Digital image processing algorithms and applications. John Wiley & Sons (2000)
2000
-
[45]
In: 2021 IEEE/CVF International Conference on Computer Vision (ICCV)
Qin, Z., Zhang, P., Wu, F., Li, X.: Fcanet: Frequency channel attention networks. In: 2021 IEEE/CVF International Conference on Computer Vision (ICCV). pp. 763–772 (2021).https://doi.org/10.1109/ICCV48922.2021.00082
-
[46]
In: 2025 IEEE/CVF International Conference on Computer Vision Workshops (ICCVW)
Rahman, M.M., Marculescu, R.: Mk-unet: Multi-kernel lightweight cnn for medical image segmentation. In: 2025 IEEE/CVF International Conference on Computer Vision Workshops (ICCVW). pp. 1053–1062 (2025).https://doi.org/10.1109/ ICCVW69036.2025.00114
arXiv 2025
-
[47]
arXiv preprint arXiv:2601.17237 (2026)
Ranzinger, M., Heinrich, G., McCarthy, C., Kautz, J., Tao, A., Catanzaro, B., Molchanov, P.: C-radiov4 (tech report). arXiv preprint arXiv:2601.17237 (2026)
arXiv 2026
-
[48]
Ren, K., Li, Z., Du, Y., Han, H., Wu, Y.: Fii-detr: Few-shot object detection with fully information interaction. Inf. Fusion127(PA) (Jun 2026).https://doi.org/ 10.1016/j.inffus.2025.103728,https://doi.org/10.1016/j.inffus.2025. 103728
-
[50]
arXiv preprint arXiv:2511.09554 (2025)
Robinson, I., Robicheaux, P., Popov, M., Ramanan, D., Peri, N.: Rf-detr: neural architecture search for real-time detection transformers. arXiv preprint arXiv:2511.09554 (2025)
arXiv 2025
-
[51]
arXiv preprint arXiv:2509.25164 (2025)
Sapkota, R., Cheppally, R.H., Sharda, A., Karkee, M.: Yolo26: key architectural enhancements and performance benchmarking for real-time object detection. arXiv preprint arXiv:2509.25164 (2025)
arXiv 2025
-
[52]
Sapkota, R., Karkee, M.: Object detection with multimodal large vision-language models: An in-depth review. Information Fusion126, 103575 (2026).https: //doi.org/https://doi.org/10.1016/j.inffus.2025.103575,https://www. sciencedirect.com/science/article/pii/S1566253525006475
-
[54]
Shi, Z., Hu, J., Ren, J., Ye, H., Yuan, X., Ouyang, Y., He, J., Ji, B., Guo, J.: Hs-fpn: high frequency and spatial perception fpn for tiny object detection. In: Proceedings of the Thirty-Ninth AAAI Conference on Artificial Intelligence and Thirty-Seventh Conference on Innovative Applications of Artificial Intelli- gence and Fifteenth Symposium on Educati...
-
[55]
arXiv preprint arXiv:2601.08602 (2026)
Shu, Z., Wu, J., Yan, W., Liu, X., Zhang, H., Liu, C., Mao, Y., Chen, J.: Wave- former: Frequency-time decoupled vision modeling with wave equation. arXiv preprint arXiv:2601.08602 (2026)
arXiv 2026
-
[56]
arXiv preprint arXiv:2508.10104 (2025)
Siméoni, O., Vo, H.V., Seitzer, M., Baldassarre, F., Oquab, M., Jose, C., et al.: Dinov3. arXiv preprint arXiv:2508.10104 (2025)
Pith/arXiv arXiv 2025
-
[57]
Sun, H., Lv, L., Zhang, P., Tang, T., Tian, F., Sun, W., Lu, H.: Spatial-frequency enhanced mamba for multi-modal image fusion. IEEE Transactions on Image Pro- cessing34, 7684–7696 (2025).https://doi.org/10.1109/TIP.2025.3632221 20 Liu et al
-
[58]
In: 2025 IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR)
Sun, H., Wang, R., Li, Y., Yang, L., Lin, S., Cao, X., Zhang, B.: Set: Spectral enhancement for tiny object detection. In: 2025 IEEE/CVF Conference on Com- puter Vision and Pattern Recognition (CVPR). pp. 4713–4723 (2025).https: //doi.org/10.1109/CVPR52734.2025.00444
-
[59]
In: Leonardis, A., Ricci, E., Roth, S., Russakovsky, O., Sattler, T., Varol, G
Sun, Y., Xu, C., Yang, J., Xuan, H., Luo, L.: Frequency-spatial entanglement learning for camouflaged object detection. In: Leonardis, A., Ricci, E., Roth, S., Russakovsky, O., Sattler, T., Varol, G. (eds.) Computer Vision – ECCV 2024. pp. 343–360. Springer Nature Switzerland, Cham (2025)
2024
-
[60]
Tatsunami, Y., Taki, M.: Fft-based dynamic token mixer for vision. In: Pro- ceedings of the Thirty-Eighth AAAI Conference on Artificial Intelligence and Thirty-Sixth Conference on Innovative Applications of Artificial Intelligence and Fourteenth Symposium on Educational Advances in Artificial Intelligence. AAAI’24/IAAI’24/EAAI’24, AAAI Press (2024).https:...
-
[61]
In: Belgrave, D., Zhang, C., Lin, H., Pascanu, R., Koniusz, P., Ghassemi, M., Chen, N
Tian, Y., Ye, Q., Doermann, D.: Yolov12: Attention-centric real-time object detec- tors. In: Belgrave, D., Zhang, C., Lin, H., Pascanu, R., Koniusz, P., Ghassemi, M., Chen, N. (eds.) Advances in Neural Information Processing Systems. vol. 38, pp. 78433–78457. Curran Associates, Inc. (2025),https://proceedings.neurips.cc/ paper _ files / paper / 2025 / fil...
2025
-
[62]
arXiv preprint arXiv:2301.10051 (2023)
Tong, Z., Chen, Y., Xu, Z., Yu, R.: Wise-iou: bounding box regression loss with dynamic focusing mechanism. arXiv preprint arXiv:2301.10051 (2023)
Pith/arXiv arXiv 2023
-
[63]
Varghese, R., M., S.: Yolov8: A novel object detection algorithm with enhanced performance and robustness. In: 2024 International Conference on Advances in Data Engineering and Intelligent Computing Systems (ADICS). pp. 1–6 (2024). https://doi.org/10.1109/ADICS58448.2024.10533619
-
[64]
In: Proceedings of the 38th International Conference on Neural Information Processing Systems
Wang, A., Chen, H., Liu, L., Chen, K., Lin, Z., Han, J., et al.: Yolov10: real-time end-to-end object detection. In: Proceedings of the 38th International Conference on Neural Information Processing Systems. NIPS ’24, Curran Associates Inc., Red Hook, NY, USA (2024)
2024
-
[65]
In: 2025 IEEE/CVF International Conference on Computer Vision (ICCV)
Wang, A., Liu, L., Chen, H., Lin, Z., Han, J., Ding, G.: Yoloe: Real-time seeing any- thing. In: 2025 IEEE/CVF International Conference on Computer Vision (ICCV). pp. 24591–24602 (2025).https://doi.org/10.1109/ICCV51701.2025.02280
-
[66]
In: Leonardis, A., Ricci, E., Roth, S., Russakovsky, O., Sattler, T., Varol, G
Wang, C.Y., Yeh, I.H., Mark Liao, H.Y.: Yolov9: Learning what you want to learn using programmable gradient information. In: Leonardis, A., Ricci, E., Roth, S., Russakovsky, O., Sattler, T., Varol, G. (eds.) Computer Vision – ECCV 2024. pp. 1–21. Springer Nature Switzerland, Cham (2025)
2024
-
[67]
In: 2020 IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR)
Wang, H., Wu, X., Huang, Z., Xing, E.P.: High-frequency component helps explain the generalization of convolutional neural networks. In: 2020 IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition (CVPR). pp. 8681–8691 (2020). https://doi.org/10.1109/CVPR42600.2020.00871
-
[68]
In: 2020 25th International Conference on Pattern Recognition (ICPR)
Wang, J., Yang, W., Guo, H., Zhang, R., Xia, G.S.: Tiny object detection in aerial images. In: 2020 25th International Conference on Pattern Recognition (ICPR). pp. 3791–3798 (2021).https://doi.org/10.1109/ICPR48806.2021.9413340
-
[69]
arXiv preprint arXiv:2203.05962 (2022)
Wang, P., Zheng, W., Chen, T., Wang, Z.: Anti-oversmoothing in deep vision trans- formers via the fourier domain analysis: From theory to practice. arXiv preprint arXiv:2203.05962 (2022)
Pith/arXiv arXiv 2022
-
[70]
In: 2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)
Wang, S., Xia, C., Lv, F., Shi, Y.: Rt-detrv3: Real-time end-to-end object de- tection with hierarchical dense positive supervision. In: 2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV). pp. 1628–1636 (2025). https://doi.org/10.1109/WACV61041.2025.00166 FSDC-DETR 21
-
[71]
In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recog- nition (CVPR)
Wang, Y., Wang, H., Wang, L., Wang, X., Zhu, L., Lu, W., et al.: Complementary advantages: Exploiting cross-field frequency correlation for nir-assisted image de- noising. In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recog- nition (CVPR). pp. 12679–12689 (2025).https://doi.org/10.1109/CVPR52734. 2025.01183
-
[72]
Wang, Z., Li, C., Xu, H., Zhu, X., Li, H.: Mamba yolo: a simple baseline for ob- ject detection with state space model. In: Proceedings of the Thirty-Ninth AAAI Conference on Artificial Intelligence and Thirty-Seventh Conference on Innova- tive Applications of Artificial Intelligence and Fifteenth Symposium on Educa- tional Advances in Artificial Intellig...
-
[73]
Wei, J., Li, Y., Fan, X., Ma, W., Qiu, M., Chen, H., Lei, W.: Sam-swin: Sam- driven dual-swin transformers with adaptive lesion enhancement for laryngo- pharyngeal tumor detection. Medical Image Analysis109, 103906 (2026).https: //doi.org/https://doi.org/10.1016/j.media.2025.103906,https://www. sciencedirect.com/science/article/pii/S1361841525004529
-
[74]
arXiv preprint arXiv:2504.15165 (2025)
Wenbin, L.: An efficient aerial image detection with variable receptive fields. arXiv preprint arXiv:2504.15165 (2025)
Pith/arXiv arXiv 2025
-
[75]
Xia, Q., zheng, L., Zhao, S., Huang, X., Wu, H., Wen, C., Wang, C.: Dota++: Unsupervisely and collaboratively detect objects from multi-agent observations with multi-modal prior constraints. IEEE Transactions on Pattern Analysis and Machine Intelligence48(7), 7467–7484 (2026).https://doi.org/10.1109/TPAMI. 2026.3664863
doi:10.1109/tpami 2026
-
[76]
In: Proceedings of the AAAI Conference on Artificial Intelligence
Xiao, Y., Xu, T., Xin, Y., Li, J.: Fbrt-yolo: Faster and better for real-time aerial image detection. In: Proceedings of the AAAI Conference on Artificial Intelligence. vol. 39, pp. 8673–8681 (2025)
2025
-
[77]
Xu, C., Wang, J., Yang, W., Yu, H., Yu, L., Xia, G.S.: Detecting tiny objects in aerial images: A normalized wasserstein distance and a new benchmark. ISPRS Journal of Photogrammetry and Remote Sensing190, 79–93 (2022).https:// doi.org/https://doi.org/10.1016/j.isprsjprs.2022.06.002,https://www. sciencedirect.com/science/article/pii/S0924271622001599
-
[78]
Pattern Recognition143, 109819 (2023).https://doi.org/https://doi.org/10.1016/j
Xu, G., Liao, W., Zhang, X., Li, C., He, X., Wu, X.: Haar wavelet downsampling: A simple but effective downsampling module for semantic segmentation. Pattern Recognition143, 109819 (2023).https://doi.org/https://doi.org/10.1016/j. patcog.2023.109819,https://www.sciencedirect.com/science/article/pii/ S0031320323005174
doi:10.1016/j 2023
-
[79]
In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Yan, F., Jiang, X., Lu, Y., Cao, J., Chen, D., Xu, M.: Wavelet and prototype aug- mented query-based transformer for pixel-level surface defect detection. In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 23860–23869 (2025).https://doi.org/10.1109/CVPR52734.2025.02222
-
[80]
In: 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)
Yang, C., Huang, Z., Wang, N.: Querydet: Cascaded sparse query for accel- erating high-resolution small object detection. In: 2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 13658–13667 (2022). https://doi.org/10.1109/CVPR52688.2022.01330
-
[81]
Yang, J., Liu, S., Wu, J., Su, X., Hai, N., Huang, X.: Pinwheel-shaped con- volution and scale-based dynamic loss for infrared small target detection. In: Proceedings of the Thirty-Ninth AAAI Conference on Artificial Intelligence and Thirty-Seventh Conference on Innovative Applications of Artificial Intelligence and Fifteenth Symposium on Educational Adva...
-
[82]
In: Proceedings of the 33rd International Conference on Neural Information Processing Systems
Yin, D., Lopes, R.G., Shlens, J., Cubuk, E.D., Gilmer, J.: A fourier perspective on model robustness in computer vision. In: Proceedings of the 33rd International Conference on Neural Information Processing Systems. Curran Associates Inc., Red Hook, NY, USA (2019)
2019
-
[83]
Pattern Recogni- tion148, 110152 (2024).https : / / doi
Zhan, J., Luo, Y., Guo, C., Wu, Y., Meng, J., Liu, J.: Yolopx: Anchor-free multi-task learning network for panoptic driving perception. Pattern Recogni- tion148, 110152 (2024).https : / / doi . org / https : / / doi . org / 10 . 1016 / j . patcog.2023.110152,https://www.sciencedirect.com/science/article/pii/ S003132032300849X
arXiv 2024
-
[84]
detr: Instructive multi-route training for detection transformers
Zhang, C.B., Zhong, Y., Han, K.: Mr. detr: Instructive multi-route training for detection transformers. In: 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). pp. 9933–9943 (2025).https://doi.org/10.1109/ CVPR52734.2025.00928
arXiv 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.