The 1st edition of MAI: Mobile AI workshop will be held on June, 2021 in conjunction with CVPR 2021.
Image manipulation is a key computer vision tasks, aiming at the restoration of degraded image content, the filling in of missing information, or the needed transformation and/or manipulation to achieve a desired target (with respect to perceptual quality, contents, or performance of apps working on such images). Recent years have witnessed an increased interest from the vision and graphics communities in these fundamental topics of research. Not only has there been a constantly growing flow of related papers, but also substantial progress has been achieved.
Each step forward eases the use of images by people or computers for the fulfillment of further tasks, as image manipulation serves as an important frontend. Not surprisingly then, there is an ever growing range of applications in fields such as surveillance, the automotive industry, electronics, remote sensing, or medical image analysis etc. The emergence and ubiquitous use of mobile and wearable devices offer another fertile ground for additional applications and faster methods.
This workshop aims to provide an overview of the new trends and advances in those areas. Moreover, it will offer an opportunity for academic and industrial attendees to interact and explore collaborations.
Jointly with Mobile AI workshop we have an MAI challenge on High Dynamic Range (HDR) imaging, that is, the task of recovering an HDR image from one or multiple input Low Dynamic Range (LDR) images that are affected by noise, quantization errors, and might suffer from over- and under-exposed regions due to the sensor limitations. To enable a learning-based solution, a set of prior examples of LDR images and corresponding HDR images will be provided. The challenge uses a new curated dataset and has 1 track.
The aim is to obtain a network design / solution capable to produce high quality results with the best similarity (fidelity) to the reference ground truth.
The top ranked participants will be awarded and invited to follow the CVPR submission guide for workshops to describe their solution and to submit to the associated Mobile AI workshop at CVPR 2021.
More details are found on the data section of the competition.
To learn more about the competition, to participate in the challenge, and to access the dataset with low and high resolution image pairs everybody is invited to register.
The training data is already made available to the registered participants.
We have opened a new AI Benchmark forum, where the participants can ask and discuss (highly recommended!) any questions related to MAI 2021 workshop and challenges.
For any private questions, you can contact the organizers directly by email (Kai Zhang (kai.zhang [at] vision.ee.ethz.ch), Tianyu Yao (yaotianyu [at] huawei.com), Esin Guldogan (Esin.Guldogan [at] huawei.com), Samu Koskinen (Samu.Koskinen [at] huawei.com), Eduardo Perez Pellitero (E.Perez.Pellitero [at] huawei.com), Ales Leonardis(Ales.Leonardis [at] huawei.com), Andrey Ignatov (Andrey [at] vision.ee.ethz.ch), and Radu Timofte (Radu.Timofte [at] vision.ee.ethz.ch)). Please note that all posts left in the Codalab forum will not be checked.
In this challenge, each submission is validated based on the following two metrics:
1. The quality of the reconstructed results.
2. The runtime of the model on the actual target mobile platform.
The exact scoring formula used in this challenge is provided below:
where C is a constant normalization factor that does not depend on the submission. Please note that we might additionally award submissions showing extraordinary fidelity or runtime results even if they are not top ranked according to the above formula.
The evaluation of the reconstructed results comprises objective fidelity metrics computed between the output images and the reference ground truth images. The description of the runtime evaluation can be found in the corresponding tab.
We use the standard Peak Signal To Noise Ratio (PSNR) directly computed in the output images (normalized to the max value of the ground-truth HDR image) and in the mu-law tonemapped images (normalized to the 99 percentile of the ground-truth image and bounded by a tanh function to avoid excessive brightness compression). The main measure for the ranking is the mu-PSNR, however the top ranked solutions are expected to also achieve an above average PSNR, clearly above the PSNR of the medium exposure input image.
For completeness we provide implementations of such metrics in our data scripts (metrics.py, evaluation.py), however PSNR implementations are found in most of the image processing toolboxes available. For each dataset we report the average results over all the processed images belonging to it.
For submitting the results, you need to follow these steps:
runtime per image [s] : 10.43
CPU[1] / GPU[0] : 1
Extra Data [1] / No Extra Data [0] : 1
Other description : Solution based on A+ of Timofte et al. ACCV 2014. We have a Matlab/C++ implementation, and report single core CPU runtime. The method was trained on Train 91 of Yang et al. and BSDS 200 of the Berkeley segmentation dataset.
In this challenge, each submission is validated based on the following two metrics:
1. The quality of the reconstructed results.
2. The runtime of the model on the actual target mobile platform.
To run your model on a mobile device, it has first to be converted to TensorFlow Lite (TFLite) format. Please find the conversion instructions for TensorFlow, Keras and PyTorch models below:
It is fairly easy to get a TFLite model when using these two libraries. The following code will show you how to convert a simple U-Net model to the target TFLite format with TensorFlow and Keras libs:
TensorFlow: https://github.com/aiff22/MAI-2021-Workshop/blob/main/tensorflow_to_tflite.py
Keras: https://github.com/aiff22/MAI-2021-Workshop/blob/main/keras_to_tflite.py
PyTorch model can be generally converted to TFLite format using the following pipeline:
PyTorch -> ONNX -> TensorFlow -> TensorFlow Lite
However, we do not recommend using PyTorch for exporting your model to TFLite because of the following issues:
Despite the above mentioned issues, we will accept and evaluate your model if it was originally trained with PyTorch and you managed to convert it to TFLite. Additionally, you can find an instruction on how to convert a simple PyTorch U-Net model to TFLite below:
PyTorch: https://github.com/aiff22/MAI-2021-Workshop/blob/main/pytorch_to_tflite.py
After you obtained a TFLite model, you can check its runtime using the following two options:
a. Run it remotely on the target evaluation platform (the instructions will be announced soon).
b. Run it on your own smartphone.
We strongly encourage you to do all main testing on your own device since:
1) If it is not working on your smartphone, then it will also not work on the target platform.
2) It is much more convenient and efficient to debug / profile the model locally.
3) You have an unlimited number of runs on your own device.
To run the resulting TFLite model on your smartphone, you can use AI Benchmark application allowing you to execute the model on mobile CPU, GPU, DSP and NPU:
1. Download AI Benchmark from the Google Play / website and run its standard tests.
2. After the end of the tests, enter the PRO Mode and select the Custom Model tab there.
3. Rename the exported TFLite model to model.tflite and put it into the Download folder of your device.
4. Select your mode type, the desired acceleration / inference options and run the model.
That's it - you should see the runtime, initialization time and RAM consumption of your model. Now you can try to play with different TF ops, layers and resolutions to improve all these parameters and get a very fast and efficient network!
Each time you try a new model architecture - try to initialize it with random weights, then convert it to TFLite and run on your own device using AI Benchmark. While this will take you only a few minutes, you will be sure that the model you are developing can be successfully converted and executed on a mobile device, and besides that you will get its estimated runtime compared to your previous entry.
To check the runtime of your solution on the target chipset, please submit the obtained TFLite model to Codalab together with your normal submission files. Your model will then be evaluated on the Huawei P40 Pro device, and you will see the corresponding feedback using the following link:
TBA.
The runtime of your final model will be evaluated on the Huawei P40 Pro smartphone with a dedicated HiSilicon Da Vinci NPU. This NPU is compatible with the majority of Android NNAPI ops, an extensive information about its performance for different deep learning models can be found here.
These are the official rules (terms and conditions) that guvern how the Mobile 2021 challenge on High Dynamic Range will operate. This challenge will be simply reffered to as the "challenge" or the "contest" throghout the remaining part of these rules and may be named as "MAI" or "HDR" benchmark, challenge, or contest, elsewhere (our webpage, our documentation, other publications).
In these rules, "we", "our", and "us" refer to the organizers (Kai Zhang (kai.zhang [at] vision.ee.ethz.ch), Tianyu Yao (yaotianyu [at] huawei.com), Esin Guldogan (Esin.Guldogan [at] huawei.com), Samu Koskinen (Samu.Koskinen [at] huawei.com), Eduardo Perez Pellitero (E.Perez.Pellitero [at] huawei.com), Ales Leonardis(Ales.Leonardis [at] huawei.com), Andrey Ignatov (Andrey [at] vision.ee.ethz.ch), and Radu Timofte (Radu.Timofte [at] vision.ee.ethz.ch)) of MAI challenge and "you" and "yourself" refer to an eligible contest participant.
Note that these official rules can change during the contest until the start of the final phase. If at any point during the contest the registered participant considers that can not anymore meet the eligibility criteria or does not agree with the changes in the official terms and conditions then it is the responsability of the participant to send an email to the organizers such that to be removed from all the records. Once the contest is over no change is possible in the status of the registered participants and their entries.
This is a skill-based contest and chance plays no part in the determination of the winner (s).
The goal of the contest is to restore the image contents from a set of burst input images and the challenge is called High Dynamic Range (HDR).
Focus of the contest: it will be made available a dataset adapted for the specific needs of the challenge. The images have a large diversity of contents. We will refer to this dataset, its partition, and related materials as HDR Dataset. The dataset is divided into training, validation and testing data. We focus on the quality of the results, the aim is to achieve output images with the best fidelity (muPSNR, PSNR) to the reference HDR ground truth. The participants will not have access to the ground truth from the test data. The ranking of the participants is according to the performance of their methods on the test data. The participants will provide descriptions of their methods, details on (run)time complexity, platform and (extra) data used for modeling. The winners will be determined according to their entries, the reproducibility of the results and uploaded codes or executables, and the above mentioned criteria as judged by the organizers.
The registered participants will be notified by email if any changes are made to the schedule. The schedule is available on the Mobile AI workshop web page and on the Overview of the Codalab competition.
You are eligible to register and compete in this contest only if you meet all the following requirements:
This contest is void wherever it is prohibited by law.
Entries submitted but not qualified to enter the contest, it is considered voluntary and for any entry you submit MAI reserves the right to evaluate it for scientific purposes, however under no circumstances will such entries qualify for sponsored prizes. If you are an employee, affiliated with or representant of any of the MAI challenge sponsors then you are allowed to enter in the contest and get ranked, however, if you will rank among the winners with eligible entries you will receive only a diploma award and none of the sponsored money, products or travel grants.
NOTE: industry and research labs are allowed to submit entries and to compete in both validation phase and final test phase. However, in order to get officially ranked on the final test leaderboard and to be eligible for awards the reproducibility of the results is a must and, therefore, the participants need to make available and submit their codes or executables. All the top entries will be checked for reproducibility and marked accordingly.
We will have 3 categories of entries in the final test ranking:
1) checked with publicly released codes
2) checked with publicly released executable
3) unchecked (with or without released codes or executables)
In order to be eligible for judging, an entry must meet all the following requirements:
Entry contents: the participants are required to submit image results and code or executables. To be eligible for prizes, the top ranking participants should publicly release their code or executables under a license of their choice, taken among popular OSI-approved licenses (http://opensource.org/licenses) and make their code or executables online accessible for a period of not less than one year following the end of the challenge (applies only for top three ranked participants of the competition). To enter the final ranking the participants will need to fill out a survey (fact sheet) briefly describing their method. All the participants are also invited (not mandatory) to submit a paper for peer-reviewing and publication at the MAI Workshop and Challenges (to be held online on June, 2021). To be eligible for prizes, the participants score must improve the baseline performance provided by the challenge organizers.
Use of data provided: all data provided by MAI are freely available to the participants from the website of the challenge under license terms provided with the data. The data are available only for open research and educational purposes, within the scope of the challenge. MAI and the organizers make no warranties regarding the database, including but not limited to warranties of non-infringement or fitness for a particular purpose. The copyright of the images remains in property of their respective owners. By downloading and making use of the data, you accept full responsibility for using the data. You shall defend and indemnify MAI and the organizers, including their employees, Trustees, officers and agents, against any and all claims arising from your use of the data. You agree not to redistribute the data without this notice.
Other than what is set forth below, we are not claiming any ownership rights to your entry. However, by submitting your entry, you:
Are granting us an irrevocable, worldwide right and license, in exchange for your opportunity to participate in the contest and potential prize awards, for the duration of the protection of the copyrights to:
Agree to sign any necessary documentation that may be required for us and our designees to make use of the rights you granted above;
Understand and acknowledge that us and other entrants may have developed or commissioned materials similar or identical to your submission and you waive any claims you may have resulting from any similarities to your entry;
Understand that we cannot control the incoming information you will disclose to our representatives or our co-sponsor’s representatives in the course of entering, or what our representatives will remember about your entry. You also understand that we will not restrict work assignments of representatives or our co-sponsor’s representatives who have had access to your entry. By entering this contest, you agree that use of information in our representatives’ or our co-sponsor’s representatives unaided memories in the development or deployment of our products or services does not create liability for us under this agreement or copyright or trade secret law;
Understand that you will not receive any compensation or credit for use of your entry, other than what is described in these official rules.
If you do not want to grant us these rights to your entry, please do not enter this contest.
The participants will follow the instructions on the CodaLab website to submit entries
The participants will be registered as mutually exclusive teams. Each team is allowed to submit only one single final entry. We are not responsible for entries that we do not receive for any reason, or for entries that we receive but do not work properly.
The participants must follow the instructions and the rules. We will automatically disqualify incomplete or invalid entries.
The board of MAI will select a panel of judges to judge the entries; all judges will be forbidden to enter the contest and will be experts in causality, statistics, machine learning, computer vision, or a related field, or experts in challenge organization. A list of the judges will be made available upon request. The judges will review all eligible entries received and select (three) winners for each or for both of the competition tracks based upon the prediction score on test data. The judges will verify that the winners complied with the rules, including that they documented their method by filling out a fact sheet.
The decisions of these judges are final and binding. The distribution of prizes according to the decisions made by the judges will be made within three (3) months after completion of the last round of the contest. If we do not receive a sufficient number of entries meeting the entry requirements, we may, at our discretion based on the above criteria, not award any or all of the contest prizes below. In the event of a tie between any eligible entries, the tie will be broken by giving preference to the earliest submission, using the time stamp of the submission platform.
The financial sponsors of this contest are listed on MAI 2021 workshop web page . There will be economic incentive prizes and travel grants for the winners (based on availability) to boost contest participation; these prizes will not require participants to enter into an IP agreement with any of the sponsors, to disclose algorithms, or to deliver source code to them. The participants affiliated with the industry sponsors agree to not receive any sponsored money, product or travel grant in the case they will be among the winners.
Incentive Prizes for each track competitions (tentative, the prizes depend on attracted funds from the sponsors)
Publishing papers is optional and will not be a condition to entering the challenge or winning prizes. The top ranking participants are invited to submit a paper following CVPR2021 author rules, for peer-reviewing to MAI workshop.
The results of the challenge will be published together with MAI 2021 workshop papers in the 2021 CVPR Workshops proceedings.
The top ranked participants and participants contributing interesting and novel methods to the challenge will be invited to be co-authors of the challenge report paper which will be published in the 2021 CVPR Workshops proceedings. A detailed description of the ranked solution as well as the reproducibility of the results are a must to be an eligible co-author.
If there is any change to data, schedule, instructions of participation, or these rules, the registered participants will be notified on the competition page and/or at the email they provided with the registration.
Within seven days following the determination of winners we will send a notification to the potential winners. If the notification that we send is returned as undeliverable, or you are otherwise unreachable for any reason, we may award the prize to an alternate winner, unless forbidden by applicable law.
The prize such as money, product, or travel grant will be delivered to the registered team leader given that the team is not affiliated with any of the sponsors. It is up to the team to share the prize. If this person becomes unavailable for any reason, the prize will be delivered to be the authorized account holder of the e-mail address used to make the winning entry.
If you are a potential winner, we may require you to sign a declaration of eligibility, use, indemnity and liability/publicity release and applicable tax forms. If you are a potential winner and are a minor in your place of residence, and we require that your parent or legal guardian will be designated as the winner, and we may require that they sign a declaration of eligibility, use, indemnity and liability/publicity release on your behalf. If you, (or your parent/legal guardian if applicable), do not sign and return these required forms within the time period listed on the winner notification message, we may disqualify you (or the designated parent/legal guardian) and select an alternate selected winner.
Following the previous NTIRE and AIM challenges, we accept multiple submissions from a single team if they are significantly different. However, solutions with minor differences can be rejected by the organizers. For example, if solution A and B are submitted where B is an ensemble method of A, we do not consider them to be essentially different.
If you are preparing multiple submissions, please contact the organizers in advance for clarification.
The terms and conditions are inspired by and use verbatim text from the `Terms and conditions' of ChaLearn Looking at People Challenges and of the NTIRE 2017, 2018, 2019, 2020 and 2021 challenges and of the AIM 2019 and 2020 challenges .
The NTIRE challenge on High Dynamic Range is organized jointly with the Mobile AI 2021 workshop. The results of the challenge will be published at NTIRE 2021 workshop and in the CVPR 2021 Workshops proceedings.
Kai Zhang (kai.zhang [at] vision.ee.ethz.ch), Tianyu Yao (yaotianyu [at] huawei.com), Esin Guldogan (Esin.Guldogan [at] huawei.com), Samu Koskinen (Samu.Koskinen [at] huawei.com), Eduardo Perez Pellitero (E.Perez.Pellitero [at] huawei.com), Ales Leonardis(Ales.Leonardis [at] huawei.com), Andrey Ignatov (Andrey [at] vision.ee.ethz.ch), and Radu Timofte (Radu.Timofte [at] vision.ee.ethz.ch) are the contact persons and direct managers of the NTIRE High Dynamic Range challenge.
More information about NTIRE workshop and challenge organizers is available here: http://ai-benchmark.com/workshops/mai/2021/
Start: Jan. 12, 2021, 11:59 p.m.
Description: Note that muPSNR is the main ranking measure in this challenge
Start: June 6, 2021, 11:59 p.m.
June 13, 2021, 11:59 p.m.
You must be logged in to participate in competitions.
Sign In# | Username | Score |
---|---|---|
1 | neptuneai | 34.67 |
2 | Densen | 33.47 |
3 | xiongyineng | 33.41 |