ZHKKKe / MODNet

A Trimap-Free Portrait Matting Solution in Real Time [AAAI 2022]
Apache License 2.0
3.85k stars 636 forks source link

Suggestion for anyone looking to use this as a base for future research #176

Closed mexicantexan closed 2 years ago

mexicantexan commented 2 years ago

Great work! Very well done :)

Possibly include ASAM to help with the generalization and learning. IE instead of SGD -> SOC(Adam), use ASAM -> SGD -> SOC(Adam). Will slow down learning, but may help with avoiding local lows/overfitting. Of course experimenting with different backbones/preprocessing inputs is there as well.