Papers › Region Mutual Information Loss for Semantic Segmentation

Region Mutual Information Loss for Semantic Segmentation

26 Oct 2019NeurIPS 2019 12arXiv:1910.12037archive 2025-07-28

Shuai Zhao, Yang Wang, Zheng Yang, Deng Cai

Semantic segmentation is a fundamental problem in computer vision. It is considered as a pixel-wise classification problem in practice, and most segmentation models use a pixel-wise loss as their optimization riterion. However, the pixel-wise loss ignores the dependencies between pixels in an image. Several ways to exploit the relationship between pixels have been investigated, \eg, conditional random fields (CRF) and pixel affinity based methods. Nevertheless, these methods usually require additional model branches, large extra memories, or more inference time. In this paper, we develop a region mutual information (RMI) loss to model the dependencies among pixels more simply and efficiently. In contrast to the pixel-wise loss which treats the pixels as independent samples, RMI uses one pixel and its neighbour pixels to represent this pixel. Then for each pixel in an image, we get a multi-dimensional point that encodes the relationship between pixels, and the image is cast into a multi-dimensional distribution of these high-dimensional points. The prediction and ground truth thus can achieve high order consistency through maximizing the mutual information (MI) between their multi-dimensional distributions. Moreover, as the actual value of the MI is hard to calculate, we derive a lower bound of the MI and maximize the lower bound to maximize the real value of the MI. RMI only requires a few extra computational resources in the training stage, and there is no overhead during testing. Experimental results demonstrate that RMI can achieve substantial and consistent improvements in performance on PASCAL VOC 2012 and CamVid datasets. The code is available at https://github.com/ZJULearning/RMI.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1910.12037")

Code

Syntology Ran 5 of 9 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 2 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 4 samples from 1 repository, 0 ran; community (archive-listed): 5 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ZJULearning/RMI officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 5 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
1ran
4unverified

Licence: 0 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_parser_params ZJULearning/RMI/parser_params.py official repository unverified MIT (permissive) · e3468efc8c8a04e0 · report
log_det_by_cholesky ZJULearning/RMI/losses/rmi/rmi_utils.py official repository unverified MIT (permissive) · c48d876b9a3ae27a · report
map_get_pairs ZJULearning/RMI/losses/rmi/rmi_utils.py official repository unverified MIT (permissive) · 97f5e3b69f2c69ea · report
map_get_pairs_region ZJULearning/RMI/losses/rmi/rmi_utils.py official repository unverified MIT (permissive) · 99b42d109e83351a · report
RMILoss RElbers/region-mutual-information-pytorch/rmi/rmi.py community (archive-listed) ran fingerprinted MIT (permissive) · daf6b8b196e08963 · report
inverse RElbers/region-mutual-information-pytorch/rmi/rmi.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · c188738b3a4fca95 · report
log_det RElbers/region-mutual-information-pytorch/rmi/rmi.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · e3473a5576df4936 · report
log_trace RElbers/region-mutual-information-pytorch/rmi/rmi.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 30b82ca9d0e092a7 · report
transpose RElbers/region-mutual-information-pytorch/rmi/rmi.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 55f1419d4d8c483c · report

Tasks

Semantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections