Papers › Bongard-LOGO: A New Benchmark for Human-Level Concept Learning and Reasoning

Bongard-LOGO: A New Benchmark for Human-Level Concept Learning and Reasoning

2 Oct 2020NeurIPS 2020 12arXiv:2010.00763archive 2025-07-28

Weili Nie, Zhiding Yu, Lei Mao, Ankit B. Patel, Yuke Zhu, Animashree Anandkumar

Humans have an inherent ability to learn novel concepts from only a few samples and generalize these concepts to different situations. Even though today's machine learning models excel with a plethora of training data on standard recognition tasks, a considerable gap exists between machine-level pattern recognition and human-level concept learning. To narrow this gap, the Bongard problems (BPs) were introduced as an inspirational challenge for visual cognition in intelligent systems. Despite new advances in representation learning and learning to learn, BPs remain a daunting challenge for modern AI. Inspired by the original one hundred BPs, we propose a new benchmark Bongard-LOGO for human-level concept learning and reasoning. We develop a program-guided generation technique to produce a large set of human-interpretable visual cognition problems in action-oriented LOGO language. Our benchmark captures three core properties of human cognition: 1) context-dependent perception, in which the same object may have disparate interpretations given different contexts; 2) analogy-making perception, in which some meaningful concepts are traded off for other meaningful concepts; and 3) perception with a few samples but infinite vocabulary. In experiments, we show that the state-of-the-art deep learning methods perform substantially worse than human subjects, implying that they fail to capture core human cognition properties. Finally, we discuss research directions towards a general architecture for visual reasoning to tackle this benchmark.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2010.00763")

Code

Syntology Ran 9 of 14 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

NVlabs/Bongard-LOGO officialmentioned in paperpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 9 ran; 1 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
4ran
5unverified

Licence: 13 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from NVlabs/Bongard-LOGO. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

computeGramMatrix NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/metaOptNet.py official repository ran fingerprinted MIT recorded; this copy not marked cleared · pointer only · 691b2fde39c5dae5 · report
conv1x1 NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/resnet.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · d9def42110729a85 · report
conv1x1 NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/resnet12.py official repository ran MIT recorded; this copy not marked cleared · pointer only · de92832114f71d8c · report
conv3x3 NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/resnet.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 160bb14bd76201b4 · report
conv3x3 NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/resnet12.py official repository ran MIT recorded; this copy not marked cleared · pointer only · e5b7c79b0b62af96 · report
conv_block NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/convnet4.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 9d556d61294bb0a8 · report
norm_layer NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/resnet12.py official repository ran MIT recorded; this copy not marked cleared · pointer only · f36ac42575cd46ee · report
register NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/models.py official repository ran · our draft was wrong MIT recorded; this copy not marked cleared · pointer only · 44c3aa4c610ea3f7 · report
repackage_hidden NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/recurrent_model.py official repository ran · honoured contract fingerprinted MIT (permissive) · 6aaf07ccda31ac5f · report
ProtoNetHead NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/metaOptNet.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 7154d9592085167c · report
get_subdict NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/maml.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 660433bc1546c183 · report
gradient_update_parameters NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/maml.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 25ae334afa9e8b9f · report
load NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/models.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 863137f968d165f1 · report
make NVlabs/Bongard-LOGO/Bongard-LOGO_Baselines/models/models.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 220503b76dce8b41 · report

Tasks

Novel ConceptsRepresentation LearningVisual Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections