showSidebars ==
showTitleBreadcrumbs == 1
node.field_disable_title_breadcrumbs.value ==

Pre-Conference Talk by CHEN Zhaozheng | Class Re-Activation Maps for Weakly-Supervised Semantic Segmentation

Please click here if you are unable to view this page.

 
Class Re-Activation Maps for Weakly-Supervised Semantic Segmentation

Speaker (s):

CHEN Zhaozheng
PhD Candidate
School of Computing and Information Systems
Singapore Management University

Date:

Time:

Venue:

 

15 June 2022, Wednesday

10:00am - 10:30am

This is a virtual seminar. Please register by 13 June, the zoom link will be sent out on the following day to those who registered.

We look forward to seeing you at this research seminar.

About the Talk

Extracting class activation maps (CAM) is arguably the most standard step of generating pseudo masks for weakly-supervised semantic segmentation (WSSS). Yet, we find that the crux of the unsatisfactory pseudo masks is the binary cross-entropy loss (BCE) widely used in CAM. Specifically, due to the sum-over-class pooling nature of BCE, each pixel in CAM may be responsive to multiple classes co-occurring in the same receptive field. As a result, given a class, its hot CAM pixels may wrongly invade the area belonging to other classes, or the non-hot ones may be actually a part of the class. To this end, we introduce an embarrassingly simple yet surprisingly effective method: Reactivating the converged CAM with BCE by using softmax cross-entropy loss (SCE), dubbed ReCAM. Given an image, we use CAM to extract the feature pixels of each single class, and use them with the class label to learn another fully-connected layer (after the backbone) with SCE. Once converged, we extract ReCAM in the same way as in CAM. Thanks to the contrastive nature of SCE, the pixel response is disentangled into different classes and hence less mask ambiguity is expected. The evaluation on both PASCAL VOC and MS COCO shows that ReCAM not only generates high-quality masks, but also supports plug-and-play in any CAM variant with little overhead.

About the Speaker

CHEN Zhaozheng is a Ph.D. candidate at SMU SCIS, supervised by Asst. Prof. SUN Qianru. His research focuses on weakly-supervised semantic segmentation.