Riddle_Evaluation_0607ce86 - arc-community/arc GitHub Wiki

images/0607ce86.png

ARC Game

Observations

I can immediately see that this is a "denoising" task

I observe that there are multiple lone pixels in the input

I observe that there is an equal count of "big" objects in input and output

I observe that the input and output objects are in the same general location and pattern

Concepts Used

  • Multiple objects in a single task
  • Find similarities between objects
  • Fuzzy matching of objects, that is tolerant to image noise

Solution Approach