Pith. sign in

REVIEW 3 major objections 6 minor 69 references

Improving Generalization Performance of YOLOv8 for Camera Trap Object Detection

T0 review · 3 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read This thesis claims that adding a Global Attention Mechanism, a modified multi-scale feature fusion, and WIoUv3 loss to YOLOv8s improves generalization to never-before-seen camera trap locations, with Trans-Test mAP50 rising from 0.520 to…

desk verdict The claimed trans-location gain is a narrow, plausible result that needs seeds and a proper fusion ablation before anyone should lean on it. read the letter →

arxiv 2412.14211 v1 pith:UXS7ZLPW submitted 2024-12-18 cs.CV cs.LG

classification cs.CVcs.LG
keywords cameratrapobjectdetectionYOLOv8generalizationglobalattentionmechanismWIoUlossmulti-scalefeaturefusiontrans-locationevaluation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This thesis asks whether a one-stage detector trained on camera trap images can transfer to locations it never saw, and proposes three modifications to YOLOv8s: a Global Attention Mechanism (GAM) module, an extra multi-scale feature fusion path, and WIoUv3 bounding-box regression loss. In the evaluation on a camera trap benchmark split by location, the improved model raises mAP50 on never-seen trans-location test data from 0.520 to 0.541 (about a 4% relative gain) while accepting a drop on same-location test data from 0.813 to 0.772. If the result holds, it matters because conservation deployments typically put detectors in new habitats where background and camera placement differ from training sites, and a model that attends to animals rather than backgrounds would be more useful without site-specific retraining.

What carries the argument

The machinery is three coordinated modifications to YOLOv8s. The Global Attention Mechanism (GAM) is an attention block with a channel submodule (3D permutation plus a two-layer MLP) and a spatial submodule (two 7x7 convolutions); inserted at layer 9 it reweights features so the detector emphasizes object properties and suppresses background. The modified feature fusion adds the early C2f block's output at layer 2 to the neck's upsampling and concatenation path, preserving small-object detail. WIoUv3 replaces CIoU as the bounding-box regression loss; its dynamic non-monotonic focusing mechanism assigns small gradient gains both to very low- and very high-quality boxes, letting ordinary boxes drive optimization. The paper's argument is that each modification targets one of the three failure modes it identifies in the baseline: background leakage, lost fine-grained localization detail, and gradient suppression by numerous overlaps.

What would settle it

Train the eight combinations of the three modifications on the same camera trap benchmark with multiple seeds and with the empty category kept in the test sets, then compare Trans-Test mAP50; the central claim fails if the full model does not consistently beat the baseline.

Watch

Extended reading notes

Core claim

The paper's central claim is that a bundle of three architectural and loss changes improves generalization of YOLOv8s to novel camera trap locations. GAM, placed after the backbone's layer 9, suppresses background activation; feeding the C2f output of layer 2 into the neck preserves fine spatial detail lost by downsampling; and WIoUv3 down-weights low-quality bounding boxes during regression. The reported evidence is the Trans-Test mAP50 rising from 0.520 in the baseline to 0.541 in the improved model, together with Grad-CAM heatmaps showing the improved model's activations concentrated on the animal rather than the background. The paper also reports the trade: same-location Cis-Test mAP50 falls from 0.813 to 0.772.

Load-bearing premise

The central claim assumes that the Trans-Test mAP50 difference is a real measure of generalization and that the package of three modifications, rather than training noise or the removal of empty images, caused it.

Editorial extensions

If this is right

  • If the result holds, a detector trained on camera traps from one set of locations can be deployed at new sites with roughly a 4% relative gain in mAP50 over the stock model, without any training at the new site.
  • The ablation indicates the components interact: WIoUv3 alone improves Trans-Test mAP50 (0.528), GAM alone lowers it (0.496), and the combination reaches 0.541, so the attention module's benefit appears contingent on the loss change.
  • The improved model trades some same-location accuracy (Cis-Test mAP50 drops from 0.813 to 0.772) for better cross-location transfer, which is the intended trade when deployment sites are unknown.
  • The heatmap evidence suggests the improvement comes with a visible shift in what the network attends to: background activation seen in the baseline is suppressed in the improved model.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper does not isolate the modified multi-scale feature fusion in its ablation, so the individual contribution of adding the layer-2 C2f features to the neck is untested; a factorial ablation toggling each component would be needed to attribute the gain.
  • Because all empty images were removed from every set, the evaluation does not measure the false-trigger suppression that motivates the work; re-adding the empty category could change the precision and mAP numbers.
  • Each configuration appears to have been trained once; with typical YOLO run-to-run variance at the scale of the observed 0.021 mAP50 gap, seed-averaged runs are needed to confirm the claimed gain is not noise.
  • The heatmaps compare different layers (layer 21 in the baseline versus layer 28 in the improved model), so the visual claim that attention shifted from background to object would be stronger if the same layer were compared.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The thesis-style paper proposes three modifications to YOLOv8s for camera-trap object detection: inserting a Global Attention Mechanism (GAM) after the backbone, adding the C2f layer-2 feature map to the neck for modified multi-scale feature fusion, and replacing CIoU with the WIoUv3 bounding-box regression loss. Using a subset of the Caltech Camera Traps dataset with a held-out trans-location test set, the paper reports that the improved model reaches Trans-Test mAP50 of 0.541 versus 0.520 for the baseline, while Cis-Test mAP50 drops from 0.813 to 0.772. The contribution is presented as improved generalization to novel locations, supported by ablation experiments, Grad-CAM heatmaps, and qualitative examples on an internet-collected custom dataset.

Significance. If the reported improvement is reproducible across random seeds, the paper would provide a modest but useful demonstration that attention and loss-function changes can improve cross-location generalization on a standard camera-trap benchmark. The experimental design has genuine strengths: the trans-location test set is genuinely held out; the WIoUv3 hyperparameters are adopted from the original publication rather than tuned on the test set; and code and processed data are publicly linked. However, the central empirical claim is currently supported by one training run per configuration and by an ablation that never isolates one of the three proposed modifications, so the quantitative conclusion should be treated as preliminary until the missing evidence is supplied.

