Skip to content

A Saliency-Guided Street View Image Inpainting Framework for Efficient Last-Meters Wayfinding

Notifications You must be signed in to change notification settings

shanface33/saliency_last_way_finding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Saliency-Guided Street View Image Inpainting Framework for Efficient Last-Meters Wayfinding [Paper]

We propose a saliency-guided street view image inpainting method, which can remove distracting objects to redirect human visual attention to static landmarks.

Figure1

Summary

Overview of the proposed saliency-guided street view image inpainting framework. It consists of three building blocks: hierarchical salient object selection, saliency-guided image inpainting based on fast Fourier convolutions (FFCs), and measurement of human visual attention by visual attention changes and a self-developed last-meters wayfinding testing platform. Note that modeling the interaction between saliency detection and image inpainting leads to effective removal of distracting objects for last-meters wayfinding.

Figure1

Usage

Step 1 - Context-aware salient object detection (SOD)

Hierarchical salient object selection based on Image Segemmentation (DeepLabv3+, Model) and Salient Object Detection (U^2Net).

Step 2 - Image inpainting

Finetuned on LaMa model (link)

Step 3 - Measurement of human visual attention

Evaluation of human visual changes based on UNISAL network (link) and a self-developed human labelling program.

Citation

For more details please refer to our paper:

@article{hu2022saliency,
  title={A Saliency-Guided Street View Image Inpainting Framework for Efficient Last-Meters Wayfinding},
  author={Hu, Chuanbo and Jia, Shan and Zhang, Fan and Li, Xin},
  journal={arXiv preprint arXiv:2205.06934},
  year={2022}
}

About

A Saliency-Guided Street View Image Inpainting Framework for Efficient Last-Meters Wayfinding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.6%
  • Python 11.4%