We present FoR-Net, an efficient semantic segmentation framework that focuses on identifying and enhancing hard regions. Instead of relying on heavy global modeling, FoR-Net adopts an efficient strategy that selectively emphasizes informative regions through a learned importance map and a Top-K activation mechanism. Specifically, a selector module predicts region-wise importance, enabling the model to focus on challenging areas such as thin structures and object boundaries. Multi-scale reasoning is achieved using convolutional branches with different receptive fields, allowing diverse spatial context aggregation. We evaluate FoR-Net on the Cityscapes benchmark under limited computational resources. Despite its efficient design and standard training configuration, FoR-Net achieves competitive performance and exhibits improved attention to difficult regions. These results suggest that selective region-focused reasoning can serve as a practical and efficient alternative for semantic segmentation. This work explores region-focused reasoning under resource-constrained settings and provides insights for developing efficient and region-aware segmentation models.
@article{arxiv.2605.02764,
title = {FoR-Net: Learning to Focus on Hard Regions for Efficient Semantic Segmentation},
author = {Sheng-Wei Chan and Hsin-Jui Pan and Chun-Po Shen and Yung-Che Wang and Meng-Qian Li and Chia-Min Lin and Jen-Shiun Chiang},
journal= {arXiv preprint arXiv:2605.02764},
year = {2026}
}
Comments
9 pages, 2 figures, 2 tables. Efficient semantic segmentation under resource-constrained settings. Code will be released