major comments (3)
  1. [§6.3, §6.4, §6.8 (Tables 6.6 and 6.7)] The headline generalization gain is based on a single training run per configuration. No random seed, repeated run, confidence interval, or significance test is reported anywhere in Chapter 6. The Trans-Test mAP50 difference is 0.021 (0.520 vs 0.541), while the same change reduces Cis-Test mAP50 by 0.041 (0.813 vs 0.772); the observed Trans-Test mAP50-95 gain is only 0.014. Given 180 epochs of stochastic training with augmentation, a 0.021 mAP50 gap is plausibly within run-to-run variance, and the drop on the in-domain split is larger than the claimed transfer gain. Please report results over at least three to five seeds, with mean and standard deviation or per-seed values, and a paired comparison or equivalent test. Without this, the Section 6.8 conclusion that the improved model performs much better on Trans-Test is not supported.
  2. [§4.2, §6.7, §6.8 (Table 6.8)] The ablation study does not isolate the modified multi-scale feature fusion. The rows are baseline, +WIoUv3, +GAM, and +GAM+WIoUv3; none varies the fusion component, and the full model evaluated in §6.4 includes all three modifications. If the last row is intended to include the modified fusion, the label does not say so, and the §6.8 discussion attributes the Trans-Test result to GAM and WIoUv3 only. As a result, the paper cannot attribute the reported gain to the package of three enhancements. Please add ablations that turn the fusion component on and off while keeping the other components fixed, and make the row labels explicit.
  3. [§6.1 (Tables 6.1 and 6.2), §6.8] All images without bounding-box annotations are removed from every split, including the test sets. Because empty frames are one of the defining challenges of camera-trap data (Section 1.2.1), the reported Trans-Test mAP measures a filtered object-detection task rather than end-to-end generalization to real camera-trap deployments. This does not necessarily invalidate the relative comparison, but it materially limits the real-world generalization claim. Please report an evaluation that includes the empty category, or explicitly justify and discuss the filtering as a limitation.
minor comments (6)
  1. [§6.8] The text states that the improved model achieves an improvement of 4%; since mAP50 rises from 0.520 to 0.541, the relative improvement is 4.0% while the absolute improvement is 0.021 mAP points. Please state both explicitly to avoid ambiguity.
  2. [§1.9] The thesis outline says 'You Only Live Once (YOLO) v8'; this should read 'You Only Look Once.'
  3. [§6.6 (Figures 6.19–6.24)] The heatmap comparison is qualitative and compares different layers (layer 21 for the baseline, layer 28 for the improved model) on only three images; please describe it as illustrative, or add quantitative measures of background activation.
  4. [§4.2] The modified feature fusion is described only as incorporating the output of the C2f module at Layer 2 into the neck; please specify the exact connection points, channel alignment, and resulting changes to the FPN/PAN structure so the architecture is reproducible without consulting the repository.
  5. [§6.9] The custom internet dataset evaluation is anecdotal; please report the number of images and quantitative metrics, or label it explicitly as a qualitative sanity check.
  6. [§5.2.6, Eq. (5.3)] The AP formula is not clear as typeset; please write the standard 101-point interpolation in conventional notation.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity found: the empirical claim is benchmarked against an external held-out Trans-Test set, and the added components are cited from independent prior work rather than derived from the paper's own outputs.

full rationale

The paper compares a baseline YOLOv8s with an improved variant (GAM attention, layer-2 feature fusion, WIoUv3 loss) on the Caltech Camera Traps subset of Beery et al., with a Trans-Test split from novel locations. The headline result, mAP50 rising from 0.520 to 0.541 on Trans-Test, is computed on an externally held-out test set that was not used to fit any parameter in the paper. The WIoUv3 hyperparameters (alpha=1.9, delta=3) are explicitly taken from the WIoU paper [56], and the GAM module is taken from [31]; neither is tuned on the test set and neither is a prior result of the present author. The modified feature fusion is described as adding the layer-2 C2f output into the neck, an architectural change rather than a redefinition of the metric. No load-bearing self-citation appears: the author's own contributions are the code repository and dataset split links in Appendix A, which are not used to justify the empirical result. There are legitimate methodological concerns, such as single training runs per configuration, no error bars, and the fact that the final model was selected after inspecting Trans-Test performance, but those are statistical validity issues rather than circular reasoning. The paper does not define its predictions in terms of its inputs, fit a parameter to a subset and then rename it as a prediction, or invoke any author-imported uniqueness theorem. Therefore the circularity score is 0.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The result relies on one external benchmark, standard YOLO training assumptions, hand-chosen WIoUv3 hyperparameters, an unspecified GAM reduction ratio, and the untested layer-2 fusion choice. No new physical or architectural entities are introduced beyond published modules.

free parameters (4)
  • WIoUv3 alpha = 1.9
    Outlier-degree exponent in the WIoUv3 focusing mechanism; Section 4.3.6 states the model performs superiorly at alpha=1.9, a value taken from the WIoU paper rather than fit to camera trap data.
  • WIoUv3 delta = 3
    Hyperparameter in the WIoUv3 focusing mechanism; taken from the original WIoU paper, not tuned on this dataset.
  • GAM spatial reduction ratio r = unspecified
    Section 4.1.2 says the spatial attention submodule reduces channels by a factor r but never states the value; readers must recover it from the code or the original GAM paper.
  • Evaluation confidence and IoU thresholds = confidence 0.25, IoU 0.45
    Section 6.2 fixes these thresholds for all reported precision, recall, and mAP values; different thresholds would change the numbers.
assumptions (4)
  • domain assumption The trans-location test split is a valid operational proxy for real-world generalization.
    The thesis follows Beery et al.'s CCT20 protocol, and the entire conclusion rests on Trans-Test mAP50 being the measure of generalization, introduced in Section 6.1.
  • ad hoc to paper Adding the C2f layer-2 output to the neck improves multi-scale fusion without introducing harmful noise.
    Section 4.2 justifies the change qualitatively and no separate ablation ever removes this component, so the conclusion assumes it is beneficial or at least neutral.
  • domain assumption Grad-CAM heatmaps faithfully indicate the features used for detection.
    Section 6.6 uses heatmap sharpness as evidence that GAM suppresses background, which assumes a known and contested interpretation of Grad-CAM as attribution.
  • domain assumption One 180-epoch training run per configuration is representative of that configuration's performance.
    Tables 6.6 and 6.7 report single runs with no seeds or repeats, so the comparison treats one run as the model's true performance.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Improving Generalization Performance of YOLOv8 for Camera Trap Object Detection." pith.science (2026). https://pith.science/paper/UXS7ZLPW

@misc{pith2026241214211,
  author       = {Pith},
  title        = {Pith review of: Improving Generalization Performance of YOLOv8 for Camera Trap Object Detection},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/UXS7ZLPW}},
  note         = {Machine review of arXiv:2412.14211}
}
read the original abstract

