When Bigger is Worse: A Practitioner's Guide to Model Selection Under Data Scarcity
This paper challenges the prevailing scaling law assumption in Earth observation by demonstrating that under data-scarce conditions, smaller models like YOLO11N trained on high-resolution inputs significantly outperform larger models in both efficiency and accuracy, effectively inverting the traditional "bigger is better" paradigm.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to teach a robot to recognize tiny, specific things in a massive, messy photo album. In the world of artificial intelligence, there is a very popular rule of thumb that everyone follows: "Bigger is better." This idea, known as scaling, suggests that if you build a giant, super-complex brain for your robot and feed it a library full of millions of photos, it will always be smarter than a smaller brain with fewer photos. It's like assuming that a giant, 500-page encyclopedia will always help you find an answer faster and more accurately than a small, 10-page pamphlet, no matter what you are looking for. This rule works incredibly well when you have endless amounts of data, like in language processing where computers read the entire internet. But what happens when you are in a situation where data is rare, expensive to get, and the things you are looking for are tiny specks in a vast landscape? That is the question this paper asks. It explores whether the "bigger is better" rule still holds when you are working with limited resources and trying to spot small objects, like solar panels on rooftops, from satellite images.
The authors of this paper decided to test this "bigger is better" idea in a very specific, real-world scenario: finding rooftop solar panels in Madagascar. They knew that in many developing countries, getting high-quality, labeled data is hard and expensive, and the computers available to run these models are often small and weak. They set up a massive experiment using a family of AI models called YOLO11, which come in five different sizes, ranging from a tiny, lightweight version (YOLO11N) to a massive, heavy-duty version (YOLO11X). They didn't just train these models once; they created 180 different training runs by mixing and matching three things: the size of the model, the amount of data they fed it (from 10% of the total dataset up to 100%), and the resolution of the images (how sharp the picture is, ranging from 416 pixels to 1280 pixels).
The results were a complete surprise to the usual way of thinking. The paper found that in this data-scarce world, bigger is actually worse. The smallest model, the tiny YOLO11N, turned out to be the most efficient champion. It achieved nearly the exact same accuracy as the much larger models but used 22 times less storage space. In fact, the tiny model was so good that it reached the second-highest accuracy score possible (0.459), which was statistically indistinguishable from the best-performing larger model. The massive YOLO11X, which is 22 times bigger, performed just as well or worse while demanding a huge amount of computer power and memory. The authors explain that this happens because the large models are "overparameterized"—they have too many brain cells for the amount of information they are given, causing them to get confused and fail to generalize, much like a student trying to memorize a whole encyclopedia for a test that only has three questions.
Perhaps the most practical discovery was about where to spend your money and effort. The researchers found that if you have a limited budget, you should not buy more data or a bigger model; instead, you should buy sharper images. Increasing the image resolution from 416 pixels to 1280 pixels gave a huge boost in performance, far more than simply adding more low-resolution photos ever could. This is because the tiny solar panels are so small that at low resolution, they look like blurry smudges; no amount of extra data can fix a blurry picture, but a sharper picture makes the details visible immediately. The paper concludes that for this type of task, the best strategy is to pick the smallest possible model, use the highest resolution images you can get, and then use any remaining resources to label more of those sharp images. In this specific corner of Earth observation, the old rule is flipped: small, sharp, and efficient beats big, blurry, and expensive every time.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.