Summary
This post summarizes an arXiv paper (2607.09630) by Amirsalar Darvishpour, Mikolaj Cieslak, and Adam Runions on computer vision for plant phenotyping. Collecting annotated plant images for automated phenotyping is slow and costly, so the authors systematically quantify two factors—synthetic-to-real data ratio and label distribution—when training ResNet-18 for canola branch counting. A 1:7 synthetic-to-real ratio yielded the best performance, reducing mean absolute difference by 7.6% versus real-only training. A uniform synthetic label distribution was strongly suboptimal; interpolating 90% toward the real distribution achieved an absolute difference of 0.927, while Gaussian smoothing of the real label distribution gave the best overall result (0.912, a 14.7% improvement over real-only training). A simple practical alternative is a minimum of 10 synthetic images per label, providing moderate gains.
Paper Overview
Field: Computer Vision
Authors: Amirsalar Darvishpour, Mikolaj Cieslak, Adam Runions
Published: 2026-07-10
arXiv:
2607.09630Abstract
Collecting annotated plant images for automated phenotyping is typically slow and expensive. This paper systematically quantifies two factors: the proportion of synthetic data and the label distribution. The authors train ResNet-18 on the canola branch counting task.
Key Findings
- Synthetic-to-real ratio: A ratio of 1:7 (synthetic:real) performed best, reducing mean absolute difference by 7.6% compared to training on real data only.
- Label distribution: A uniform synthetic label distribution is strongly suboptimal.
- Interpolation: Interpolating 90% of the way toward the real distribution achieved an absolute difference of 0.927.
- Best result: Gaussian smoothing of the real label distribution produced the best overall result, with an absolute difference of 0.912 — a 14.7% improvement over training on real data alone.
- Practical rule of thumb: A minimum of 10 synthetic images per label offers moderate gains as a simple alternative.
---
*Auto-collected on 2026-07-14*
This page is an English static mirror generated for search and AI citation.
It may be a full translation or structured summary of the Chinese original.
Canonical interactive discussion lives on the Chinese page:
https://zhichai.net/topic/178395118