{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/aggmask-exploring-locally-aggregated-learning","title":"AggMask: Exploring locally aggregated learning of mask representations for instance segmentation","arxiv_id":null,"date":"2021-01-01","proceeding":null,"authors":["Tao Wang","Jun Hao Liew","Yu Li","Yunpeng Chen","Jiashi Feng"],"abstract":" Recently proposed one-stage instance segmentation models (\\emph{e.g.}, SOLO) learn  to directly predict location-specific object mask   with fully-convolutional networks. They perform comparably well as the  traditional two-stage Mask R-CNN model, yet enjoying  much simpler architecture and   higher efficiency.  However, an intrinsic limitation of these models  is that they tend to generate similar mask predictions for a single object at nearby  locations, while most of them are directly discarded by non-maximum suppression, leading to a waste of  some useful predictions that can supplement the final result. In this work, we aim to explore how the model can benefit from better leveraging the neighboring predictions while maintaining the architectural simplicity and efficiency.   To this end, we develop a novel learning-based aggregation framework that learns to aggregate the neighboring predictions. Meanwhile, unlike original location-based masks, the segmentation model is implicitly supervised to learn location-aware \\textit{mask representations} that  encode the geometric structure of nearby objects and complements adjacent representations with context.  Based on the aggregation framework, we further introduce a mask interpolation mechanism that enables sharing mask representations for nearby spatial locations, thus allowing the model to generate much fewer representations for computation and memory saving.  We experimentally show that by simply augmenting the baseline model with our proposed aggregation framework, the instance segmentation performance is significantly improved. For instance, it improves a SOLO model with ResNet-101 backbone by 2.0 AP on the COCO benchmark, with only about 2\\% increase of computation. {Code and models} are available at   anonymous repository: {\\url{https://github.com/advdfacd/AggMask}}.","url_abs":"https://openreview.net/forum?id=-HsAI7VKsz","url_pdf":"https://openreview.net/pdf?id=-HsAI7VKsz","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"aggmask-exploring-locally-aggregated-learning","repo_url":"https://github.com/advdfacd/AggMask","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":null}],"tasks":[{"task_slug":"instance-segmentation","task_name":"Instance Segmentation"},{"task_slug":"segmentation","task_name":"Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[{"method_slug":"convolution","method_name":"Convolution"},{"method_slug":"mask-r-cnn","method_name":"Mask R-CNN"},{"method_slug":"rpn","method_name":"RPN"},{"method_slug":"roi-align","method_name":"RoIAlign"},{"method_slug":"softmax","method_name":"Softmax"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":null,"mcp":null,"developers":"https://syntology.ai/developers"},"arxiv_metadata":null,"syntology_extracted_results":null}