Skip to content

Riddle_Training_0a938d79

George Rey edited this page Jul 16, 2022 · 2 revisions

ARC Game

Observations

  • I observe that the count of objects in the challenge is consistently different than in the response

  • I observe that the response panels are periodic

  • I classify this task as "continue the pattern" task, which is common

  • I observe that there are two segments in the response panel: One where there is a pattern painted, and another in which there is no pattern. This could be viewed as a "pattern that has one continuation in one direction, and different one in another"

Concepts Used

  • Count objects

  • Detect periodicity

  • Find distance

  • Detect pattern element

  • Connect pattern element properties to the guide object properties

  • Detect panel segments of similar properties (split panel into sections)

Possible distribution shifts

  • Here, the pattern is only extended in one direction. Instead, there could be one possible extension per direction

  • Instead of having the guide pixel at the edge of the challenge panel, it could be anywhere

Solution Approach

Clone this wiki locally