Camera traps have become integral tools in wildlife conservation, providing non-intrusive means to monitor and study wildlife in their natural habitats. The utilization of object detection algorithms to automate species identification from Camera Trap images is of huge importance for research and conservation purposes. However, the generalization issue, where the trained model is unable to apply its learnings to a never-before-seen dataset, is prevalent. This thesis explores the enhancements made to the YOLOv8 object detection algorithm to address the problem of generalization. The study delves into the limitations of the baseline YOLOv8 model, emphasizing its struggles with generalization in real-world environments. To overcome these limitations, enhancements are proposed, including the incorporation of a Global Attention Mechanism (GAM) module, modified multi-scale feature fusion, and Wise Intersection over Union (WIoUv3) as a bounding box regression loss function. A thorough evaluation and ablation experiments reveal the improved model's ability to suppress the background noise, focus on object properties, and exhibit robust generalization in novel environments. The proposed enhancements not only address the challenges inherent in camera trap datasets but also pave the way for broader applicability in real-world conservation scenarios, ultimately aiding in the effective management of wildlife populations and habitats.

Figures

Figures reproduced from arXiv: 2412.14211 by the authors.

Figure 2.1
Figure 2.1. YOLOv8s Model Structure. Diagram inspiration taken from Github User [PITH_FULL_IMAGE:figures/full_fig_p026_2_1.png] view at source ↗
Figure 2.2
Figure 2.2. Dataset image used for the visualization of the feature maps. [PITH_FULL_IMAGE:figures/full_fig_p027_2_2.png] view at source ↗
Figure 2.3
Figure 2.3. Visualization of feature maps produced by Conv Block at Layer 0 [PITH_FULL_IMAGE:figures/full_fig_p028_2_3.png] view at source ↗
Figures from the paper (65 more)
Figure 2.4
Figure 2.4. Figure 2.4: Visualization of feature maps produced by Conv Block at Layer 1 [PITH_FULL_IMAGE:figures/full_fig_p029_2_4.png]
Figure 2.5
Figure 2.5. Figure 2.5: Visualization of feature maps produced by Conv Block at Layer 3 [PITH_FULL_IMAGE:figures/full_fig_p030_2_5.png]
Figure 2.6
Figure 2.6. Figure 2.6: Visualization of feature maps produced by Conv Block at Layer 5 [PITH_FULL_IMAGE:figures/full_fig_p031_2_6.png]
Figure 2.7
Figure 2.7. Figure 2.7: Visualization of feature maps produced by Conv Block at Layer 7 [PITH_FULL_IMAGE:figures/full_fig_p032_2_7.png]
Figure 2.8
Figure 2.8. Figure 2.8: C2f Block Cross-Stage means splitting feature maps into different paths, two in this case, and processing them independently in the different stages to maintain feature diversity. 22 [PITH_FULL_IMAGE:figures/full_fig_p033_2_8.png]
Figure 2.9
Figure 2.9. Figure 2.9: Visualization of feature maps produced by C2f Block at Layer 2 [PITH_FULL_IMAGE:figures/full_fig_p035_2_9.png]
Figure 2.10
Figure 2.10. Figure 2.10: Visualization of feature maps produced by C2f Block at Layer 4 [PITH_FULL_IMAGE:figures/full_fig_p036_2_10.png]
Figure 2.11
Figure 2.11. Figure 2.11: Visualization of feature maps produced by C2f Block at Layer 6 [PITH_FULL_IMAGE:figures/full_fig_p037_2_11.png]
Figure 2.12
Figure 2.12. Figure 2.12: Visualization of feature maps produced by C2f Block at Layer 8 [PITH_FULL_IMAGE:figures/full_fig_p038_2_12.png]
Figure 2.13
Figure 2.13. Figure 2.13: SPPF Block During MaxPooling, Kernels (k) of size 5x5 and padding of size k//2 is used. 28 [PITH_FULL_IMAGE:figures/full_fig_p039_2_13.png]
Figure 2.14
Figure 2.14. Figure 2.14: Visualization of feature maps produced by SPPF Block at Layer 9 [PITH_FULL_IMAGE:figures/full_fig_p041_2_14.png]
Figure 2.15
Figure 2.15. Figure 2.15: Detect Module Both the regression branch and the classification branch in the Detect module have a series of Convolution blocks to perform convolution operations for further processing and refining the feature maps received from the neck where the convolution block …
Figure 4.1
Figure 4.1. Figure 4.1: Improved YOLOv8s Model Structure Out of all the attention modules available, the Global Attention Mechanism (GAM) 38 [PITH_FULL_IMAGE:figures/full_fig_p049_4_1.png]
Figure 4.2
Figure 4.2. Figure 4.2: Global Attention Mechanism. Source: [31] [PITH_FULL_IMAGE:figures/full_fig_p050_4_2.png]
Figure 4.3
Figure 4.3. Figure 4.3: Channel Attention Submodule in GAM. Source: [31] [PITH_FULL_IMAGE:figures/full_fig_p051_4_3.png]
Figure 4.4
Figure 4.4. Figure 4.4: Spatial Attention Submodule in GAM. Source: [31] [PITH_FULL_IMAGE:figures/full_fig_p054_4_4.png]
Figure 4.5
Figure 4.5. Figure 4.5: Intersection over Union (IoU) The IoU loss is given by, LIoU = 1 − IoU Issues with IoU as a loss function: For the instances where the predicted bounding box overlaps with the ground truth bounding box, the Intersection Over Union (IoU) can be directly employed as th…
Figure 4.6
Figure 4.6. Figure 4.6: Ground Truth and Predicted Bounding box 4.3.2 Generalized Intersection Over Union (GIoU) loss The GIoU loss [45] is strongly dependent on the Intersection Over Union (IoU) but tries to address non-overlapping cases by specifically considering the empty volume (area) …
Figure 5.1
Figure 5.1. Figure 5.1: Visualization of heatmap for one of the input image [PITH_FULL_IMAGE:figures/full_fig_p066_5_1.png]
Figure 5.2
Figure 5.2. Figure 5.2: Process of building Confusion Matrix in YOLOv8 model [PITH_FULL_IMAGE:figures/full_fig_p069_5_2.png]
Figure 5.3
Figure 5.3. Figure 5.3: Ground Truth and Predicted Bounding Boxes in sample images [PITH_FULL_IMAGE:figures/full_fig_p072_5_3.png]
Figure 5.4
Figure 5.4. Figure 5.4: All the detections from all the images Then, the detections are sorted in the decreasing order of the confidence scores. After sorting, we compute Accumulated True Positive and Accumulated False Positive in a cumulative manner and calculate Precision (P) and Recall (…
Figure 5.5
Figure 5.5. Figure 5.5: Detections sorted in decreasing order of confidence scores [PITH_FULL_IMAGE:figures/full_fig_p074_5_5.png]
Figure 5.6
Figure 5.6. Figure 5.6: Precision-Recall Curve To obtain more comprehensive summary of the model’s performance for that class category and to obtain a smooth curve that is less sensitive to the fluctuations, the P-R curve is often interpolated at the end. 64 [PITH_FULL_IMAGE:figures/full_f…
Figure 5.7
Figure 5.7. Figure 5.7: Interpolated Precision-Recall Curve 5.2.6 Average Precision (AP) The Precision–Recall (P-R) curve is plotted as a function of confidence thresholds for a certain class category. The Average Precision (AP) is computed from the area under the interpolated Precision-Rec…
Figure 5.8
Figure 5.8. Figure 5.8: Precision-Recall Curve The Average Precision (AP) is defined as: AP = 1 101 Xn k=1 APr (5.3) where APr is the area under the interval and calculated using the Trapezoidal Rule. 5.2.7 Mean Average Precision (mAP) Mean Average Precision (mAP) is the mean of the Average…
Figure 6.1
Figure 6.1. Figure 6.1: Class distribution in Training dataset [PITH_FULL_IMAGE:figures/full_fig_p083_6_1.png]
Figure 6.2
Figure 6.2. Figure 6.2: Class distribution in Cis-Validation dataset [PITH_FULL_IMAGE:figures/full_fig_p083_6_2.png]
Figure 6.3
Figure 6.3. Figure 6.3: Class distribution in Cis-Test dataset [PITH_FULL_IMAGE:figures/full_fig_p084_6_3.png]
Figure 6.4
Figure 6.4. Figure 6.4: Class distribution in Trans-Test dataset [PITH_FULL_IMAGE:figures/full_fig_p084_6_4.png]
Figure 6.5
Figure 6.5. Figure 6.5: Images from the training dataset 74 [PITH_FULL_IMAGE:figures/full_fig_p085_6_5.png]
Figure 6.6
Figure 6.6. Figure 6.6: Images from the cis-validation dataset 75 [PITH_FULL_IMAGE:figures/full_fig_p086_6_6.png]
Figure 6.7
Figure 6.7. Figure 6.7: Images from the cis-test dataset 76 [PITH_FULL_IMAGE:figures/full_fig_p087_6_7.png]
Figure 6.8
Figure 6.8. Figure 6.8: Images from the trans-test dataset 77 [PITH_FULL_IMAGE:figures/full_fig_p088_6_8.png]
Figure 6.9
Figure 6.9. Figure 6.9: Visualization of different curves for YOLOv8s baseline model during training [PITH_FULL_IMAGE:figures/full_fig_p090_6_9.png]
Figure 6.10
Figure 6.10. Figure 6.10: Confusion Matrix for YOLOv8s baseline model for Cis-Test set [PITH_FULL_IMAGE:figures/full_fig_p091_6_10.png]
Figure 6.11
Figure 6.11. Figure 6.11: Precision-Recall curve for YOLOv8s baseline model for Cis-Test set [PITH_FULL_IMAGE:figures/full_fig_p091_6_11.png]
Figure 6.12
Figure 6.12. Figure 6.12: Confusion Matrix for YOLOv8s baseline model for Trans-Test set [PITH_FULL_IMAGE:figures/full_fig_p092_6_12.png]
Figure 6.13
Figure 6.13. Figure 6.13: Precision-Recall curve for YOLOv8s baseline model for Trans-Test set [PITH_FULL_IMAGE:figures/full_fig_p092_6_13.png]
Figure 6.14
Figure 6.14. Figure 6.14: Visualization of different curves for improved YOLOv8s model during training [PITH_FULL_IMAGE:figures/full_fig_p093_6_14.png]
Figure 6.15
Figure 6.15. Figure 6.15: Confusion Matrix for improved YOLOv8s model for Cis-Test set [PITH_FULL_IMAGE:figures/full_fig_p094_6_15.png]
Figure 6.16
Figure 6.16. Figure 6.16: Precision-Recall curve for improved YOLOv8s model for Cis-Test set [PITH_FULL_IMAGE:figures/full_fig_p094_6_16.png]
Figure 6.17
Figure 6.17. Figure 6.17: Confusion Matrix for improved YOLOv8s model for Trans-Test set [PITH_FULL_IMAGE:figures/full_fig_p095_6_17.png]
Figure 6.18
Figure 6.18. Figure 6.18: Precision-Recall curve for improved YOLOv8s model for Trans-Test set [PITH_FULL_IMAGE:figures/full_fig_p095_6_18.png]
Figure 6.19
Figure 6.19. Figure 6.19: Heatmap visualization of Layer 21 feature maps in baseline YOLOv8s model for [PITH_FULL_IMAGE:figures/full_fig_p099_6_19.png]
Figure 6.20
Figure 6.20. Figure 6.20: Heatmap visualization of Layer 21 feature maps in baseline YOLOv8s model for [PITH_FULL_IMAGE:figures/full_fig_p100_6_20.png]
Figure 6.21
Figure 6.21. Figure 6.21: Heatmap visualization of Layer 21 feature maps in baseline YOLOv8s model for [PITH_FULL_IMAGE:figures/full_fig_p101_6_21.png]
Figure 6.22
Figure 6.22. Figure 6.22: Heatmap visualization of Layer 28 feature maps in improved YOLOv8s model [PITH_FULL_IMAGE:figures/full_fig_p103_6_22.png]
Figure 6.23
Figure 6.23. Figure 6.23: Heatmap visualization of Layer 28 feature maps in improved YOLOv8s model [PITH_FULL_IMAGE:figures/full_fig_p104_6_23.png]
Figure 6.24
Figure 6.24. Figure 6.24: Heatmap visualization of Layer 28 feature maps in improved YOLOv8s model [PITH_FULL_IMAGE:figures/full_fig_p105_6_24.png]
Figure 6.25
Figure 6.25. Figure 6.25: Screenshot of baseline YOLOv8s model performance on the Cis-validation set [PITH_FULL_IMAGE:figures/full_fig_p106_6_25.png]
Figure 6.26
Figure 6.26. Figure 6.26: Screenshot of baseline YOLOv8s performance on the Cis-test set [PITH_FULL_IMAGE:figures/full_fig_p107_6_26.png]
Figure 6.27
Figure 6.27. Figure 6.27: Screenshot of baseline YOLOv8s performance on the Trans-test set [PITH_FULL_IMAGE:figures/full_fig_p107_6_27.png]
Figure 6.28
Figure 6.28. Figure 6.28: Screenshot of YOLOv8s + WIoUv3 performance on the Cis-validation set [PITH_FULL_IMAGE:figures/full_fig_p107_6_28.png]
Figure 6.29
Figure 6.29. Figure 6.29: Screenshot of YOLOv8s + WIoUv3 performance on the Cis-test set [PITH_FULL_IMAGE:figures/full_fig_p108_6_29.png]
Figure 6.30
Figure 6.30. Figure 6.30: Screenshot of YOLOv8s + WIoUv3 performance on the Trans-test set [PITH_FULL_IMAGE:figures/full_fig_p108_6_30.png]
Figure 6.31
Figure 6.31. Figure 6.31: Screenshot of YOLOv8s + GAM Attention performance on the Cis-validation [PITH_FULL_IMAGE:figures/full_fig_p108_6_31.png]
Figure 6.32
Figure 6.32. Figure 6.32: Screenshot of YOLOv8s + GAM Attention performance on the Cis-test set [PITH_FULL_IMAGE:figures/full_fig_p109_6_32.png]
Figure 6.33
Figure 6.33. Figure 6.33: Screenshot of YOLOv8s + GAM Attention performance on the Trans-test set [PITH_FULL_IMAGE:figures/full_fig_p109_6_33.png]
Figure 6.34
Figure 6.34. Figure 6.34: Screenshot of YOLOv8s + GAM Attention + WIoUv3 performance on the [PITH_FULL_IMAGE:figures/full_fig_p109_6_34.png]
Figure 6.35
Figure 6.35. Figure 6.35: Screenshot of YOLOv8s + GAM Attention + WIoUv3 performance on the [PITH_FULL_IMAGE:figures/full_fig_p110_6_35.png]
Figure 6.36
Figure 6.36. Figure 6.36: Screenshot of YOLOv8s + GAM Attention + WIoUv3 performance on the [PITH_FULL_IMAGE:figures/full_fig_p110_6_36.png]
Figure 6.37
Figure 6.37. Figure 6.37: Trans-Test data with incorrect annotations [PITH_FULL_IMAGE:figures/full_fig_p112_6_37.png]
Figure 6.38
Figure 6.38. Figure 6.38: Screenshots of predictions by improved YOLOv8s model on the custom camera [PITH_FULL_IMAGE:figures/full_fig_p114_6_38.png]
Figure 6.39
Figure 6.39. Figure 6.39: Screenshots of predictions by baseline YOLOv8s model on the custom camera [PITH_FULL_IMAGE:figures/full_fig_p115_6_39.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

69 extracted references · 47 canonical work pages

  1. [1]

    Recognition in terra incognita

    Sara Beery, Grant Van Horn, and Pietro Perona. Recognition in terra incognita. In Proceedings of the European conference on computer vision (ECCV) , pages 456–473, 2018

  2. [2]

    Efficient pipeline for camera trap image review

    Sara Beery, Dan Morris, and Siyu Yang. Efficient pipeline for camera trap image review. arXiv preprint arXiv:1907.06772 , 2019

  3. [3]

    Gorochowski, Toke T

    Marc Besson, Jamie Alison, Kim Bjerge, Thomas E. Gorochowski, Toke T. Høye, Tommaso Jucker, Hjalte M. R. Mann, and Christopher F. Clements. Towards the fully automated monitoring of ecological communities. Ecology Letters, 25(12):2753–2775,

  4. [4]

    David Blount, Mark W

    J. David Blount, Mark W. Chynoweth, Austin M. Green, and C ¸a˘ gan H.S ¸ekercio˘ glu. Review: Covid-19 highlights the importance of camera traps for wildlife conservation research and management. Biological Conservation, 256:108984, 2021. ISSN 0006-3207. doi: https://doi.org/10.1016/j.biocon.2021.108984. URL https://www.sciencedirect. com/science/article/...

  5. [5]

    Yolov4: Optimal speed and accuracy of object detection

    Alexey Bochkovskiy, Chien-Yao Wang, and Hong-Yuan Mark Liao. Yolov4: Optimal speed and accuracy of object detection. arXiv preprint arXiv:2004.10934 , 2020

  6. [6]

    Cole Burton, Eric Neilson, Dario Moreira, Andrew Ladle, Robin Steenweg, Jason T

    A. Cole Burton, Eric Neilson, Dario Moreira, Andrew Ladle, Robin Steenweg, Jason T. Fisher, Erin Bayne, and Stan Boutin. Review: Wildlife camera trapping: a review 107 and recommendations for linking surveys to ecological processes. Journal of Applied Ecology, 52(3):675–685, 2015. doi: https://doi.org/10.1111/1365-2664.12432. URL https: //besjournals.onli...

  7. [7]

    Banks, A Cole Burton, Caroline M

    Anthony Caravaggi, Peter B. Banks, A Cole Burton, Caroline M. V. Finlay, Peter M. Haswell, Matt W. Hayward, Marcus J. Rowcliffe, and Mike D. Wood. A review of camera trapping for conservation behaviour research. Remote Sensing in Ecology and Conservation, 3(3):109–122, 2017. doi: https://doi.org/10.1002/rse2.48. URL https: //zslpublications.onlinelibrary....

  8. [8]

    Automated detection of european wild mammal species in camera trap images with an existing and pre-trained computer vision model

    Christin Carl, Fiona Sch¨ onfeld, Ingolf Profft, Alisa Klamm, and Dirk Landgraf. Automated detection of european wild mammal species in camera trap images with an existing and pre-trained computer vision model. European Journal of Wildlife Research , 66, 07 2020. doi: 10.1007/s10344-020-01404-y

Show all 69 references
  1. [9]

    A first step towards automated species recognition from camera trap images of mammals using ai in a european temperate forest

    Mateusz Choi´ nski, Mateusz Rogowski, Piotr Tynecki, Dries PJ Kuijper, Marcin Churski, and Jakub W Bubnicki. A first step towards automated species recognition from camera trap images of mammals using ai in a european temperate forest. In Computer Information Systems and Indus...

  2. [10]

    Cole Burton

    Mitchell Fennell, Christopher Beirne, and A. Cole Burton. Use of object detection in camera trap image identification: Assessing a method to rapidly and accurately classify human and animal detections for research and application in recreation ecology. Global Ecology and Conse...

  3. [11]

    Yolox: Exceeding yolo series in 2021

    Zheng Ge, Songtao Liu, Feng Wang, Zeming Li, and Jian Sun. Yolox: Exceeding yolo series in 2021. arXiv preprint arXiv:2107.08430 , 2021

  4. [12]

    Fast r-cnn

    Ross Girshick. Fast r-cnn. In Proceedings of the IEEE international conference on computer vision, pages 1440–1448, 2015

  5. [13]

    Rich feature hierarchies for accurate object detection and semantic segmentation

    Ross Girshick, Jeff Donahue, Trevor Darrell, and Jitendra Malik. Rich feature hierarchies for accurate object detection and semantic segmentation. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 580–587, 2014

  6. [14]

    Optimising camera traps for monitoring small mammals

    Alistair S Glen, Stuart Cockburn, Margaret Nichols, Jagath Ekanayake, and Bruce Warburton. Optimising camera traps for monitoring small mammals. PloS one, 8(6): e67940, 2013

  7. [15]

    Towards automatic wild animal monitoring: Identification of animal species in camera-trap images using very deep convolutional neural networks

    Alexander Gomez Villa, Augusto Salazar, and Francisco Vargas. Towards automatic wild animal monitoring: Identification of animal species in camera-trap images using very deep convolutional neural networks. Ecological Informatics, 41:24–32, 2017. ISSN 1574-9541. doi: https://do...

  8. [16]

    Improving the detection and positioning of camouflaged objects in yolov8

    Tong Han, Tieyong Cao, Yunfei Zheng, Lei Chen, Yang Wang, and Bingyang Fu. Improving the detection and positioning of camouflaged objects in yolov8. Electronics, 12(20), 2023. ISSN 2079-9292. doi: 10.3390/electronics12204213. URL https://www. mdpi.com/2079-9292/12/20/4213

  9. [17]

    Long-tailed metrics and object detection in camera trap datasets

    Wentong He, Ze Luo, Xinyu Tong, Xiaoyi Hu, Can Chen, and Zufei Shu. Long-tailed metrics and object detection in camera trap datasets. Applied Sciences, 13(10), 2023. ISSN 2076-3417. doi: 10.3390/app13106029. URL https://www.mdpi.com/2076-3417/ 13/10/6029

  10. [18]

    Huang, L

    Z. Huang, L. Li, G. Krizek, and L. Sun. Research on traffic sign detection based on 109 improved yolov8. Journal of Computer and Communications , 11:226–232, 2023. doi: 10.4236/jcc.2023.117014

  11. [19]

    Bgf-yolo: Enhanced yolov8 with multiscale attentional feature fusion for brain tumor detection

    Ming Kang, Chee-Ming Ting, Fung Fung Ting, and Rapha¨ el C-W Phan. Bgf-yolo: Enhanced yolov8 with multiscale attentional feature fusion for brain tumor detection. arXiv preprint arXiv:2309.12585 , 2023

  12. [20]

    Camera traps as sensor networks for monitoring animal communities

    Roland Kays, Bart Kranstauber, Patrick Jansen, Chris Carbone, Marcus Rowcliffe, Tony Fountain, and Sameer Tilak. Camera traps as sensor networks for monitoring animal communities. In 2009 IEEE 34th Conference on Local Computer Networks , pages 811–818, 2009. doi: 10.1109/LCN.2...

  13. [22]

    Object-aware domain generalization for object detection

    Wooju Lee, Dasol Hong, Hyungtae Lim, and Hyun Myung. Object-aware domain generalization for object detection. arXiv preprint arXiv:2312.12133 , 2023

  14. [23]

    Human vs

    Scott Leorna and Todd Brinkman. Human vs. machine: Detecting wildlife in camera trap images. Ecological Informatics, 72:101876, 2022. ISSN 1574-9541. doi: https://doi. org/10.1016/j.ecoinf.2022.101876. URL https://www.sciencedirect.com/science/ article/pii/S1574954122003260

  15. [24]

    Yolov6: A single-stage object detection framework for industrial applications

    Chuyi Li, Lulu Li, Hongliang Jiang, Kaiheng Weng, Yifei Geng, Liang Li, Zaidan Ke, Qingyuan Li, Meng Cheng, Weiqiang Nie, et al. Yolov6: A single-stage object detection framework for industrial applications. arXiv preprint arXiv:2209.02976 , 2022

  16. [25]

    A modified yolov8 detection network for uav aerial image recognition

    Yiting Li, Qingsong Fan, Haisong Huang, Zhenggong Han, and Qiang Gu. A modified yolov8 detection network for uav aerial image recognition. Drones, 7:304, 05 2023. doi: 10.3390/drones7050304. 110

  17. [26]

    Microsoft coco: Common objects in context

    Tsung-Yi Lin, Michael Maire, Serge Belongie, James Hays, Pietro Perona, Deva Ramanan, Piotr Doll´ ar, and C Lawrence Zitnick. Microsoft coco: Common objects in context. In Computer Vision–ECCV 2014: 13th European Conference, Zurich, Switzerland, September 6-12, 2014, Proceedin...

  18. [27]

    Focal loss for dense object detection

    Tsung-Yi Lin, Priya Goyal, Ross Girshick, Kaiming He, and Piotr Doll´ ar. Focal loss for dense object detection. In Proceedings of the IEEE international conference on computer vision, pages 2980–2988, 2017

  19. [28]

    Precise detection for dense pcb components based on modified yolov8

    Qin Ling, Nor Ashidi Mat Isa, and Mohd Shahrimie Mohd Asaari. Precise detection for dense pcb components based on modified yolov8. IEEE Access, PP:1–1, 01 2023. doi: 10.1109/ACCESS.2023.3325885

  20. [29]

    Dsw-yolov8n: A new underwater target detection algorithm based on improved yolov8n

    Qiang Liu, Wei Huang, Xiaoqiu Duan, Jianghao Wei, Tao Hu, Jie Yu, and Jiahuan Huang. Dsw-yolov8n: A new underwater target detection algorithm based on improved yolov8n. Electronics, 12(18), 2023. ISSN 2079-9292. doi: 10.3390/electronics12183892. URL https://www.mdpi.com/2079-9...

  21. [30]

    Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang Fu, and Alexander C. Berg. SSD: Single Shot MultiBox Detector , page 21–37. Springer International Publishing, 2016. ISBN 9783319464480. doi: 10.1007/ 978-3-319-46448-0 2. URL http://dx.doi.or...

  22. [31]

    Global attention mechanism: Retain information to enhance channel-spatial interactions

    Yichao Liu, Zongru Shao, and Nico Hoffmann. Global attention mechanism: Retain information to enhance channel-spatial interactions. arXiv preprint arXiv:2112.05561 , 2021

  23. [32]

    Towards automatic detection of animals in camera-trap images

    Alexander Loos, Christian Weigel, and Mona Koehler. Towards automatic detection of animals in camera-trap images. In 2018 26th European Signal Processing Conference (EUSIPCO), pages 1805–1809, 2018. doi: 10.23919/EUSIPCO.2018.8553439. 111

  24. [33]

    H. Lou, X. Duan, J. Guo, H. Liu, J. Gu, L. Bi, and H. Chen. Dc-yolov8: Small-size object detection algorithm based on camera sensor. Electronics, 12:2323, 2023

  25. [34]

    Improved yolov8 detection algorithm in security inspection image

    Liyao Lu. Improved yolov8 detection algorithm in security inspection image. arXiv preprint arXiv:2308.06452, 2023

  26. [35]

    Sp-yolov8s: An improved yolov8s model for remote sensing image tiny object detection

    Mingyang Ma and Huanli Pang. Sp-yolov8s: An improved yolov8s model for remote sensing image tiny object detection. Applied Sciences, 13(14), 2023. ISSN 2076-3417. doi: 10.3390/app13148161. URL https://www.mdpi.com/2076-3417/13/14/8161

  27. [36]

    Time to automate identification

    Norman MacLeod, Mark Benfield, and Phil Culverhouse. Time to automate identification. Nature, 467:154–5, 09 2010. doi: 10.1038/467154a

  28. [37]

    Limitations of recreational camera traps for wildlife management and conservation research: A practitioner’s perspective

    Scott Newey, Paul Davidson, Sajid Nazir, Gorry Fairhurst, Fabio Verdicchio, Robert Irvine, and Rene van der Wal. Limitations of recreational camera traps for wildlife management and conservation research: A practitioner’s perspective. Ambio, 44:624–635, 11 2015. doi: 10.1007/s...

  29. [38]

    Camera traps in animal ecology and conservation: What’s next? Camera traps in animal ecology: methods and analyses, pages 253–263, 2011

    James D Nichols, Allan F O’Connell, and K Ullas Karanth. Camera traps in animal ecology and conservation: What’s next? Camera traps in animal ecology: methods and analyses, pages 253–263, 2011

  30. [39]

    Automatically identifying, counting, and describing wild animals in camera-trap images with deep learning

    Mohammad Sadegh Norouzzadeh, Anh Nguyen, Margaret Kosmala, Alexandra Swanson, Meredith S Palmer, Craig Packer, and Jeff Clune. Automatically identifying, counting, and describing wild animals in camera-trap images with deep learning. Proceedings of the National Academy of Scie...

  31. [40]

    A deep active learning system for species identification and counting in camera trap images

    Mohammad Sadegh Norouzzadeh, Dan Morris, Sara Beery, Neel Joshi, Nebojsa Jojic, and Jeff Clune. A deep active learning system for species identification and counting in camera trap images. Methods in Ecology and Evolution, 12(1):150–161, 2021. doi: https:// doi.org/10.1111/204...

  32. [41]

    Yolo9000: better, faster, stronger

    Joseph Redmon and Ali Farhadi. Yolo9000: better, faster, stronger. In Proceedings of the IEEE conference on computer vision and pattern recognition , pages 7263–7271, 2017

  33. [42]

    Yolov3: An incremental improvement

    Joseph Redmon and Ali Farhadi. Yolov3: An incremental improvement. arXiv preprint arXiv:1804.02767, 2018

  34. [43]

    You only look once: Unified, real-time object detection

    Joseph Redmon, Santosh Divvala, Ross Girshick, and Ali Farhadi. You only look once: Unified, real-time object detection. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 779–788, 2016

  35. [44]

    Faster r-cnn: Towards real-time object detection with region proposal networks.Advances in neural information processing systems, 28, 2015

    Shaoqing Ren, Kaiming He, Ross Girshick, and Jian Sun. Faster r-cnn: Towards real-time object detection with region proposal networks.Advances in neural information processing systems, 28, 2015

  36. [45]

    Generalized intersection over union: A metric and a loss for bounding box regression

    Hamid Rezatofighi, Nathan Tsoi, JunYoung Gwak, Amir Sadeghian, Ian Reid, and Silvio Savarese. Generalized intersection over union: A metric and a loss for bounding box regression. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, pages 658–666, 2019

  37. [47]

    Marcus Rowcliffe, Juliet Field, Samuel T

    J. Marcus Rowcliffe, Juliet Field, Samuel T. Turvey, and Chris Carbone. Estimating animal density using camera traps without the need for individual recognition. Journal of Applied Ecology, 45(4):1228–1236, 2008. doi: https://doi.org/10.1111/j.1365-2664.2008. 01473.x. URL http...

  38. [48]

    Taylor, and Stefan C

    Stefan Schneider, Saul Greenberg, Graham W. Taylor, and Stefan C. Kremer. Three critical factors affecting automated image species recognition performance for camera 113 traps. Ecology and Evolution , 10(7):3503–3517, 2020. doi: https://doi.org/10.1002/ece3

  39. [49]

    Selvaraju, Michael Cogswell, Abhishek Das, Ramakrishna Vedantam, Devi Parikh, and Dhruv Batra

    Ramprasaath R. Selvaraju, Michael Cogswell, Abhishek Das, Ramakrishna Vedantam, Devi Parikh, and Dhruv Batra. Grad-cam: Visual explanations from deep networks via gradient-based localization. International Journal of Computer Vision , 128(2): 336–359, October 2019. ISSN 1573-1...

  40. [50]

    Swann, Kae Kawanishi, and Jonathan Palmer

    Don E. Swann, Kae Kawanishi, and Jonathan Palmer. Evaluating Types and Features of Camera Traps in Ecological Studies: A Guide for Researchers , pages 27–43. Springer Japan, Tokyo, 2011. ISBN 978-4-431-99495-4. doi: 10.1007/978-4-431-99495-4 3. URL https://doi.org/10.1007/978-...

  41. [51]

    Tabak, Daniel Falbel, Tess Hamzeh, Ryan K

    Michael A. Tabak, Daniel Falbel, Tess Hamzeh, Ryan K. Brook, John A. Goolsby, Lisa D. Zoromski, Raoul K. Boughton, Nathan P. Snow, Kurt C. VerCauteren, and Ryan S. Miller. Cameratrapdetector: Automatically detect, classify, and count animals in camera trap images using artific...

  42. [52]

    Camera trap placement for evaluating species richness, abundance, and activity

    Kamakshi Tanwar, Ayan Sadhu, and Yadvendradev Jhala. Camera trap placement for evaluating species richness, abundance, and activity. Scientific Reports, 11, 11 2021. doi: 10.1038/s41598-021-02459-w

  43. [53]

    torch.nn.Linear

    PyTorch Team. torch.nn.Linear. https://pytorch.org/docs/stable/generated/ torch.nn.Linear.html. Accessed: 21st Feb 2024

  44. [54]

    A comprehensive review of yolo architectures in computer vision: From yolov1 to yolov8 and yolo-nas

    Juan Terven, Diana-Margarita C´ ordova-Esparza, and Julio-Alejandro Romero-Gonz´ alez. A comprehensive review of yolo architectures in computer vision: From yolov1 to yolov8 and yolo-nas. Machine Learning and Knowledge Extraction , 5(4):1680–1716, November 114

  45. [55]

    M. W. Tobler, S. E. Carrillo-Percastegui, R. Leite Pitman, R. Mares, and G. Powell. An evaluation of camera traps for inventorying large- and medium-sized terrestrial rainforest mammals. Animal Conservation, 11(3):169–178, 2008. doi: https://doi.org/ 10.1111/j.1469-1795.2008.0...

  46. [56]

    Wise-iou: Bounding box regression loss with dynamic focusing mechanism

    Z Tong, Y Chen, Z Xu, and R Yu. Wise-iou: Bounding box regression loss with dynamic focusing mechanism. arXiv preprint arXiv:2301.10051 , 2023

  47. [57]

    Sande, T

    Jasper Uijlings, K. Sande, T. Gevers, and A.W.M. Smeulders. Selective search for object recognition. International Journal of Computer Vision , 104:154–171, 09 2013. doi: 10.1007/s11263-013-0620-5

  48. [58]

    YOLOv5: You Only Look Once for Object Detection

    Ultralytics. YOLOv5: You Only Look Once for Object Detection. https://github. com/ultralytics/yolov5, 2023. Accessed: October 12, 2023

  49. [59]

    YOLOv8: You Only Look Once for Object Detection

    Ultralytics. YOLOv8: You Only Look Once for Object Detection. https://github. com/ultralytics/ultralytics, 2023. Accessed: February 04, 2024

  50. [60]

    Cspnet: A new backbone that can enhance learning capability of cnn

    Chien-Yao Wang, Hong-Yuan Mark Liao, Yueh-Hua Wu, Ping-Yang Chen, Jun-Wei Hsieh, and I-Hau Yeh. Cspnet: A new backbone that can enhance learning capability of cnn. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition workshops, pages 390–391, 2020

  51. [61]

    Yolov7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors

    Chien-Yao Wang, Alexey Bochkovskiy, and Hong-Yuan Mark Liao. Yolov7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition , pages 7464–7475, 2023. 115

  52. [62]

    Uav-yolov8: A small-object-detection model based on improved yolov8 for uav aerial photography scenarios

    Gang Wang, Yanfei Chen, Pei An, Hanyu Hong, Jinghu Hu, and Tiange Huang. Uav-yolov8: A small-object-detection model based on improved yolov8 for uav aerial photography scenarios. Sensors, 23(16), 2023. ISSN 1424-8220. doi: 10.3390/s23167190. URL https://www.mdpi.com/1424-8220/...

  53. [63]

    Bl-yolov8: An improved road defect detection model based on yolov8

    Xueqiu Wang, Huanbing Gao, Zemeng Jia, and Zijian Li. Bl-yolov8: An improved road defect detection model based on yolov8. Sensors, 23:8361, 10 2023. doi: 10.3390/ s23208361

  54. [64]

    K. Xia, Z. Lv, K. Liu, et al. Global contextual attention augmented yolo with convmixer prediction heads for pcb surface defect detection. Scientific Reports, 13:9805, 2023. doi: 10.1038/s41598-023-36854-2

  55. [65]

    A lightweight yolov8 tomato detection algorithm combining feature enhancement and attention

    Guoliang Yang, Jixiang Wang, Ziling Nie, Hao Yang, and Shuaiying Yu. A lightweight yolov8 tomato detection algorithm combining feature enhancement and attention. Agronomy, 13:1824, 07 2023. doi: 10.3390/agronomy13071824

  56. [66]

    Towards domain generalization in object detection

    Xingxuan Zhang, Zekai Xu, Renzhe Xu, Jiashuo Liu, Peng Cui, Weitao Wan, Chong Sun, and Chen Li. Towards domain generalization in object detection. arXiv preprint arXiv:2203.14387, 2022

  57. [67]

    Focal and efficient iou loss for accurate bounding box regression

    Yi-Fan Zhang, Weiqiang Ren, Zhang Zhang, Zhen Jia, Liang Wang, and Tieniu Tan. Focal and efficient iou loss for accurate bounding box regression. Neurocomputing, 506: 146–157, 2022

  58. [68]

    Distance-iou loss: Faster and better learning for bounding box regression

    Zhaohui Zheng, Ping Wang, Wei Liu, Jinze Li, Rongguang Ye, and Dongwei Ren. Distance-iou loss: Faster and better learning for bounding box regression. In Proceedings of the AAAI Conference on Artificial Intelligence , pages 12993–13000, 2020. 116 Appendix A Code Repository In ...

  59. [2022]

    URL https://onlinelibrary.wiley

    doi: https://doi.org/10.1111/ele.14123. URL https://onlinelibrary.wiley. com/doi/abs/10.1111/ele.14123

  60. [2023]

    doi: 10.3390/make5040083

    ISSN 2504-4990. doi: 10.3390/make5040083. URL http://dx.doi.org/10.3390/ make5040083

  61. [6147]

    URL https://onlinelibrary.wiley.com/doi/abs/10.1002/ece3.6147

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.