AI For Astronomy: Why This AI Predicts Human Disagreement to Map the Universe
Instead of forcing one correct label per galaxy, Galaxy Zoo trained a network to predict how a crowd of volunteers would vote, keeping disagreement itself as the training signal.
Sorting galaxies by shape used to be a job done by eye, one image at a time. Turning that into something a machine can do at scale runs into an odd obstacle immediately: shape isn't a fact you can look up, it's a judgment call, and different observers looking at the same galaxy don't always agree. Rather than treating that disagreement as noise to eliminate, the method behind Galaxy Zoo does something more unusual. It doesn't try to learn what a galaxy is. It learns what people would say about it.
The problem with forcing a single correct label
A galaxy's shape carries a clue to its history, which is why anyone bothers labeling it in the first place: smooth and featureless, a disc with spiral arms, a bar cutting through the middle, a disc seen edge-on with a dust lane, or two galaxies caught mid-collision. If you force every galaxy into exactly one category, you throw away the cases where reasonable observers looked at the same image and reached different conclusions, and those borderline cases are often the scientifically interesting ones. Galaxy Zoo's answer was to ask hundreds of thousands of people to make that judgment call, keep the disagreement instead of hiding it, and train a network to predict the disagreement itself.
Galaxy Zoo: a crowd meets a decision tree
Galaxy Zoo launched in July 2007, putting roughly 900,000 telescope images online and asking the public to sort them. The response was immediate: within twelve hours, the project was processing about 20,000 classifications an hour. But the detail that actually made the method work wasn't the size of the crowd. It was the structure behind each classification. Every galaxy gets looked at by many different people, and instead of being asked to supply a single name for what they see, each volunteer is walked down a decision tree: Is it smooth, or does it have features? If it has features, is there a bar? How many arms does it have? Eleven questions total, where each answer determines which question comes next.
Training on vote fractions instead of words
This is the method's central idea: one galaxy, one decision tree, many people. Their combined answers become a vote fraction, the share of respondents who chose each option at each branch of the tree. A convolutional neural network is then trained to predict that fraction directly, rather than to predict a single winning label. Take a concrete example: a galaxy has a bar, but a faint one, and 63 of 100 volunteers call it barred while 37 do not. The network's training target isn't the word "barred." It's the number 0.63, and the network learns to land on that number rather than to pick a side.
Active learning closes the loop on top of this: the system sends back to volunteers only the galaxies the network is genuinely unsure about, rather than asking people to re-label galaxies the model already handles confidently.
Building physics into the architecture
One design decision reflects a basic fact about galaxies: they have no inherent "up." Rotate a galaxy image and the correct answer shouldn't change. The winning architecture from a 2014 competition handled this by feeding the same galaxy image in several different orientations through shared network weights, effectively telling the network what to ignore. That's a case of physical structure, rotational invariance, being built directly into the model rather than left for the network to discover on its own from raw pixels.
The results, and their built-in ceiling
Against confident volunteer answers, the trained networks reach about 99% accuracy on every question in the decision tree, and they predict the underlying vote fractions to within 5 to 10%. The resulting catalog now covers 8.67 million galaxies. But the method comes with an honest limit worth naming directly: because the network is trained to predict what people would say, its ceiling is exactly what the crowd would say. Where the crowd is systematically wrong about something, the network will be confidently wrong right along with it. It also doesn't transfer well across instruments: a network trained on one survey's images can't simply be dropped onto another telescope's data, because the pixel-level details shift underneath it in ways the model was never trained to handle.
Key takeaways
- Galaxy Zoo trains a network to predict vote fractions, the share of volunteers choosing each answer, rather than forcing a single correct label per galaxy.
- The crowdsourcing began in July 2007 with about 900,000 images and reached roughly 20,000 classifications an hour within the first twelve hours.
- Each galaxy is classified through an eleven-question decision tree, not a single free-text label.
- The winning 2014 architecture fed the same galaxy in multiple rotations through shared weights, building rotational invariance directly into the model.
- The trained networks reach about 99% accuracy on confident answers and predict vote fractions within 5 to 10%, across a catalog of 8.67 million galaxies.
- Because the model predicts what people would say, its accuracy ceiling is set by the crowd itself, and it does not transfer cleanly to images from a different telescope.
Try it yourself
The video closes with a prompt for anyone facing a labeling task where expert annotators genuinely disagree: ask an AI assistant to show you how to keep that disagreement as a soft label instead of forcing a majority vote, to pick a loss function and a calibration check for predicting label distributions rather than just accuracy, and to design an active learning rule that sends only the most informative examples back to human reviewers. This kind of applied machine learning research is representative of the work featured in the Humanitarians AI Fellows program.
Chapters
- 0:00Intro: Moving from manual sorting to automated astronomy
- 0:25The Core Idea: Learning what people would say about a galaxy
- 0:50Galaxy Zoo: How 900,000 images met a human decision tree
- 1:15The Vote Fraction Method: Training on distributions instead of words
- 1:40Physics-Informed Design: Shared weights and rotational invariance
- 2:05Results: 99% accuracy across a catalog of 8.67 million galaxies
- 2:30The Data Ceiling: Why a model that predicts people can be "confidently wrong"
- 2:55Recap: Keeping disagreement as a soft label for expert tasks
- 3:15Your Turn: Using Claude to design an active learning rule for expert disagreement
Full transcript(auto-generated, with timestamps)
Intro: Moving from manual sorting to automated astronomy
[0:00]Sorting galaxies by shape used to be a job you did by eye, one at a time. Here is how that became a machine that measures millions of them and what it can and cannot tell you. I am Om Molly and this is Humanitarian's AI. This one is about a method that does something slightly strange. It does not learn what a galaxy is. It learns what people would say about it. Here is the whole idea in
The Core Idea: Learning what people would say about a galaxy
[0:25]One breath. A galaxy's shape is a clue to its history, but shape is a judgment call. So astronomers asked hundreds of thousands of people to make that call, kept the disagreement instead of hiding it, and trained a network to predict the disagreement. Start with what is being sorted. Smooth and featureless, a disc with spiral arms, a bar cutting through the middle, a disc seen edge-on with a dust lane, two galaxies mid-collision.
Galaxy Zoo: How 900,000 images met a human decision tree
[0:53]Shape carries the history, which is why anybody bothers to label it. July 2007. Galaxy Zoo puts about 900,000 telescope images online and asks the public to sort them. Within 12 hours, it is taking 20,000 classifications an hour. But the design decision that matters is not the crowd. It is that every galaxy
The Vote Fraction Method: Training on distributions instead of words
[1:15]Gets looked at by many people and they are not asked for a name. They are walked down a decision tree. Is it smooth or does it have features? If it has features, is there a bar? How many arms? 11 questions and your answer decides which one you get next. So here is the method. One galaxy, one tree, many people. Their answers become a vote fraction, the share who chose each option. A convolutional network trains to
Physics-Informed Design: Shared weights and rotational invariance
[1:41]Predict that fraction. And then active learning closes the loop, sending back to the volunteers only the galaxies the network is unsure about. Run one galaxy through it. This one has a bar, but a faint one. Say 63 of 100 people call it Bard and 37 do not. The training target is not the word bar. It is 0.63 and the network learns to land on that
Results: 99% accuracy across a catalog of 8.67 million galaxies
[2:06]Number. Now the design decision that makes it work. A galaxy has no up. Rotate the image and the answer must not change. So the winning architecture from the 2014 competition fed the same galaxy in its several orientations through shared weights. The physics told the network what to ignore. The numbers. Against confident volunteer answers, the trained networks are about 99% accurate
The Data Ceiling: Why a model that predicts people can be "confidently wrong"
[2:31]On every question. And they predict the vote fractions to within 5 to 10%. The current catalog covers 8.67 million galaxies. Now decide whether you should use this. It predicts people. It's ceiling is what the crowd would say. So where the crowd is wrong, it is confidently wrong with them. And it does not travel. A network trained on one survey's images cannot be dropped onto
Recap: Keeping disagreement as a soft label for expert tasks
[2:56]Another telescope's because the pixels shift underneath it. Let's recap with Claude. The label is a distribution, not a word. The method is a decision tree, many humans, and a network trained on the vote fractions. The result is about 99% on confident answers across nearly 9
Your Turn: Using Claude to design an active learning rule for expert disagreement
[3:15]Million galaxies. And the limit is that it predicts people, not truth. Your turn. Paste this one. I have a labeling task where expert annotators genuinely disagree. Show me how to keep the disagreement as a soft label instead of forcing a majority vote. Pick a loss and a calibration check for predicting label distributions and design an active learning rule that sends only the informative examples back to humans. Then grade the answer on three things. Does it name a loss? Does it check calibration, not just accuracy? And does it say when to stop asking people? Learning what the crowd would say. Humanitarians AI, I am on Molly.
More from Humanitarians AI Fellows
3:01Week 2 of Mycroft's Private AI Valuation Agent: Scaling to 80 Million Rows of SEC Data
5:36Project Mycroft: Building a Structural Enforcement Layer to Stop Silent AI Failures
1:39RAG Evaluation: The Four Metrics That Stop the Guesswork
8:34Tanmay's Mycroft Update: Their Numbers, My Arrows – Separating AI Narratives from Facts
2:44Mycroft Update by Anjana: ECIS Episode 2
8:26