yizhezhang2000 / SPC

Perceptual Consistency in Video Segmentation
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Are other tasks outside of segmentation also effective? #1

Open Zachary-ZCH opened 1 year ago

Zachary-ZCH commented 1 year ago

If it is not a segmentation task, such as a low light video enhancement task, is the SPC strategy effective?

yizhezhang2000 commented 1 year ago

If it is not a segmentation task, such as a low light video enhancement task, is the SPC strategy effective?

Hi Zachary, Thanks for your interest. I would say it is very likely that SPC is useful for measuring the consistency of results for a video enhancement task. The unconstraint feature matching part would be the sam to the segmentation task. For the constraint matching part, you may consider only allowing pixels within a certain range of difference being able to match with each other. In this way, it's like the segmentation task where pixels with the same labels can be matched. Hope this makes sense.

-yz