WHY SESAME IS HARD
Sesame grows as a dense, irregularly-branched canopy that closes early and casts overlapping shadows on the row. Standard weed-detection models — trained on the geometric regularity of maize, soy, and wheat — fail because the crop itself looks unstructured.
THE OCCLUSION PROBLEM
A bounding box assumes the object is mostly visible. Under a sesame canopy, a weed may show only fragments of leaf between branches. R-CNN variants handle this better than YOLO-style detectors because they generate region proposals first, then classify — letting partial features still register as candidates.
WHERE SESAME GROWS
Sudan and Tanzania alone account for nearly a third of global sesame production. The crop is drought-tolerant, low-input, and harvested by hand — the profile of a smallholder cash crop, not an industrial monoculture.
THE DATA GAP
1,300 labeled images is tiny by ImageNet standards (which has millions) but typical for crop-specific datasets in the Global South. Labeling agricultural images requires agronomists who can distinguish weed species from crop seedlings — expertise concentrated in well-funded northern universities, not in the regions where sesame is grown.
WHY SUDAN, RIGHT NOW
Sudan was the world's largest sesame exporter before the 2023 SAF–RSF war. The conflict has displaced over 10 million people, collapsed the formal export economy, and pushed remaining farmers toward subsistence yields. AI-assisted precision agriculture is a research frontier; it is also, for now, almost entirely irrelevant to the people growing the crop.
THE IOT HALF
The 'Internet of Things' layer means soil moisture, temperature, and humidity sensors feeding the model alongside the camera. Weeds emerge predictably with specific soil-water profiles; combining vision with environmental priors lets the model rule out implausible detections — a form of *multimodal grounding* that pure image models lack.