MEGA Hub

iFAN: Inference-Aware Learning for Plain Mask Transformers

Authors

Do you know Fang Li?You can claim authorship or link another user.Do you know Yu He?You can claim authorship or link another user.Do you know Haoyang Tong?You can claim authorship or link another user.Do you know Lichen Ma?You can claim authorship or link another user.Do you know Jingling Fu?You can claim authorship or link another user.Do you know Wenxiao Fan?You can claim authorship or link another user.Do you know Tongxuan Liu?You can claim authorship or link another user.Do you know Luohang Liu?You can claim authorship or link another user.Do you know Ke Zhang?You can claim authorship or link another user.Do you know Junshi Huang?You can claim authorship or link another user.

Abstract

Query-based mask transformers assemble segmentation outputs through pixel-wise competition among query predictions of the final layer, yet this inference process is not explicitly optimized during training. We identify two key mismatches: the query with the highest probability-mask score does not necessarily produce the most accurate mask, and final-layer decoding may discard superior predictions from intermediate layers. To address these issues, we propose Inference-Aware Learning (iFAN), a general training framework for plain mask transformers. iFAN introduces Adjusted Probability-Mask Ranking (APMR), which aligns query competition with predicted mask quality and suppresses high-confidence but inaccurate competitors. We further employ Cross-Layer Self-Distillation (CLSD) to transfer stronger intermediate predictions to the final layer. The ranking and distillation objectives are training-only, while inference retains efficient final-layer decoding. Experiments on COCO, ADE20K, and Cityscapes demonstrate consistent improvements across panoptic, instance, and semantic segmentation, as well as across different architectures, backbone scales, and input resolutions. Overall, iFAN improves performance by an average of 1.20 PQ, 1.30 AP, and 0.63 mIoU, with negligible additional parameters, FLOPs and inference latency.

Community

00