Papers › Simultaneous Acquisition of High Quality RGB Image and Polarization Information using...

Simultaneous Acquisition of High Quality RGB Image and Polarization Information using a Sparse Polarization Sensor

27 Sep 2022arXiv:2209.13106archive 2025-07-28

Teppei Kurita, Yuhi Kondo, Legong Sun, Yusuke Moriuchi

This paper proposes a novel polarization sensor structure and network architecture to obtain a high-quality RGB image and polarization information. Conventional polarization sensors can simultaneously acquire RGB images and polarization information, but the polarizers on the sensor degrade the quality of the RGB images. There is a trade-off between the quality of the RGB image and polarization information as fewer polarization pixels reduce the degradation of the RGB image but decrease the resolution of polarization information. Therefore, we propose an approach that resolves the trade-off by sparsely arranging polarization pixels on the sensor and compensating for low-resolution polarization information with higher resolution using the RGB image as a guide. Our proposed network architecture consists of an RGB image refinement network and a polarization information compensation network. We confirmed the superiority of our proposed network in compensating the differential component of polarization intensity by comparing its performance with state-of-the-art methods for similar tasks: depth completion. Furthermore, we confirmed that our approach could simultaneously acquire higher quality RGB images and polarization information than conventional polarization sensors, resolving the trade-off between the quality of RGB images and polarization information. The baseline code and newly generated real and synthetic large-scale polarization image datasets are available for further research and development.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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="2209.13106")

Code

Syntology Ran 16 of 21 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 16 ran with no contract checked.

By repository: official repository: 21 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sony/polar-densification 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

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

16ran
5unverified

Licence: 0 of the 21 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 sony/polar-densification. “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_paths_from_globs sony/polar-densification/dataloaders/polar_loader.py official repository ran MIT (permissive) · 9e6404a0976e7a62 · report
adjust_learning_rate sony/polar-densification/util/helper.py official repository ran MIT (permissive) · 4abf45ccf439f11e · report
calc_fourPolar_from_stokes sony/polar-densification/util/polarutils_torch.py official repository ran MIT (permissive) · 02cd5046b0f39835 · report
convrelu sony/polar-densification/model/basic.py official repository ran MIT (permissive) · 9b9b4801eb831ee9 · report
deconvbnrelu sony/polar-densification/model/basic.py official repository ran MIT (permissive) · 97961b6e9fbfdb11 · report
get_globs sony/polar-densification/dataloaders/polar_loader.py official repository ran fingerprinted MIT (permissive) · 83929b3a35f16cc7 · report
get_paths_from_globs sony/polar-densification/dataloaders/polar_loader.py official repository ran MIT (permissive) · 6c3db4142c7a43f9 · report
getmask sony/polar-densification/util/polarutils.py official repository ran MIT (permissive) · 192446ad94834c15 · report
getmask_conv sony/polar-densification/util/polarutils.py official repository ran MIT (permissive) · ef89618b040ad0df · report
getmask_quad sony/polar-densification/util/polarutils.py official repository ran MIT (permissive) · a93b5b49471202de · report
log10 sony/polar-densification/metrics.py official repository ran fingerprinted MIT (permissive) · 8ac65c61454e6081 · report
rad2deg sony/polar-densification/util/polarutils_torch.py official repository ran fingerprinted MIT (permissive) · 95d79315f9d21270 · report
search_checkpoint_best sony/polar-densification/util/helper.py official repository ran MIT (permissive) · 2f6b58f1024ca8a2 · report
search_checkpoint_latest sony/polar-densification/util/helper.py official repository ran fingerprinted MIT (permissive) · f66932de834085d0 · report
select_refine_input sony/polar-densification/model/model_sna.py official repository ran MIT (permissive) · 11a92db2bda32ad9 · report
select_refine_input_ch sony/polar-densification/model/model_sna.py official repository ran fingerprinted MIT (permissive) · 27c611f3e591529c · report
adjust_brightness sony/polar-densification/dataloaders/transforms.py official repository unverified MIT (permissive) · 2d6e3abc415f30a8 · report
adjust_contrast sony/polar-densification/dataloaders/transforms.py official repository unverified MIT (permissive) · 3d7396405403ab61 · report
adjust_saturation sony/polar-densification/dataloaders/transforms.py official repository unverified MIT (permissive) · 59616bf6be4cce9b · report
calc_dop_from_stokes sony/polar-densification/util/polarutils_torch.py official repository unverified MIT (permissive) · 787ad37e60a7613e · report
convbnrelu sony/polar-densification/model/basic.py official repository unverified MIT (permissive) · 1ef4059f083c613e · report

Datasets

Introduced by this paper, per the archive.

RSP Dataset

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