Reflection and rotation symmetry detection are mid-level visual tasks that are a fundamental part of human vision. People detect these symmetries effortlessly; however, machines have historically struggled at these tasks. Symmetry aids humans in segmenting objects, foreground and background detection, and in many other tasks and can be useful in computer vision for image understanding, object detection, etc.
Examples of the Reflection and Rotation Datasets.
Examples of State-of-the-Art detection on the Sym-COCO (image from [Funk and Liu arXiv 2017]).
There are 3 different competitions with different output formats and evaluation criteria.
A. Reflection Symmetry Detection [Test Images and Test Toolbox Link]:
B. Rotation Symmetry Detection [Training Images Link]:
C. Sym-COCO (containing reflection [Training Images Link] and rotation [Training Images Link] symmetry labels):
In order to submit to these competitions, you will need to include:
Contacts: Christopher Funk, Seungkyu Lee.
These competitions are to detect transitional symmetry in the real-world in either 1D (frieze) or 2D (wallpaper) repeating patterns. Understanding how these pattern repeat can help in:
For these challenges, you will be detecting the patterns on real-world images. You can submit to either or both of the competitions.
The evaluation criteria will be the same as the previous symmetry competition [Liu et al. 2013].
In order to submit to these challenges, you will need to include:
Contacts: Christopher Funk.
The medial axis transform (MAT) is a powerful shape abstraction that has found application both in computer vision and graphics, for tasks such as:
For natural images, the task of medial point detection amounts to detecting the locations of medial points of an object or other locally symmetric structure in an image. The set of these points is an approximation of the medial axis or skeleton of the object. Potential applications include:
For this challenge we consider two different flavors of the medial point detection task:
To take part in the challenge do the following:
testMedialPointDetection.m
and README.md
files.Contacts: Wei Shen, Stavros Tsogkas.