DEEP LEARNING EDGE DETECTION IN IMAGE INPAINTING
2022
- 868Usage
Metric Options: CountsSelecting the 1-year or 3-year option will change the metrics count to percentiles, illustrating how an article or review compares to other articles or reviews within the selected time period in the same journal. Selecting the 1-year option compares the metrics against other articles/reviews that were also published in the same calendar year. Selecting the 3-year option compares the metrics against other articles/reviews that were also published in the same calendar year plus the two years prior.
Example: if you select the 1-year option for an article published in 2019 and a metric category shows 90%, that means that the article or review is performing better than 90% of the other articles/reviews published in that journal in 2019. If you select the 3-year option for the same article published in 2019 and the metric category shows 90%, that means that the article or review is performing better than 90% of the other articles/reviews published in that journal in 2019, 2018 and 2017.
Citation Benchmarking is provided by Scopus and SciVal and is different from the metrics context provided by PlumX Metrics.
Example: if you select the 1-year option for an article published in 2019 and a metric category shows 90%, that means that the article or review is performing better than 90% of the other articles/reviews published in that journal in 2019. If you select the 3-year option for the same article published in 2019 and the metric category shows 90%, that means that the article or review is performing better than 90% of the other articles/reviews published in that journal in 2019, 2018 and 2017.
Citation Benchmarking is provided by Scopus and SciVal and is different from the metrics context provided by PlumX Metrics.
Metrics Details
- Usage868
- Downloads631
- Abstract Views237
Project Description
In recent years, deep learning has grown rapidly, and it has been creatively implemented for various applications. In 2019, deep learning based EdgeConnect image inpainting algorithm came out and occupied a place in the image inpainting field. Unlike traditional image inpainting methods which mainly read and use the color information of the remaining part of the image to fill the missing regions of the image, EdgeConnect uses the innovative edge-first and color-next approach. It uses an edge detector to generate an edge map of an image with missing regions, then the missing edges are completed by an edge model, finally the completed edge map is recolored by an inpaint model. The result of this algorithm has a significant improvement in the smoothness of the image, compared with conventional image inpainting methods.In this project, EdgeConnect is improved to become a completely deep learning-based image inpainting method.This project first implements the EdgeConnect approach. In the implementation, the project selects the optimal training parameters for the three model training phases included EdgeConnect: edge model, inpainting model and joint model, based on the original research paper and the discussions online. Then the EdgeConnect approach is improved by replacing the traditional Canny edge-detection with the deep learning algorithm, Holistically-Nested Edge Detection (HED). With the integration of HED, the accuracy of image inpainting is improved. To compare the performance, the original EdgeConnect and the modified EdgeConnect are both trained on the same set of data and the results are scored using the image inpainting quality assessment metrics such as PSNR, SSIM, MAE and FID.The results show that the modified EdgeConnect approach with the integration of HED not only improves the learning performance of edge detection, but also improves the overall quality of the final image inpainting.The improved EdgeConnect approach proposed and implemented in this project has higher learning efficiency and better image inpainting performance.
Bibliographic Details
Provide Feedback
Have ideas for a new metric? Would you like to see something else here?Let us know